@hero-design/rn 0.0.0-input-group-error-20250623150626 → 0.0.0-integrate-basic-table-20251224154211

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 (821) hide show
  1. package/.turbo/turbo-build.log +5 -11
  2. package/CHANGELOG.md +306 -1
  3. package/assets/fonts/BeVietnamPro-BoldItalic.ttf +0 -0
  4. package/assets/fonts/BeVietnamPro-LightItalic.ttf +0 -0
  5. package/assets/fonts/BeVietnamPro-RegularItalic.ttf +0 -0
  6. package/assets/fonts/BeVietnamPro-SemiBoldItalic.ttf +0 -0
  7. package/assets/fonts/Saiga-LightItalic.otf +0 -0
  8. package/assets/fonts/Saiga-MediumItalic.otf +0 -0
  9. package/assets/fonts/Saiga-RegularItalic.otf +0 -0
  10. package/assets/fonts/hero-icons-mobile.ttf +0 -0
  11. package/es/index.js +6851 -4868
  12. package/eslint.config.js +1 -0
  13. package/lib/assets/fonts/hero-icons-mobile.ttf +0 -0
  14. package/lib/index.js +6856 -4869
  15. package/package.json +13 -31
  16. package/src/components/Accordion/AccordionItem.tsx +1 -1
  17. package/src/components/Accordion/__tests__/__snapshots__/AccordionItem.spec.tsx.snap +48 -24
  18. package/src/components/Accordion/__tests__/__snapshots__/index.spec.tsx.snap +72 -36
  19. package/src/components/Accordion/index.tsx +6 -1
  20. package/src/components/Alert/StyledAlert.tsx +3 -2
  21. package/src/components/Alert/__tests__/__snapshots__/index.spec.tsx.snap +13 -0
  22. package/src/components/Alert/index.tsx +12 -2
  23. package/src/components/AnimatedScroller/AnimatedFAB.tsx +4 -6
  24. package/src/components/AnimatedScroller/AnimatedScrollable.tsx +5 -5
  25. package/src/components/AnimatedScroller/FlatListWithFAB.tsx +4 -3
  26. package/src/components/AnimatedScroller/ScrollViewWithFAB.tsx +4 -3
  27. package/src/components/AnimatedScroller/SectionListWithFAB.tsx +5 -4
  28. package/src/components/AnimatedScroller/__tests__/ScrollablesWithFAB.spec.tsx +4 -4
  29. package/src/components/AnimatedScroller/__tests__/__snapshots__/ScrollablesWithFAB.spec.tsx.snap +70 -0
  30. package/src/components/AppCue/__tests__/__snapshots__/StyledAppCue.tsx.snap +121 -97
  31. package/src/components/AppCue/index.tsx +2 -4
  32. package/src/components/AppCue/utils.ts +1 -1
  33. package/src/components/Attachment/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  34. package/src/components/Attachment/index.tsx +4 -3
  35. package/src/components/Avatar/AvatarStack/StyledAvatarStack.tsx +2 -1
  36. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/StyledAvatarStack.spec.tsx.snap +2 -0
  37. package/src/components/Avatar/AvatarStack/__tests__/__snapshots__/index.spec.tsx.snap +31 -0
  38. package/src/components/Avatar/AvatarStack/index.tsx +4 -3
  39. package/src/components/Avatar/AvatarStack/utils.ts +2 -2
  40. package/src/components/Avatar/StyledAvatar.tsx +1 -1
  41. package/src/components/Avatar/__tests__/__snapshots__/StyledAvatar.spec.tsx.snap +1 -0
  42. package/src/components/Avatar/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  43. package/src/components/Badge/Count.tsx +2 -2
  44. package/src/components/Badge/Status.tsx +2 -2
  45. package/src/components/Badge/__tests__/__snapshots__/Badge.spec.tsx.snap +8 -0
  46. package/src/components/Badge/__tests__/__snapshots__/Count.spec.tsx.snap +3 -3
  47. package/src/components/Badge/__tests__/__snapshots__/Status.spec.tsx.snap +1 -0
  48. package/src/components/Badge/index.tsx +3 -2
  49. package/src/components/Badge/types.ts +2 -2
  50. package/src/components/BottomNavigation/StyledBottomNavigation.tsx +1 -1
  51. package/src/components/BottomNavigation/__tests__/__snapshots__/index.spec.tsx.snap +36 -36
  52. package/src/components/BottomNavigation/__tests__/index.spec.tsx +17 -8
  53. package/src/components/BottomNavigation/index.tsx +4 -5
  54. package/src/components/BottomSheet/ScrollView.tsx +6 -6
  55. package/src/components/BottomSheet/StyledBottomSheet.tsx +5 -5
  56. package/src/components/BottomSheet/__tests__/__snapshots__/index.spec.tsx.snap +161 -173
  57. package/src/components/BottomSheet/index.tsx +47 -39
  58. package/src/components/Box/StyledBox.tsx +5 -4
  59. package/src/components/Box/types.ts +5 -5
  60. package/src/components/Button/Button.tsx +85 -48
  61. package/src/components/Button/LoadingIndicator/StyledLoadingIndicator.tsx +12 -33
  62. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/StyledLoadingIndicator.spec.tsx.snap +4 -4
  63. package/src/components/Button/LoadingIndicator/__tests__/__snapshots__/index.spec.tsx.snap +12 -12
  64. package/src/components/Button/LoadingIndicator/index.tsx +4 -1
  65. package/src/components/Button/StyledButton.tsx +461 -313
  66. package/src/components/Button/UtilityButton/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  67. package/src/components/Button/UtilityButton/index.tsx +1 -1
  68. package/src/components/Button/__tests__/Button.spec.tsx +9 -0
  69. package/src/components/Button/__tests__/__snapshots__/Button.spec.tsx.snap +153 -104
  70. package/src/components/Button/__tests__/__snapshots__/StyledButton.spec.tsx.snap +32 -18
  71. package/src/components/Calendar/CalendarRange.tsx +35 -117
  72. package/src/components/Calendar/CalendarRowItem.tsx +2 -2
  73. package/src/components/Calendar/__tests__/__snapshots__/CalendarRangeConnector.spec.tsx.snap +5 -0
  74. package/src/components/Calendar/__tests__/__snapshots__/CalendarRowItem.spec.tsx.snap +5 -0
  75. package/src/components/Calendar/__tests__/helper.spec.ts +197 -0
  76. package/src/components/Calendar/__tests__/index.spec.tsx +3 -8
  77. package/src/components/Calendar/constants.ts +9 -0
  78. package/src/components/Calendar/helpers.ts +112 -0
  79. package/src/components/Calendar/index.tsx +34 -159
  80. package/src/components/Calendar/shared/hooks/useCalendarLayout.ts +37 -0
  81. package/src/components/Calendar/types.ts +62 -0
  82. package/src/components/Card/DataCard/StyledDataCard.tsx +6 -1
  83. package/src/components/Card/DataCard/index.tsx +2 -2
  84. package/src/components/Card/__tests__/__snapshots__/index.spec.tsx.snap +8 -0
  85. package/src/components/Card/index.tsx +4 -2
  86. package/src/components/Carousel/CardCarousel.tsx +2 -4
  87. package/src/components/Carousel/CarouselItem.tsx +1 -1
  88. package/src/components/Carousel/StyledCardCarousel.tsx +6 -3
  89. package/src/components/Carousel/StyledCarousel.tsx +2 -1
  90. package/src/components/Carousel/__tests__/CardCarousel.spec.tsx +4 -2
  91. package/src/components/Carousel/__tests__/__snapshots__/CardCarousel.spec.tsx.snap +16 -0
  92. package/src/components/Carousel/__tests__/__snapshots__/index.spec.tsx.snap +20 -0
  93. package/src/components/Carousel/__tests__/index.spec.tsx +2 -2
  94. package/src/components/Carousel/index.tsx +11 -16
  95. package/src/components/Carousel/types.ts +2 -2
  96. package/src/components/Chart/ChartSelect/index.tsx +2 -1
  97. package/src/components/Chart/ColumnChart/ColumnChartContent.tsx +1 -1
  98. package/src/components/Chart/ColumnChart/StackedSegment.tsx +1 -1
  99. package/src/components/Chart/ColumnChart/__tests__/__snapshots__/index.spec.tsx.snap +49 -0
  100. package/src/components/Chart/ColumnChart/__tests__/index.spec.tsx +2 -1
  101. package/src/components/Chart/ColumnChart/index.tsx +2 -2
  102. package/src/components/Chart/Line/Line.tsx +4 -5
  103. package/src/components/Chart/Line/__tests__/__snapshots__/index.spec.tsx.snap +62 -2
  104. package/src/components/Chart/Line/__tests__/index.spec.tsx +2 -1
  105. package/src/components/Chart/Line/index.tsx +2 -2
  106. package/src/components/Chart/index.tsx +0 -2
  107. package/src/components/Chart/shared/ChartFrame.tsx +2 -2
  108. package/src/components/Chart/shared/ChartHeader.tsx +3 -3
  109. package/src/components/Chart/shared/EmptyState.tsx +3 -2
  110. package/src/components/Chart/shared/XAxis.tsx +1 -1
  111. package/src/components/Chart/shared/XAxisGrid.tsx +1 -1
  112. package/src/components/Chart/shared/YAxis.tsx +1 -1
  113. package/src/components/Chart/shared/YAxisGrid.tsx +1 -1
  114. package/src/components/Chart/shared/__tests__/ChartFrame.spec.tsx +2 -1
  115. package/src/components/Chart/shared/__tests__/XAXisGrid.spec.tsx +2 -1
  116. package/src/components/Chart/shared/__tests__/XAxis.spec.tsx +2 -1
  117. package/src/components/Chart/shared/__tests__/YAxis.spec.tsx +2 -1
  118. package/src/components/Chart/shared/__tests__/YAxisGrid.spec.tsx +2 -1
  119. package/src/components/Chart/shared/__tests__/__snapshots__/ChartFrame.spec.tsx.snap +62 -0
  120. package/src/components/Chart/shared/__tests__/__snapshots__/ChartHeader.spec.tsx.snap +2 -0
  121. package/src/components/Chart/shared/__tests__/__snapshots__/EmptyState.spec.tsx.snap +2 -0
  122. package/src/components/Chart/shared/__tests__/__snapshots__/XAxis.spec.tsx.snap +12 -0
  123. package/src/components/Chart/shared/__tests__/__snapshots__/YAxis.spec.tsx.snap +36 -0
  124. package/src/components/Chart/shared/hooks/useColorScale.ts +2 -2
  125. package/src/components/Chart/shared/hooks/useGenerateTicks.ts +2 -2
  126. package/src/components/Chart/shared/hooks/useScaleBandX.ts +3 -3
  127. package/src/components/Chart/shared/hooks/useScaleLinearY.ts +3 -4
  128. package/src/components/Chart/shared/niceNumbers.ts +1 -1
  129. package/src/components/Chart/types.ts +0 -8
  130. package/src/components/Checkbox/{index.tsx → DefaultCheckBox.tsx} +8 -32
  131. package/src/components/Checkbox/InlineCheckBox.tsx +97 -0
  132. package/src/components/Checkbox/{StyledCheckbox.tsx → StyledDefaultCheckBox.tsx} +1 -0
  133. package/src/components/Checkbox/StyledInlineCheckBox.tsx +49 -0
  134. package/src/components/Checkbox/__tests__/{index.spec.tsx → DefaultCheckBox.spec.tsx} +21 -20
  135. package/src/components/Checkbox/__tests__/InlineCheckBox.spec.tsx +93 -0
  136. package/src/components/Checkbox/__tests__/{StyledCheckbox.spec.tsx → StyledDefaultCheckbox.spec.tsx} +2 -2
  137. package/src/components/Checkbox/__tests__/__snapshots__/{index.spec.tsx.snap → DefaultCheckBox.spec.tsx.snap} +10 -0
  138. package/src/components/Checkbox/__tests__/__snapshots__/InlineCheckBox.spec.tsx.snap +994 -0
  139. package/src/components/Checkbox/__tests__/__snapshots__/{StyledCheckbox.spec.tsx.snap → StyledDefaultCheckbox.spec.tsx.snap} +4 -0
  140. package/src/components/Checkbox/__tests__/utils.spec.ts +20 -0
  141. package/src/components/Checkbox/index.ts +9 -0
  142. package/src/components/Checkbox/utils.ts +25 -0
  143. package/src/components/Chip/__tests__/__snapshots__/index.spec.tsx.snap +19 -0
  144. package/src/components/Chip/index.tsx +22 -12
  145. package/src/components/Collapse/__tests__/__snapshots__/StyledCollapse.spec.tsx.snap +8 -5
  146. package/src/components/Collapse/__tests__/__snapshots__/index.spec.tsx.snap +20 -12
  147. package/src/components/ContentNavigator/__tests__/__snapshots__/index.spec.tsx.snap +3 -0
  148. package/src/components/DatePicker/DatePicker.tsx +38 -0
  149. package/src/components/DatePicker/DatePickerAndroid.tsx +24 -7
  150. package/src/components/DatePicker/DatePickerCalendar.tsx +26 -8
  151. package/src/components/DatePicker/DatePickerIOS.tsx +24 -7
  152. package/src/components/DatePicker/Dialog/AndroidDialog.tsx +3 -4
  153. package/src/components/DatePicker/Dialog/IOSDialog.tsx +9 -5
  154. package/src/components/DatePicker/Dialog/__tests__/AndroidDialog.spec.tsx +2 -1
  155. package/src/components/DatePicker/Dialog/__tests__/IOSDialog.spec.tsx +1 -7
  156. package/src/components/DatePicker/Dialog.tsx +15 -0
  157. package/src/components/DatePicker/StyledDatePicker.tsx +20 -2
  158. package/src/components/DatePicker/__tests__/DatePicker.spec.tsx +102 -1
  159. package/src/components/DatePicker/__tests__/DatePickerCalendar.spec.tsx +2 -10
  160. package/src/components/DatePicker/__tests__/DatePickerIOS.spec.tsx +27 -0
  161. package/src/components/DatePicker/__tests__/__snapshots__/DatePicker.spec.tsx.snap +18 -3
  162. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerAndroid.spec.tsx.snap +6 -1
  163. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerCalendar.spec.tsx.snap +6 -1
  164. package/src/components/DatePicker/__tests__/__snapshots__/DatePickerIOS.spec.tsx.snap +188 -758
  165. package/src/components/DatePicker/hooks/useCalculateDate.tsx +1 -1
  166. package/src/components/DatePicker/hooks/utils.ts +1 -1
  167. package/src/components/DatePicker/index.internal.tsx +10 -0
  168. package/src/components/DatePicker/index.tsx +5 -28
  169. package/src/components/DatePicker/types.ts +17 -0
  170. package/src/components/Drawer/DragableDrawer/index.tsx +2 -2
  171. package/src/components/Drawer/__tests__/__snapshots__/index.spec.tsx.snap +23 -16
  172. package/src/components/Drawer/__tests__/index.spec.tsx +15 -1
  173. package/src/components/Drawer/index.tsx +7 -4
  174. package/src/components/FAB/ActionGroup/ActionItem.tsx +1 -1
  175. package/src/components/FAB/ActionGroup/__tests__/__snapshots__/index.spec.tsx.snap +6 -1
  176. package/src/components/FAB/ActionGroup/__tests__/index.spec.tsx +2 -1
  177. package/src/components/FAB/ActionGroup/index.tsx +7 -13
  178. package/src/components/FAB/AnimatedFABIcon.tsx +3 -1
  179. package/src/components/FAB/FAB.tsx +1 -2
  180. package/src/components/FAB/Pair/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  181. package/src/components/FAB/Pair/__tests__/index.spec.tsx +2 -1
  182. package/src/components/FAB/Pair/index.tsx +2 -2
  183. package/src/components/FAB/StyledFAB.tsx +2 -1
  184. package/src/components/FAB/__tests__/__snapshots__/StyledFAB.spec.tsx.snap +2 -0
  185. package/src/components/FAB/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  186. package/src/components/FAB/__tests__/index.spec.tsx +35 -9
  187. package/src/components/FilterTrigger/StyledFilterTrigger.tsx +104 -0
  188. package/src/components/FilterTrigger/__tests__/__snapshots__/index.spec.tsx.snap +643 -0
  189. package/src/components/FilterTrigger/__tests__/index.spec.tsx +162 -0
  190. package/src/components/FilterTrigger/index.tsx +106 -0
  191. package/src/components/FloatingIsland/__tests__/__snapshots__/index.spec.tsx.snap +6 -0
  192. package/src/components/FloatingIsland/index.tsx +5 -4
  193. package/src/components/HeroDesignProvider/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  194. package/src/components/HeroDesignProvider/index.tsx +3 -2
  195. package/src/components/Icon/HeroIcon/glyphMap.json +1 -1
  196. package/src/components/Icon/HeroIcon/index.tsx +3 -1
  197. package/src/components/Icon/IconList.ts +14 -0
  198. package/src/components/Icon/__tests__/__snapshots__/index.spec.tsx.snap +46 -1
  199. package/src/components/Icon/__tests__/index.spec.tsx +1 -0
  200. package/src/components/Icon/index.tsx +4 -1
  201. package/src/components/Illustration/BaseSvg.tsx +28 -0
  202. package/src/components/Illustration/__tests__/index.spec.tsx +114 -0
  203. package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Add.tsx +6 -5
  204. package/src/components/Illustration/assets/AllInOneSketch.tsx +26 -0
  205. package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Boom.tsx +12 -5
  206. package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Build.tsx +12 -5
  207. package/src/components/Illustration/assets/CelebrationSketch.tsx +21 -0
  208. package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Clock.tsx +12 -5
  209. package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Confetti.tsx +14 -7
  210. package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Connections.tsx +12 -5
  211. package/src/components/Illustration/assets/DiySketch.tsx +26 -0
  212. package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Error.tsx +13 -6
  213. package/src/components/Illustration/assets/ErrorSketch.tsx +26 -0
  214. package/src/components/Illustration/assets/FreedomSketch.tsx +24 -0
  215. package/src/components/Illustration/assets/GrowingSketch.tsx +28 -0
  216. package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Info.tsx +12 -5
  217. package/src/components/Illustration/assets/InstantSketch.tsx +26 -0
  218. package/src/components/Illustration/assets/LiftSketch.tsx +24 -0
  219. package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/List.tsx +12 -5
  220. package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Location.tsx +12 -5
  221. package/src/components/Illustration/assets/Lock.tsx +38 -0
  222. package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Merge.tsx +12 -5
  223. package/src/components/Illustration/assets/NoResult.tsx +42 -0
  224. package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Notifications.tsx +12 -5
  225. package/src/components/Illustration/assets/OnDemandSketch.tsx +24 -0
  226. package/src/components/Illustration/assets/ProcessingSketch.tsx +24 -0
  227. package/src/components/Illustration/assets/RemoteJobsSketch.tsx +28 -0
  228. package/src/components/Illustration/assets/RewardSketch.tsx +28 -0
  229. package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Search.tsx +12 -5
  230. package/src/components/Illustration/assets/SearchSketch.tsx +28 -0
  231. package/src/components/Illustration/assets/SecuritySketch.tsx +24 -0
  232. package/src/components/Illustration/assets/SentSketch.tsx +24 -0
  233. package/src/components/Illustration/assets/SpeedSketch.tsx +24 -0
  234. package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Star.tsx +12 -5
  235. package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/Success.tsx +13 -6
  236. package/src/components/Illustration/assets/SuperchargeSketch.tsx +24 -0
  237. package/src/components/Illustration/assets/Unlock.tsx +38 -0
  238. package/src/components/Illustration/assets/UnlockSketch.tsx +20 -0
  239. package/src/components/{StatusScreens/StatusIcon → Illustration}/assets/User.tsx +12 -5
  240. package/src/components/Illustration/assets/WorkflowSketch.tsx +24 -0
  241. package/src/components/Illustration/constants.ts +3 -0
  242. package/src/components/Illustration/hooks/useMonoColor.ts +15 -0
  243. package/src/components/Illustration/illustrations.ts +85 -0
  244. package/src/components/Illustration/index.tsx +64 -0
  245. package/src/components/Illustration/types.ts +7 -0
  246. package/src/components/Image/index.tsx +5 -1
  247. package/src/components/List/BasicListItem.tsx +3 -2
  248. package/src/components/List/ListItem.tsx +3 -3
  249. package/src/components/List/StyledListItem.tsx +2 -2
  250. package/src/components/List/__tests__/__snapshots__/BasicListItem.spec.tsx.snap +4 -0
  251. package/src/components/List/__tests__/__snapshots__/ListItem.spec.tsx.snap +13 -0
  252. package/src/components/List/__tests__/__snapshots__/StyledBasicListItem.spec.tsx.snap +4 -0
  253. package/src/components/List/__tests__/__snapshots__/StyledListItem.spec.tsx.snap +4 -0
  254. package/src/components/LocaleProvider/context.ts +1 -1
  255. package/src/components/LocaleProvider/index.tsx +1 -1
  256. package/src/components/LocaleProvider/utils.ts +1 -1
  257. package/src/components/MapPin/Focussed.tsx +3 -2
  258. package/src/components/MapPin/__tests__/__snapshots__/Focussed.spec.tsx.snap +1 -1
  259. package/src/components/MapPin/index.tsx +4 -3
  260. package/src/components/MapPin/types.ts +2 -2
  261. package/src/components/Modal/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  262. package/src/components/Modal/__tests__/index.spec.tsx +46 -0
  263. package/src/components/Modal/index.tsx +122 -150
  264. package/src/components/PageControl/index.tsx +2 -1
  265. package/src/components/PinInput/PinCell.tsx +6 -1
  266. package/src/components/PinInput/StyledPinInput.tsx +6 -3
  267. package/src/components/PinInput/__tests__/__snapshots__/PinCell.spec.tsx.snap +35 -0
  268. package/src/components/PinInput/__tests__/__snapshots__/index.spec.tsx.snap +301 -15
  269. package/src/components/PinInput/__tests__/index.spec.tsx +33 -0
  270. package/src/components/PinInput/index.tsx +15 -7
  271. package/src/components/Portal/PortalHost.tsx +1 -1
  272. package/src/components/Portal/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  273. package/src/components/Portal/contexts.ts +3 -2
  274. package/src/components/Portal/index.tsx +5 -3
  275. package/src/components/Portal/reducer.ts +1 -1
  276. package/src/components/Portal/types.tsx +2 -2
  277. package/src/components/Portal/usePortal.ts +2 -1
  278. package/src/components/Progress/ProgressBar.tsx +2 -1
  279. package/src/components/Progress/ProgressCircle.tsx +2 -1
  280. package/src/components/Progress/ProgressStep.tsx +1 -1
  281. package/src/components/Progress/__tests__/__snapshots__/index.spec.js.snap +3 -0
  282. package/src/components/Radio/Radio.tsx +2 -2
  283. package/src/components/Radio/RadioGroup.tsx +6 -1
  284. package/src/components/Radio/__tests__/__snapshots__/Radio.spec.tsx.snap +4 -0
  285. package/src/components/Radio/__tests__/__snapshots__/RadioGroup.spec.tsx.snap +10 -0
  286. package/src/components/Radio/types.ts +2 -2
  287. package/src/components/Rate/__tests__/__snapshots__/index.spec.tsx.snap +84 -48
  288. package/src/components/Rate/index.tsx +4 -3
  289. package/src/components/RefreshControl/__tests__/index.spec.tsx +2 -1
  290. package/src/components/RefreshControl/index.tsx +3 -5
  291. package/src/components/RichTextEditor/EditorToolbar.tsx +30 -80
  292. package/src/components/RichTextEditor/MentionList.tsx +4 -3
  293. package/src/components/RichTextEditor/RichTextEditor.tsx +42 -257
  294. package/src/components/RichTextEditor/RichTextEditorInput.tsx +324 -0
  295. package/src/components/RichTextEditor/StyledRichTextEditor.ts +1 -10
  296. package/src/components/RichTextEditor/__tests__/EditorToolbar.spec.tsx +31 -10
  297. package/src/components/RichTextEditor/__tests__/RichTextEditor.spec.tsx +50 -11
  298. package/src/components/RichTextEditor/__tests__/__snapshots__/RichTextEditor.spec.tsx.snap +133 -92
  299. package/src/components/RichTextEditor/constants.ts +9 -0
  300. package/src/components/RichTextEditor/hooks/useRichTextEditorEvents.ts +79 -0
  301. package/src/components/RichTextEditor/index.tsx +10 -2
  302. package/src/components/RichTextEditor/utils/events.ts +2 -14
  303. package/src/components/RichTextEditor/utils/rnWebView.ts +1 -1
  304. package/src/components/Search/SearchOneLine.tsx +11 -4
  305. package/src/components/Search/SearchSuffixIcon.tsx +3 -3
  306. package/src/components/Search/SearchTwoLine.tsx +8 -3
  307. package/src/components/Search/StyledSearch.tsx +3 -2
  308. package/src/components/Search/__tests__/__snapshots__/SearchOneLine.spec.tsx.snap +9 -7
  309. package/src/components/Search/__tests__/__snapshots__/SearchSuffixIcon.spec.tsx.snap +1 -0
  310. package/src/components/Search/__tests__/__snapshots__/SearchTwoLine.spec.tsx.snap +4 -0
  311. package/src/components/Search/utils.tsx +2 -1
  312. package/src/components/SectionHeading/__tests__/__snapshots__/index.spec.tsx.snap +7 -0
  313. package/src/components/SectionHeading/index.tsx +1 -1
  314. package/src/components/SegmentedControl/SegmentedItem.tsx +193 -0
  315. package/src/components/SegmentedControl/StyledSegmentedControl.tsx +62 -0
  316. package/src/components/SegmentedControl/__tests__/SegmentedItem.spec.tsx +162 -0
  317. package/src/components/SegmentedControl/__tests__/__snapshots__/SegmentedItem.spec.tsx.snap +132 -0
  318. package/src/components/SegmentedControl/__tests__/__snapshots__/index.spec.tsx.snap +362 -0
  319. package/src/components/SegmentedControl/__tests__/index.spec.tsx +248 -0
  320. package/src/components/SegmentedControl/index.tsx +61 -0
  321. package/src/components/SegmentedControl/types.ts +46 -0
  322. package/src/components/Select/BaseOptionList.tsx +2 -1
  323. package/src/components/Select/MultiSelect/OptionList.tsx +2 -1
  324. package/src/components/Select/MultiSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
  325. package/src/components/Select/MultiSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +20 -0
  326. package/src/components/Select/MultiSelect/__tests__/__snapshots__/index.spec.tsx.snap +3635 -3624
  327. package/src/components/Select/MultiSelect/__tests__/index.spec.tsx +53 -0
  328. package/src/components/Select/MultiSelect/index.tsx +33 -11
  329. package/src/components/Select/MultiSelect/utils.ts +1 -1
  330. package/src/components/Select/SingleSelect/OptionList.tsx +3 -6
  331. package/src/components/Select/SingleSelect/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
  332. package/src/components/Select/SingleSelect/__tests__/__snapshots__/OptionList.spec.tsx.snap +24 -0
  333. package/src/components/Select/SingleSelect/__tests__/__snapshots__/index.spec.tsx.snap +2539 -2527
  334. package/src/components/Select/SingleSelect/__tests__/index.spec.tsx +50 -0
  335. package/src/components/Select/SingleSelect/index.tsx +34 -11
  336. package/src/components/Select/StyledSelect.tsx +25 -2
  337. package/src/components/Select/helpers.tsx +1 -18
  338. package/src/components/Select/index.internal.tsx +26 -0
  339. package/src/components/Select/index.tsx +20 -2
  340. package/src/components/Select/types.ts +5 -1
  341. package/src/components/Skeleton/index.tsx +5 -10
  342. package/src/components/Slider/RangeSlider.tsx +17 -10
  343. package/src/components/Slider/SingleSlider.tsx +7 -5
  344. package/src/components/Slider/StyledRangeSlider.tsx +2 -2
  345. package/src/components/Slider/__tests__/RangeSlider.spec.tsx +6 -4
  346. package/src/components/Slider/__tests__/__snapshots__/RangeSlider.spec.tsx.snap +6 -4
  347. package/src/components/Slider/__tests__/__snapshots__/SingleSlider.spec.tsx.snap +3 -3
  348. package/src/components/Slider/constants.ts +3 -0
  349. package/src/components/StatusScreens/Empty/__tests__/__snapshots__/index.spec.tsx.snap +131 -114
  350. package/src/components/StatusScreens/Empty/index.tsx +9 -6
  351. package/src/components/StatusScreens/Error/StyledError.tsx +8 -0
  352. package/src/components/StatusScreens/Error/__tests__/__snapshots__/index.spec.tsx.snap +182 -160
  353. package/src/components/StatusScreens/Error/index.tsx +14 -17
  354. package/src/components/StatusScreens/Success/StyledSuccess.tsx +14 -0
  355. package/src/components/StatusScreens/Success/__tests__/__snapshots__/index.spec.tsx.snap +141 -116
  356. package/src/components/StatusScreens/Success/index.tsx +17 -12
  357. package/src/components/Swipeable/SwipeableAction.tsx +5 -3
  358. package/src/components/Swipeable/__tests__/__snapshots__/SwipeableAction.spec.tsx.snap +3 -0
  359. package/src/components/Swipeable/__tests__/__snapshots__/index.spec.tsx.snap +2 -0
  360. package/src/components/Swipeable/index.tsx +2 -7
  361. package/src/components/Switch/SelectorSwitch/Option.tsx +2 -1
  362. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/Option.spec.tsx.snap +1 -0
  363. package/src/components/Switch/SelectorSwitch/__tests__/__snapshots__/index.spec.tsx.snap +1 -0
  364. package/src/components/Switch/SelectorSwitch/index.tsx +3 -10
  365. package/src/components/Switch/__tests__/__snapshots__/StyledSwitch.spec.tsx.snap +9 -6
  366. package/src/components/Switch/index.tsx +2 -1
  367. package/src/components/Tabs/ScrollableTabsHeader/ScrollableTabsHeader.tsx +7 -15
  368. package/src/components/Tabs/StyledTabs.tsx +0 -5
  369. package/src/components/Tabs/TabWithBadge.tsx +4 -3
  370. package/src/components/Tabs/__tests__/ScrollableTabs.spec.tsx +43 -32
  371. package/src/components/Tabs/__tests__/__snapshots__/SceneView.spec.tsx.snap +3 -0
  372. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabs.spec.tsx.snap +117 -60
  373. package/src/components/Tabs/__tests__/__snapshots__/ScrollableTabsHeader.spec.tsx.snap +63 -35
  374. package/src/components/Tabs/__tests__/__snapshots__/TabWithBadge.spec.tsx.snap +1 -0
  375. package/src/components/Tabs/__tests__/__snapshots__/index.spec.tsx.snap +12 -677
  376. package/src/components/Tabs/__tests__/index.spec.tsx +37 -25
  377. package/src/components/Tabs/index.tsx +3 -3
  378. package/src/components/Tabs/useHandlePageScroll.tsx +1 -1
  379. package/src/components/Tag/__tests__/__snapshots__/Tag.spec.tsx.snap +10 -0
  380. package/src/components/Tag/index.tsx +4 -2
  381. package/src/components/TextInput/StyledTextInput.tsx +2 -1
  382. package/src/components/TextInput/__tests__/__snapshots__/StyledTextInput.spec.tsx.snap +7 -0
  383. package/src/components/TextInput/__tests__/__snapshots__/index.spec.tsx.snap +108 -21
  384. package/src/components/TextInput/__tests__/index.spec.tsx +62 -11
  385. package/src/components/TextInput/index.tsx +55 -19
  386. package/src/components/TimePicker/StyledTimePicker.tsx +20 -2
  387. package/src/components/TimePicker/TimePicker.tsx +15 -0
  388. package/src/components/TimePicker/TimePickerAndroid.tsx +24 -7
  389. package/src/components/TimePicker/TimePickerIOS.tsx +33 -11
  390. package/src/components/TimePicker/__tests__/TimePicker.spec.tsx +72 -1
  391. package/src/components/TimePicker/__tests__/TimePickerIOS.spec.tsx +0 -6
  392. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerAndroid.spec.tsx.snap +13 -2
  393. package/src/components/TimePicker/__tests__/__snapshots__/TimePickerIOS.spec.tsx.snap +253 -300
  394. package/src/components/TimePicker/index.internal.tsx +9 -0
  395. package/src/components/TimePicker/index.tsx +4 -13
  396. package/src/components/TimePicker/types.ts +17 -0
  397. package/src/components/Toast/StyledToast.tsx +4 -3
  398. package/src/components/Toast/Toast.tsx +2 -1
  399. package/src/components/Toast/ToastContext.ts +1 -1
  400. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +13 -0
  401. package/src/components/Toast/types.ts +2 -0
  402. package/src/components/Toolbar/StyledToolbar.tsx +1 -2
  403. package/src/components/Toolbar/ToolbarGroup.tsx +24 -4
  404. package/src/components/Toolbar/ToolbarItem.tsx +3 -2
  405. package/src/components/Toolbar/ToolbarMessage.tsx +2 -2
  406. package/src/components/Toolbar/__tests__/ToolbarGroup.spec.tsx +34 -1
  407. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarGroup.spec.tsx.snap +9 -0
  408. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarItem.spec.tsx.snap +9 -2
  409. package/src/components/Toolbar/__tests__/__snapshots__/ToolbarMessage.spec.tsx.snap +0 -4
  410. package/src/components/Toolbar/index.tsx +2 -2
  411. package/src/components/Typography/Body/StyledBody.tsx +26 -21
  412. package/src/components/Typography/Body/__tests__/__snapshots__/StyledBody.tsx.snap +1 -1
  413. package/src/components/Typography/Body/__tests__/__snapshots__/index.spec.tsx.snap +281 -1
  414. package/src/components/Typography/Body/__tests__/index.spec.tsx +20 -0
  415. package/src/components/Typography/Body/index.tsx +9 -14
  416. package/src/components/Typography/Caption/StyledCaption.tsx +18 -10
  417. package/src/components/Typography/Caption/__tests__/__snapshots__/StyledCaption.spec.tsx.snap +1 -1
  418. package/src/components/Typography/Caption/__tests__/__snapshots__/index.spec.tsx.snap +270 -1
  419. package/src/components/Typography/Caption/__tests__/index.spec.tsx +20 -0
  420. package/src/components/Typography/Caption/index.tsx +20 -23
  421. package/src/components/Typography/Label/StyledLabel.tsx +18 -8
  422. package/src/components/Typography/Label/__tests__/__snapshots__/StyledLabel.tsx.snap +9 -1
  423. package/src/components/Typography/Label/__tests__/__snapshots__/index.spec.tsx.snap +175 -1
  424. package/src/components/Typography/Label/__tests__/index.spec.tsx +13 -0
  425. package/src/components/Typography/Label/index.tsx +19 -22
  426. package/src/components/Typography/Text/__tests__/__snapshots__/StyledText.spec.tsx.snap +1 -1
  427. package/src/components/Typography/Text/index.tsx +3 -0
  428. package/src/components/Typography/Title/StyledTitle.tsx +24 -10
  429. package/src/components/Typography/Title/__tests__/__snapshots__/StyledTitle.tsx.snap +1 -1
  430. package/src/components/Typography/Title/__tests__/__snapshots__/index.spec.tsx.snap +493 -1
  431. package/src/components/Typography/Title/__tests__/index.spec.tsx +24 -0
  432. package/src/components/Typography/Title/index.tsx +9 -14
  433. package/src/components/Typography/types.ts +3 -2
  434. package/src/emotion.d.ts +1 -1
  435. package/src/index.internal.ts +26 -0
  436. package/src/index.ts +11 -0
  437. package/src/locales/en_AU.ts +1 -1
  438. package/src/locales/en_CA.ts +1 -1
  439. package/src/testHelpers/renderWithTheme.tsx +2 -1
  440. package/src/theme/ThemeSwitcher.tsx +2 -1
  441. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +236 -45
  442. package/src/theme/components/badge.ts +1 -1
  443. package/src/theme/components/bottomNavigation.ts +1 -1
  444. package/src/theme/components/bottomSheet.ts +0 -1
  445. package/src/theme/components/button.ts +52 -19
  446. package/src/theme/components/card.ts +5 -1
  447. package/src/theme/components/checkbox.ts +7 -0
  448. package/src/theme/components/datePicker.ts +1 -1
  449. package/src/theme/components/drawer.ts +1 -1
  450. package/src/theme/components/error.ts +3 -2
  451. package/src/theme/components/filterTrigger.ts +88 -0
  452. package/src/theme/components/icon.ts +2 -1
  453. package/src/theme/components/segmentedControl.ts +60 -0
  454. package/src/theme/components/slider.ts +25 -6
  455. package/src/theme/components/success.ts +3 -1
  456. package/src/theme/components/textInput.ts +9 -2
  457. package/src/theme/components/timePicker.ts +1 -1
  458. package/src/theme/components/toolbar.ts +1 -1
  459. package/src/theme/components/typography.ts +14 -11
  460. package/src/theme/getTheme.ts +25 -10
  461. package/src/theme/global/colors/ehJobs.ts +1 -1
  462. package/src/theme/global/colors/ehWorkDark.ts +1 -1
  463. package/src/theme/global/colors/swagLight.ts +1 -1
  464. package/src/theme/global/colors/swagLightJobs.ts +1 -1
  465. package/src/theme/global/colors/swagSystemPalette.ts +2 -2
  466. package/src/theme/global/colors/types.ts +1 -1
  467. package/src/theme/global/shadows/index.ts +1 -4
  468. package/src/theme/global/shadows/types.ts +1 -1
  469. package/src/theme/global/sizes.ts +1 -0
  470. package/src/theme/global/typography.ts +11 -1
  471. package/src/types.internal.ts +28 -0
  472. package/src/types.ts +30 -17
  473. package/src/utils/__tests__/helpers.spec.ts +250 -1
  474. package/src/utils/helpers.ts +127 -5
  475. package/src/utils/scale.ts +2 -2
  476. package/stats/8.102.0/rn-stats.html +4842 -0
  477. package/stats/8.103.0/rn-stats.html +4842 -0
  478. package/stats/8.103.1/rn-stats.html +4842 -0
  479. package/stats/8.103.2/rn-stats.html +4844 -0
  480. package/stats/8.103.3/rn-stats.html +4842 -0
  481. package/stats/8.103.4/rn-stats.html +4842 -0
  482. package/stats/8.103.5/rn-stats.html +4842 -0
  483. package/stats/8.103.6/rn-stats.html +4842 -0
  484. package/stats/8.103.7/rn-stats.html +4844 -0
  485. package/stats/8.104.0/rn-stats.html +4844 -0
  486. package/stats/8.105.0/rn-stats.html +4844 -0
  487. package/stats/8.105.1/rn-stats.html +4842 -0
  488. package/stats/8.105.2/rn-stats.html +4842 -0
  489. package/stats/8.105.3/rn-stats.html +4844 -0
  490. package/stats/8.105.4/rn-stats.html +4844 -0
  491. package/stats/8.106.0/rn-stats.html +4842 -0
  492. package/stats/8.106.1/rn-stats.html +4842 -0
  493. package/stats/8.107.0/rn-stats.html +4844 -0
  494. package/stats/8.108.0/rn-stats.html +4844 -0
  495. package/stats/8.108.1/rn-stats.html +4844 -0
  496. package/stats/8.108.2/rn-stats.html +4844 -0
  497. package/stats/8.109.0/rn-stats.html +4842 -0
  498. package/stats/8.109.1/rn-stats.html +4844 -0
  499. package/stats/8.109.2/rn-stats.html +4842 -0
  500. package/stats/8.110.0/rn-stats.html +4844 -0
  501. package/stats/8.110.1/rn-stats.html +4844 -0
  502. package/stats/8.111.0/rn-stats.html +4842 -0
  503. package/stats/8.112.1/rn-stats.html +4842 -0
  504. package/stats/8.112.2/rn-stats.html +4842 -0
  505. package/types/components/Accordion/AccordionItem.d.ts +1 -1
  506. package/types/components/Accordion/index.d.ts +5 -1
  507. package/types/components/Alert/StyledAlert.d.ts +2 -2
  508. package/types/components/Alert/index.d.ts +10 -2
  509. package/types/components/AnimatedScroller/AnimatedFAB.d.ts +3 -3
  510. package/types/components/AnimatedScroller/AnimatedScrollable.d.ts +4 -4
  511. package/types/components/AnimatedScroller/FlatListWithFAB.d.ts +3 -3
  512. package/types/components/AnimatedScroller/ScrollViewWithFAB.d.ts +3 -3
  513. package/types/components/AnimatedScroller/SectionListWithFAB.d.ts +4 -4
  514. package/types/components/AppCue/index.d.ts +2 -2
  515. package/types/components/AppCue/utils.d.ts +1 -1
  516. package/types/components/Attachment/index.d.ts +3 -3
  517. package/types/components/Avatar/AvatarStack/StyledAvatarStack.d.ts +1 -1
  518. package/types/components/Avatar/AvatarStack/index.d.ts +4 -3
  519. package/types/components/Avatar/StyledAvatar.d.ts +1 -1
  520. package/types/components/Badge/Count.d.ts +2 -2
  521. package/types/components/Badge/Status.d.ts +2 -2
  522. package/types/components/Badge/index.d.ts +5 -4
  523. package/types/components/Badge/types.d.ts +2 -2
  524. package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +1 -1
  525. package/types/components/BottomNavigation/index.d.ts +2 -2
  526. package/types/components/BottomSheet/ScrollView.d.ts +2 -1
  527. package/types/components/BottomSheet/StyledBottomSheet.d.ts +3 -3
  528. package/types/components/BottomSheet/index.d.ts +2 -3
  529. package/types/components/Box/StyledBox.d.ts +2 -7
  530. package/types/components/Box/types.d.ts +5 -5
  531. package/types/components/Button/Button.d.ts +13 -6
  532. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +3 -4
  533. package/types/components/Button/LoadingIndicator/index.d.ts +1 -1
  534. package/types/components/Button/StyledButton.d.ts +8 -4
  535. package/types/components/Button/UtilityButton/index.d.ts +1 -1
  536. package/types/components/Calendar/CalendarRange.d.ts +4 -16
  537. package/types/components/Calendar/CalendarRowItem.d.ts +1 -2
  538. package/types/components/Calendar/constants.d.ts +4 -0
  539. package/types/components/Calendar/helpers.d.ts +14 -0
  540. package/types/components/Calendar/index.d.ts +5 -56
  541. package/types/components/Calendar/shared/hooks/useCalendarLayout.d.ts +8 -0
  542. package/types/components/Calendar/types.d.ts +58 -0
  543. package/types/components/Card/DataCard/StyledDataCard.d.ts +7 -1
  544. package/types/components/Card/DataCard/index.d.ts +2 -2
  545. package/types/components/Card/index.d.ts +10 -3
  546. package/types/components/Carousel/CardCarousel.d.ts +1 -1
  547. package/types/components/Carousel/CarouselItem.d.ts +1 -1
  548. package/types/components/Carousel/StyledCardCarousel.d.ts +4 -3
  549. package/types/components/Carousel/StyledCarousel.d.ts +2 -1
  550. package/types/components/Carousel/index.d.ts +8 -6
  551. package/types/components/Carousel/types.d.ts +2 -2
  552. package/types/components/Chart/ChartSelect/index.d.ts +1 -1
  553. package/types/components/Chart/ColumnChart/ColumnChartContent.d.ts +1 -1
  554. package/types/components/Chart/ColumnChart/StackedSegment.d.ts +1 -1
  555. package/types/components/Chart/ColumnChart/index.d.ts +2 -2
  556. package/types/components/Chart/Line/Line.d.ts +1 -1
  557. package/types/components/Chart/Line/index.d.ts +2 -2
  558. package/types/components/Chart/index.d.ts +0 -3
  559. package/types/components/Chart/shared/ChartFrame.d.ts +1 -1
  560. package/types/components/Chart/shared/ChartHeader.d.ts +3 -3
  561. package/types/components/Chart/shared/EmptyState.d.ts +1 -1
  562. package/types/components/Chart/shared/XAxis.d.ts +1 -1
  563. package/types/components/Chart/shared/XAxisGrid.d.ts +1 -1
  564. package/types/components/Chart/shared/YAxis.d.ts +1 -1
  565. package/types/components/Chart/shared/YAxisGrid.d.ts +1 -1
  566. package/types/components/Chart/shared/hooks/useScaleBandX.d.ts +2 -3
  567. package/types/components/Chart/shared/hooks/useScaleLinearY.d.ts +2 -3
  568. package/types/components/Chart/shared/niceNumbers.d.ts +1 -1
  569. package/types/components/Chart/types.d.ts +1 -7
  570. package/types/components/Checkbox/DefaultCheckBox.d.ts +40 -0
  571. package/types/components/Checkbox/InlineCheckBox.d.ts +38 -0
  572. package/types/components/Checkbox/StyledInlineCheckBox.d.ts +45 -0
  573. package/types/components/Checkbox/index.d.ts +5 -44
  574. package/types/components/Checkbox/utils.d.ts +7 -0
  575. package/types/components/Chip/index.d.ts +19 -7
  576. package/types/components/DatePicker/DatePicker.d.ts +4 -0
  577. package/types/components/DatePicker/DatePickerAndroid.d.ts +3 -3
  578. package/types/components/DatePicker/DatePickerCalendar.d.ts +2 -2
  579. package/types/components/DatePicker/DatePickerIOS.d.ts +3 -3
  580. package/types/components/DatePicker/Dialog/AndroidDialog.d.ts +1 -1
  581. package/types/components/DatePicker/Dialog/IOSDialog.d.ts +1 -1
  582. package/types/components/DatePicker/Dialog.d.ts +4 -0
  583. package/types/components/DatePicker/StyledDatePicker.d.ts +8 -1
  584. package/types/components/DatePicker/hooks/useCalculateDate.d.ts +1 -1
  585. package/types/components/DatePicker/hooks/utils.d.ts +1 -1
  586. package/types/components/DatePicker/index.d.ts +3 -4
  587. package/types/components/DatePicker/index.internal.d.ts +7 -0
  588. package/types/components/DatePicker/types.d.ts +15 -0
  589. package/types/components/Drawer/DragableDrawer/index.d.ts +2 -2
  590. package/types/components/Drawer/index.d.ts +3 -3
  591. package/types/components/FAB/ActionGroup/ActionItem.d.ts +1 -1
  592. package/types/components/FAB/ActionGroup/index.d.ts +2 -1
  593. package/types/components/FAB/FAB.d.ts +1 -1
  594. package/types/components/FAB/Pair/index.d.ts +2 -2
  595. package/types/components/FAB/StyledFAB.d.ts +2 -1
  596. package/types/components/FilterTrigger/StyledFilterTrigger.d.ts +20 -0
  597. package/types/components/FilterTrigger/index.d.ts +39 -0
  598. package/types/components/FloatingIsland/index.d.ts +5 -4
  599. package/types/components/HeroDesignProvider/index.d.ts +2 -2
  600. package/types/components/Icon/HeroIcon/index.d.ts +1 -1
  601. package/types/components/Icon/IconList.d.ts +1 -1
  602. package/types/components/Icon/index.d.ts +4 -2
  603. package/types/components/Illustration/BaseSvg.d.ts +8 -0
  604. package/types/components/Illustration/assets/Add.d.ts +4 -0
  605. package/types/components/Illustration/assets/AllInOneSketch.d.ts +4 -0
  606. package/types/components/Illustration/assets/Boom.d.ts +4 -0
  607. package/types/components/Illustration/assets/Build.d.ts +4 -0
  608. package/types/components/Illustration/assets/CelebrationSketch.d.ts +4 -0
  609. package/types/components/Illustration/assets/Clock.d.ts +4 -0
  610. package/types/components/Illustration/assets/Confetti.d.ts +4 -0
  611. package/types/components/Illustration/assets/Connections.d.ts +4 -0
  612. package/types/components/Illustration/assets/DiySketch.d.ts +4 -0
  613. package/types/components/Illustration/assets/Error.d.ts +4 -0
  614. package/types/components/Illustration/assets/ErrorSketch.d.ts +4 -0
  615. package/types/components/Illustration/assets/FreedomSketch.d.ts +4 -0
  616. package/types/components/Illustration/assets/GrowingSketch.d.ts +4 -0
  617. package/types/components/Illustration/assets/Info.d.ts +4 -0
  618. package/types/components/Illustration/assets/InstantSketch.d.ts +4 -0
  619. package/types/components/Illustration/assets/LiftSketch.d.ts +4 -0
  620. package/types/components/Illustration/assets/List.d.ts +4 -0
  621. package/types/components/Illustration/assets/Location.d.ts +4 -0
  622. package/types/components/Illustration/assets/Lock.d.ts +4 -0
  623. package/types/components/Illustration/assets/Merge.d.ts +4 -0
  624. package/types/components/Illustration/assets/NoResult.d.ts +4 -0
  625. package/types/components/Illustration/assets/Notifications.d.ts +4 -0
  626. package/types/components/Illustration/assets/OnDemandSketch.d.ts +4 -0
  627. package/types/components/Illustration/assets/ProcessingSketch.d.ts +4 -0
  628. package/types/components/Illustration/assets/RemoteJobsSketch.d.ts +4 -0
  629. package/types/components/Illustration/assets/RewardSketch.d.ts +4 -0
  630. package/types/components/Illustration/assets/Search.d.ts +4 -0
  631. package/types/components/Illustration/assets/SearchSketch.d.ts +4 -0
  632. package/types/components/Illustration/assets/SecuritySketch.d.ts +4 -0
  633. package/types/components/Illustration/assets/SentSketch.d.ts +4 -0
  634. package/types/components/Illustration/assets/SpeedSketch.d.ts +4 -0
  635. package/types/components/Illustration/assets/Star.d.ts +4 -0
  636. package/types/components/Illustration/assets/Success.d.ts +4 -0
  637. package/types/components/Illustration/assets/SuperchargeSketch.d.ts +4 -0
  638. package/types/components/Illustration/assets/Unlock.d.ts +4 -0
  639. package/types/components/Illustration/assets/UnlockSketch.d.ts +4 -0
  640. package/types/components/Illustration/assets/User.d.ts +4 -0
  641. package/types/components/Illustration/assets/WorkflowSketch.d.ts +4 -0
  642. package/types/components/Illustration/constants.d.ts +1 -0
  643. package/types/components/Illustration/hooks/useMonoColor.d.ts +5 -0
  644. package/types/components/Illustration/illustrations.d.ts +42 -0
  645. package/types/components/Illustration/index.d.ts +29 -0
  646. package/types/components/Illustration/types.d.ts +7 -0
  647. package/types/components/Image/index.d.ts +5 -1
  648. package/types/components/List/BasicListItem.d.ts +3 -2
  649. package/types/components/List/ListItem.d.ts +3 -3
  650. package/types/components/List/StyledListItem.d.ts +2 -2
  651. package/types/components/LocaleProvider/context.d.ts +1 -1
  652. package/types/components/LocaleProvider/index.d.ts +1 -1
  653. package/types/components/LocaleProvider/utils.d.ts +1 -1
  654. package/types/components/MapPin/Focussed.d.ts +3 -2
  655. package/types/components/MapPin/index.d.ts +4 -3
  656. package/types/components/MapPin/types.d.ts +2 -2
  657. package/types/components/Modal/index.d.ts +4 -3
  658. package/types/components/PageControl/index.d.ts +1 -1
  659. package/types/components/PinInput/StyledPinInput.d.ts +2 -4
  660. package/types/components/PinInput/index.d.ts +7 -3
  661. package/types/components/Portal/contexts.d.ts +2 -2
  662. package/types/components/Portal/index.d.ts +4 -3
  663. package/types/components/Portal/reducer.d.ts +1 -1
  664. package/types/components/Portal/types.d.ts +3 -2
  665. package/types/components/Portal/usePortal.d.ts +1 -1
  666. package/types/components/Progress/ProgressBar.d.ts +2 -1
  667. package/types/components/Progress/ProgressCircle.d.ts +2 -1
  668. package/types/components/Progress/ProgressStep.d.ts +1 -1
  669. package/types/components/Progress/index.d.ts +2 -2
  670. package/types/components/Radio/Radio.d.ts +2 -2
  671. package/types/components/Radio/RadioGroup.d.ts +5 -1
  672. package/types/components/Radio/index.d.ts +1 -1
  673. package/types/components/Radio/types.d.ts +2 -2
  674. package/types/components/Rate/index.d.ts +3 -3
  675. package/types/components/RefreshControl/index.d.ts +2 -2
  676. package/types/components/RichTextEditor/EditorToolbar.d.ts +1 -1
  677. package/types/components/RichTextEditor/MentionList.d.ts +2 -1
  678. package/types/components/RichTextEditor/RichTextEditor.d.ts +2 -49
  679. package/types/components/RichTextEditor/RichTextEditorInput.d.ts +69 -0
  680. package/types/components/RichTextEditor/StyledRichTextEditor.d.ts +0 -9
  681. package/types/components/RichTextEditor/constants.d.ts +9 -1
  682. package/types/components/RichTextEditor/hooks/useRichTextEditorEvents.d.ts +36 -0
  683. package/types/components/RichTextEditor/index.d.ts +66 -2
  684. package/types/components/RichTextEditor/utils/events.d.ts +3 -4
  685. package/types/components/RichTextEditor/utils/rnWebView.d.ts +1 -1
  686. package/types/components/Search/SearchOneLine.d.ts +7 -3
  687. package/types/components/Search/SearchSuffixIcon.d.ts +3 -3
  688. package/types/components/Search/SearchTwoLine.d.ts +6 -2
  689. package/types/components/Search/StyledSearch.d.ts +2 -1
  690. package/types/components/Search/utils.d.ts +1 -1
  691. package/types/components/SectionHeading/index.d.ts +1 -1
  692. package/types/components/SegmentedControl/SegmentedItem.d.ts +18 -0
  693. package/types/components/SegmentedControl/StyledSegmentedControl.d.ts +26 -0
  694. package/types/components/SegmentedControl/index.d.ts +31 -0
  695. package/types/components/SegmentedControl/types.d.ts +43 -0
  696. package/types/components/Select/BaseOptionList.d.ts +1 -1
  697. package/types/components/Select/MultiSelect/OptionList.d.ts +1 -1
  698. package/types/components/Select/MultiSelect/index.d.ts +6 -1
  699. package/types/components/Select/MultiSelect/utils.d.ts +1 -1
  700. package/types/components/Select/SingleSelect/OptionList.d.ts +2 -2
  701. package/types/components/Select/SingleSelect/index.d.ts +6 -1
  702. package/types/components/Select/StyledSelect.d.ts +8 -1
  703. package/types/components/Select/helpers.d.ts +2 -2
  704. package/types/components/Select/index.d.ts +5 -3
  705. package/types/components/Select/index.internal.d.ts +21 -0
  706. package/types/components/Select/types.d.ts +5 -1
  707. package/types/components/Skeleton/index.d.ts +2 -2
  708. package/types/components/Slider/RangeSlider.d.ts +2 -2
  709. package/types/components/Slider/SingleSlider.d.ts +1 -1
  710. package/types/components/Slider/constants.d.ts +3 -0
  711. package/types/components/StatusScreens/Empty/index.d.ts +6 -4
  712. package/types/components/StatusScreens/Error/StyledError.d.ts +7 -1
  713. package/types/components/StatusScreens/Error/index.d.ts +7 -6
  714. package/types/components/StatusScreens/Success/StyledSuccess.d.ts +11 -1
  715. package/types/components/StatusScreens/Success/index.d.ts +8 -7
  716. package/types/components/Swipeable/SwipeableAction.d.ts +4 -3
  717. package/types/components/Swipeable/index.d.ts +2 -1
  718. package/types/components/Switch/SelectorSwitch/Option.d.ts +1 -1
  719. package/types/components/Switch/SelectorSwitch/index.d.ts +2 -2
  720. package/types/components/Tabs/ScrollableTabsHeader/ScrollableTabsHeader.d.ts +2 -2
  721. package/types/components/Tabs/StyledTabs.d.ts +1 -7
  722. package/types/components/Tabs/TabWithBadge.d.ts +4 -3
  723. package/types/components/Tabs/index.d.ts +3 -3
  724. package/types/components/Tabs/useHandlePageScroll.d.ts +1 -1
  725. package/types/components/Tag/index.d.ts +3 -2
  726. package/types/components/TextInput/StyledTextInput.d.ts +1 -1
  727. package/types/components/TextInput/index.d.ts +19 -9
  728. package/types/components/TimePicker/StyledTimePicker.d.ts +8 -1
  729. package/types/components/TimePicker/TimePicker.d.ts +4 -0
  730. package/types/components/TimePicker/TimePickerAndroid.d.ts +2 -2
  731. package/types/components/TimePicker/TimePickerIOS.d.ts +2 -2
  732. package/types/components/TimePicker/index.d.ts +3 -3
  733. package/types/components/TimePicker/index.internal.d.ts +5 -0
  734. package/types/components/TimePicker/types.d.ts +15 -0
  735. package/types/components/Toast/StyledToast.d.ts +3 -3
  736. package/types/components/Toast/Toast.d.ts +2 -1
  737. package/types/components/Toast/ToastContext.d.ts +2 -1
  738. package/types/components/Toast/types.d.ts +2 -0
  739. package/types/components/Toolbar/StyledToolbar.d.ts +1 -1
  740. package/types/components/Toolbar/ToolbarGroup.d.ts +13 -2
  741. package/types/components/Toolbar/ToolbarItem.d.ts +1 -1
  742. package/types/components/Toolbar/ToolbarMessage.d.ts +2 -3
  743. package/types/components/Toolbar/index.d.ts +3 -3
  744. package/types/components/Typography/Body/StyledBody.d.ts +3 -2
  745. package/types/components/Typography/Body/index.d.ts +8 -3
  746. package/types/components/Typography/Caption/StyledCaption.d.ts +3 -2
  747. package/types/components/Typography/Caption/index.d.ts +7 -2
  748. package/types/components/Typography/Label/StyledLabel.d.ts +3 -2
  749. package/types/components/Typography/Label/index.d.ts +7 -2
  750. package/types/components/Typography/Text/index.d.ts +3 -0
  751. package/types/components/Typography/Title/StyledTitle.d.ts +3 -2
  752. package/types/components/Typography/Title/index.d.ts +8 -3
  753. package/types/components/Typography/types.d.ts +1 -1
  754. package/types/index.d.ts +4 -1
  755. package/types/index.internal.d.ts +19 -0
  756. package/types/locales/en_AU.d.ts +1 -1
  757. package/types/locales/en_CA.d.ts +1 -1
  758. package/types/testHelpers/renderWithTheme.d.ts +84 -1
  759. package/types/theme/ThemeSwitcher.d.ts +2 -1
  760. package/types/theme/components/alert.d.ts +10 -1
  761. package/types/theme/components/bottomNavigation.d.ts +10 -1
  762. package/types/theme/components/bottomSheet.d.ts +0 -1
  763. package/types/theme/components/button.d.ts +49 -15
  764. package/types/theme/components/card.d.ts +3 -0
  765. package/types/theme/components/checkbox.d.ts +6 -0
  766. package/types/theme/components/chip.d.ts +10 -1
  767. package/types/theme/components/datePicker.d.ts +1 -1
  768. package/types/theme/components/drawer.d.ts +1 -1
  769. package/types/theme/components/error.d.ts +1 -0
  770. package/types/theme/components/fab.d.ts +10 -1
  771. package/types/theme/components/filterTrigger.d.ts +72 -0
  772. package/types/theme/components/floatingIsland.d.ts +10 -1
  773. package/types/theme/components/icon.d.ts +1 -0
  774. package/types/theme/components/list.d.ts +10 -1
  775. package/types/theme/components/search.d.ts +10 -1
  776. package/types/theme/components/segmentedControl.d.ts +55 -0
  777. package/types/theme/components/slider.d.ts +16 -7
  778. package/types/theme/components/success.d.ts +2 -0
  779. package/types/theme/components/textInput.d.ts +8 -1
  780. package/types/theme/components/timePicker.d.ts +1 -1
  781. package/types/theme/components/toast.d.ts +10 -1
  782. package/types/theme/components/typography.d.ts +13 -10
  783. package/types/theme/getTheme.d.ts +14 -10
  784. package/types/theme/global/colors/ehJobs.d.ts +1 -1
  785. package/types/theme/global/colors/ehWorkDark.d.ts +1 -1
  786. package/types/theme/global/colors/swagLight.d.ts +1 -1
  787. package/types/theme/global/colors/swagLightJobs.d.ts +1 -1
  788. package/types/theme/global/colors/swagSystemPalette.d.ts +2 -2
  789. package/types/theme/global/colors/types.d.ts +2 -1
  790. package/types/theme/global/index.d.ts +1 -1
  791. package/types/theme/global/shadows/index.d.ts +1 -3
  792. package/types/theme/global/shadows/types.d.ts +2 -1
  793. package/types/theme/global/typography.d.ts +4 -1
  794. package/types/types.d.ts +21 -18
  795. package/types/types.internal.d.ts +18 -0
  796. package/types/utils/helpers.d.ts +3 -0
  797. package/types/utils/scale.d.ts +0 -2
  798. package/src/components/BottomSheet/ContentContainer.tsx +0 -34
  799. package/src/components/StatusScreens/StatusIcon/__tests__/index.spec.tsx +0 -31
  800. package/src/components/StatusScreens/StatusIcon/index.tsx +0 -63
  801. package/src/components/StatusScreens/StatusIcon/types.ts +0 -5
  802. package/types/components/BottomSheet/ContentContainer.d.ts +0 -10
  803. package/types/components/StatusScreens/StatusIcon/assets/Add.d.ts +0 -4
  804. package/types/components/StatusScreens/StatusIcon/assets/Boom.d.ts +0 -4
  805. package/types/components/StatusScreens/StatusIcon/assets/Build.d.ts +0 -4
  806. package/types/components/StatusScreens/StatusIcon/assets/Clock.d.ts +0 -4
  807. package/types/components/StatusScreens/StatusIcon/assets/Confetti.d.ts +0 -4
  808. package/types/components/StatusScreens/StatusIcon/assets/Connections.d.ts +0 -4
  809. package/types/components/StatusScreens/StatusIcon/assets/Error.d.ts +0 -4
  810. package/types/components/StatusScreens/StatusIcon/assets/Info.d.ts +0 -4
  811. package/types/components/StatusScreens/StatusIcon/assets/List.d.ts +0 -4
  812. package/types/components/StatusScreens/StatusIcon/assets/Location.d.ts +0 -4
  813. package/types/components/StatusScreens/StatusIcon/assets/Merge.d.ts +0 -4
  814. package/types/components/StatusScreens/StatusIcon/assets/Notifications.d.ts +0 -4
  815. package/types/components/StatusScreens/StatusIcon/assets/Search.d.ts +0 -4
  816. package/types/components/StatusScreens/StatusIcon/assets/Star.d.ts +0 -4
  817. package/types/components/StatusScreens/StatusIcon/assets/Success.d.ts +0 -4
  818. package/types/components/StatusScreens/StatusIcon/assets/User.d.ts +0 -4
  819. package/types/components/StatusScreens/StatusIcon/index.d.ts +0 -26
  820. package/types/components/StatusScreens/StatusIcon/types.d.ts +0 -5
  821. /package/types/components/Checkbox/{StyledCheckbox.d.ts → StyledDefaultCheckBox.d.ts} +0 -0
@@ -1,4 +1,4 @@
1
- (node:3212) ExperimentalWarning: Importing JSON modules is an experimental feature and might change at any time
1
+ (node:2222) 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...
@@ -8,16 +8,10 @@ node_modules/d3-selection/src/selection/index.js -> node_modules/d3-selection/sr
8
8
  node_modules/d3-selection/src/selection/index.js -> node_modules/d3-selection/src/selection/filter.js -> node_modules/d3-selection/src/selection/index.js
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
- (!) [plugin typescript] src/components/RichTextEditor/__tests__/RichTextEditor.spec.tsx (61:35): @rollup/plugin-typescript TS2307: Cannot find module '../../../../types' or its corresponding type declarations.
12
- /home/runner/work/hero-design/hero-design/packages/rn/src/components/RichTextEditor/__tests__/RichTextEditor.spec.tsx:61:35
13
- 
14
- 61 import { RichTextEditorRef } from "../../../../types";
15
-    ~~~~~~~~~~~~~~~~~~~
16
- 
17
- (!) [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.
18
- created lib/index.js, es/index.js in 1m 12.1s
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 29.5s
19
13
  
20
- /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 → ., ....
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 → ., ....
21
15
  (!) Generated empty chunks
22
16
  "locales/types" and "locales/types"
23
- created ., . in 22.7s
17
+ created ., . in 8.8s
package/CHANGELOG.md CHANGED
@@ -1,6 +1,311 @@
1
1
  # @hero-design/rn
2
2
 
3
- ## 0.0.0-input-group-error-20250623150626
3
+ ## 0.0.0-integrate-basic-table-20251224154211
4
+
5
+ ### Minor Changes
6
+
7
+ - [#4584](https://github.com/Thinkei/hero-design/pull/4584) [`bd3b472e593d504ecc4f9191708d6b5cb9b45a90`](https://github.com/Thinkei/hero-design/commit/bd3b472e593d504ecc4f9191708d6b5cb9b45a90) Thanks [@phucdph](https://github.com/phucdph)! - [Icon] Add new icons: `diamond-outlined`, `rocket-launch`, `rocket-launch-outlined`
8
+
9
+ ## 8.113.1
10
+
11
+ ### Patch Changes
12
+
13
+ - [#4546](https://github.com/Thinkei/hero-design/pull/4546) [`3d952f2800d556206f58098b021b856b0557eb76`](https://github.com/Thinkei/hero-design/commit/3d952f2800d556206f58098b021b856b0557eb76) Thanks [@ttkien](https://github.com/ttkien)! - [Tabs] update Tab highlights animated logic
14
+
15
+ - [#4558](https://github.com/Thinkei/hero-design/pull/4558) [`3dd028bcd49e00d13c9112e18103659e75c1bc95`](https://github.com/Thinkei/hero-design/commit/3dd028bcd49e00d13c9112e18103659e75c1bc95) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [BottomNavigation]
16
+
17
+ - Update label and icon spacing and size.
18
+ - Update text and icon inactive colors to mutedOnDefaultGlobalSurface.
19
+
20
+ ## 8.113.0
21
+
22
+ ### Minor Changes
23
+
24
+ - [#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
25
+
26
+ ### Patch Changes
27
+
28
+ - [#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)"
29
+
30
+ ## 8.112.5
31
+
32
+ ### Patch Changes
33
+
34
+ - [#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
35
+
36
+ ## 8.112.4
37
+
38
+ ### Patch Changes
39
+
40
+ - [#4361](https://github.com/Thinkei/hero-design/pull/4361) [`5456f7a45b50d985b15ec16b2d09e16d7b115a38`](https://github.com/Thinkei/hero-design/commit/5456f7a45b50d985b15ec16b2d09e16d7b115a38) Thanks [@khoaddtran](https://github.com/khoaddtran)! - [RichTextEditor] Sync new features of RichTextEditor to rn-work-uikit
41
+
42
+ ## 8.112.3
43
+
44
+ ### Patch Changes
45
+
46
+ - [#4377](https://github.com/Thinkei/hero-design/pull/4377) [`7a3fed6a6be38669912438795691e3cf0d3d6a39`](https://github.com/Thinkei/hero-design/commit/7a3fed6a6be38669912438795691e3cf0d3d6a39) Thanks [@ttkien](https://github.com/ttkien)! - [PinInput] set minHeight = 1 to workround fix issue https://employmenthero.atlassian.net/browse/PS-2042
47
+
48
+ ## 8.112.2
49
+
50
+ ### Patch Changes
51
+
52
+ - Updated dependencies [[`7777ac176c82c545f217a7fe73aa2700c607b298`](https://github.com/Thinkei/hero-design/commit/7777ac176c82c545f217a7fe73aa2700c607b298)]:
53
+ - @hero-design/colors@8.47.0
54
+
55
+ ## 8.112.1
56
+
57
+ ### Patch Changes
58
+
59
+ - [#4310](https://github.com/Thinkei/hero-design/pull/4310) [`4742897580f05ae3d5f089df7aa0b1a34a90e15c`](https://github.com/Thinkei/hero-design/commit/4742897580f05ae3d5f089df7aa0b1a34a90e15c) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [TimePicker] Correct 12-hour format for iOS picker
60
+
61
+ ## 8.112.0
62
+
63
+ ### Minor Changes
64
+
65
+ - [#4304](https://github.com/Thinkei/hero-design/pull/4304) [`02ecf1c8ab33f3d95dcc2d168d70f11d8c415883`](https://github.com/Thinkei/hero-design/commit/02ecf1c8ab33f3d95dcc2d168d70f11d8c415883) Thanks [@phucdph](https://github.com/phucdph)! - [Icon] Add `global-pound`, `pound-icon-shine`, `pound-sign`, `file-pound-outline`, `pound-box-outlined`, `pound-card-outlined`, `pound-coin-shine-outlined`, `pound-credit-card-outlined` icons
66
+
67
+ ### Patch Changes
68
+
69
+ - [#4303](https://github.com/Thinkei/hero-design/pull/4303) [`ee5b1d700200af991bb360e3f514f29790e33511`](https://github.com/Thinkei/hero-design/commit/ee5b1d700200af991bb360e3f514f29790e33511) Thanks [@ngvuthanhnhan-eh-hi](https://github.com/ngvuthanhnhan-eh-hi)! - Suppress `lint` warnings in CI Logs
70
+
71
+ - Updated dependencies [[`ee5b1d700200af991bb360e3f514f29790e33511`](https://github.com/Thinkei/hero-design/commit/ee5b1d700200af991bb360e3f514f29790e33511)]:
72
+ - @hero-design/colors@8.46.3
73
+ - @hero-design/react-native-month-year-picker@8.43.2
74
+
75
+ ## 8.111.0
76
+
77
+ ### Minor Changes
78
+
79
+ - [#4287](https://github.com/Thinkei/hero-design/pull/4287) [`e7d09c0d84402f39f49d9de984b435de75fda538`](https://github.com/Thinkei/hero-design/commit/e7d09c0d84402f39f49d9de984b435de75fda538) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Typography.Body][typography.caption][Typography.Label] Support italic style prop
80
+
81
+ - [#4277](https://github.com/Thinkei/hero-design/pull/4277) [`41d0eb39bb03540a9c2d47c40c79846739ebedcf`](https://github.com/Thinkei/hero-design/commit/41d0eb39bb03540a9c2d47c40c79846739ebedcf) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Typography.Title] Support italic style
82
+
83
+ ### Patch Changes
84
+
85
+ - [#4285](https://github.com/Thinkei/hero-design/pull/4285) [`52f1ccb86d7c307f93aa95ccf7b9e11ff97e542a`](https://github.com/Thinkei/hero-design/commit/52f1ccb86d7c307f93aa95ccf7b9e11ff97e542a) Thanks [@haudao-eh](https://github.com/haudao-eh)! - Improve component's deprecated props values typing
86
+
87
+ ## 8.110.1
88
+
89
+ ### Patch Changes
90
+
91
+ - [#4262](https://github.com/Thinkei/hero-design/pull/4262) [`7fbdf8736b42b9a9cb1c7ee203c69192b6d12a1f`](https://github.com/Thinkei/hero-design/commit/7fbdf8736b42b9a9cb1c7ee203c69192b6d12a1f) Thanks [@ttkien](https://github.com/ttkien)! - Upgrade react-native 0.77.3
92
+
93
+ ## 8.110.0
94
+
95
+ ### Minor Changes
96
+
97
+ - [#4267](https://github.com/Thinkei/hero-design/pull/4267) [`98b97150bf3b8b7a0d836a04ed651b9f79910324`](https://github.com/Thinkei/hero-design/commit/98b97150bf3b8b7a0d836a04ed651b9f79910324) Thanks [@khoaddtran](https://github.com/khoaddtran)! - Update RichTextEditor to use toolbar state from webview and support more event types
98
+
99
+ ## 8.109.2
100
+
101
+ ### Patch Changes
102
+
103
+ - [#4237](https://github.com/Thinkei/hero-design/pull/4237) [`746100e1369da6411eb771a0f153da6ac9a6dcf9`](https://github.com/Thinkei/hero-design/commit/746100e1369da6411eb771a0f153da6ac9a6dcf9) Thanks [@ngvuthanhnhan-eh-hi](https://github.com/ngvuthanhnhan-eh-hi)! - [Toolbar.Message] Fix the shrinkage issue on iPad
104
+
105
+ - [#4241](https://github.com/Thinkei/hero-design/pull/4241) [`c901f282aa0d46d38f03470c823696e87632d9ef`](https://github.com/Thinkei/hero-design/commit/c901f282aa0d46d38f03470c823696e87632d9ef) Thanks [@khoaddtran](https://github.com/khoaddtran)! - [RichTextEditor] Fix rich text editor is reset when height changed on Android
106
+
107
+ ## 8.109.1
108
+
109
+ ### Patch Changes
110
+
111
+ - [#4236](https://github.com/Thinkei/hero-design/pull/4236) [`a873d35cddd56b5302bd4d0f95a2dfa887be995e`](https://github.com/Thinkei/hero-design/commit/a873d35cddd56b5302bd4d0f95a2dfa887be995e) Thanks [@cuongnguyeneh](https://github.com/cuongnguyeneh)! - [Button] call onPress callback with no args
112
+
113
+ ## 8.109.0
114
+
115
+ ### Minor Changes
116
+
117
+ - [#4220](https://github.com/Thinkei/hero-design/pull/4220) [`c7a8a34a159cec6ce2097614ae47c6d6a575a794`](https://github.com/Thinkei/hero-design/commit/c7a8a34a159cec6ce2097614ae47c6d6a575a794) Thanks [@khoaddtran](https://github.com/khoaddtran)! - [RichTextEditor] Introduce RichTextEditor.Base and `useRichTextEditorEvents` hook
118
+
119
+ ## 8.108.2
120
+
121
+ ### Patch Changes
122
+
123
+ - [#4216](https://github.com/Thinkei/hero-design/pull/4216) [`498d2b6f8d3eb3090e54346cb7f54a248256f848`](https://github.com/Thinkei/hero-design/commit/498d2b6f8d3eb3090e54346cb7f54a248256f848) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Slider] Update colors to match design
124
+
125
+ ## 8.108.1
126
+
127
+ ### Patch Changes
128
+
129
+ - [#4210](https://github.com/Thinkei/hero-design/pull/4210) [`d0856e4f74472a83c5227e88638ad9631a7fe8f5`](https://github.com/Thinkei/hero-design/commit/d0856e4f74472a83c5227e88638ad9631a7fe8f5) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [FAB.ActionGroup] Fix double circle issue
130
+
131
+ - [#4211](https://github.com/Thinkei/hero-design/pull/4211) [`9af53ac4bda22015a04ca404ae2a85d9bfb11ac2`](https://github.com/Thinkei/hero-design/commit/9af53ac4bda22015a04ca404ae2a85d9bfb11ac2) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Progress] Update colors to match design
132
+
133
+ ## 8.108.0
134
+
135
+ ### Minor Changes
136
+
137
+ - [#4204](https://github.com/Thinkei/hero-design/pull/4204) [`601ffaa1fb7db45e5d2c1ec8daa3829c6dad2827`](https://github.com/Thinkei/hero-design/commit/601ffaa1fb7db45e5d2c1ec8daa3829c6dad2827) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Illustration] Add new sketch illustrations
138
+
139
+ ### Patch Changes
140
+
141
+ - [#4203](https://github.com/Thinkei/hero-design/pull/4203) [`37361afc4c96b1cea54505023bd55d023327fb0f`](https://github.com/Thinkei/hero-design/commit/37361afc4c96b1cea54505023bd55d023327fb0f) Thanks [@haudao-eh](https://github.com/haudao-eh)! - [Typography] Update danger intent
142
+
143
+ ## 8.107.0
144
+
145
+ ### Minor Changes
146
+
147
+ - [#4197](https://github.com/Thinkei/hero-design/pull/4197) [`d706fb127368ac597b0c8b1517650e64e39734ba`](https://github.com/Thinkei/hero-design/commit/d706fb127368ac597b0c8b1517650e64e39734ba) Thanks [@ttkien](https://github.com/ttkien)! - [Card.Data] add DataCardContent and update examples
148
+
149
+ - [#4200](https://github.com/Thinkei/hero-design/pull/4200) [`a2f2b9db429029f263278100365417e9b300d219`](https://github.com/Thinkei/hero-design/commit/a2f2b9db429029f263278100365417e9b300d219) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Illustration] Add component
150
+
151
+ ### Patch Changes
152
+
153
+ - [#4193](https://github.com/Thinkei/hero-design/pull/4193) [`84aabf6b98f5753616a8376ad5e5be4667d6dcb0`](https://github.com/Thinkei/hero-design/commit/84aabf6b98f5753616a8376ad5e5be4667d6dcb0) Thanks [@ttkien](https://github.com/ttkien)! - [TextInput] Update colors support dark mode
154
+
155
+ ## 8.106.1
156
+
157
+ ### Patch Changes
158
+
159
+ - [#4185](https://github.com/Thinkei/hero-design/pull/4185) [`353896c59f62ba7230365d8ba59e07edefc0ded2`](https://github.com/Thinkei/hero-design/commit/353896c59f62ba7230365d8ba59e07edefc0ded2) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Avatar] Use mobileAvatarPalette for avatar hook
160
+
161
+ - Updated dependencies [[`353896c59f62ba7230365d8ba59e07edefc0ded2`](https://github.com/Thinkei/hero-design/commit/353896c59f62ba7230365d8ba59e07edefc0ded2)]:
162
+ - @hero-design/colors@8.46.2
163
+
164
+ ## 8.106.0
165
+
166
+ ### Minor Changes
167
+
168
+ - [#4176](https://github.com/Thinkei/hero-design/pull/4176) [`2b96e6f94c6fbd1f0fcd799f4ee105ca609b1130`](https://github.com/Thinkei/hero-design/commit/2b96e6f94c6fbd1f0fcd799f4ee105ca609b1130) Thanks [@ttkien](https://github.com/ttkien)! - [CheckBox] add inline variant
169
+
170
+ - [#4162](https://github.com/Thinkei/hero-design/pull/4162) [`8542ccb19ca8a3773b0c3c8eaa69fc20b1184543`](https://github.com/Thinkei/hero-design/commit/8542ccb19ca8a3773b0c3c8eaa69fc20b1184543) Thanks [@dathuynh-eh](https://github.com/dathuynh-eh)! - - [Button] Add `invered` intent
171
+ - [Button] Deprecated `white` intent
172
+ - [Button] Add `filled-medium`, `outlined-medium` and `text-medium` variant
173
+ - [Button] Add new icon only Button(no label)
174
+ - [Button] Update correct color token support dark mode
175
+
176
+ ### Patch Changes
177
+
178
+ - [#4166](https://github.com/Thinkei/hero-design/pull/4166) [`33d8c79cb6ea7dc3e997a762fa215d64eb7fe911`](https://github.com/Thinkei/hero-design/commit/33d8c79cb6ea7dc3e997a762fa215d64eb7fe911) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Drawer] Fix backdrop not working and update backdrop style
179
+
180
+ - [#4181](https://github.com/Thinkei/hero-design/pull/4181) [`e5b376ed3b8d828e6c8a914f918d2c7bb49ebdf1`](https://github.com/Thinkei/hero-design/commit/e5b376ed3b8d828e6c8a914f918d2c7bb49ebdf1) Thanks [@ttkien](https://github.com/ttkien)! - [RichTextEditor] bump hero-editor
181
+
182
+ ## 8.105.4
183
+
184
+ ### Patch Changes
185
+
186
+ - [#4161](https://github.com/Thinkei/hero-design/pull/4161) [`627837da7838e5a3295dc4dece3de83cbcc19c4b`](https://github.com/Thinkei/hero-design/commit/627837da7838e5a3295dc4dece3de83cbcc19c4b) Thanks [@ttkien](https://github.com/ttkien)! - [Empty]
187
+
188
+ - deprecate variant, image
189
+
190
+ [Success][error]
191
+
192
+ - deprecate image
193
+ - reduce icon size
194
+ - increase Primary Buttons margin from medium to large
195
+
196
+ ## 8.105.3
197
+
198
+ ### Patch Changes
199
+
200
+ - [#4151](https://github.com/Thinkei/hero-design/pull/4151) [`5a19683ca57a274f39467f7d93b303f6ace3c1ef`](https://github.com/Thinkei/hero-design/commit/5a19683ca57a274f39467f7d93b303f6ace3c1ef) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Icon] Update info intent color
201
+
202
+ - [#4144](https://github.com/Thinkei/hero-design/pull/4144) [`156380111c911fff401d6a1ee1637c0ccb844029`](https://github.com/Thinkei/hero-design/commit/156380111c911fff401d6a1ee1637c0ccb844029) Thanks [@ngvuthanhnhan-eh-hi](https://github.com/ngvuthanhnhan-eh-hi)! - Add TypeScript deprecated comment for legacy component or prop
203
+
204
+ - [#4156](https://github.com/Thinkei/hero-design/pull/4156) [`e628ee9c9ebd82dbd63eaca8ce83c583f0d6ecc7`](https://github.com/Thinkei/hero-design/commit/e628ee9c9ebd82dbd63eaca8ce83c583f0d6ecc7) Thanks [@dathuynh-eh](https://github.com/dathuynh-eh)! - [Error][empty][Success] Add Lock, Unlock, NoResult illustration icons
205
+
206
+ ## 8.105.2
207
+
208
+ ### Patch Changes
209
+
210
+ - [#4153](https://github.com/Thinkei/hero-design/pull/4153) [`2ced09440248a05875fc34e278cff41680173f12`](https://github.com/Thinkei/hero-design/commit/2ced09440248a05875fc34e278cff41680173f12) Thanks [@ttkien](https://github.com/ttkien)! - [PinInput] fix issue cannot paste
211
+
212
+ ## 8.105.1
213
+
214
+ ### Patch Changes
215
+
216
+ - [#4133](https://github.com/Thinkei/hero-design/pull/4133) [`8e945d988d61e6417e05b1c3c2aa6dc381dfd723`](https://github.com/Thinkei/hero-design/commit/8e945d988d61e6417e05b1c3c2aa6dc381dfd723) Thanks [@ttkien](https://github.com/ttkien)! - [Badge] Fix mis-alignment Badge Count on iOS
217
+
218
+ - [#4142](https://github.com/Thinkei/hero-design/pull/4142) [`bdfe001823336624c8738fe07caf0fa1eba1cd86`](https://github.com/Thinkei/hero-design/commit/bdfe001823336624c8738fe07caf0fa1eba1cd86) Thanks [@dathuynh-eh](https://github.com/dathuynh-eh)! - Update thumb up icon
219
+
220
+ ## 8.105.0
221
+
222
+ ### Minor Changes
223
+
224
+ - [#4111](https://github.com/Thinkei/hero-design/pull/4111) [`b456f49b8663432203cbf1e29b2fc9034b9c4626`](https://github.com/Thinkei/hero-design/commit/b456f49b8663432203cbf1e29b2fc9034b9c4626) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Typography] Add inactive intent
225
+
226
+ - [#4112](https://github.com/Thinkei/hero-design/pull/4112) [`9c1025c6c1dae4d0f26663e10d66e5897d85d855`](https://github.com/Thinkei/hero-design/commit/9c1025c6c1dae4d0f26663e10d66e5897d85d855) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [SegmentedControl] Add component
227
+
228
+ - [#4114](https://github.com/Thinkei/hero-design/pull/4114) [`32483464c8c3162f88c1490581d1f5bfde8a2766`](https://github.com/Thinkei/hero-design/commit/32483464c8c3162f88c1490581d1f5bfde8a2766) Thanks [@dathuynh-eh](https://github.com/dathuynh-eh)! - Add thumb-up icon
229
+
230
+ ### Patch Changes
231
+
232
+ - [#4110](https://github.com/Thinkei/hero-design/pull/4110) [`227785af865941bf443c4d1df237365d8c27cc5f`](https://github.com/Thinkei/hero-design/commit/227785af865941bf443c4d1df237365d8c27cc5f) Thanks [@ngvuthanhnhan-eh-hi](https://github.com/ngvuthanhnhan-eh-hi)! - [Calendar] Extract calendar logic into reusable hooks
233
+
234
+ ## 8.104.0
235
+
236
+ ### Minor Changes
237
+
238
+ - [#4097](https://github.com/Thinkei/hero-design/pull/4097) [`1a70cbc2bc27c426c6d9ee94206fb7915ef9aa32`](https://github.com/Thinkei/hero-design/commit/1a70cbc2bc27c426c6d9ee94206fb7915ef9aa32) Thanks [@ttkien](https://github.com/ttkien)! - [FilterTrigger] Add component
239
+
240
+ - [#4097](https://github.com/Thinkei/hero-design/pull/4097) [`1a70cbc2bc27c426c6d9ee94206fb7915ef9aa32`](https://github.com/Thinkei/hero-design/commit/1a70cbc2bc27c426c6d9ee94206fb7915ef9aa32) Thanks [@ttkien](https://github.com/ttkien)! - [Icon] Add inactive intent
241
+
242
+ ### Patch Changes
243
+
244
+ - [#4097](https://github.com/Thinkei/hero-design/pull/4097) [`1a70cbc2bc27c426c6d9ee94206fb7915ef9aa32`](https://github.com/Thinkei/hero-design/commit/1a70cbc2bc27c426c6d9ee94206fb7915ef9aa32) Thanks [@ttkien](https://github.com/ttkien)! - [Toolbar] Fix TextInput layout on Toolbar message
245
+
246
+ ## 8.103.7
247
+
248
+ ### Patch Changes
249
+
250
+ - [#4080](https://github.com/Thinkei/hero-design/pull/4080) [`920325f82fa122dee579f6b5c86fbea1f5207416`](https://github.com/Thinkei/hero-design/commit/920325f82fa122dee579f6b5c86fbea1f5207416) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [DatePicker][timepicker] Add inputProps and groupStyleEnabled internal props for group style
251
+
252
+ ## 8.103.6
253
+
254
+ ### Patch Changes
255
+
256
+ - [#4075](https://github.com/Thinkei/hero-design/pull/4075) [`3bd134bd08699566d3c25ad157b7ca68f5debc47`](https://github.com/Thinkei/hero-design/commit/3bd134bd08699566d3c25ad157b7ca68f5debc47) Thanks [@ttkien](https://github.com/ttkien)! - [TextInput] fix layout issue on Android: The height of TextInput is incorrectly increased when the text is long
257
+
258
+ - [#4071](https://github.com/Thinkei/hero-design/pull/4071) [`a045cd45b79141f02b6570907033fa3f037b5862`](https://github.com/Thinkei/hero-design/commit/a045cd45b79141f02b6570907033fa3f037b5862) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - [Select] Add internal zIndex for group style
259
+
260
+ - [#4077](https://github.com/Thinkei/hero-design/pull/4077) [`fa025fbffdf997d83f77919b78eae2520ddb6e2e`](https://github.com/Thinkei/hero-design/commit/fa025fbffdf997d83f77919b78eae2520ddb6e2e) Thanks [@ttkien](https://github.com/ttkien)! - [RichTextEditor] Fix issue that WebView automatiically reset when height is changed on Android
261
+
262
+ ## 8.103.5
263
+
264
+ ### Patch Changes
265
+
266
+ - [#4068](https://github.com/Thinkei/hero-design/pull/4068) [`3fd150ed0925245f0c9df0956681f19becac09c7`](https://github.com/Thinkei/hero-design/commit/3fd150ed0925245f0c9df0956681f19becac09c7) Thanks [@ttkien](https://github.com/ttkien)! - [RichTextEditor] apply new TextInput
267
+ [TextInput] update typings
268
+
269
+ - [#4074](https://github.com/Thinkei/hero-design/pull/4074) [`3b1be909daf4d17abe49f37672ecde1ad048ae05`](https://github.com/Thinkei/hero-design/commit/3b1be909daf4d17abe49f37672ecde1ad048ae05) Thanks [@cuongnguyeneh](https://github.com/cuongnguyeneh)! - [PinInput] fix: android lagging issue by replacing keyboardType by inputMode prop
270
+
271
+ ## 8.103.4
272
+
273
+ ### Patch Changes
274
+
275
+ - [#4069](https://github.com/Thinkei/hero-design/pull/4069) [`2e911c0297496b281a54bad63c5e60ee75bc8d81`](https://github.com/Thinkei/hero-design/commit/2e911c0297496b281a54bad63c5e60ee75bc8d81) Thanks [@ttkien](https://github.com/ttkien)! - [DatePicker] Fix issue month-year picker is gone in react-native 76
276
+
277
+ - [#4062](https://github.com/Thinkei/hero-design/pull/4062) [`805b3e4f0222ed1e62c0feb2d3de4c42afe2012b`](https://github.com/Thinkei/hero-design/commit/805b3e4f0222ed1e62c0feb2d3de4c42afe2012b) Thanks [@ttkien](https://github.com/ttkien)! - [TimePicker][datepicker] apply new TextInput
278
+
279
+ ## 8.103.3
280
+
281
+ ### Patch Changes
282
+
283
+ - [#4060](https://github.com/Thinkei/hero-design/pull/4060) [`d1b9b10020bcde438918f7eb17d201d27a75253e`](https://github.com/Thinkei/hero-design/commit/d1b9b10020bcde438918f7eb17d201d27a75253e) Thanks [@ttkien](https://github.com/ttkien)! - [PinInput] Fixing the bug cannot focus on react-native@0.76.x
284
+ [DatePicker][timepicker] align center on react-native@0.76.x
285
+
286
+ ## 8.103.2
287
+
288
+ ### Patch Changes
289
+
290
+ - [#4050](https://github.com/Thinkei/hero-design/pull/4050) [`44c253319e985a85bf75e00effc140733dd73ee9`](https://github.com/Thinkei/hero-design/commit/44c253319e985a85bf75e00effc140733dd73ee9) Thanks [@vinhphan-eh](https://github.com/vinhphan-eh)! - Revert BottomSheet Fix overlapping with dynamic island in iOS
291
+
292
+ ## 8.103.1
293
+
294
+ ### Patch Changes
295
+
296
+ - [#4020](https://github.com/Thinkei/hero-design/pull/4020) [`23b0c7f7744bb4972504237b57cce57da9da5a73`](https://github.com/Thinkei/hero-design/commit/23b0c7f7744bb4972504237b57cce57da9da5a73) Thanks [@cuongnguyeneh](https://github.com/cuongnguyeneh)! - [TextInput] Update testId for label of input
297
+
298
+ ## 8.103.0
299
+
300
+ ### Minor Changes
301
+
302
+ - [#4006](https://github.com/Thinkei/hero-design/pull/4006) [`8ba84012be721c8a18a2ba9453b6cde66f8b3e49`](https://github.com/Thinkei/hero-design/commit/8ba84012be721c8a18a2ba9453b6cde66f8b3e49) Thanks [@hieuvo-eh](https://github.com/hieuvo-eh)! - Wrap StyledFABIcon with forwardRef
303
+
304
+ ### Patch Changes
305
+
306
+ - [#3980](https://github.com/Thinkei/hero-design/pull/3980) [`7e0859459ea48c43c9edcc01a64c80ab715b4d15`](https://github.com/Thinkei/hero-design/commit/7e0859459ea48c43c9edcc01a64c80ab715b4d15) Thanks [@cuongnguyeneh](https://github.com/cuongnguyeneh)! - [TextInput] Update testId of native text input
307
+
308
+ ## 8.102.0
4
309
 
5
310
  ### Minor Changes
6
311
 
Binary file