@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
package/CHANGELOG.md DELETED
@@ -1,2052 +0,0 @@
1
- # @utilitywarehouse/hearth-react-native
2
-
3
- ## 0.34.4
4
-
5
- ### Patch Changes
6
-
7
- - [#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
8
-
9
- `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.
10
-
11
- ## 0.34.3
12
-
13
- ### Patch Changes
14
-
15
- - [#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
16
-
17
- Both list components now render correctly when their parent uses
18
- `alignItems="center"`. Previously, the list would collapse to the width of the
19
- bullet/number, leaving text invisible or clipped beside each list item.
20
-
21
- **Before**: wrapping `UL` or `OL` in a `Box` with `alignItems="center"` caused
22
- bullets and numbers to appear without any adjacent text.
23
-
24
- **After**: both components always stretch to fill their parent's width via
25
- `alignSelf: 'stretch'`, regardless of the parent's `alignItems` setting.
26
-
27
- - Updated dependencies [[`fd31bf8`](https://github.com/utilitywarehouse/hearth/commit/fd31bf8208278a580f8039d09f4e8e78aac2b477)]:
28
- - @utilitywarehouse/hearth-react-native-icons@0.8.4
29
-
30
- ## 0.34.2
31
-
32
- ### Patch Changes
33
-
34
- - [#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)
35
-
36
- A new `xl` size is now available for the `BodyText` component, matching the
37
- existing `xl` body text token (20px font size, 28px line height).
38
-
39
- ## 0.34.1
40
-
41
- ### Patch Changes
42
-
43
- - [#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
44
-
45
- - Updated dependencies [[`2165fd8`](https://github.com/utilitywarehouse/hearth/commit/2165fd820cc879fe169df878944b41e337a06c89)]:
46
- - @utilitywarehouse/hearth-react-native-icons@0.8.3
47
-
48
- ## 0.34.0
49
-
50
- ### Minor Changes
51
-
52
- - [#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
53
-
54
- Several unused design tokens have been removed from the React Native token exports
55
- to align with the updated design token set.
56
-
57
- **Tokens removed**:
58
-
59
- - `borderRadius.lg`
60
- - `color`: multiple shades pruned across all colour palettes (`blue`, `broadbandGreen`, `cashbackLilac`, `energyBlue`, `green`, `insuranceOrange`, `mobileRose`, `orange`, `piggyPink`, `purple`, `red`, `warmWhite`, `yellow`)
61
- - `font.size`: `50`, `75`, `600`, `700`, `800`, `900`, `1000`
62
- - `font.weight.heavy`
63
- - `letterSpacing`: `0`, `50`, `75`, `550`, `600`, `700`, `800`, `900`, `1000`
64
- - `lineHeight`: `50`, `75`, `100`, `900`, `1000`, `1100`, `1200`
65
- - `space['1000']`
66
-
67
- **Developer changes**:
68
-
69
- If you are referencing any of the removed tokens directly, replace them with the
70
- nearest available equivalent or remove the usage.
71
-
72
- For example:
73
-
74
- ```diff
75
- - borderRadius: tokens.borderRadius.lg,
76
- + borderRadius: tokens.borderRadius.md,
77
- ```
78
-
79
- ```diff
80
- - fontSize: tokens.font.size['50'],
81
- + fontSize: tokens.font.size['90'],
82
- ```
83
-
84
- ```diff
85
- - fontWeight: tokens.font.weight.heavy,
86
- + fontWeight: tokens.font.weight.bold,
87
- ```
88
-
89
- ### Patch Changes
90
-
91
- - [#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
92
-
93
- The `bodyText` typography scale now includes an `xl` variant across mobile,
94
- tablet, and desktop breakpoints.
95
-
96
- | Property | Value |
97
- | ------------------ | ----- |
98
- | `fontSize` | `20` |
99
- | `lineHeight` | `28` |
100
- | `paragraphSpacing` | `20` |
101
-
102
- ## 0.33.1
103
-
104
- ### Patch Changes
105
-
106
- - [#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
107
-
108
- ## 0.33.0
109
-
110
- ### Minor Changes
111
-
112
- - [#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
113
-
114
- Updated `TabsList` to use `theme.color.border.strong` and removed the
115
- `tabs.divider.color` component token (and other unused component color tokens)
116
- in favour of semantic tokens.
117
-
118
- ## 0.32.5
119
-
120
- ### Patch Changes
121
-
122
- - [#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
123
-
124
- ## 0.32.4
125
-
126
- ### Patch Changes
127
-
128
- - [#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
129
-
130
- The `Rating` component now supports an `emojis` variant that renders emoji faces
131
- instead of stars. When selected, the chosen emoji appears larger whilst
132
- unselected emojis become grayscale. Two static labels ("Very dissatisfied" /
133
- "Very satisfied") are displayed at the extremes.
134
-
135
- **Components affected**:
136
- - `Rating`
137
-
138
- **Developer changes**:
139
-
140
- ```tsx
141
- import { Rating } from '@utilitywarehouse/hearth-react-native';
142
-
143
- <Rating value={rating} onChange={setRating} variant="emojis" />;
144
- ```
145
-
146
- All existing props (`value`, `defaultValue`, `onChange`, `disabled`, `hideLabel`)
147
- work with the emoji variant. The new `rangeLabels` prop allows overriding the
148
- endpoint labels (defaulting to "Very dissatisfied" / "Very satisfied"):
149
-
150
- ```tsx
151
- <Rating variant="emojis" rangeLabels={{ low: 'Not at all', high: 'Absolutely' }} />
152
- ```
153
-
154
- ## 0.32.3
155
-
156
- ### Patch Changes
157
-
158
- - [#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
159
-
160
- ## 0.32.2
161
-
162
- ### Patch Changes
163
-
164
- - [#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.
165
-
166
- When larger text sizes are enabled (for example in iOS accessibility settings),
167
- Badge and Tabs no longer clip text within fixed-height layouts. Their containers
168
- now grow to fit scaled text while keeping the default visual sizing at standard
169
- font settings.
170
-
171
- **Components affected**:
172
- - Badge
173
- - Tab
174
-
175
- **Developer changes**:
176
-
177
- No code changes are required.
178
-
179
- - Updated dependencies [[`e4167f2`](https://github.com/utilitywarehouse/hearth/commit/e4167f27325dacc0cbc1feae456697387162aa77)]:
180
- - @utilitywarehouse/hearth-react-native-icons@0.8.1
181
-
182
- ## 0.32.1
183
-
184
- ### Patch Changes
185
-
186
- - [#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.
187
-
188
- ## 0.32.0
189
-
190
- ### Minor Changes
191
-
192
- - [#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.
193
-
194
- `Roundel` is a compact status indicator with `success`, `pending`, and `error` variants, intended for inline state cues.
195
-
196
- **Components affected**:
197
-
198
- - `Roundel`
199
-
200
- **Developer changes**:
201
-
202
- Import and use `Roundel` from `@utilitywarehouse/hearth-react-native`:
203
-
204
- ```tsx
205
- import { Roundel } from '@utilitywarehouse/hearth-react-native';
206
-
207
- <Roundel variant="success" />;
208
- ```
209
-
210
- - [#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
211
-
212
- **Components affected**:
213
- - `Rating`
214
-
215
- **Developer changes**:
216
-
217
- ```tsx
218
- import { Rating } from '@utilitywarehouse/hearth-react-native';
219
-
220
- const MyComponent = () => <Rating value={3} />;
221
- ```
222
-
223
- - [#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.
224
-
225
- `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.
226
-
227
- **Components affected**:
228
- - `StepperInput`
229
-
230
- **Developer changes**:
231
-
232
- Import and use `StepperInput` from `@utilitywarehouse/hearth-react-native`:
233
-
234
- ```tsx
235
- import { StepperInput } from '@utilitywarehouse/hearth-react-native';
236
-
237
- <StepperInput label="Guests" min={1} max={10} value={value} onChangeText={setValue} />;
238
- ```
239
-
240
- ### Patch Changes
241
-
242
- - [#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.
243
-
244
- ## 0.31.1
245
-
246
- ### Patch Changes
247
-
248
- - [#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.
249
-
250
- 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.
251
-
252
- **Components affected**:
253
- - dark mode tokens
254
- - `TableHeaderCell`
255
-
256
- **Developer changes**:
257
-
258
- No code changes are required unless you rely on the previous dark mode token values or visual snapshots.
259
-
260
- ## 0.31.0
261
-
262
- ### Minor Changes
263
-
264
- - [#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`.
265
-
266
- `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`.
267
-
268
- **Component affected**:
269
- - `Flex`
270
-
271
- **Developer changes**:
272
-
273
- You can now apply spacing and layout utility props directly on `Flex`:
274
-
275
- ```tsx
276
- <Flex direction="row" spacing="md" padding="300" marginTop="200" flex={1}>
277
- <Button>Back</Button>
278
- <Button>Continue</Button>
279
- </Flex>
280
- ```
281
-
282
- - [#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`.
283
-
284
- `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.
285
-
286
- **Components affected**:
287
- - `ExpandableCard`
288
- - `ExpandableCardTrigger`
289
-
290
- **Developer changes**:
291
-
292
- Use `triggerContent` when you want a single prop on `ExpandableCard` to replace the standard trigger content:
293
-
294
- ```tsx
295
- <ExpandableCard
296
- triggerContent={<BodyText weight="semibold">March bill ready</BodyText>}
297
- expandedContent={<BodyText>Balance: £89.50</BodyText>}
298
- />
299
- ```
300
-
301
- Use `ExpandableCardTrigger` children when you want full control over the trigger structure. Add `showChevron` if you still want the built-in chevron:
302
-
303
- ```tsx
304
- <ExpandableCardTrigger isExpanded={expanded} onPress={toggleExpanded} showChevron>
305
- <ExpandableCardContent>
306
- <ExpandableCardText>Custom trigger</ExpandableCardText>
307
- </ExpandableCardContent>
308
- </ExpandableCardTrigger>
309
- ```
310
-
311
- - [#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.
312
-
313
- `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.
314
-
315
- **Components affected**:
316
- - `Badge`
317
-
318
- **Developer changes**:
319
-
320
- No changes are required unless you want a `Badge` to wrap onto more than one line. To opt in, pass `numberOfLines`:
321
-
322
- ```tsx
323
- <Badge numberOfLines={2} text="Long badge text that can wrap onto a second line" />
324
- ```
325
-
326
- - [#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`.
327
-
328
- `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.
329
-
330
- **Components affected**:
331
- - `Modal`
332
- - `NavModal`
333
-
334
- **Developer changes**:
335
-
336
- Use `footer` when you need a custom footer layout, such as horizontal actions or extra decoration:
337
-
338
- ```tsx
339
- <Modal
340
- heading="Update billing details"
341
- footer={
342
- <Flex direction="row" spacing="md" pt="250">
343
- <Button variant="outline" colorScheme="functional" style={{ flex: 1 }}>
344
- Cancel
345
- </Button>
346
- <Button style={{ flex: 1 }}>Save changes</Button>
347
- </Flex>
348
- }
349
- footerStyle={{
350
- boxShadow: '0px -6px 12px rgba(16, 24, 40, 0.12)',
351
- }}
352
- />
353
- ```
354
-
355
- - [#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`.
356
-
357
- `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.
358
-
359
- **Components affected**:
360
- - `Textarea`
361
-
362
- **Developer changes**:
363
-
364
- No changes are required unless you want to enable resizing for a textarea. To opt in, pass the new `resizable` prop:
365
-
366
- ```tsx
367
- <Textarea
368
- label="Additional notes"
369
- helperText="Drag the corner handle to resize"
370
- placeholder="Enter your text here..."
371
- resizable
372
- />
373
- ```
374
-
375
- - [#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`.
376
-
377
- `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.
378
-
379
- **Component affected**:
380
- - `Container`
381
-
382
- **Developer changes**:
383
-
384
- You can now combine `Container`'s existing spacing props with flex layout props:
385
-
386
- ```tsx
387
- <Container flex={1} justifyContent="center" alignItems="stretch" gap="200">
388
- <BodyText>Content</BodyText>
389
- </Container>
390
- ```
391
-
392
- ### Patch Changes
393
-
394
- - [#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.
395
-
396
- This fixes FormField labels that append `(Optional)` so the optional text no longer inherits the main label weight.
397
-
398
- **Components affected**:
399
- - `FormField`
400
- - `Textarea`
401
- - `Input`
402
-
403
- **Developer changes**:
404
-
405
- No changes are required.
406
-
407
- - [#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
408
-
409
- ## 0.30.4
410
-
411
- ### Patch Changes
412
-
413
- - [#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
414
-
415
- ## 0.30.3
416
-
417
- ### Patch Changes
418
-
419
- - [#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.
420
-
421
- This fixes horizontal pressable `Banner` layouts where the content area did not expand consistently, which could misplace the chevron and action content.
422
-
423
- **Components affected**:
424
- - `Banner`
425
-
426
- **Developer changes**:
427
-
428
- No changes are required.
429
-
430
- ## 0.30.2
431
-
432
- ### Patch Changes
433
-
434
- - [#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.
435
-
436
- `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.
437
-
438
- **Components affected**:
439
- - `Banner`
440
-
441
- **Developer changes**:
442
-
443
- No changes are required unless you want to override the default centred chevron alignment.
444
-
445
- ## 0.30.1
446
-
447
- ### Patch Changes
448
-
449
- - [#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.
450
-
451
- `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.
452
-
453
- **Developer changes**:
454
-
455
- If you need to disable the inset padding, use the `useSafeAreaInsets` prop. The old `safeAreaViewProps` escape hatch is no longer available.
456
-
457
- ## 0.30.0
458
-
459
- ### Minor Changes
460
-
461
- - [#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`
462
-
463
- `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.
464
-
465
- **Components affected**:
466
- - `Modal`
467
- - `NavModal`
468
-
469
- **Developer changes**:
470
-
471
- No changes are required for existing usage. To show supporting text in a loading state, pass `loadingDescription` alongside `loading` and, if needed, `loadingHeading`.
472
-
473
- ### Patch Changes
474
-
475
- - [#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.
476
-
477
- 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.
478
-
479
- **Components affected**:
480
- - `DescriptionListItem`
481
- - `ExpandableCard`
482
- - `ListItem`
483
-
484
- **Developer changes**:
485
-
486
- No changes are required.
487
-
488
- - [#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.
489
-
490
- `Heading` now sets `accessibilityRole="header"` automatically so VoiceOver and TalkBack can identify headings as part of the screen structure.
491
-
492
- **Components affected**:
493
- - `Heading`
494
-
495
- **Developer changes**:
496
-
497
- No changes are required.
498
-
499
- - [#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`
500
-
501
- `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.
502
-
503
- **Components affected**:
504
- - `List`
505
- - `ListItem`
506
- - `ListAction`
507
-
508
- **Developer changes**:
509
-
510
- 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.
511
-
512
- ## 0.29.2
513
-
514
- ### Patch Changes
515
-
516
- - [#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.
517
-
518
- Bottom-sheet wrappers such as `BottomSheetView`, `BottomSheetScrollView`, `BottomSheetFlatList`, and components that render `SafeAreaView` inside a bottom sheet now respect `BottomSheetModalProvider` configuration.
519
-
520
- **Components affected**:
521
- - `BottomSheetModalProvider`
522
- - `BottomSheetView`
523
- - `BottomSheetScrollView`
524
- - `BottomSheetFlatList`
525
- - `Modal`
526
- - `Select`
527
- - `Combobox`
528
-
529
- **Developer changes**:
530
-
531
- 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:
532
-
533
- ```tsx
534
- <BottomSheetModalProvider useSafeAreaInsets={false}>
535
- {/* Your app content */}
536
- </BottomSheetModalProvider>
537
- ```
538
-
539
- ## 0.29.1
540
-
541
- ### Patch Changes
542
-
543
- - [#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
544
-
545
- 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.
546
-
547
- **Components affected**:
548
- - `NavModal`
549
-
550
- **Developer changes**:
551
-
552
- No changes are required.
553
-
554
- ## 0.29.0
555
-
556
- ### Minor Changes
557
-
558
- - [#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`
559
-
560
- `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.
561
-
562
- `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.
563
-
564
- 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.
565
-
566
- **Components affected**:
567
- - `Modal`
568
- - `NavModal`
569
- - `SafeAreaView`
570
-
571
- **Developer changes**:
572
-
573
- Update navigation modal screens to use `NavModal` instead of `Modal`:
574
-
575
- ```diff
576
- - import { Modal } from '@utilitywarehouse/hearth-react-native';
577
- + import { NavModal, type NavModalRef } from '@utilitywarehouse/hearth-react-native';
578
-
579
- - const modalRef = useRef<Modal>(null);
580
- + const modalRef = useRef<NavModalRef>(null);
581
-
582
- - <Modal inNavModal background="brand" scrollable={false}>
583
- + <NavModal background="brand" scrollable={false} presentation="modal">
584
- {/* content */}
585
- - </Modal>
586
- + </NavModal>
587
- ```
588
-
589
- If you are using the bottom-sheet modal API, no changes are required.
590
-
591
- 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`:
592
-
593
- ```diff
594
- - import { SafeAreaView } from '@utilitywarehouse/hearth-react-native';
595
- + import { SafeAreaView } from 'react-native-safe-area-context';
596
- ```
597
-
598
- ## 0.28.6
599
-
600
- ### Patch Changes
601
-
602
- - [#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.
603
-
604
- ## 0.28.5
605
-
606
- ### Patch Changes
607
-
608
- - [#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.
609
-
610
- ## 0.28.4
611
-
612
- ### Patch Changes
613
-
614
- - [#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.
615
-
616
- - [#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.
617
-
618
- - [#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.
619
-
620
- - [#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.
621
-
622
- - [#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.
623
-
624
- - [#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.
625
-
626
- ## 0.28.3
627
-
628
- ### Patch Changes
629
-
630
- - [#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.
631
-
632
- ## 0.28.2
633
-
634
- ### Patch Changes
635
-
636
- - [#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
637
-
638
- ## 0.28.1
639
-
640
- ### Patch Changes
641
-
642
- - [#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
643
-
644
- ## 0.28.0
645
-
646
- ### Minor Changes
647
-
648
- - [#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
649
-
650
- 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.
651
-
652
- **Components affected**:
653
- - `Combobox`
654
- - `ComboboxOption`
655
- - `SafeAreaView`
656
- - `Modal`
657
-
658
- **Developer changes**:
659
-
660
- 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.
661
-
662
- - [`8e37595`](https://github.com/utilitywarehouse/hearth/commit/8e375958559357ce5c1703505fa7438887d9e18e) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add `Pagination` component
663
-
664
- 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.
665
-
666
- **Components affected**:
667
- - `Pagination`
668
-
669
- **Developer changes**:
670
-
671
- Import `Pagination` from `@utilitywarehouse/hearth-react-native` and control the current page in your screen or feature state.
672
-
673
- ```tsx
674
- import { useState } from 'react';
675
- import { Pagination } from '@utilitywarehouse/hearth-react-native';
676
-
677
- const MyComponent = () => {
678
- const [page, setPage] = useState(1);
679
-
680
- return <Pagination currentPage={page} onPageChange={setPage} totalPages={10} />;
681
- };
682
- ```
683
-
684
- - [`8e37595`](https://github.com/utilitywarehouse/hearth/commit/8e375958559357ce5c1703505fa7438887d9e18e) Thanks [@jordmccord](https://github.com/jordmccord)! - 🌟 [FEATURE]: Add `Table` component
685
-
686
- 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.
687
-
688
- **Components affected**:
689
- - `Table`
690
- - `TableHeader`
691
- - `TableHeaderCell`
692
- - `TableBody`
693
- - `TableRow`
694
- - `TableCell`
695
- - `TablePagination`
696
-
697
- **Developer changes**:
698
-
699
- 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.
700
-
701
- ```tsx
702
- import {
703
- Table,
704
- TableBody,
705
- TableCell,
706
- TableHeader,
707
- TableHeaderCell,
708
- TableRow,
709
- } from '@utilitywarehouse/hearth-react-native';
710
-
711
- const MyComponent = () => (
712
- <Table columnWidths={[180, '2fr', '1fr']} container="subtle">
713
- <TableHeader color="purple">
714
- <TableHeaderCell>Name</TableHeaderCell>
715
- <TableHeaderCell>Email</TableHeaderCell>
716
- <TableHeaderCell>Status</TableHeaderCell>
717
- </TableHeader>
718
- <TableBody>
719
- <TableRow>
720
- <TableHeaderCell row>Alex Morgan</TableHeaderCell>
721
- <TableCell>alex@example.com</TableCell>
722
- <TableCell>Active</TableCell>
723
- </TableRow>
724
- </TableBody>
725
- </Table>
726
- );
727
- ```
728
-
729
- - [#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`
730
-
731
- 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.
732
-
733
- **Components affected**:
734
- - `Timeline`
735
- - `TimelineItem`
736
-
737
- **Developer changes**:
738
-
739
- 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.
740
-
741
- ```tsx
742
- import { Timeline, TimelineItem } from '@utilitywarehouse/hearth-react-native';
743
-
744
- const MyComponent = () => (
745
- <Timeline variant="progress">
746
- <TimelineItem label="Ordered" helperText="We have received your order" state="complete" />
747
- <TimelineItem label="Packed" helperText="Your items are ready" state="complete" />
748
- <TimelineItem label="Out for delivery" helperText="Arriving today" state="active" />
749
- <TimelineItem label="Delivered" helperText="Pending" state="incomplete" />
750
- </Timeline>
751
- );
752
- ```
753
-
754
- ## 0.27.3
755
-
756
- ### Patch Changes
757
-
758
- - [#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
759
-
760
- 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.
761
-
762
- **Components affected**:
763
- - `Button`
764
-
765
- **Developer changes**:
766
-
767
- No changes required.
768
-
769
- - [#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`
770
-
771
- Fixed an issue in in-nav modals where child components with outlines could be visually clipped at the horizontal edges when content was scrollable.
772
-
773
- **Components affected**:
774
- - `Modal`
775
-
776
- **Developer changes**:
777
-
778
- No changes required.
779
-
780
- - [#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
781
-
782
- Adjusted horizontal padding behaviour in scrollable in-nav modals to preserve child outlines while keeping visual spacing consistent.
783
-
784
- **Components affected**:
785
- - `Modal`
786
-
787
- **Developer changes**:
788
-
789
- No changes required.
790
-
791
- - [#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
792
-
793
- ## 0.27.2
794
-
795
- ### Patch Changes
796
-
797
- - [#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
798
-
799
- 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.
800
-
801
- **Components affected**:
802
- - `VerificationInput`
803
-
804
- **Developer changes**:
805
-
806
- No changes required.
807
-
808
- ## 0.27.1
809
-
810
- ### Patch Changes
811
-
812
- - [#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}`.
813
-
814
- Corrects the container flex style for `inNavModal` modals with a non-sticky footer, where the UX was not great when scrolling.
815
-
816
- **Components affected**:
817
- - `Modal`
818
-
819
- **Developer changes**:
820
-
821
- No changes required.
822
-
823
- - [#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`.
824
-
825
- This adds an optional `icon` prop to `SegmentedControlOption`, allowing icons to be displayed before option labels in segmented controls.
826
-
827
- Docs and stories were updated to include icon usage examples.
828
-
829
- **Components affected**:
830
- - `SegmentedControlOption`
831
-
832
- **Developer changes**:
833
-
834
- No changes required for existing usage.
835
-
836
- To use the new optional icon prop:
837
-
838
- ```tsx
839
- import { SegmentedControl, SegmentedControlOption } from '@utilitywarehouse/hearth-react-native';
840
- import { ElectricitySmallIcon } from '@utilitywarehouse/hearth-react-native-icons';
841
-
842
- <SegmentedControl defaultValue="energy">
843
- <SegmentedControlOption value="energy" icon={ElectricitySmallIcon}>
844
- Energy
845
- </SegmentedControlOption>
846
- <SegmentedControlOption value="broadband">Broadband</SegmentedControlOption>
847
- </SegmentedControl>;
848
- ```
849
-
850
- ## 0.27.0
851
-
852
- ### Minor Changes
853
-
854
- - [#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.
855
-
856
- This introduces a new segmented control component for switching between a small set of related options.
857
- The component includes controlled and uncontrolled usage, size variants (`sm`, `md`), animated selected indicator movement, and improved accessibility semantics for screen readers.
858
-
859
- **Components affected**:
860
- - `SegmentedControl`
861
- - `SegmentedControlOption`
862
-
863
- **Developer changes**:
864
-
865
- Import and compose the new components as follows:
866
-
867
- ```tsx
868
- import { SegmentedControl, SegmentedControlOption } from '@utilitywarehouse/hearth-react-native';
869
-
870
- <SegmentedControl defaultValue="day" size="sm">
871
- <SegmentedControlOption value="day">Day</SegmentedControlOption>
872
- <SegmentedControlOption value="week">Week</SegmentedControlOption>
873
- <SegmentedControlOption value="month">Month</SegmentedControlOption>
874
- </SegmentedControl>;
875
- ```
876
-
877
- ### Patch Changes
878
-
879
- - [#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.
880
-
881
- Fixed a layout issue where a horizontal `Banner` without `onPress` could fail to stretch correctly within its parent container.
882
-
883
- **Components affected**:
884
- - `Banner`
885
-
886
- **Developer changes**:
887
-
888
- No changes required.
889
-
890
- ## 0.26.0
891
-
892
- ### Minor Changes
893
-
894
- - [#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`).
895
-
896
- The following improvements have been made to the `Modal` component when used in a navigation context with `inNavModal={true}`:
897
- - **`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.
898
- - **`stickyFooter` support**: The `stickyFooter` prop now works correctly in `inNavModal` mode.
899
- - **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`.
900
-
901
- **Components affected**:
902
- - `Modal`
903
-
904
- **Developer changes**:
905
-
906
- 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:
907
-
908
- ```diff
909
- - <Modal inNavModal fullscreen>
910
- + <Modal inNavModal>
911
- ```
912
-
913
- To disable the default `ScrollView` wrapping in `inNavModal` mode:
914
-
915
- ```tsx
916
- <Modal inNavModal scrollable={false}>
917
- {/* custom layout */}
918
- </Modal>
919
- ```
920
-
921
- ## 0.25.0
922
-
923
- ### Minor Changes
924
-
925
- - [#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.
926
-
927
- Includes a shared time picker view, updated wheel behavior for native platforms, and polished visuals like gradient fades.
928
-
929
- **Components affected**:
930
- - `TimePicker`
931
- - `TimePickerInput`
932
-
933
- ```tsx
934
- import { TimePicker, TimePickerInput } from '@utilitywarehouse/hearth-react-native';
935
- import { useRef, useState } from 'react';
936
- import type { DateType } from '@utilitywarehouse/hearth-react-native';
937
-
938
- const Example = () => {
939
- const [value, setValue] = useState<DateType>();
940
- const pickerRef = useRef(null);
941
-
942
- return (
943
- <>
944
- <TimePickerInput
945
- value={value}
946
- onChange={({ date }) => setValue(date ?? undefined)}
947
- onClear={() => setValue(undefined)}
948
- timePickerProps={{ use12Hours: true, minuteInterval: 5 }}
949
- />
950
- <TimePicker
951
- ref={pickerRef}
952
- date={value}
953
- onChange={({ date }) => setValue(date)}
954
- use12Hours
955
- minuteInterval={5}
956
- />
957
- </>
958
- );
959
- };
960
- ```
961
-
962
- ## 0.24.0
963
-
964
- ### Minor Changes
965
-
966
- - [#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.
967
-
968
- **Developer changes**:
969
-
970
- Use `ProgressBar` with a default percentage label, or override the label to show a custom value:
971
-
972
- ```tsx
973
- import { ProgressBar } from '@utilitywarehouse/hearth-react-native';
974
-
975
- <ProgressBar value={42} label="Uploading documents" />
976
-
977
- <ProgressBar
978
- value={68}
979
- max={100}
980
- label="Data allowance"
981
- variant="circular"
982
- formatValueText={(value, { max }) => `${max - value}GB remaining`}
983
- />
984
- ```
985
-
986
- ### Patch Changes
987
-
988
- - [#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
989
-
990
- 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.
991
-
992
- **Components affected**:
993
- - `Modal`
994
-
995
- **Developer changes**:
996
- No changes required unless you were relying on invalid prop combinations.
997
-
998
- ## 0.23.0
999
-
1000
- ### Minor Changes
1001
-
1002
- - [#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
1003
-
1004
- 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.
1005
-
1006
- **Components affected**:
1007
- - `Modal`
1008
-
1009
- **Developer changes**:
1010
-
1011
- No changes required. To opt in to the brand background:
1012
-
1013
- ```tsx
1014
- <Modal background="brand" inNavModal>
1015
- ...
1016
- </Modal>
1017
- ```
1018
-
1019
- ## 0.22.1
1020
-
1021
- ### Patch Changes
1022
-
1023
- - [#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
1024
-
1025
- 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.
1026
-
1027
- **Components affected**:
1028
- - `VerificationInput`
1029
-
1030
- **Developer changes**:
1031
-
1032
- No changes required.
1033
-
1034
- ## 0.22.0
1035
-
1036
- ### Minor Changes
1037
-
1038
- - [#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).
1039
-
1040
- **Components affected**:
1041
- - `Radio`
1042
- - `RadioTile`
1043
- - `Checkbox`
1044
- - `CheckboxTile`
1045
-
1046
- **Developer changes**:
1047
- You can now pass a `badge` React node to render beneath helper text. No changes required unless you want to use the new prop.
1048
-
1049
- ### Patch Changes
1050
-
1051
- - [#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
1052
-
1053
- 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.
1054
-
1055
- - [#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
1056
-
1057
- ## 0.21.0
1058
-
1059
- ### Minor Changes
1060
-
1061
- - [#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
1062
-
1063
- 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.
1064
-
1065
- **Components affected**:
1066
- - `Heading`
1067
-
1068
- **Developer changes**:
1069
-
1070
- Use the new `2xl` size prop:
1071
-
1072
- ```tsx
1073
- <Heading size="2xl">Welcome to Hearth</Heading>
1074
- ```
1075
-
1076
- The `2xl` size will render with:
1077
- - Mobile: 44px font size, 52px line height
1078
- - Tablet: 44px font size, 52px line height
1079
- - Desktop: 54px font size, 62px line height
1080
-
1081
- - [#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
1082
-
1083
- The `DateInput` component now supports direct refs for each segment input via `dayRef`, `monthRef`, and `yearRef`.
1084
- This makes it easier to move focus between segments from custom flows (for example, advancing focus after validation or from custom buttons).
1085
-
1086
- Documentation and Storybook examples are also updated to show how to use segment refs in real usage.
1087
-
1088
- **Components affected**:
1089
- - `DateInput`
1090
-
1091
- **Developer changes**:
1092
-
1093
- You can now pass refs to each segment and call `.focus()` when needed:
1094
-
1095
- ```tsx
1096
- import { useRef, useState } from 'react';
1097
- import { TextInput } from 'react-native';
1098
- import { Button, DateInput } from '@utilitywarehouse/hearth-react-native';
1099
-
1100
- const DateWithSegmentFocus = () => {
1101
- const [day, setDay] = useState('');
1102
- const [month, setMonth] = useState('');
1103
- const [year, setYear] = useState('');
1104
-
1105
- const dayRef = useRef<TextInput>(null);
1106
- const monthRef = useRef<TextInput>(null);
1107
- const yearRef = useRef<TextInput>(null);
1108
-
1109
- return (
1110
- <>
1111
- <DateInput
1112
- label="Date of birth"
1113
- dayValue={day}
1114
- monthValue={month}
1115
- yearValue={year}
1116
- onDayChange={setDay}
1117
- onMonthChange={setMonth}
1118
- onYearChange={setYear}
1119
- dayRef={dayRef}
1120
- monthRef={monthRef}
1121
- yearRef={yearRef}
1122
- />
1123
-
1124
- <Button onPress={() => monthRef.current?.focus()}>Focus month</Button>
1125
- </>
1126
- );
1127
- };
1128
- ```
1129
-
1130
- This is a non-breaking enhancement, so existing `DateInput` usage continues to work without any changes.
1131
-
1132
- - [#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
1133
-
1134
- 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.
1135
-
1136
- **Components affected**:
1137
- - `Box`
1138
- - `Container`
1139
- - `Card`
1140
- - `Flex`
1141
- - `Grid`
1142
- - `Center`
1143
- - `BodyText`
1144
- - `Heading`
1145
- - `DetailText`
1146
- - `Carousel`
1147
- - `CarouselItem`
1148
-
1149
- **Developer changes**:
1150
-
1151
- ### Background Colors
1152
-
1153
- Background color props now accept simplified semantic tokens. Update your code as follows:
1154
-
1155
- ```diff
1156
- - <Box backgroundColor="backgroundPrimary">
1157
- + <Box backgroundColor="primary">
1158
-
1159
- - <Box backgroundColor="backgroundSecondary">
1160
- + <Box backgroundColor="secondary">
1161
-
1162
- - <Box backgroundColor="backgroundBrand">
1163
- + <Box backgroundColor="brand">
1164
-
1165
- - <Container bg="backgroundPrimary">
1166
- + <Container bg="primary">
1167
- ```
1168
-
1169
- 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:
1170
-
1171
- ```tsx
1172
- import { StyleSheet } from 'react-native';
1173
-
1174
- const styles = StyleSheet.create(theme => ({
1175
- customBackground: {
1176
- backgroundColor: theme.color.blue[400],
1177
- },
1178
- }));
1179
-
1180
- <Box style={styles.customBackground} />;
1181
- ```
1182
-
1183
- ```tsx
1184
- import { useTheme } from '@utilitywarehouse/hearth-react-native';
1185
-
1186
- const theme = useTheme();
1187
-
1188
- <Box backgroundColor={theme.color.purple[800]} />;
1189
- ```
1190
-
1191
- ```tsx
1192
- import { color } from '@utilitywarehouse/hearth-tokens';
1193
-
1194
- <Box backgroundColor={color.blue[400]} />;
1195
- ```
1196
-
1197
- ### Text Colors
1198
-
1199
- Text color props now accept simplified semantic tokens:
1200
-
1201
- ```diff
1202
- - <BodyText color="white">Text</BodyText>
1203
- + <BodyText color="inverted">Text</BodyText>
1204
-
1205
- - <BodyText color="grey1000">Text</BodyText>
1206
- + <BodyText color="primary">Text</BodyText>
1207
-
1208
- - <Heading color="textSecondary">Heading</Heading>
1209
- + <Heading color="secondary">Heading</Heading>
1210
- ```
1211
-
1212
- ### Border Colors
1213
-
1214
- Border color props now accept simplified semantic tokens:
1215
-
1216
- ```diff
1217
- - <Box borderColor="grey800">
1218
- + <Box borderColor="strong">
1219
-
1220
- - <Box borderColor="borderSubtle">
1221
- + <Box borderColor="subtle">
1222
- ```
1223
-
1224
- ### Utility Props
1225
-
1226
- Components now support consistent utility props through shared type interfaces. The following components have been updated to support additional utility props:
1227
- - **Container**: Added `MarginProps`, `PaddingProps`, `GapProps`, and `BackgroundColorProps`
1228
- - **Card**: Added `MarginProps` and `GapProps`
1229
- - **Flex**: Now properly supports `MarginProps`, `PaddingProps`, and `GapProps`
1230
- - **Text components** (BodyText, Heading, DetailText): Now support `MarginProps`
1231
-
1232
- This means you can now use margin utilities directly on these components:
1233
-
1234
- ```tsx
1235
- <BodyText mt="200" mb="100">Text with margin utilities</BodyText>
1236
- <Container mx="300" py="200">Container with spacing utilities</Container>
1237
- <Card mt="200" gap="100">Card with margin and gap utilities</Card>
1238
- ```
1239
-
1240
- **Migration guide**:
1241
- 1. Replace semantic background color tokens:
1242
- - `backgroundPrimary` → `primary`
1243
- - `backgroundSecondary` → `secondary`
1244
- - `backgroundBrand` → `brand`
1245
- 2. Replace semantic text color tokens:
1246
- - `white` → `inverted` (for text on dark backgrounds)
1247
- - `grey1000` / `textPrimary` → `primary`
1248
- - `textSecondary` → `secondary`
1249
- 3. Replace semantic border color tokens:
1250
- - `grey800` / `borderStrong` → `strong`
1251
- - `borderSubtle` → `subtle`
1252
- 4. For non-semantic colors, use a `StyleSheet` and use the full color token from the theme:
1253
-
1254
- ```tsx
1255
- import { StyleSheet } from 'react-native';
1256
-
1257
- const styles = StyleSheet.create(theme => ({
1258
- customBackground: {
1259
- backgroundColor: theme.color.blue[400],
1260
- },
1261
- }));
1262
-
1263
- <Box style={styles.customBackground} />;
1264
- ```
1265
-
1266
- or the `useTheme` hook:
1267
-
1268
- ```tsx
1269
- import { useTheme } from '@utilitywarehouse/hearth-react-native';
1270
-
1271
- const theme = useTheme();
1272
- <Box backgroundColor={theme.color.purple[800]} />;
1273
- ```
1274
-
1275
- or use the tokens library:
1276
-
1277
- ```tsx
1278
- import { color } from '@utilitywarehouse/hearth-tokens';
1279
-
1280
- <Box backgroundColor={color.purple[800]} />;
1281
- ```
1282
-
1283
- **Backwards compatibility**:
1284
-
1285
- 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.
1286
-
1287
- **References**:
1288
- - [Semantic tokens documentation](https://github.com/utilitywarehouse/hearth/blob/main/packages/tokens/src/semantic-light.ts)
1289
-
1290
- ### Patch Changes
1291
-
1292
- - [#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
1293
-
1294
- Updated design tokens to include new font sizes, line heights, and component-specific tokens:
1295
- - Added `background.loading` colour token for both light and dark modes
1296
- - Added new font sizes: 575 (44px) and 650 (54px)
1297
- - Added new line heights: 975 (52px) and 1050 (62px)
1298
- - Updated `Modal` component tokens with `mobile.paddingBottom` and `handle.paddingBottom` properties
1299
- - Added `borderBottom` property to `Navigation` component tokens
1300
- - Updated `Skeleton` component `loadingColor` value in light mode
1301
-
1302
- **Developer changes**:
1303
-
1304
- No changes required. These tokens are automatically applied to components that use them.
1305
-
1306
- ## 0.20.0
1307
-
1308
- ### Minor Changes
1309
-
1310
- - [#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
1311
-
1312
- 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.
1313
-
1314
- **Components affected**:
1315
- - `Select`
1316
-
1317
- **Developer changes**:
1318
-
1319
- You can now add helper text and validation messages directly to Select:
1320
-
1321
- ```tsx
1322
- import { Select } from '@utilitywarehouse/hearth-react-native';
1323
-
1324
- <Select
1325
- label="Choose an option"
1326
- placeholder="Select an option"
1327
- helperText="This is some helper text for the select component."
1328
- validationStatus="invalid"
1329
- invalidText="Please select a valid option"
1330
- options={[
1331
- { label: 'Option 1', value: '1' },
1332
- { label: 'Option 2', value: '2' },
1333
- { label: 'Option 3', value: '3' },
1334
- ]}
1335
- value={value}
1336
- onValueChange={setValue}
1337
- />;
1338
- ```
1339
-
1340
- The component now also supports a `labelVariant` prop to control label styling:
1341
-
1342
- ```tsx
1343
- <Select
1344
- label="Choose an option"
1345
- labelVariant="heading"
1346
- // ... other props
1347
- />
1348
- ```
1349
-
1350
- These new props work seamlessly alongside the existing FormField wrapper if you prefer that approach. No changes are required to existing Select implementations.
1351
-
1352
- ## 0.19.1
1353
-
1354
- ### Patch Changes
1355
-
1356
- - [#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
1357
-
1358
- The `Modal` component now supports a `loadingHeading` prop to customise the heading text displayed during loading states. If not provided, it defaults to 'Loading...'.
1359
-
1360
- **Components affected**:
1361
- - `Modal`
1362
-
1363
- **Developer changes**:
1364
-
1365
- No changes required. To customise the loading heading text, use the new `loadingHeading` prop:
1366
-
1367
- ```tsx
1368
- <Modal
1369
- loading={isLoading}
1370
- loadingHeading="Processing your request..."
1371
- heading="Confirm Action"
1372
- description="Please wait while we process your request"
1373
- />
1374
- ```
1375
-
1376
- - [#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
1377
-
1378
- ## 0.19.0
1379
-
1380
- ### Minor Changes
1381
-
1382
- - [#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`
1383
-
1384
- `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.
1385
-
1386
- **Components affected**:
1387
- - `ToastProvider`
1388
-
1389
- **Developer changes**:
1390
-
1391
- No changes required. To disable safe-area inset padding (while preserving the base bottom padding), set `safeAreaPadding` to `false`:
1392
-
1393
- ```tsx
1394
- <ToastProvider safeAreaPadding={false}>{children}</ToastProvider>
1395
- ```
1396
-
1397
- - [`da893ff`](https://github.com/utilitywarehouse/hearth/commit/da893ff8a9d576a6ca69021737056c7289f8c6aa) Thanks [@jordmccord](https://github.com/jordmccord)! - 💅 [ENHANCEMENT]: Unify spacing prop naming across layout components
1398
-
1399
- 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.
1400
-
1401
- **Components affected**:
1402
- - `Box`
1403
- - `ButtonGroup`
1404
- - `Card`
1405
- - `Container`
1406
- - `Divider`
1407
- - `Flex`
1408
- - `Grid`
1409
-
1410
- **Developer changes**:
1411
-
1412
- 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:
1413
-
1414
- ```diff
1415
- - <Flex space="md">
1416
- + <Flex spacing="md">
1417
- <Box>...</Box>
1418
- <Box>...</Box>
1419
- </Flex>
1420
- ```
1421
-
1422
- ```diff
1423
- - <Grid columns={2} space="lg">
1424
- + <Grid columns={2} spacing="lg">
1425
- <Box>...</Box>
1426
- <Box>...</Box>
1427
- </Grid>
1428
- ```
1429
-
1430
- ```diff
1431
- - <Container space="xl">
1432
- + <Container spacing="xl">
1433
- <Box>...</Box>
1434
- </Container>
1435
- ```
1436
-
1437
- The deprecated `space` prop will be removed in a future major version release.
1438
-
1439
- - [#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`
1440
-
1441
- `VerificationInput` now supports an `autoFocus` prop to control whether the first slot should focus on mount.
1442
- Default is `false` to avoid unexpected focus when the component is used.
1443
-
1444
- **Developer changes**:
1445
-
1446
- ```tsx
1447
- <VerificationInput autoFocus={false} />
1448
- ```
1449
-
1450
- - [#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
1451
-
1452
- `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.
1453
-
1454
- **Developer changes**:
1455
-
1456
- If you want to control focus programmatically, pass a ref:
1457
-
1458
- ```tsx
1459
- import { useRef } from 'react';
1460
- import {
1461
- VerificationInput,
1462
- type VerificationInputHandle,
1463
- } from '@utilitywarehouse/hearth-react-native';
1464
-
1465
- const inputRef = useRef<VerificationInputHandle>(null);
1466
-
1467
- <VerificationInput ref={inputRef} onChangeText={setCode} />;
1468
- ```
1469
-
1470
- ### Patch Changes
1471
-
1472
- - [#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.
1473
-
1474
- - [#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
1475
-
1476
- - [#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
1477
-
1478
- - [#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
1479
-
1480
- ## 0.18.0
1481
-
1482
- ### Minor Changes
1483
-
1484
- - [#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
1485
-
1486
- 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).
1487
-
1488
- ⚠️ **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.
1489
-
1490
- **Components affected**:
1491
- - `IconButton`
1492
-
1493
- **Developer changes**:
1494
-
1495
- You can now customise `IconButton` colors for service-specific branding:
1496
-
1497
- ```tsx
1498
- import { IconButton } from '@utilitywarehouse/hearth-react-native';
1499
- import { ElectricityMediumIcon } from '@utilitywarehouse/hearth-react-native-icons';
1500
-
1501
- <IconButton
1502
- icon={ElectricityMediumIcon}
1503
- backgroundColor="energyBlue200"
1504
- activeBackgroundColor="energyBlue300"
1505
- shadowColor="energyBlue300"
1506
- variant="emphasis"
1507
- onPress={handlePress}
1508
- />;
1509
- ```
1510
-
1511
- The new props are:
1512
- - `backgroundColor` - Sets the base background color, overriding the color scheme's default
1513
- - `activeBackgroundColor` - Sets the background color when pressed or in an active state
1514
- - `shadowColor` - Sets the shadow/elevation color
1515
-
1516
- These overrides work alongside the existing `variant` and `colorScheme` props, allowing you to maintain structural styling while customising colors for specific branding requirements.
1517
-
1518
- ### Patch Changes
1519
-
1520
- - [#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
1521
-
1522
- ## 0.17.0
1523
-
1524
- ### Minor Changes
1525
-
1526
- - [#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.
1527
-
1528
- `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.
1529
-
1530
- **Components affected**:
1531
- - `Card`
1532
- - `CardActions`
1533
- - `CardAction`
1534
-
1535
- **Developer changes**:
1536
-
1537
- Wrap all `CardAction` items in `CardActions`:
1538
-
1539
- ```diff
1540
- - <Card>
1541
- - <CardAction heading="Action 1" onPress={() => {}} />
1542
- - <CardAction heading="Action 2" onPress={() => {}} />
1543
- - </Card>
1544
- + <Card>
1545
- + <CardActions>
1546
- + <CardAction heading="Action 1" onPress={() => {}} />
1547
- + <CardAction heading="Action 2" onPress={() => {}} />
1548
- + </CardActions>
1549
- + </Card>
1550
- ```
1551
-
1552
- - [#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
1553
-
1554
- 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.
1555
-
1556
- **Components affected**:
1557
- - `Input`
1558
-
1559
- **Developer changes**:
1560
-
1561
- Use the `prefix` and `suffix` props to add content before or after the input:
1562
-
1563
- ```tsx
1564
- <Input label="Amount" prefix="£" suffix="GBP" placeholder="0.00" />
1565
- ```
1566
-
1567
- You can also pass custom React nodes:
1568
-
1569
- ```tsx
1570
- <Input label="Email" prefix={<CustomIcon />} suffix={<BodyText>@example.com</BodyText>} />
1571
- ```
1572
-
1573
- **Note**: The `prefix` and `suffix` props are not available on `password` and `search` input types, as these have specific UI patterns.
1574
-
1575
- - [#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
1576
-
1577
- 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.
1578
-
1579
- **Components affected**:
1580
- - `ListAction`
1581
-
1582
- **Developer changes**:
1583
-
1584
- Use the `loading` prop to show a loading state:
1585
-
1586
- ```tsx
1587
- <List>
1588
- <ListItem heading="Account details" />
1589
- <ListAction heading="View transactions" loading={isLoading} onPress={handlePress} />
1590
- </List>
1591
- ```
1592
-
1593
- When `loading` is true, the action will display skeleton placeholders instead of the heading and icon.
1594
-
1595
- - [#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
1596
-
1597
- 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.
1598
-
1599
- **Components affected**:
1600
- - `List`
1601
-
1602
- **Developer changes**:
1603
-
1604
- Use the `invalidText` prop to display validation errors:
1605
-
1606
- ```tsx
1607
- <List
1608
- heading="Payment methods"
1609
- helperText="Select at least one payment method"
1610
- invalidText="You must select a payment method"
1611
- >
1612
- <ListItem heading="Credit card" />
1613
- <ListItem heading="Direct debit" />
1614
- </List>
1615
- ```
1616
-
1617
- ### Patch Changes
1618
-
1619
- - [#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`
1620
-
1621
- The `ExpandableCardGroup` component now supports an `invalidText` prop that displays validation text below the helper text when the group is in an invalid state.
1622
-
1623
- **Components affected**:
1624
- - `ExpandableCardGroup`
1625
-
1626
- **Developer changes**:
1627
-
1628
- No changes required. If you want to display validation text, you can now use the `invalidText` prop:
1629
-
1630
- ```tsx
1631
- <ExpandableCardGroup
1632
- heading="Select an option"
1633
- helperText="Choose one of the options below"
1634
- invalidText="Please select at least one option"
1635
- >
1636
- {/* ExpandableCard components */}
1637
- </ExpandableCardGroup>
1638
- ```
1639
-
1640
- - [#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
1641
-
1642
- 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.
1643
-
1644
- **Components affected**:
1645
- - `Card` / `CardAction`
1646
- - `List` / `ListItem` / `ListAction`
1647
-
1648
- **Developer changes**:
1649
-
1650
- 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.
1651
-
1652
- **Note**: The `useCardFirstActionContext` hook has been removed as it was an internal implementation detail.
1653
-
1654
- ## 0.16.2
1655
-
1656
- ### Patch Changes
1657
-
1658
- - [#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
1659
-
1660
- 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.
1661
-
1662
- **Components affected**:
1663
- - `DateInput`
1664
-
1665
- **Developer changes**:
1666
-
1667
- No changes required. To customise the appearance of date input segments, use the new style props:
1668
-
1669
- ```tsx
1670
- <DateInput
1671
- label="Custom date input"
1672
- inputContainerStyle={{ maxWidth: 'auto' }}
1673
- inputStyle={{ fontSize: 16 }}
1674
- inputLabelStyle={{ fontWeight: 'bold' }}
1675
- />
1676
- ```
1677
-
1678
- ## 0.16.1
1679
-
1680
- ### Patch Changes
1681
-
1682
- - [#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
1683
-
1684
- ## 0.16.0
1685
-
1686
- ### Minor Changes
1687
-
1688
- - [#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.
1689
-
1690
- ### Input accessibility improvements and FormField integration
1691
-
1692
- 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.
1693
-
1694
- 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.
1695
-
1696
- #### Affected components
1697
- - `Input`
1698
- - `CurrencyInput`
1699
- - `DatePickerInput`
1700
- - `Textarea`
1701
- - `FormField`
1702
-
1703
- #### Developer changes
1704
-
1705
- You can now use `Input`, `CurrencyInput`, `DatePickerInput`, and `Textarea` without explicitly wrapping them in `FormField` for standard layouts:
1706
-
1707
- ```tsx
1708
- // Before
1709
- <FormField label="Email" helperText="Enter email">
1710
- <Input />
1711
- </FormField>
1712
-
1713
- // After
1714
- <Input label="Email" helperText="Enter email" />
1715
- ```
1716
-
1717
- No breaking changes. The `Input` component continues to support being wrapped externally by `FormField`.
1718
-
1719
- #### References
1720
- - UWDS-4179
1721
-
1722
- - [#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
1723
-
1724
- ### Adds `labelVariant` prop to components with a label
1725
-
1726
- Added a `labelVariant` prop to allow consumers to choose between a body or heading style for component labels. Defaults to `body`.
1727
-
1728
- #### Affected components
1729
- - `CheckboxGroup`
1730
- - `FormField`
1731
- - `Label`
1732
- - `RadioGroup`
1733
- - `RadioCard`
1734
- - `Select`
1735
- - `VerificationInput`
1736
- - `Input`
1737
- - `CurrencyInput`
1738
- - `DatePickerInput`
1739
- - `Textarea`
1740
-
1741
- #### Developer changes
1742
-
1743
- You can now pass `labelVariant="heading"` to these components to render the label as a heading instead of body text.
1744
-
1745
- ```tsx
1746
- <FormField label="My Label" labelVariant="heading">
1747
- <Input />
1748
- </FormField>
1749
- ```
1750
-
1751
- ## 0.15.3
1752
-
1753
- ### Patch Changes
1754
-
1755
- - [#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
1756
-
1757
- - [#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
1758
-
1759
- ## 0.15.2
1760
-
1761
- ### Patch Changes
1762
-
1763
- - [#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
1764
-
1765
- ## 0.15.1
1766
-
1767
- ### Patch Changes
1768
-
1769
- - [#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
1770
-
1771
- 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.
1772
-
1773
- ## 0.15.0
1774
-
1775
- ### Minor Changes
1776
-
1777
- - [#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
1778
-
1779
- 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.
1780
-
1781
- **Components affected**:
1782
- - `UL` (UnorderedList)
1783
- - `OL` (OrderedList)
1784
- - `ListItem`
1785
-
1786
- **Developer changes**:
1787
-
1788
- 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.
1789
-
1790
- ```tsx
1791
- import { UL, LI } from '@utilitywarehouse/hearth-react-native';
1792
- import { TickIcon } from '@utilitywarehouse/hearth-react-native-icons';
1793
-
1794
- <UL listStyleColour="feedbackPositiveSurfaceDefault" listStyleIcon={TickIcon}>
1795
- <LI>Success item 1</LI>
1796
- <LI listStyleColour="feedbackDangerSurfaceDefault">Error item override</LI>
1797
- </UL>;
1798
- ```
1799
-
1800
- Supported props:
1801
- - `listStyleImage`: React Element (e.g. `<Image />`)
1802
- - `listStyleIcon`: Icon component
1803
- - `listStyleWidth` / `listStyleHeight`: Dimensions for the marker (default: 20)
1804
- - `listStyleColour`: Color token or value for the marker
1805
-
1806
- ### Patch Changes
1807
-
1808
- - [#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
1809
-
1810
- - [#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
1811
-
1812
- - [#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
1813
-
1814
- - [#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`
1815
-
1816
- - [#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
1817
-
1818
- ## 0.14.1
1819
-
1820
- ### Patch Changes
1821
-
1822
- - [#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
1823
-
1824
- ## 0.14.0
1825
-
1826
- ### Minor Changes
1827
-
1828
- - [#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)
1829
-
1830
- ### Patch Changes
1831
-
1832
- - [#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`
1833
-
1834
- - [#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
1835
-
1836
- - [#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
1837
-
1838
- - [#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
1839
-
1840
- ## 0.13.0
1841
-
1842
- ### Minor Changes
1843
-
1844
- - [#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
1845
-
1846
- ## 0.12.0
1847
-
1848
- ### Minor Changes
1849
-
1850
- - [#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
1851
-
1852
- ### Patch Changes
1853
-
1854
- - [#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
1855
-
1856
- ## 0.11.0
1857
-
1858
- ### Minor Changes
1859
-
1860
- - [#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
1861
-
1862
- - [#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
1863
-
1864
- ## 0.10.0
1865
-
1866
- ### Minor Changes
1867
-
1868
- - [#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
1869
-
1870
- - [#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
1871
-
1872
- ## 0.9.0
1873
-
1874
- ### Minor Changes
1875
-
1876
- - [#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
1877
-
1878
- - [#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`
1879
-
1880
- ## 0.8.2
1881
-
1882
- ### Patch Changes
1883
-
1884
- - [#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
1885
-
1886
- - [#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
1887
-
1888
- - [#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
1889
-
1890
- - [#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
1891
-
1892
- - [#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
1893
-
1894
- - [#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
1895
-
1896
- ## 0.8.1
1897
-
1898
- ### Patch Changes
1899
-
1900
- - [#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
1901
-
1902
- ## 0.8.0
1903
-
1904
- ### Minor Changes
1905
-
1906
- - [#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
1907
-
1908
- - [#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
1909
-
1910
- - [#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
1911
-
1912
- - [#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
1913
-
1914
- ## 0.7.0
1915
-
1916
- ### Minor Changes
1917
-
1918
- - [#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
1919
-
1920
- ## 0.6.0
1921
-
1922
- ### Minor Changes
1923
-
1924
- - [#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
1925
-
1926
- - [#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
1927
-
1928
- ## 0.5.0
1929
-
1930
- ### Minor Changes
1931
-
1932
- - [#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
1933
-
1934
- - [#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
1935
-
1936
- - [#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:
1937
- - [BREAKING] The `text` prop in `ListItem` is now `heading`.
1938
- - Added `ListAction` component.
1939
- - Added `badge` prop to `ListItem`.
1940
- - Added `numericValue` prop to `ListItem`.
1941
- - Removes `divider` prop from `List` and `ListItem`; dividers are now handled automatically.
1942
-
1943
- - [#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:
1944
- - Removed `Link` props: `linkText`, `linkHref`, `linkIcon`, `linkIconPosition`, `linkOnPress`, `linkTarget`, `linkShowIcon`.
1945
- - Added `trailingContent` prop to allow custom trailing content (e.g. Link, Button).
1946
- - Added validation text support to `DescriptionListItem` via `invalidText` prop.
1947
-
1948
- - [#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
1949
-
1950
- - [#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:
1951
- - Removed `Link` props: `linkText`, `linkOnPress`, `linkAccessibilityLabel`.
1952
- - Added `trailingContent` prop to allow custom trailing content (e.g. Link, Button).
1953
- - Added `badge` prop to display a `Badge` next to the heading.
1954
- - Adds `invalidText` prop for validation messages.
1955
-
1956
- - [#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`
1957
-
1958
- ### Patch Changes
1959
-
1960
- - [#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
1961
-
1962
- - [#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
1963
-
1964
- - [#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`
1965
-
1966
- - Updated dependencies [[`e707eec`](https://github.com/utilitywarehouse/hearth/commit/e707eec790550cab71f2541c26a38c5691e9cbca)]:
1967
- - @utilitywarehouse/hearth-react-native-icons@0.7.0
1968
-
1969
- ## 0.4.2
1970
-
1971
- ### Patch Changes
1972
-
1973
- - [#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
1974
-
1975
- - [#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
1976
-
1977
- - [#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
1978
-
1979
- ## 0.4.1
1980
-
1981
- ### Patch Changes
1982
-
1983
- - [#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
1984
-
1985
- ## 0.4.0
1986
-
1987
- ### Minor Changes
1988
-
1989
- - [#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
1990
-
1991
- ### Patch Changes
1992
-
1993
- - [#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
1994
-
1995
- ## 0.3.1
1996
-
1997
- ### Patch Changes
1998
-
1999
- - [#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
2000
-
2001
- - [#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)]:
2002
- - @utilitywarehouse/hearth-react-native-icons@0.4.0
2003
-
2004
- - [#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
2005
-
2006
- ## 0.3.0
2007
-
2008
- ### Minor Changes
2009
-
2010
- - [`ce2b445`](https://github.com/utilitywarehouse/hearth/commit/ce2b445dfdd11a2912b4328d8259a604a77b31cd) Thanks [@jordmccord](https://github.com/jordmccord)! - Adds `IconContainer` component
2011
-
2012
- - [#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
2013
-
2014
- - [#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
2015
-
2016
- - [#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`
2017
-
2018
- - [#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
2019
-
2020
- - [#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
2021
-
2022
- ### Patch Changes
2023
-
2024
- - [#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
2025
-
2026
- - [#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'
2027
-
2028
- ## 0.2.0
2029
-
2030
- ### Minor Changes
2031
-
2032
- - [#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`
2033
-
2034
- - [#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
2035
-
2036
- - [#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
2037
-
2038
- - [#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`
2039
-
2040
- - [#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
2041
-
2042
- ### Patch Changes
2043
-
2044
- - [#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
2045
-
2046
- - [#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
2047
-
2048
- ## 0.1.0
2049
-
2050
- ### Minor Changes
2051
-
2052
- - [`f6366c4`](https://github.com/utilitywarehouse/hearth/commit/f6366c4da2676c535dca90be570d6e6bae5a0349) Thanks [@jordmccord](https://github.com/jordmccord)! - Initial Release 🎉