@utilitywarehouse/hearth-react-native 0.34.4 → 0.35.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 (1037) hide show
  1. package/LICENSE +194 -0
  2. package/README.md +52 -0
  3. package/SKILL.md +361 -0
  4. package/build/components/Alert/AlertIcon.js +4 -4
  5. package/build/components/Badge/BadgeIcon.js +4 -4
  6. package/build/components/Card/CardAction/CardActionIcon.js +2 -2
  7. package/build/components/Card/CardAction/CardActionTrailingIcon.js +2 -2
  8. package/build/components/Carousel/CarouselControlItem.js +2 -2
  9. package/build/components/Carousel/CarouselControls.js +2 -2
  10. package/build/components/Checkbox/CheckboxGroup.d.ts +1 -1
  11. package/build/components/Checkbox/CheckboxGroup.js +5 -2
  12. package/build/components/Checkbox/CheckboxGroup.props.d.ts +4 -0
  13. package/build/components/Combobox/Combobox.js +2 -9
  14. package/build/components/Combobox/Combobox.utils.d.ts +2 -0
  15. package/build/components/Combobox/Combobox.utils.js +8 -0
  16. package/build/components/Combobox/Combobox.utils.test.d.ts +1 -0
  17. package/build/components/Combobox/Combobox.utils.test.js +27 -0
  18. package/build/components/DatePicker/DatePickerHeader/DatePickerNextButton.js +2 -2
  19. package/build/components/DatePicker/DatePickerHeader/DatePickerPrevButton.js +2 -2
  20. package/build/components/DatePicker/DatePickerHeader/DatePickerSelectors.js +2 -2
  21. package/build/components/DatePicker/utils.test.d.ts +1 -0
  22. package/build/components/DatePicker/utils.test.js +191 -0
  23. package/build/components/DatePickerInput/DatePickerInput.js +1 -8
  24. package/build/components/DatePickerInput/DatePickerInput.utils.d.ts +2 -0
  25. package/build/components/DatePickerInput/DatePickerInput.utils.js +8 -0
  26. package/build/components/DatePickerInput/DatePickerInput.utils.test.d.ts +1 -0
  27. package/build/components/DatePickerInput/DatePickerInput.utils.test.js +22 -0
  28. package/build/components/ExpandableCard/ExpandableCardIcon.js +2 -2
  29. package/build/components/Helper/HelperIcon.js +2 -2
  30. package/build/components/IconButton/IconButtonIcon.js +4 -4
  31. package/build/components/List/ListAction/ListActionTrailingIcon.js +2 -2
  32. package/build/components/List/ListItem/ListItemIcon.js +2 -2
  33. package/build/components/Modal/Modal.js +3 -1
  34. package/build/components/Modal/Modal.shared.types.d.ts +1 -1
  35. package/build/components/Modal/Modal.web.js +3 -1
  36. package/build/components/NavModal/NavModal.js +3 -1
  37. package/build/components/PillGroup/PillGroup.d.ts +1 -1
  38. package/build/components/PillGroup/PillGroup.js +4 -2
  39. package/build/components/PillGroup/PillGroup.props.d.ts +10 -0
  40. package/build/components/Radio/RadioGroup.d.ts +1 -1
  41. package/build/components/Radio/RadioGroup.js +5 -2
  42. package/build/components/Radio/RadioGroup.props.d.ts +4 -0
  43. package/build/components/RadioCard/RadioCard.d.ts +5 -24
  44. package/build/components/RadioCard/RadioCard.js +5 -1
  45. package/build/components/RadioCard/RadioCardGroup.props.d.ts +4 -0
  46. package/build/components/Rating/Rating.d.ts +1 -1
  47. package/build/components/Rating/Rating.js +3 -2
  48. package/build/components/Rating/Rating.props.d.ts +5 -0
  49. package/build/components/SegmentedControl/SegmentedControl.js +2 -2
  50. package/build/components/Select/Select.js +2 -3
  51. package/build/components/Select/Select.utils.d.ts +2 -0
  52. package/build/components/Select/Select.utils.js +1 -0
  53. package/build/components/Select/Select.utils.test.d.ts +1 -0
  54. package/build/components/Select/Select.utils.test.js +21 -0
  55. package/build/components/StepperInput/StepperInput.js +1 -62
  56. package/build/components/StepperInput/StepperInput.utils.d.ts +6 -0
  57. package/build/components/StepperInput/StepperInput.utils.js +62 -0
  58. package/build/components/StepperInput/StepperInput.utils.test.d.ts +1 -0
  59. package/build/components/StepperInput/StepperInput.utils.test.js +99 -0
  60. package/build/components/Switch/Switch.js +10 -8
  61. package/build/components/Switch/Switch.props.d.ts +11 -1
  62. package/build/components/Switch/Switch.web.js +10 -8
  63. package/build/components/TimePickerInput/TimePickerInput.js +1 -8
  64. package/build/components/TimePickerInput/TimePickerInput.utils.d.ts +3 -0
  65. package/build/components/TimePickerInput/TimePickerInput.utils.js +8 -0
  66. package/build/components/TimePickerInput/TimePickerInput.utils.test.d.ts +1 -0
  67. package/build/components/TimePickerInput/TimePickerInput.utils.test.js +20 -0
  68. package/build/components/Toast/ToastItem.js +2 -2
  69. package/build/components/ToggleButton/ToggleButtonRoot.js +1 -1
  70. package/build/components/ToggleButtonCard/ToggleButtonCard.d.ts +5 -1
  71. package/build/components/ToggleButtonCard/ToggleButtonCard.js +5 -1
  72. package/build/components/ToggleButtonCard/ToggleButtonCardGroup.props.d.ts +4 -0
  73. package/build/tokens/components/dark/chip.d.ts +14 -0
  74. package/build/tokens/components/dark/chip.js +13 -0
  75. package/build/tokens/components/dark/icon.d.ts +26 -0
  76. package/build/tokens/components/dark/icon.js +25 -0
  77. package/build/tokens/components/dark/index.d.ts +2 -0
  78. package/build/tokens/components/dark/index.js +2 -0
  79. package/build/tokens/components/light/chip.d.ts +14 -0
  80. package/build/tokens/components/light/chip.js +13 -0
  81. package/build/tokens/components/light/icon.d.ts +26 -0
  82. package/build/tokens/components/light/icon.js +25 -0
  83. package/build/tokens/components/light/index.d.ts +2 -0
  84. package/build/tokens/components/light/index.js +2 -0
  85. package/build/tokens/semantic-dark.d.ts +4 -4
  86. package/build/tokens/semantic-dark.js +4 -4
  87. package/build/tokens/semantic-light.d.ts +4 -4
  88. package/build/tokens/semantic-light.js +4 -4
  89. package/build/utils/formatThousands.test.d.ts +1 -0
  90. package/build/utils/formatThousands.test.js +31 -0
  91. package/build/utils/getFlattenedColorValue.test.d.ts +1 -0
  92. package/build/utils/getFlattenedColorValue.test.js +21 -0
  93. package/build/utils/getInitials.test.d.ts +1 -0
  94. package/build/utils/getInitials.test.js +23 -0
  95. package/build/utils/hexWithOpacity.test.d.ts +1 -0
  96. package/build/utils/hexWithOpacity.test.js +22 -0
  97. package/build/utils/isEqual.test.d.ts +1 -0
  98. package/build/utils/isEqual.test.js +44 -0
  99. package/build/utils/themeValueHelpers.test.d.ts +1 -0
  100. package/build/utils/themeValueHelpers.test.js +82 -0
  101. package/package.json +23 -7
  102. package/{src/components/Accordion/Accordion.docs.mdx → public/llms/components/accordion.md} +62 -97
  103. package/{src/components/Alert/Alert.docs.mdx → public/llms/components/alert.md} +46 -49
  104. package/{src/components/Avatar/Avatar.docs.mdx → public/llms/components/avatar.md} +18 -50
  105. package/{src/components/Badge/Badge.docs.mdx → public/llms/components/badge.md} +56 -38
  106. package/{src/components/Banner/Banner.docs.mdx → public/llms/components/banner.md} +487 -40
  107. package/{src/components/BodyText/BodyText.docs.mdx → public/llms/components/body-text.md} +32 -25
  108. package/{src/components/BottomSheet/BottomSheet.docs.mdx → public/llms/components/bottom-sheet.md} +25 -33
  109. package/{src/components/Box/Box.docs.mdx → public/llms/components/box.md} +7 -21
  110. package/{src/components/Button/Button.docs.mdx → public/llms/components/button.md} +118 -109
  111. package/{src/components/Card/Card.docs.mdx → public/llms/components/card.md} +281 -47
  112. package/{src/components/Carousel/Carousel.docs.mdx → public/llms/components/carousel.md} +14 -92
  113. package/public/llms/components/center.md +24 -0
  114. package/{src/components/Checkbox/Checkbox.docs.mdx → public/llms/components/checkbox.md} +114 -155
  115. package/{src/components/Combobox/Combobox.docs.mdx → public/llms/components/combobox.md} +53 -47
  116. package/{src/components/Container/Container.docs.mdx → public/llms/components/container.md} +59 -26
  117. package/{src/components/CurrencyInput/CurrencyInput.docs.mdx → public/llms/components/currency-input.md} +48 -44
  118. package/{src/components/DateInput/DateInput.docs.mdx → public/llms/components/date-input.md} +162 -29
  119. package/{src/components/DatePickerInput/DatePickerInput.docs.mdx → public/llms/components/date-picker-input.md} +11 -51
  120. package/{src/components/DatePicker/DatePicker.docs.mdx → public/llms/components/date-picker.md} +49 -26
  121. package/{src/components/DescriptionList/DescriptionList.docs.mdx → public/llms/components/description-list.md} +64 -31
  122. package/{src/components/DetailText/DetailText.docs.mdx → public/llms/components/detail-text.md} +47 -25
  123. package/{src/components/Divider/Divider.docs.mdx → public/llms/components/divider.md} +10 -22
  124. package/{src/components/ExpandableCard/ExpandableCard.docs.mdx → public/llms/components/expandable-card.md} +213 -28
  125. package/{src/components/Expandable/Expandable.docs.mdx → public/llms/components/expandable.md} +165 -21
  126. package/{src/components/Flex/Flex.docs.mdx → public/llms/components/flex.md} +18 -24
  127. package/{src/components/FormField/FormField.docs.mdx → public/llms/components/form-field.md} +57 -109
  128. package/{src/components/Grid/Grid.docs.mdx → public/llms/components/grid.md} +15 -79
  129. package/{src/components/Heading/Heading.docs.mdx → public/llms/components/heading.md} +32 -21
  130. package/{src/components/HighlightBanner/HighlightBanner.docs.mdx → public/llms/components/highlight-banner.md} +204 -41
  131. package/{src/components/HTMLElements/Lists.docs.mdx → public/llms/components/html-elements/lists.md} +20 -43
  132. package/{src/components/IconButton/IconButton.docs.mdx → public/llms/components/icon-button.md} +134 -32
  133. package/{src/components/IconContainer/IconContainer.docs.mdx → public/llms/components/icon-container.md} +44 -35
  134. package/{src/components/Icon/Icon.docs.mdx → public/llms/components/icon.md} +6 -30
  135. package/public/llms/components/indicator-icon-button.md +138 -0
  136. package/{src/components/InlineLink/InlineLink.docs.mdx → public/llms/components/inline-link.md} +7 -26
  137. package/{src/components/Input/Input.docs.mdx → public/llms/components/input.md} +73 -75
  138. package/{src/components/Link/Link.docs.mdx → public/llms/components/link.md} +5 -20
  139. package/{src/components/List/List.docs.mdx → public/llms/components/list.md} +192 -127
  140. package/{src/components/Menu/Menu.docs.mdx → public/llms/components/menu.md} +52 -29
  141. package/{src/components/Modal/Modal.docs.mdx → public/llms/components/modal.md} +160 -64
  142. package/{src/components/NavModal/NavModal.docs.mdx → public/llms/components/nav-modal.md} +81 -25
  143. package/{src/components/Pagination/Pagination.docs.mdx → public/llms/components/pagination.md} +38 -27
  144. package/public/llms/components/pill-group.md +162 -0
  145. package/{src/components/ProgressBar/ProgressBar.docs.mdx → public/llms/components/progress-bar.md} +42 -28
  146. package/public/llms/components/progress-stepper.md +144 -0
  147. package/{src/components/RadioCard/RadioCard.docs.mdx → public/llms/components/radio-card.md} +19 -50
  148. package/{src/components/Radio/Radio.docs.mdx → public/llms/components/radio.md} +146 -132
  149. package/public/llms/components/rating.md +147 -0
  150. package/{src/components/Roundel/Roundel.docs.mdx → public/llms/components/roundel.md} +19 -19
  151. package/{src/components/SectionHeader/Sectionheader.docs.mdx → public/llms/components/section-header.md} +46 -19
  152. package/{src/components/SegmentedControl/SegmentedControl.docs.mdx → public/llms/components/segmented-control.md} +40 -28
  153. package/{src/components/Select/Select.docs.mdx → public/llms/components/select.md} +70 -57
  154. package/{src/components/Skeleton/Skeleton.docs.mdx → public/llms/components/skeleton.md} +5 -9
  155. package/{src/components/Spinner/Spinner.docs.mdx → public/llms/components/spinner.md} +22 -22
  156. package/{src/components/StepperInput/StepperInput.docs.mdx → public/llms/components/stepper-input.md} +102 -29
  157. package/{src/components/Switch/Switch.docs.mdx → public/llms/components/switch.md} +56 -60
  158. package/public/llms/components/table.md +408 -0
  159. package/{src/components/Tabs/Tabs.docs.mdx → public/llms/components/tabs.md} +176 -41
  160. package/{src/components/Textarea/Textarea.docs.mdx → public/llms/components/textarea.md} +7 -49
  161. package/{src/components/ThemedImage/ThemedImage.docs.mdx → public/llms/components/themed-image.md} +79 -14
  162. package/{src/components/TimePickerInput/TimePickerInput.docs.mdx → public/llms/components/time-picker-input.md} +10 -48
  163. package/{src/components/TimePicker/TimePicker.docs.mdx → public/llms/components/time-picker.md} +17 -20
  164. package/{src/components/Timeline/Timeline.docs.mdx → public/llms/components/timeline.md} +30 -73
  165. package/{src/components/Toast/Toast.docs.mdx → public/llms/components/toast.md} +50 -31
  166. package/{src/components/ToggleButtonCard/ToggleButtonCard.docs.mdx → public/llms/components/toggle-button-card.md} +34 -56
  167. package/{src/components/VerificationInput/VerificationInput.docs.mdx → public/llms/components/verification-input.md} +106 -21
  168. package/{docs/adding-shadows.mdx → public/llms/docs/adding-shadows.md} +2 -29
  169. package/public/llms/docs/all-components.md +3 -0
  170. package/{docs/dark-mode-best-practice.mdx → public/llms/docs/dark-mode-best-practice.md} +10 -139
  171. package/{docs/getting-started.mdx → public/llms/docs/getting-started.md} +2 -13
  172. package/{docs/hooks.mdx → public/llms/docs/hooks.md} +16 -13
  173. package/{docs/introduction.mdx → public/llms/docs/introduction.md} +6 -12
  174. package/{docs/layout-components.docs.mdx → public/llms/docs/layout-components.md} +59 -26
  175. package/{docs/styling.mdx → public/llms/docs/styling.md} +21 -17
  176. package/{docs/theme-tokens.mdx → public/llms/docs/theme-tokens.md} +23 -18
  177. package/public/llms.txt +123 -0
  178. package/scripts/init-ai.js +157 -0
  179. package/.storybook/main.ts +0 -81
  180. package/.storybook/manager.ts +0 -11
  181. package/.storybook/preview.tsx +0 -174
  182. package/.storybook/prism-setup.ts +0 -104
  183. package/.storybook/vitest.setup.ts +0 -31
  184. package/.turbo/turbo-build.log +0 -1
  185. package/CHANGELOG.md +0 -2052
  186. package/chromatic.config.json +0 -6
  187. package/docs/all-components.mdx +0 -19
  188. package/docs/assets/bank-logo.png +0 -0
  189. package/docs/assets/bank-logo1.png +0 -0
  190. package/docs/assets/modal-android.mp4 +0 -0
  191. package/docs/assets/modal-ios.mp4 +0 -0
  192. package/docs/assets/pigs.png +0 -0
  193. package/docs/assets/toast-ios.MP4 +0 -0
  194. package/docs/changelog.mdx +0 -2069
  195. package/docs/components/AdvancedInputExample.tsx +0 -39
  196. package/docs/components/AllComponents.web.tsx +0 -1005
  197. package/docs/components/BackToTopButton.tsx +0 -58
  198. package/docs/components/BadgeList.tsx +0 -30
  199. package/docs/components/DocComponentWrap.tsx +0 -7
  200. package/docs/components/InputShadowExample.tsx +0 -19
  201. package/docs/components/NextPrevPage.tsx +0 -54
  202. package/docs/components/SwitchExample.tsx +0 -13
  203. package/docs/components/SwitchList.tsx +0 -52
  204. package/docs/components/UsageWrap.tsx +0 -21
  205. package/docs/components/VariantTitle.tsx +0 -40
  206. package/docs/components/ViewFigmaButton.tsx +0 -43
  207. package/docs/components/ViewWrap.tsx +0 -32
  208. package/docs/components/index.ts +0 -13
  209. package/docs/heplers/addReactNativePrefix.ts +0 -8
  210. package/docs/heplers/index.ts +0 -1
  211. package/docs/llm-docs/unistyles-llms-full.txt +0 -9135
  212. package/docs/llm-docs/unistyles-llms-small.txt +0 -247
  213. package/eslint.config.js +0 -35
  214. package/figma.config.json +0 -11
  215. package/scripts/copyChangelog.js +0 -57
  216. package/scripts/copyTokens.js +0 -96
  217. package/src/components/Accordion/Accordion.context.tsx +0 -13
  218. package/src/components/Accordion/Accordion.figma.tsx +0 -21
  219. package/src/components/Accordion/Accordion.props.ts +0 -43
  220. package/src/components/Accordion/Accordion.stories.tsx +0 -118
  221. package/src/components/Accordion/Accordion.tsx +0 -127
  222. package/src/components/Accordion/AccordionContent.tsx +0 -44
  223. package/src/components/Accordion/AccordionContentText.tsx +0 -10
  224. package/src/components/Accordion/AccordionHeader.tsx +0 -18
  225. package/src/components/Accordion/AccordionIcon.tsx +0 -11
  226. package/src/components/Accordion/AccordionItem.context.tsx +0 -11
  227. package/src/components/Accordion/AccordionItem.figma.tsx +0 -27
  228. package/src/components/Accordion/AccordionItem.props.ts +0 -20
  229. package/src/components/Accordion/AccordionItemRoot.tsx +0 -27
  230. package/src/components/Accordion/AccordionRoot.tsx +0 -35
  231. package/src/components/Accordion/AccordionTitleText.tsx +0 -19
  232. package/src/components/Accordion/AccordionTrigger.tsx +0 -54
  233. package/src/components/Accordion/index.ts +0 -10
  234. package/src/components/Alert/Alert.context.ts +0 -8
  235. package/src/components/Alert/Alert.figma.tsx +0 -47
  236. package/src/components/Alert/Alert.props.ts +0 -67
  237. package/src/components/Alert/Alert.stories.tsx +0 -87
  238. package/src/components/Alert/Alert.tsx +0 -109
  239. package/src/components/Alert/AlertCloseButton.tsx +0 -54
  240. package/src/components/Alert/AlertContent.tsx +0 -22
  241. package/src/components/Alert/AlertIcon.tsx +0 -54
  242. package/src/components/Alert/AlertIconButton.tsx +0 -49
  243. package/src/components/Alert/AlertLink.tsx +0 -60
  244. package/src/components/Alert/AlertText.tsx +0 -39
  245. package/src/components/Alert/AlertTitle.tsx +0 -39
  246. package/src/components/Alert/index.ts +0 -8
  247. package/src/components/Avatar/Avatar.figma.tsx +0 -23
  248. package/src/components/Avatar/Avatar.props.ts +0 -31
  249. package/src/components/Avatar/Avatar.stories.tsx +0 -76
  250. package/src/components/Avatar/Avatar.tsx +0 -134
  251. package/src/components/Avatar/index.ts +0 -2
  252. package/src/components/Badge/Badge.context.ts +0 -11
  253. package/src/components/Badge/Badge.figma.tsx +0 -47
  254. package/src/components/Badge/Badge.props.ts +0 -26
  255. package/src/components/Badge/Badge.stories.tsx +0 -184
  256. package/src/components/Badge/Badge.tsx +0 -300
  257. package/src/components/Badge/BadgeIcon.tsx +0 -158
  258. package/src/components/Badge/BadgeText.tsx +0 -166
  259. package/src/components/Badge/index.ts +0 -3
  260. package/src/components/Banner/Banner.context.ts +0 -11
  261. package/src/components/Banner/Banner.figma.tsx +0 -23
  262. package/src/components/Banner/Banner.props.ts +0 -99
  263. package/src/components/Banner/Banner.stories.tsx +0 -650
  264. package/src/components/Banner/Banner.tsx +0 -337
  265. package/src/components/Banner/BannerIllustration.figma.tsx +0 -30
  266. package/src/components/Banner/BannerIllustration.tsx +0 -58
  267. package/src/components/Banner/BannerImage.tsx +0 -63
  268. package/src/components/Banner/index.ts +0 -4
  269. package/src/components/BodyText/BodyText.props.ts +0 -10
  270. package/src/components/BodyText/BodyText.stories.tsx +0 -147
  271. package/src/components/BodyText/BodyText.tsx +0 -144
  272. package/src/components/BodyText/index.ts +0 -2
  273. package/src/components/BottomSheet/BottomSheet.context.ts +0 -15
  274. package/src/components/BottomSheet/BottomSheet.props.ts +0 -49
  275. package/src/components/BottomSheet/BottomSheet.stories.tsx +0 -335
  276. package/src/components/BottomSheet/BottomSheet.tsx +0 -71
  277. package/src/components/BottomSheet/BottomSheetBackdrop.tsx +0 -29
  278. package/src/components/BottomSheet/BottomSheetFlatList.tsx +0 -65
  279. package/src/components/BottomSheet/BottomSheetHandle.tsx +0 -48
  280. package/src/components/BottomSheet/BottomSheetModal.figma.tsx +0 -20
  281. package/src/components/BottomSheet/BottomSheetModal.tsx +0 -70
  282. package/src/components/BottomSheet/BottomSheetModalProvider.tsx +0 -33
  283. package/src/components/BottomSheet/BottomSheetScrollView.tsx +0 -74
  284. package/src/components/BottomSheet/BottomSheetView.tsx +0 -67
  285. package/src/components/BottomSheet/index.ts +0 -20
  286. package/src/components/BottomSheet/useBottomSheetLogic.tsx +0 -53
  287. package/src/components/Box/Box.props.ts +0 -13
  288. package/src/components/Box/Box.stories.tsx +0 -70
  289. package/src/components/Box/Box.tsx +0 -107
  290. package/src/components/Box/index.ts +0 -1
  291. package/src/components/Button/Button.context.ts +0 -13
  292. package/src/components/Button/Button.figma.tsx +0 -132
  293. package/src/components/Button/Button.props.tsx +0 -84
  294. package/src/components/Button/Button.stories.tsx +0 -293
  295. package/src/components/Button/Button.tsx +0 -83
  296. package/src/components/Button/ButtonGroup.context.ts +0 -5
  297. package/src/components/Button/ButtonGroup.tsx +0 -25
  298. package/src/components/Button/ButtonGroupRoot.tsx +0 -85
  299. package/src/components/Button/ButtonIcon.tsx +0 -141
  300. package/src/components/Button/ButtonRoot.tsx +0 -451
  301. package/src/components/Button/ButtonSpinner.tsx +0 -60
  302. package/src/components/Button/ButtonText.tsx +0 -134
  303. package/src/components/Button/index.ts +0 -3
  304. package/src/components/Card/Card.context.ts +0 -19
  305. package/src/components/Card/Card.figma.tsx +0 -29
  306. package/src/components/Card/Card.props.ts +0 -34
  307. package/src/components/Card/Card.stories.tsx +0 -370
  308. package/src/components/Card/Card.tsx +0 -10
  309. package/src/components/Card/CardAction/CardAction.context.ts +0 -22
  310. package/src/components/Card/CardAction/CardAction.figma.tsx +0 -44
  311. package/src/components/Card/CardAction/CardAction.props.ts +0 -86
  312. package/src/components/Card/CardAction/CardAction.stories.tsx +0 -412
  313. package/src/components/Card/CardAction/CardAction.tsx +0 -10
  314. package/src/components/Card/CardAction/CardActionContent.tsx +0 -20
  315. package/src/components/Card/CardAction/CardActionHelperText.tsx +0 -21
  316. package/src/components/Card/CardAction/CardActionIcon.tsx +0 -32
  317. package/src/components/Card/CardAction/CardActionLeadingContent.tsx +0 -9
  318. package/src/components/Card/CardAction/CardActionRoot.tsx +0 -270
  319. package/src/components/Card/CardAction/CardActionText.tsx +0 -17
  320. package/src/components/Card/CardAction/CardActionTrailingContent.tsx +0 -9
  321. package/src/components/Card/CardAction/CardActionTrailingIcon.tsx +0 -32
  322. package/src/components/Card/CardAction/index.ts +0 -10
  323. package/src/components/Card/CardActions.context.ts +0 -12
  324. package/src/components/Card/CardActions.tsx +0 -40
  325. package/src/components/Card/CardContent.tsx +0 -40
  326. package/src/components/Card/CardPressHandler.context.ts +0 -12
  327. package/src/components/Card/CardPressHandler.tsx +0 -20
  328. package/src/components/Card/CardRoot.tsx +0 -357
  329. package/src/components/Card/helpers.tsx +0 -195
  330. package/src/components/Card/index.ts +0 -7
  331. package/src/components/Carousel/Carousel.context.tsx +0 -8
  332. package/src/components/Carousel/Carousel.figma.tsx +0 -22
  333. package/src/components/Carousel/Carousel.props.ts +0 -89
  334. package/src/components/Carousel/Carousel.stories.tsx +0 -317
  335. package/src/components/Carousel/Carousel.tsx +0 -448
  336. package/src/components/Carousel/CarouselControlItem.tsx +0 -87
  337. package/src/components/Carousel/CarouselControls.tsx +0 -150
  338. package/src/components/Carousel/CarouselItem.tsx +0 -68
  339. package/src/components/Carousel/index.ts +0 -6
  340. package/src/components/Center/Center.docs.mdx +0 -42
  341. package/src/components/Center/Center.stories.tsx +0 -30
  342. package/src/components/Center/Center.tsx +0 -12
  343. package/src/components/Center/index.ts +0 -1
  344. package/src/components/Checkbox/Checkbox.context.ts +0 -9
  345. package/src/components/Checkbox/Checkbox.figma.tsx +0 -26
  346. package/src/components/Checkbox/Checkbox.props.ts +0 -47
  347. package/src/components/Checkbox/Checkbox.stories.tsx +0 -217
  348. package/src/components/Checkbox/Checkbox.tsx +0 -110
  349. package/src/components/Checkbox/CheckboxGroup.context.ts +0 -10
  350. package/src/components/Checkbox/CheckboxGroup.figma.tsx +0 -73
  351. package/src/components/Checkbox/CheckboxGroup.props.ts +0 -23
  352. package/src/components/Checkbox/CheckboxGroup.stories.tsx +0 -100
  353. package/src/components/Checkbox/CheckboxGroup.tsx +0 -114
  354. package/src/components/Checkbox/CheckboxGroupRoot.tsx +0 -36
  355. package/src/components/Checkbox/CheckboxGroupTextContent.tsx +0 -14
  356. package/src/components/Checkbox/CheckboxIcon.tsx +0 -30
  357. package/src/components/Checkbox/CheckboxImage.figma.tsx +0 -27
  358. package/src/components/Checkbox/CheckboxImage.tsx +0 -14
  359. package/src/components/Checkbox/CheckboxIndicator.tsx +0 -63
  360. package/src/components/Checkbox/CheckboxLabel.tsx +0 -14
  361. package/src/components/Checkbox/CheckboxRoot.tsx +0 -64
  362. package/src/components/Checkbox/CheckboxTextContent.tsx +0 -21
  363. package/src/components/Checkbox/CheckboxTileRoot.figma.tsx +0 -29
  364. package/src/components/Checkbox/CheckboxTileRoot.tsx +0 -50
  365. package/src/components/Checkbox/index.ts +0 -12
  366. package/src/components/Combobox/Combobox.context.ts +0 -26
  367. package/src/components/Combobox/Combobox.figma.tsx +0 -60
  368. package/src/components/Combobox/Combobox.props.ts +0 -187
  369. package/src/components/Combobox/Combobox.stories.tsx +0 -233
  370. package/src/components/Combobox/Combobox.tsx +0 -446
  371. package/src/components/Combobox/ComboboxOption.tsx +0 -100
  372. package/src/components/Combobox/index.ts +0 -9
  373. package/src/components/Container/Container.props.ts +0 -32
  374. package/src/components/Container/Container.stories.tsx +0 -290
  375. package/src/components/Container/Container.tsx +0 -52
  376. package/src/components/Container/index.tsx +0 -2
  377. package/src/components/CurrencyInput/CurrencyInput.figma.tsx +0 -72
  378. package/src/components/CurrencyInput/CurrencyInput.props.ts +0 -27
  379. package/src/components/CurrencyInput/CurrencyInput.stories.tsx +0 -147
  380. package/src/components/CurrencyInput/CurrencyInput.tsx +0 -101
  381. package/src/components/CurrencyInput/index.ts +0 -1
  382. package/src/components/DateInput/DateInput.figma.tsx +0 -88
  383. package/src/components/DateInput/DateInput.props.ts +0 -125
  384. package/src/components/DateInput/DateInput.stories.tsx +0 -314
  385. package/src/components/DateInput/DateInput.tsx +0 -135
  386. package/src/components/DateInput/DateInputSegment.tsx +0 -69
  387. package/src/components/DateInput/index.ts +0 -2
  388. package/src/components/DatePicker/DatePicker.context.ts +0 -23
  389. package/src/components/DatePicker/DatePicker.figma.tsx +0 -47
  390. package/src/components/DatePicker/DatePicker.props.ts +0 -139
  391. package/src/components/DatePicker/DatePicker.stories.tsx +0 -98
  392. package/src/components/DatePicker/DatePicker.tsx +0 -673
  393. package/src/components/DatePicker/DatePickerCalendar.tsx +0 -58
  394. package/src/components/DatePicker/DatePickerDay.tsx +0 -302
  395. package/src/components/DatePicker/DatePickerDays.tsx +0 -241
  396. package/src/components/DatePicker/DatePickerFooter.tsx +0 -35
  397. package/src/components/DatePicker/DatePickerHeader/DatePickerHeader.props.ts +0 -8
  398. package/src/components/DatePicker/DatePickerHeader/DatePickerMonthButton.tsx +0 -29
  399. package/src/components/DatePicker/DatePickerHeader/DatePickerNextButton.tsx +0 -46
  400. package/src/components/DatePicker/DatePickerHeader/DatePickerPrevButton.tsx +0 -46
  401. package/src/components/DatePicker/DatePickerHeader/DatePickerSelectors.tsx +0 -96
  402. package/src/components/DatePicker/DatePickerHeader/DatePickerTimeButton.tsx +0 -48
  403. package/src/components/DatePicker/DatePickerHeader/DatePickerYearButton.tsx +0 -50
  404. package/src/components/DatePicker/DatePickerHeader/index.tsx +0 -64
  405. package/src/components/DatePicker/DatePickerMonths.tsx +0 -101
  406. package/src/components/DatePicker/DatePickerWeekdays.tsx +0 -49
  407. package/src/components/DatePicker/DatePickerYears.tsx +0 -119
  408. package/src/components/DatePicker/enums.ts +0 -14
  409. package/src/components/DatePicker/index.ts +0 -15
  410. package/src/components/DatePicker/polyfill.ts +0 -21
  411. package/src/components/DatePicker/utils.ts +0 -549
  412. package/src/components/DatePickerInput/DatePickerInput.figma.tsx +0 -34
  413. package/src/components/DatePickerInput/DatePickerInput.props.ts +0 -56
  414. package/src/components/DatePickerInput/DatePickerInput.stories.tsx +0 -178
  415. package/src/components/DatePickerInput/DatePickerInput.tsx +0 -277
  416. package/src/components/DatePickerInput/DatePickerInputDoneButton.tsx +0 -42
  417. package/src/components/DatePickerInput/DatePickerInputDoneButton.web.tsx +0 -7
  418. package/src/components/DatePickerInput/index.ts +0 -2
  419. package/src/components/DescriptionList/DescriptionList.context.ts +0 -18
  420. package/src/components/DescriptionList/DescriptionList.figma.tsx +0 -47
  421. package/src/components/DescriptionList/DescriptionList.props.ts +0 -14
  422. package/src/components/DescriptionList/DescriptionList.stories.tsx +0 -172
  423. package/src/components/DescriptionList/DescriptionList.tsx +0 -54
  424. package/src/components/DescriptionList/DescriptionListItem.figma.tsx +0 -42
  425. package/src/components/DescriptionList/DescriptionListItem.props.ts +0 -15
  426. package/src/components/DescriptionList/DescriptionListItem.tsx +0 -106
  427. package/src/components/DescriptionList/index.ts +0 -4
  428. package/src/components/DetailText/DetailText.props.ts +0 -8
  429. package/src/components/DetailText/DetailText.stories.tsx +0 -148
  430. package/src/components/DetailText/DetailText.tsx +0 -147
  431. package/src/components/DetailText/index.ts +0 -1
  432. package/src/components/Divider/Divider.figma.tsx +0 -12
  433. package/src/components/Divider/Divider.props.ts +0 -19
  434. package/src/components/Divider/Divider.stories.tsx +0 -60
  435. package/src/components/Divider/Divider.tsx +0 -240
  436. package/src/components/Divider/index.ts +0 -1
  437. package/src/components/Expandable/Expandable.props.ts +0 -46
  438. package/src/components/Expandable/Expandable.stories.tsx +0 -284
  439. package/src/components/Expandable/Expandable.tsx +0 -92
  440. package/src/components/Expandable/index.ts +0 -2
  441. package/src/components/ExpandableCard/ExpandableCard.figma.tsx +0 -49
  442. package/src/components/ExpandableCard/ExpandableCard.props.ts +0 -108
  443. package/src/components/ExpandableCard/ExpandableCard.stories.tsx +0 -376
  444. package/src/components/ExpandableCard/ExpandableCard.tsx +0 -84
  445. package/src/components/ExpandableCard/ExpandableCardContent.tsx +0 -21
  446. package/src/components/ExpandableCard/ExpandableCardExpandedContent.tsx +0 -42
  447. package/src/components/ExpandableCard/ExpandableCardGroup.figma.tsx +0 -40
  448. package/src/components/ExpandableCard/ExpandableCardGroup.props.ts +0 -36
  449. package/src/components/ExpandableCard/ExpandableCardGroup.tsx +0 -42
  450. package/src/components/ExpandableCard/ExpandableCardHelperText.tsx +0 -21
  451. package/src/components/ExpandableCard/ExpandableCardIcon.tsx +0 -32
  452. package/src/components/ExpandableCard/ExpandableCardLeadingContent.tsx +0 -9
  453. package/src/components/ExpandableCard/ExpandableCardText.tsx +0 -14
  454. package/src/components/ExpandableCard/ExpandableCardTrailingContent.tsx +0 -9
  455. package/src/components/ExpandableCard/ExpandableCardTrailingIcon.tsx +0 -30
  456. package/src/components/ExpandableCard/ExpandableCardTrigger.props.ts +0 -76
  457. package/src/components/ExpandableCard/ExpandableCardTrigger.tsx +0 -9
  458. package/src/components/ExpandableCard/ExpandableCardTriggerRoot.tsx +0 -173
  459. package/src/components/ExpandableCard/index.ts +0 -14
  460. package/src/components/Flex/Flex.props.ts +0 -31
  461. package/src/components/Flex/Flex.stories.tsx +0 -78
  462. package/src/components/Flex/Flex.tsx +0 -46
  463. package/src/components/Flex/index.ts +0 -1
  464. package/src/components/FormField/FormFielInvalidIcon.tsx +0 -11
  465. package/src/components/FormField/FormField.context.ts +0 -11
  466. package/src/components/FormField/FormField.figma.tsx +0 -23
  467. package/src/components/FormField/FormField.props.ts +0 -20
  468. package/src/components/FormField/FormField.stories.tsx +0 -134
  469. package/src/components/FormField/FormField.tsx +0 -123
  470. package/src/components/FormField/FormFieldHelper.tsx +0 -23
  471. package/src/components/FormField/FormFieldInvalid.tsx +0 -33
  472. package/src/components/FormField/FormFieldLabel.tsx +0 -16
  473. package/src/components/FormField/FormFieldRoot.tsx +0 -21
  474. package/src/components/FormField/FormFieldValid.tsx +0 -33
  475. package/src/components/FormField/FormFieldValidIcon.tsx +0 -11
  476. package/src/components/FormField/index.ts +0 -16
  477. package/src/components/Grid/Grid.props.ts +0 -62
  478. package/src/components/Grid/Grid.stories.tsx +0 -199
  479. package/src/components/Grid/Grid.tsx +0 -146
  480. package/src/components/Grid/index.ts +0 -2
  481. package/src/components/HTMLElements/ListItem.tsx +0 -33
  482. package/src/components/HTMLElements/OrderedList.stories.tsx +0 -86
  483. package/src/components/HTMLElements/OrderedList.tsx +0 -98
  484. package/src/components/HTMLElements/UnorderedList.stories.tsx +0 -110
  485. package/src/components/HTMLElements/UnorderedList.tsx +0 -92
  486. package/src/components/HTMLElements/index.ts +0 -3
  487. package/src/components/Heading/Heading.props.ts +0 -8
  488. package/src/components/Heading/Heading.stories.tsx +0 -128
  489. package/src/components/Heading/Heading.tsx +0 -193
  490. package/src/components/Heading/index.ts +0 -1
  491. package/src/components/Helper/Helper.props.ts +0 -24
  492. package/src/components/Helper/Helper.tsx +0 -66
  493. package/src/components/Helper/HelperContext.ts +0 -6
  494. package/src/components/Helper/HelperIcon.tsx +0 -44
  495. package/src/components/Helper/HelperText.figma.tsx +0 -23
  496. package/src/components/Helper/HelperText.tsx +0 -46
  497. package/src/components/Helper/index.ts +0 -3
  498. package/src/components/HighlightBanner/HighlightBanner.figma.tsx +0 -46
  499. package/src/components/HighlightBanner/HighlightBanner.props.ts +0 -29
  500. package/src/components/HighlightBanner/HighlightBanner.stories.tsx +0 -314
  501. package/src/components/HighlightBanner/HighlightBanner.tsx +0 -127
  502. package/src/components/HighlightBanner/HighlightBannerImage.tsx +0 -20
  503. package/src/components/HighlightBanner/index.ts +0 -3
  504. package/src/components/Icon/Icon.props.ts +0 -17
  505. package/src/components/Icon/Icon.stories.tsx +0 -44
  506. package/src/components/Icon/Icon.tsx +0 -52
  507. package/src/components/Icon/index.tsx +0 -2
  508. package/src/components/IconButton/IconButton.context.ts +0 -13
  509. package/src/components/IconButton/IconButton.figma.tsx +0 -45
  510. package/src/components/IconButton/IconButton.props.ts +0 -45
  511. package/src/components/IconButton/IconButton.stories.tsx +0 -271
  512. package/src/components/IconButton/IconButton.tsx +0 -37
  513. package/src/components/IconButton/IconButtonIcon.tsx +0 -156
  514. package/src/components/IconButton/IconButtonRoot.tsx +0 -478
  515. package/src/components/IconButton/IconButtonSpinner.tsx +0 -68
  516. package/src/components/IconButton/index.tsx +0 -2
  517. package/src/components/IconContainer/IconContainer.figma.tsx +0 -44
  518. package/src/components/IconContainer/IconContainer.props.ts +0 -17
  519. package/src/components/IconContainer/IconContainer.stories.tsx +0 -135
  520. package/src/components/IconContainer/IconContainer.tsx +0 -178
  521. package/src/components/IconContainer/index.tsx +0 -2
  522. package/src/components/Icons/CircleIcon.tsx +0 -21
  523. package/src/components/Icons/index.ts +0 -1
  524. package/src/components/IndicatorIconButton/IndicatorIconButton.docs.mdx +0 -85
  525. package/src/components/IndicatorIconButton/IndicatorIconButton.figma.tsx +0 -16
  526. package/src/components/IndicatorIconButton/IndicatorIconButton.props.ts +0 -12
  527. package/src/components/IndicatorIconButton/IndicatorIconButton.stories.tsx +0 -150
  528. package/src/components/IndicatorIconButton/IndicatorIconButton.tsx +0 -36
  529. package/src/components/IndicatorIconButton/index.tsx +0 -2
  530. package/src/components/InlineLink/InlineLink.context.ts +0 -10
  531. package/src/components/InlineLink/InlineLink.props.ts +0 -10
  532. package/src/components/InlineLink/InlineLink.stories.tsx +0 -91
  533. package/src/components/InlineLink/InlineLink.tsx +0 -26
  534. package/src/components/InlineLink/InlineLinkRoot.tsx +0 -87
  535. package/src/components/InlineLink/index.ts +0 -3
  536. package/src/components/Input/Input.context.ts +0 -6
  537. package/src/components/Input/Input.figma.tsx +0 -123
  538. package/src/components/Input/Input.props.ts +0 -118
  539. package/src/components/Input/Input.stories.tsx +0 -235
  540. package/src/components/Input/Input.tsx +0 -215
  541. package/src/components/Input/InputField.tsx +0 -75
  542. package/src/components/Input/InputIcon.tsx +0 -30
  543. package/src/components/Input/InputRoot.tsx +0 -89
  544. package/src/components/Input/InputSlot.tsx +0 -32
  545. package/src/components/Input/index.ts +0 -1
  546. package/src/components/Label/Label.figma.tsx +0 -24
  547. package/src/components/Label/Label.props.ts +0 -9
  548. package/src/components/Label/Label.tsx +0 -44
  549. package/src/components/Label/index.ts +0 -1
  550. package/src/components/Link/Link.context.ts +0 -10
  551. package/src/components/Link/Link.figma.tsx +0 -35
  552. package/src/components/Link/Link.props.ts +0 -18
  553. package/src/components/Link/Link.stories.tsx +0 -75
  554. package/src/components/Link/Link.tsx +0 -44
  555. package/src/components/Link/LinkIcon.tsx +0 -60
  556. package/src/components/Link/LinkRoot.tsx +0 -65
  557. package/src/components/Link/LinkText.tsx +0 -59
  558. package/src/components/Link/index.ts +0 -4
  559. package/src/components/List/List.context.ts +0 -16
  560. package/src/components/List/List.figma.tsx +0 -45
  561. package/src/components/List/List.props.ts +0 -13
  562. package/src/components/List/List.stories.tsx +0 -535
  563. package/src/components/List/List.tsx +0 -109
  564. package/src/components/List/ListAction/ListAction.figma.tsx +0 -21
  565. package/src/components/List/ListAction/ListAction.props.ts +0 -10
  566. package/src/components/List/ListAction/ListAction.tsx +0 -165
  567. package/src/components/List/ListAction/ListActionContent.tsx +0 -21
  568. package/src/components/List/ListAction/ListActionText.tsx +0 -14
  569. package/src/components/List/ListAction/ListActionTrailingContent.tsx +0 -9
  570. package/src/components/List/ListAction/ListActionTrailingIcon.tsx +0 -33
  571. package/src/components/List/ListAction/index.ts +0 -6
  572. package/src/components/List/ListItem/ListItem.context.ts +0 -11
  573. package/src/components/List/ListItem/ListItem.figma.tsx +0 -56
  574. package/src/components/List/ListItem/ListItem.props.ts +0 -38
  575. package/src/components/List/ListItem/ListItem.tsx +0 -10
  576. package/src/components/List/ListItem/ListItemContent.tsx +0 -21
  577. package/src/components/List/ListItem/ListItemHeading.tsx +0 -20
  578. package/src/components/List/ListItem/ListItemHelperText.tsx +0 -20
  579. package/src/components/List/ListItem/ListItemIcon.tsx +0 -32
  580. package/src/components/List/ListItem/ListItemLeadingContent.figma.tsx +0 -29
  581. package/src/components/List/ListItem/ListItemLeadingContent.tsx +0 -9
  582. package/src/components/List/ListItem/ListItemRoot.tsx +0 -221
  583. package/src/components/List/ListItem/ListItemTrailingContent.figma.tsx +0 -27
  584. package/src/components/List/ListItem/ListItemTrailingContent.tsx +0 -9
  585. package/src/components/List/ListItem/ListItemTrailingIcon.tsx +0 -31
  586. package/src/components/List/ListItem/index.ts +0 -9
  587. package/src/components/List/index.ts +0 -4
  588. package/src/components/Menu/Menu.context.ts +0 -15
  589. package/src/components/Menu/Menu.figma.tsx +0 -30
  590. package/src/components/Menu/Menu.props.ts +0 -20
  591. package/src/components/Menu/Menu.stories.tsx +0 -292
  592. package/src/components/Menu/Menu.tsx +0 -51
  593. package/src/components/Menu/MenuItem.figma.tsx +0 -39
  594. package/src/components/Menu/MenuItem.props.ts +0 -29
  595. package/src/components/Menu/MenuItem.tsx +0 -145
  596. package/src/components/Menu/MenuTrigger.props.ts +0 -14
  597. package/src/components/Menu/MenuTrigger.tsx +0 -20
  598. package/src/components/Menu/index.ts +0 -7
  599. package/src/components/Modal/Modal.figma.tsx +0 -67
  600. package/src/components/Modal/Modal.props.ts +0 -25
  601. package/src/components/Modal/Modal.shared.types.ts +0 -43
  602. package/src/components/Modal/Modal.stories.tsx +0 -405
  603. package/src/components/Modal/Modal.tsx +0 -411
  604. package/src/components/Modal/Modal.web.tsx +0 -238
  605. package/src/components/Modal/ModalImage.tsx +0 -20
  606. package/src/components/Modal/index.ts +0 -3
  607. package/src/components/NavModal/NavModal.figma.tsx +0 -13
  608. package/src/components/NavModal/NavModal.props.ts +0 -31
  609. package/src/components/NavModal/NavModal.stories.tsx +0 -160
  610. package/src/components/NavModal/NavModal.tsx +0 -426
  611. package/src/components/NavModal/index.ts +0 -2
  612. package/src/components/Pagination/Pagination.figma.tsx +0 -20
  613. package/src/components/Pagination/Pagination.props.ts +0 -28
  614. package/src/components/Pagination/Pagination.stories.tsx +0 -88
  615. package/src/components/Pagination/Pagination.tsx +0 -248
  616. package/src/components/Pagination/Pagination.utils.test.ts +0 -20
  617. package/src/components/Pagination/Pagination.utils.ts +0 -37
  618. package/src/components/Pagination/index.ts +0 -2
  619. package/src/components/PillGroup/Pill.figma.tsx +0 -12
  620. package/src/components/PillGroup/Pill.props.ts +0 -13
  621. package/src/components/PillGroup/Pill.tsx +0 -118
  622. package/src/components/PillGroup/PillGroup.context.tsx +0 -12
  623. package/src/components/PillGroup/PillGroup.docs.mdx +0 -96
  624. package/src/components/PillGroup/PillGroup.figma.tsx +0 -20
  625. package/src/components/PillGroup/PillGroup.props.ts +0 -36
  626. package/src/components/PillGroup/PillGroup.stories.tsx +0 -158
  627. package/src/components/PillGroup/PillGroup.tsx +0 -70
  628. package/src/components/PillGroup/index.ts +0 -4
  629. package/src/components/ProgressBar/ProgressBar.figma.tsx +0 -79
  630. package/src/components/ProgressBar/ProgressBar.props.ts +0 -60
  631. package/src/components/ProgressBar/ProgressBar.stories.tsx +0 -117
  632. package/src/components/ProgressBar/ProgressBar.tsx +0 -74
  633. package/src/components/ProgressBar/ProgressBarCircular.tsx +0 -181
  634. package/src/components/ProgressBar/ProgressBarLinear.tsx +0 -127
  635. package/src/components/ProgressBar/index.ts +0 -7
  636. package/src/components/ProgressStepper/ProgressStep.figma.tsx +0 -19
  637. package/src/components/ProgressStepper/ProgressStep.tsx +0 -134
  638. package/src/components/ProgressStepper/ProgressStepper.docs.mdx +0 -87
  639. package/src/components/ProgressStepper/ProgressStepper.figma.tsx +0 -13
  640. package/src/components/ProgressStepper/ProgressStepper.props.ts +0 -27
  641. package/src/components/ProgressStepper/ProgressStepper.stories.tsx +0 -107
  642. package/src/components/ProgressStepper/ProgressStepper.tsx +0 -26
  643. package/src/components/ProgressStepper/ProgressStepperRoot.tsx +0 -32
  644. package/src/components/ProgressStepper/index.ts +0 -3
  645. package/src/components/Radio/Radio.context.ts +0 -9
  646. package/src/components/Radio/Radio.figma.tsx +0 -38
  647. package/src/components/Radio/Radio.props.ts +0 -38
  648. package/src/components/Radio/Radio.stories.tsx +0 -254
  649. package/src/components/Radio/Radio.tsx +0 -98
  650. package/src/components/Radio/RadioGroup.context.ts +0 -10
  651. package/src/components/Radio/RadioGroup.figma.tsx +0 -82
  652. package/src/components/Radio/RadioGroup.props.ts +0 -23
  653. package/src/components/Radio/RadioGroup.stories.tsx +0 -131
  654. package/src/components/Radio/RadioGroup.tsx +0 -113
  655. package/src/components/Radio/RadioGroupRoot.tsx +0 -36
  656. package/src/components/Radio/RadioGroupTextContent.tsx +0 -14
  657. package/src/components/Radio/RadioIcon.tsx +0 -37
  658. package/src/components/Radio/RadioImage.figma.tsx +0 -27
  659. package/src/components/Radio/RadioImage.tsx +0 -14
  660. package/src/components/Radio/RadioIndicator.tsx +0 -63
  661. package/src/components/Radio/RadioLabel.tsx +0 -14
  662. package/src/components/Radio/RadioRoot.tsx +0 -65
  663. package/src/components/Radio/RadioTextContent.tsx +0 -21
  664. package/src/components/Radio/RadioTile.figma.tsx +0 -38
  665. package/src/components/Radio/RadioTileRoot.tsx +0 -46
  666. package/src/components/Radio/index.ts +0 -6
  667. package/src/components/RadioCard/RadioCard.context.ts +0 -8
  668. package/src/components/RadioCard/RadioCard.figma.tsx +0 -24
  669. package/src/components/RadioCard/RadioCard.props.ts +0 -19
  670. package/src/components/RadioCard/RadioCard.stories.tsx +0 -45
  671. package/src/components/RadioCard/RadioCard.tsx +0 -62
  672. package/src/components/RadioCard/RadioCardGroup.context.ts +0 -16
  673. package/src/components/RadioCard/RadioCardGroup.props.ts +0 -36
  674. package/src/components/RadioCard/RadioCardGroup.stories.tsx +0 -94
  675. package/src/components/RadioCard/RadioCardGroup.tsx +0 -57
  676. package/src/components/RadioCard/RadioCardIcon.tsx +0 -33
  677. package/src/components/RadioCard/RadioCardIndicator.tsx +0 -63
  678. package/src/components/RadioCard/RadioCardLabel.tsx +0 -19
  679. package/src/components/RadioCard/RadioCardRoot.tsx +0 -85
  680. package/src/components/RadioCard/index.ts +0 -8
  681. package/src/components/Rating/Rating.docs.mdx +0 -217
  682. package/src/components/Rating/Rating.figma.tsx +0 -39
  683. package/src/components/Rating/Rating.props.ts +0 -28
  684. package/src/components/Rating/Rating.stories.tsx +0 -112
  685. package/src/components/Rating/Rating.tsx +0 -198
  686. package/src/components/Rating/Rating.utils.test.ts +0 -15
  687. package/src/components/Rating/Rating.utils.ts +0 -14
  688. package/src/components/Rating/RatingEmoji.tsx +0 -28
  689. package/src/components/Rating/RatingStarEmpty.tsx +0 -22
  690. package/src/components/Rating/RatingStarFilled.tsx +0 -27
  691. package/src/components/Rating/index.ts +0 -2
  692. package/src/components/Roundel/Roundel.figma.tsx +0 -17
  693. package/src/components/Roundel/Roundel.props.ts +0 -8
  694. package/src/components/Roundel/Roundel.stories.tsx +0 -49
  695. package/src/components/Roundel/Roundel.tsx +0 -51
  696. package/src/components/Roundel/index.ts +0 -2
  697. package/src/components/SectionHeader/SectionHeader.figma.tsx +0 -37
  698. package/src/components/SectionHeader/SectionHeader.props.ts +0 -29
  699. package/src/components/SectionHeader/SectionHeader.stories.tsx +0 -86
  700. package/src/components/SectionHeader/SectionHeader.tsx +0 -61
  701. package/src/components/SectionHeader/SectionHeaderHeading.tsx +0 -14
  702. package/src/components/SectionHeader/SectionHeaderHelperText.tsx +0 -21
  703. package/src/components/SectionHeader/SectionHeaderTextContent.tsx +0 -21
  704. package/src/components/SectionHeader/SectionHeaderTrailingContent.tsx +0 -20
  705. package/src/components/SectionHeader/index.ts +0 -5
  706. package/src/components/SegmentedControl/SegmentedControl.context.ts +0 -22
  707. package/src/components/SegmentedControl/SegmentedControl.figma.tsx +0 -39
  708. package/src/components/SegmentedControl/SegmentedControl.props.ts +0 -20
  709. package/src/components/SegmentedControl/SegmentedControl.stories.tsx +0 -98
  710. package/src/components/SegmentedControl/SegmentedControl.tsx +0 -260
  711. package/src/components/SegmentedControl/SegmentedControlOption.props.ts +0 -16
  712. package/src/components/SegmentedControl/SegmentedControlOption.tsx +0 -237
  713. package/src/components/SegmentedControl/index.ts +0 -4
  714. package/src/components/Select/Select.context.ts +0 -15
  715. package/src/components/Select/Select.figma.tsx +0 -56
  716. package/src/components/Select/Select.props.ts +0 -161
  717. package/src/components/Select/Select.stories.tsx +0 -290
  718. package/src/components/Select/Select.tsx +0 -321
  719. package/src/components/Select/SelectOption.figma.tsx +0 -18
  720. package/src/components/Select/SelectOption.tsx +0 -103
  721. package/src/components/Select/index.ts +0 -7
  722. package/src/components/Skeleton/Skeleton.props.ts +0 -11
  723. package/src/components/Skeleton/Skeleton.stories.tsx +0 -33
  724. package/src/components/Skeleton/Skeleton.tsx +0 -77
  725. package/src/components/Skeleton/index.ts +0 -1
  726. package/src/components/Spinner/Spinner.figma.tsx +0 -14
  727. package/src/components/Spinner/Spinner.props.ts +0 -10
  728. package/src/components/Spinner/Spinner.stories.tsx +0 -56
  729. package/src/components/Spinner/Spinner.tsx +0 -157
  730. package/src/components/Spinner/Spinner.web.tsx +0 -149
  731. package/src/components/Spinner/index.ts +0 -2
  732. package/src/components/StepperInput/StepperButton.tsx +0 -83
  733. package/src/components/StepperInput/StepperInput.figma.tsx +0 -45
  734. package/src/components/StepperInput/StepperInput.props.ts +0 -39
  735. package/src/components/StepperInput/StepperInput.stories.tsx +0 -270
  736. package/src/components/StepperInput/StepperInput.tsx +0 -322
  737. package/src/components/StepperInput/index.ts +0 -2
  738. package/src/components/Switch/Switch.figma.tsx +0 -16
  739. package/src/components/Switch/Switch.props.ts +0 -10
  740. package/src/components/Switch/Switch.stories.tsx +0 -80
  741. package/src/components/Switch/Switch.tsx +0 -209
  742. package/src/components/Switch/Switch.web.tsx +0 -207
  743. package/src/components/Switch/index.ts +0 -1
  744. package/src/components/Table/Table.context.tsx +0 -23
  745. package/src/components/Table/Table.docs.mdx +0 -239
  746. package/src/components/Table/Table.figma.tsx +0 -65
  747. package/src/components/Table/Table.props.ts +0 -65
  748. package/src/components/Table/Table.stories.tsx +0 -399
  749. package/src/components/Table/Table.tsx +0 -127
  750. package/src/components/Table/Table.utils.test.ts +0 -82
  751. package/src/components/Table/Table.utils.ts +0 -72
  752. package/src/components/Table/TableBody.tsx +0 -25
  753. package/src/components/Table/TableCell.tsx +0 -67
  754. package/src/components/Table/TableHeader.tsx +0 -41
  755. package/src/components/Table/TableHeaderCell.tsx +0 -145
  756. package/src/components/Table/TablePagination.tsx +0 -10
  757. package/src/components/Table/TableRow.tsx +0 -42
  758. package/src/components/Table/index.ts +0 -16
  759. package/src/components/Tabs/Tab.figma.tsx +0 -21
  760. package/src/components/Tabs/Tab.props.ts +0 -16
  761. package/src/components/Tabs/Tab.tsx +0 -114
  762. package/src/components/Tabs/TabPanel.props.ts +0 -10
  763. package/src/components/Tabs/TabPanel.tsx +0 -46
  764. package/src/components/Tabs/Tabs.context.ts +0 -26
  765. package/src/components/Tabs/Tabs.figma.tsx +0 -20
  766. package/src/components/Tabs/Tabs.props.ts +0 -21
  767. package/src/components/Tabs/Tabs.stories.tsx +0 -270
  768. package/src/components/Tabs/Tabs.tsx +0 -138
  769. package/src/components/Tabs/TabsList.props.ts +0 -8
  770. package/src/components/Tabs/TabsList.tsx +0 -194
  771. package/src/components/Tabs/index.ts +0 -8
  772. package/src/components/Textarea/Textarea.context.ts +0 -6
  773. package/src/components/Textarea/Textarea.figma.tsx +0 -64
  774. package/src/components/Textarea/Textarea.props.ts +0 -74
  775. package/src/components/Textarea/Textarea.stories.tsx +0 -106
  776. package/src/components/Textarea/Textarea.tsx +0 -207
  777. package/src/components/Textarea/TextareaField.tsx +0 -45
  778. package/src/components/Textarea/TextareaRoot.tsx +0 -83
  779. package/src/components/Textarea/index.ts +0 -1
  780. package/src/components/ThemedImage/ThemedImage.props.ts +0 -15
  781. package/src/components/ThemedImage/ThemedImage.stories.tsx +0 -175
  782. package/src/components/ThemedImage/ThemedImage.tsx +0 -34
  783. package/src/components/ThemedImage/index.tsx +0 -2
  784. package/src/components/TimePicker/TimePicker.figma.tsx +0 -29
  785. package/src/components/TimePicker/TimePicker.props.ts +0 -45
  786. package/src/components/TimePicker/TimePicker.stories.tsx +0 -85
  787. package/src/components/TimePicker/TimePicker.tsx +0 -150
  788. package/src/components/TimePicker/TimePickerView.tsx +0 -216
  789. package/src/components/TimePicker/TimePickerWheel.tsx +0 -161
  790. package/src/components/TimePicker/TimePickerWheel.web.tsx +0 -217
  791. package/src/components/TimePicker/index.ts +0 -8
  792. package/src/components/TimePickerInput/TimePickerInput.figma.tsx +0 -34
  793. package/src/components/TimePickerInput/TimePickerInput.props.ts +0 -55
  794. package/src/components/TimePickerInput/TimePickerInput.stories.tsx +0 -175
  795. package/src/components/TimePickerInput/TimePickerInput.tsx +0 -283
  796. package/src/components/TimePickerInput/TimePickerInputDoneButton.tsx +0 -42
  797. package/src/components/TimePickerInput/TimePickerInputDoneButton.web.tsx +0 -7
  798. package/src/components/TimePickerInput/index.ts +0 -2
  799. package/src/components/Timeline/Timeline.figma.tsx +0 -89
  800. package/src/components/Timeline/Timeline.props.ts +0 -51
  801. package/src/components/Timeline/Timeline.stories.tsx +0 -102
  802. package/src/components/Timeline/Timeline.tsx +0 -48
  803. package/src/components/Timeline/TimelineItem.tsx +0 -293
  804. package/src/components/Timeline/index.ts +0 -9
  805. package/src/components/Toast/Toast.context.tsx +0 -139
  806. package/src/components/Toast/Toast.props.ts +0 -38
  807. package/src/components/Toast/Toast.stories.tsx +0 -385
  808. package/src/components/Toast/ToastItem.figma.tsx +0 -15
  809. package/src/components/Toast/ToastItem.tsx +0 -205
  810. package/src/components/Toast/index.ts +0 -3
  811. package/src/components/ToggleButton/ToggleButton.props.tsx +0 -7
  812. package/src/components/ToggleButton/ToggleButton.stories.tsx +0 -35
  813. package/src/components/ToggleButton/ToggleButton.tsx +0 -32
  814. package/src/components/ToggleButton/ToggleButtonIcon.tsx +0 -47
  815. package/src/components/ToggleButton/ToggleButtonRoot.tsx +0 -98
  816. package/src/components/ToggleButton/ToggleButtonText.tsx +0 -29
  817. package/src/components/ToggleButton/index.ts +0 -2
  818. package/src/components/ToggleButtonCard/ToggleButtonCard.context.ts +0 -8
  819. package/src/components/ToggleButtonCard/ToggleButtonCard.figma.tsx +0 -24
  820. package/src/components/ToggleButtonCard/ToggleButtonCard.props.ts +0 -17
  821. package/src/components/ToggleButtonCard/ToggleButtonCard.stories.tsx +0 -45
  822. package/src/components/ToggleButtonCard/ToggleButtonCard.tsx +0 -32
  823. package/src/components/ToggleButtonCard/ToggleButtonCardGroup.props.ts +0 -34
  824. package/src/components/ToggleButtonCard/ToggleButtonCardGroup.stories.tsx +0 -85
  825. package/src/components/ToggleButtonCard/ToggleButtonCardGroup.tsx +0 -48
  826. package/src/components/ToggleButtonCard/ToggleButtonCardRoot.tsx +0 -97
  827. package/src/components/ToggleButtonCard/index.ts +0 -2
  828. package/src/components/UnstyledIconButton/UnstyledIconButton.context.ts +0 -11
  829. package/src/components/UnstyledIconButton/UnstyledIconButton.figma.tsx +0 -49
  830. package/src/components/UnstyledIconButton/UnstyledIconButton.props.ts +0 -34
  831. package/src/components/UnstyledIconButton/UnstyledIconButton.stories.tsx +0 -96
  832. package/src/components/UnstyledIconButton/UnstyledIconButton.tsx +0 -68
  833. package/src/components/UnstyledIconButton/UnstyledIconButtonIcon.tsx +0 -74
  834. package/src/components/UnstyledIconButton/UnstyledIconButtonRoot.tsx +0 -61
  835. package/src/components/UnstyledIconButton/UnstyledIconButtonSpinner.tsx +0 -39
  836. package/src/components/UnstyledIconButton/index.tsx +0 -2
  837. package/src/components/VerificationInput/VerificationInput.figma.tsx +0 -53
  838. package/src/components/VerificationInput/VerificationInput.props.ts +0 -66
  839. package/src/components/VerificationInput/VerificationInput.stories.tsx +0 -249
  840. package/src/components/VerificationInput/VerificationInput.tsx +0 -290
  841. package/src/components/VerificationInput/VerificationInput.utils.test.ts +0 -48
  842. package/src/components/VerificationInput/VerificationInput.utils.ts +0 -32
  843. package/src/components/VerificationInput/VerificationInputSlot.tsx +0 -170
  844. package/src/components/VerificationInput/index.ts +0 -7
  845. package/src/components/index.ts +0 -77
  846. package/src/core/breakpoints.ts +0 -10
  847. package/src/core/index.ts +0 -38
  848. package/src/core/themes.ts +0 -390
  849. package/src/hooks/index.ts +0 -8
  850. package/src/hooks/useBreakpointValue.ts +0 -62
  851. package/src/hooks/useColorMode.ts +0 -18
  852. package/src/hooks/useFormFieldAccessibility.test.tsx +0 -74
  853. package/src/hooks/useFormFieldAccessibility.ts +0 -67
  854. package/src/hooks/useMedia.ts +0 -31
  855. package/src/hooks/usePrevious.ts +0 -9
  856. package/src/hooks/useStyleProps.ts +0 -95
  857. package/src/hooks/useTheme.ts +0 -9
  858. package/src/hooks/useToken.ts +0 -40
  859. package/src/index.ts +0 -4
  860. package/src/legacyTokens/common/brand.ts +0 -18
  861. package/src/legacyTokens/common/index.ts +0 -10
  862. package/src/legacyTokens/common/service.ts +0 -22
  863. package/src/legacyTokens/dark/apple.ts +0 -30
  864. package/src/legacyTokens/dark/cyan.ts +0 -50
  865. package/src/legacyTokens/dark/gold.ts +0 -46
  866. package/src/legacyTokens/dark/grape.ts +0 -30
  867. package/src/legacyTokens/dark/green.ts +0 -42
  868. package/src/legacyTokens/dark/grey.ts +0 -62
  869. package/src/legacyTokens/dark/index.ts +0 -42
  870. package/src/legacyTokens/dark/pink.ts +0 -30
  871. package/src/legacyTokens/dark/purple.ts +0 -50
  872. package/src/legacyTokens/dark/red.ts +0 -42
  873. package/src/legacyTokens/dark/rose.ts +0 -30
  874. package/src/legacyTokens/index.ts +0 -14
  875. package/src/legacyTokens/light/apple.ts +0 -30
  876. package/src/legacyTokens/light/cyan.ts +0 -50
  877. package/src/legacyTokens/light/gold.ts +0 -46
  878. package/src/legacyTokens/light/grape.ts +0 -30
  879. package/src/legacyTokens/light/green.ts +0 -42
  880. package/src/legacyTokens/light/grey.ts +0 -62
  881. package/src/legacyTokens/light/index.ts +0 -42
  882. package/src/legacyTokens/light/pink.ts +0 -30
  883. package/src/legacyTokens/light/purple.ts +0 -50
  884. package/src/legacyTokens/light/red.ts +0 -42
  885. package/src/legacyTokens/light/rose.ts +0 -34
  886. package/src/tokens/README.md +0 -7
  887. package/src/tokens/border-radius.ts +0 -12
  888. package/src/tokens/border-width.ts +0 -8
  889. package/src/tokens/color.ts +0 -659
  890. package/src/tokens/components/dark/accordion.ts +0 -27
  891. package/src/tokens/components/dark/alert.ts +0 -23
  892. package/src/tokens/components/dark/avatar.ts +0 -19
  893. package/src/tokens/components/dark/badge.ts +0 -24
  894. package/src/tokens/components/dark/banner.ts +0 -53
  895. package/src/tokens/components/dark/bottom-navigation.ts +0 -30
  896. package/src/tokens/components/dark/bottom-sheet.ts +0 -16
  897. package/src/tokens/components/dark/breadcrumb.ts +0 -7
  898. package/src/tokens/components/dark/button.ts +0 -19
  899. package/src/tokens/components/dark/card-accordion.ts +0 -13
  900. package/src/tokens/components/dark/card-action.ts +0 -11
  901. package/src/tokens/components/dark/card-content.ts +0 -25
  902. package/src/tokens/components/dark/card.ts +0 -38
  903. package/src/tokens/components/dark/carousel-control.ts +0 -11
  904. package/src/tokens/components/dark/checkbox.ts +0 -42
  905. package/src/tokens/components/dark/date-picker.ts +0 -44
  906. package/src/tokens/components/dark/description-list.ts +0 -20
  907. package/src/tokens/components/dark/divider.ts +0 -11
  908. package/src/tokens/components/dark/drawer.ts +0 -29
  909. package/src/tokens/components/dark/expandable-card.ts +0 -11
  910. package/src/tokens/components/dark/form-field.ts +0 -10
  911. package/src/tokens/components/dark/icon-button.ts +0 -46
  912. package/src/tokens/components/dark/icon-container.ts +0 -25
  913. package/src/tokens/components/dark/illustrations.ts +0 -7
  914. package/src/tokens/components/dark/index.ts +0 -58
  915. package/src/tokens/components/dark/indicator-icon-button.ts +0 -11
  916. package/src/tokens/components/dark/inline-link.ts +0 -14
  917. package/src/tokens/components/dark/input.ts +0 -43
  918. package/src/tokens/components/dark/link.ts +0 -20
  919. package/src/tokens/components/dark/list.ts +0 -48
  920. package/src/tokens/components/dark/menu.ts +0 -34
  921. package/src/tokens/components/dark/modal.ts +0 -36
  922. package/src/tokens/components/dark/navigation.ts +0 -61
  923. package/src/tokens/components/dark/overlay.ts +0 -8
  924. package/src/tokens/components/dark/pagination.ts +0 -13
  925. package/src/tokens/components/dark/parts.ts +0 -33
  926. package/src/tokens/components/dark/pill.ts +0 -16
  927. package/src/tokens/components/dark/progress-bar.ts +0 -41
  928. package/src/tokens/components/dark/progress-stepper.ts +0 -24
  929. package/src/tokens/components/dark/radio.ts +0 -39
  930. package/src/tokens/components/dark/rating.ts +0 -8
  931. package/src/tokens/components/dark/section-header.ts +0 -10
  932. package/src/tokens/components/dark/segmented-control.ts +0 -19
  933. package/src/tokens/components/dark/select.ts +0 -45
  934. package/src/tokens/components/dark/skeleton.ts +0 -7
  935. package/src/tokens/components/dark/spinner.ts +0 -24
  936. package/src/tokens/components/dark/switch.ts +0 -25
  937. package/src/tokens/components/dark/table.ts +0 -27
  938. package/src/tokens/components/dark/tabs.ts +0 -25
  939. package/src/tokens/components/dark/time-picker.ts +0 -30
  940. package/src/tokens/components/dark/timeline.ts +0 -27
  941. package/src/tokens/components/dark/toast.ts +0 -17
  942. package/src/tokens/components/dark/toggle-button.ts +0 -13
  943. package/src/tokens/components/dark/tooltip.ts +0 -13
  944. package/src/tokens/components/dark/top-navigation.ts +0 -18
  945. package/src/tokens/components/index.ts +0 -6
  946. package/src/tokens/components/light/accordion.ts +0 -27
  947. package/src/tokens/components/light/alert.ts +0 -23
  948. package/src/tokens/components/light/avatar.ts +0 -19
  949. package/src/tokens/components/light/badge.ts +0 -24
  950. package/src/tokens/components/light/banner.ts +0 -53
  951. package/src/tokens/components/light/bottom-navigation.ts +0 -30
  952. package/src/tokens/components/light/bottom-sheet.ts +0 -16
  953. package/src/tokens/components/light/breadcrumb.ts +0 -7
  954. package/src/tokens/components/light/button.ts +0 -19
  955. package/src/tokens/components/light/card-accordion.ts +0 -13
  956. package/src/tokens/components/light/card-action.ts +0 -11
  957. package/src/tokens/components/light/card-content.ts +0 -25
  958. package/src/tokens/components/light/card.ts +0 -38
  959. package/src/tokens/components/light/carousel-control.ts +0 -11
  960. package/src/tokens/components/light/checkbox.ts +0 -42
  961. package/src/tokens/components/light/date-picker.ts +0 -44
  962. package/src/tokens/components/light/description-list.ts +0 -20
  963. package/src/tokens/components/light/divider.ts +0 -11
  964. package/src/tokens/components/light/drawer.ts +0 -29
  965. package/src/tokens/components/light/expandable-card.ts +0 -11
  966. package/src/tokens/components/light/form-field.ts +0 -10
  967. package/src/tokens/components/light/icon-button.ts +0 -46
  968. package/src/tokens/components/light/icon-container.ts +0 -25
  969. package/src/tokens/components/light/illustrations.ts +0 -7
  970. package/src/tokens/components/light/index.ts +0 -58
  971. package/src/tokens/components/light/indicator-icon-button.ts +0 -11
  972. package/src/tokens/components/light/inline-link.ts +0 -14
  973. package/src/tokens/components/light/input.ts +0 -43
  974. package/src/tokens/components/light/link.ts +0 -20
  975. package/src/tokens/components/light/list.ts +0 -48
  976. package/src/tokens/components/light/menu.ts +0 -34
  977. package/src/tokens/components/light/modal.ts +0 -36
  978. package/src/tokens/components/light/navigation.ts +0 -61
  979. package/src/tokens/components/light/overlay.ts +0 -8
  980. package/src/tokens/components/light/pagination.ts +0 -13
  981. package/src/tokens/components/light/parts.ts +0 -33
  982. package/src/tokens/components/light/pill.ts +0 -16
  983. package/src/tokens/components/light/progress-bar.ts +0 -41
  984. package/src/tokens/components/light/progress-stepper.ts +0 -24
  985. package/src/tokens/components/light/radio.ts +0 -39
  986. package/src/tokens/components/light/rating.ts +0 -8
  987. package/src/tokens/components/light/section-header.ts +0 -10
  988. package/src/tokens/components/light/segmented-control.ts +0 -19
  989. package/src/tokens/components/light/select.ts +0 -45
  990. package/src/tokens/components/light/skeleton.ts +0 -7
  991. package/src/tokens/components/light/spinner.ts +0 -24
  992. package/src/tokens/components/light/switch.ts +0 -25
  993. package/src/tokens/components/light/table.ts +0 -27
  994. package/src/tokens/components/light/tabs.ts +0 -25
  995. package/src/tokens/components/light/time-picker.ts +0 -30
  996. package/src/tokens/components/light/timeline.ts +0 -27
  997. package/src/tokens/components/light/toast.ts +0 -17
  998. package/src/tokens/components/light/toggle-button.ts +0 -13
  999. package/src/tokens/components/light/tooltip.ts +0 -13
  1000. package/src/tokens/components/light/top-navigation.ts +0 -18
  1001. package/src/tokens/font.ts +0 -29
  1002. package/src/tokens/index.ts +0 -20
  1003. package/src/tokens/layout.ts +0 -94
  1004. package/src/tokens/letter-spacing.ts +0 -13
  1005. package/src/tokens/line-height.ts +0 -16
  1006. package/src/tokens/motion.ts +0 -23
  1007. package/src/tokens/primitive.ts +0 -102
  1008. package/src/tokens/semantic-dark.ts +0 -255
  1009. package/src/tokens/semantic-light.ts +0 -255
  1010. package/src/tokens/semantic.ts +0 -9
  1011. package/src/tokens/shadow.ts +0 -52
  1012. package/src/tokens/space.ts +0 -23
  1013. package/src/tokens/typography.ts +0 -298
  1014. package/src/types/index.ts +0 -6
  1015. package/src/types/refs.ts +0 -8
  1016. package/src/types/semanticColorValues.ts +0 -26
  1017. package/src/types/states.ts +0 -11
  1018. package/src/types/unistyles.ts +0 -12
  1019. package/src/types/utilityProps.ts +0 -410
  1020. package/src/types/values.ts +0 -81
  1021. package/src/utils/coloursAsArray.ts +0 -65
  1022. package/src/utils/formatThousands.ts +0 -14
  1023. package/src/utils/getFlattenedColorValue.ts +0 -13
  1024. package/src/utils/getInitials.ts +0 -7
  1025. package/src/utils/getStyleValue.ts +0 -9
  1026. package/src/utils/hasChildrenByDisplayName.ts +0 -43
  1027. package/src/utils/hexWithOpacity.ts +0 -19
  1028. package/src/utils/index.ts +0 -17
  1029. package/src/utils/isEqual.ts +0 -30
  1030. package/src/utils/isThemedImageProps.ts +0 -8
  1031. package/src/utils/styleUtils.ts +0 -264
  1032. package/src/utils/themeValueHelpers.ts +0 -98
  1033. package/src/vite-env.d.ts +0 -19
  1034. package/tsconfig.eslint.json +0 -14
  1035. package/tsconfig.json +0 -45
  1036. package/vitest.config.js +0 -37
  1037. package/vitest.unit.config.ts +0 -9
@@ -1,2069 +0,0 @@
1
- import { Meta } from '@storybook/addon-docs/blocks';
2
- import { BackToTopButton, NextPrevPage } from './components';
3
-
4
- <Meta title="Changelog" />
5
- <BackToTopButton />
6
-
7
- # Changelog - `@utilitywarehouse/hearth-react-native`
8
-
9
- The changelog for the Hearth React Native library. Here you can find all the changes, improvements, and bug fixes for each version.
10
-
11
-
12
- ## 0.34.4
13
-
14
- ### Patch Changes
15
-
16
- - [#1375](https://github.com/utilitywarehouse/hearth/pull/1375) [`549739e`](https://github.com/utilitywarehouse/hearth/commit/549739eae90e467dbe2311dbc60cfd35d13f49c4) Thanks [@declanelcocks](https://github.com/declanelcocks)! - 🐛 [FIX]: `Modal` image container children pushed to bottom, and missing gap between image and heading
17
-
18
- `imageContainer` had `flex: 1` applied, which caused `children` to be pushed to the bottom of the container. Additionally, the gap between the `image` and the `heading` was missing.
19
-
20
- ## 0.34.3
21
-
22
- ### Patch Changes
23
-
24
- - [#1359](https://github.com/utilitywarehouse/hearth/pull/1359) [`60c5940`](https://github.com/utilitywarehouse/hearth/commit/60c59401f6a46821884002187601191f78bdf423) Thanks [@MichalCiesliczka](https://github.com/MichalCiesliczka)! - 🐛 [FIX]: `UnorderedList` and `OrderedList` layout when inside a centred flex container
25
-
26
- Both list components now render correctly when their parent uses
27
- `alignItems="center"`. Previously, the list would collapse to the width of the
28
- bullet/number, leaving text invisible or clipped beside each list item.
29
-
30
- **Before**: wrapping `UL` or `OL` in a `Box` with `alignItems="center"` caused
31
- bullets and numbers to appear without any adjacent text.
32
-
33
- **After**: both components always stretch to fill their parent's width via
34
- `alignSelf: 'stretch'`, regardless of the parent's `alignItems` setting.
35
-
36
- - Updated dependencies [[`fd31bf8`](https://github.com/utilitywarehouse/hearth/commit/fd31bf8208278a580f8039d09f4e8e78aac2b477)]:
37
- - @utilitywarehouse/hearth-react-native-icons@0.8.4
38
-
39
- ## 0.34.2
40
-
41
- ### Patch Changes
42
-
43
- - [#1349](https://github.com/utilitywarehouse/hearth/pull/1349) [`bed03da`](https://github.com/utilitywarehouse/hearth/commit/bed03da1252280145ca55bb50f4a9d3eb53440b2) Thanks [@robphoenix](https://github.com/robphoenix)! - 🌟 [FEATURE]: `BodyText` `xl` size (20px / 28px line-height)
44
-
45
- A new `xl` size is now available for the `BodyText` component, matching the
46
- existing `xl` body text token (20px font size, 28px line height).
47
-
48
- ## 0.34.1
49
-
50
- ### Patch Changes
51
-
52
- - [#1341](https://github.com/utilitywarehouse/hearth/pull/1341) [`2165fd8`](https://github.com/utilitywarehouse/hearth/commit/2165fd820cc879fe169df878944b41e337a06c89) Thanks [@robphoenix](https://github.com/robphoenix)! - 🧹 [HOUSEKEEPING]: Make all packages public
53
-
54
- - Updated dependencies [[`2165fd8`](https://github.com/utilitywarehouse/hearth/commit/2165fd820cc879fe169df878944b41e337a06c89)]:
55
- - @utilitywarehouse/hearth-react-native-icons@0.8.3
56
-
57
- ## 0.34.0
58
-
59
- ### Minor Changes
60
-
61
- - [#1338](https://github.com/utilitywarehouse/hearth/pull/1338) [`fe9767f`](https://github.com/utilitywarehouse/hearth/commit/fe9767f916975ba2e0ba8aea585858d8ea00a147) Thanks [@robphoenix](https://github.com/robphoenix)! - 💔 [BREAKING_CHANGE]: Remove pruned design tokens from React Native token exports
62
-
63
- Several unused design tokens have been removed from the React Native token exports
64
- to align with the updated design token set.
65
-
66
- **Tokens removed**:
67
-
68
- - `borderRadius.lg`
69
- - `color`: multiple shades pruned across all colour palettes (`blue`, `broadbandGreen`, `cashbackLilac`, `energyBlue`, `green`, `insuranceOrange`, `mobileRose`, `orange`, `piggyPink`, `purple`, `red`, `warmWhite`, `yellow`)
70
- - `font.size`: `50`, `75`, `600`, `700`, `800`, `900`, `1000`
71
- - `font.weight.heavy`
72
- - `letterSpacing`: `0`, `50`, `75`, `550`, `600`, `700`, `800`, `900`, `1000`
73
- - `lineHeight`: `50`, `75`, `100`, `900`, `1000`, `1100`, `1200`
74
- - `space['1000']`
75
-
76
- **Developer changes**:
77
-
78
- If you are referencing any of the removed tokens directly, replace them with the
79
- nearest available equivalent or remove the usage.
80
-
81
- For example:
82
-
83
- ```diff
84
- - borderRadius: tokens.borderRadius.lg,
85
- + borderRadius: tokens.borderRadius.md,
86
- ```
87
-
88
- ```diff
89
- - fontSize: tokens.font.size['50'],
90
- + fontSize: tokens.font.size['90'],
91
- ```
92
-
93
- ```diff
94
- - fontWeight: tokens.font.weight.heavy,
95
- + fontWeight: tokens.font.weight.bold,
96
- ```
97
-
98
- ### Patch Changes
99
-
100
- - [#1338](https://github.com/utilitywarehouse/hearth/pull/1338) [`fe9767f`](https://github.com/utilitywarehouse/hearth/commit/fe9767f916975ba2e0ba8aea585858d8ea00a147) Thanks [@robphoenix](https://github.com/robphoenix)! - 🌟 [FEATURE]: Add `xl` variant to `bodyText` typography tokens
101
-
102
- The `bodyText` typography scale now includes an `xl` variant across mobile,
103
- tablet, and desktop breakpoints.
104
-
105
- | Property | Value |
106
- | ------------------ | ----- |
107
- | `fontSize` | `20` |
108
- | `lineHeight` | `28` |
109
- | `paragraphSpacing` | `20` |
110
-
111
- ## 0.33.1
112
-
113
- ### Patch Changes
114
-
115
- - [#1311](https://github.com/utilitywarehouse/hearth/pull/1311) [`3d286c9`](https://github.com/utilitywarehouse/hearth/commit/3d286c97710a1483a054e4b19c2453920cda4598) Thanks [@robphoenix](https://github.com/robphoenix)! - 🧹 [HOUSEKEEPING]: Update token usage for Divider
116
-
117
- ## 0.33.0
118
-
119
- ### Minor Changes
120
-
121
- - [#1298](https://github.com/utilitywarehouse/hearth/pull/1298) [`43bf936`](https://github.com/utilitywarehouse/hearth/commit/43bf936fa03db109c669369cac6d0483877ae49a) Thanks [@robphoenix](https://github.com/robphoenix)! - 🧹 [HOUSEKEEPING]: Remove component color tokens in favour of semantic tokens
122
-
123
- Updated `TabsList` to use `theme.color.border.strong` and removed the
124
- `tabs.divider.color` component token (and other unused component color tokens)
125
- in favour of semantic tokens.
126
-
127
- ## 0.32.5
128
-
129
- ### Patch Changes
130
-
131
- - [#1261](https://github.com/utilitywarehouse/hearth/pull/1261) [`745df73`](https://github.com/utilitywarehouse/hearth/commit/745df73a245dfe89d07aae5bac14256a4ff89e0a) Thanks [@robphoenix](https://github.com/robphoenix)! - 🧹 [HOUSEKEEPING]: Update dependencies
132
-
133
- ## 0.32.4
134
-
135
- ### Patch Changes
136
-
137
- - [#1222](https://github.com/utilitywarehouse/hearth/pull/1222) [`3f35a43`](https://github.com/utilitywarehouse/hearth/commit/3f35a431ba4a0fae45cc640a62ea6cb53f85c384) Thanks [@Utakato](https://github.com/Utakato)! - 🌟 [FEATURE]: `Rating` component `emojis` variant
138
-
139
- The `Rating` component now supports an `emojis` variant that renders emoji faces
140
- instead of stars. When selected, the chosen emoji appears larger whilst
141
- unselected emojis become grayscale. Two static labels ("Very dissatisfied" /
142
- "Very satisfied") are displayed at the extremes.
143
-
144
- **Components affected**:
145
- - `Rating`
146
-
147
- **Developer changes**:
148
-
149
- ```tsx
150
- import { Rating } from '@utilitywarehouse/hearth-react-native';
151
-
152
- <Rating value={rating} onChange={setRating} variant="emojis" />;
153
- ```
154
-
155
- All existing props (`value`, `defaultValue`, `onChange`, `disabled`, `hideLabel`)
156
- work with the emoji variant. The new `rangeLabels` prop allows overriding the
157
- endpoint labels (defaulting to "Very dissatisfied" / "Very satisfied"):
158
-
159
- ```tsx
160
- <Rating variant="emojis" rangeLabels={{ low: 'Not at all', high: 'Absolutely' }} />
161
- ```
162
-
163
- ## 0.32.3
164
-
165
- ### Patch Changes
166
-
167
- - [#1192](https://github.com/utilitywarehouse/hearth/pull/1192) [`a74bf02`](https://github.com/utilitywarehouse/hearth/commit/a74bf02c58c12e1b42351e0d7f8e3e79ea0acbd6) Thanks [@robphoenix](https://github.com/robphoenix)! - 🧹 [HOUSEKEEPING]: Fix dependencies and types
168
-
169
- ## 0.32.2
170
-
171
- ### Patch Changes
172
-
173
- - [#1164](https://github.com/utilitywarehouse/hearth/pull/1164) [`c8848d9`](https://github.com/utilitywarehouse/hearth/commit/c8848d9b01611e4c25b9caef7f211b8c623432c4) Thanks [@MichalCiesliczka](https://github.com/MichalCiesliczka)! - 🐛 [FIX]: Badge and Tabs now adapt their height for larger accessibility font sizes.
174
-
175
- When larger text sizes are enabled (for example in iOS accessibility settings),
176
- Badge and Tabs no longer clip text within fixed-height layouts. Their containers
177
- now grow to fit scaled text while keeping the default visual sizing at standard
178
- font settings.
179
-
180
- **Components affected**:
181
- - Badge
182
- - Tab
183
-
184
- **Developer changes**:
185
-
186
- No code changes are required.
187
-
188
- - Updated dependencies [[`e4167f2`](https://github.com/utilitywarehouse/hearth/commit/e4167f27325dacc0cbc1feae456697387162aa77)]:
189
- - @utilitywarehouse/hearth-react-native-icons@0.8.1
190
-
191
- ## 0.32.1
192
-
193
- ### Patch Changes
194
-
195
- - [#1144](https://github.com/utilitywarehouse/hearth/pull/1144) [`85459f2`](https://github.com/utilitywarehouse/hearth/commit/85459f2f4d7dcd8a99685a11dcda070530cee8dc) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Add the missing `highlight` color scheme support across the `Banner` and `Card` components.
196
-
197
- ## 0.32.0
198
-
199
- ### Minor Changes
200
-
201
- - [#1134](https://github.com/utilitywarehouse/hearth/pull/1134) [`8824186`](https://github.com/utilitywarehouse/hearth/commit/ebccb55afebcbd47508d7992614b2495c7839cc6) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add `Roundel` status indicator component.
202
-
203
- `Roundel` is a compact status indicator with `success`, `pending`, and `error` variants, intended for inline state cues.
204
-
205
- **Components affected**:
206
-
207
- - `Roundel`
208
-
209
- **Developer changes**:
210
-
211
- Import and use `Roundel` from `@utilitywarehouse/hearth-react-native`:
212
-
213
- ```tsx
214
- import { Roundel } from '@utilitywarehouse/hearth-react-native';
215
-
216
- <Roundel variant="success" />;
217
- ```
218
-
219
- - [#1132](https://github.com/utilitywarehouse/hearth/pull/1132) [`8824186`](https://github.com/utilitywarehouse/hearth/commit/882418633ee8c3a11e204329d07363dc411996dc) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add the `Rating` component
220
-
221
- **Components affected**:
222
- - `Rating`
223
-
224
- **Developer changes**:
225
-
226
- ```tsx
227
- import { Rating } from '@utilitywarehouse/hearth-react-native';
228
-
229
- const MyComponent = () => <Rating value={3} />;
230
- ```
231
-
232
- - [#1129](https://github.com/utilitywarehouse/hearth/pull/1129) [`ec385a8`](https://github.com/utilitywarehouse/hearth/commit/ec385a8185bfa4ec7f4d5f1366ecc069a98cbba8) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add `StepperInput` for controlled numeric input with increment and decrement buttons.
233
-
234
- `StepperInput` is a new React Native form component for adjusting numeric values with direct text entry and dedicated step controls. It supports min and max bounds, configurable step size, validation and helper text through `FormField`, and an opt-in `focusInputOnStepPress` prop for keyboard-first flows.
235
-
236
- **Components affected**:
237
- - `StepperInput`
238
-
239
- **Developer changes**:
240
-
241
- Import and use `StepperInput` from `@utilitywarehouse/hearth-react-native`:
242
-
243
- ```tsx
244
- import { StepperInput } from '@utilitywarehouse/hearth-react-native';
245
-
246
- <StepperInput label="Guests" min={1} max={10} value={value} onChangeText={setValue} />;
247
- ```
248
-
249
- ### Patch Changes
250
-
251
- - [#1133](https://github.com/utilitywarehouse/hearth/pull/1133) [`5cae98e`](https://github.com/utilitywarehouse/hearth/commit/5cae98e640a708a7d99eaf0395b7b52e71b8e6ec) Thanks [@jordmccord](https://github.com/jordmccord)! - 💅 [ENHANCEMENT]: Add a `defaultHeight` prop to `Textarea` so the initial height can be configured.
252
-
253
- ## 0.31.1
254
-
255
- ### Patch Changes
256
-
257
- - [#1119](https://github.com/utilitywarehouse/hearth/pull/1119) [`19415d4`](https://github.com/utilitywarehouse/hearth/commit/19415d4d54458b3fb019df6647b9a5e4c375b672) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Refresh dark mode tokens across components and semantic colors.
258
-
259
- Dark mode color tokens have been updated across semantic and component tokens to improve contrast and visual consistency. This also fixes `TableHeaderCell` text colors so purple and white header variants resolve the correct foreground token.
260
-
261
- **Components affected**:
262
- - dark mode tokens
263
- - `TableHeaderCell`
264
-
265
- **Developer changes**:
266
-
267
- No code changes are required unless you rely on the previous dark mode token values or visual snapshots.
268
-
269
- ## 0.31.0
270
-
271
- ### Minor Changes
272
-
273
- - [#1108](https://github.com/utilitywarehouse/hearth/pull/1108) [`8c2f3b5`](https://github.com/utilitywarehouse/hearth/commit/8c2f3b5334de83a7dd799b857394a34209b748e7) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add margin, padding, and layout utility props to `Flex`.
274
-
275
- `Flex` now exposes the shared margin and padding utility props, along with the existing layout utility prop surface, so it can be used more like other layout primitives such as `Card`.
276
-
277
- **Component affected**:
278
- - `Flex`
279
-
280
- **Developer changes**:
281
-
282
- You can now apply spacing and layout utility props directly on `Flex`:
283
-
284
- ```tsx
285
- <Flex direction="row" spacing="md" padding="300" marginTop="200" flex={1}>
286
- <Button>Back</Button>
287
- <Button>Continue</Button>
288
- </Flex>
289
- ```
290
-
291
- - [#1104](https://github.com/utilitywarehouse/hearth/pull/1104) [`91feeab`](https://github.com/utilitywarehouse/hearth/commit/91feeab091ae6bf80e543f9196214066ce8b29b0) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add custom trigger content options to `ExpandableCard`.
292
-
293
- `ExpandableCard` now supports a `triggerContent` prop for replacing the default trigger layout while keeping the chevron. `ExpandableCardTrigger` also now supports `children` with an optional `showChevron` prop, so you can fully compose the trigger content yourself and still opt in to the built-in expand/collapse chevron.
294
-
295
- **Components affected**:
296
- - `ExpandableCard`
297
- - `ExpandableCardTrigger`
298
-
299
- **Developer changes**:
300
-
301
- Use `triggerContent` when you want a single prop on `ExpandableCard` to replace the standard trigger content:
302
-
303
- ```tsx
304
- <ExpandableCard
305
- triggerContent={<BodyText weight="semibold">March bill ready</BodyText>}
306
- expandedContent={<BodyText>Balance: £89.50</BodyText>}
307
- />
308
- ```
309
-
310
- Use `ExpandableCardTrigger` children when you want full control over the trigger structure. Add `showChevron` if you still want the built-in chevron:
311
-
312
- ```tsx
313
- <ExpandableCardTrigger isExpanded={expanded} onPress={toggleExpanded} showChevron>
314
- <ExpandableCardContent>
315
- <ExpandableCardText>Custom trigger</ExpandableCardText>
316
- </ExpandableCardContent>
317
- </ExpandableCardTrigger>
318
- ```
319
-
320
- - [#1109](https://github.com/utilitywarehouse/hearth/pull/1109) [`8215550`](https://github.com/utilitywarehouse/hearth/commit/8215550745d08a8b4c18a6902e39d3199018092a) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add `numberOfLines` support to `Badge` text.
321
-
322
- `Badge` now renders its text content on a single line by default and supports a new `numberOfLines` prop when you want to allow more lines.
323
-
324
- **Components affected**:
325
- - `Badge`
326
-
327
- **Developer changes**:
328
-
329
- No changes are required unless you want a `Badge` to wrap onto more than one line. To opt in, pass `numberOfLines`:
330
-
331
- ```tsx
332
- <Badge numberOfLines={2} text="Long badge text that can wrap onto a second line" />
333
- ```
334
-
335
- - [#1108](https://github.com/utilitywarehouse/hearth/pull/1108) [`8c2f3b5`](https://github.com/utilitywarehouse/hearth/commit/8c2f3b5334de83a7dd799b857394a34209b748e7) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add custom footer support to `Modal` and `NavModal`.
336
-
337
- `Modal` and `NavModal` now support a `footer` prop for replacing the built-in primary and secondary action buttons with custom content, plus a `footerStyle` prop for styling the footer container. When `footer` is provided, the button props are now disallowed at the type level.
338
-
339
- **Components affected**:
340
- - `Modal`
341
- - `NavModal`
342
-
343
- **Developer changes**:
344
-
345
- Use `footer` when you need a custom footer layout, such as horizontal actions or extra decoration:
346
-
347
- ```tsx
348
- <Modal
349
- heading="Update billing details"
350
- footer={
351
- <Flex direction="row" spacing="md" pt="250">
352
- <Button variant="outline" colorScheme="functional" style={{ flex: 1 }}>
353
- Cancel
354
- </Button>
355
- <Button style={{ flex: 1 }}>Save changes</Button>
356
- </Flex>
357
- }
358
- footerStyle={{
359
- boxShadow: '0px -6px 12px rgba(16, 24, 40, 0.12)',
360
- }}
361
- />
362
- ```
363
-
364
- - [#1103](https://github.com/utilitywarehouse/hearth/pull/1103) [`e375a44`](https://github.com/utilitywarehouse/hearth/commit/e375a442c507da1807e49f4d78e44edfff51d245) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add optional vertical resizing to `Textarea`.
365
-
366
- `Textarea` now supports a new `resizable` prop that adds a bottom-right drag handle so people can increase the field height when they need more space for longer content.
367
-
368
- **Components affected**:
369
- - `Textarea`
370
-
371
- **Developer changes**:
372
-
373
- No changes are required unless you want to enable resizing for a textarea. To opt in, pass the new `resizable` prop:
374
-
375
- ```tsx
376
- <Textarea
377
- label="Additional notes"
378
- helperText="Drag the corner handle to resize"
379
- placeholder="Enter your text here..."
380
- resizable
381
- />
382
- ```
383
-
384
- - [#1108](https://github.com/utilitywarehouse/hearth/pull/1108) [`8c2f3b5`](https://github.com/utilitywarehouse/hearth/commit/8c2f3b5334de83a7dd799b857394a34209b748e7) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add flex utility props to `Container`.
385
-
386
- `Container` now exposes shared flex layout utility props, allowing layout properties such as `flex`, `alignItems`, `justifyContent`, and `flexDirection` to be applied directly through its public prop API.
387
-
388
- **Component affected**:
389
- - `Container`
390
-
391
- **Developer changes**:
392
-
393
- You can now combine `Container`'s existing spacing props with flex layout props:
394
-
395
- ```tsx
396
- <Container flex={1} justifyContent="center" alignItems="stretch" gap="200">
397
- <BodyText>Content</BodyText>
398
- </Container>
399
- ```
400
-
401
- ### Patch Changes
402
-
403
- - [#1103](https://github.com/utilitywarehouse/hearth/pull/1103) [`e375a44`](https://github.com/utilitywarehouse/hearth/commit/e375a442c507da1807e49f4d78e44edfff51d245) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Render FormField optional text with regular weight instead of inheriting the label weight.
404
-
405
- This fixes FormField labels that append `(Optional)` so the optional text no longer inherits the main label weight.
406
-
407
- **Components affected**:
408
- - `FormField`
409
- - `Textarea`
410
- - `Input`
411
-
412
- **Developer changes**:
413
-
414
- No changes are required.
415
-
416
- - [#1104](https://github.com/utilitywarehouse/hearth/pull/1104) [`91feeab`](https://github.com/utilitywarehouse/hearth/commit/91feeab091ae6bf80e543f9196214066ce8b29b0) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: `ExpandableCard` heading font size and weight
417
-
418
- ## 0.30.4
419
-
420
- ### Patch Changes
421
-
422
- - [#1096](https://github.com/utilitywarehouse/hearth/pull/1096) [`6fd9021`](https://github.com/utilitywarehouse/hearth/commit/6fd9021a91ef38b56b78755965515a0807b34fa1) Thanks [@fillyD](https://github.com/fillyD)! - 🐛 [FIX]: Restore visibility of bottom sheet content in iOS accessibility tree, enabling automated tests to interact with `Select` options
423
-
424
- ## 0.30.3
425
-
426
- ### Patch Changes
427
-
428
- - [#1094](https://github.com/utilitywarehouse/hearth/pull/1094) [`a9d8e66`](https://github.com/utilitywarehouse/hearth/commit/a9d8e660b7efa23c7a573af2658fc10ab6c043b9) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Make horizontal pressable `Banner` content flex correctly on native and web.
429
-
430
- This fixes horizontal pressable `Banner` layouts where the content area did not expand consistently, which could misplace the chevron and action content.
431
-
432
- **Components affected**:
433
- - `Banner`
434
-
435
- **Developer changes**:
436
-
437
- No changes are required.
438
-
439
- ## 0.30.2
440
-
441
- ### Patch Changes
442
-
443
- - [#1090](https://github.com/utilitywarehouse/hearth/pull/1090) [`1420244`](https://github.com/utilitywarehouse/hearth/commit/1420244fbc23c8a755f9249f8b39cb094a865cea) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add `alignChevron` to `Banner` for horizontal pressable layouts.
444
-
445
- `Banner` now supports an `alignChevron` prop to control the chevron alignment when `onPress` is used in the horizontal layout. Use `'start'`, `'center'`, or `'end'` to match the chevron position to the content layout.
446
-
447
- **Components affected**:
448
- - `Banner`
449
-
450
- **Developer changes**:
451
-
452
- No changes are required unless you want to override the default centred chevron alignment.
453
-
454
- ## 0.30.1
455
-
456
- ### Patch Changes
457
-
458
- - [#1081](https://github.com/utilitywarehouse/hearth/pull/1081) [`5db8538`](https://github.com/utilitywarehouse/hearth/commit/5db8538b69115a23289f0038f681fc8b87a310c4) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Correct `NavModal` safe area handling across sheet and full-screen presentations.
459
-
460
- `NavModal` now applies safe area insets directly within the component layout, which fixes padding in full-screen presentations and keeps sheet-style presentations aligned with the modal footer behaviour.
461
-
462
- **Developer changes**:
463
-
464
- If you need to disable the inset padding, use the `useSafeAreaInsets` prop. The old `safeAreaViewProps` escape hatch is no longer available.
465
-
466
- ## 0.30.0
467
-
468
- ### Minor Changes
469
-
470
- - [#1072](https://github.com/utilitywarehouse/hearth/pull/1072) [`55f0095`](https://github.com/utilitywarehouse/hearth/commit/55f009576ba55081de358bccc21691861ddd7c33) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add `loadingDescription` support to `Modal` and `NavModal`
471
-
472
- `Modal` and `NavModal` now accept a `loadingDescription` prop to render supporting text beneath the spinner while `loading` is true. This makes it easier to give users more context during loading states without building custom loading content.
473
-
474
- **Components affected**:
475
- - `Modal`
476
- - `NavModal`
477
-
478
- **Developer changes**:
479
-
480
- No changes are required for existing usage. To show supporting text in a loading state, pass `loadingDescription` alongside `loading` and, if needed, `loadingHeading`.
481
-
482
- ### Patch Changes
483
-
484
- - [#1070](https://github.com/utilitywarehouse/hearth/pull/1070) [`93c042c`](https://github.com/utilitywarehouse/hearth/commit/93c042c7772ab298e2ea4888a9777e8176453098) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Standardise numeric value typography across list-based components.
485
-
486
- Numeric values in `DescriptionListItem`, `ExpandableCard`, and `ListItem` now render with semibold `BodyText` instead of `DetailText`, aligning them with the updated content hierarchy used elsewhere in the library.
487
-
488
- **Components affected**:
489
- - `DescriptionListItem`
490
- - `ExpandableCard`
491
- - `ListItem`
492
-
493
- **Developer changes**:
494
-
495
- No changes are required.
496
-
497
- - [#1073](https://github.com/utilitywarehouse/hearth/pull/1073) [`9759622`](https://github.com/utilitywarehouse/hearth/commit/975962229137dd196e5f72a04037a8f181907818) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Announce `Heading` as a header for assistive technologies.
498
-
499
- `Heading` now sets `accessibilityRole="header"` automatically so VoiceOver and TalkBack can identify headings as part of the screen structure.
500
-
501
- **Components affected**:
502
- - `Heading`
503
-
504
- **Developer changes**:
505
-
506
- No changes are required.
507
-
508
- - [#1074](https://github.com/utilitywarehouse/hearth/pull/1074) [`95fe19e`](https://github.com/utilitywarehouse/hearth/commit/95fe19e6328bf652ff3ac1b2c723e1389fc59936) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Improve accessibility roles for `List`, `ListItem`, and `ListAction`
509
-
510
- `List` now defaults to `accessibilityRole="list"`, `ListAction` now defaults to `accessibilityRole="button"`, and `ListItem` respects an explicitly provided `accessibilityRole` instead of always forcing button semantics when `onPress` is set.
511
-
512
- **Components affected**:
513
- - `List`
514
- - `ListItem`
515
- - `ListAction`
516
-
517
- **Developer changes**:
518
-
519
- No changes are required unless you want a tappable `ListItem` to be announced as something other than a button. In that case, pass `accessibilityRole` explicitly.
520
-
521
- ## 0.29.2
522
-
523
- ### Patch Changes
524
-
525
- - [#1067](https://github.com/utilitywarehouse/hearth/pull/1067) [`893cbfd`](https://github.com/utilitywarehouse/hearth/commit/893cbfd1bf090b8b75df6f58f2babaf8ba1e0033) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add a `useSafeAreaInsets` prop to `BottomSheetModalProvider` to control Hearth's bottom-sheet safe-area spacing.
526
-
527
- Bottom-sheet wrappers such as `BottomSheetView`, `BottomSheetScrollView`, `BottomSheetFlatList`, and components that render `SafeAreaView` inside a bottom sheet now respect `BottomSheetModalProvider` configuration.
528
-
529
- **Components affected**:
530
- - `BottomSheetModalProvider`
531
- - `BottomSheetView`
532
- - `BottomSheetScrollView`
533
- - `BottomSheetFlatList`
534
- - `Modal`
535
- - `Select`
536
- - `Combobox`
537
-
538
- **Developer changes**:
539
-
540
- No changes are required if you want the current behaviour. If your app already applies its own safe-area padding around bottom-sheet content, opt out like this:
541
-
542
- ```tsx
543
- <BottomSheetModalProvider useSafeAreaInsets={false}>
544
- {/* Your app content */}
545
- </BottomSheetModalProvider>
546
- ```
547
-
548
- ## 0.29.1
549
-
550
- ### Patch Changes
551
-
552
- - [#1062](https://github.com/utilitywarehouse/hearth/pull/1062) [`0da3ffe`](https://github.com/utilitywarehouse/hearth/commit/0da3ffe12691a4287694ae9fcb2290d459e3c041) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Respect the selected `NavModal` background style
553
-
554
- Fixed an issue where `NavModal` always rendered its inner content with the default surface background, which prevented the `background="brand"` treatment from being applied correctly.
555
-
556
- **Components affected**:
557
- - `NavModal`
558
-
559
- **Developer changes**:
560
-
561
- No changes are required.
562
-
563
- ## 0.29.0
564
-
565
- ### Minor Changes
566
-
567
- - [#1060](https://github.com/utilitywarehouse/hearth/pull/1060) [`05d38f9`](https://github.com/utilitywarehouse/hearth/commit/05d38f9414fec6d6b4a0733829b4d290d96fccae) Thanks [@jordmccord](https://github.com/jordmccord)! - 💔 [BREAKING CHANGE]: Extract navigation-presented modal behaviour into `NavModal`
568
-
569
- `Modal` now only supports the bottom-sheet modal behaviour. The React Navigation screen-based API that was previously exposed through `inNavModal`, `background`, and `scrollable` has moved to the new `NavModal` component.
570
-
571
- `NavModal` also adds a `presentation` prop so the component can match the React Navigation screen presentation style for sheet-style and full-screen modal routes.
572
-
573
- The package-owned `SafeAreaView` component has also been removed in favour of the `react-native-safe-area-context` `SafeAreaView`. Hearth now re-exports that implementation from the package root.
574
-
575
- **Components affected**:
576
- - `Modal`
577
- - `NavModal`
578
- - `SafeAreaView`
579
-
580
- **Developer changes**:
581
-
582
- Update navigation modal screens to use `NavModal` instead of `Modal`:
583
-
584
- ```diff
585
- - import { Modal } from '@utilitywarehouse/hearth-react-native';
586
- + import { NavModal, type NavModalRef } from '@utilitywarehouse/hearth-react-native';
587
-
588
- - const modalRef = useRef<Modal>(null);
589
- + const modalRef = useRef<NavModalRef>(null);
590
-
591
- - <Modal inNavModal background="brand" scrollable={false}>
592
- + <NavModal background="brand" scrollable={false} presentation="modal">
593
- {/* content */}
594
- - </Modal>
595
- + </NavModal>
596
- ```
597
-
598
- If you are using the bottom-sheet modal API, no changes are required.
599
-
600
- If you were importing the old component from the component path, update it to use the package root re-export or import directly from `react-native-safe-area-context`:
601
-
602
- ```diff
603
- - import { SafeAreaView } from '@utilitywarehouse/hearth-react-native';
604
- + import { SafeAreaView } from 'react-native-safe-area-context';
605
- ```
606
-
607
- ## 0.28.6
608
-
609
- ### Patch Changes
610
-
611
- - [#1050](https://github.com/utilitywarehouse/hearth/pull/1050) [`13d2cca`](https://github.com/utilitywarehouse/hearth/commit/13d2ccab3abda60a35202847e3895017496c4dcf) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Expand react peer dependency to allow any React 19.x version for compatibility with all React 19 releases.
612
-
613
- ## 0.28.5
614
-
615
- ### Patch Changes
616
-
617
- - [#1045](https://github.com/utilitywarehouse/hearth/pull/1045) [`3778061`](https://github.com/utilitywarehouse/hearth/commit/37780613890221368edb74c0ce83b8bf3d03e5b3) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: The `BannerIllustration` now stays centered in vertical banners and no longer inherits image border styling or horizontal stretching.
618
-
619
- ## 0.28.4
620
-
621
- ### Patch Changes
622
-
623
- - [#1034](https://github.com/utilitywarehouse/hearth/pull/1034) [`76598eb`](https://github.com/utilitywarehouse/hearth/commit/76598eb0374c79f9e6c2c23c421f2b9602fbb113) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: The `CheckboxTile` spacing now uses the tile gap token instead of the base checkbox gap token.
624
-
625
- - [#1034](https://github.com/utilitywarehouse/hearth/pull/1034) [`76598eb`](https://github.com/utilitywarehouse/hearth/commit/76598eb0374c79f9e6c2c23c421f2b9602fbb113) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: The `Combobox` trigger outline so it is only shown when the control is focused.
626
-
627
- - [#1034](https://github.com/utilitywarehouse/hearth/pull/1034) [`76598eb`](https://github.com/utilitywarehouse/hearth/commit/76598eb0374c79f9e6c2c23c421f2b9602fbb113) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: The `RadioTile` spacing now uses the tile gap token instead of the base radio gap token.
628
-
629
- - [#1036](https://github.com/utilitywarehouse/hearth/pull/1036) [`b7636e6`](https://github.com/utilitywarehouse/hearth/commit/b7636e6185879264e8d929c3be44fd0d1a354c22) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: The `CurrencyInput` font size.
630
-
631
- - [#1039](https://github.com/utilitywarehouse/hearth/pull/1039) [`3a895bc`](https://github.com/utilitywarehouse/hearth/commit/3a895bcb8dcceb7d55a454ec63de9256d2d8322f) Thanks [@jordmccord](https://github.com/jordmccord)! - 💅 [ENHANCEMENT]: Align all `Radio` and `Checkbox` default and tile gap sizes.
632
-
633
- - [#1035](https://github.com/utilitywarehouse/hearth/pull/1035) [`01633a7`](https://github.com/utilitywarehouse/hearth/commit/01633a73153563d9b2286f42b764ad771e48ff82) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: The `Pill` component no longer applies extra vertical padding and fixes vertical alignment.
634
-
635
- ## 0.28.3
636
-
637
- ### Patch Changes
638
-
639
- - [#1028](https://github.com/utilitywarehouse/hearth/pull/1028) [`dccffe1`](https://github.com/utilitywarehouse/hearth/commit/dccffe16342b22e58078dfc0aadfe9a482bfcc74) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: The `Combobox` trigger outline so it is only shown when the control is focused.
640
-
641
- ## 0.28.2
642
-
643
- ### Patch Changes
644
-
645
- - [#1024](https://github.com/utilitywarehouse/hearth/pull/1024) [`23b6767`](https://github.com/utilitywarehouse/hearth/commit/23b67672b89198a483ddcef88f9c6207b684c4d9) Thanks [@fillyD](https://github.com/fillyD)! - 🐛 [FIX]: Adds missing `testID` to `Select` component
646
-
647
- ## 0.28.1
648
-
649
- ### Patch Changes
650
-
651
- - [#1018](https://github.com/utilitywarehouse/hearth/pull/1018) [`1c5e02e`](https://github.com/utilitywarehouse/hearth/commit/1c5e02ea4b61329e7c55e52f9aa4ae44abc0da23) Thanks [@fillyD](https://github.com/fillyD)! - 🐛 [FIX]: Adds missing `testID` to `Select`, `SelectOption` and `VerificationInput` component
652
-
653
- ## 0.28.0
654
-
655
- ### Minor Changes
656
-
657
- - [#1014](https://github.com/utilitywarehouse/hearth/pull/1014) [`c10ff82`](https://github.com/utilitywarehouse/hearth/commit/c10ff82243265217acd95f687d48d803b3c7a4bd) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add `Combobox` and `SafeAreaView` to the React Native library
658
-
659
- The React Native package now includes a `Combobox` component for searchable selection in a bottom sheet, plus a `SafeAreaView` primitive that applies Unistyles runtime insets only when a view actually overlaps a screen edge. `Combobox` supports the built-in options API for fixed lists, controlled search values for dynamic results, and custom bottom sheet content for cases where you need to bring your own `BottomSheetFlatList` or bespoke option layout. `Modal` now uses `SafeAreaView` in its full-screen navigation modal path so content like search inputs no longer sits behind the dynamic island on iOS.
660
-
661
- **Components affected**:
662
- - `Combobox`
663
- - `ComboboxOption`
664
- - `SafeAreaView`
665
- - `Modal`
666
-
667
- **Developer changes**:
668
-
669
- Import the new components from `@utilitywarehouse/hearth-react-native` and choose the API that fits your layout. Use `options` for straightforward searchable lists, render custom sheet content when you need virtualised or dynamic results, and wrap full-screen content in `SafeAreaView` when it should only pick up edge insets if it actually touches that edge.
670
-
671
- - [`8e37595`](https://github.com/utilitywarehouse/hearth/commit/8e375958559357ce5c1703505fa7438887d9e18e) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add `Pagination` component
672
-
673
- The package now includes a `Pagination` component for moving between pages of content. It supports numbered pagination, a condensed layout for smaller spaces, optional skip buttons for jumping to the first and last page, and controlled page state so it can be wired into lists, tables, or other paged views.
674
-
675
- **Components affected**:
676
- - `Pagination`
677
-
678
- **Developer changes**:
679
-
680
- Import `Pagination` from `@utilitywarehouse/hearth-react-native` and control the current page in your screen or feature state.
681
-
682
- ```tsx
683
- import { useState } from 'react';
684
- import { Pagination } from '@utilitywarehouse/hearth-react-native';
685
-
686
- const MyComponent = () => {
687
- const [page, setPage] = useState(1);
688
-
689
- return <Pagination currentPage={page} onPageChange={setPage} totalPages={10} />;
690
- };
691
- ```
692
-
693
- - [`8e37595`](https://github.com/utilitywarehouse/hearth/commit/8e375958559357ce5c1703505fa7438887d9e18e) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add `Table` component
694
-
695
- The package now includes a composable `Table` API for presenting structured data with headers, rows, cells, optional card-style containers, horizontal scrolling for narrow viewports, configurable column widths, and pagination support through `TablePagination`. Header cells support trailing actions such as sort controls, and the API is split into smaller building blocks so layouts can be assembled to fit different datasets.
696
-
697
- **Components affected**:
698
- - `Table`
699
- - `TableHeader`
700
- - `TableHeaderCell`
701
- - `TableBody`
702
- - `TableRow`
703
- - `TableCell`
704
- - `TablePagination`
705
-
706
- **Developer changes**:
707
-
708
- Import the table primitives from `@utilitywarehouse/hearth-react-native` and compose them to match your data shape. Add `columnWidths` when you need fixed or weighted columns, and pass `pagination` when rows should be paged.
709
-
710
- ```tsx
711
- import {
712
- Table,
713
- TableBody,
714
- TableCell,
715
- TableHeader,
716
- TableHeaderCell,
717
- TableRow,
718
- } from '@utilitywarehouse/hearth-react-native';
719
-
720
- const MyComponent = () => (
721
- <Table columnWidths={[180, '2fr', '1fr']} container="subtle">
722
- <TableHeader color="purple">
723
- <TableHeaderCell>Name</TableHeaderCell>
724
- <TableHeaderCell>Email</TableHeaderCell>
725
- <TableHeaderCell>Status</TableHeaderCell>
726
- </TableHeader>
727
- <TableBody>
728
- <TableRow>
729
- <TableHeaderCell row>Alex Morgan</TableHeaderCell>
730
- <TableCell>alex@example.com</TableCell>
731
- <TableCell>Active</TableCell>
732
- </TableRow>
733
- </TableBody>
734
- </Table>
735
- );
736
- ```
737
-
738
- - [#1016](https://github.com/utilitywarehouse/hearth/pull/1016) [`33baa9e`](https://github.com/utilitywarehouse/hearth/commit/33baa9e8edb091bbd1d17c9a3838352a7f1b87ea) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Adds `Timeline` and `TimelineItem`
739
-
740
- The package now includes `Timeline` and `TimelineItem` components for showing a sequence of static stops or progress steps. The new API supports labelled items, optional helper text, progress states for complete or active steps, and custom content within an item when you need to show extra context or actions.
741
-
742
- **Components affected**:
743
- - `Timeline`
744
- - `TimelineItem`
745
-
746
- **Developer changes**:
747
-
748
- Import `Timeline` and `TimelineItem` from `@utilitywarehouse/hearth-react-native`. Use `variant="static"` for simple ordered events, or `variant="progress"` with item `state` values to communicate step progress.
749
-
750
- ```tsx
751
- import { Timeline, TimelineItem } from '@utilitywarehouse/hearth-react-native';
752
-
753
- const MyComponent = () => (
754
- <Timeline variant="progress">
755
- <TimelineItem label="Ordered" helperText="We have received your order" state="complete" />
756
- <TimelineItem label="Packed" helperText="Your items are ready" state="complete" />
757
- <TimelineItem label="Out for delivery" helperText="Arriving today" state="active" />
758
- <TimelineItem label="Delivered" helperText="Pending" state="incomplete" />
759
- </Timeline>
760
- );
761
- ```
762
-
763
- ## 0.27.3
764
-
765
- ### Patch Changes
766
-
767
- - [#1006](https://github.com/utilitywarehouse/hearth/pull/1006) [`1996112`](https://github.com/utilitywarehouse/hearth/commit/1996112864146e86972ef6b9b07a8be5a72b552f) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Make `paddingNone` remove horizontal padding for ghost buttons in `md` size
768
-
769
- Fixed an issue where setting `paddingNone` on a ghost button did not remove horizontal padding when using `md` size. The prop now removes horizontal padding for both `sm` and `md` ghost buttons.
770
-
771
- **Components affected**:
772
- - `Button`
773
-
774
- **Developer changes**:
775
-
776
- No changes required.
777
-
778
- - [#1012](https://github.com/utilitywarehouse/hearth/pull/1012) [`4fda116`](https://github.com/utilitywarehouse/hearth/commit/4fda116c2a1bec383df7e630180ab57166ab9da4) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Prevent outlines from being clipped for scrollable children in `Modal`
779
-
780
- Fixed an issue in in-nav modals where child components with outlines could be visually clipped at the horizontal edges when content was scrollable.
781
-
782
- **Components affected**:
783
- - `Modal`
784
-
785
- **Developer changes**:
786
-
787
- No changes required.
788
-
789
- - [#1012](https://github.com/utilitywarehouse/hearth/pull/1012) [`4fda116`](https://github.com/utilitywarehouse/hearth/commit/4fda116c2a1bec383df7e630180ab57166ab9da4) Thanks [@jordmccord](https://github.com/jordmccord)! - 💅 [ENHANCEMENT]: Update horizontal padding values for scrollable in-nav `Modal` content
790
-
791
- Adjusted horizontal padding behaviour in scrollable in-nav modals to preserve child outlines while keeping visual spacing consistent.
792
-
793
- **Components affected**:
794
- - `Modal`
795
-
796
- **Developer changes**:
797
-
798
- No changes required.
799
-
800
- - [#1009](https://github.com/utilitywarehouse/hearth/pull/1009) [`3d65ef2`](https://github.com/utilitywarehouse/hearth/commit/3d65ef2f8f7701b128a9c679f1910cd3d0f5c0c3) Thanks [@fillyD](https://github.com/fillyD)! - 🐛 [FIX]: testID for `List` component
801
-
802
- ## 0.27.2
803
-
804
- ### Patch Changes
805
-
806
- - [#1003](https://github.com/utilitywarehouse/hearth/pull/1003) [`cdb95ea`](https://github.com/utilitywarehouse/hearth/commit/cdb95eabb279adaf348487ae3fb4a20e600e039e) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Correct `VerificationInput` focus progression after editing an empty slot
807
-
808
- Fixed an issue where entering a value after selecting an empty verification slot could move focus to the wrong slot. Focus now moves to the slot immediately after the one that was actually updated.
809
-
810
- **Components affected**:
811
- - `VerificationInput`
812
-
813
- **Developer changes**:
814
-
815
- No changes required.
816
-
817
- ## 0.27.1
818
-
819
- ### Patch Changes
820
-
821
- - [#990](https://github.com/utilitywarehouse/hearth/pull/990) [`958e0e1`](https://github.com/utilitywarehouse/hearth/commit/958e0e1a9d5451d1e11fecadc69ae3c5ad9d42ca) Thanks [@declanelcocks](https://github.com/declanelcocks)! - 🐛 [FIX]: Fix `Modal` layout when `inNavModal` and `stickyFooter={false}`.
822
-
823
- Corrects the container flex style for `inNavModal` modals with a non-sticky footer, where the UX was not great when scrolling.
824
-
825
- **Components affected**:
826
- - `Modal`
827
-
828
- **Developer changes**:
829
-
830
- No changes required.
831
-
832
- - [#992](https://github.com/utilitywarehouse/hearth/pull/992) [`2560b3d`](https://github.com/utilitywarehouse/hearth/commit/2560b3dcba7ed4981fad585628f96afd07d8de4f) Thanks [@jordmccord](https://github.com/jordmccord)! - 💅 [ENHANCEMENT]: Add optional leading `icon` support to `SegmentedControlOption`.
833
-
834
- This adds an optional `icon` prop to `SegmentedControlOption`, allowing icons to be displayed before option labels in segmented controls.
835
-
836
- Docs and stories were updated to include icon usage examples.
837
-
838
- **Components affected**:
839
- - `SegmentedControlOption`
840
-
841
- **Developer changes**:
842
-
843
- No changes required for existing usage.
844
-
845
- To use the new optional icon prop:
846
-
847
- ```tsx
848
- import { SegmentedControl, SegmentedControlOption } from '@utilitywarehouse/hearth-react-native';
849
- import { ElectricitySmallIcon } from '@utilitywarehouse/hearth-react-native-icons';
850
-
851
- <SegmentedControl defaultValue="energy">
852
- <SegmentedControlOption value="energy" icon={ElectricitySmallIcon}>
853
- Energy
854
- </SegmentedControlOption>
855
- <SegmentedControlOption value="broadband">Broadband</SegmentedControlOption>
856
- </SegmentedControl>;
857
- ```
858
-
859
- ## 0.27.0
860
-
861
- ### Minor Changes
862
-
863
- - [#987](https://github.com/utilitywarehouse/hearth/pull/987) [`eb962d2`](https://github.com/utilitywarehouse/hearth/commit/eb962d2f33b63fa3aeda0b291fd41ace90d04c41) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add `SegmentedControl` and `SegmentedControlOption` components.
864
-
865
- This introduces a new segmented control component for switching between a small set of related options.
866
- The component includes controlled and uncontrolled usage, size variants (`sm`, `md`), animated selected indicator movement, and improved accessibility semantics for screen readers.
867
-
868
- **Components affected**:
869
- - `SegmentedControl`
870
- - `SegmentedControlOption`
871
-
872
- **Developer changes**:
873
-
874
- Import and compose the new components as follows:
875
-
876
- ```tsx
877
- import { SegmentedControl, SegmentedControlOption } from '@utilitywarehouse/hearth-react-native';
878
-
879
- <SegmentedControl defaultValue="day" size="sm">
880
- <SegmentedControlOption value="day">Day</SegmentedControlOption>
881
- <SegmentedControlOption value="week">Week</SegmentedControlOption>
882
- <SegmentedControlOption value="month">Month</SegmentedControlOption>
883
- </SegmentedControl>;
884
- ```
885
-
886
- ### Patch Changes
887
-
888
- - [#989](https://github.com/utilitywarehouse/hearth/pull/989) [`c97122e`](https://github.com/utilitywarehouse/hearth/commit/c97122eb429ec4adef656fb245a9256a5619df61) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Ensure horizontal `Banner` fills available width when `onPress` is not provided.
889
-
890
- Fixed a layout issue where a horizontal `Banner` without `onPress` could fail to stretch correctly within its parent container.
891
-
892
- **Components affected**:
893
- - `Banner`
894
-
895
- **Developer changes**:
896
-
897
- No changes required.
898
-
899
- ## 0.26.0
900
-
901
- ### Minor Changes
902
-
903
- - [#981](https://github.com/utilitywarehouse/hearth/pull/981) [`df56387`](https://github.com/utilitywarehouse/hearth/commit/df563872e6bf040d419f6c7fce2343ebe560edb9) Thanks [@declanelcocks](https://github.com/declanelcocks)! - 🌟 [ENHANCEMENT]: Improve `Modal` behaviour when used inside a React Navigation modal (`inNavModal`).
904
-
905
- The following improvements have been made to the `Modal` component when used in a navigation context with `inNavModal={true}`:
906
- - **`scrollable` prop**: Content is now rendered inside a `ScrollView` by default. Set `scrollable={false}` to opt out, for example when you need to centre content or use a custom layout.
907
- - **`stickyFooter` support**: The `stickyFooter` prop now works correctly in `inNavModal` mode.
908
- - **Auto full-screen detection**: When the modal fills the entire screen (e.g. with `presentation: 'fullScreenModal'`), the `fullscreen` style is applied automatically. The `fullscreen` prop is no longer available when `inNavModal` is `true`.
909
-
910
- **Components affected**:
911
- - `Modal`
912
-
913
- **Developer changes**:
914
-
915
- No changes are required for existing usage. If you were passing `fullscreen` alongside `inNavModal={true}`, remove the `fullscreen` prop — full-screen styling is now detected automatically:
916
-
917
- ```diff
918
- - <Modal inNavModal fullscreen>
919
- + <Modal inNavModal>
920
- ```
921
-
922
- To disable the default `ScrollView` wrapping in `inNavModal` mode:
923
-
924
- ```tsx
925
- <Modal inNavModal scrollable={false}>
926
- {/* custom layout */}
927
- </Modal>
928
- ```
929
-
930
- ## 0.25.0
931
-
932
- ### Minor Changes
933
-
934
- - [#982](https://github.com/utilitywarehouse/hearth/pull/982) [`506b388`](https://github.com/utilitywarehouse/hearth/commit/506b388ae1ef1065f013024a14bd9e2599a6442d) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add `TimePicker` and `TimePickerInput` components with 12/24-hour support and minute intervals.
935
-
936
- Includes a shared time picker view, updated wheel behavior for native platforms, and polished visuals like gradient fades.
937
-
938
- **Components affected**:
939
- - `TimePicker`
940
- - `TimePickerInput`
941
-
942
- ```tsx
943
- import { TimePicker, TimePickerInput } from '@utilitywarehouse/hearth-react-native';
944
- import { useRef, useState } from 'react';
945
- import type { DateType } from '@utilitywarehouse/hearth-react-native';
946
-
947
- const Example = () => {
948
- const [value, setValue] = useState<DateType>();
949
- const pickerRef = useRef(null);
950
-
951
- return (
952
- <>
953
- <TimePickerInput
954
- value={value}
955
- onChange={({ date }) => setValue(date ?? undefined)}
956
- onClear={() => setValue(undefined)}
957
- timePickerProps={{ use12Hours: true, minuteInterval: 5 }}
958
- />
959
- <TimePicker
960
- ref={pickerRef}
961
- date={value}
962
- onChange={({ date }) => setValue(date)}
963
- use12Hours
964
- minuteInterval={5}
965
- />
966
- </>
967
- );
968
- };
969
- ```
970
-
971
- ## 0.24.0
972
-
973
- ### Minor Changes
974
-
975
- - [#977](https://github.com/utilitywarehouse/hearth/pull/977) [`9d2b534`](https://github.com/utilitywarehouse/hearth/commit/9d2b5348a5748cb613f537808069de2e86bd21d7) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add `ProgressBar` component with linear and circular variants.
976
-
977
- **Developer changes**:
978
-
979
- Use `ProgressBar` with a default percentage label, or override the label to show a custom value:
980
-
981
- ```tsx
982
- import { ProgressBar } from '@utilitywarehouse/hearth-react-native';
983
-
984
- <ProgressBar value={42} label="Uploading documents" />
985
-
986
- <ProgressBar
987
- value={68}
988
- max={100}
989
- label="Data allowance"
990
- variant="circular"
991
- formatValueText={(value, { max }) => `${max - value}GB remaining`}
992
- />
993
- ```
994
-
995
- ### Patch Changes
996
-
997
- - [#978](https://github.com/utilitywarehouse/hearth/pull/978) [`26a1173`](https://github.com/utilitywarehouse/hearth/commit/26a11731a493a8b92ac2a3a183516376ab54663b) Thanks [@jordmccord](https://github.com/jordmccord)! - 💅 [ENHANCEMENT]: Tighten `Modal` prop types and fix brand background text styling
998
-
999
- Improves TypeScript safety so `stickyFooter` is not allowed when `inNavModal` is true, and `background` can only be set when `inNavModal` is true. Also ensures headings, body text, and button content are correctly inverted when using the brand background.
1000
-
1001
- **Components affected**:
1002
- - `Modal`
1003
-
1004
- **Developer changes**:
1005
- No changes required unless you were relying on invalid prop combinations.
1006
-
1007
- ## 0.23.0
1008
-
1009
- ### Minor Changes
1010
-
1011
- - [#975](https://github.com/utilitywarehouse/hearth/pull/975) [`102f04e`](https://github.com/utilitywarehouse/hearth/commit/102f04e0d560cf0faa21da5020c230e88e857251) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add a `background` option for Modal when used inside navigation modals
1012
-
1013
- Modal now supports a `background` prop with `default` and `brand` values. When `background="brand"` is used in a navigation modal, the buttons and close icon invert for contrast, and the content area is scrollable.
1014
-
1015
- **Components affected**:
1016
- - `Modal`
1017
-
1018
- **Developer changes**:
1019
-
1020
- No changes required. To opt in to the brand background:
1021
-
1022
- ```tsx
1023
- <Modal background="brand" inNavModal>
1024
- ...
1025
- </Modal>
1026
- ```
1027
-
1028
- ## 0.22.1
1029
-
1030
- ### Patch Changes
1031
-
1032
- - [#971](https://github.com/utilitywarehouse/hearth/pull/971) [`be1dfeb`](https://github.com/utilitywarehouse/hearth/commit/be1dfebd4b43f2df8ef6c5eaa42a88364e796479) Thanks [@jordmccord](https://github.com/jordmccord)! - 💅 [ENHANCEMENT]: Improve VerificationInput OTP handling and accessibility
1033
-
1034
- VerificationInput now uses a single hidden input to manage focus, selection, and paste behaviour across platforms, improving caret handling and bulk entry. Accessibility labels and hints are now derived from the form field to provide clearer screen reader output.
1035
-
1036
- **Components affected**:
1037
- - `VerificationInput`
1038
-
1039
- **Developer changes**:
1040
-
1041
- No changes required.
1042
-
1043
- ## 0.22.0
1044
-
1045
- ### Minor Changes
1046
-
1047
- - [#968](https://github.com/utilitywarehouse/hearth/pull/968) [`cee5811`](https://github.com/utilitywarehouse/hearth/commit/cee5811020af02fe754d8311ec8313c1793f108a) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add `badge` support to Radio and Checkbox (including tiles).
1048
-
1049
- **Components affected**:
1050
- - `Radio`
1051
- - `RadioTile`
1052
- - `Checkbox`
1053
- - `CheckboxTile`
1054
-
1055
- **Developer changes**:
1056
- You can now pass a `badge` React node to render beneath helper text. No changes required unless you want to use the new prop.
1057
-
1058
- ### Patch Changes
1059
-
1060
- - [#966](https://github.com/utilitywarehouse/hearth/pull/966) [`4e9f3f0`](https://github.com/utilitywarehouse/hearth/commit/4e9f3f0284e50da5ba4e49e132dac745a1a8a68d) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Allow Card layout props and remove forced alignment
1061
-
1062
- Card now accepts flex layout and display props, and it no longer forces `alignItems: flex-start` on the root, so custom alignment works as expected.
1063
-
1064
- - [#969](https://github.com/utilitywarehouse/hearth/pull/969) [`c5c988b`](https://github.com/utilitywarehouse/hearth/commit/c5c988b65f1133b85b822037b086a524bc1255e3) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Render the Modal footer in navigation modals
1065
-
1066
- ## 0.21.0
1067
-
1068
- ### Minor Changes
1069
-
1070
- - [#917](https://github.com/utilitywarehouse/hearth/pull/917) [`6a016dc`](https://github.com/utilitywarehouse/hearth/commit/6a016dca0d1a06e40a877da15aced590d0c68112) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add 2xl size variant to Heading component
1071
-
1072
- The `Heading` component now supports a `2xl` size option, providing a larger heading size for prominent page titles and hero sections. This size is responsive across device sizes with appropriate font sizes and line heights for mobile, tablet, and desktop viewports.
1073
-
1074
- **Components affected**:
1075
- - `Heading`
1076
-
1077
- **Developer changes**:
1078
-
1079
- Use the new `2xl` size prop:
1080
-
1081
- ```tsx
1082
- <Heading size="2xl">Welcome to Hearth</Heading>
1083
- ```
1084
-
1085
- The `2xl` size will render with:
1086
- - Mobile: 44px font size, 52px line height
1087
- - Tablet: 44px font size, 52px line height
1088
- - Desktop: 54px font size, 62px line height
1089
-
1090
- - [#949](https://github.com/utilitywarehouse/hearth/pull/949) [`e1aacf0`](https://github.com/utilitywarehouse/hearth/commit/e1aacf06a58fd8358e9e7546ec35d8194a0d8d74) Thanks [@MichalCiesliczka](https://github.com/MichalCiesliczka)! - 🌟 [FEATURE]: Add segment refs to `DateInput` for programmatic focus control
1091
-
1092
- The `DateInput` component now supports direct refs for each segment input via `dayRef`, `monthRef`, and `yearRef`.
1093
- This makes it easier to move focus between segments from custom flows (for example, advancing focus after validation or from custom buttons).
1094
-
1095
- Documentation and Storybook examples are also updated to show how to use segment refs in real usage.
1096
-
1097
- **Components affected**:
1098
- - `DateInput`
1099
-
1100
- **Developer changes**:
1101
-
1102
- You can now pass refs to each segment and call `.focus()` when needed:
1103
-
1104
- ```tsx
1105
- import { useRef, useState } from 'react';
1106
- import { TextInput } from 'react-native';
1107
- import { Button, DateInput } from '@utilitywarehouse/hearth-react-native';
1108
-
1109
- const DateWithSegmentFocus = () => {
1110
- const [day, setDay] = useState('');
1111
- const [month, setMonth] = useState('');
1112
- const [year, setYear] = useState('');
1113
-
1114
- const dayRef = useRef<TextInput>(null);
1115
- const monthRef = useRef<TextInput>(null);
1116
- const yearRef = useRef<TextInput>(null);
1117
-
1118
- return (
1119
- <>
1120
- <DateInput
1121
- label="Date of birth"
1122
- dayValue={day}
1123
- monthValue={month}
1124
- yearValue={year}
1125
- onDayChange={setDay}
1126
- onMonthChange={setMonth}
1127
- onYearChange={setYear}
1128
- dayRef={dayRef}
1129
- monthRef={monthRef}
1130
- yearRef={yearRef}
1131
- />
1132
-
1133
- <Button onPress={() => monthRef.current?.focus()}>Focus month</Button>
1134
- </>
1135
- );
1136
- };
1137
- ```
1138
-
1139
- This is a non-breaking enhancement, so existing `DateInput` usage continues to work without any changes.
1140
-
1141
- - [#918](https://github.com/utilitywarehouse/hearth/pull/918) [`2db4dbe`](https://github.com/utilitywarehouse/hearth/commit/2db4dbe273583239b148c4399af829df596a00c1) Thanks [@jordmccord](https://github.com/jordmccord)! - 💔 [BREAKING CHANGE]: Simplify semantic token naming and introduce utility prop types
1142
-
1143
- This release simplifies the semantic token naming convention and introduces a new utility prop system to make the API more intuitive and consistent across components.
1144
-
1145
- **Components affected**:
1146
- - `Box`
1147
- - `Container`
1148
- - `Card`
1149
- - `Flex`
1150
- - `Grid`
1151
- - `Center`
1152
- - `BodyText`
1153
- - `Heading`
1154
- - `DetailText`
1155
- - `Carousel`
1156
- - `CarouselItem`
1157
-
1158
- **Developer changes**:
1159
-
1160
- ### Background Colors
1161
-
1162
- Background color props now accept simplified semantic tokens. Update your code as follows:
1163
-
1164
- ```diff
1165
- - <Box backgroundColor="backgroundPrimary">
1166
- + <Box backgroundColor="primary">
1167
-
1168
- - <Box backgroundColor="backgroundSecondary">
1169
- + <Box backgroundColor="secondary">
1170
-
1171
- - <Box backgroundColor="backgroundBrand">
1172
- + <Box backgroundColor="brand">
1173
-
1174
- - <Container bg="backgroundPrimary">
1175
- + <Container bg="primary">
1176
- ```
1177
-
1178
- You can still use full color tokens (e.g., `backgroundColor={color.blue[400]}`) by using a `StyleSheet`, the `useTheme` hook, or directly importing from the tokens library:
1179
-
1180
- ```tsx
1181
- import { StyleSheet } from 'react-native';
1182
-
1183
- const styles = StyleSheet.create(theme => ({
1184
- customBackground: {
1185
- backgroundColor: theme.color.blue[400],
1186
- },
1187
- }));
1188
-
1189
- <Box style={styles.customBackground} />;
1190
- ```
1191
-
1192
- ```tsx
1193
- import { useTheme } from '@utilitywarehouse/hearth-react-native';
1194
-
1195
- const theme = useTheme();
1196
-
1197
- <Box backgroundColor={theme.color.purple[800]} />;
1198
- ```
1199
-
1200
- ```tsx
1201
- import { color } from '@utilitywarehouse/hearth-tokens';
1202
-
1203
- <Box backgroundColor={color.blue[400]} />;
1204
- ```
1205
-
1206
- ### Text Colors
1207
-
1208
- Text color props now accept simplified semantic tokens:
1209
-
1210
- ```diff
1211
- - <BodyText color="white">Text</BodyText>
1212
- + <BodyText color="inverted">Text</BodyText>
1213
-
1214
- - <BodyText color="grey1000">Text</BodyText>
1215
- + <BodyText color="primary">Text</BodyText>
1216
-
1217
- - <Heading color="textSecondary">Heading</Heading>
1218
- + <Heading color="secondary">Heading</Heading>
1219
- ```
1220
-
1221
- ### Border Colors
1222
-
1223
- Border color props now accept simplified semantic tokens:
1224
-
1225
- ```diff
1226
- - <Box borderColor="grey800">
1227
- + <Box borderColor="strong">
1228
-
1229
- - <Box borderColor="borderSubtle">
1230
- + <Box borderColor="subtle">
1231
- ```
1232
-
1233
- ### Utility Props
1234
-
1235
- Components now support consistent utility props through shared type interfaces. The following components have been updated to support additional utility props:
1236
- - **Container**: Added `MarginProps`, `PaddingProps`, `GapProps`, and `BackgroundColorProps`
1237
- - **Card**: Added `MarginProps` and `GapProps`
1238
- - **Flex**: Now properly supports `MarginProps`, `PaddingProps`, and `GapProps`
1239
- - **Text components** (BodyText, Heading, DetailText): Now support `MarginProps`
1240
-
1241
- This means you can now use margin utilities directly on these components:
1242
-
1243
- ```tsx
1244
- <BodyText mt="200" mb="100">Text with margin utilities</BodyText>
1245
- <Container mx="300" py="200">Container with spacing utilities</Container>
1246
- <Card mt="200" gap="100">Card with margin and gap utilities</Card>
1247
- ```
1248
-
1249
- **Migration guide**:
1250
- 1. Replace semantic background color tokens:
1251
- - `backgroundPrimary` → `primary`
1252
- - `backgroundSecondary` → `secondary`
1253
- - `backgroundBrand` → `brand`
1254
- 2. Replace semantic text color tokens:
1255
- - `white` → `inverted` (for text on dark backgrounds)
1256
- - `grey1000` / `textPrimary` → `primary`
1257
- - `textSecondary` → `secondary`
1258
- 3. Replace semantic border color tokens:
1259
- - `grey800` / `borderStrong` → `strong`
1260
- - `borderSubtle` → `subtle`
1261
- 4. For non-semantic colors, use a `StyleSheet` and use the full color token from the theme:
1262
-
1263
- ```tsx
1264
- import { StyleSheet } from 'react-native';
1265
-
1266
- const styles = StyleSheet.create(theme => ({
1267
- customBackground: {
1268
- backgroundColor: theme.color.blue[400],
1269
- },
1270
- }));
1271
-
1272
- <Box style={styles.customBackground} />;
1273
- ```
1274
-
1275
- or the `useTheme` hook:
1276
-
1277
- ```tsx
1278
- import { useTheme } from '@utilitywarehouse/hearth-react-native';
1279
-
1280
- const theme = useTheme();
1281
- <Box backgroundColor={theme.color.purple[800]} />;
1282
- ```
1283
-
1284
- or use the tokens library:
1285
-
1286
- ```tsx
1287
- import { color } from '@utilitywarehouse/hearth-tokens';
1288
-
1289
- <Box backgroundColor={color.purple[800]} />;
1290
- ```
1291
-
1292
- **Backwards compatibility**:
1293
-
1294
- The full color tokens (e.g., `backgroundPrimary`, `grey1000`) are still supported as fallbacks but are deprecated and will cause type errors. We recommend migrating to the simplified tokens for a cleaner API.
1295
-
1296
- **References**:
1297
- - [Semantic tokens documentation](https://github.com/utilitywarehouse/hearth/blob/main/packages/tokens/src/semantic-light.ts)
1298
-
1299
- ### Patch Changes
1300
-
1301
- - [#917](https://github.com/utilitywarehouse/hearth/pull/917) [`6a016dc`](https://github.com/utilitywarehouse/hearth/commit/6a016dca0d1a06e40a877da15aced590d0c68112) Thanks [@jordmccord](https://github.com/jordmccord)! - 💅 [ENHANCEMENT]: Update design tokens from Figma
1302
-
1303
- Updated design tokens to include new font sizes, line heights, and component-specific tokens:
1304
- - Added `background.loading` colour token for both light and dark modes
1305
- - Added new font sizes: 575 (44px) and 650 (54px)
1306
- - Added new line heights: 975 (52px) and 1050 (62px)
1307
- - Updated `Modal` component tokens with `mobile.paddingBottom` and `handle.paddingBottom` properties
1308
- - Added `borderBottom` property to `Navigation` component tokens
1309
- - Updated `Skeleton` component `loadingColor` value in light mode
1310
-
1311
- **Developer changes**:
1312
-
1313
- No changes required. These tokens are automatically applied to components that use them.
1314
-
1315
- ## 0.20.0
1316
-
1317
- ### Minor Changes
1318
-
1319
- - [#898](https://github.com/utilitywarehouse/hearth/pull/898) [`d32a188`](https://github.com/utilitywarehouse/hearth/commit/d32a18840c04222b7b1348133137dc5e56745fe3) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add validation and helper text props to `Select` component
1320
-
1321
- The `Select` component now supports built-in validation messages and helper text through new props: `invalidText`, `validText`, `helperText`, and `helperIcon`. This provides a more integrated validation experience without needing to wrap the component in FormField.
1322
-
1323
- **Components affected**:
1324
- - `Select`
1325
-
1326
- **Developer changes**:
1327
-
1328
- You can now add helper text and validation messages directly to Select:
1329
-
1330
- ```tsx
1331
- import { Select } from '@utilitywarehouse/hearth-react-native';
1332
-
1333
- <Select
1334
- label="Choose an option"
1335
- placeholder="Select an option"
1336
- helperText="This is some helper text for the select component."
1337
- validationStatus="invalid"
1338
- invalidText="Please select a valid option"
1339
- options={[
1340
- { label: 'Option 1', value: '1' },
1341
- { label: 'Option 2', value: '2' },
1342
- { label: 'Option 3', value: '3' },
1343
- ]}
1344
- value={value}
1345
- onValueChange={setValue}
1346
- />;
1347
- ```
1348
-
1349
- The component now also supports a `labelVariant` prop to control label styling:
1350
-
1351
- ```tsx
1352
- <Select
1353
- label="Choose an option"
1354
- labelVariant="heading"
1355
- // ... other props
1356
- />
1357
- ```
1358
-
1359
- These new props work seamlessly alongside the existing FormField wrapper if you prefer that approach. No changes are required to existing Select implementations.
1360
-
1361
- ## 0.19.1
1362
-
1363
- ### Patch Changes
1364
-
1365
- - [#886](https://github.com/utilitywarehouse/hearth/pull/886) [`7a948de`](https://github.com/utilitywarehouse/hearth/commit/7a948dea0d15ce7ca34e4d405e86984213c96196) Thanks [@jordmccord](https://github.com/jordmccord)! - 💅 [ENHANCEMENT]: Add `loadingHeading` prop to `Modal` component
1366
-
1367
- The `Modal` component now supports a `loadingHeading` prop to customise the heading text displayed during loading states. If not provided, it defaults to 'Loading...'.
1368
-
1369
- **Components affected**:
1370
- - `Modal`
1371
-
1372
- **Developer changes**:
1373
-
1374
- No changes required. To customise the loading heading text, use the new `loadingHeading` prop:
1375
-
1376
- ```tsx
1377
- <Modal
1378
- loading={isLoading}
1379
- loadingHeading="Processing your request..."
1380
- heading="Confirm Action"
1381
- description="Please wait while we process your request"
1382
- />
1383
- ```
1384
-
1385
- - [#888](https://github.com/utilitywarehouse/hearth/pull/888) [`9b3e172`](https://github.com/utilitywarehouse/hearth/commit/9b3e172f9964026f4f3ba140731432ac63550256) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Align `Toast` icon and dismiss button to the top
1386
-
1387
- ## 0.19.0
1388
-
1389
- ### Minor Changes
1390
-
1391
- - [#882](https://github.com/utilitywarehouse/hearth/pull/882) [`7e5338c`](https://github.com/utilitywarehouse/hearth/commit/7e5338c75bf051897a5384fe4ce0f65533b7e1a7) Thanks [@jordmccord](https://github.com/jordmccord)! - 💅 [ENHANCEMENT]: Add `safeAreaPadding` option to `ToastProvider`
1392
-
1393
- `ToastProvider` now supports an optional `safeAreaPadding` prop to control whether toasts respect safe-area inset padding. This can be useful when you want to disable additional safe-area inset space while keeping the base toast padding.
1394
-
1395
- **Components affected**:
1396
- - `ToastProvider`
1397
-
1398
- **Developer changes**:
1399
-
1400
- No changes required. To disable safe-area inset padding (while preserving the base bottom padding), set `safeAreaPadding` to `false`:
1401
-
1402
- ```tsx
1403
- <ToastProvider safeAreaPadding={false}>{children}</ToastProvider>
1404
- ```
1405
-
1406
- - [`da893ff`](https://github.com/utilitywarehouse/hearth/commit/da893ff8a9d576a6ca69021737056c7289f8c6aa) Thanks [@jordmccord](https://github.com/jordmccord)! - 💅 [ENHANCEMENT]: Unify spacing prop naming across layout components
1407
-
1408
- The `space` prop has been renamed to `spacing` across all layout components for improved consistency and clarity. The `space` prop is now deprecated but will continue to work alongside the new `spacing` prop to maintain backward compatibility.
1409
-
1410
- **Components affected**:
1411
- - `Box`
1412
- - `ButtonGroup`
1413
- - `Card`
1414
- - `Container`
1415
- - `Divider`
1416
- - `Flex`
1417
- - `Grid`
1418
-
1419
- **Developer changes**:
1420
-
1421
- No immediate changes are required. The `space` prop will continue to work as before. However, we recommend migrating to the `spacing` prop at your convenience:
1422
-
1423
- ```diff
1424
- - <Flex space="md">
1425
- + <Flex spacing="md">
1426
- <Box>...</Box>
1427
- <Box>...</Box>
1428
- </Flex>
1429
- ```
1430
-
1431
- ```diff
1432
- - <Grid columns={2} space="lg">
1433
- + <Grid columns={2} spacing="lg">
1434
- <Box>...</Box>
1435
- <Box>...</Box>
1436
- </Grid>
1437
- ```
1438
-
1439
- ```diff
1440
- - <Container space="xl">
1441
- + <Container spacing="xl">
1442
- <Box>...</Box>
1443
- </Container>
1444
- ```
1445
-
1446
- The deprecated `space` prop will be removed in a future major version release.
1447
-
1448
- - [#877](https://github.com/utilitywarehouse/hearth/pull/877) [`2cdf3a2`](https://github.com/utilitywarehouse/hearth/commit/2cdf3a2f4251b24f34c260f3f5da39f8c330fff5) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add `autoFocus` prop to `VerificationInput`
1449
-
1450
- `VerificationInput` now supports an `autoFocus` prop to control whether the first slot should focus on mount.
1451
- Default is `false` to avoid unexpected focus when the component is used.
1452
-
1453
- **Developer changes**:
1454
-
1455
- ```tsx
1456
- <VerificationInput autoFocus={false} />
1457
- ```
1458
-
1459
- - [#877](https://github.com/utilitywarehouse/hearth/pull/877) [`2cdf3a2`](https://github.com/utilitywarehouse/hearth/commit/2cdf3a2f4251b24f34c260f3f5da39f8c330fff5) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add `VerificationInput` ref methods and improve rapid input handling
1460
-
1461
- `VerificationInput` now forwards a ref with `focus`, `blur`, `clear`, and `focusIndex` helpers. Input updates also use the latest value to avoid dropped digits when typing quickly.
1462
-
1463
- **Developer changes**:
1464
-
1465
- If you want to control focus programmatically, pass a ref:
1466
-
1467
- ```tsx
1468
- import { useRef } from 'react';
1469
- import {
1470
- VerificationInput,
1471
- type VerificationInputHandle,
1472
- } from '@utilitywarehouse/hearth-react-native';
1473
-
1474
- const inputRef = useRef<VerificationInputHandle>(null);
1475
-
1476
- <VerificationInput ref={inputRef} onChangeText={setCode} />;
1477
- ```
1478
-
1479
- ### Patch Changes
1480
-
1481
- - [#880](https://github.com/utilitywarehouse/hearth/pull/880) [`a52bb03`](https://github.com/utilitywarehouse/hearth/commit/a52bb03352dd8b83c9cfd3311aaa390e96e75662) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Remove the unsupported `colorScheme` prop from `Banner` types so the API matches the `Card` component.
1482
-
1483
- - [#879](https://github.com/utilitywarehouse/hearth/pull/879) [`383b686`](https://github.com/utilitywarehouse/hearth/commit/383b6860c1b68da139f10a67cd001dd884143df0) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Make `Banner` button full width in vertical layout
1484
-
1485
- - [#878](https://github.com/utilitywarehouse/hearth/pull/878) [`b31b8c3`](https://github.com/utilitywarehouse/hearth/commit/b31b8c3d37d4d1ec3df2f187ec18d00b3e663b49) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Fix `Modal` bottom padding
1486
-
1487
- - [#881](https://github.com/utilitywarehouse/hearth/pull/881) [`5681b8f`](https://github.com/utilitywarehouse/hearth/commit/5681b8fd4bcc73ad532229018049f959f06f77ec) Thanks [@jordmccord](https://github.com/jordmccord)! - 📦 [DEPS]: Bump `@utilitywarehouse/hearth-react-native-icons` peerDependency to 0.8.0
1488
-
1489
- ## 0.18.0
1490
-
1491
- ### Minor Changes
1492
-
1493
- - [#869](https://github.com/utilitywarehouse/hearth/pull/869) [`89231c8`](https://github.com/utilitywarehouse/hearth/commit/89231c818dfd694f53b50f4cc961a38d0a50999e) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add color override props to `IconButton` for service-specific branding
1494
-
1495
- The `IconButton` component now supports custom color overrides through three new optional props: `backgroundColor`, `activeBackgroundColor`, and `shadowColor`. These props enable service-specific branding for use cases like service buttons (Electricity, Broadband, Mobile, Insurance, Cashback Card).
1496
-
1497
- ⚠️ **Important**: These props should be used sparingly and only for specific use cases where brand-specific colors are required. For most use cases, continue using the standard `colorScheme` and `variant` props to maintain design system consistency.
1498
-
1499
- **Components affected**:
1500
- - `IconButton`
1501
-
1502
- **Developer changes**:
1503
-
1504
- You can now customise `IconButton` colors for service-specific branding:
1505
-
1506
- ```tsx
1507
- import { IconButton } from '@utilitywarehouse/hearth-react-native';
1508
- import { ElectricityMediumIcon } from '@utilitywarehouse/hearth-react-native-icons';
1509
-
1510
- <IconButton
1511
- icon={ElectricityMediumIcon}
1512
- backgroundColor="energyBlue200"
1513
- activeBackgroundColor="energyBlue300"
1514
- shadowColor="energyBlue300"
1515
- variant="emphasis"
1516
- onPress={handlePress}
1517
- />;
1518
- ```
1519
-
1520
- The new props are:
1521
- - `backgroundColor` - Sets the base background color, overriding the color scheme's default
1522
- - `activeBackgroundColor` - Sets the background color when pressed or in an active state
1523
- - `shadowColor` - Sets the shadow/elevation color
1524
-
1525
- These overrides work alongside the existing `variant` and `colorScheme` props, allowing you to maintain structural styling while customising colors for specific branding requirements.
1526
-
1527
- ### Patch Changes
1528
-
1529
- - [#871](https://github.com/utilitywarehouse/hearth/pull/871) [`8984335`](https://github.com/utilitywarehouse/hearth/commit/89843355d268aaa184bea75784e6841568c4784f) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Fix style ordering in `BodyText` to ensure color props properly override custom styles
1530
-
1531
- ## 0.17.0
1532
-
1533
- ### Minor Changes
1534
-
1535
- - [#867](https://github.com/utilitywarehouse/hearth/pull/867) [`9a15eb8`](https://github.com/utilitywarehouse/hearth/commit/9a15eb8c659aa541988da6f28f6c50261f3557f9) Thanks [@jordmccord](https://github.com/jordmccord)! - 💔 [BREAKING CHANGE]: Require `CardActions` wrapper for `CardAction` groups.
1536
-
1537
- `Card` now only treats actions as such when they are wrapped in `CardActions`. This removes wrapper heuristics and makes action grouping explicit while keeping automatic content wrapping.
1538
-
1539
- **Components affected**:
1540
- - `Card`
1541
- - `CardActions`
1542
- - `CardAction`
1543
-
1544
- **Developer changes**:
1545
-
1546
- Wrap all `CardAction` items in `CardActions`:
1547
-
1548
- ```diff
1549
- - <Card>
1550
- - <CardAction heading="Action 1" onPress={() => {}} />
1551
- - <CardAction heading="Action 2" onPress={() => {}} />
1552
- - </Card>
1553
- + <Card>
1554
- + <CardActions>
1555
- + <CardAction heading="Action 1" onPress={() => {}} />
1556
- + <CardAction heading="Action 2" onPress={() => {}} />
1557
- + </CardActions>
1558
- + </Card>
1559
- ```
1560
-
1561
- - [#860](https://github.com/utilitywarehouse/hearth/pull/860) [`ec44a9d`](https://github.com/utilitywarehouse/hearth/commit/ec44a9d3d7a2d95ab69b6e4c461104402d82659d) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add `prefix` and `suffix` props to `Input` component
1562
-
1563
- The `Input` component now supports `prefix` and `suffix` props, allowing you to display text or custom content before and after the input field. This is useful for adding units, currency symbols, or other contextual information.
1564
-
1565
- **Components affected**:
1566
- - `Input`
1567
-
1568
- **Developer changes**:
1569
-
1570
- Use the `prefix` and `suffix` props to add content before or after the input:
1571
-
1572
- ```tsx
1573
- <Input label="Amount" prefix="£" suffix="GBP" placeholder="0.00" />
1574
- ```
1575
-
1576
- You can also pass custom React nodes:
1577
-
1578
- ```tsx
1579
- <Input label="Email" prefix={<CustomIcon />} suffix={<BodyText>@example.com</BodyText>} />
1580
- ```
1581
-
1582
- **Note**: The `prefix` and `suffix` props are not available on `password` and `search` input types, as these have specific UI patterns.
1583
-
1584
- - [#862](https://github.com/utilitywarehouse/hearth/pull/862) [`654552e`](https://github.com/utilitywarehouse/hearth/commit/654552e33d56e4b2b2ba8fb783b7f9a7c57ba212) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add `loading` prop to `ListAction` component
1585
-
1586
- The `ListAction` component now supports a `loading` prop that displays a skeleton loading state while content is being fetched. This provides better user feedback during asynchronous operations.
1587
-
1588
- **Components affected**:
1589
- - `ListAction`
1590
-
1591
- **Developer changes**:
1592
-
1593
- Use the `loading` prop to show a loading state:
1594
-
1595
- ```tsx
1596
- <List>
1597
- <ListItem heading="Account details" />
1598
- <ListAction heading="View transactions" loading={isLoading} onPress={handlePress} />
1599
- </List>
1600
- ```
1601
-
1602
- When `loading` is true, the action will display skeleton placeholders instead of the heading and icon.
1603
-
1604
- - [#862](https://github.com/utilitywarehouse/hearth/pull/862) [`654552e`](https://github.com/utilitywarehouse/hearth/commit/654552e33d56e4b2b2ba8fb783b7f9a7c57ba212) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add `invalidText` prop to `List` component
1605
-
1606
- The `List` component now supports an `invalidText` prop for displaying validation error messages in the section header. This provides consistent validation feedback across list-based forms and grouped content.
1607
-
1608
- **Components affected**:
1609
- - `List`
1610
-
1611
- **Developer changes**:
1612
-
1613
- Use the `invalidText` prop to display validation errors:
1614
-
1615
- ```tsx
1616
- <List
1617
- heading="Payment methods"
1618
- helperText="Select at least one payment method"
1619
- invalidText="You must select a payment method"
1620
- >
1621
- <ListItem heading="Credit card" />
1622
- <ListItem heading="Direct debit" />
1623
- </List>
1624
- ```
1625
-
1626
- ### Patch Changes
1627
-
1628
- - [#845](https://github.com/utilitywarehouse/hearth/pull/845) [`9c034f9`](https://github.com/utilitywarehouse/hearth/commit/9c034f98f9d6aa4596a45296d02e01703ef1c762) Thanks [@jordmccord](https://github.com/jordmccord)! - 💅 [ENHANCEMENT]: Add `invalidText` prop to `ExpandableCardGroup`
1629
-
1630
- The `ExpandableCardGroup` component now supports an `invalidText` prop that displays validation text below the helper text when the group is in an invalid state.
1631
-
1632
- **Components affected**:
1633
- - `ExpandableCardGroup`
1634
-
1635
- **Developer changes**:
1636
-
1637
- No changes required. If you want to display validation text, you can now use the `invalidText` prop:
1638
-
1639
- ```tsx
1640
- <ExpandableCardGroup
1641
- heading="Select an option"
1642
- helperText="Choose one of the options below"
1643
- invalidText="Please select at least one option"
1644
- >
1645
- {/* ExpandableCard components */}
1646
- </ExpandableCardGroup>
1647
- ```
1648
-
1649
- - [#867](https://github.com/utilitywarehouse/hearth/pull/867) [`9a15eb8`](https://github.com/utilitywarehouse/hearth/commit/9a15eb8c659aa541988da6f28f6c50261f3557f9) Thanks [@jordmccord](https://github.com/jordmccord)! - 💅 [ENHANCEMENT]: Improve first-item border detection in `Card` and `List` components
1650
-
1651
- The `Card` and `List` components now use a more reliable method to detect and style the first rendered `CardAction`, `ListItem`, or `ListAction`. This fixes edge cases where wrapper components that conditionally render `null` would previously interfere with first-item border removal.
1652
-
1653
- **Components affected**:
1654
- - `Card` / `CardAction`
1655
- - `List` / `ListItem` / `ListAction`
1656
-
1657
- **Developer changes**:
1658
-
1659
- No changes required. The improvement is automatic and maintains the same visual behavior. Components that wrap card actions or list items will now work correctly even when some wrappers return `null` conditionally.
1660
-
1661
- **Note**: The `useCardFirstActionContext` hook has been removed as it was an internal implementation detail.
1662
-
1663
- ## 0.16.2
1664
-
1665
- ### Patch Changes
1666
-
1667
- - [#837](https://github.com/utilitywarehouse/hearth/pull/837) [`126657c`](https://github.com/utilitywarehouse/hearth/commit/126657cd96008625f9573ed5cc1588709c00f7da) Thanks [@jordmccord](https://github.com/jordmccord)! - 💅 [ENHANCEMENT]: Add style customisation props to `DateInput` component
1668
-
1669
- The `DateInput` component now supports three new style props for customising the appearance of date segments: `inputContainerStyle`, `inputStyle`, and `inputLabelStyle`. This allows for greater flexibility when integrating DateInput into different layouts.
1670
-
1671
- **Components affected**:
1672
- - `DateInput`
1673
-
1674
- **Developer changes**:
1675
-
1676
- No changes required. To customise the appearance of date input segments, use the new style props:
1677
-
1678
- ```tsx
1679
- <DateInput
1680
- label="Custom date input"
1681
- inputContainerStyle={{ maxWidth: 'auto' }}
1682
- inputStyle={{ fontSize: 16 }}
1683
- inputLabelStyle={{ fontWeight: 'bold' }}
1684
- />
1685
- ```
1686
-
1687
- ## 0.16.1
1688
-
1689
- ### Patch Changes
1690
-
1691
- - [#817](https://github.com/utilitywarehouse/hearth/pull/817) [`fb4f4d0`](https://github.com/utilitywarehouse/hearth/commit/fb4f4d034e5b67b0c75dc093f7fdd8d3ab26edde) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: `DateInput` height issue
1692
-
1693
- ## 0.16.0
1694
-
1695
- ### Minor Changes
1696
-
1697
- - [#810](https://github.com/utilitywarehouse/hearth/pull/810) [`eae4c24`](https://github.com/utilitywarehouse/hearth/commit/eae4c24a421415247c720f88bb8341133340cc7b) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: All `Input` components accessibility improvements and you can now pass a label, helper text and validation to the `Input` component directly.
1698
-
1699
- ### Input accessibility improvements and FormField integration
1700
-
1701
- The `Input` component has been updated to internally use `FormField`. This allows you to pass props like `label`, `helperText`, and validation status directly to the `Input` component, streamlining its usage.
1702
-
1703
- We have also greatly improved accessibility behavior. The `Input` component now intelligently constructs `aria-label` and `accessibilityHint` based on the provided label, helper text, and validation state. To support this, `FormField` now has a mechanism to hide its own accessibility elements when a child component is handling them, preventing duplicate announcements.
1704
-
1705
- #### Affected components
1706
- - `Input`
1707
- - `CurrencyInput`
1708
- - `DatePickerInput`
1709
- - `Textarea`
1710
- - `FormField`
1711
-
1712
- #### Developer changes
1713
-
1714
- You can now use `Input`, `CurrencyInput`, `DatePickerInput`, and `Textarea` without explicitly wrapping them in `FormField` for standard layouts:
1715
-
1716
- ```tsx
1717
- // Before
1718
- <FormField label="Email" helperText="Enter email">
1719
- <Input />
1720
- </FormField>
1721
-
1722
- // After
1723
- <Input label="Email" helperText="Enter email" />
1724
- ```
1725
-
1726
- No breaking changes. The `Input` component continues to support being wrapped externally by `FormField`.
1727
-
1728
- #### References
1729
- - UWDS-4179
1730
-
1731
- - [#803](https://github.com/utilitywarehouse/hearth/pull/803) [`8e96af6`](https://github.com/utilitywarehouse/hearth/commit/8e96af69f3a3498f264f2a6dc2416cdb6a298275) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Adds `labelVariant` prop to components with a label
1732
-
1733
- ### Adds `labelVariant` prop to components with a label
1734
-
1735
- Added a `labelVariant` prop to allow consumers to choose between a body or heading style for component labels. Defaults to `body`.
1736
-
1737
- #### Affected components
1738
- - `CheckboxGroup`
1739
- - `FormField`
1740
- - `Label`
1741
- - `RadioGroup`
1742
- - `RadioCard`
1743
- - `Select`
1744
- - `VerificationInput`
1745
- - `Input`
1746
- - `CurrencyInput`
1747
- - `DatePickerInput`
1748
- - `Textarea`
1749
-
1750
- #### Developer changes
1751
-
1752
- You can now pass `labelVariant="heading"` to these components to render the label as a heading instead of body text.
1753
-
1754
- ```tsx
1755
- <FormField label="My Label" labelVariant="heading">
1756
- <Input />
1757
- </FormField>
1758
- ```
1759
-
1760
- ## 0.15.3
1761
-
1762
- ### Patch Changes
1763
-
1764
- - [#801](https://github.com/utilitywarehouse/hearth/pull/801) [`6d11339`](https://github.com/utilitywarehouse/hearth/commit/6d1133997b28efa104c282522a5708f1d4d8614c) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: `Modal` without handle heading padding issue
1765
-
1766
- - [#796](https://github.com/utilitywarehouse/hearth/pull/796) [`f0ccadb`](https://github.com/utilitywarehouse/hearth/commit/f0ccadbb48fb7a7a70520d7521746a63421e01cc) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: `CheckboxTile` text wrapping issue
1767
-
1768
- ## 0.15.2
1769
-
1770
- ### Patch Changes
1771
-
1772
- - [#771](https://github.com/utilitywarehouse/hearth/pull/771) [`5320be5`](https://github.com/utilitywarehouse/hearth/commit/5320be544992c137e201be7750d30ea098a7d399) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Adds missing `ref` prop to the `CurrencyInput` component
1773
-
1774
- ## 0.15.1
1775
-
1776
- ### Patch Changes
1777
-
1778
- - [#768](https://github.com/utilitywarehouse/hearth/pull/768) [`570f240`](https://github.com/utilitywarehouse/hearth/commit/570f240a448eae546b893ed3ad69235213ee5fac) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Makes `Modal` footer sticky by default
1779
-
1780
- This change updates the `Modal` component to have a sticky footer by default, enhancing user experience by keeping action buttons accessible. The `stickyFooter` prop has been added to allow developers to disable this behavior if needed.
1781
-
1782
- ## 0.15.0
1783
-
1784
- ### Minor Changes
1785
-
1786
- - [#766](https://github.com/utilitywarehouse/hearth/pull/766) [`183155a`](https://github.com/utilitywarehouse/hearth/commit/183155a1aaf7713f0ab8a39ab1e5684ef6190d0c) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE] Custom `ListItem` styles for `UL` and `OL` components
1787
-
1788
- Added new props to `UL`, `OL`, and `ListItem` components to support custom list markers, including icons, images, and colors. This brings the functionality closer to CSS-like list styling. We also fixed a layout issue where list item text could overflow the container.
1789
-
1790
- **Components affected**:
1791
- - `UL` (UnorderedList)
1792
- - `OL` (OrderedList)
1793
- - `ListItem`
1794
-
1795
- **Developer changes**:
1796
-
1797
- You can now customise list bullets/markers using the new `listStyle*` props. These can be set on the list container to apply to all items, or overridden on individual list items.
1798
-
1799
- ```tsx
1800
- import { UL, LI } from '@utilitywarehouse/hearth-react-native';
1801
- import { TickIcon } from '@utilitywarehouse/hearth-react-native-icons';
1802
-
1803
- <UL listStyleColour="feedbackPositiveSurfaceDefault" listStyleIcon={TickIcon}>
1804
- <LI>Success item 1</LI>
1805
- <LI listStyleColour="feedbackDangerSurfaceDefault">Error item override</LI>
1806
- </UL>;
1807
- ```
1808
-
1809
- Supported props:
1810
- - `listStyleImage`: React Element (e.g. `<Image />`)
1811
- - `listStyleIcon`: Icon component
1812
- - `listStyleWidth` / `listStyleHeight`: Dimensions for the marker (default: 20)
1813
- - `listStyleColour`: Color token or value for the marker
1814
-
1815
- ### Patch Changes
1816
-
1817
- - [#762](https://github.com/utilitywarehouse/hearth/pull/762) [`2d2bbd2`](https://github.com/utilitywarehouse/hearth/commit/2d2bbd2ba109b9acb2e0b220766eb02c0ad5710e) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Fixes Android error when passing boolean or number as a `Checkbox` value
1818
-
1819
- - [#764](https://github.com/utilitywarehouse/hearth/pull/764) [`46f115d`](https://github.com/utilitywarehouse/hearth/commit/46f115dd4bd9da824496e8ec19e29276523931a1) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Fixes `HelperText` wrapping issue
1820
-
1821
- - [#762](https://github.com/utilitywarehouse/hearth/pull/762) [`2d2bbd2`](https://github.com/utilitywarehouse/hearth/commit/2d2bbd2ba109b9acb2e0b220766eb02c0ad5710e) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Fixes `PillGroup` `onChange` prop types
1822
-
1823
- - [#764](https://github.com/utilitywarehouse/hearth/pull/764) [`46f115d`](https://github.com/utilitywarehouse/hearth/commit/46f115dd4bd9da824496e8ec19e29276523931a1) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: `DescriptionListItem` description disappearing when direction is `column`
1824
-
1825
- - [#762](https://github.com/utilitywarehouse/hearth/pull/762) [`2d2bbd2`](https://github.com/utilitywarehouse/hearth/commit/2d2bbd2ba109b9acb2e0b220766eb02c0ad5710e) Thanks [@jordmccord](https://github.com/jordmccord)! - 🐛 [FIX]: Input styles are now passed to the correct View
1826
-
1827
- ## 0.14.1
1828
-
1829
- ### Patch Changes
1830
-
1831
- - [#749](https://github.com/utilitywarehouse/hearth/pull/749) [`ded4b2e`](https://github.com/utilitywarehouse/hearth/commit/ded4b2e3dcad9c1cc4860a13120e44a43e5f0dde) Thanks [@jordmccord](https://github.com/jordmccord)! - Fixes `CardAction` padding
1832
-
1833
- ## 0.14.0
1834
-
1835
- ### Minor Changes
1836
-
1837
- - [#741](https://github.com/utilitywarehouse/hearth/pull/741) [`acf081a`](https://github.com/utilitywarehouse/hearth/commit/acf081a8e10722ea1e9106f8111f5d9548815646) Thanks [@jordmccord](https://github.com/jordmccord)! - Renames `ListItemText` to `ListItemHeading` (`ListItemText` is deprecated and will be removed in a later release)
1838
-
1839
- ### Patch Changes
1840
-
1841
- - [#741](https://github.com/utilitywarehouse/hearth/pull/741) [`acf081a`](https://github.com/utilitywarehouse/hearth/commit/acf081a8e10722ea1e9106f8111f5d9548815646) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `truncateHeading` and `truncateHelperText` props to `ListItem`
1842
-
1843
- - [#740](https://github.com/utilitywarehouse/hearth/pull/740) [`16f1ce0`](https://github.com/utilitywarehouse/hearth/commit/16f1ce073d62c4e72693e7e07233a7498c0d0602) Thanks [@jordmccord](https://github.com/jordmccord)! - Fixes custom `ListItem` first child border issue
1844
-
1845
- - [#737](https://github.com/utilitywarehouse/hearth/pull/737) [`85f76db`](https://github.com/utilitywarehouse/hearth/commit/85f76dbbf7c90db96d7e89e5f5e353a772dd84c2) Thanks [@jordmccord](https://github.com/jordmccord)! - Fixes `Radio` and `Checkbox` Groups row direction issue
1846
-
1847
- - [#741](https://github.com/utilitywarehouse/hearth/pull/741) [`acf081a`](https://github.com/utilitywarehouse/hearth/commit/acf081a8e10722ea1e9106f8111f5d9548815646) Thanks [@jordmccord](https://github.com/jordmccord)! - Fixes `ListItemText` and `ListItemHelperText` prop types
1848
-
1849
- ## 0.13.0
1850
-
1851
- ### Minor Changes
1852
-
1853
- - [#682](https://github.com/utilitywarehouse/hearth/pull/682) [`57d6c71`](https://github.com/utilitywarehouse/hearth/commit/57d6c71baedeaa0bc914ff5163e73bbf4281aa79) Thanks [@Utakato](https://github.com/Utakato)! - Add Verification Input component
1854
-
1855
- ## 0.12.0
1856
-
1857
- ### Minor Changes
1858
-
1859
- - [#685](https://github.com/utilitywarehouse/hearth/pull/685) [`10f5209`](https://github.com/utilitywarehouse/hearth/commit/10f52095e5f36e58f9821e3fec3fdf43f4578fbb) Thanks [@jordmccord](https://github.com/jordmccord)! - [BREAKING] Component props moved from objects to React Nodes
1860
-
1861
- ### Patch Changes
1862
-
1863
- - [#687](https://github.com/utilitywarehouse/hearth/pull/687) [`11e8176`](https://github.com/utilitywarehouse/hearth/commit/11e8176ced40b0a8b2d27e07c482ed10a7b7ce7a) Thanks [@jordmccord](https://github.com/jordmccord)! - Fixes `Input` refs
1864
-
1865
- ## 0.11.0
1866
-
1867
- ### Minor Changes
1868
-
1869
- - [#674](https://github.com/utilitywarehouse/hearth/pull/674) [`c617257`](https://github.com/utilitywarehouse/hearth/commit/c617257974b11c39d706d6fd46712a284ff5fe10) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `DateInput` component
1870
-
1871
- - [#663](https://github.com/utilitywarehouse/hearth/pull/663) [`8889a07`](https://github.com/utilitywarehouse/hearth/commit/8889a07e347e9289928e679cee495d7656a4e9aa) Thanks [@Utakato](https://github.com/Utakato)! - Add Avatar component
1872
-
1873
- ## 0.10.0
1874
-
1875
- ### Minor Changes
1876
-
1877
- - [#659](https://github.com/utilitywarehouse/hearth/pull/659) [`99afbed`](https://github.com/utilitywarehouse/hearth/commit/99afbed95df550d5d5a8bb6e04f7640077bf4883) Thanks [@MichalCiesliczka](https://github.com/MichalCiesliczka)! - Adds `Pill` and `PillGroup` components
1878
-
1879
- - [#671](https://github.com/utilitywarehouse/hearth/pull/671) [`706448d`](https://github.com/utilitywarehouse/hearth/commit/706448d91f354cb96a71a5f3acc9d17aaa767078) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `Toast` component
1880
-
1881
- ## 0.9.0
1882
-
1883
- ### Minor Changes
1884
-
1885
- - [#658](https://github.com/utilitywarehouse/hearth/pull/658) [`2ac2366`](https://github.com/utilitywarehouse/hearth/commit/2ac2366aaa7f3b253fd9336664a73a64f1ab91a5) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `Menu` component
1886
-
1887
- - [#656](https://github.com/utilitywarehouse/hearth/pull/656) [`a01a49a`](https://github.com/utilitywarehouse/hearth/commit/a01a49a49ec1dd3c04684ce010281030d45c77a1) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `fullscreen` and `inNavModal` props to `Modal`
1888
-
1889
- ## 0.8.2
1890
-
1891
- ### Patch Changes
1892
-
1893
- - [#652](https://github.com/utilitywarehouse/hearth/pull/652) [`5119703`](https://github.com/utilitywarehouse/hearth/commit/5119703a31f663cc8c0a8bb2c6ba5b10f9bf72d6) Thanks [@jordmccord](https://github.com/jordmccord)! - Fixes `RadioCard` label wrapping issue
1894
-
1895
- - [#648](https://github.com/utilitywarehouse/hearth/pull/648) [`c90ea5c`](https://github.com/utilitywarehouse/hearth/commit/c90ea5ce165f27ccfc9774ec58ac642d02b349d1) Thanks [@jordmccord](https://github.com/jordmccord)! - Fixes `ListAction` icon size
1896
-
1897
- - [#648](https://github.com/utilitywarehouse/hearth/pull/648) [`c90ea5c`](https://github.com/utilitywarehouse/hearth/commit/c90ea5ce165f27ccfc9774ec58ac642d02b349d1) Thanks [@jordmccord](https://github.com/jordmccord)! - Fixes `Banner` text gap size
1898
-
1899
- - [#651](https://github.com/utilitywarehouse/hearth/pull/651) [`4ee77b7`](https://github.com/utilitywarehouse/hearth/commit/4ee77b75e58ac4abbeba375ecb367d8899c7f1a0) Thanks [@jordmccord](https://github.com/jordmccord)! - Fixes `Banner` image and height issue
1900
-
1901
- - [#649](https://github.com/utilitywarehouse/hearth/pull/649) [`7374535`](https://github.com/utilitywarehouse/hearth/commit/737453598ad5e885b35b5fcd2e4c4ccff4910c43) Thanks [@jordmccord](https://github.com/jordmccord)! - Fixes `List` to only show `Card` container if it has children
1902
-
1903
- - [#648](https://github.com/utilitywarehouse/hearth/pull/648) [`c90ea5c`](https://github.com/utilitywarehouse/hearth/commit/c90ea5ce165f27ccfc9774ec58ac642d02b349d1) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `shadowColor` prop to `Card` and exposes helpers in theme
1904
-
1905
- ## 0.8.1
1906
-
1907
- ### Patch Changes
1908
-
1909
- - [#641](https://github.com/utilitywarehouse/hearth/pull/641) [`251242e`](https://github.com/utilitywarehouse/hearth/commit/251242e218c0b24589c3fb6fb6963b53bda8a367) Thanks [@jordmccord](https://github.com/jordmccord)! - Fixes `HighlightBanner` when no image is provided
1910
-
1911
- ## 0.8.0
1912
-
1913
- ### Minor Changes
1914
-
1915
- - [#635](https://github.com/utilitywarehouse/hearth/pull/635) [`4cac2f2`](https://github.com/utilitywarehouse/hearth/commit/4cac2f28c12279557e2133d67cd75783f30c89ff) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `Expandable` component
1916
-
1917
- - [#631](https://github.com/utilitywarehouse/hearth/pull/631) [`57b4991`](https://github.com/utilitywarehouse/hearth/commit/57b49912c90dce3d88a699bd50217df08dab601a) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `Banner` component
1918
-
1919
- - [#636](https://github.com/utilitywarehouse/hearth/pull/636) [`a363352`](https://github.com/utilitywarehouse/hearth/commit/a363352dbfbc44245c64e2a16347463b89ff519a) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `ExpandableCard` component
1920
-
1921
- - [#631](https://github.com/utilitywarehouse/hearth/pull/631) [`57b4991`](https://github.com/utilitywarehouse/hearth/commit/57b49912c90dce3d88a699bd50217df08dab601a) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `HighlightBanner` component
1922
-
1923
- ## 0.7.0
1924
-
1925
- ### Minor Changes
1926
-
1927
- - [#613](https://github.com/utilitywarehouse/hearth/pull/613) [`0bdfbe4`](https://github.com/utilitywarehouse/hearth/commit/0bdfbe41ed8b30e5abf49de6ea4cb3a12194921e) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `CardAction` component
1928
-
1929
- ## 0.6.0
1930
-
1931
- ### Minor Changes
1932
-
1933
- - [#603](https://github.com/utilitywarehouse/hearth/pull/603) [`3f292e9`](https://github.com/utilitywarehouse/hearth/commit/3f292e9960dc708dd6932cff04671dd7ef375c1a) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `Container` component
1934
-
1935
- - [#605](https://github.com/utilitywarehouse/hearth/pull/605) [`f52e0f5`](https://github.com/utilitywarehouse/hearth/commit/f52e0f57eff5f1cfa36dacc45576c08771ca12df) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `ThemedImage` component
1936
-
1937
- ## 0.5.0
1938
-
1939
- ### Minor Changes
1940
-
1941
- - [#583](https://github.com/utilitywarehouse/hearth/pull/583) [`a31ab40`](https://github.com/utilitywarehouse/hearth/commit/a31ab40e4ccf4533aae2df16cc456d6db92d4e7b) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `Carousel` component
1942
-
1943
- - [#567](https://github.com/utilitywarehouse/hearth/pull/567) [`b6869cf`](https://github.com/utilitywarehouse/hearth/commit/b6869cfaca7b3a5aacb27c06733f0243b6faa02a) Thanks [@MichalCiesliczka](https://github.com/MichalCiesliczka)! - Adds `ProgressStepper` component
1944
-
1945
- - [#596](https://github.com/utilitywarehouse/hearth/pull/596) [`61f1073`](https://github.com/utilitywarehouse/hearth/commit/61f10735a42445b6e4eb90282a2b340317f1ec08) Thanks [@jordmccord](https://github.com/jordmccord)! - `List` component updates:
1946
- - [BREAKING] The `text` prop in `ListItem` is now `heading`.
1947
- - Added `ListAction` component.
1948
- - Added `badge` prop to `ListItem`.
1949
- - Added `numericValue` prop to `ListItem`.
1950
- - Removes `divider` prop from `List` and `ListItem`; dividers are now handled automatically.
1951
-
1952
- - [#585](https://github.com/utilitywarehouse/hearth/pull/585) [`4894c34`](https://github.com/utilitywarehouse/hearth/commit/4894c34acaadcbbaba78fd64be2f8ae862200e1f) Thanks [@dorota-uw](https://github.com/dorota-uw)! - [BREAKING] `DescriptionListItem` updates:
1953
- - Removed `Link` props: `linkText`, `linkHref`, `linkIcon`, `linkIconPosition`, `linkOnPress`, `linkTarget`, `linkShowIcon`.
1954
- - Added `trailingContent` prop to allow custom trailing content (e.g. Link, Button).
1955
- - Added validation text support to `DescriptionListItem` via `invalidText` prop.
1956
-
1957
- - [#572](https://github.com/utilitywarehouse/hearth/pull/572) [`9fa6499`](https://github.com/utilitywarehouse/hearth/commit/9fa6499b6eb1534c2ce7dc4352b1f848b94786ec) Thanks [@MichalCiesliczka](https://github.com/MichalCiesliczka)! - Adds `IndicatorIconButton` component
1958
-
1959
- - [#596](https://github.com/utilitywarehouse/hearth/pull/596) [`61f1073`](https://github.com/utilitywarehouse/hearth/commit/61f10735a42445b6e4eb90282a2b340317f1ec08) Thanks [@jordmccord](https://github.com/jordmccord)! - [BREAKING] `SectionHeader` updates:
1960
- - Removed `Link` props: `linkText`, `linkOnPress`, `linkAccessibilityLabel`.
1961
- - Added `trailingContent` prop to allow custom trailing content (e.g. Link, Button).
1962
- - Added `badge` prop to display a `Badge` next to the heading.
1963
- - Adds `invalidText` prop for validation messages.
1964
-
1965
- - [#596](https://github.com/utilitywarehouse/hearth/pull/596) [`61f1073`](https://github.com/utilitywarehouse/hearth/commit/61f10735a42445b6e4eb90282a2b340317f1ec08) Thanks [@jordmccord](https://github.com/jordmccord)! - [BREAKING] Migrates `DescriptionList` `SectionHeader` to use `headerTrailingContent`
1966
-
1967
- ### Patch Changes
1968
-
1969
- - [#596](https://github.com/utilitywarehouse/hearth/pull/596) [`61f1073`](https://github.com/utilitywarehouse/hearth/commit/61f10735a42445b6e4eb90282a2b340317f1ec08) Thanks [@jordmccord](https://github.com/jordmccord)! - Updates all interactive components fonts
1970
-
1971
- - [#589](https://github.com/utilitywarehouse/hearth/pull/589) [`635a392`](https://github.com/utilitywarehouse/hearth/commit/635a392c80e883790e3fe2cae3b22453288911f1) Thanks [@dorota-uw](https://github.com/dorota-uw)! - Added underline to Ghost button
1972
-
1973
- - [#596](https://github.com/utilitywarehouse/hearth/pull/596) [`61f1073`](https://github.com/utilitywarehouse/hearth/commit/61f10735a42445b6e4eb90282a2b340317f1ec08) Thanks [@jordmccord](https://github.com/jordmccord)! - Upgrade `@utilitywarehouse/hearth-react-native-icons` to `0.6.0`
1974
-
1975
- - Updated dependencies [[`e707eec`](https://github.com/utilitywarehouse/hearth/commit/e707eec790550cab71f2541c26a38c5691e9cbca)]:
1976
- - @utilitywarehouse/hearth-react-native-icons@0.7.0
1977
-
1978
- ## 0.4.2
1979
-
1980
- ### Patch Changes
1981
-
1982
- - [#570](https://github.com/utilitywarehouse/hearth/pull/570) [`364e1ac`](https://github.com/utilitywarehouse/hearth/commit/364e1ac1ee6c83327b0614d90bf280e283144ae6) Thanks [@dorota-uw](https://github.com/dorota-uw)! - Switched the logic for enabling/disabling comma separator in CurrencyInput
1983
-
1984
- - [#573](https://github.com/utilitywarehouse/hearth/pull/573) [`2c28614`](https://github.com/utilitywarehouse/hearth/commit/2c28614b5a9335dda15895c90e08774574d82d85) Thanks [@jordmccord](https://github.com/jordmccord)! - Fixes `Radio` and `Checkbox` helper overflow issue
1985
-
1986
- - [#573](https://github.com/utilitywarehouse/hearth/pull/573) [`2c28614`](https://github.com/utilitywarehouse/hearth/commit/2c28614b5a9335dda15895c90e08774574d82d85) Thanks [@jordmccord](https://github.com/jordmccord)! - Fixes semantic text colour issue
1987
-
1988
- ## 0.4.1
1989
-
1990
- ### Patch Changes
1991
-
1992
- - [#544](https://github.com/utilitywarehouse/hearth/pull/544) [`98e6423`](https://github.com/utilitywarehouse/hearth/commit/98e642347a0aca8c23babb15ea6b5c70b6adca0f) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds legacy colour palette for backwards compatibility
1993
-
1994
- ## 0.4.0
1995
-
1996
- ### Minor Changes
1997
-
1998
- - [#511](https://github.com/utilitywarehouse/hearth/pull/511) [`04f804c`](https://github.com/utilitywarehouse/hearth/commit/04f804ca93d6e8881f649a0374a3b878c3217623) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `DatePicker` and `DatePickerInput` components
1999
-
2000
- ### Patch Changes
2001
-
2002
- - [#511](https://github.com/utilitywarehouse/hearth/pull/511) [`04f804c`](https://github.com/utilitywarehouse/hearth/commit/04f804ca93d6e8881f649a0374a3b878c3217623) Thanks [@jordmccord](https://github.com/jordmccord)! - Fixes `useTheme` typing
2003
-
2004
- ## 0.3.1
2005
-
2006
- ### Patch Changes
2007
-
2008
- - [#472](https://github.com/utilitywarehouse/hearth/pull/472) [`009fe4b`](https://github.com/utilitywarehouse/hearth/commit/009fe4bff4fc54e424f22629040f715d3d4714ea) Thanks [@jordmccord](https://github.com/jordmccord)! - Add `image` prop to `Checkbox` and `Radio` components
2009
-
2010
- - [#500](https://github.com/utilitywarehouse/hearth/pull/500) [`cc49e74`](https://github.com/utilitywarehouse/hearth/commit/cc49e74e3736b9647e8c5576ce45020add258625) Thanks [@jordmccord](https://github.com/jordmccord)! - - Updated dependencies [[`8dac8c1`](https://github.com/utilitywarehouse/hearth/commit/8dac8c1def9083d8e4efa1385e0ee7be23428c46)]:
2011
- - @utilitywarehouse/hearth-react-native-icons@0.4.0
2012
-
2013
- - [#499](https://github.com/utilitywarehouse/hearth/pull/499) [`7b6781c`](https://github.com/utilitywarehouse/hearth/commit/7b6781cc054cf9f1ed4969a2c663abceb526c249) Thanks [@jordmccord](https://github.com/jordmccord)! - Fixes dark mode styles for several components
2014
-
2015
- ## 0.3.0
2016
-
2017
- ### Minor Changes
2018
-
2019
- - [`ce2b445`](https://github.com/utilitywarehouse/hearth/commit/ce2b445dfdd11a2912b4328d8259a604a77b31cd) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `IconContainer` component
2020
-
2021
- - [#423](https://github.com/utilitywarehouse/hearth/pull/423) [`af2deea`](https://github.com/utilitywarehouse/hearth/commit/af2deea62be55d6e40fe5bbb41700e054082b583) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `DescriptionList` component
2022
-
2023
- - [#421](https://github.com/utilitywarehouse/hearth/pull/421) [`a7974df`](https://github.com/utilitywarehouse/hearth/commit/a7974df554cb0eb499923a140ebea523fa49761c) Thanks [@jordmccord](https://github.com/jordmccord)! - [BREAKING] Removes `date` and `currency` type from the `Input` component
2024
-
2025
- - [#426](https://github.com/utilitywarehouse/hearth/pull/426) [`997e7cb`](https://github.com/utilitywarehouse/hearth/commit/997e7cb847e4f70de7b995c00aeeee18f1a0a1cd) Thanks [@jordmccord](https://github.com/jordmccord)! - [BREAKING] Adds updated `Badge` colour schemes and variants, replaces `solid` with `emphasis`
2026
-
2027
- - [#429](https://github.com/utilitywarehouse/hearth/pull/429) [`1a818ff`](https://github.com/utilitywarehouse/hearth/commit/1a818ffc97a04f412deac4e892fc2400b8ad8735) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `Tabs` component
2028
-
2029
- - [#421](https://github.com/utilitywarehouse/hearth/pull/421) [`a7974df`](https://github.com/utilitywarehouse/hearth/commit/a7974df554cb0eb499923a140ebea523fa49761c) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `CurrencyInput` component
2030
-
2031
- ### Patch Changes
2032
-
2033
- - [#430](https://github.com/utilitywarehouse/hearth/pull/430) [`a151f3a`](https://github.com/utilitywarehouse/hearth/commit/a151f3a116b97ce2756b89c07f2ac3f3105c3ff7) Thanks [@jordmccord](https://github.com/jordmccord)! - Added `autoFormatThousands` prop to `CurrencyInput` component
2034
-
2035
- - [#426](https://github.com/utilitywarehouse/hearth/pull/426) [`997e7cb`](https://github.com/utilitywarehouse/hearth/commit/997e7cb847e4f70de7b995c00aeeee18f1a0a1cd) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds 2 new layout spacing sizes, '2xs' and '2xl'
2036
-
2037
- ## 0.2.0
2038
-
2039
- ### Minor Changes
2040
-
2041
- - [#419](https://github.com/utilitywarehouse/hearth/pull/419) [`8b5d1fb`](https://github.com/utilitywarehouse/hearth/commit/8b5d1fbe44d7d7e6dd70d79011d273dbf868c5a6) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `fullscreen` prop to `Modal`
2042
-
2043
- - [#410](https://github.com/utilitywarehouse/hearth/pull/410) [`22cf96c`](https://github.com/utilitywarehouse/hearth/commit/22cf96c17d8ebf4f3c90264b1345a2a2131d7722) Thanks [@jordmccord](https://github.com/jordmccord)! - [BREAKING] Updates the `colorScheme` component props to semantic meaning
2044
-
2045
- - [#412](https://github.com/utilitywarehouse/hearth/pull/412) [`bc92ff1`](https://github.com/utilitywarehouse/hearth/commit/bc92ff1ef2e1527fa5f8639a8367b039d14cd30b) Thanks [@dorota-uw](https://github.com/dorota-uw)! - Added SectionHeader component
2046
-
2047
- - [#415](https://github.com/utilitywarehouse/hearth/pull/415) [`614839e`](https://github.com/utilitywarehouse/hearth/commit/614839efec9c7eb7aaed59b4a4289439c170156f) Thanks [@jordmccord](https://github.com/jordmccord)! - [BREAKING] Removed `AccordionHeading` and `ListHeading` components in favour of `SectionHeader`
2048
-
2049
- - [#417](https://github.com/utilitywarehouse/hearth/pull/417) [`2df513f`](https://github.com/utilitywarehouse/hearth/commit/2df513f6f4fd0d695816badf254486f917996a93) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `Modal` component
2050
-
2051
- ### Patch Changes
2052
-
2053
- - [#420](https://github.com/utilitywarehouse/hearth/pull/420) [`960ab43`](https://github.com/utilitywarehouse/hearth/commit/960ab436ee5da9359849ff40557171a9c4edb192) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds our semantic colours to the color value types so they can be accessed in things like the `Box` props
2054
-
2055
- - [#410](https://github.com/utilitywarehouse/hearth/pull/410) [`22cf96c`](https://github.com/utilitywarehouse/hearth/commit/22cf96c17d8ebf4f3c90264b1345a2a2131d7722) Thanks [@jordmccord](https://github.com/jordmccord)! - Moves components to use semantic tokens and exposes the new semantic tokens via the color object in the theme
2056
-
2057
- ## 0.1.0
2058
-
2059
- ### Minor Changes
2060
-
2061
- - [`f6366c4`](https://github.com/utilitywarehouse/hearth/commit/f6366c4da2676c535dca90be570d6e6bae5a0349) Thanks [@jordmccord](https://github.com/jordmccord)! - Initial Release 🎉
2062
-
2063
-
2064
- <NextPrevPage
2065
- prevLink="getting-started"
2066
- prevTitle="Getting Started"
2067
- nextLink="styling"
2068
- nextTitle="Styling"
2069
- />