@hero-design/rn 8.61.3 → 8.63.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 +1 -1
- package/CHANGELOG.md +14 -0
- package/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/es/index.js +207 -196
- package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
- package/lib/index.js +207 -196
- package/package.json +1 -1
- package/src/components/Alert/__tests__/index.spec.tsx +36 -0
- package/src/components/Alert/index.tsx +28 -2
- package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
- package/src/components/Icon/IconList.ts +4 -0
- package/src/components/List/StyledListItem.tsx +2 -1
- package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +1 -0
- package/src/components/Radio/Radio.tsx +10 -3
- package/src/components/Radio/RadioGroup.tsx +3 -1
- package/src/components/Radio/types.ts +3 -0
- package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +1 -0
- package/src/theme/components/list.ts +1 -0
- package/types/components/Alert/index.d.ts +18 -2
- 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/Radio/Radio.d.ts +7 -3
- package/types/components/Radio/types.d.ts +2 -0
- package/types/components/TextInput/index.d.ts +3 -3
- package/types/theme/components/list.d.ts +1 -0
package/.turbo/turbo-build.log
CHANGED
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
[1msrc/index.ts[22m → [1mlib/index.js, es/index.js[22m...[39m
|
|
3
3
|
[1m[33m(!) Plugin replace: @rollup/plugin-replace: 'preventAssignment' currently defaults to false. It is recommended to set this option to `true`, as the next major version will default this option to `true`.[39m[22m
|
|
4
4
|
[1m[33m(!) Plugin node-resolve: preferring built-in module 'events' over local alternative at '/home/runner/work/hero-design/hero-design/node_modules/events/events.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning[39m[22m
|
|
5
|
-
[32mcreated [1mlib/index.js, es/index.js[22m in [
|
|
5
|
+
[32mcreated [1mlib/index.js, es/index.js[22m in [1m55.8s[22m[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @hero-design/rn
|
|
2
2
|
|
|
3
|
+
## 8.63.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#3044](https://github.com/Thinkei/hero-design/pull/3044) [`675805609`](https://github.com/Thinkei/hero-design/commit/67580560951948e18472939f68e38eba76fd21e4) Thanks [@TanNguyenEH](https://github.com/TanNguyenEH)! - add new icons for mobile: clock-in-outlined, clock-out-outlined, start-break-outlined, end-break-outlined
|
|
8
|
+
|
|
9
|
+
- [#3045](https://github.com/Thinkei/hero-design/pull/3045) [`038e3f44a`](https://github.com/Thinkei/hero-design/commit/038e3f44abfd182db5b887c279b7d0a5d4638cd0) Thanks [@ttkien](https://github.com/ttkien)! - [Alert] add actionLabel
|
|
10
|
+
|
|
11
|
+
## 8.62.0
|
|
12
|
+
|
|
13
|
+
### Minor Changes
|
|
14
|
+
|
|
15
|
+
- [#3030](https://github.com/Thinkei/hero-design/pull/3030) [`19693f226`](https://github.com/Thinkei/hero-design/commit/19693f22649c2130d15e1cb8b9c4bd8b47580d80) Thanks [@ttkien](https://github.com/ttkien)! - [Radio] Add extended variant
|
|
16
|
+
|
|
3
17
|
## 8.61.3
|
|
4
18
|
|
|
5
19
|
### Patch Changes
|
|
Binary file
|
package/es/index.js
CHANGED
|
@@ -2782,7 +2782,8 @@ var getListTheme = function getListTheme(theme) {
|
|
|
2782
2782
|
listItemContainerPadding: theme.space.medium,
|
|
2783
2783
|
leadingStatusMarginRight: theme.space.small,
|
|
2784
2784
|
prefixContainerMarginRight: theme.space.small,
|
|
2785
|
-
suffixContainerMarginLeft: theme.space.small
|
|
2785
|
+
suffixContainerMarginLeft: theme.space.small,
|
|
2786
|
+
childrenContainerTopMargin: theme.space.small
|
|
2786
2787
|
};
|
|
2787
2788
|
var radii = {
|
|
2788
2789
|
item: theme.radii.medium,
|
|
@@ -6911,7 +6912,7 @@ var Typography = {
|
|
|
6911
6912
|
};
|
|
6912
6913
|
|
|
6913
6914
|
// 🔴 DO NOT EDIT — This file is generated automatically.
|
|
6914
|
-
var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bolt', 'bookmark-added', 'bookmark', 'box-check', 'box', 'bpay', 'buildings', 'cake', 'calendar-clock', 'calendar', 'candy-box-menu', 'caret-down-small', 'caret-down', 'caret-left-small', 'caret-left', 'caret-right-small', 'caret-right', 'caret-up-small', 'caret-up', 'check-radio', 'circle-add', 'circle-cancel', 'circle-check', 'circle-down', 'circle-info', 'circle-left', 'circle-ok', 'circle-pencil', 'circle-question', 'circle-remove', 'circle-right', 'circle-up', 'circle-warning', 'clock-3', 'clock', 'cloud-download', 'cloud-upload', 'cog', 'coin', 'contacts', 'credit-card', 'diamond', 'direction-arrows', 'directory', 'document', 'dollar-coin-shine', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expand-content', 'expense', 'explore_nearby', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'hero-points', 'home', 'image', 'import', 'incident-siren', 'instapay-daily', 'instapay-now', 'instapay', 'list', 'loading-2', 'loading', 'location-on', 'location', 'lock', 'looks-one', 'looks-two', 'media-content', 'menu', 'money-notes', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'near-me', 'node', 'open-folder', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-circle', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rostering', 'salary-sacrifice', 'save', 'schedule-send', 'schedule', 'search-person', 'send', 'speaker-active', 'speaker', 'star-award', 'star-badge', 'star-circle', 'star-medal', 'star', 'steps-circle', 'stopwatch', 'suitcase', 'surfing', 'survey', 'swag-pillar-benefit', 'swag-pillar-career', 'swag-pillar-money', 'swag-pillar-work', 'swag', 'swipe-right', 'switch', 'tag', 'target', 'teams', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'wallet', 'warning', 'activate-outlined', 'add-credit-card-outlined', 'add-person-outlined', 'add-section-outlined', 'add-time-outlined', 'add', 'adjustment-outlined', 'ai-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'application-outlined', 'arrow-down', 'arrow-downwards', 'arrow-left', 'arrow-leftwards', 'arrow-right', 'arrow-rightwards', 'arrow-up', 'arrow-upwards', 'article-outlined', 'at-sign', 'auto-graph-outlined', 'beer-outlined', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'bill-management-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bolt-outlined', 'book-outlined', 'bookmark-added-outlined', 'bookmark-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'call-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', 'car-forward-outlined', 'cashback-outlined', 'charging-station-outlined', 'chat-bubble-outlined', 'chat-unread-outlined', 'checkmark', 'circle-add-outlined', 'circle-cancel-outlined', 'circle-down-outlined', 'circle-info-outlined', 'circle-left-outlined', 'circle-ok-outlined', 'circle-question-outlined', 'circle-remove-outlined', 'circle-right-outlined', 'circle-up-outlined', 'circle-warning-outlined', 'clock-2-outlined', 'clock-outlined', 'cog-outlined', 'coin-outlined', 'coin-super-outlined', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cup-outlined', 'dentistry-outlined', 'direction-arrows-outlined', 'directory-outlined', 'document-outlined', 'dollar-box-outlined', 'dollar-card-outlined', 'dollar-coin-shine-outlined', 'dollar-credit-card-outlined', 'dollar-sign', 'double-buildings-outlined', 'double-left-arrows', 'double-right-arrows', 'download-box-outlined', 'download-outlined', 'edit-template-outlined', 'email-outlined', 'enter-arrow', 'envelope-outlined', 'expense-approval-outlined', 'expense-outlined', 'explore-outlined', 'extension-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-outlined', 'fastfood-outlined', 'feed-outlined', 'file-certified-outlined', 'file-clone-outlined', 'file-copy-outlined', 'file-dispose-outlined', 'file-dollar-certified-outlined', 'file-dollar-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-search-outlined', 'file-secured-outlined', 'file-statutory-outlined', 'file-verified-outlined', 'filter-outlined', 'folder-outlined', 'folder-user-outlined', 'form-outlined', 'funnel-filter-outline', 'goal-outlined', 'graph-outlined', 'hand-holding-user-outlined', 'happy-sun-outlined', 'health-bag-outlined', 'heart-outlined', 'home-active-outlined', 'home-outlined', 'id-card-outlined', 'image-outlined', 'import-outlined', 'instapay-outlined', 'italic', 'job-search-outlined', 'leave-approval-outlined', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'local_mall_outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-outlined', 'map-outlined', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', 'multiple-folders-outlined', 'multiple-users-outlined', 'near-me-outlined', 'node-outlined', 'number-points', 'number', 'overview-outlined', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'print-outlined', 'propane-tank-outlined', 'qr-code-outlined', 'qualification-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', 'resume-outlined', 'return-arrow', 'rostering-outlined', 'safety-outlined', 'save-outlined', 'schedule-outlined', 'search-outlined', 'search-secured-outlined', 'send-outlined', 'share-1', 'share-2', 'share-outlined-2', 'share-outlined', 'shopping_basket_outlined', 'show-chart-outlined', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'smart-match-outlined', 'sparkle-outlined', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'stash-outlined', 'stopwatch-outlined', 'strikethrough', 'styler-outlined', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'ticket-outlined', 'timesheet-outlined', 'timesheets-outlined', 'today-outlined', 'transfer', 'trash-bin-outlined', 'umbrela-outlined', 'unavailability-outlined', 'unavailable', 'underline', 'union-outlined', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'volunteer-outlined', 'wallet-outlined', 'wellness-outlined'];
|
|
6915
|
+
var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bolt', 'bookmark-added', 'bookmark', 'box-check', 'box', 'bpay', 'buildings', 'cake', 'calendar-clock', 'calendar', 'candy-box-menu', 'caret-down-small', 'caret-down', 'caret-left-small', 'caret-left', 'caret-right-small', 'caret-right', 'caret-up-small', 'caret-up', 'check-radio', 'circle-add', 'circle-cancel', 'circle-check', 'circle-down', 'circle-info', 'circle-left', 'circle-ok', 'circle-pencil', 'circle-question', 'circle-remove', 'circle-right', 'circle-up', 'circle-warning', 'clock-3', 'clock', 'cloud-download', 'cloud-upload', 'cog', 'coin', 'contacts', 'credit-card', 'diamond', 'direction-arrows', 'directory', 'document', 'dollar-coin-shine', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expand-content', 'expense', 'explore_nearby', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'hero-points', 'home', 'image', 'import', 'incident-siren', 'instapay-daily', 'instapay-now', 'instapay', 'list', 'loading-2', 'loading', 'location-on', 'location', 'lock', 'looks-one', 'looks-two', 'media-content', 'menu', 'money-notes', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'near-me', 'node', 'open-folder', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-circle', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rostering', 'salary-sacrifice', 'save', 'schedule-send', 'schedule', 'search-person', 'send', 'speaker-active', 'speaker', 'star-award', 'star-badge', 'star-circle', 'star-medal', 'star', 'steps-circle', 'stopwatch', 'suitcase', 'surfing', 'survey', 'swag-pillar-benefit', 'swag-pillar-career', 'swag-pillar-money', 'swag-pillar-work', 'swag', 'swipe-right', 'switch', 'tag', 'target', 'teams', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'wallet', 'warning', 'activate-outlined', 'add-credit-card-outlined', 'add-person-outlined', 'add-section-outlined', 'add-time-outlined', 'add', 'adjustment-outlined', 'ai-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'application-outlined', 'arrow-down', 'arrow-downwards', 'arrow-left', 'arrow-leftwards', 'arrow-right', 'arrow-rightwards', 'arrow-up', 'arrow-upwards', 'article-outlined', 'at-sign', 'auto-graph-outlined', 'beer-outlined', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'bill-management-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bolt-outlined', 'book-outlined', 'bookmark-added-outlined', 'bookmark-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'call-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', 'car-forward-outlined', 'cashback-outlined', 'charging-station-outlined', 'chat-bubble-outlined', 'chat-unread-outlined', 'checkmark', 'circle-add-outlined', 'circle-cancel-outlined', 'circle-down-outlined', 'circle-info-outlined', 'circle-left-outlined', 'circle-ok-outlined', 'circle-question-outlined', 'circle-remove-outlined', 'circle-right-outlined', 'circle-up-outlined', 'circle-warning-outlined', 'clock-2-outlined', 'clock-in-outlined', 'clock-out-outlined', 'clock-outlined', 'cog-outlined', 'coin-outlined', 'coin-super-outlined', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cup-outlined', 'dentistry-outlined', 'direction-arrows-outlined', 'directory-outlined', 'document-outlined', 'dollar-box-outlined', 'dollar-card-outlined', 'dollar-coin-shine-outlined', 'dollar-credit-card-outlined', 'dollar-sign', 'double-buildings-outlined', 'double-left-arrows', 'double-right-arrows', 'download-box-outlined', 'download-outlined', 'edit-template-outlined', 'email-outlined', 'end-break-outlined', 'enter-arrow', 'envelope-outlined', 'expense-approval-outlined', 'expense-outlined', 'explore-outlined', 'extension-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-outlined', 'fastfood-outlined', 'feed-outlined', 'file-certified-outlined', 'file-clone-outlined', 'file-copy-outlined', 'file-dispose-outlined', 'file-dollar-certified-outlined', 'file-dollar-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-search-outlined', 'file-secured-outlined', 'file-statutory-outlined', 'file-verified-outlined', 'filter-outlined', 'folder-outlined', 'folder-user-outlined', 'form-outlined', 'funnel-filter-outline', 'goal-outlined', 'graph-outlined', 'hand-holding-user-outlined', 'happy-sun-outlined', 'health-bag-outlined', 'heart-outlined', 'home-active-outlined', 'home-outlined', 'id-card-outlined', 'image-outlined', 'import-outlined', 'instapay-outlined', 'italic', 'job-search-outlined', 'leave-approval-outlined', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'local_mall_outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-outlined', 'map-outlined', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', 'multiple-folders-outlined', 'multiple-users-outlined', 'near-me-outlined', 'node-outlined', 'number-points', 'number', 'overview-outlined', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'print-outlined', 'propane-tank-outlined', 'qr-code-outlined', 'qualification-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', 'resume-outlined', 'return-arrow', 'rostering-outlined', 'safety-outlined', 'save-outlined', 'schedule-outlined', 'search-outlined', 'search-secured-outlined', 'send-outlined', 'share-1', 'share-2', 'share-outlined-2', 'share-outlined', 'shopping_basket_outlined', 'show-chart-outlined', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'smart-match-outlined', 'sparkle-outlined', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'start-break-outlined', 'stash-outlined', 'stopwatch-outlined', 'strikethrough', 'styler-outlined', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'ticket-outlined', 'timesheet-outlined', 'timesheets-outlined', 'today-outlined', 'transfer', 'trash-bin-outlined', 'umbrela-outlined', 'unavailability-outlined', 'unavailable', 'underline', 'union-outlined', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'volunteer-outlined', 'wallet-outlined', 'wellness-outlined'];
|
|
6915
6916
|
|
|
6916
6917
|
var activate = 59000;
|
|
6917
6918
|
var adjustment = 59003;
|
|
@@ -6989,20 +6990,20 @@ var add = 59190;
|
|
|
6989
6990
|
var bold = 59215;
|
|
6990
6991
|
var cancel = 59229;
|
|
6991
6992
|
var checkmark = 59235;
|
|
6992
|
-
var italic =
|
|
6993
|
-
var local_mall_outlined =
|
|
6994
|
-
var number =
|
|
6995
|
-
var percentage =
|
|
6996
|
-
var redeem =
|
|
6997
|
-
var refresh =
|
|
6998
|
-
var remove =
|
|
6999
|
-
var restart =
|
|
7000
|
-
var shopping_basket_outlined =
|
|
7001
|
-
var strikethrough =
|
|
7002
|
-
var sync =
|
|
7003
|
-
var transfer =
|
|
7004
|
-
var unavailable =
|
|
7005
|
-
var underline =
|
|
6993
|
+
var italic = 59323;
|
|
6994
|
+
var local_mall_outlined = 59330;
|
|
6995
|
+
var number = 59352;
|
|
6996
|
+
var percentage = 59357;
|
|
6997
|
+
var redeem = 59367;
|
|
6998
|
+
var refresh = 59368;
|
|
6999
|
+
var remove = 59369;
|
|
7000
|
+
var restart = 59371;
|
|
7001
|
+
var shopping_basket_outlined = 59385;
|
|
7002
|
+
var strikethrough = 59400;
|
|
7003
|
+
var sync = 59406;
|
|
7004
|
+
var transfer = 59414;
|
|
7005
|
+
var unavailable = 59418;
|
|
7006
|
+
var underline = 59419;
|
|
7006
7007
|
var glyphMap = {
|
|
7007
7008
|
activate: activate,
|
|
7008
7009
|
"add-emoji": 59001,
|
|
@@ -7252,186 +7253,190 @@ var glyphMap = {
|
|
|
7252
7253
|
"circle-up-outlined": 59245,
|
|
7253
7254
|
"circle-warning-outlined": 59246,
|
|
7254
7255
|
"clock-2-outlined": 59247,
|
|
7255
|
-
"clock-outlined": 59248,
|
|
7256
|
-
"
|
|
7257
|
-
"
|
|
7258
|
-
"
|
|
7259
|
-
"
|
|
7260
|
-
"
|
|
7261
|
-
"
|
|
7262
|
-
"
|
|
7263
|
-
"
|
|
7264
|
-
"
|
|
7265
|
-
"
|
|
7266
|
-
"
|
|
7267
|
-
"
|
|
7268
|
-
"
|
|
7269
|
-
"
|
|
7270
|
-
"dollar-
|
|
7271
|
-
"dollar-
|
|
7272
|
-
"dollar-
|
|
7273
|
-
"
|
|
7274
|
-
"
|
|
7275
|
-
"double-
|
|
7276
|
-
"
|
|
7277
|
-
"
|
|
7278
|
-
"
|
|
7279
|
-
"
|
|
7280
|
-
"
|
|
7281
|
-
"
|
|
7282
|
-
"
|
|
7283
|
-
"
|
|
7284
|
-
"
|
|
7285
|
-
"
|
|
7286
|
-
"
|
|
7287
|
-
"
|
|
7288
|
-
"
|
|
7289
|
-
"
|
|
7290
|
-
"
|
|
7291
|
-
"
|
|
7292
|
-
"face-
|
|
7293
|
-
"face-
|
|
7294
|
-
"
|
|
7295
|
-
"
|
|
7296
|
-
"
|
|
7297
|
-
"
|
|
7298
|
-
"
|
|
7299
|
-
"file-
|
|
7300
|
-
"file-
|
|
7301
|
-
"file-
|
|
7302
|
-
"file-
|
|
7303
|
-
"file-
|
|
7304
|
-
"file-
|
|
7305
|
-
"file-outlined": 59298,
|
|
7306
|
-
"file-
|
|
7307
|
-
"file-
|
|
7308
|
-
"file-
|
|
7309
|
-
"file-
|
|
7310
|
-
"
|
|
7311
|
-
"
|
|
7312
|
-
"
|
|
7313
|
-
"
|
|
7314
|
-
"
|
|
7315
|
-
"
|
|
7316
|
-
"
|
|
7317
|
-
"
|
|
7318
|
-
"
|
|
7319
|
-
"
|
|
7320
|
-
"
|
|
7321
|
-
"
|
|
7322
|
-
"
|
|
7323
|
-
"
|
|
7324
|
-
"
|
|
7325
|
-
"
|
|
7326
|
-
"
|
|
7256
|
+
"clock-in-outlined": 59248,
|
|
7257
|
+
"clock-out-outlined": 59249,
|
|
7258
|
+
"clock-outlined": 59250,
|
|
7259
|
+
"cog-outlined": 59251,
|
|
7260
|
+
"coin-outlined": 59252,
|
|
7261
|
+
"coin-super-outlined": 59253,
|
|
7262
|
+
"comment-outlined": 59254,
|
|
7263
|
+
"contacts-outlined": 59255,
|
|
7264
|
+
"contacts-user-outlined": 59256,
|
|
7265
|
+
"credit-card-outlined": 59257,
|
|
7266
|
+
"cup-outlined": 59258,
|
|
7267
|
+
"dentistry-outlined": 59259,
|
|
7268
|
+
"direction-arrows-outlined": 59260,
|
|
7269
|
+
"directory-outlined": 59261,
|
|
7270
|
+
"document-outlined": 59262,
|
|
7271
|
+
"dollar-box-outlined": 59263,
|
|
7272
|
+
"dollar-card-outlined": 59264,
|
|
7273
|
+
"dollar-coin-shine-outlined": 59265,
|
|
7274
|
+
"dollar-credit-card-outlined": 59266,
|
|
7275
|
+
"dollar-sign": 59267,
|
|
7276
|
+
"double-buildings-outlined": 59268,
|
|
7277
|
+
"double-left-arrows": 59269,
|
|
7278
|
+
"double-right-arrows": 59270,
|
|
7279
|
+
"download-box-outlined": 59271,
|
|
7280
|
+
"download-outlined": 59272,
|
|
7281
|
+
"edit-template-outlined": 59273,
|
|
7282
|
+
"email-outlined": 59274,
|
|
7283
|
+
"end-break-outlined": 59275,
|
|
7284
|
+
"enter-arrow": 59276,
|
|
7285
|
+
"envelope-outlined": 59277,
|
|
7286
|
+
"expense-approval-outlined": 59278,
|
|
7287
|
+
"expense-outlined": 59279,
|
|
7288
|
+
"explore-outlined": 59280,
|
|
7289
|
+
"extension-outlined": 59281,
|
|
7290
|
+
"external-link": 59282,
|
|
7291
|
+
"eye-invisible-outlined": 59283,
|
|
7292
|
+
"eye-outlined": 59284,
|
|
7293
|
+
"face-id": 59285,
|
|
7294
|
+
"face-meh-outlined": 59286,
|
|
7295
|
+
"face-open-smiley-outlined": 59287,
|
|
7296
|
+
"face-sad-outlined": 59288,
|
|
7297
|
+
"face-smiley-outlined": 59289,
|
|
7298
|
+
"fastfood-outlined": 59290,
|
|
7299
|
+
"feed-outlined": 59291,
|
|
7300
|
+
"file-certified-outlined": 59292,
|
|
7301
|
+
"file-clone-outlined": 59293,
|
|
7302
|
+
"file-copy-outlined": 59294,
|
|
7303
|
+
"file-dispose-outlined": 59295,
|
|
7304
|
+
"file-dollar-certified-outlined": 59296,
|
|
7305
|
+
"file-dollar-outlined": 59297,
|
|
7306
|
+
"file-download-outlined": 59298,
|
|
7307
|
+
"file-export-outlined": 59299,
|
|
7308
|
+
"file-lock-outlined": 59300,
|
|
7309
|
+
"file-outlined": 59301,
|
|
7310
|
+
"file-search-outlined": 59302,
|
|
7311
|
+
"file-secured-outlined": 59303,
|
|
7312
|
+
"file-statutory-outlined": 59304,
|
|
7313
|
+
"file-verified-outlined": 59305,
|
|
7314
|
+
"filter-outlined": 59306,
|
|
7315
|
+
"folder-outlined": 59307,
|
|
7316
|
+
"folder-user-outlined": 59308,
|
|
7317
|
+
"form-outlined": 59309,
|
|
7318
|
+
"funnel-filter-outline": 59310,
|
|
7319
|
+
"goal-outlined": 59311,
|
|
7320
|
+
"graph-outlined": 59312,
|
|
7321
|
+
"hand-holding-user-outlined": 59313,
|
|
7322
|
+
"happy-sun-outlined": 59314,
|
|
7323
|
+
"health-bag-outlined": 59315,
|
|
7324
|
+
"heart-outlined": 59316,
|
|
7325
|
+
"home-active-outlined": 59317,
|
|
7326
|
+
"home-outlined": 59318,
|
|
7327
|
+
"id-card-outlined": 59319,
|
|
7328
|
+
"image-outlined": 59320,
|
|
7329
|
+
"import-outlined": 59321,
|
|
7330
|
+
"instapay-outlined": 59322,
|
|
7327
7331
|
italic: italic,
|
|
7328
|
-
"job-search-outlined":
|
|
7329
|
-
"leave-approval-outlined":
|
|
7330
|
-
"link-1":
|
|
7331
|
-
"link-2":
|
|
7332
|
-
"list-outlined":
|
|
7333
|
-
"live-help-outlined":
|
|
7332
|
+
"job-search-outlined": 59324,
|
|
7333
|
+
"leave-approval-outlined": 59325,
|
|
7334
|
+
"link-1": 59326,
|
|
7335
|
+
"link-2": 59327,
|
|
7336
|
+
"list-outlined": 59328,
|
|
7337
|
+
"live-help-outlined": 59329,
|
|
7334
7338
|
local_mall_outlined: local_mall_outlined,
|
|
7335
|
-
"location-on-outlined":
|
|
7336
|
-
"location-outlined":
|
|
7337
|
-
"lock-outlined":
|
|
7338
|
-
"locked-file-outlined":
|
|
7339
|
-
"log-out":
|
|
7340
|
-
"mail-outlined":
|
|
7341
|
-
"map-outlined":
|
|
7342
|
-
"media-content-outlined":
|
|
7343
|
-
"menu-close":
|
|
7344
|
-
"menu-expand":
|
|
7345
|
-
"menu-fold-outlined":
|
|
7346
|
-
"menu-unfold-outlined":
|
|
7347
|
-
"moneybag-outlined":
|
|
7348
|
-
"moon-outlined":
|
|
7349
|
-
"more-horizontal":
|
|
7350
|
-
"more-vertical":
|
|
7351
|
-
"multiple-folders-outlined":
|
|
7352
|
-
"multiple-users-outlined":
|
|
7353
|
-
"near-me-outlined":
|
|
7354
|
-
"node-outlined":
|
|
7355
|
-
"number-points":
|
|
7339
|
+
"location-on-outlined": 59331,
|
|
7340
|
+
"location-outlined": 59332,
|
|
7341
|
+
"lock-outlined": 59333,
|
|
7342
|
+
"locked-file-outlined": 59334,
|
|
7343
|
+
"log-out": 59335,
|
|
7344
|
+
"mail-outlined": 59336,
|
|
7345
|
+
"map-outlined": 59337,
|
|
7346
|
+
"media-content-outlined": 59338,
|
|
7347
|
+
"menu-close": 59339,
|
|
7348
|
+
"menu-expand": 59340,
|
|
7349
|
+
"menu-fold-outlined": 59341,
|
|
7350
|
+
"menu-unfold-outlined": 59342,
|
|
7351
|
+
"moneybag-outlined": 59343,
|
|
7352
|
+
"moon-outlined": 59344,
|
|
7353
|
+
"more-horizontal": 59345,
|
|
7354
|
+
"more-vertical": 59346,
|
|
7355
|
+
"multiple-folders-outlined": 59347,
|
|
7356
|
+
"multiple-users-outlined": 59348,
|
|
7357
|
+
"near-me-outlined": 59349,
|
|
7358
|
+
"node-outlined": 59350,
|
|
7359
|
+
"number-points": 59351,
|
|
7356
7360
|
number: number,
|
|
7357
|
-
"overview-outlined":
|
|
7358
|
-
"payment-summary-outlined":
|
|
7359
|
-
"payslip-outlined":
|
|
7360
|
-
"pencil-outlined":
|
|
7361
|
+
"overview-outlined": 59353,
|
|
7362
|
+
"payment-summary-outlined": 59354,
|
|
7363
|
+
"payslip-outlined": 59355,
|
|
7364
|
+
"pencil-outlined": 59356,
|
|
7361
7365
|
percentage: percentage,
|
|
7362
|
-
"phone-outlined":
|
|
7363
|
-
"piggy-bank-outlined":
|
|
7364
|
-
"plane-outlined":
|
|
7365
|
-
"play-circle-outlined":
|
|
7366
|
-
"print-outlined":
|
|
7367
|
-
"propane-tank-outlined":
|
|
7368
|
-
"qr-code-outlined":
|
|
7369
|
-
"qualification-outlined":
|
|
7370
|
-
"re-assign":
|
|
7366
|
+
"phone-outlined": 59358,
|
|
7367
|
+
"piggy-bank-outlined": 59359,
|
|
7368
|
+
"plane-outlined": 59360,
|
|
7369
|
+
"play-circle-outlined": 59361,
|
|
7370
|
+
"print-outlined": 59362,
|
|
7371
|
+
"propane-tank-outlined": 59363,
|
|
7372
|
+
"qr-code-outlined": 59364,
|
|
7373
|
+
"qualification-outlined": 59365,
|
|
7374
|
+
"re-assign": 59366,
|
|
7371
7375
|
redeem: redeem,
|
|
7372
7376
|
refresh: refresh,
|
|
7373
7377
|
remove: remove,
|
|
7374
|
-
"reply-outlined":
|
|
7378
|
+
"reply-outlined": 59370,
|
|
7375
7379
|
restart: restart,
|
|
7376
|
-
"resume-outlined":
|
|
7377
|
-
"return-arrow":
|
|
7378
|
-
"rostering-outlined":
|
|
7379
|
-
"safety-outlined":
|
|
7380
|
-
"save-outlined":
|
|
7381
|
-
"schedule-outlined":
|
|
7382
|
-
"search-outlined":
|
|
7383
|
-
"search-secured-outlined":
|
|
7384
|
-
"send-outlined":
|
|
7385
|
-
"share-1":
|
|
7386
|
-
"share-2":
|
|
7387
|
-
"share-outlined-2":
|
|
7388
|
-
"share-outlined":
|
|
7380
|
+
"resume-outlined": 59372,
|
|
7381
|
+
"return-arrow": 59373,
|
|
7382
|
+
"rostering-outlined": 59374,
|
|
7383
|
+
"safety-outlined": 59375,
|
|
7384
|
+
"save-outlined": 59376,
|
|
7385
|
+
"schedule-outlined": 59377,
|
|
7386
|
+
"search-outlined": 59378,
|
|
7387
|
+
"search-secured-outlined": 59379,
|
|
7388
|
+
"send-outlined": 59380,
|
|
7389
|
+
"share-1": 59381,
|
|
7390
|
+
"share-2": 59382,
|
|
7391
|
+
"share-outlined-2": 59383,
|
|
7392
|
+
"share-outlined": 59384,
|
|
7389
7393
|
shopping_basket_outlined: shopping_basket_outlined,
|
|
7390
|
-
"show-chart-outlined":
|
|
7391
|
-
"single-down-arrow":
|
|
7392
|
-
"single-left-arrow":
|
|
7393
|
-
"single-right-arrow":
|
|
7394
|
-
"single-up-arrow":
|
|
7395
|
-
"smart-match-outlined":
|
|
7396
|
-
"sparkle-outlined":
|
|
7397
|
-
"speaker-active-outlined":
|
|
7398
|
-
"speaker-outlined":
|
|
7399
|
-
"star-circle-outlined":
|
|
7400
|
-
"star-outlined":
|
|
7401
|
-
"
|
|
7402
|
-
"
|
|
7394
|
+
"show-chart-outlined": 59386,
|
|
7395
|
+
"single-down-arrow": 59387,
|
|
7396
|
+
"single-left-arrow": 59388,
|
|
7397
|
+
"single-right-arrow": 59389,
|
|
7398
|
+
"single-up-arrow": 59390,
|
|
7399
|
+
"smart-match-outlined": 59391,
|
|
7400
|
+
"sparkle-outlined": 59392,
|
|
7401
|
+
"speaker-active-outlined": 59393,
|
|
7402
|
+
"speaker-outlined": 59394,
|
|
7403
|
+
"star-circle-outlined": 59395,
|
|
7404
|
+
"star-outlined": 59396,
|
|
7405
|
+
"start-break-outlined": 59397,
|
|
7406
|
+
"stash-outlined": 59398,
|
|
7407
|
+
"stopwatch-outlined": 59399,
|
|
7403
7408
|
strikethrough: strikethrough,
|
|
7404
|
-
"styler-outlined":
|
|
7405
|
-
"suitcase-clock-outlined":
|
|
7406
|
-
"suitcase-outlined":
|
|
7407
|
-
"survey-outlined":
|
|
7408
|
-
"switch-outlined":
|
|
7409
|
+
"styler-outlined": 59401,
|
|
7410
|
+
"suitcase-clock-outlined": 59402,
|
|
7411
|
+
"suitcase-outlined": 59403,
|
|
7412
|
+
"survey-outlined": 59404,
|
|
7413
|
+
"switch-outlined": 59405,
|
|
7409
7414
|
sync: sync,
|
|
7410
|
-
"tag-outlined":
|
|
7411
|
-
"target-outlined":
|
|
7412
|
-
"tennis-outlined":
|
|
7413
|
-
"ticket-outlined":
|
|
7414
|
-
"timesheet-outlined":
|
|
7415
|
-
"timesheets-outlined":
|
|
7416
|
-
"today-outlined":
|
|
7415
|
+
"tag-outlined": 59407,
|
|
7416
|
+
"target-outlined": 59408,
|
|
7417
|
+
"tennis-outlined": 59409,
|
|
7418
|
+
"ticket-outlined": 59410,
|
|
7419
|
+
"timesheet-outlined": 59411,
|
|
7420
|
+
"timesheets-outlined": 59412,
|
|
7421
|
+
"today-outlined": 59413,
|
|
7417
7422
|
transfer: transfer,
|
|
7418
|
-
"trash-bin-outlined":
|
|
7419
|
-
"umbrela-outlined":
|
|
7420
|
-
"unavailability-outlined":
|
|
7423
|
+
"trash-bin-outlined": 59415,
|
|
7424
|
+
"umbrela-outlined": 59416,
|
|
7425
|
+
"unavailability-outlined": 59417,
|
|
7421
7426
|
unavailable: unavailable,
|
|
7422
7427
|
underline: underline,
|
|
7423
|
-
"union-outlined":
|
|
7424
|
-
"unlock-outlined":
|
|
7425
|
-
"upload-outlined":
|
|
7426
|
-
"user-circle-outlined":
|
|
7427
|
-
"user-gear-outlined":
|
|
7428
|
-
"user-outlined":
|
|
7429
|
-
"user-rectangle-outlined":
|
|
7430
|
-
"video-1-outlined":
|
|
7431
|
-
"video-2-outlined":
|
|
7432
|
-
"volunteer-outlined":
|
|
7433
|
-
"wallet-outlined":
|
|
7434
|
-
"wellness-outlined":
|
|
7428
|
+
"union-outlined": 59420,
|
|
7429
|
+
"unlock-outlined": 59421,
|
|
7430
|
+
"upload-outlined": 59422,
|
|
7431
|
+
"user-circle-outlined": 59423,
|
|
7432
|
+
"user-gear-outlined": 59424,
|
|
7433
|
+
"user-outlined": 59425,
|
|
7434
|
+
"user-rectangle-outlined": 59426,
|
|
7435
|
+
"video-1-outlined": 59427,
|
|
7436
|
+
"video-2-outlined": 59428,
|
|
7437
|
+
"volunteer-outlined": 59429,
|
|
7438
|
+
"wallet-outlined": 59430,
|
|
7439
|
+
"wellness-outlined": 59431
|
|
7435
7440
|
};
|
|
7436
7441
|
|
|
7437
7442
|
var HeroIcon = createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
|
|
@@ -7679,7 +7684,8 @@ var Alert = function Alert(_ref2) {
|
|
|
7679
7684
|
_ref2$variant = _ref2.variant,
|
|
7680
7685
|
variant = _ref2$variant === void 0 ? 'rounded' : _ref2$variant,
|
|
7681
7686
|
style = _ref2.style,
|
|
7682
|
-
testID = _ref2.testID
|
|
7687
|
+
testID = _ref2.testID,
|
|
7688
|
+
actionLabel = _ref2.actionLabel;
|
|
7683
7689
|
useDeprecation("Alert's notification intent is deprecated and will be removed in the next major release. Please use other intents instead.", intent === 'notification');
|
|
7684
7690
|
return /*#__PURE__*/React__default.createElement(Container$1, {
|
|
7685
7691
|
themeVariant: variant,
|
|
@@ -7697,7 +7703,9 @@ var Alert = function Alert(_ref2) {
|
|
|
7697
7703
|
}, content) : content)), onClose ? /*#__PURE__*/React__default.createElement(CTAWrapper$1, {
|
|
7698
7704
|
onPress: onClose,
|
|
7699
7705
|
testID: "alert-close-icon"
|
|
7700
|
-
}, /*#__PURE__*/React__default.createElement(
|
|
7706
|
+
}, typeof actionLabel === 'string' ? /*#__PURE__*/React__default.createElement(Typography.Body, {
|
|
7707
|
+
variant: "small-bold"
|
|
7708
|
+
}, actionLabel) : /*#__PURE__*/React__default.createElement(Icon, {
|
|
7701
7709
|
icon: "cancel",
|
|
7702
7710
|
size: "small"
|
|
7703
7711
|
})) : null);
|
|
@@ -15235,16 +15243,18 @@ var StyledContentContainer = index$9(View)(function () {
|
|
|
15235
15243
|
flexGrow: 2
|
|
15236
15244
|
};
|
|
15237
15245
|
});
|
|
15238
|
-
var StyledChildrenContainer = index$9(View)(function () {
|
|
15246
|
+
var StyledChildrenContainer = index$9(View)(function (_ref2) {
|
|
15247
|
+
var theme = _ref2.theme;
|
|
15239
15248
|
return {
|
|
15240
15249
|
flexDirection: 'column',
|
|
15241
15250
|
justifyContent: 'flex-start',
|
|
15242
|
-
alignItems: 'flex-start'
|
|
15251
|
+
alignItems: 'flex-start',
|
|
15252
|
+
marginTop: theme.__hd__.list.space.childrenContainerTopMargin
|
|
15243
15253
|
};
|
|
15244
15254
|
});
|
|
15245
|
-
var StyledLeadingStatus = index$9(View)(function (
|
|
15246
|
-
var theme =
|
|
15247
|
-
themeLeadingStatusIntent =
|
|
15255
|
+
var StyledLeadingStatus = index$9(View)(function (_ref3) {
|
|
15256
|
+
var theme = _ref3.theme,
|
|
15257
|
+
themeLeadingStatusIntent = _ref3.themeLeadingStatusIntent;
|
|
15248
15258
|
return {
|
|
15249
15259
|
width: theme.__hd__.list.widths.leadingStatus,
|
|
15250
15260
|
marginRight: theme.__hd__.list.space.leadingStatusMarginRight,
|
|
@@ -15252,14 +15262,14 @@ var StyledLeadingStatus = index$9(View)(function (_ref2) {
|
|
|
15252
15262
|
backgroundColor: theme.__hd__.list.colors.leadingStatus[themeLeadingStatusIntent]
|
|
15253
15263
|
};
|
|
15254
15264
|
});
|
|
15255
|
-
var StyledPrefixContainer$1 = index$9(View)(function (
|
|
15256
|
-
var theme =
|
|
15265
|
+
var StyledPrefixContainer$1 = index$9(View)(function (_ref4) {
|
|
15266
|
+
var theme = _ref4.theme;
|
|
15257
15267
|
return {
|
|
15258
15268
|
marginRight: theme.__hd__.list.space.prefixContainerMarginRight
|
|
15259
15269
|
};
|
|
15260
15270
|
});
|
|
15261
|
-
var StyledSuffixContainer$1 = index$9(View)(function (
|
|
15262
|
-
var theme =
|
|
15271
|
+
var StyledSuffixContainer$1 = index$9(View)(function (_ref5) {
|
|
15272
|
+
var theme = _ref5.theme;
|
|
15263
15273
|
return {
|
|
15264
15274
|
marginLeft: theme.__hd__.list.space.suffixContainerMarginLeft
|
|
15265
15275
|
};
|
|
@@ -16208,7 +16218,8 @@ var Radio = function Radio(_ref2) {
|
|
|
16208
16218
|
subText = _ref2.subText,
|
|
16209
16219
|
testID = _ref2.testID,
|
|
16210
16220
|
_ref2$inactiveIntent = _ref2.inactiveIntent,
|
|
16211
|
-
inactiveIntent = _ref2$inactiveIntent === void 0 ? 'light' : _ref2$inactiveIntent
|
|
16221
|
+
inactiveIntent = _ref2$inactiveIntent === void 0 ? 'light' : _ref2$inactiveIntent,
|
|
16222
|
+
children = _ref2.children;
|
|
16212
16223
|
return /*#__PURE__*/React__default.createElement(StyledRadio, {
|
|
16213
16224
|
onPress: onPress,
|
|
16214
16225
|
selected: checked,
|
|
@@ -16222,7 +16233,7 @@ var Radio = function Radio(_ref2) {
|
|
|
16222
16233
|
testID: testID,
|
|
16223
16234
|
themeIntent: inactiveIntent,
|
|
16224
16235
|
themeChecked: checked
|
|
16225
|
-
});
|
|
16236
|
+
}, children);
|
|
16226
16237
|
};
|
|
16227
16238
|
|
|
16228
16239
|
function getKey(option, index, keyExtractor) {
|
|
@@ -16261,7 +16272,7 @@ var RadioGroup = function RadioGroup(_ref) {
|
|
|
16261
16272
|
return _onPress(option.value);
|
|
16262
16273
|
},
|
|
16263
16274
|
inactiveIntent: inactiveIntent
|
|
16264
|
-
}));
|
|
16275
|
+
}, option.children));
|
|
16265
16276
|
}));
|
|
16266
16277
|
};
|
|
16267
16278
|
|
|
Binary file
|