@hero-design/rn 8.112.4 → 8.113.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.
Files changed (109) hide show
  1. package/.turbo/turbo-build.log +3 -3
  2. package/CHANGELOG.md +16 -0
  3. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  4. package/es/index.js +122 -121
  5. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  6. package/lib/index.js +122 -121
  7. package/package.json +1 -1
  8. package/src/components/Accordion/AccordionItem.tsx +1 -1
  9. package/src/components/AnimatedScroller/AnimatedScrollable.tsx +1 -1
  10. package/src/components/AnimatedScroller/SectionListWithFAB.tsx +1 -1
  11. package/src/components/Button/UtilityButton/index.tsx +1 -1
  12. package/src/components/Calendar/CalendarRowItem.tsx +1 -1
  13. package/src/components/Chart/Line/Line.tsx +3 -4
  14. package/src/components/Chart/index.tsx +0 -2
  15. package/src/components/Chart/shared/ChartHeader.tsx +1 -1
  16. package/src/components/Chart/shared/hooks/useColorScale.ts +2 -2
  17. package/src/components/Chart/shared/hooks/useGenerateTicks.ts +2 -2
  18. package/src/components/Chart/shared/hooks/useScaleBandX.ts +3 -3
  19. package/src/components/Chart/shared/hooks/useScaleLinearY.ts +3 -4
  20. package/src/components/Chart/types.ts +0 -8
  21. package/src/components/Checkbox/utils.ts +1 -1
  22. package/src/components/Chip/index.tsx +1 -1
  23. package/src/components/FloatingIsland/index.tsx +1 -1
  24. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  25. package/src/components/Icon/IconList.ts +1 -0
  26. package/src/components/Illustration/index.tsx +1 -1
  27. package/src/components/List/BasicListItem.tsx +1 -1
  28. package/src/components/List/StyledListItem.tsx +2 -2
  29. package/src/components/Portal/index.tsx +1 -1
  30. package/src/components/Portal/types.tsx +2 -2
  31. package/src/components/Radio/Radio.tsx +1 -1
  32. package/src/components/Rate/index.tsx +2 -2
  33. package/src/components/RefreshControl/index.tsx +1 -1
  34. package/src/components/RichTextEditor/RichTextEditor.tsx +1 -1
  35. package/src/components/RichTextEditor/utils/events.ts +1 -1
  36. package/src/components/Search/SearchOneLine.tsx +1 -1
  37. package/src/components/Search/StyledSearch.tsx +1 -1
  38. package/src/components/SectionHeading/index.tsx +1 -1
  39. package/src/components/Select/helpers.tsx +1 -1
  40. package/src/components/Skeleton/index.tsx +1 -1
  41. package/src/components/Slider/RangeSlider.tsx +1 -1
  42. package/src/components/StatusScreens/Success/index.tsx +1 -1
  43. package/src/components/Tabs/ScrollableTabsHeader/ScrollableTabsHeader.tsx +1 -1
  44. package/src/components/Tabs/TabWithBadge.tsx +2 -2
  45. package/src/components/TextInput/index.tsx +2 -2
  46. package/src/components/Toast/ToastContext.ts +1 -1
  47. package/src/components/Toolbar/index.tsx +1 -1
  48. package/src/components/Typography/Label/index.tsx +1 -1
  49. package/src/theme/global/colors/types.ts +1 -1
  50. package/src/theme/global/shadows/index.ts +0 -3
  51. package/src/theme/global/shadows/types.ts +1 -1
  52. package/src/theme/global/sizes.ts +1 -0
  53. package/src/theme/global/typography.ts +2 -1
  54. package/types/components/Accordion/AccordionItem.d.ts +1 -1
  55. package/types/components/AnimatedScroller/AnimatedScrollable.d.ts +1 -1
  56. package/types/components/AnimatedScroller/SectionListWithFAB.d.ts +1 -1
  57. package/types/components/Button/UtilityButton/index.d.ts +1 -1
  58. package/types/components/Calendar/CalendarRowItem.d.ts +1 -1
  59. package/types/components/Chart/index.d.ts +0 -3
  60. package/types/components/Chart/shared/ChartHeader.d.ts +1 -1
  61. package/types/components/Chart/shared/hooks/useScaleBandX.d.ts +2 -3
  62. package/types/components/Chart/shared/hooks/useScaleLinearY.d.ts +2 -3
  63. package/types/components/Chart/types.d.ts +1 -7
  64. package/types/components/Checkbox/utils.d.ts +2 -1
  65. package/types/components/Chip/index.d.ts +1 -1
  66. package/types/components/FloatingIsland/index.d.ts +1 -1
  67. package/types/components/Icon/IconList.d.ts +1 -1
  68. package/types/components/Icon/index.d.ts +1 -1
  69. package/types/components/Illustration/index.d.ts +1 -1
  70. package/types/components/List/BasicListItem.d.ts +1 -1
  71. package/types/components/List/StyledListItem.d.ts +2 -2
  72. package/types/components/Portal/index.d.ts +1 -1
  73. package/types/components/Portal/types.d.ts +3 -2
  74. package/types/components/Radio/Radio.d.ts +1 -1
  75. package/types/components/Rate/index.d.ts +2 -2
  76. package/types/components/RefreshControl/index.d.ts +1 -1
  77. package/types/components/RichTextEditor/RichTextEditor.d.ts +0 -4
  78. package/types/components/RichTextEditor/utils/events.d.ts +2 -1
  79. package/types/components/Search/SearchOneLine.d.ts +1 -1
  80. package/types/components/Search/StyledSearch.d.ts +2 -1
  81. package/types/components/SectionHeading/index.d.ts +1 -1
  82. package/types/components/Select/helpers.d.ts +2 -1
  83. package/types/components/Skeleton/index.d.ts +1 -1
  84. package/types/components/Slider/RangeSlider.d.ts +1 -1
  85. package/types/components/StatusScreens/Success/index.d.ts +1 -1
  86. package/types/components/Tabs/ScrollableTabsHeader/ScrollableTabsHeader.d.ts +1 -1
  87. package/types/components/Tabs/TabWithBadge.d.ts +2 -2
  88. package/types/components/TextInput/index.d.ts +3 -3
  89. package/types/components/Toast/ToastContext.d.ts +2 -1
  90. package/types/components/Toolbar/index.d.ts +1 -1
  91. package/types/components/Typography/Label/index.d.ts +1 -1
  92. package/types/theme/components/alert.d.ts +10 -1
  93. package/types/theme/components/bottomNavigation.d.ts +10 -1
  94. package/types/theme/components/chip.d.ts +10 -1
  95. package/types/theme/components/fab.d.ts +10 -1
  96. package/types/theme/components/floatingIsland.d.ts +10 -1
  97. package/types/theme/components/list.d.ts +10 -1
  98. package/types/theme/components/search.d.ts +10 -1
  99. package/types/theme/components/segmentedControl.d.ts +10 -1
  100. package/types/theme/components/slider.d.ts +10 -1
  101. package/types/theme/components/toast.d.ts +10 -1
  102. package/types/theme/global/colors/types.d.ts +2 -1
  103. package/types/theme/global/index.d.ts +1 -1
  104. package/types/theme/global/shadows/index.d.ts +0 -2
  105. package/types/theme/global/shadows/types.d.ts +2 -1
  106. package/types/theme/global/typography.d.ts +1 -1
  107. package/.cursor/rules/performance-optimization.mdc +0 -64
  108. package/.cursor/rules/rn-rules.mdc +0 -165
  109. package/.cursor/rules/testing-rules.mdc +0 -114
@@ -1,4 +1,4 @@
1
- (node:2285) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
1
+ (node:2276) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
2
2
  (Use `node --trace-warnings ...` to show where the warning was created)
3
3
  
4
4
  src/index.ts → lib/index.js, es/index.js...
@@ -9,9 +9,9 @@ node_modules/d3-selection/src/selection/index.js -> node_modules/d3-selection/sr
9
9
  ...and 12 more
10
10
  (!) [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`.
11
11
  (!) [plugin node-resolve] preferring built-in module 'events' over local alternative at '/home/runner/_work/hero-design/hero-design/node_modules/events/events.js', pass 'preferBuiltins: false' to disable this behavior or 'preferBuiltins: true' to disable this warning.or passing a function to 'preferBuiltins' to provide more fine-grained control over which built-in modules to prefer.
12
- created lib/index.js, es/index.js in 1m 56.9s
12
+ created lib/index.js, es/index.js in 2m 5.4s
13
13
  
14
14
  /home/runner/_work/hero-design/hero-design/packages/rn/src/locales/en_AU.ts, /home/runner/_work/hero-design/hero-design/packages/rn/src/locales/en_CA.ts, /home/runner/_work/hero-design/hero-design/packages/rn/src/locales/index.ts, /home/runner/_work/hero-design/hero-design/packages/rn/src/locales/types.ts → ., ....
15
15
  (!) Generated empty chunks
16
16
  "locales/types" and "locales/types"
17
- created ., . in 37.1s
17
+ created ., . in 37.2s
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @hero-design/rn
2
2
 
3
+ ## 8.113.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [#4482](https://github.com/Thinkei/hero-design/pull/4482) [`5be4e6e0477d9027fd78a36f09eec697f17490c5`](https://github.com/Thinkei/hero-design/commit/5be4e6e0477d9027fd78a36f09eec697f17490c5) Thanks [@nguyenvo-employmenthero](https://github.com/nguyenvo-employmenthero)! - Add new icon lighting-outlined
8
+
9
+ ### Patch Changes
10
+
11
+ - [#4483](https://github.com/Thinkei/hero-design/pull/4483) [`345892869b9690f168b71cdd66a65996b5c9a15d`](https://github.com/Thinkei/hero-design/commit/345892869b9690f168b71cdd66a65996b5c9a15d) Thanks [@tqdungit](https://github.com/tqdungit)! - Revert "[ANG-4128] Upgrade date-fns from v2 to v4 (#4420)"
12
+
13
+ ## 8.112.5
14
+
15
+ ### Patch Changes
16
+
17
+ - [#4420](https://github.com/Thinkei/hero-design/pull/4420) [`7125239e43619dae07a68e294b0391f8e1ab570a`](https://github.com/Thinkei/hero-design/commit/7125239e43619dae07a68e294b0391f8e1ab570a) Thanks [@haudao-eh](https://github.com/haudao-eh)! - Upgrade date-fns to v4
18
+
3
19
  ## 8.112.4
4
20
 
5
21
  ### Patch Changes
Binary file
package/es/index.js CHANGED
@@ -8234,7 +8234,7 @@ var Typography = {
8234
8234
  };
8235
8235
 
8236
8236
  // 🔴 DO NOT EDIT — This file is generated automatically.
8237
- var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bolt', 'bookmark-added', 'bookmark-checked', 'bookmark', 'box-check', 'box', 'bpay', 'buildings', 'cake', 'calendar-clock', 'calendar', 'candy-box-menu', 'caret-down-small', 'caret-down', 'caret-left-small', 'caret-left', 'caret-right-small', 'caret-right', 'caret-up-small', 'caret-up', 'check-radio', 'circle-add', 'circle-cancel', 'circle-check', 'circle-down', 'circle-info', 'circle-left', 'circle-ok', 'circle-pencil', 'circle-question', 'circle-remove', 'circle-right', 'circle-up', 'circle-warning', 'clock-3', 'clock', 'cloud-download', 'cloud-upload', 'cog', 'coin', 'contacts', 'credit-card', 'diamond', 'direction-arrows', 'directory', 'document', 'dollar-coin-shine', 'dot', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expand-content', 'expense', 'explore_nearby', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', 'global-pound', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'hero-points', 'home', 'image', 'import', 'incident-siren', 'instapay-daily', 'instapay-now', 'instapay', 'list', 'loading-2', 'loading', 'location-on', 'location', 'lock', 'looks-one', 'looks-two', 'media-content', 'menu', 'money-notes', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'near-me', 'node', 'open-folder', 'paperclip-vertical', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-arrow', 'play-circle', 'pound-coin-shine', 'pound-sign', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rostering', 'salary-sacrifice', 'save', 'schedule-send', 'schedule', 'search-person', 'search', 'send', 'speaker-active', 'speaker', 'star-award', 'star-badge', 'star-circle', 'star-medal', 'star', 'steps-circle', 'stopwatch', 'suitcase', 'surfing', 'survey', 'swag-pillar-benefit', 'swag-pillar-career', 'swag-pillar-money', 'swag-pillar-work', 'swag', 'swipe-right', 'switch', 'tag', 'target', 'teams', 'thumb-down', 'thumb-up', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'wallet', 'warning', 'academic-hat-outlined', 'accommodation-outlined', 'activate-outlined', 'add-credit-card-outlined', 'add-person-outlined', 'add-section-outlined', 'add-time-outlined', 'add', 'adjustment-outlined', 'afternoon-outlined', 'ai-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'application-outlined', 'arrow-down', 'arrow-downwards', 'arrow-left', 'arrow-leftwards', 'arrow-right', 'arrow-rightwards', 'arrow-up', 'arrow-upwards', 'article-outlined', 'at-sign', 'auto-graph-outlined', 'automotive-outlined', 'bakery-outlined', 'bar-outlined', 'beauty-outlined', 'beer-outlined', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'bill-management-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bolt-outlined', 'book-outlined', 'bookmark-added-outlined', 'bookmark-checked-outlined', 'bookmark-outlined', 'box-1-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calculator-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'call-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', 'car-forward-outlined', 'cashback-outlined', 'charging-station-outlined', 'chat-bubble-outlined', 'chat-unread-outlined', 'checkmark', 'circle-add-outlined', 'circle-cancel-outlined', 'circle-down-outlined', 'circle-info-outlined', 'circle-left-outlined', 'circle-ok-outlined', 'circle-question-outlined', 'circle-remove-outlined', 'circle-right-outlined', 'circle-up-outlined', 'circle-warning-outlined', 'clock-2-outlined', 'clock-in-outlined', 'clock-out-outlined', 'clock-outlined', 'cog-outlined', 'coin-outlined', 'coin-super-outlined', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cultural-site-outlined', 'cup-outlined', 'dentistry-outlined', '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', 'electronics-outlined', 'email-outlined', 'end-break-outlined', 'enter-arrow', 'entertainment-outlined', 'envelope-outlined', 'evening-outlined', 'expense-approval-outlined', 'expense-outlined', 'explore-outlined', 'extension-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-outlined', 'fastfood-outlined', 'feed-outlined', 'file-certified-outlined', 'file-clone-outlined', 'file-copy-outlined', 'file-dispose-outlined', 'file-dollar-certified-outlined', 'file-dollar-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-pound-outlined', 'file-search-outlined', 'file-secured-outlined', 'file-statutory-outlined', 'file-verified-outlined', 'filter-outlined', 'fitness-outlined', 'folder-outlined', 'folder-upload-outlined', 'folder-user-outlined', 'form-outlined', 'funnel-filter-outline', 'goal-outlined', 'graph-outlined', 'grocery-outlined', 'hand-holding-user-outlined', 'handshake-outlined', 'happy-sun-outlined', 'health-bag-outlined', 'heart-outlined', 'home-active-outlined', 'home-outlined', 'id-card-outlined', 'image-outlined', 'import-outlined', 'instapay-outlined', 'italic', 'job-search-outlined', 'leave-approval-outlined', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'local_mall_outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-outlined', 'map-outlined', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', 'morning-outlined', 'multiple-folders-outlined', 'multiple-users-outlined', 'near-me-outlined', 'node-outlined', 'number-points', 'number', 'overview-outlined', 'park-outlined', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'pound-box-outlined', 'pound-card-outlined', 'pound-coin-shine-outlined', 'pound-credit-card-outlined', 'print-outlined', 'propane-tank-outlined', 'qr-code-outlined', 'qualification-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', 'restaurant-outlined', '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', 'shield-check-outlined', 'shop-outlined', 'shopping_basket_outlined', 'show-chart-outlined', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'smart-match-outlined', 'sparkle-outlined', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'start-break-outlined', 'stash-outlined', 'stopwatch-outlined', 'strikethrough', 'styler-outlined', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'thumb-down-outlined', 'thumb-up-outlined', 'ticket-outlined', 'timesheet-outlined', 'timesheets-outlined', 'today-outlined', 'transfer', 'transportation-outlined', 'trash-bin-outlined', 'umbrela-outlined', 'unavailability-outlined', 'unavailable', 'underline', 'union-outlined', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'volunteer-outlined', 'wallet-outlined', 'wellness-outlined'];
8237
+ var IconList = ['activate', 'add-emoji', 'add-person', 'adjustment', 'alignment', 'antenna', 'archive', 'assignment-warning', 'bank', 'bell', 'billing', 'bolt', 'bookmark-added', 'bookmark-checked', 'bookmark', 'box-check', 'box', 'bpay', 'buildings', 'cake', 'calendar-clock', 'calendar', 'candy-box-menu', 'caret-down-small', 'caret-down', 'caret-left-small', 'caret-left', 'caret-right-small', 'caret-right', 'caret-up-small', 'caret-up', 'check-radio', 'circle-add', 'circle-cancel', 'circle-check', 'circle-down', 'circle-info', 'circle-left', 'circle-ok', 'circle-pencil', 'circle-question', 'circle-remove', 'circle-right', 'circle-up', 'circle-warning', 'clock-3', 'clock', 'cloud-download', 'cloud-upload', 'cog', 'coin', 'contacts', 'credit-card', 'diamond', 'direction-arrows', 'directory', 'document', 'dollar-coin-shine', 'dot', 'double-buildings', 'edit-template', 'envelope', 'exclude', 'expand-content', 'expense', 'explore_nearby', 'eye-circle', 'eye-invisible', 'eye', 'face-meh', 'face-sad', 'face-smiley', 'feed', 'feedbacks', 'file-certified', 'file-clone', 'file-copy', 'file-csv', 'file-dispose', 'file-doc', 'file-excel', 'file-export', 'file-lock', 'file-pdf', 'file-powerpoint', 'file-search', 'file-secured', 'file-sheets', 'file-slide', 'file-verified', 'file-word', 'file', 'filter', 'folder-user', 'folder', 'format-bold', 'format-heading1', 'format-heading2', 'format-italic', 'format-list-bulleted', 'format-list-numbered', 'format-underlined', 'funnel-filter', 'global-dollar', 'global-pound', 'globe', 'graduation-cap', 'graph', 'happy-sun', 'health-bag', 'heart', 'hero-points', 'home', 'image', 'import', 'incident-siren', 'instapay-daily', 'instapay-now', 'instapay', 'list', 'loading-2', 'loading', 'location-on', 'location', 'lock', 'looks-one', 'looks-two', 'media-content', 'menu', 'money-notes', 'moneybag', 'moon', 'multiple-stars', 'multiple-users', 'near-me', 'node', 'open-folder', 'paperclip-vertical', 'paperclip', 'payment-summary', 'pencil', 'phone', 'piggy-bank', 'plane-up', 'plane', 'play-arrow', 'play-circle', 'pound-coin-shine', 'pound-sign', 'print', 'raising-hands', 'reply-arrow', 'reply', 'reschedule', 'rostering', 'salary-sacrifice', 'save', 'schedule-send', 'schedule', 'search-person', 'search', 'send', 'speaker-active', 'speaker', 'star-award', 'star-badge', 'star-circle', 'star-medal', 'star', 'steps-circle', 'stopwatch', 'suitcase', 'surfing', 'survey', 'swag-pillar-benefit', 'swag-pillar-career', 'swag-pillar-money', 'swag-pillar-work', 'swag', 'swipe-right', 'switch', 'tag', 'target', 'teams', 'thumb-down', 'thumb-up', 'timesheet', 'touch-id', 'trash-bin', 'unlock', 'user', 'video-1', 'video-2', 'wallet', 'warning', 'academic-hat-outlined', 'accommodation-outlined', 'activate-outlined', 'add-credit-card-outlined', 'add-person-outlined', 'add-section-outlined', 'add-time-outlined', 'add', 'adjustment-outlined', 'afternoon-outlined', 'ai-outlined', 'alignment-2-outlined', 'alignment-outlined', 'all-caps', 'application-outlined', 'arrow-down', 'arrow-downwards', 'arrow-left', 'arrow-leftwards', 'arrow-right', 'arrow-rightwards', 'arrow-up', 'arrow-upwards', 'article-outlined', 'at-sign', 'auto-graph-outlined', 'automotive-outlined', 'bakery-outlined', 'bar-outlined', 'beauty-outlined', 'beer-outlined', 'bell-active-outlined', 'bell-outlined', 'bell-slash-outlined', 'bill-management-outlined', 'billing-outlined', 'body-outlined', 'bold', 'bolt-outlined', 'book-outlined', 'bookmark-added-outlined', 'bookmark-checked-outlined', 'bookmark-outlined', 'box-1-outlined', 'box-check-outlined', 'box-outlined', 'bullet-points', 'cake-outlined', 'calculator-outlined', 'calendar-dates-outlined', 'calendar-star-outlined', 'call-outlined', 'call-split-outlined', 'camera-outlined', 'cancel', 'car-forward-outlined', 'cashback-outlined', 'charging-station-outlined', 'chat-bubble-outlined', 'chat-unread-outlined', 'checkmark', 'circle-add-outlined', 'circle-cancel-outlined', 'circle-down-outlined', 'circle-info-outlined', 'circle-left-outlined', 'circle-ok-outlined', 'circle-question-outlined', 'circle-remove-outlined', 'circle-right-outlined', 'circle-up-outlined', 'circle-warning-outlined', 'clock-2-outlined', 'clock-in-outlined', 'clock-out-outlined', 'clock-outlined', 'cog-outlined', 'coin-outlined', 'coin-super-outlined', 'comment-outlined', 'contacts-outlined', 'contacts-user-outlined', 'credit-card-outlined', 'cultural-site-outlined', 'cup-outlined', 'dentistry-outlined', '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', 'electronics-outlined', 'email-outlined', 'end-break-outlined', 'enter-arrow', 'entertainment-outlined', 'envelope-outlined', 'evening-outlined', 'expense-approval-outlined', 'expense-outlined', 'explore-outlined', 'extension-outlined', 'external-link', 'eye-invisible-outlined', 'eye-outlined', 'face-id', 'face-meh-outlined', 'face-open-smiley-outlined', 'face-sad-outlined', 'face-smiley-outlined', 'fastfood-outlined', 'feed-outlined', 'file-certified-outlined', 'file-clone-outlined', 'file-copy-outlined', 'file-dispose-outlined', 'file-dollar-certified-outlined', 'file-dollar-outlined', 'file-download-outlined', 'file-export-outlined', 'file-lock-outlined', 'file-outlined', 'file-pound-outlined', 'file-search-outlined', 'file-secured-outlined', 'file-statutory-outlined', 'file-verified-outlined', 'filter-outlined', 'fitness-outlined', 'folder-outlined', 'folder-upload-outlined', 'folder-user-outlined', 'form-outlined', 'funnel-filter-outline', 'goal-outlined', 'graph-outlined', 'grocery-outlined', 'hand-holding-user-outlined', 'handshake-outlined', 'happy-sun-outlined', 'health-bag-outlined', 'heart-outlined', 'home-active-outlined', 'home-outlined', 'id-card-outlined', 'image-outlined', 'import-outlined', 'instapay-outlined', 'italic', 'job-search-outlined', 'leave-approval-outlined', 'lighting-outlined', 'link-1', 'link-2', 'list-outlined', 'live-help-outlined', 'local_mall_outlined', 'location-on-outlined', 'location-outlined', 'lock-outlined', 'locked-file-outlined', 'log-out', 'mail-outlined', 'map-outlined', 'media-content-outlined', 'menu-close', 'menu-expand', 'menu-fold-outlined', 'menu-unfold-outlined', 'moneybag-outlined', 'moon-outlined', 'more-horizontal', 'more-vertical', 'morning-outlined', 'multiple-folders-outlined', 'multiple-users-outlined', 'near-me-outlined', 'node-outlined', 'number-points', 'number', 'overview-outlined', 'park-outlined', 'payment-summary-outlined', 'payslip-outlined', 'pencil-outlined', 'percentage', 'phone-outlined', 'piggy-bank-outlined', 'plane-outlined', 'play-circle-outlined', 'pound-box-outlined', 'pound-card-outlined', 'pound-coin-shine-outlined', 'pound-credit-card-outlined', 'print-outlined', 'propane-tank-outlined', 'qr-code-outlined', 'qualification-outlined', 're-assign', 'redeem', 'refresh', 'remove', 'reply-outlined', 'restart', 'restaurant-outlined', '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', 'shield-check-outlined', 'shop-outlined', 'shopping_basket_outlined', 'show-chart-outlined', 'single-down-arrow', 'single-left-arrow', 'single-right-arrow', 'single-up-arrow', 'smart-match-outlined', 'sparkle-outlined', 'speaker-active-outlined', 'speaker-outlined', 'star-circle-outlined', 'star-outlined', 'start-break-outlined', 'stash-outlined', 'stopwatch-outlined', 'strikethrough', 'styler-outlined', 'suitcase-clock-outlined', 'suitcase-outlined', 'survey-outlined', 'switch-outlined', 'sync', 'tag-outlined', 'target-outlined', 'tennis-outlined', 'thumb-down-outlined', 'thumb-up-outlined', 'ticket-outlined', 'timesheet-outlined', 'timesheets-outlined', 'today-outlined', 'transfer', 'transportation-outlined', 'trash-bin-outlined', 'umbrela-outlined', 'unavailability-outlined', 'unavailable', 'underline', 'union-outlined', 'unlock-outlined', 'upload-outlined', 'user-circle-outlined', 'user-gear-outlined', 'user-outlined', 'user-rectangle-outlined', 'video-1-outlined', 'video-2-outlined', 'volunteer-outlined', 'wallet-outlined', 'wellness-outlined'];
8238
8238
 
8239
8239
  var activate = 59000;
8240
8240
  var adjustment = 59003;
@@ -8315,19 +8315,19 @@ var bold = 59232;
8315
8315
  var cancel = 59249;
8316
8316
  var checkmark = 59255;
8317
8317
  var italic = 59352;
8318
- var local_mall_outlined = 59359;
8319
- var number$2 = 59382;
8320
- var percentage = 59388;
8321
- var redeem = 59402;
8322
- var refresh = 59403;
8323
- var remove$1 = 59404;
8324
- var restart = 59406;
8325
- var shopping_basket_outlined = 59423;
8326
- var strikethrough = 59438;
8327
- var sync = 59444;
8328
- var transfer = 59454;
8329
- var unavailable = 59459;
8330
- var underline = 59460;
8318
+ var local_mall_outlined = 59360;
8319
+ var number$2 = 59383;
8320
+ var percentage = 59389;
8321
+ var redeem = 59403;
8322
+ var refresh = 59404;
8323
+ var remove$1 = 59405;
8324
+ var restart = 59407;
8325
+ var shopping_basket_outlined = 59424;
8326
+ var strikethrough = 59439;
8327
+ var sync = 59445;
8328
+ var transfer = 59455;
8329
+ var unavailable = 59460;
8330
+ var underline = 59461;
8331
8331
  var glyphMap = {
8332
8332
  activate: activate,
8333
8333
  "add-emoji": 59001,
@@ -8684,124 +8684,125 @@ var glyphMap = {
8684
8684
  italic: italic,
8685
8685
  "job-search-outlined": 59353,
8686
8686
  "leave-approval-outlined": 59354,
8687
- "link-1": 59355,
8688
- "link-2": 59356,
8689
- "list-outlined": 59357,
8690
- "live-help-outlined": 59358,
8687
+ "lighting-outlined": 59355,
8688
+ "link-1": 59356,
8689
+ "link-2": 59357,
8690
+ "list-outlined": 59358,
8691
+ "live-help-outlined": 59359,
8691
8692
  local_mall_outlined: local_mall_outlined,
8692
- "location-on-outlined": 59360,
8693
- "location-outlined": 59361,
8694
- "lock-outlined": 59362,
8695
- "locked-file-outlined": 59363,
8696
- "log-out": 59364,
8697
- "mail-outlined": 59365,
8698
- "map-outlined": 59366,
8699
- "media-content-outlined": 59367,
8700
- "menu-close": 59368,
8701
- "menu-expand": 59369,
8702
- "menu-fold-outlined": 59370,
8703
- "menu-unfold-outlined": 59371,
8704
- "moneybag-outlined": 59372,
8705
- "moon-outlined": 59373,
8706
- "more-horizontal": 59374,
8707
- "more-vertical": 59375,
8708
- "morning-outlined": 59376,
8709
- "multiple-folders-outlined": 59377,
8710
- "multiple-users-outlined": 59378,
8711
- "near-me-outlined": 59379,
8712
- "node-outlined": 59380,
8713
- "number-points": 59381,
8693
+ "location-on-outlined": 59361,
8694
+ "location-outlined": 59362,
8695
+ "lock-outlined": 59363,
8696
+ "locked-file-outlined": 59364,
8697
+ "log-out": 59365,
8698
+ "mail-outlined": 59366,
8699
+ "map-outlined": 59367,
8700
+ "media-content-outlined": 59368,
8701
+ "menu-close": 59369,
8702
+ "menu-expand": 59370,
8703
+ "menu-fold-outlined": 59371,
8704
+ "menu-unfold-outlined": 59372,
8705
+ "moneybag-outlined": 59373,
8706
+ "moon-outlined": 59374,
8707
+ "more-horizontal": 59375,
8708
+ "more-vertical": 59376,
8709
+ "morning-outlined": 59377,
8710
+ "multiple-folders-outlined": 59378,
8711
+ "multiple-users-outlined": 59379,
8712
+ "near-me-outlined": 59380,
8713
+ "node-outlined": 59381,
8714
+ "number-points": 59382,
8714
8715
  number: number$2,
8715
- "overview-outlined": 59383,
8716
- "park-outlined": 59384,
8717
- "payment-summary-outlined": 59385,
8718
- "payslip-outlined": 59386,
8719
- "pencil-outlined": 59387,
8716
+ "overview-outlined": 59384,
8717
+ "park-outlined": 59385,
8718
+ "payment-summary-outlined": 59386,
8719
+ "payslip-outlined": 59387,
8720
+ "pencil-outlined": 59388,
8720
8721
  percentage: percentage,
8721
- "phone-outlined": 59389,
8722
- "piggy-bank-outlined": 59390,
8723
- "plane-outlined": 59391,
8724
- "play-circle-outlined": 59392,
8725
- "pound-box-outlined": 59393,
8726
- "pound-card-outlined": 59394,
8727
- "pound-coin-shine-outlined": 59395,
8728
- "pound-credit-card-outlined": 59396,
8729
- "print-outlined": 59397,
8730
- "propane-tank-outlined": 59398,
8731
- "qr-code-outlined": 59399,
8732
- "qualification-outlined": 59400,
8733
- "re-assign": 59401,
8722
+ "phone-outlined": 59390,
8723
+ "piggy-bank-outlined": 59391,
8724
+ "plane-outlined": 59392,
8725
+ "play-circle-outlined": 59393,
8726
+ "pound-box-outlined": 59394,
8727
+ "pound-card-outlined": 59395,
8728
+ "pound-coin-shine-outlined": 59396,
8729
+ "pound-credit-card-outlined": 59397,
8730
+ "print-outlined": 59398,
8731
+ "propane-tank-outlined": 59399,
8732
+ "qr-code-outlined": 59400,
8733
+ "qualification-outlined": 59401,
8734
+ "re-assign": 59402,
8734
8735
  redeem: redeem,
8735
8736
  refresh: refresh,
8736
8737
  remove: remove$1,
8737
- "reply-outlined": 59405,
8738
+ "reply-outlined": 59406,
8738
8739
  restart: restart,
8739
- "restaurant-outlined": 59407,
8740
- "resume-outlined": 59408,
8741
- "return-arrow": 59409,
8742
- "rostering-outlined": 59410,
8743
- "safety-outlined": 59411,
8744
- "save-outlined": 59412,
8745
- "schedule-outlined": 59413,
8746
- "search-outlined": 59414,
8747
- "search-secured-outlined": 59415,
8748
- "send-outlined": 59416,
8749
- "share-1": 59417,
8750
- "share-2": 59418,
8751
- "share-outlined-2": 59419,
8752
- "share-outlined": 59420,
8753
- "shield-check-outlined": 59421,
8754
- "shop-outlined": 59422,
8740
+ "restaurant-outlined": 59408,
8741
+ "resume-outlined": 59409,
8742
+ "return-arrow": 59410,
8743
+ "rostering-outlined": 59411,
8744
+ "safety-outlined": 59412,
8745
+ "save-outlined": 59413,
8746
+ "schedule-outlined": 59414,
8747
+ "search-outlined": 59415,
8748
+ "search-secured-outlined": 59416,
8749
+ "send-outlined": 59417,
8750
+ "share-1": 59418,
8751
+ "share-2": 59419,
8752
+ "share-outlined-2": 59420,
8753
+ "share-outlined": 59421,
8754
+ "shield-check-outlined": 59422,
8755
+ "shop-outlined": 59423,
8755
8756
  shopping_basket_outlined: shopping_basket_outlined,
8756
- "show-chart-outlined": 59424,
8757
- "single-down-arrow": 59425,
8758
- "single-left-arrow": 59426,
8759
- "single-right-arrow": 59427,
8760
- "single-up-arrow": 59428,
8761
- "smart-match-outlined": 59429,
8762
- "sparkle-outlined": 59430,
8763
- "speaker-active-outlined": 59431,
8764
- "speaker-outlined": 59432,
8765
- "star-circle-outlined": 59433,
8766
- "star-outlined": 59434,
8767
- "start-break-outlined": 59435,
8768
- "stash-outlined": 59436,
8769
- "stopwatch-outlined": 59437,
8757
+ "show-chart-outlined": 59425,
8758
+ "single-down-arrow": 59426,
8759
+ "single-left-arrow": 59427,
8760
+ "single-right-arrow": 59428,
8761
+ "single-up-arrow": 59429,
8762
+ "smart-match-outlined": 59430,
8763
+ "sparkle-outlined": 59431,
8764
+ "speaker-active-outlined": 59432,
8765
+ "speaker-outlined": 59433,
8766
+ "star-circle-outlined": 59434,
8767
+ "star-outlined": 59435,
8768
+ "start-break-outlined": 59436,
8769
+ "stash-outlined": 59437,
8770
+ "stopwatch-outlined": 59438,
8770
8771
  strikethrough: strikethrough,
8771
- "styler-outlined": 59439,
8772
- "suitcase-clock-outlined": 59440,
8773
- "suitcase-outlined": 59441,
8774
- "survey-outlined": 59442,
8775
- "switch-outlined": 59443,
8772
+ "styler-outlined": 59440,
8773
+ "suitcase-clock-outlined": 59441,
8774
+ "suitcase-outlined": 59442,
8775
+ "survey-outlined": 59443,
8776
+ "switch-outlined": 59444,
8776
8777
  sync: sync,
8777
- "tag-outlined": 59445,
8778
- "target-outlined": 59446,
8779
- "tennis-outlined": 59447,
8780
- "thumb-down-outlined": 59448,
8781
- "thumb-up-outlined": 59449,
8782
- "ticket-outlined": 59450,
8783
- "timesheet-outlined": 59451,
8784
- "timesheets-outlined": 59452,
8785
- "today-outlined": 59453,
8778
+ "tag-outlined": 59446,
8779
+ "target-outlined": 59447,
8780
+ "tennis-outlined": 59448,
8781
+ "thumb-down-outlined": 59449,
8782
+ "thumb-up-outlined": 59450,
8783
+ "ticket-outlined": 59451,
8784
+ "timesheet-outlined": 59452,
8785
+ "timesheets-outlined": 59453,
8786
+ "today-outlined": 59454,
8786
8787
  transfer: transfer,
8787
- "transportation-outlined": 59455,
8788
- "trash-bin-outlined": 59456,
8789
- "umbrela-outlined": 59457,
8790
- "unavailability-outlined": 59458,
8788
+ "transportation-outlined": 59456,
8789
+ "trash-bin-outlined": 59457,
8790
+ "umbrela-outlined": 59458,
8791
+ "unavailability-outlined": 59459,
8791
8792
  unavailable: unavailable,
8792
8793
  underline: underline,
8793
- "union-outlined": 59461,
8794
- "unlock-outlined": 59462,
8795
- "upload-outlined": 59463,
8796
- "user-circle-outlined": 59464,
8797
- "user-gear-outlined": 59465,
8798
- "user-outlined": 59466,
8799
- "user-rectangle-outlined": 59467,
8800
- "video-1-outlined": 59468,
8801
- "video-2-outlined": 59469,
8802
- "volunteer-outlined": 59470,
8803
- "wallet-outlined": 59471,
8804
- "wellness-outlined": 59472
8794
+ "union-outlined": 59462,
8795
+ "unlock-outlined": 59463,
8796
+ "upload-outlined": 59464,
8797
+ "user-circle-outlined": 59465,
8798
+ "user-gear-outlined": 59466,
8799
+ "user-outlined": 59467,
8800
+ "user-rectangle-outlined": 59468,
8801
+ "video-1-outlined": 59469,
8802
+ "video-2-outlined": 59470,
8803
+ "volunteer-outlined": 59471,
8804
+ "wallet-outlined": 59472,
8805
+ "wellness-outlined": 59473
8805
8806
  };
8806
8807
 
8807
8808
  var HeroIcon = createIconSet(glyphMap, 'hero-icons-mobile', 'hero-icons-mobile.ttf');
@@ -18962,7 +18963,7 @@ Basis.prototype = {
18962
18963
  this._y0 = this._y1, this._y1 = y;
18963
18964
  }
18964
18965
  };
18965
- function basis (context) {
18966
+ function curveBasis (context) {
18966
18967
  return new Basis(context);
18967
18968
  }
18968
18969
 
@@ -19521,7 +19522,7 @@ var Line = function Line(_ref) {
19521
19522
  return ((_xScale = xScale(labels[i])) !== null && _xScale !== void 0 ? _xScale : 0) + xScale.bandwidth() / 2;
19522
19523
  }).y(function (d) {
19523
19524
  return yScale(d !== null && d !== void 0 ? d : 0);
19524
- }).curve(basis);
19525
+ }).curve(curveBasis);
19525
19526
  }, [xScale, yScale, labels]);
19526
19527
  // Generate path data
19527
19528
  var pathData = useMemo(function () {