@hero-design/rn 8.8.1 → 8.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +9 -9
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +397 -615
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +396 -615
- package/package.json +9 -9
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +2 -1
- package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +2 -1
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +2 -0
- package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +9 -9
- package/src/components/RichTextEditor/RichTextEditor.tsx +3 -2
- package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +4 -2
- package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +10 -5
- package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +10 -5
- package/src/components/TextInput/StyledTextInput.tsx +2 -1
- package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +126 -110
- package/src/components/TextInput/index.tsx +3 -2
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +28 -25
- package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +28 -25
- package/src/index.ts +0 -2
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +8 -5
- package/src/theme/components/progress.ts +4 -4
- package/src/theme/components/textInput.ts +6 -2
- package/types/components/Accordion/StyledAccordion.d.ts +1 -0
- package/types/components/Alert/StyledAlert.d.ts +1 -0
- package/types/components/Attachment/StyledAttachment.d.ts +1 -0
- package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +1 -0
- package/types/components/Avatar/StyledAvatar.d.ts +1 -0
- package/types/components/Badge/StyledBadge.d.ts +1 -0
- package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +1 -0
- package/types/components/BottomSheet/BottomSheetContext.d.ts +1 -0
- package/types/components/BottomSheet/StyledBottomSheet.d.ts +1 -0
- package/types/components/Box/StyledBox.d.ts +1 -0
- package/types/components/Box/types.d.ts +1 -0
- package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +1 -0
- package/types/components/Button/StyledButton.d.ts +1 -0
- package/types/components/Button/UtilityButton/StyledUtilityButton.d.ts +1 -0
- package/types/components/Calendar/StyledCalendar.d.ts +1 -0
- package/types/components/Card/DataCard/StyledDataCard.d.ts +1 -0
- package/types/components/Card/StyledCard.d.ts +1 -0
- package/types/components/Carousel/StyledCarousel.d.ts +1 -0
- package/types/components/Checkbox/StyledCheckbox.d.ts +1 -0
- package/types/components/Collapse/StyledCollapse.d.ts +1 -0
- package/types/components/ContentNavigator/StyledContentNavigator.d.ts +1 -0
- package/types/components/DatePicker/StyledDatePicker.d.ts +1 -0
- package/types/components/Divider/StyledDivider.d.ts +1 -0
- package/types/components/Drawer/StyledDrawer.d.ts +1 -0
- package/types/components/Empty/StyledEmpty.d.ts +1 -0
- package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +1 -0
- package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +1 -0
- package/types/components/FAB/StyledFAB.d.ts +1 -0
- package/types/components/Icon/HeroIcon/index.d.ts +1 -0
- package/types/components/Icon/IconList.d.ts +1 -1
- package/types/components/Icon/index.d.ts +1 -1
- package/types/components/Icon/utils.d.ts +1 -1
- package/types/components/List/StyledBasicListItem.d.ts +1 -0
- package/types/components/List/StyledListItem.d.ts +1 -0
- package/types/components/PageControl/StyledPageControl.d.ts +1 -0
- package/types/components/PinInput/StyledPinInput.d.ts +1 -0
- package/types/components/Progress/StyledProgressBar.d.ts +1 -0
- package/types/components/Progress/StyledProgressCircle.d.ts +1 -0
- package/types/components/Radio/StyledRadio.d.ts +1 -0
- package/types/components/Radio/index.d.ts +1 -0
- package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +1 -0
- package/types/components/RichTextEditor/StyledToolbar.d.ts +1 -0
- package/types/components/RichTextEditor/index.d.ts +1 -0
- package/types/components/SectionHeading/StyledHeading.d.ts +1 -0
- package/types/components/Select/StyledSelect.d.ts +1 -0
- package/types/components/Select/helpers.d.ts +1 -0
- package/types/components/Spinner/StyledSpinner.d.ts +1 -0
- package/types/components/Swipeable/StyledSwipeable.d.ts +1 -0
- package/types/components/Switch/SelectorSwitch/StyledSelectorSwitch.d.ts +1 -0
- package/types/components/Switch/StyledSwitch.d.ts +1 -0
- package/types/components/Tabs/StyledScrollableTabs.d.ts +1 -0
- package/types/components/Tabs/StyledTabs.d.ts +1 -0
- package/types/components/Tag/StyledTag.d.ts +1 -0
- package/types/components/TextInput/StyledTextInput.d.ts +1 -0
- package/types/components/TextInput/index.d.ts +1 -1
- package/types/components/TimePicker/StyledTimePicker.d.ts +1 -0
- package/types/components/Toast/StyledToast.d.ts +1 -0
- package/types/components/Toast/ToastContext.d.ts +1 -0
- package/types/components/Toast/index.d.ts +1 -0
- package/types/components/Toolbar/StyledToolbar.d.ts +1 -0
- package/types/components/Typography/Text/StyledText.d.ts +1 -0
- package/types/index.d.ts +1 -2
- package/types/theme/ThemeProvider.d.ts +1 -0
- package/types/theme/components/textInput.d.ts +4 -1
- package/src/components/SwipeableV2/StyledSwipeable.tsx +0 -14
- package/src/components/SwipeableV2/__tests__/__snapshots__/index.spec.tsx.snap +0 -161
- package/src/components/SwipeableV2/__tests__/index.spec.tsx +0 -48
- package/src/components/SwipeableV2/index.tsx +0 -364
- package/types/components/SwipeableV2/StyledSwipeable.d.ts +0 -15
- package/types/components/SwipeableV2/index.d.ts +0 -46
package/lib/index.js
CHANGED
|
@@ -2207,10 +2207,10 @@ var getProgressTheme = function getProgressTheme(theme) {
|
|
|
2207
2207
|
var colors = {
|
|
2208
2208
|
completeness: {
|
|
2209
2209
|
primary: theme.colors.primary,
|
|
2210
|
-
success: theme.colors.
|
|
2211
|
-
warning: theme.colors.
|
|
2212
|
-
danger: theme.colors.
|
|
2213
|
-
info: theme.colors.
|
|
2210
|
+
success: theme.colors.success,
|
|
2211
|
+
warning: theme.colors.warning,
|
|
2212
|
+
danger: theme.colors.error,
|
|
2213
|
+
info: theme.colors.info,
|
|
2214
2214
|
archived: theme.colors.onArchivedSurface,
|
|
2215
2215
|
primaryInverted: theme.colors.onDarkGlobalSurface,
|
|
2216
2216
|
successInverted: theme.colors.onDarkGlobalSurface,
|
|
@@ -2576,11 +2576,11 @@ var getTextInputTheme = function getTextInputTheme(theme) {
|
|
|
2576
2576
|
labelPaddingBottom: theme.space.small,
|
|
2577
2577
|
labelHorizontalPadding: theme.space.xsmall,
|
|
2578
2578
|
inputHorizontalMargin: theme.space.small,
|
|
2579
|
-
containerMarginVertical: theme.space.small,
|
|
2580
2579
|
errorContainerMarginRight: theme.space.xsmall,
|
|
2581
2580
|
errorMarginLeft: theme.space.xsmall,
|
|
2582
2581
|
maxLengthLabelMarginLeft: theme.space.xsmall,
|
|
2583
|
-
errorAndHelpTextContainerPaddingLeft: theme.space.medium
|
|
2582
|
+
errorAndHelpTextContainerPaddingLeft: theme.space.medium,
|
|
2583
|
+
containerMarginTop: theme.space.small
|
|
2584
2584
|
};
|
|
2585
2585
|
var fontSizes = {
|
|
2586
2586
|
text: theme.fontSizes.medium,
|
|
@@ -2602,13 +2602,17 @@ var getTextInputTheme = function getTextInputTheme(theme) {
|
|
|
2602
2602
|
var radii = {
|
|
2603
2603
|
container: theme.radii.medium
|
|
2604
2604
|
};
|
|
2605
|
+
var sizes = {
|
|
2606
|
+
errorAndHelpTextContainerHeight: theme.sizes.medium
|
|
2607
|
+
};
|
|
2605
2608
|
return {
|
|
2606
2609
|
colors: colors,
|
|
2607
2610
|
space: space,
|
|
2608
2611
|
fontSizes: fontSizes,
|
|
2609
2612
|
borderWidths: borderWidths,
|
|
2610
2613
|
radii: radii,
|
|
2611
|
-
lineHeights: lineHeights
|
|
2614
|
+
lineHeights: lineHeights,
|
|
2615
|
+
sizes: sizes
|
|
2612
2616
|
};
|
|
2613
2617
|
};
|
|
2614
2618
|
|
|
@@ -5649,7 +5653,7 @@ var index$a = components.reduce(function (acc, comp) {
|
|
|
5649
5653
|
});
|
|
5650
5654
|
}, styled);
|
|
5651
5655
|
|
|
5652
|
-
var StyledWrapper$
|
|
5656
|
+
var StyledWrapper$b = index$a(reactNative.Animated.View)(function () {
|
|
5653
5657
|
return {
|
|
5654
5658
|
margin: 0,
|
|
5655
5659
|
padding: 0,
|
|
@@ -5723,7 +5727,7 @@ var Collapse = function Collapse(_ref) {
|
|
|
5723
5727
|
var height = _ref2.height;
|
|
5724
5728
|
setContentHeight(height);
|
|
5725
5729
|
}, []);
|
|
5726
|
-
return /*#__PURE__*/React__default["default"].createElement(StyledWrapper$
|
|
5730
|
+
return /*#__PURE__*/React__default["default"].createElement(StyledWrapper$b, {
|
|
5727
5731
|
style: {
|
|
5728
5732
|
height: collapseAnim
|
|
5729
5733
|
},
|
|
@@ -5736,7 +5740,7 @@ var Collapse = function Collapse(_ref) {
|
|
|
5736
5740
|
}, children)));
|
|
5737
5741
|
};
|
|
5738
5742
|
|
|
5739
|
-
var StyledWrapper$
|
|
5743
|
+
var StyledWrapper$a = index$a(reactNative.View)(function () {
|
|
5740
5744
|
return {};
|
|
5741
5745
|
});
|
|
5742
5746
|
var StyledItemWrapper = index$a(reactNative.View)(function (_ref) {
|
|
@@ -5789,7 +5793,7 @@ var StyledText$3 = index$a(reactNative.Text)(function (_ref) {
|
|
|
5789
5793
|
});
|
|
5790
5794
|
});
|
|
5791
5795
|
|
|
5792
|
-
var _excluded$
|
|
5796
|
+
var _excluded$p = ["children", "fontSize", "fontWeight", "intent", "typeface"];
|
|
5793
5797
|
var Text = function Text(_ref) {
|
|
5794
5798
|
var children = _ref.children,
|
|
5795
5799
|
_ref$fontSize = _ref.fontSize,
|
|
@@ -5800,7 +5804,7 @@ var Text = function Text(_ref) {
|
|
|
5800
5804
|
intent = _ref$intent === void 0 ? 'body' : _ref$intent,
|
|
5801
5805
|
_ref$typeface = _ref.typeface,
|
|
5802
5806
|
typeface = _ref$typeface === void 0 ? 'neutral' : _ref$typeface,
|
|
5803
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
5807
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$p);
|
|
5804
5808
|
return /*#__PURE__*/React__default["default"].createElement(StyledText$3, _extends$1({}, nativeProps, {
|
|
5805
5809
|
themeFontSize: fontSize,
|
|
5806
5810
|
themeFontWeight: fontWeight,
|
|
@@ -5814,7 +5818,7 @@ var Typography = {
|
|
|
5814
5818
|
};
|
|
5815
5819
|
|
|
5816
5820
|
// 🔴 DO NOT EDIT — This file is generated automatically.
|
|
5817
|
-
var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', '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', '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', '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', 'survey', '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', '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', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bookmark-added-outlined', 'bookmark-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', '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', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cup-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-outlined', 'edit-template-outlined', 'email-outlined', 'enter-arrow', 'envelope-outlined', 'expense-outlined', 'explore-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-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', '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', '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', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'target-outlined', 'timesheet-outlined', 'today-outlined', 'transfer', 'trash-bin-outlined', 'umbrela-outlined', 'unavailable', 'underline', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'wallet-outlined'];
|
|
5821
|
+
var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', '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', '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', 'survey', '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', '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', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bookmark-added-outlined', 'bookmark-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', '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', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cup-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-outlined', 'edit-template-outlined', 'email-outlined', 'enter-arrow', 'envelope-outlined', 'expense-outlined', 'explore-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-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', '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', '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', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'target-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', 'wallet-outlined'];
|
|
5818
5822
|
|
|
5819
5823
|
var activate = 59000;
|
|
5820
5824
|
var adjustment = 59003;
|
|
@@ -5838,68 +5842,69 @@ var diamond = 59051;
|
|
|
5838
5842
|
var directory = 59053;
|
|
5839
5843
|
var document$1 = 59054;
|
|
5840
5844
|
var envelope = 59058;
|
|
5841
|
-
var
|
|
5842
|
-
var
|
|
5843
|
-
var
|
|
5844
|
-
var
|
|
5845
|
-
var
|
|
5846
|
-
var
|
|
5847
|
-
var
|
|
5848
|
-
var
|
|
5849
|
-
var
|
|
5850
|
-
var
|
|
5851
|
-
var
|
|
5852
|
-
var
|
|
5853
|
-
var
|
|
5854
|
-
var
|
|
5855
|
-
var
|
|
5856
|
-
var
|
|
5857
|
-
var
|
|
5858
|
-
var
|
|
5859
|
-
var
|
|
5860
|
-
var
|
|
5861
|
-
var
|
|
5862
|
-
var
|
|
5863
|
-
var
|
|
5864
|
-
var
|
|
5865
|
-
var
|
|
5866
|
-
var
|
|
5867
|
-
var
|
|
5868
|
-
var
|
|
5869
|
-
var
|
|
5870
|
-
var
|
|
5871
|
-
var
|
|
5872
|
-
var
|
|
5873
|
-
var
|
|
5874
|
-
var
|
|
5875
|
-
var
|
|
5876
|
-
var
|
|
5877
|
-
var
|
|
5878
|
-
var
|
|
5879
|
-
var
|
|
5880
|
-
var
|
|
5881
|
-
var
|
|
5882
|
-
var
|
|
5883
|
-
var
|
|
5884
|
-
var
|
|
5885
|
-
var
|
|
5886
|
-
var
|
|
5887
|
-
var
|
|
5888
|
-
var
|
|
5889
|
-
var
|
|
5890
|
-
var
|
|
5891
|
-
var
|
|
5892
|
-
var
|
|
5893
|
-
var
|
|
5894
|
-
var
|
|
5895
|
-
var
|
|
5896
|
-
var
|
|
5897
|
-
var
|
|
5898
|
-
var
|
|
5899
|
-
var
|
|
5900
|
-
var
|
|
5901
|
-
var
|
|
5902
|
-
var
|
|
5845
|
+
var exclude = 59059;
|
|
5846
|
+
var expense = 59060;
|
|
5847
|
+
var eye = 59063;
|
|
5848
|
+
var feed = 59067;
|
|
5849
|
+
var feedbacks = 59068;
|
|
5850
|
+
var file = 59086;
|
|
5851
|
+
var filter = 59087;
|
|
5852
|
+
var folder = 59089;
|
|
5853
|
+
var globe = 59099;
|
|
5854
|
+
var graph = 59101;
|
|
5855
|
+
var heart = 59104;
|
|
5856
|
+
var home = 59105;
|
|
5857
|
+
var image = 59106;
|
|
5858
|
+
var instapay = 59109;
|
|
5859
|
+
var list = 59110;
|
|
5860
|
+
var loading = 59112;
|
|
5861
|
+
var location = 59113;
|
|
5862
|
+
var lock = 59114;
|
|
5863
|
+
var menu = 59118;
|
|
5864
|
+
var moneybag = 59120;
|
|
5865
|
+
var moon = 59121;
|
|
5866
|
+
var node = 59124;
|
|
5867
|
+
var paperclip = 59126;
|
|
5868
|
+
var pencil = 59128;
|
|
5869
|
+
var phone = 59129;
|
|
5870
|
+
var plane = 59131;
|
|
5871
|
+
var print = 59133;
|
|
5872
|
+
var reply = 59136;
|
|
5873
|
+
var reschedule = 59137;
|
|
5874
|
+
var rostering = 59138;
|
|
5875
|
+
var save = 59139;
|
|
5876
|
+
var schedule = 59141;
|
|
5877
|
+
var send = 59143;
|
|
5878
|
+
var speaker = 59145;
|
|
5879
|
+
var star = 59150;
|
|
5880
|
+
var stopwatch = 59152;
|
|
5881
|
+
var suitcase = 59153;
|
|
5882
|
+
var survey = 59154;
|
|
5883
|
+
var swag = 59155;
|
|
5884
|
+
var tag = 59157;
|
|
5885
|
+
var target = 59158;
|
|
5886
|
+
var teams = 59159;
|
|
5887
|
+
var timesheet = 59160;
|
|
5888
|
+
var unlock = 59163;
|
|
5889
|
+
var user = 59164;
|
|
5890
|
+
var wallet = 59167;
|
|
5891
|
+
var warning = 59168;
|
|
5892
|
+
var add = 59174;
|
|
5893
|
+
var bold = 59195;
|
|
5894
|
+
var cancel = 59206;
|
|
5895
|
+
var checkmark = 59210;
|
|
5896
|
+
var italic = 59287;
|
|
5897
|
+
var number = 59311;
|
|
5898
|
+
var percentage = 59316;
|
|
5899
|
+
var redeem = 59325;
|
|
5900
|
+
var refresh = 59326;
|
|
5901
|
+
var remove = 59327;
|
|
5902
|
+
var restart = 59329;
|
|
5903
|
+
var strikethrough = 59350;
|
|
5904
|
+
var sync = 59355;
|
|
5905
|
+
var transfer = 59359;
|
|
5906
|
+
var unavailable = 59362;
|
|
5907
|
+
var underline = 59363;
|
|
5903
5908
|
var glyphMap = {
|
|
5904
5909
|
activate: activate,
|
|
5905
5910
|
"add-emoji": 59001,
|
|
@@ -5960,319 +5965,321 @@ var glyphMap = {
|
|
|
5960
5965
|
"double-buildings": 59056,
|
|
5961
5966
|
"edit-template": 59057,
|
|
5962
5967
|
envelope: envelope,
|
|
5968
|
+
exclude: exclude,
|
|
5963
5969
|
expense: expense,
|
|
5964
|
-
"eye-circle":
|
|
5965
|
-
"eye-invisible":
|
|
5970
|
+
"eye-circle": 59061,
|
|
5971
|
+
"eye-invisible": 59062,
|
|
5966
5972
|
eye: eye,
|
|
5967
|
-
"face-meh":
|
|
5968
|
-
"face-sad":
|
|
5969
|
-
"face-smiley":
|
|
5973
|
+
"face-meh": 59064,
|
|
5974
|
+
"face-sad": 59065,
|
|
5975
|
+
"face-smiley": 59066,
|
|
5970
5976
|
feed: feed,
|
|
5971
5977
|
feedbacks: feedbacks,
|
|
5972
|
-
"file-certified":
|
|
5973
|
-
"file-clone":
|
|
5974
|
-
"file-copy":
|
|
5975
|
-
"file-csv":
|
|
5976
|
-
"file-dispose":
|
|
5977
|
-
"file-doc":
|
|
5978
|
-
"file-excel":
|
|
5979
|
-
"file-export":
|
|
5980
|
-
"file-lock":
|
|
5981
|
-
"file-pdf":
|
|
5982
|
-
"file-powerpoint":
|
|
5983
|
-
"file-search":
|
|
5984
|
-
"file-secured":
|
|
5985
|
-
"file-sheets":
|
|
5986
|
-
"file-slide":
|
|
5987
|
-
"file-verified":
|
|
5988
|
-
"file-word":
|
|
5978
|
+
"file-certified": 59069,
|
|
5979
|
+
"file-clone": 59070,
|
|
5980
|
+
"file-copy": 59071,
|
|
5981
|
+
"file-csv": 59072,
|
|
5982
|
+
"file-dispose": 59073,
|
|
5983
|
+
"file-doc": 59074,
|
|
5984
|
+
"file-excel": 59075,
|
|
5985
|
+
"file-export": 59076,
|
|
5986
|
+
"file-lock": 59077,
|
|
5987
|
+
"file-pdf": 59078,
|
|
5988
|
+
"file-powerpoint": 59079,
|
|
5989
|
+
"file-search": 59080,
|
|
5990
|
+
"file-secured": 59081,
|
|
5991
|
+
"file-sheets": 59082,
|
|
5992
|
+
"file-slide": 59083,
|
|
5993
|
+
"file-verified": 59084,
|
|
5994
|
+
"file-word": 59085,
|
|
5989
5995
|
file: file,
|
|
5990
5996
|
filter: filter,
|
|
5991
|
-
"folder-user":
|
|
5997
|
+
"folder-user": 59088,
|
|
5992
5998
|
folder: folder,
|
|
5993
|
-
"format-bold":
|
|
5994
|
-
"format-heading1":
|
|
5995
|
-
"format-heading2":
|
|
5996
|
-
"format-italic":
|
|
5997
|
-
"format-list-bulleted":
|
|
5998
|
-
"format-list-numbered":
|
|
5999
|
-
"format-underlined":
|
|
6000
|
-
"funnel-filter":
|
|
6001
|
-
"global-dollar":
|
|
5999
|
+
"format-bold": 59090,
|
|
6000
|
+
"format-heading1": 59091,
|
|
6001
|
+
"format-heading2": 59092,
|
|
6002
|
+
"format-italic": 59093,
|
|
6003
|
+
"format-list-bulleted": 59094,
|
|
6004
|
+
"format-list-numbered": 59095,
|
|
6005
|
+
"format-underlined": 59096,
|
|
6006
|
+
"funnel-filter": 59097,
|
|
6007
|
+
"global-dollar": 59098,
|
|
6002
6008
|
globe: globe,
|
|
6003
|
-
"graduation-cap":
|
|
6009
|
+
"graduation-cap": 59100,
|
|
6004
6010
|
graph: graph,
|
|
6005
|
-
"happy-sun":
|
|
6006
|
-
"health-bag":
|
|
6011
|
+
"happy-sun": 59102,
|
|
6012
|
+
"health-bag": 59103,
|
|
6007
6013
|
heart: heart,
|
|
6008
6014
|
home: home,
|
|
6009
6015
|
image: image,
|
|
6010
|
-
"import":
|
|
6011
|
-
"incident-siren":
|
|
6016
|
+
"import": 59107,
|
|
6017
|
+
"incident-siren": 59108,
|
|
6012
6018
|
instapay: instapay,
|
|
6013
6019
|
list: list,
|
|
6014
|
-
"loading-2":
|
|
6020
|
+
"loading-2": 59111,
|
|
6015
6021
|
loading: loading,
|
|
6016
6022
|
location: location,
|
|
6017
6023
|
lock: lock,
|
|
6018
|
-
"looks-one":
|
|
6019
|
-
"looks-two":
|
|
6020
|
-
"media-content":
|
|
6024
|
+
"looks-one": 59115,
|
|
6025
|
+
"looks-two": 59116,
|
|
6026
|
+
"media-content": 59117,
|
|
6021
6027
|
menu: menu,
|
|
6022
|
-
"money-notes":
|
|
6028
|
+
"money-notes": 59119,
|
|
6023
6029
|
moneybag: moneybag,
|
|
6024
6030
|
moon: moon,
|
|
6025
|
-
"multiple-stars":
|
|
6026
|
-
"multiple-users":
|
|
6031
|
+
"multiple-stars": 59122,
|
|
6032
|
+
"multiple-users": 59123,
|
|
6027
6033
|
node: node,
|
|
6028
|
-
"open-folder":
|
|
6034
|
+
"open-folder": 59125,
|
|
6029
6035
|
paperclip: paperclip,
|
|
6030
|
-
"payment-summary":
|
|
6036
|
+
"payment-summary": 59127,
|
|
6031
6037
|
pencil: pencil,
|
|
6032
6038
|
phone: phone,
|
|
6033
|
-
"piggy-bank":
|
|
6039
|
+
"piggy-bank": 59130,
|
|
6034
6040
|
plane: plane,
|
|
6035
|
-
"play-circle":
|
|
6041
|
+
"play-circle": 59132,
|
|
6036
6042
|
print: print,
|
|
6037
|
-
"raising-hands":
|
|
6038
|
-
"reply-arrow":
|
|
6043
|
+
"raising-hands": 59134,
|
|
6044
|
+
"reply-arrow": 59135,
|
|
6039
6045
|
reply: reply,
|
|
6040
6046
|
reschedule: reschedule,
|
|
6041
6047
|
rostering: rostering,
|
|
6042
6048
|
save: save,
|
|
6043
|
-
"schedule-send":
|
|
6049
|
+
"schedule-send": 59140,
|
|
6044
6050
|
schedule: schedule,
|
|
6045
|
-
"search-person":
|
|
6051
|
+
"search-person": 59142,
|
|
6046
6052
|
send: send,
|
|
6047
|
-
"speaker-active":
|
|
6053
|
+
"speaker-active": 59144,
|
|
6048
6054
|
speaker: speaker,
|
|
6049
|
-
"star-award":
|
|
6050
|
-
"star-badge":
|
|
6051
|
-
"star-circle":
|
|
6052
|
-
"star-medal":
|
|
6055
|
+
"star-award": 59146,
|
|
6056
|
+
"star-badge": 59147,
|
|
6057
|
+
"star-circle": 59148,
|
|
6058
|
+
"star-medal": 59149,
|
|
6053
6059
|
star: star,
|
|
6054
|
-
"steps-circle":
|
|
6060
|
+
"steps-circle": 59151,
|
|
6055
6061
|
stopwatch: stopwatch,
|
|
6056
6062
|
suitcase: suitcase,
|
|
6057
6063
|
survey: survey,
|
|
6058
6064
|
swag: swag,
|
|
6059
|
-
"switch":
|
|
6065
|
+
"switch": 59156,
|
|
6060
6066
|
tag: tag,
|
|
6061
6067
|
target: target,
|
|
6062
6068
|
teams: teams,
|
|
6063
6069
|
timesheet: timesheet,
|
|
6064
|
-
"touch-id":
|
|
6065
|
-
"trash-bin":
|
|
6070
|
+
"touch-id": 59161,
|
|
6071
|
+
"trash-bin": 59162,
|
|
6066
6072
|
unlock: unlock,
|
|
6067
6073
|
user: user,
|
|
6068
|
-
"video-1":
|
|
6069
|
-
"video-2":
|
|
6074
|
+
"video-1": 59165,
|
|
6075
|
+
"video-2": 59166,
|
|
6070
6076
|
wallet: wallet,
|
|
6071
6077
|
warning: warning,
|
|
6072
|
-
"activate-outlined":
|
|
6073
|
-
"add-credit-card-outlined":
|
|
6074
|
-
"add-person-outlined":
|
|
6075
|
-
"add-section-outlined":
|
|
6076
|
-
"add-time-outlined":
|
|
6078
|
+
"activate-outlined": 59169,
|
|
6079
|
+
"add-credit-card-outlined": 59170,
|
|
6080
|
+
"add-person-outlined": 59171,
|
|
6081
|
+
"add-section-outlined": 59172,
|
|
6082
|
+
"add-time-outlined": 59173,
|
|
6077
6083
|
add: add,
|
|
6078
|
-
"adjustment-outlined":
|
|
6079
|
-
"alignment-2-outlined":
|
|
6080
|
-
"alignment-outlined":
|
|
6081
|
-
"all-caps":
|
|
6082
|
-
"arrow-down":
|
|
6083
|
-
"arrow-downwards":
|
|
6084
|
-
"arrow-left":
|
|
6085
|
-
"arrow-leftwards":
|
|
6086
|
-
"arrow-right":
|
|
6087
|
-
"arrow-rightwards":
|
|
6088
|
-
"arrow-up":
|
|
6089
|
-
"arrow-upwards":
|
|
6090
|
-
"article-outlined":
|
|
6091
|
-
"at-sign":
|
|
6092
|
-
"auto-graph-outlined":
|
|
6093
|
-
"bell-active-outlined":
|
|
6094
|
-
"bell-outlined":
|
|
6095
|
-
"bell-slash-outlined":
|
|
6096
|
-
"billing-outlined":
|
|
6097
|
-
"body-outlined":
|
|
6084
|
+
"adjustment-outlined": 59175,
|
|
6085
|
+
"alignment-2-outlined": 59176,
|
|
6086
|
+
"alignment-outlined": 59177,
|
|
6087
|
+
"all-caps": 59178,
|
|
6088
|
+
"arrow-down": 59179,
|
|
6089
|
+
"arrow-downwards": 59180,
|
|
6090
|
+
"arrow-left": 59181,
|
|
6091
|
+
"arrow-leftwards": 59182,
|
|
6092
|
+
"arrow-right": 59183,
|
|
6093
|
+
"arrow-rightwards": 59184,
|
|
6094
|
+
"arrow-up": 59185,
|
|
6095
|
+
"arrow-upwards": 59186,
|
|
6096
|
+
"article-outlined": 59187,
|
|
6097
|
+
"at-sign": 59188,
|
|
6098
|
+
"auto-graph-outlined": 59189,
|
|
6099
|
+
"bell-active-outlined": 59190,
|
|
6100
|
+
"bell-outlined": 59191,
|
|
6101
|
+
"bell-slash-outlined": 59192,
|
|
6102
|
+
"billing-outlined": 59193,
|
|
6103
|
+
"body-outlined": 59194,
|
|
6098
6104
|
bold: bold,
|
|
6099
|
-
"bookmark-added-outlined":
|
|
6100
|
-
"bookmark-outlined":
|
|
6101
|
-
"box-check-outlined":
|
|
6102
|
-
"box-outlined":
|
|
6103
|
-
"bullet-points":
|
|
6104
|
-
"cake-outlined":
|
|
6105
|
-
"calendar-dates-outlined":
|
|
6106
|
-
"calendar-star-outlined":
|
|
6107
|
-
"call-split-outlined":
|
|
6108
|
-
"camera-outlined":
|
|
6105
|
+
"bookmark-added-outlined": 59196,
|
|
6106
|
+
"bookmark-outlined": 59197,
|
|
6107
|
+
"box-check-outlined": 59198,
|
|
6108
|
+
"box-outlined": 59199,
|
|
6109
|
+
"bullet-points": 59200,
|
|
6110
|
+
"cake-outlined": 59201,
|
|
6111
|
+
"calendar-dates-outlined": 59202,
|
|
6112
|
+
"calendar-star-outlined": 59203,
|
|
6113
|
+
"call-split-outlined": 59204,
|
|
6114
|
+
"camera-outlined": 59205,
|
|
6109
6115
|
cancel: cancel,
|
|
6110
|
-
"charging-station-outlined":
|
|
6111
|
-
"chat-bubble-outlined":
|
|
6112
|
-
"chat-unread-outlined":
|
|
6116
|
+
"charging-station-outlined": 59207,
|
|
6117
|
+
"chat-bubble-outlined": 59208,
|
|
6118
|
+
"chat-unread-outlined": 59209,
|
|
6113
6119
|
checkmark: checkmark,
|
|
6114
|
-
"circle-add-outlined":
|
|
6115
|
-
"circle-cancel-outlined":
|
|
6116
|
-
"circle-down-outlined":
|
|
6117
|
-
"circle-info-outlined":
|
|
6118
|
-
"circle-left-outlined":
|
|
6119
|
-
"circle-ok-outlined":
|
|
6120
|
-
"circle-question-outlined":
|
|
6121
|
-
"circle-remove-outlined":
|
|
6122
|
-
"circle-right-outlined":
|
|
6123
|
-
"circle-up-outlined":
|
|
6124
|
-
"circle-warning-outlined":
|
|
6125
|
-
"clock-2-outlined":
|
|
6126
|
-
"clock-outlined":
|
|
6127
|
-
"cog-outlined":
|
|
6128
|
-
"coin-outlined":
|
|
6129
|
-
"comment-outlined":
|
|
6130
|
-
"contacts-outlined":
|
|
6131
|
-
"contacts-user-outlined":
|
|
6132
|
-
"credit-card-outlined":
|
|
6133
|
-
"cup-outlined":
|
|
6134
|
-
"direction-arrows-outlined":
|
|
6135
|
-
"directory-outlined":
|
|
6136
|
-
"document-outlined":
|
|
6137
|
-
"dollar-box-outlined":
|
|
6138
|
-
"dollar-card-outlined":
|
|
6139
|
-
"dollar-coin-shine-outlined":
|
|
6140
|
-
"dollar-credit-card-outlined":
|
|
6141
|
-
"dollar-sign":
|
|
6142
|
-
"double-buildings-outlined":
|
|
6143
|
-
"double-left-arrows":
|
|
6144
|
-
"double-right-arrows":
|
|
6145
|
-
"download-outlined":
|
|
6146
|
-
"edit-template-outlined":
|
|
6147
|
-
"email-outlined":
|
|
6148
|
-
"enter-arrow":
|
|
6149
|
-
"envelope-outlined":
|
|
6150
|
-
"expense-outlined":
|
|
6151
|
-
"explore-outlined":
|
|
6152
|
-
"external-link":
|
|
6153
|
-
"eye-invisible-outlined":
|
|
6154
|
-
"eye-outlined":
|
|
6155
|
-
"face-id":
|
|
6156
|
-
"face-meh-outlined":
|
|
6157
|
-
"face-open-smiley-outlined":
|
|
6158
|
-
"face-sad-outlined":
|
|
6159
|
-
"face-smiley-outlined":
|
|
6160
|
-
"feed-outlined":
|
|
6161
|
-
"file-certified-outlined":
|
|
6162
|
-
"file-clone-outlined":
|
|
6163
|
-
"file-copy-outlined":
|
|
6164
|
-
"file-dispose-outlined":
|
|
6165
|
-
"file-dollar-certified-outlined":
|
|
6166
|
-
"file-dollar-outlined":
|
|
6167
|
-
"file-download-outlined":
|
|
6168
|
-
"file-export-outlined":
|
|
6169
|
-
"file-lock-outlined":
|
|
6170
|
-
"file-outlined":
|
|
6171
|
-
"file-search-outlined":
|
|
6172
|
-
"file-secured-outlined":
|
|
6173
|
-
"file-statutory-outlined":
|
|
6174
|
-
"file-verified-outlined":
|
|
6175
|
-
"filter-outlined":
|
|
6176
|
-
"folder-outlined":
|
|
6177
|
-
"folder-user-outlined":
|
|
6178
|
-
"funnel-filter-outline":
|
|
6179
|
-
"graph-outlined":
|
|
6180
|
-
"hand-holding-user-outlined":
|
|
6181
|
-
"happy-sun-outlined":
|
|
6182
|
-
"health-bag-outlined":
|
|
6183
|
-
"heart-outlined":
|
|
6184
|
-
"home-active-outlined":
|
|
6185
|
-
"home-outlined":
|
|
6186
|
-
"id-card-outlined":
|
|
6187
|
-
"image-outlined":
|
|
6188
|
-
"import-outlined":
|
|
6189
|
-
"instapay-outlined":
|
|
6120
|
+
"circle-add-outlined": 59211,
|
|
6121
|
+
"circle-cancel-outlined": 59212,
|
|
6122
|
+
"circle-down-outlined": 59213,
|
|
6123
|
+
"circle-info-outlined": 59214,
|
|
6124
|
+
"circle-left-outlined": 59215,
|
|
6125
|
+
"circle-ok-outlined": 59216,
|
|
6126
|
+
"circle-question-outlined": 59217,
|
|
6127
|
+
"circle-remove-outlined": 59218,
|
|
6128
|
+
"circle-right-outlined": 59219,
|
|
6129
|
+
"circle-up-outlined": 59220,
|
|
6130
|
+
"circle-warning-outlined": 59221,
|
|
6131
|
+
"clock-2-outlined": 59222,
|
|
6132
|
+
"clock-outlined": 59223,
|
|
6133
|
+
"cog-outlined": 59224,
|
|
6134
|
+
"coin-outlined": 59225,
|
|
6135
|
+
"comment-outlined": 59226,
|
|
6136
|
+
"contacts-outlined": 59227,
|
|
6137
|
+
"contacts-user-outlined": 59228,
|
|
6138
|
+
"credit-card-outlined": 59229,
|
|
6139
|
+
"cup-outlined": 59230,
|
|
6140
|
+
"direction-arrows-outlined": 59231,
|
|
6141
|
+
"directory-outlined": 59232,
|
|
6142
|
+
"document-outlined": 59233,
|
|
6143
|
+
"dollar-box-outlined": 59234,
|
|
6144
|
+
"dollar-card-outlined": 59235,
|
|
6145
|
+
"dollar-coin-shine-outlined": 59236,
|
|
6146
|
+
"dollar-credit-card-outlined": 59237,
|
|
6147
|
+
"dollar-sign": 59238,
|
|
6148
|
+
"double-buildings-outlined": 59239,
|
|
6149
|
+
"double-left-arrows": 59240,
|
|
6150
|
+
"double-right-arrows": 59241,
|
|
6151
|
+
"download-outlined": 59242,
|
|
6152
|
+
"edit-template-outlined": 59243,
|
|
6153
|
+
"email-outlined": 59244,
|
|
6154
|
+
"enter-arrow": 59245,
|
|
6155
|
+
"envelope-outlined": 59246,
|
|
6156
|
+
"expense-outlined": 59247,
|
|
6157
|
+
"explore-outlined": 59248,
|
|
6158
|
+
"external-link": 59249,
|
|
6159
|
+
"eye-invisible-outlined": 59250,
|
|
6160
|
+
"eye-outlined": 59251,
|
|
6161
|
+
"face-id": 59252,
|
|
6162
|
+
"face-meh-outlined": 59253,
|
|
6163
|
+
"face-open-smiley-outlined": 59254,
|
|
6164
|
+
"face-sad-outlined": 59255,
|
|
6165
|
+
"face-smiley-outlined": 59256,
|
|
6166
|
+
"feed-outlined": 59257,
|
|
6167
|
+
"file-certified-outlined": 59258,
|
|
6168
|
+
"file-clone-outlined": 59259,
|
|
6169
|
+
"file-copy-outlined": 59260,
|
|
6170
|
+
"file-dispose-outlined": 59261,
|
|
6171
|
+
"file-dollar-certified-outlined": 59262,
|
|
6172
|
+
"file-dollar-outlined": 59263,
|
|
6173
|
+
"file-download-outlined": 59264,
|
|
6174
|
+
"file-export-outlined": 59265,
|
|
6175
|
+
"file-lock-outlined": 59266,
|
|
6176
|
+
"file-outlined": 59267,
|
|
6177
|
+
"file-search-outlined": 59268,
|
|
6178
|
+
"file-secured-outlined": 59269,
|
|
6179
|
+
"file-statutory-outlined": 59270,
|
|
6180
|
+
"file-verified-outlined": 59271,
|
|
6181
|
+
"filter-outlined": 59272,
|
|
6182
|
+
"folder-outlined": 59273,
|
|
6183
|
+
"folder-user-outlined": 59274,
|
|
6184
|
+
"funnel-filter-outline": 59275,
|
|
6185
|
+
"graph-outlined": 59276,
|
|
6186
|
+
"hand-holding-user-outlined": 59277,
|
|
6187
|
+
"happy-sun-outlined": 59278,
|
|
6188
|
+
"health-bag-outlined": 59279,
|
|
6189
|
+
"heart-outlined": 59280,
|
|
6190
|
+
"home-active-outlined": 59281,
|
|
6191
|
+
"home-outlined": 59282,
|
|
6192
|
+
"id-card-outlined": 59283,
|
|
6193
|
+
"image-outlined": 59284,
|
|
6194
|
+
"import-outlined": 59285,
|
|
6195
|
+
"instapay-outlined": 59286,
|
|
6190
6196
|
italic: italic,
|
|
6191
|
-
"link-1":
|
|
6192
|
-
"link-2":
|
|
6193
|
-
"list-outlined":
|
|
6194
|
-
"live-help-outlined":
|
|
6195
|
-
"location-on-outlined":
|
|
6196
|
-
"location-outlined":
|
|
6197
|
-
"lock-outlined":
|
|
6198
|
-
"locked-file-outlined":
|
|
6199
|
-
"log-out":
|
|
6200
|
-
"media-content-outlined":
|
|
6201
|
-
"menu-close":
|
|
6202
|
-
"menu-expand":
|
|
6203
|
-
"menu-fold-outlined":
|
|
6204
|
-
"menu-unfold-outlined":
|
|
6205
|
-
"moneybag-outlined":
|
|
6206
|
-
"moon-outlined":
|
|
6207
|
-
"more-horizontal":
|
|
6208
|
-
"more-vertical":
|
|
6209
|
-
"multiple-folders-outlined":
|
|
6210
|
-
"multiple-users-outlined":
|
|
6211
|
-
"near-me-outlined":
|
|
6212
|
-
"node-outlined":
|
|
6213
|
-
"number-points":
|
|
6197
|
+
"link-1": 59288,
|
|
6198
|
+
"link-2": 59289,
|
|
6199
|
+
"list-outlined": 59290,
|
|
6200
|
+
"live-help-outlined": 59291,
|
|
6201
|
+
"location-on-outlined": 59292,
|
|
6202
|
+
"location-outlined": 59293,
|
|
6203
|
+
"lock-outlined": 59294,
|
|
6204
|
+
"locked-file-outlined": 59295,
|
|
6205
|
+
"log-out": 59296,
|
|
6206
|
+
"media-content-outlined": 59297,
|
|
6207
|
+
"menu-close": 59298,
|
|
6208
|
+
"menu-expand": 59299,
|
|
6209
|
+
"menu-fold-outlined": 59300,
|
|
6210
|
+
"menu-unfold-outlined": 59301,
|
|
6211
|
+
"moneybag-outlined": 59302,
|
|
6212
|
+
"moon-outlined": 59303,
|
|
6213
|
+
"more-horizontal": 59304,
|
|
6214
|
+
"more-vertical": 59305,
|
|
6215
|
+
"multiple-folders-outlined": 59306,
|
|
6216
|
+
"multiple-users-outlined": 59307,
|
|
6217
|
+
"near-me-outlined": 59308,
|
|
6218
|
+
"node-outlined": 59309,
|
|
6219
|
+
"number-points": 59310,
|
|
6214
6220
|
number: number,
|
|
6215
|
-
"overview-outlined":
|
|
6216
|
-
"payment-summary-outlined":
|
|
6217
|
-
"payslip-outlined":
|
|
6218
|
-
"pencil-outlined":
|
|
6221
|
+
"overview-outlined": 59312,
|
|
6222
|
+
"payment-summary-outlined": 59313,
|
|
6223
|
+
"payslip-outlined": 59314,
|
|
6224
|
+
"pencil-outlined": 59315,
|
|
6219
6225
|
percentage: percentage,
|
|
6220
|
-
"phone-outlined":
|
|
6221
|
-
"piggy-bank-outlined":
|
|
6222
|
-
"plane-outlined":
|
|
6223
|
-
"play-circle-outlined":
|
|
6224
|
-
"print-outlined":
|
|
6225
|
-
"qr-code-outlined":
|
|
6226
|
-
"qualification-outlined":
|
|
6227
|
-
"re-assign":
|
|
6226
|
+
"phone-outlined": 59317,
|
|
6227
|
+
"piggy-bank-outlined": 59318,
|
|
6228
|
+
"plane-outlined": 59319,
|
|
6229
|
+
"play-circle-outlined": 59320,
|
|
6230
|
+
"print-outlined": 59321,
|
|
6231
|
+
"qr-code-outlined": 59322,
|
|
6232
|
+
"qualification-outlined": 59323,
|
|
6233
|
+
"re-assign": 59324,
|
|
6228
6234
|
redeem: redeem,
|
|
6229
6235
|
refresh: refresh,
|
|
6230
6236
|
remove: remove,
|
|
6231
|
-
"reply-outlined":
|
|
6237
|
+
"reply-outlined": 59328,
|
|
6232
6238
|
restart: restart,
|
|
6233
|
-
"return-arrow":
|
|
6234
|
-
"rostering-outlined":
|
|
6235
|
-
"save-outlined":
|
|
6236
|
-
"schedule-outlined":
|
|
6237
|
-
"search-outlined":
|
|
6238
|
-
"search-secured-outlined":
|
|
6239
|
-
"send-outlined":
|
|
6240
|
-
"share-1":
|
|
6241
|
-
"share-2":
|
|
6242
|
-
"share-outlined":
|
|
6243
|
-
"show-chart-outlined":
|
|
6244
|
-
"single-down-arrow":
|
|
6245
|
-
"single-left-arrow":
|
|
6246
|
-
"single-right-arrow":
|
|
6247
|
-
"single-up-arrow":
|
|
6248
|
-
"speaker-active-outlined":
|
|
6249
|
-
"speaker-outlined":
|
|
6250
|
-
"star-circle-outlined":
|
|
6251
|
-
"star-outlined":
|
|
6252
|
-
"stopwatch-outlined":
|
|
6239
|
+
"return-arrow": 59330,
|
|
6240
|
+
"rostering-outlined": 59331,
|
|
6241
|
+
"save-outlined": 59332,
|
|
6242
|
+
"schedule-outlined": 59333,
|
|
6243
|
+
"search-outlined": 59334,
|
|
6244
|
+
"search-secured-outlined": 59335,
|
|
6245
|
+
"send-outlined": 59336,
|
|
6246
|
+
"share-1": 59337,
|
|
6247
|
+
"share-2": 59338,
|
|
6248
|
+
"share-outlined": 59339,
|
|
6249
|
+
"show-chart-outlined": 59340,
|
|
6250
|
+
"single-down-arrow": 59341,
|
|
6251
|
+
"single-left-arrow": 59342,
|
|
6252
|
+
"single-right-arrow": 59343,
|
|
6253
|
+
"single-up-arrow": 59344,
|
|
6254
|
+
"speaker-active-outlined": 59345,
|
|
6255
|
+
"speaker-outlined": 59346,
|
|
6256
|
+
"star-circle-outlined": 59347,
|
|
6257
|
+
"star-outlined": 59348,
|
|
6258
|
+
"stopwatch-outlined": 59349,
|
|
6253
6259
|
strikethrough: strikethrough,
|
|
6254
|
-
"suitcase-clock-outlined":
|
|
6255
|
-
"suitcase-outlined":
|
|
6256
|
-
"survey-outlined":
|
|
6257
|
-
"switch-outlined":
|
|
6260
|
+
"suitcase-clock-outlined": 59351,
|
|
6261
|
+
"suitcase-outlined": 59352,
|
|
6262
|
+
"survey-outlined": 59353,
|
|
6263
|
+
"switch-outlined": 59354,
|
|
6258
6264
|
sync: sync,
|
|
6259
|
-
"target-outlined":
|
|
6260
|
-
"timesheet-outlined":
|
|
6261
|
-
"today-outlined":
|
|
6265
|
+
"target-outlined": 59356,
|
|
6266
|
+
"timesheet-outlined": 59357,
|
|
6267
|
+
"today-outlined": 59358,
|
|
6262
6268
|
transfer: transfer,
|
|
6263
|
-
"trash-bin-outlined":
|
|
6264
|
-
"umbrela-outlined":
|
|
6269
|
+
"trash-bin-outlined": 59360,
|
|
6270
|
+
"umbrela-outlined": 59361,
|
|
6265
6271
|
unavailable: unavailable,
|
|
6266
6272
|
underline: underline,
|
|
6267
|
-
"
|
|
6268
|
-
"
|
|
6269
|
-
"
|
|
6270
|
-
"user-
|
|
6271
|
-
"user-outlined":
|
|
6272
|
-
"user-
|
|
6273
|
-
"
|
|
6274
|
-
"video-
|
|
6275
|
-
"
|
|
6273
|
+
"union-outlined": 59364,
|
|
6274
|
+
"unlock-outlined": 59365,
|
|
6275
|
+
"upload-outlined": 59366,
|
|
6276
|
+
"user-circle-outlined": 59367,
|
|
6277
|
+
"user-gear-outlined": 59368,
|
|
6278
|
+
"user-outlined": 59369,
|
|
6279
|
+
"user-rectangle-outlined": 59370,
|
|
6280
|
+
"video-1-outlined": 59371,
|
|
6281
|
+
"video-2-outlined": 59372,
|
|
6282
|
+
"wallet-outlined": 59373
|
|
6276
6283
|
};
|
|
6277
6284
|
|
|
6278
6285
|
var HeroIcon = reactNativeVectorIcons.createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
|
|
@@ -6297,10 +6304,10 @@ var StyledHeroIcon = index$a(HeroIcon)(function (_ref) {
|
|
|
6297
6304
|
};
|
|
6298
6305
|
});
|
|
6299
6306
|
|
|
6300
|
-
var _excluded$
|
|
6307
|
+
var _excluded$o = ["style"];
|
|
6301
6308
|
var AnimatedIcon = function AnimatedIcon(_ref) {
|
|
6302
6309
|
var style = _ref.style,
|
|
6303
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
6310
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$o);
|
|
6304
6311
|
var rotateAnimation = React.useRef(new reactNative.Animated.Value(0));
|
|
6305
6312
|
React.useEffect(function () {
|
|
6306
6313
|
var animation = reactNative.Animated.loop(reactNative.Animated.timing(rotateAnimation.current, {
|
|
@@ -6406,7 +6413,7 @@ var AccordionItem = function AccordionItem(_ref) {
|
|
|
6406
6413
|
}, content));
|
|
6407
6414
|
};
|
|
6408
6415
|
|
|
6409
|
-
var _excluded$
|
|
6416
|
+
var _excluded$n = ["key"];
|
|
6410
6417
|
var Accordion = function Accordion(_ref) {
|
|
6411
6418
|
var items = _ref.items,
|
|
6412
6419
|
activeItemKey = _ref.activeItemKey,
|
|
@@ -6422,12 +6429,12 @@ var Accordion = function Accordion(_ref) {
|
|
|
6422
6429
|
_usePropsOrInternalSt2 = _slicedToArray(_usePropsOrInternalSt, 2),
|
|
6423
6430
|
_activeItemKey = _usePropsOrInternalSt2[0],
|
|
6424
6431
|
_onItemPress = _usePropsOrInternalSt2[1];
|
|
6425
|
-
return /*#__PURE__*/React__default["default"].createElement(StyledWrapper$
|
|
6432
|
+
return /*#__PURE__*/React__default["default"].createElement(StyledWrapper$a, {
|
|
6426
6433
|
style: style,
|
|
6427
6434
|
testID: testID
|
|
6428
6435
|
}, items.map(function (_ref2, index) {
|
|
6429
6436
|
var key = _ref2.key,
|
|
6430
|
-
props = _objectWithoutProperties(_ref2, _excluded$
|
|
6437
|
+
props = _objectWithoutProperties(_ref2, _excluded$n);
|
|
6431
6438
|
var open = _activeItemKey === key;
|
|
6432
6439
|
return /*#__PURE__*/React__default["default"].createElement(React__default["default"].Fragment, {
|
|
6433
6440
|
key: key
|
|
@@ -6609,7 +6616,7 @@ var Attachment = function Attachment(_ref) {
|
|
|
6609
6616
|
})) : null);
|
|
6610
6617
|
};
|
|
6611
6618
|
|
|
6612
|
-
var StyledWrapper$
|
|
6619
|
+
var StyledWrapper$9 = index$a(reactNative.TouchableOpacity)(function (_ref) {
|
|
6613
6620
|
var themeSize = _ref.themeSize,
|
|
6614
6621
|
themeIntent = _ref.themeIntent,
|
|
6615
6622
|
theme = _ref.theme;
|
|
@@ -6664,7 +6671,7 @@ var Avatar = function Avatar(_ref) {
|
|
|
6664
6671
|
hasImageError = _useState2[0],
|
|
6665
6672
|
setHasImageError = _useState2[1];
|
|
6666
6673
|
if (title === undefined && source === undefined) return null;
|
|
6667
|
-
return /*#__PURE__*/React__default["default"].createElement(StyledWrapper$
|
|
6674
|
+
return /*#__PURE__*/React__default["default"].createElement(StyledWrapper$9, {
|
|
6668
6675
|
testID: testID,
|
|
6669
6676
|
onPress: onPress,
|
|
6670
6677
|
disabled: onPress === undefined,
|
|
@@ -6688,7 +6695,7 @@ var Avatar = function Avatar(_ref) {
|
|
|
6688
6695
|
};
|
|
6689
6696
|
|
|
6690
6697
|
var VISIBLE_RATIO = 0.7;
|
|
6691
|
-
var StyledWrapper$
|
|
6698
|
+
var StyledWrapper$8 = index$a(reactNative.View)(function (_ref) {
|
|
6692
6699
|
var theme = _ref.theme,
|
|
6693
6700
|
themeSize = _ref.themeSize,
|
|
6694
6701
|
themeAvatarCount = _ref.themeAvatarCount;
|
|
@@ -6750,7 +6757,7 @@ var AvatarStack = function AvatarStack(_ref) {
|
|
|
6750
6757
|
});
|
|
6751
6758
|
avatars.push(remainingAvatar);
|
|
6752
6759
|
}
|
|
6753
|
-
return /*#__PURE__*/React__default["default"].createElement(StyledWrapper$
|
|
6760
|
+
return /*#__PURE__*/React__default["default"].createElement(StyledWrapper$8, {
|
|
6754
6761
|
themeSize: size,
|
|
6755
6762
|
themeAvatarCount: avatars.length,
|
|
6756
6763
|
style: style,
|
|
@@ -6809,7 +6816,7 @@ var StyledStatus = index$a(reactNative.Animated.View)(function (_ref3) {
|
|
|
6809
6816
|
};
|
|
6810
6817
|
});
|
|
6811
6818
|
|
|
6812
|
-
var _excluded$
|
|
6819
|
+
var _excluded$m = ["children", "visible", "intent", "style", "testID"];
|
|
6813
6820
|
var Status = function Status(_ref) {
|
|
6814
6821
|
var children = _ref.children,
|
|
6815
6822
|
_ref$visible = _ref.visible,
|
|
@@ -6818,7 +6825,7 @@ var Status = function Status(_ref) {
|
|
|
6818
6825
|
intent = _ref$intent === void 0 ? 'danger' : _ref$intent,
|
|
6819
6826
|
style = _ref.style,
|
|
6820
6827
|
testID = _ref.testID,
|
|
6821
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
6828
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$m);
|
|
6822
6829
|
var _React$useRef = React__default["default"].useRef(new reactNative.Animated.Value(visible ? 1 : 0)),
|
|
6823
6830
|
opacity = _React$useRef.current;
|
|
6824
6831
|
var isFirstRendering = React__default["default"].useRef(true);
|
|
@@ -6851,7 +6858,7 @@ var Status = function Status(_ref) {
|
|
|
6851
6858
|
}));
|
|
6852
6859
|
};
|
|
6853
6860
|
|
|
6854
|
-
var _excluded$
|
|
6861
|
+
var _excluded$l = ["content", "visible", "max", "intent", "style", "testID"];
|
|
6855
6862
|
var DEFAULT_MAX_NUMBER = 99;
|
|
6856
6863
|
var getPaddingState = function getPaddingState(content) {
|
|
6857
6864
|
return content.length > 1 ? 'wideContent' : 'narrowContent';
|
|
@@ -6866,7 +6873,7 @@ var Badge = function Badge(_ref) {
|
|
|
6866
6873
|
intent = _ref$intent === void 0 ? 'danger' : _ref$intent,
|
|
6867
6874
|
style = _ref.style,
|
|
6868
6875
|
testID = _ref.testID,
|
|
6869
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
6876
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$l);
|
|
6870
6877
|
var _React$useRef = React__default["default"].useRef(new reactNative.Animated.Value(visible ? 1 : 0)),
|
|
6871
6878
|
opacity = _React$useRef.current;
|
|
6872
6879
|
var isFirstRendering = React__default["default"].useRef(true);
|
|
@@ -6970,7 +6977,7 @@ function omit(keys, obj) {
|
|
|
6970
6977
|
return result;
|
|
6971
6978
|
}
|
|
6972
6979
|
|
|
6973
|
-
var _excluded$
|
|
6980
|
+
var _excluded$k = ["onTabPress", "renderActiveTabOnly", "selectedTabKey", "tabs"];
|
|
6974
6981
|
var getInactiveIcon = function getInactiveIcon(icon) {
|
|
6975
6982
|
var inactiveIcon = "".concat(icon, "-outlined");
|
|
6976
6983
|
return isHeroIcon(inactiveIcon) ? inactiveIcon : icon;
|
|
@@ -6981,7 +6988,7 @@ var BottomNavigation = function BottomNavigation(_ref) {
|
|
|
6981
6988
|
renderActiveTabOnly = _ref$renderActiveTabO === void 0 ? false : _ref$renderActiveTabO,
|
|
6982
6989
|
selectedTabKey = _ref.selectedTabKey,
|
|
6983
6990
|
tabs = _ref.tabs,
|
|
6984
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
6991
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$k);
|
|
6985
6992
|
var insets = reactNativeSafeAreaContext.useSafeAreaInsets();
|
|
6986
6993
|
/**
|
|
6987
6994
|
* List of loaded tabs, tabs will be loaded when navigated to.
|
|
@@ -7068,13 +7075,13 @@ var StyledDivider = index$a(reactNative.View)(function (_ref) {
|
|
|
7068
7075
|
}, horizontalMargin), verticalMargin);
|
|
7069
7076
|
});
|
|
7070
7077
|
|
|
7071
|
-
var _excluded$
|
|
7078
|
+
var _excluded$j = ["marginHorizontal", "marginVertical", "style", "testID"];
|
|
7072
7079
|
var Divider = function Divider(_ref) {
|
|
7073
7080
|
var marginHorizontal = _ref.marginHorizontal,
|
|
7074
7081
|
marginVertical = _ref.marginVertical,
|
|
7075
7082
|
style = _ref.style,
|
|
7076
7083
|
testID = _ref.testID,
|
|
7077
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
7084
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$j);
|
|
7078
7085
|
return /*#__PURE__*/React__default["default"].createElement(StyledDivider, _extends$1({}, nativeProps, {
|
|
7079
7086
|
themeMarginHorizontal: marginHorizontal,
|
|
7080
7087
|
themeMarginVertical: marginVertical,
|
|
@@ -7085,7 +7092,7 @@ var Divider = function Divider(_ref) {
|
|
|
7085
7092
|
|
|
7086
7093
|
var AnimatedPressable$1 = reactNative.Animated.createAnimatedComponent(reactNative.Pressable);
|
|
7087
7094
|
var AnimatedSafeAreaView = reactNative.Animated.createAnimatedComponent(reactNative.SafeAreaView);
|
|
7088
|
-
var StyledWrapper$
|
|
7095
|
+
var StyledWrapper$7 = index$a(reactNative.View)(_objectSpread2(_objectSpread2({}, reactNative.StyleSheet.absoluteFillObject), {}, {
|
|
7089
7096
|
flexDirection: 'column-reverse'
|
|
7090
7097
|
}));
|
|
7091
7098
|
var StyledKeyboardAvoidingView = index$a(reactNative.KeyboardAvoidingView)(function () {
|
|
@@ -7204,7 +7211,7 @@ var StyledLoadingDot = index$a(reactNative.View)(function (_ref2) {
|
|
|
7204
7211
|
}, themeStyling());
|
|
7205
7212
|
});
|
|
7206
7213
|
|
|
7207
|
-
var _excluded$
|
|
7214
|
+
var _excluded$i = ["count", "size", "testID", "themeVariant"];
|
|
7208
7215
|
var AnimatedLoadingIndicatorWrapper = reactNative.Animated.createAnimatedComponent(StyledLoadingIndicatorWrapper);
|
|
7209
7216
|
var AnimatedLoadingDot = reactNative.Animated.createAnimatedComponent(StyledLoadingDot);
|
|
7210
7217
|
var renderDotComponent = function renderDotComponent(_ref) {
|
|
@@ -7236,7 +7243,7 @@ var LoadingIndicator = function LoadingIndicator(_ref2) {
|
|
|
7236
7243
|
size = _ref2$size === void 0 ? 12 : _ref2$size,
|
|
7237
7244
|
testID = _ref2.testID,
|
|
7238
7245
|
themeVariant = _ref2.themeVariant,
|
|
7239
|
-
nativeProps = _objectWithoutProperties(_ref2, _excluded$
|
|
7246
|
+
nativeProps = _objectWithoutProperties(_ref2, _excluded$i);
|
|
7240
7247
|
var progressAnimation = React.useRef(new reactNative.Animated.Value(0));
|
|
7241
7248
|
React.useEffect(function () {
|
|
7242
7249
|
var animation = reactNative.Animated.loop(reactNative.Animated.timing(progressAnimation.current, {
|
|
@@ -7632,11 +7639,11 @@ var Header = function Header(_ref) {
|
|
|
7632
7639
|
})) : null), showDivider ? /*#__PURE__*/React__default["default"].createElement(Divider, null) : null);
|
|
7633
7640
|
};
|
|
7634
7641
|
|
|
7635
|
-
var _excluded$
|
|
7642
|
+
var _excluded$h = ["scrollEventThrottle"];
|
|
7636
7643
|
var BottomSheetScrollView = function BottomSheetScrollView(_ref) {
|
|
7637
7644
|
var _ref$scrollEventThrot = _ref.scrollEventThrottle,
|
|
7638
7645
|
scrollEventThrottle = _ref$scrollEventThrot === void 0 ? 100 : _ref$scrollEventThrot,
|
|
7639
|
-
props = _objectWithoutProperties(_ref, _excluded$
|
|
7646
|
+
props = _objectWithoutProperties(_ref, _excluded$h);
|
|
7640
7647
|
var _useContext = React.useContext(BottomSheetContext),
|
|
7641
7648
|
setInternalShowDivider = _useContext.setInternalShowDivider;
|
|
7642
7649
|
var onScrollBeginDrag = React.useCallback(function (e) {
|
|
@@ -7744,7 +7751,7 @@ var BottomSheet = function BottomSheet(_ref) {
|
|
|
7744
7751
|
transparent: true,
|
|
7745
7752
|
testID: testID,
|
|
7746
7753
|
onShow: onOpen
|
|
7747
|
-
}, /*#__PURE__*/React__default["default"].createElement(StyledWrapper$
|
|
7754
|
+
}, /*#__PURE__*/React__default["default"].createElement(StyledWrapper$7, {
|
|
7748
7755
|
pointerEvents: "box-none"
|
|
7749
7756
|
}, /*#__PURE__*/React__default["default"].createElement(StyledKeyboardAvoidingView, _extends$1({
|
|
7750
7757
|
behavior: reactNative.Platform.OS === 'ios' ? 'padding' : 'height'
|
|
@@ -7951,7 +7958,7 @@ var borderWidths = {
|
|
|
7951
7958
|
var config = _objectSpread2(_objectSpread2(_objectSpread2(_objectSpread2({}, colors), space), radii), borderWidths);
|
|
7952
7959
|
var flexPropsKey = ['alignContent', 'alignItems', 'alignSelf', 'display', 'flex', 'flexBasis', 'flexDirection', 'flexGrow', 'flexShrink', 'flexWrap', 'justifyContent'];
|
|
7953
7960
|
|
|
7954
|
-
var _excluded$
|
|
7961
|
+
var _excluded$g = ["theme"];
|
|
7955
7962
|
var getThemeValue = function getThemeValue(theme, key, props) {
|
|
7956
7963
|
var propConfig = config[key];
|
|
7957
7964
|
var propValue = props[key];
|
|
@@ -7978,18 +7985,18 @@ var mapStylePropToThemeValue = function mapStylePropToThemeValue(theme, props) {
|
|
|
7978
7985
|
var configKeys = Object.keys(config);
|
|
7979
7986
|
var StyledBox = index$a(reactNative.View)(function (_ref5) {
|
|
7980
7987
|
var theme = _ref5.theme,
|
|
7981
|
-
otherProps = _objectWithoutProperties(_ref5, _excluded$
|
|
7988
|
+
otherProps = _objectWithoutProperties(_ref5, _excluded$g);
|
|
7982
7989
|
var styleProps = pick(configKeys, otherProps);
|
|
7983
7990
|
var flexProps = pick(_toConsumableArray(flexPropsKey), otherProps);
|
|
7984
7991
|
return _objectSpread2(_objectSpread2({}, mapStylePropToThemeValue(theme, styleProps)), flexProps);
|
|
7985
7992
|
});
|
|
7986
7993
|
|
|
7987
|
-
var _excluded$
|
|
7994
|
+
var _excluded$f = ["children", "style", "testID"];
|
|
7988
7995
|
var Box = function Box(_ref) {
|
|
7989
7996
|
var children = _ref.children,
|
|
7990
7997
|
style = _ref.style,
|
|
7991
7998
|
testID = _ref.testID,
|
|
7992
|
-
otherProps = _objectWithoutProperties(_ref, _excluded$
|
|
7999
|
+
otherProps = _objectWithoutProperties(_ref, _excluded$f);
|
|
7993
8000
|
return /*#__PURE__*/React__default["default"].createElement(StyledBox, _extends$1({}, otherProps, {
|
|
7994
8001
|
style: style,
|
|
7995
8002
|
testID: testID
|
|
@@ -10554,7 +10561,7 @@ var Calendar = function Calendar(_ref) {
|
|
|
10554
10561
|
})));
|
|
10555
10562
|
};
|
|
10556
10563
|
|
|
10557
|
-
var _excluded$
|
|
10564
|
+
var _excluded$e = ["rounded", "size", "testID", "style"];
|
|
10558
10565
|
var Image = function Image(_ref) {
|
|
10559
10566
|
var _ref$rounded = _ref.rounded,
|
|
10560
10567
|
rounded = _ref$rounded === void 0 ? false : _ref$rounded,
|
|
@@ -10562,7 +10569,7 @@ var Image = function Image(_ref) {
|
|
|
10562
10569
|
size = _ref$size === void 0 ? '6xlarge' : _ref$size,
|
|
10563
10570
|
testID = _ref.testID,
|
|
10564
10571
|
style = _ref.style,
|
|
10565
|
-
imageNativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
10572
|
+
imageNativeProps = _objectWithoutProperties(_ref, _excluded$e);
|
|
10566
10573
|
var theme = useTheme();
|
|
10567
10574
|
var imageSize = theme.__hd__.image.sizes[size];
|
|
10568
10575
|
return /*#__PURE__*/React__default["default"].createElement(reactNative.Image, _extends$1({
|
|
@@ -10727,7 +10734,7 @@ var CarouselItem = function CarouselItem(_ref) {
|
|
|
10727
10734
|
}, body) : null));
|
|
10728
10735
|
};
|
|
10729
10736
|
|
|
10730
|
-
var _excluded$
|
|
10737
|
+
var _excluded$d = ["items", "onItemIndexChange", "renderActions", "selectedItemIndex", "style", "shouldShowPagination"];
|
|
10731
10738
|
function useStateFromProp(initialValue) {
|
|
10732
10739
|
var _useState = React.useState(initialValue),
|
|
10733
10740
|
_useState2 = _slicedToArray(_useState, 2),
|
|
@@ -10749,7 +10756,7 @@ var Carousel = function Carousel(_ref) {
|
|
|
10749
10756
|
shouldShowPagination = _ref$shouldShowPagina === void 0 ? function () {
|
|
10750
10757
|
return true;
|
|
10751
10758
|
} : _ref$shouldShowPagina,
|
|
10752
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
10759
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$d);
|
|
10753
10760
|
var carouselRef = React.useRef(null);
|
|
10754
10761
|
var _useStateFromProp = useStateFromProp(selectedItemIndex),
|
|
10755
10762
|
_useStateFromProp2 = _slicedToArray(_useStateFromProp, 2),
|
|
@@ -10849,12 +10856,12 @@ var Indicator = index$a(reactNative.View)(function (_ref2) {
|
|
|
10849
10856
|
};
|
|
10850
10857
|
});
|
|
10851
10858
|
|
|
10852
|
-
var _excluded$
|
|
10859
|
+
var _excluded$c = ["intent", "children"];
|
|
10853
10860
|
var DataCard = function DataCard(_ref) {
|
|
10854
10861
|
var _ref$intent = _ref.intent,
|
|
10855
10862
|
intent = _ref$intent === void 0 ? 'info' : _ref$intent,
|
|
10856
10863
|
children = _ref.children,
|
|
10857
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
10864
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$c);
|
|
10858
10865
|
return /*#__PURE__*/React__default["default"].createElement(StyledDataCard, nativeProps, /*#__PURE__*/React__default["default"].createElement(Indicator, {
|
|
10859
10866
|
themeIntent: intent,
|
|
10860
10867
|
testID: "data-card-indicator"
|
|
@@ -10872,11 +10879,11 @@ var StyledCard = index$a(reactNative.View)(function (_ref) {
|
|
|
10872
10879
|
});
|
|
10873
10880
|
});
|
|
10874
10881
|
|
|
10875
|
-
var _excluded$
|
|
10882
|
+
var _excluded$b = ["intent", "children"];
|
|
10876
10883
|
var Card = function Card(_ref) {
|
|
10877
10884
|
var intent = _ref.intent,
|
|
10878
10885
|
children = _ref.children,
|
|
10879
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
10886
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$b);
|
|
10880
10887
|
return /*#__PURE__*/React__default["default"].createElement(StyledCard, _extends$1({}, nativeProps, {
|
|
10881
10888
|
themeIntent: intent
|
|
10882
10889
|
}), children);
|
|
@@ -10885,7 +10892,7 @@ var index$8 = Object.assign(Card, {
|
|
|
10885
10892
|
Data: DataCard
|
|
10886
10893
|
});
|
|
10887
10894
|
|
|
10888
|
-
var StyledWrapper$
|
|
10895
|
+
var StyledWrapper$6 = index$a(reactNative.TouchableOpacity)(function (_ref) {
|
|
10889
10896
|
var theme = _ref.theme,
|
|
10890
10897
|
themeWithBorder = _ref.themeWithBorder,
|
|
10891
10898
|
themeDisabled = _ref.themeDisabled;
|
|
@@ -10942,7 +10949,7 @@ var Checkbox = function Checkbox(_ref) {
|
|
|
10942
10949
|
onPress = _ref.onPress,
|
|
10943
10950
|
style = _ref.style,
|
|
10944
10951
|
testID = _ref.testID;
|
|
10945
|
-
return /*#__PURE__*/React__default["default"].createElement(StyledWrapper$
|
|
10952
|
+
return /*#__PURE__*/React__default["default"].createElement(StyledWrapper$6, {
|
|
10946
10953
|
onPress: onPress,
|
|
10947
10954
|
disabled: disabled,
|
|
10948
10955
|
themeDisabled: disabled,
|
|
@@ -10964,7 +10971,7 @@ var StyledContainer$3 = index$a(reactNative.View)(function (_ref) {
|
|
|
10964
10971
|
var theme = _ref.theme;
|
|
10965
10972
|
return {
|
|
10966
10973
|
width: '100%',
|
|
10967
|
-
|
|
10974
|
+
marginTop: theme.__hd__.textInput.space.containerMarginTop
|
|
10968
10975
|
};
|
|
10969
10976
|
});
|
|
10970
10977
|
var StyledLabelContainer = index$a(reactNative.View)(function (_ref2) {
|
|
@@ -11100,7 +11107,8 @@ var StyledTextInputAndLabelContainer = index$a(reactNative.View)(function () {
|
|
|
11100
11107
|
var StyledErrorAndHelpTextContainer = index$a(reactNative.View)(function (_ref14) {
|
|
11101
11108
|
var theme = _ref14.theme;
|
|
11102
11109
|
return {
|
|
11103
|
-
paddingLeft: theme.__hd__.textInput.space.errorAndHelpTextContainerPaddingLeft
|
|
11110
|
+
paddingLeft: theme.__hd__.textInput.space.errorAndHelpTextContainerPaddingLeft,
|
|
11111
|
+
minHeight: theme.__hd__.textInput.sizes.errorAndHelpTextContainerHeight
|
|
11104
11112
|
};
|
|
11105
11113
|
});
|
|
11106
11114
|
var StyledErrorAndMaxLengthContainer = index$a(reactNative.View)(function () {
|
|
@@ -11110,7 +11118,7 @@ var StyledErrorAndMaxLengthContainer = index$a(reactNative.View)(function () {
|
|
|
11110
11118
|
};
|
|
11111
11119
|
});
|
|
11112
11120
|
|
|
11113
|
-
var _excluded$
|
|
11121
|
+
var _excluded$a = ["label", "prefix", "suffix", "style", "textStyle", "testID", "accessibilityLabelledBy", "error", "required", "editable", "disabled", "loading", "maxLength", "helpText", "value", "defaultValue", "renderInputValue"];
|
|
11114
11122
|
var getVariant$1 = function getVariant(_ref) {
|
|
11115
11123
|
var disabled = _ref.disabled,
|
|
11116
11124
|
error = _ref.error,
|
|
@@ -11156,7 +11164,7 @@ var TextInput = /*#__PURE__*/React.forwardRef(function (_ref2, ref) {
|
|
|
11156
11164
|
value = _ref2.value,
|
|
11157
11165
|
defaultValue = _ref2.defaultValue,
|
|
11158
11166
|
renderInputValue = _ref2.renderInputValue,
|
|
11159
|
-
nativeProps = _objectWithoutProperties(_ref2, _excluded$
|
|
11167
|
+
nativeProps = _objectWithoutProperties(_ref2, _excluded$a);
|
|
11160
11168
|
var displayText = (_ref3 = value !== undefined ? value : defaultValue) !== null && _ref3 !== void 0 ? _ref3 : '';
|
|
11161
11169
|
var isEmptyValue = displayText.length === 0;
|
|
11162
11170
|
var actualSuffix = loading ? 'loading' : suffix;
|
|
@@ -11292,17 +11300,17 @@ var TextInput = /*#__PURE__*/React.forwardRef(function (_ref2, ref) {
|
|
|
11292
11300
|
icon: actualSuffix,
|
|
11293
11301
|
spin: actualSuffix === 'loading',
|
|
11294
11302
|
size: "xsmall"
|
|
11295
|
-
}) : suffix), /*#__PURE__*/React__default["default"].createElement(StyledErrorAndHelpTextContainer, null, /*#__PURE__*/React__default["default"].createElement(StyledErrorAndMaxLengthContainer, null,
|
|
11303
|
+
}) : suffix), /*#__PURE__*/React__default["default"].createElement(StyledErrorAndHelpTextContainer, null, /*#__PURE__*/React__default["default"].createElement(StyledErrorAndMaxLengthContainer, null, error ? /*#__PURE__*/React__default["default"].createElement(StyledErrorContainer$1, null, /*#__PURE__*/React__default["default"].createElement(Icon, {
|
|
11296
11304
|
testID: "input-error-icon",
|
|
11297
11305
|
icon: "circle-info",
|
|
11298
11306
|
size: "xsmall",
|
|
11299
11307
|
intent: "danger"
|
|
11300
11308
|
}), /*#__PURE__*/React__default["default"].createElement(StyledError, {
|
|
11301
11309
|
testID: "input-error-message"
|
|
11302
|
-
}, error)), shouldShowMaxLength && /*#__PURE__*/React__default["default"].createElement(StyledMaxLengthMessage, {
|
|
11310
|
+
}, error)) : !!helpText && /*#__PURE__*/React__default["default"].createElement(StyledHelperText, null, helpText), shouldShowMaxLength && /*#__PURE__*/React__default["default"].createElement(StyledMaxLengthMessage, {
|
|
11303
11311
|
themeVariant: variant,
|
|
11304
11312
|
fontSize: "small"
|
|
11305
|
-
}, displayText.length, "/", maxLength))
|
|
11313
|
+
}, displayText.length, "/", maxLength))));
|
|
11306
11314
|
});
|
|
11307
11315
|
|
|
11308
11316
|
var DatePickerAndroid = function DatePickerAndroid(_ref) {
|
|
@@ -11742,7 +11750,7 @@ var index$7 = Object.assign(Drawer, {
|
|
|
11742
11750
|
Dragable: DragableDrawer
|
|
11743
11751
|
});
|
|
11744
11752
|
|
|
11745
|
-
var StyledWrapper$
|
|
11753
|
+
var StyledWrapper$5 = index$a(reactNative.View)(function (_ref) {
|
|
11746
11754
|
var theme = _ref.theme;
|
|
11747
11755
|
return {
|
|
11748
11756
|
display: 'flex',
|
|
@@ -11784,7 +11792,7 @@ var Empty = function Empty(_ref) {
|
|
|
11784
11792
|
_ref$variant = _ref.variant,
|
|
11785
11793
|
variant = _ref$variant === void 0 ? 'light' : _ref$variant;
|
|
11786
11794
|
var theme = useTheme();
|
|
11787
|
-
return /*#__PURE__*/React__default["default"].createElement(StyledWrapper$
|
|
11795
|
+
return /*#__PURE__*/React__default["default"].createElement(StyledWrapper$5, {
|
|
11788
11796
|
style: style,
|
|
11789
11797
|
testID: testID
|
|
11790
11798
|
}, image !== undefined && /*#__PURE__*/React__default["default"].cloneElement(image, _objectSpread2(_objectSpread2({}, image.props), {}, {
|
|
@@ -11834,11 +11842,11 @@ var StyledFABText = index$a(reactNative.Text)(function (_ref3) {
|
|
|
11834
11842
|
};
|
|
11835
11843
|
});
|
|
11836
11844
|
|
|
11837
|
-
var _excluded$
|
|
11845
|
+
var _excluded$9 = ["active"];
|
|
11838
11846
|
var AnimatedIcons = reactNative.Animated.createAnimatedComponent(StyledFABIcon);
|
|
11839
11847
|
var AnimatedFABIcon = function AnimatedFABIcon(_ref) {
|
|
11840
11848
|
var active = _ref.active,
|
|
11841
|
-
iconProps = _objectWithoutProperties(_ref, _excluded$
|
|
11849
|
+
iconProps = _objectWithoutProperties(_ref, _excluded$9);
|
|
11842
11850
|
var rotateAnimation = React.useRef(new reactNative.Animated.Value(active ? 1 : 0));
|
|
11843
11851
|
React.useEffect(function () {
|
|
11844
11852
|
var animation = reactNative.Animated.timing(rotateAnimation.current, {
|
|
@@ -12273,7 +12281,7 @@ var List = {
|
|
|
12273
12281
|
BasicItem: BasicListItem
|
|
12274
12282
|
};
|
|
12275
12283
|
|
|
12276
|
-
var StyledWrapper$
|
|
12284
|
+
var StyledWrapper$4 = index$a(reactNative.View)(function () {
|
|
12277
12285
|
return {
|
|
12278
12286
|
alignContent: 'flex-start'
|
|
12279
12287
|
};
|
|
@@ -12451,7 +12459,7 @@ function PinInput(_ref2) {
|
|
|
12451
12459
|
reactNative.InteractionManager.runAfterInteractions(focus);
|
|
12452
12460
|
}
|
|
12453
12461
|
}, [inputRef]);
|
|
12454
|
-
return /*#__PURE__*/React__default["default"].createElement(StyledWrapper$
|
|
12462
|
+
return /*#__PURE__*/React__default["default"].createElement(StyledWrapper$4, {
|
|
12455
12463
|
style: style,
|
|
12456
12464
|
testID: testID
|
|
12457
12465
|
}, /*#__PURE__*/React__default["default"].createElement(StyledPinWrapper, null, _toConsumableArray(Array(length).keys()).map(function (index) {
|
|
@@ -12568,7 +12576,7 @@ var StyledStrokeEnd = index$a(reactNative.View)(function (_ref6) {
|
|
|
12568
12576
|
};
|
|
12569
12577
|
});
|
|
12570
12578
|
|
|
12571
|
-
var _excluded$
|
|
12579
|
+
var _excluded$8 = ["value", "renderValue", "intent", "style", "testID"];
|
|
12572
12580
|
var HalfCircle = function HalfCircle(_ref) {
|
|
12573
12581
|
var type = _ref.type,
|
|
12574
12582
|
themeIntent = _ref.themeIntent;
|
|
@@ -12589,7 +12597,7 @@ var ProgressCircle = function ProgressCircle(_ref2) {
|
|
|
12589
12597
|
intent = _ref2$intent === void 0 ? 'primary' : _ref2$intent,
|
|
12590
12598
|
style = _ref2.style,
|
|
12591
12599
|
testID = _ref2.testID,
|
|
12592
|
-
nativeProps = _objectWithoutProperties(_ref2, _excluded$
|
|
12600
|
+
nativeProps = _objectWithoutProperties(_ref2, _excluded$8);
|
|
12593
12601
|
var theme = useTheme$1();
|
|
12594
12602
|
var radius = theme.__hd__.progress.sizes.circleDiameter / 2;
|
|
12595
12603
|
var progressAnimatedValue = React.useRef(new reactNative.Animated.Value(0));
|
|
@@ -12686,7 +12694,7 @@ var ProgressCircle = function ProgressCircle(_ref2) {
|
|
|
12686
12694
|
}, renderValue(value)))));
|
|
12687
12695
|
};
|
|
12688
12696
|
|
|
12689
|
-
var StyledWrapper$
|
|
12697
|
+
var StyledWrapper$3 = index$a(reactNative.View)(function (_ref) {
|
|
12690
12698
|
var theme = _ref.theme,
|
|
12691
12699
|
themeIntent = _ref.themeIntent;
|
|
12692
12700
|
return {
|
|
@@ -12706,14 +12714,14 @@ var StyledInner = index$a(reactNative.Animated.View)(function (_ref2) {
|
|
|
12706
12714
|
};
|
|
12707
12715
|
});
|
|
12708
12716
|
|
|
12709
|
-
var _excluded$
|
|
12717
|
+
var _excluded$7 = ["value", "intent", "style", "testID"];
|
|
12710
12718
|
var ProgressBar = function ProgressBar(_ref) {
|
|
12711
12719
|
var value = _ref.value,
|
|
12712
12720
|
_ref$intent = _ref.intent,
|
|
12713
12721
|
intent = _ref$intent === void 0 ? 'primary' : _ref$intent,
|
|
12714
12722
|
style = _ref.style,
|
|
12715
12723
|
testID = _ref.testID,
|
|
12716
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
12724
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$7);
|
|
12717
12725
|
var _useState = React.useState(0),
|
|
12718
12726
|
_useState2 = _slicedToArray(_useState, 2),
|
|
12719
12727
|
width = _useState2[0],
|
|
@@ -12739,7 +12747,7 @@ var ProgressBar = function ProgressBar(_ref) {
|
|
|
12739
12747
|
outputRange: [999, 0],
|
|
12740
12748
|
extrapolate: 'clamp'
|
|
12741
12749
|
});
|
|
12742
|
-
return /*#__PURE__*/React__default["default"].createElement(StyledWrapper$
|
|
12750
|
+
return /*#__PURE__*/React__default["default"].createElement(StyledWrapper$3, _extends$1({}, nativeProps, {
|
|
12743
12751
|
testID: testID,
|
|
12744
12752
|
style: style,
|
|
12745
12753
|
themeIntent: intent
|
|
@@ -12904,14 +12912,14 @@ var AnimatedSpinner = function AnimatedSpinner(_ref) {
|
|
|
12904
12912
|
}, dotProps))));
|
|
12905
12913
|
};
|
|
12906
12914
|
|
|
12907
|
-
var _excluded$
|
|
12915
|
+
var _excluded$6 = ["testID", "size", "intent"];
|
|
12908
12916
|
var Spinner = function Spinner(_ref) {
|
|
12909
12917
|
var testID = _ref.testID,
|
|
12910
12918
|
_ref$size = _ref.size,
|
|
12911
12919
|
size = _ref$size === void 0 ? 'medium' : _ref$size,
|
|
12912
12920
|
_ref$intent = _ref.intent,
|
|
12913
12921
|
intent = _ref$intent === void 0 ? 'primary' : _ref$intent,
|
|
12914
|
-
nativeProps = _objectWithoutProperties(_ref, _excluded$
|
|
12922
|
+
nativeProps = _objectWithoutProperties(_ref, _excluded$6);
|
|
12915
12923
|
return /*#__PURE__*/React__default["default"].createElement(StyledView$1, nativeProps, /*#__PURE__*/React__default["default"].createElement(StyledSpinnerContainer, {
|
|
12916
12924
|
testID: testID
|
|
12917
12925
|
}, /*#__PURE__*/React__default["default"].createElement(AnimatedSpinner, {
|
|
@@ -12944,7 +12952,7 @@ var SwipeableAction = function SwipeableAction(_ref) {
|
|
|
12944
12952
|
}, children);
|
|
12945
12953
|
};
|
|
12946
12954
|
|
|
12947
|
-
var _excluded$
|
|
12955
|
+
var _excluded$5 = ["children", "state", "onStateChange", "leftActions", "leftActionsWidth", "rightActions", "rightActionsWidth"];
|
|
12948
12956
|
var renderActions = function renderActions(actions, width, progress, direction) {
|
|
12949
12957
|
var trans = progress.interpolate({
|
|
12950
12958
|
inputRange: [0, 1],
|
|
@@ -12969,7 +12977,7 @@ var Swipeable = function Swipeable(_ref) {
|
|
|
12969
12977
|
leftActionsWidth = _ref.leftActionsWidth,
|
|
12970
12978
|
rightActions = _ref.rightActions,
|
|
12971
12979
|
rightActionsWidth = _ref.rightActionsWidth,
|
|
12972
|
-
swipeableProps = _objectWithoutProperties(_ref, _excluded$
|
|
12980
|
+
swipeableProps = _objectWithoutProperties(_ref, _excluded$5);
|
|
12973
12981
|
var _useWindowDimensions = reactNative.useWindowDimensions(),
|
|
12974
12982
|
width = _useWindowDimensions.width;
|
|
12975
12983
|
var swipeableRef = React.useRef(null);
|
|
@@ -13016,232 +13024,6 @@ var index$5 = Object.assign(Swipeable, {
|
|
|
13016
13024
|
Content: reactNativeGestureHandler.RectButton
|
|
13017
13025
|
});
|
|
13018
13026
|
|
|
13019
|
-
var StyledWrapper$3 = index$a(reactNative.View)(function () {
|
|
13020
|
-
return {
|
|
13021
|
-
flexDirection: 'row'
|
|
13022
|
-
};
|
|
13023
|
-
});
|
|
13024
|
-
var StyledContent = index$a(reactNative.Animated.View)(function () {
|
|
13025
|
-
return {
|
|
13026
|
-
flex: 1
|
|
13027
|
-
};
|
|
13028
|
-
});
|
|
13029
|
-
|
|
13030
|
-
var _excluded$5 = ["children", "leftContent", "rightContent", "style", "leftActionsWidth", "onSwipeLeftStart", "onSwipeLeftEnd", "rightActionsWidth", "onSwipeRightStart", "onSwipeRightEnd"];
|
|
13031
|
-
var swipeStartMinDistance = 15;
|
|
13032
|
-
var ReleaseAnimationConfig = {
|
|
13033
|
-
toValue: {
|
|
13034
|
-
x: 0,
|
|
13035
|
-
y: 0
|
|
13036
|
-
},
|
|
13037
|
-
duration: 100,
|
|
13038
|
-
easing: reactNative.Easing.elastic(0.5),
|
|
13039
|
-
useNativeDriver: true
|
|
13040
|
-
};
|
|
13041
|
-
var animationToNewState = function animationToNewState(pan) {
|
|
13042
|
-
var animationConfig = ReleaseAnimationConfig;
|
|
13043
|
-
pan.flattenOffset();
|
|
13044
|
-
return reactNative.Animated.timing(pan, animationConfig);
|
|
13045
|
-
};
|
|
13046
|
-
var hanleOnPanResponderEnd = function hanleOnPanResponderEnd(state, contextValues, event, gestureState) {
|
|
13047
|
-
var unmountedRef = contextValues.unmountedRef,
|
|
13048
|
-
onSwipeLeftEnd = contextValues.onSwipeLeftEnd,
|
|
13049
|
-
onSwipeRightEnd = contextValues.onSwipeRightEnd;
|
|
13050
|
-
var leftActionActivated = state.leftActionActivated,
|
|
13051
|
-
rightActionActivated = state.rightActionActivated,
|
|
13052
|
-
pan = state.pan;
|
|
13053
|
-
var animationConfig = ReleaseAnimationConfig;
|
|
13054
|
-
animationToNewState(pan).start(function () {
|
|
13055
|
-
if (unmountedRef.current) {
|
|
13056
|
-
return;
|
|
13057
|
-
}
|
|
13058
|
-
if (leftActionActivated && onSwipeRightEnd) {
|
|
13059
|
-
onSwipeRightEnd(event, gestureState);
|
|
13060
|
-
}
|
|
13061
|
-
if (rightActionActivated && onSwipeLeftEnd) {
|
|
13062
|
-
onSwipeLeftEnd(event, gestureState);
|
|
13063
|
-
}
|
|
13064
|
-
});
|
|
13065
|
-
return _objectSpread2(_objectSpread2({}, state), {}, {
|
|
13066
|
-
lastOffset: {
|
|
13067
|
-
x: animationConfig.toValue.x,
|
|
13068
|
-
y: animationConfig.toValue.y
|
|
13069
|
-
},
|
|
13070
|
-
leftActionActivated: false,
|
|
13071
|
-
rightActionActivated: false
|
|
13072
|
-
});
|
|
13073
|
-
};
|
|
13074
|
-
var hanleOnPanResponderMove = function hanleOnPanResponderMove(state, contextValues, event, gestureState) {
|
|
13075
|
-
var leftActionsWidth = contextValues.leftActionsWidth,
|
|
13076
|
-
rightActionsWidth = contextValues.rightActionsWidth,
|
|
13077
|
-
onSwipeLeftStart = contextValues.onSwipeLeftStart,
|
|
13078
|
-
onSwipeRightStart = contextValues.onSwipeRightStart,
|
|
13079
|
-
canSwipeRight = contextValues.canSwipeRight,
|
|
13080
|
-
canSwipeLeft = contextValues.canSwipeLeft;
|
|
13081
|
-
var lastOffset = state.lastOffset,
|
|
13082
|
-
leftActionActivated = state.leftActionActivated,
|
|
13083
|
-
rightActionActivated = state.rightActionActivated;
|
|
13084
|
-
var dx = gestureState.dx;
|
|
13085
|
-
var x = dx + lastOffset.x;
|
|
13086
|
-
var nextLeftActionActivated = leftActionActivated;
|
|
13087
|
-
var nextRightActionActivated = rightActionActivated;
|
|
13088
|
-
reactNative.Animated.event([null, {
|
|
13089
|
-
dx: state.pan.x,
|
|
13090
|
-
dy: state.pan.y
|
|
13091
|
-
}], {
|
|
13092
|
-
useNativeDriver: false
|
|
13093
|
-
})(event, gestureState);
|
|
13094
|
-
if (!leftActionActivated && canSwipeRight && x >= leftActionsWidth) {
|
|
13095
|
-
nextLeftActionActivated = true;
|
|
13096
|
-
onSwipeRightStart(event, gestureState);
|
|
13097
|
-
}
|
|
13098
|
-
if (leftActionActivated && canSwipeRight && x < leftActionsWidth) {
|
|
13099
|
-
nextLeftActionActivated = false;
|
|
13100
|
-
}
|
|
13101
|
-
if (!rightActionActivated && canSwipeLeft && x <= -rightActionsWidth) {
|
|
13102
|
-
nextRightActionActivated = true;
|
|
13103
|
-
onSwipeLeftStart(event, gestureState);
|
|
13104
|
-
}
|
|
13105
|
-
if (rightActionActivated && canSwipeLeft && x > -rightActionsWidth) {
|
|
13106
|
-
nextRightActionActivated = false;
|
|
13107
|
-
}
|
|
13108
|
-
var needsUpdate = nextLeftActionActivated !== leftActionActivated || nextRightActionActivated !== rightActionActivated;
|
|
13109
|
-
if (needsUpdate) {
|
|
13110
|
-
return _objectSpread2(_objectSpread2({}, state), {}, {
|
|
13111
|
-
leftActionActivated: nextLeftActionActivated,
|
|
13112
|
-
rightActionActivated: nextRightActionActivated
|
|
13113
|
-
});
|
|
13114
|
-
}
|
|
13115
|
-
return state;
|
|
13116
|
-
};
|
|
13117
|
-
var SwipeableV2 = function SwipeableV2(_ref) {
|
|
13118
|
-
var children = _ref.children,
|
|
13119
|
-
leftContent = _ref.leftContent,
|
|
13120
|
-
rightContent = _ref.rightContent,
|
|
13121
|
-
style = _ref.style,
|
|
13122
|
-
_ref$leftActionsWidth = _ref.leftActionsWidth,
|
|
13123
|
-
leftActionsWidth = _ref$leftActionsWidth === void 0 ? scale(200) : _ref$leftActionsWidth,
|
|
13124
|
-
_ref$onSwipeLeftStart = _ref.onSwipeLeftStart,
|
|
13125
|
-
onSwipeLeftStart = _ref$onSwipeLeftStart === void 0 ? noop : _ref$onSwipeLeftStart,
|
|
13126
|
-
_ref$onSwipeLeftEnd = _ref.onSwipeLeftEnd,
|
|
13127
|
-
onSwipeLeftEnd = _ref$onSwipeLeftEnd === void 0 ? noop : _ref$onSwipeLeftEnd,
|
|
13128
|
-
_ref$rightActionsWidt = _ref.rightActionsWidth,
|
|
13129
|
-
rightActionsWidth = _ref$rightActionsWidt === void 0 ? scale(200) : _ref$rightActionsWidt,
|
|
13130
|
-
_ref$onSwipeRightStar = _ref.onSwipeRightStart,
|
|
13131
|
-
onSwipeRightStart = _ref$onSwipeRightStar === void 0 ? noop : _ref$onSwipeRightStar,
|
|
13132
|
-
_ref$onSwipeRightEnd = _ref.onSwipeRightEnd,
|
|
13133
|
-
onSwipeRightEnd = _ref$onSwipeRightEnd === void 0 ? noop : _ref$onSwipeRightEnd,
|
|
13134
|
-
rest = _objectWithoutProperties(_ref, _excluded$5);
|
|
13135
|
-
var propsWithDefaultValue = _objectSpread2({
|
|
13136
|
-
children: children,
|
|
13137
|
-
leftContent: leftContent,
|
|
13138
|
-
rightContent: rightContent,
|
|
13139
|
-
style: style,
|
|
13140
|
-
leftActionsWidth: leftActionsWidth,
|
|
13141
|
-
onSwipeLeftStart: onSwipeLeftStart,
|
|
13142
|
-
onSwipeLeftEnd: onSwipeLeftEnd,
|
|
13143
|
-
rightActionsWidth: rightActionsWidth,
|
|
13144
|
-
onSwipeRightStart: onSwipeRightStart,
|
|
13145
|
-
onSwipeRightEnd: onSwipeRightEnd
|
|
13146
|
-
}, rest);
|
|
13147
|
-
var unmountedRef = React__default["default"].useRef(false);
|
|
13148
|
-
React.useEffect(function () {
|
|
13149
|
-
return function () {
|
|
13150
|
-
unmountedRef.current = true;
|
|
13151
|
-
};
|
|
13152
|
-
}, []);
|
|
13153
|
-
var _React$useState = React__default["default"].useState(0),
|
|
13154
|
-
_React$useState2 = _slicedToArray(_React$useState, 2),
|
|
13155
|
-
width = _React$useState2[0],
|
|
13156
|
-
setWidth = _React$useState2[1];
|
|
13157
|
-
var canSwipeRight = !!leftContent;
|
|
13158
|
-
var canSwipeLeft = !!rightContent;
|
|
13159
|
-
var propsRef = React__default["default"].useRef(undefined);
|
|
13160
|
-
var _React$useState3 = React__default["default"].useState({
|
|
13161
|
-
pan: new reactNative.Animated.ValueXY({
|
|
13162
|
-
x: 0,
|
|
13163
|
-
y: 0
|
|
13164
|
-
}),
|
|
13165
|
-
lastOffset: {
|
|
13166
|
-
x: 0,
|
|
13167
|
-
y: 0
|
|
13168
|
-
},
|
|
13169
|
-
leftActionActivated: false,
|
|
13170
|
-
rightActionActivated: false
|
|
13171
|
-
}),
|
|
13172
|
-
_React$useState4 = _slicedToArray(_React$useState3, 2),
|
|
13173
|
-
state = _React$useState4[0],
|
|
13174
|
-
setState = _React$useState4[1];
|
|
13175
|
-
propsRef.current = _objectSpread2(_objectSpread2({}, propsWithDefaultValue), {}, {
|
|
13176
|
-
canSwipeLeft: canSwipeLeft,
|
|
13177
|
-
canSwipeRight: canSwipeRight,
|
|
13178
|
-
unmountedRef: unmountedRef
|
|
13179
|
-
});
|
|
13180
|
-
var transform = [{
|
|
13181
|
-
translateX: state.pan.x.interpolate({
|
|
13182
|
-
inputRange: [canSwipeLeft ? -width : 0, canSwipeRight ? width : 0],
|
|
13183
|
-
outputRange: [canSwipeLeft ? -width + reactNative.StyleSheet.hairlineWidth : 0, canSwipeRight ? width - reactNative.StyleSheet.hairlineWidth : 0],
|
|
13184
|
-
extrapolate: 'clamp'
|
|
13185
|
-
})
|
|
13186
|
-
}];
|
|
13187
|
-
var panResponder = React__default["default"].useRef(reactNative.PanResponder.create({
|
|
13188
|
-
onMoveShouldSetPanResponder: function onMoveShouldSetPanResponder(_, gestureState) {
|
|
13189
|
-
return Math.abs(gestureState.dx) > swipeStartMinDistance;
|
|
13190
|
-
},
|
|
13191
|
-
onMoveShouldSetPanResponderCapture: function onMoveShouldSetPanResponderCapture(_, gestureState) {
|
|
13192
|
-
return Math.abs(gestureState.dx) > swipeStartMinDistance;
|
|
13193
|
-
},
|
|
13194
|
-
onPanResponderGrant: function onPanResponderGrant() {
|
|
13195
|
-
setState(function (prevState) {
|
|
13196
|
-
prevState.pan.setOffset(prevState.lastOffset);
|
|
13197
|
-
return prevState;
|
|
13198
|
-
});
|
|
13199
|
-
},
|
|
13200
|
-
onPanResponderMove: function onPanResponderMove(event, gestureState) {
|
|
13201
|
-
setState(function (prevState) {
|
|
13202
|
-
return hanleOnPanResponderMove(prevState, propsRef.current, event, gestureState);
|
|
13203
|
-
});
|
|
13204
|
-
},
|
|
13205
|
-
onPanResponderRelease: function onPanResponderRelease(event, gestureState) {
|
|
13206
|
-
setState(function (prevState) {
|
|
13207
|
-
return hanleOnPanResponderEnd(prevState, propsRef.current, event, gestureState);
|
|
13208
|
-
});
|
|
13209
|
-
},
|
|
13210
|
-
onPanResponderTerminationRequest: function onPanResponderTerminationRequest() {
|
|
13211
|
-
return false;
|
|
13212
|
-
},
|
|
13213
|
-
onPanResponderTerminate: function onPanResponderTerminate(event, gestureState) {
|
|
13214
|
-
setState(function (prevState) {
|
|
13215
|
-
return hanleOnPanResponderEnd(prevState, propsRef.current, event, gestureState);
|
|
13216
|
-
});
|
|
13217
|
-
}
|
|
13218
|
-
})).current;
|
|
13219
|
-
return /*#__PURE__*/React__default["default"].createElement(StyledWrapper$3, _extends$1({
|
|
13220
|
-
onLayout: function onLayout(event) {
|
|
13221
|
-
setWidth(event.nativeEvent.layout.width);
|
|
13222
|
-
},
|
|
13223
|
-
style: [{
|
|
13224
|
-
flexDirection: 'row'
|
|
13225
|
-
}, style]
|
|
13226
|
-
}, panResponder.panHandlers, rest), canSwipeRight && /*#__PURE__*/React__default["default"].createElement(reactNative.Animated.View, {
|
|
13227
|
-
style: [{
|
|
13228
|
-
transform: transform,
|
|
13229
|
-
marginLeft: -width,
|
|
13230
|
-
width: width
|
|
13231
|
-
}]
|
|
13232
|
-
}, leftContent), /*#__PURE__*/React__default["default"].createElement(StyledContent, {
|
|
13233
|
-
style: {
|
|
13234
|
-
transform: transform
|
|
13235
|
-
}
|
|
13236
|
-
}, children), canSwipeLeft && /*#__PURE__*/React__default["default"].createElement(reactNative.Animated.View, {
|
|
13237
|
-
style: [{
|
|
13238
|
-
transform: transform,
|
|
13239
|
-
marginRight: -width,
|
|
13240
|
-
width: width
|
|
13241
|
-
}]
|
|
13242
|
-
}, rightContent));
|
|
13243
|
-
};
|
|
13244
|
-
|
|
13245
13027
|
var Circle = index$a(reactNative.View)(function (_ref) {
|
|
13246
13028
|
var theme = _ref.theme;
|
|
13247
13029
|
return {
|
|
@@ -31550,14 +31332,14 @@ var RichTextEditor = function RichTextEditor(_ref) {
|
|
|
31550
31332
|
hideKeyboardAccessoryView: true,
|
|
31551
31333
|
keyboardDisplayRequiresUserAction: false,
|
|
31552
31334
|
height: webviewHeight
|
|
31553
|
-
})))), /*#__PURE__*/React__default["default"].createElement(StyledErrorAndHelpTextContainer, null, /*#__PURE__*/React__default["default"].createElement(StyledErrorAndMaxLengthContainer, null,
|
|
31335
|
+
})))), /*#__PURE__*/React__default["default"].createElement(StyledErrorAndHelpTextContainer, null, /*#__PURE__*/React__default["default"].createElement(StyledErrorAndMaxLengthContainer, null, error ? /*#__PURE__*/React__default["default"].createElement(StyledErrorContainer$1, null, /*#__PURE__*/React__default["default"].createElement(Icon, {
|
|
31554
31336
|
testID: "input-error-icon",
|
|
31555
31337
|
icon: "circle-info",
|
|
31556
31338
|
size: "xsmall",
|
|
31557
31339
|
intent: "danger"
|
|
31558
31340
|
}), /*#__PURE__*/React__default["default"].createElement(StyledError, {
|
|
31559
31341
|
testID: "input-error-message"
|
|
31560
|
-
}, error))
|
|
31342
|
+
}, error)) : !!helpText && /*#__PURE__*/React__default["default"].createElement(StyledHelperText, null, helpText))));
|
|
31561
31343
|
};
|
|
31562
31344
|
var RichTextEditor$1 = /*#__PURE__*/React.forwardRef(function (props, ref) {
|
|
31563
31345
|
return /*#__PURE__*/React__default["default"].createElement(RichTextEditor, _extends$1({}, props, {
|
|
@@ -31604,7 +31386,6 @@ exports.Select = index$4;
|
|
|
31604
31386
|
exports.Slider = Slider;
|
|
31605
31387
|
exports.Spinner = Spinner;
|
|
31606
31388
|
exports.Swipeable = index$5;
|
|
31607
|
-
exports.SwipeableV2 = SwipeableV2;
|
|
31608
31389
|
exports.Switch = index$3;
|
|
31609
31390
|
exports.Tabs = index$2;
|
|
31610
31391
|
exports.Tag = Tag;
|