@utilitywarehouse/hearth-react-native 0.2.0 → 0.3.1

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 (289) hide show
  1. package/.turbo/turbo-build.log +1 -1
  2. package/.turbo/turbo-lint.log +3 -1
  3. package/CHANGELOG.md +34 -0
  4. package/build/components/Alert/AlertCloseButton.js +25 -3
  5. package/build/components/Alert/AlertIcon.js +17 -1
  6. package/build/components/Alert/AlertIconButton.js +27 -1
  7. package/build/components/Alert/AlertLink.js +47 -1
  8. package/build/components/Alert/AlertText.d.ts +1 -1
  9. package/build/components/Alert/AlertText.js +26 -2
  10. package/build/components/Alert/AlertTitle.d.ts +1 -1
  11. package/build/components/Alert/AlertTitle.js +26 -2
  12. package/build/components/Badge/Badge.js +101 -14
  13. package/build/components/Badge/Badge.props.d.ts +2 -2
  14. package/build/components/Badge/BadgeIcon.js +27 -29
  15. package/build/components/Badge/BadgeText.js +29 -31
  16. package/build/components/Button/Button.d.ts +2 -2
  17. package/build/components/Button/ButtonGroupRoot.d.ts +3 -2
  18. package/build/components/Button/ButtonGroupRoot.js +9 -0
  19. package/build/components/Button/ButtonRoot.js +1 -0
  20. package/build/components/Card/Card.props.d.ts +2 -2
  21. package/build/components/Checkbox/Checkbox.d.ts +2 -2
  22. package/build/components/Checkbox/Checkbox.js +11 -10
  23. package/build/components/Checkbox/Checkbox.props.d.ts +3 -1
  24. package/build/components/Checkbox/CheckboxIcon.js +1 -1
  25. package/build/components/Checkbox/CheckboxImage.d.ts +6 -0
  26. package/build/components/Checkbox/CheckboxImage.js +5 -0
  27. package/build/components/Checkbox/CheckboxTileRoot.js +1 -1
  28. package/build/components/Checkbox/index.d.ts +3 -2
  29. package/build/components/Checkbox/index.js +2 -1
  30. package/build/components/CurrencyInput/CurrencyInput.d.ts +6 -0
  31. package/build/components/CurrencyInput/CurrencyInput.js +47 -0
  32. package/build/components/CurrencyInput/CurrencyInput.props.d.ts +14 -0
  33. package/build/components/CurrencyInput/CurrencyInput.props.js +1 -0
  34. package/build/components/CurrencyInput/index.d.ts +1 -0
  35. package/build/components/CurrencyInput/index.js +1 -0
  36. package/build/components/DescriptionList/DescriptionList.context.d.ts +6 -0
  37. package/build/components/DescriptionList/DescriptionList.context.js +9 -0
  38. package/build/components/DescriptionList/DescriptionList.d.ts +6 -0
  39. package/build/components/DescriptionList/DescriptionList.js +25 -0
  40. package/build/components/DescriptionList/DescriptionList.props.d.ts +18 -0
  41. package/build/components/DescriptionList/DescriptionList.props.js +1 -0
  42. package/build/components/DescriptionList/DescriptionListItem.d.ts +6 -0
  43. package/build/components/DescriptionList/DescriptionListItem.js +49 -0
  44. package/build/components/DescriptionList/DescriptionListItem.props.d.ts +17 -0
  45. package/build/components/DescriptionList/DescriptionListItem.props.js +1 -0
  46. package/build/components/DescriptionList/index.d.ts +4 -0
  47. package/build/components/DescriptionList/index.js +2 -0
  48. package/build/components/Divider/Divider.js +46 -0
  49. package/build/components/Divider/Divider.props.d.ts +2 -2
  50. package/build/components/Flex/Flex.props.d.ts +3 -2
  51. package/build/components/Grid/Grid.props.d.ts +2 -2
  52. package/build/components/IconContainer/IconContainer.d.ts +5 -0
  53. package/build/components/IconContainer/IconContainer.js +161 -0
  54. package/build/components/IconContainer/IconContainer.props.d.ts +15 -0
  55. package/build/components/IconContainer/IconContainer.props.js +1 -0
  56. package/build/components/IconContainer/index.d.ts +2 -0
  57. package/build/components/IconContainer/index.js +1 -0
  58. package/build/components/Icons/CircleIcon.js +3 -3
  59. package/build/components/Input/Input.js +2 -34
  60. package/build/components/Input/Input.props.d.ts +1 -17
  61. package/build/components/Input/InputField.js +0 -7
  62. package/build/components/Link/Link.d.ts +1 -1
  63. package/build/components/Link/Link.js +4 -4
  64. package/build/components/Link/Link.props.d.ts +3 -0
  65. package/build/components/Modal/Modal.js +17 -1
  66. package/build/components/Radio/Radio.d.ts +2 -2
  67. package/build/components/Radio/Radio.js +9 -8
  68. package/build/components/Radio/Radio.props.d.ts +3 -1
  69. package/build/components/Radio/RadioImage.d.ts +6 -0
  70. package/build/components/Radio/RadioImage.js +5 -0
  71. package/build/components/Radio/RadioTileRoot.js +1 -1
  72. package/build/components/Radio/index.d.ts +3 -2
  73. package/build/components/Radio/index.js +2 -1
  74. package/build/components/SectionHeader/SectionHeader.js +1 -0
  75. package/build/components/Select/SelectOption.js +1 -7
  76. package/build/components/Tabs/Tab.d.ts +18 -0
  77. package/build/components/Tabs/Tab.js +74 -0
  78. package/build/components/Tabs/Tab.props.d.ts +14 -0
  79. package/build/components/Tabs/Tab.props.js +1 -0
  80. package/build/components/Tabs/TabPanel.d.ts +3 -0
  81. package/build/components/Tabs/TabPanel.js +34 -0
  82. package/build/components/Tabs/TabPanel.props.d.ts +8 -0
  83. package/build/components/Tabs/TabPanel.props.js +1 -0
  84. package/build/components/Tabs/Tabs.context.d.ts +23 -0
  85. package/build/components/Tabs/Tabs.context.js +8 -0
  86. package/build/components/Tabs/Tabs.d.ts +6 -0
  87. package/build/components/Tabs/Tabs.js +114 -0
  88. package/build/components/Tabs/Tabs.props.d.ts +19 -0
  89. package/build/components/Tabs/Tabs.props.js +1 -0
  90. package/build/components/Tabs/TabsList.d.ts +6 -0
  91. package/build/components/Tabs/TabsList.js +112 -0
  92. package/build/components/Tabs/TabsList.props.d.ts +6 -0
  93. package/build/components/Tabs/TabsList.props.js +1 -0
  94. package/build/components/Tabs/index.d.ts +8 -0
  95. package/build/components/Tabs/index.js +4 -0
  96. package/build/components/UnstyledIconButton/UnstyledIconButton.d.ts +1 -1
  97. package/build/components/UnstyledIconButton/UnstyledIconButton.js +4 -4
  98. package/build/components/UnstyledIconButton/UnstyledIconButton.props.d.ts +2 -1
  99. package/build/components/index.d.ts +4 -0
  100. package/build/components/index.js +4 -0
  101. package/build/core/themes.d.ts +428 -160
  102. package/build/core/themes.js +57 -1
  103. package/build/tokens/color.d.ts +88 -80
  104. package/build/tokens/color.js +44 -40
  105. package/build/tokens/components/dark/alert.d.ts +13 -0
  106. package/build/tokens/components/dark/alert.js +13 -0
  107. package/build/tokens/components/dark/button.d.ts +1 -0
  108. package/build/tokens/components/dark/button.js +1 -0
  109. package/build/tokens/components/dark/checkbox.d.ts +4 -1
  110. package/build/tokens/components/dark/checkbox.js +4 -1
  111. package/build/tokens/components/dark/icon-button.d.ts +10 -3
  112. package/build/tokens/components/dark/icon-button.js +10 -3
  113. package/build/tokens/components/dark/index.d.ts +1 -0
  114. package/build/tokens/components/dark/index.js +1 -0
  115. package/build/tokens/components/dark/link.d.ts +5 -0
  116. package/build/tokens/components/dark/link.js +5 -0
  117. package/build/tokens/components/dark/progress-bar.d.ts +41 -0
  118. package/build/tokens/components/dark/progress-bar.js +40 -0
  119. package/build/tokens/components/dark/radio.d.ts +1 -1
  120. package/build/tokens/components/dark/radio.js +1 -1
  121. package/build/tokens/components/dark/tabs.d.ts +2 -0
  122. package/build/tokens/components/dark/tabs.js +2 -0
  123. package/build/tokens/components/light/alert.d.ts +13 -0
  124. package/build/tokens/components/light/alert.js +13 -0
  125. package/build/tokens/components/light/badge.d.ts +1 -1
  126. package/build/tokens/components/light/badge.js +1 -1
  127. package/build/tokens/components/light/button.d.ts +1 -0
  128. package/build/tokens/components/light/button.js +1 -0
  129. package/build/tokens/components/light/checkbox.d.ts +6 -3
  130. package/build/tokens/components/light/checkbox.js +6 -3
  131. package/build/tokens/components/light/icon-button.d.ts +8 -1
  132. package/build/tokens/components/light/icon-button.js +8 -1
  133. package/build/tokens/components/light/index.d.ts +1 -0
  134. package/build/tokens/components/light/index.js +1 -0
  135. package/build/tokens/components/light/link.d.ts +5 -0
  136. package/build/tokens/components/light/link.js +5 -0
  137. package/build/tokens/components/light/progress-bar.d.ts +41 -0
  138. package/build/tokens/components/light/progress-bar.js +40 -0
  139. package/build/tokens/components/light/radio.d.ts +3 -3
  140. package/build/tokens/components/light/radio.js +3 -3
  141. package/build/tokens/components/light/tabs.d.ts +2 -0
  142. package/build/tokens/components/light/tabs.js +2 -0
  143. package/build/tokens/index.d.ts +1 -0
  144. package/build/tokens/index.js +1 -0
  145. package/build/tokens/layout.d.ts +48 -30
  146. package/build/tokens/layout.js +24 -15
  147. package/build/tokens/motion.d.ts +23 -0
  148. package/build/tokens/motion.js +22 -0
  149. package/build/tokens/primitive.d.ts +19 -0
  150. package/build/tokens/primitive.js +19 -0
  151. package/build/tokens/semantic-dark.d.ts +26 -24
  152. package/build/tokens/semantic-dark.js +26 -24
  153. package/build/tokens/semantic-light.d.ts +18 -16
  154. package/build/tokens/semantic-light.js +18 -16
  155. package/build/types/values.d.ts +2 -1
  156. package/build/utils/formatThousands.d.ts +2 -0
  157. package/build/utils/formatThousands.js +16 -0
  158. package/build/utils/index.d.ts +1 -0
  159. package/build/utils/index.js +1 -0
  160. package/docs/assets/bank-logo.png +0 -0
  161. package/docs/assets/bank-logo1.png +0 -0
  162. package/docs/components/AllComponents.web.tsx +97 -8
  163. package/docs/components/NextPrevPage.tsx +11 -3
  164. package/docs/components/UsageWrap.tsx +2 -2
  165. package/docs/components/index.ts +6 -7
  166. package/docs/heplers/addReactNativePrefix.ts +8 -0
  167. package/docs/heplers/index.ts +1 -0
  168. package/docs/introduction.mdx +3 -3
  169. package/docs/theme-tokens.mdx +42 -0
  170. package/package.json +13 -13
  171. package/src/components/Alert/AlertCloseButton.tsx +33 -5
  172. package/src/components/Alert/AlertIcon.tsx +17 -1
  173. package/src/components/Alert/AlertIconButton.tsx +37 -4
  174. package/src/components/Alert/AlertLink.tsx +52 -1
  175. package/src/components/Alert/AlertText.tsx +28 -3
  176. package/src/components/Alert/AlertTitle.tsx +28 -3
  177. package/src/components/Badge/Badge.docs.mdx +7 -7
  178. package/src/components/Badge/Badge.props.ts +3 -2
  179. package/src/components/Badge/Badge.stories.tsx +81 -92
  180. package/src/components/Badge/Badge.tsx +101 -14
  181. package/src/components/Badge/BadgeIcon.tsx +27 -29
  182. package/src/components/Badge/BadgeText.tsx +29 -31
  183. package/src/components/Button/ButtonGroupRoot.tsx +12 -2
  184. package/src/components/Button/ButtonRoot.tsx +1 -0
  185. package/src/components/Card/Card.docs.mdx +1 -1
  186. package/src/components/Card/Card.props.ts +2 -2
  187. package/src/components/Checkbox/Checkbox.docs.mdx +45 -7
  188. package/src/components/Checkbox/Checkbox.props.ts +3 -1
  189. package/src/components/Checkbox/Checkbox.stories.tsx +37 -1
  190. package/src/components/Checkbox/Checkbox.tsx +12 -9
  191. package/src/components/Checkbox/CheckboxIcon.tsx +1 -1
  192. package/src/components/Checkbox/CheckboxImage.tsx +9 -0
  193. package/src/components/Checkbox/CheckboxTileRoot.tsx +1 -1
  194. package/src/components/Checkbox/index.ts +3 -2
  195. package/src/components/CurrencyInput/CurrencyInput.docs.mdx +120 -0
  196. package/src/components/CurrencyInput/CurrencyInput.props.ts +19 -0
  197. package/src/components/CurrencyInput/CurrencyInput.stories.tsx +116 -0
  198. package/src/components/CurrencyInput/CurrencyInput.tsx +91 -0
  199. package/src/components/CurrencyInput/index.ts +1 -0
  200. package/src/components/DescriptionList/DescriptionList.context.ts +18 -0
  201. package/src/components/DescriptionList/DescriptionList.docs.mdx +98 -0
  202. package/src/components/DescriptionList/DescriptionList.props.ts +20 -0
  203. package/src/components/DescriptionList/DescriptionList.stories.tsx +154 -0
  204. package/src/components/DescriptionList/DescriptionList.tsx +64 -0
  205. package/src/components/DescriptionList/DescriptionListItem.props.ts +19 -0
  206. package/src/components/DescriptionList/DescriptionListItem.tsx +101 -0
  207. package/src/components/DescriptionList/index.ts +4 -0
  208. package/src/components/Divider/Divider.props.ts +2 -2
  209. package/src/components/Divider/Divider.stories.tsx +3 -3
  210. package/src/components/Divider/Divider.tsx +46 -0
  211. package/src/components/Flex/Flex.docs.mdx +4 -4
  212. package/src/components/Flex/Flex.props.ts +3 -2
  213. package/src/components/Flex/Flex.stories.tsx +1 -1
  214. package/src/components/Grid/Grid.docs.mdx +12 -12
  215. package/src/components/Grid/Grid.props.ts +2 -2
  216. package/src/components/Grid/Grid.stories.tsx +2 -2
  217. package/src/components/IconContainer/IconContainer.docs.mdx +90 -0
  218. package/src/components/IconContainer/IconContainer.props.ts +17 -0
  219. package/src/components/IconContainer/IconContainer.stories.tsx +130 -0
  220. package/src/components/IconContainer/IconContainer.tsx +180 -0
  221. package/src/components/IconContainer/index.tsx +2 -0
  222. package/src/components/Icons/CircleIcon.tsx +9 -11
  223. package/src/components/Input/Input.docs.mdx +3 -3
  224. package/src/components/Input/Input.props.ts +0 -20
  225. package/src/components/Input/Input.stories.tsx +0 -6
  226. package/src/components/Input/Input.tsx +2 -49
  227. package/src/components/Input/InputField.tsx +0 -7
  228. package/src/components/Link/Link.props.ts +3 -0
  229. package/src/components/Link/Link.tsx +12 -6
  230. package/src/components/List/List.docs.mdx +24 -23
  231. package/src/components/Modal/Modal.tsx +18 -0
  232. package/src/components/Radio/Radio.docs.mdx +96 -124
  233. package/src/components/Radio/Radio.props.ts +3 -1
  234. package/src/components/Radio/Radio.stories.tsx +47 -0
  235. package/src/components/Radio/Radio.tsx +10 -7
  236. package/src/components/Radio/RadioImage.tsx +9 -0
  237. package/src/components/Radio/RadioTileRoot.tsx +1 -1
  238. package/src/components/Radio/index.ts +3 -2
  239. package/src/components/SectionHeader/SectionHeader.tsx +1 -0
  240. package/src/components/Select/Select.docs.mdx +6 -6
  241. package/src/components/Select/Select.stories.tsx +7 -7
  242. package/src/components/Select/SelectOption.tsx +4 -10
  243. package/src/components/Tabs/Tab.props.ts +16 -0
  244. package/src/components/Tabs/Tab.tsx +113 -0
  245. package/src/components/Tabs/TabPanel.props.ts +10 -0
  246. package/src/components/Tabs/TabPanel.tsx +46 -0
  247. package/src/components/Tabs/Tabs.context.ts +26 -0
  248. package/src/components/Tabs/Tabs.docs.mdx +214 -0
  249. package/src/components/Tabs/Tabs.props.ts +21 -0
  250. package/src/components/Tabs/Tabs.stories.tsx +270 -0
  251. package/src/components/Tabs/Tabs.tsx +139 -0
  252. package/src/components/Tabs/TabsList.props.ts +8 -0
  253. package/src/components/Tabs/TabsList.tsx +194 -0
  254. package/src/components/Tabs/index.ts +8 -0
  255. package/src/components/UnstyledIconButton/UnstyledIconButton.props.ts +2 -1
  256. package/src/components/UnstyledIconButton/UnstyledIconButton.tsx +9 -3
  257. package/src/components/index.ts +4 -0
  258. package/src/core/themes.ts +57 -1
  259. package/src/tokens/color.ts +44 -40
  260. package/src/tokens/components/dark/alert.ts +13 -0
  261. package/src/tokens/components/dark/button.ts +1 -0
  262. package/src/tokens/components/dark/checkbox.ts +4 -1
  263. package/src/tokens/components/dark/icon-button.ts +10 -3
  264. package/src/tokens/components/dark/index.ts +1 -0
  265. package/src/tokens/components/dark/link.ts +5 -0
  266. package/src/tokens/components/dark/progress-bar.ts +41 -0
  267. package/src/tokens/components/dark/radio.ts +1 -1
  268. package/src/tokens/components/dark/tabs.ts +2 -0
  269. package/src/tokens/components/light/alert.ts +13 -0
  270. package/src/tokens/components/light/badge.ts +1 -1
  271. package/src/tokens/components/light/button.ts +1 -0
  272. package/src/tokens/components/light/checkbox.ts +6 -3
  273. package/src/tokens/components/light/icon-button.ts +8 -1
  274. package/src/tokens/components/light/index.ts +1 -0
  275. package/src/tokens/components/light/link.ts +5 -0
  276. package/src/tokens/components/light/progress-bar.ts +41 -0
  277. package/src/tokens/components/light/radio.ts +3 -3
  278. package/src/tokens/components/light/tabs.ts +2 -0
  279. package/src/tokens/index.ts +1 -0
  280. package/src/tokens/layout.ts +24 -15
  281. package/src/tokens/motion.ts +23 -0
  282. package/src/tokens/primitive.ts +19 -0
  283. package/src/tokens/semantic-dark.ts +26 -24
  284. package/src/tokens/semantic-light.ts +18 -16
  285. package/src/types/values.ts +3 -1
  286. package/src/utils/formatThousands.ts +14 -0
  287. package/src/utils/index.ts +1 -0
  288. package/docs/assets/react-native-pig.png +0 -0
  289. package/docs/components/AdvancedRadioExample.tsx +0 -126
@@ -28,11 +28,13 @@ const styles = StyleSheet.create(theme => ({
28
28
  },
29
29
  space: {
30
30
  none: {},
31
+ '2xs': {},
31
32
  xs: {},
32
33
  sm: {},
33
34
  md: {},
34
35
  lg: {},
35
36
  xl: {},
37
+ '2xl': {},
36
38
  },
37
39
  flexItem: {
38
40
  true: {
@@ -48,6 +50,17 @@ const styles = StyleSheet.create(theme => ({
48
50
  marginVertical: 0,
49
51
  },
50
52
  },
53
+ {
54
+ orientation: 'horizontal',
55
+ space: '2xs',
56
+ styles: {
57
+ marginVertical: {
58
+ base: theme.layout.mobile.spacing['2xs'],
59
+ md: theme.layout.tablet.spacing['2xs'],
60
+ lg: theme.layout.desktop.spacing['2xs'],
61
+ },
62
+ },
63
+ },
51
64
  {
52
65
  orientation: 'horizontal',
53
66
  space: 'xs',
@@ -103,6 +116,17 @@ const styles = StyleSheet.create(theme => ({
103
116
  },
104
117
  },
105
118
  },
119
+ {
120
+ orientation: 'horizontal',
121
+ space: '2xl',
122
+ styles: {
123
+ marginVertical: {
124
+ base: theme.layout.mobile.spacing['2xl'],
125
+ md: theme.layout.tablet.spacing['2xl'],
126
+ lg: theme.layout.desktop.spacing['2xl'],
127
+ },
128
+ },
129
+ },
106
130
  {
107
131
  orientation: 'vertical',
108
132
  space: 'none',
@@ -110,6 +134,17 @@ const styles = StyleSheet.create(theme => ({
110
134
  marginHorizontal: 0,
111
135
  },
112
136
  },
137
+ {
138
+ orientation: 'vertical',
139
+ space: '2xs',
140
+ styles: {
141
+ marginHorizontal: {
142
+ base: theme.layout.mobile.spacing['2xs'],
143
+ md: theme.layout.tablet.spacing['2xs'],
144
+ lg: theme.layout.desktop.spacing['2xs'],
145
+ },
146
+ },
147
+ },
113
148
  {
114
149
  orientation: 'vertical',
115
150
  space: 'xs',
@@ -165,6 +200,17 @@ const styles = StyleSheet.create(theme => ({
165
200
  },
166
201
  },
167
202
  },
203
+ {
204
+ orientation: 'vertical',
205
+ space: '2xl',
206
+ styles: {
207
+ marginHorizontal: {
208
+ base: theme.layout.mobile.spacing['2xl'],
209
+ md: theme.layout.tablet.spacing['2xl'],
210
+ lg: theme.layout.desktop.spacing['2xl'],
211
+ },
212
+ },
213
+ },
168
214
  ],
169
215
  },
170
216
  extraStyles: (color, width, height) => ({
@@ -1,8 +1,8 @@
1
1
  import type { DimensionValue, ViewProps } from 'react-native';
2
- import type { ColorValue } from '../../types';
2
+ import type { ColorValue, SpacingValues } from '../../types';
3
3
  interface DividerProps extends Omit<ViewProps, 'children'> {
4
4
  color?: ColorValue;
5
- space?: 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
5
+ space?: SpacingValues;
6
6
  orientation?: 'horizontal' | 'vertical';
7
7
  height?: DimensionValue;
8
8
  width?: DimensionValue;
@@ -1,9 +1,10 @@
1
- import type { ViewProps, ViewStyle, FlexAlignType } from 'react-native';
1
+ import type { FlexAlignType, ViewProps, ViewStyle } from 'react-native';
2
+ import { SpacingValues } from '../../types';
2
3
  interface FlexProps extends ViewProps {
3
4
  direction?: ViewStyle['flexDirection'];
4
5
  align?: FlexAlignType;
5
6
  justify?: ViewStyle['justifyContent'];
6
7
  wrap?: ViewStyle['flexWrap'];
7
- space?: 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
8
+ space?: SpacingValues;
8
9
  }
9
10
  export default FlexProps;
@@ -1,6 +1,6 @@
1
1
  import { StyleProp, ViewProps, ViewStyle } from 'react-native';
2
2
  import { UnistylesBreakpoints } from 'react-native-unistyles';
3
- import { SpaceValue } from '../../types';
3
+ import { SpaceValue, SpacingValues } from '../../types';
4
4
  export type GridColumns = {
5
5
  [key in keyof UnistylesBreakpoints]?: number;
6
6
  };
@@ -13,7 +13,7 @@ export interface GridProps extends ViewProps {
13
13
  /**
14
14
  * Spacing between grid items (applies to both rows and columns)
15
15
  */
16
- space?: 'none' | 'xs' | 'sm' | 'md' | 'lg' | 'xl';
16
+ space?: SpacingValues;
17
17
  /**
18
18
  * Gap between items (overrides spacing if provided)
19
19
  */
@@ -0,0 +1,5 @@
1
+ import type IconContainerProps from './IconContainer.props';
2
+ declare const IconContainer: import("react").ForwardRefExoticComponent<Partial<IconContainerProps> & {
3
+ uniProps?: import("react-native-unistyles/lib/typescript/src/core/withUnistyles/types").Mappings<IconContainerProps> | undefined;
4
+ } & import("react").RefAttributes<never>>;
5
+ export default IconContainer;
@@ -0,0 +1,161 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { View } from 'react-native';
3
+ import { StyleSheet, withUnistyles } from 'react-native-unistyles';
4
+ import { Icon } from '../Icon';
5
+ const IconContainer = withUnistyles(({ icon: IconComp, size = 'md', radiusNone = false, variant = 'subtle', color = 'pig', style, ...props }) => {
6
+ styles.useVariants({ size, radiusNone, variant, color });
7
+ return (_jsx(View, { style: [styles.container, style], ...props, children: IconComp ? _jsx(Icon, { as: IconComp, style: styles.icon }) : null }));
8
+ });
9
+ IconContainer.displayName = 'IconContainer';
10
+ const styles = StyleSheet.create(theme => ({
11
+ container: {
12
+ alignItems: 'center',
13
+ justifyContent: 'center',
14
+ overflow: 'hidden',
15
+ variants: {
16
+ size: {
17
+ sm: {
18
+ width: theme.components.iconContainer.sm.width,
19
+ height: theme.components.iconContainer.sm.height,
20
+ padding: theme.components.iconContainer.sm.padding,
21
+ borderRadius: theme.components.iconContainer.sm.borderRadiusRounded,
22
+ },
23
+ md: {
24
+ width: theme.components.iconContainer.md.width,
25
+ height: theme.components.iconContainer.md.height,
26
+ padding: theme.components.iconContainer.md.padding,
27
+ borderRadius: theme.components.iconContainer.md.borderRadiusRounded,
28
+ },
29
+ lg: {
30
+ width: theme.components.iconContainer.lg.width,
31
+ height: theme.components.iconContainer.lg.height,
32
+ padding: theme.components.iconContainer.lg.padding,
33
+ borderRadius: theme.components.iconContainer.lg.borderRadiusRounded,
34
+ },
35
+ },
36
+ radiusNone: {
37
+ true: {
38
+ borderRadius: 0,
39
+ },
40
+ false: {},
41
+ },
42
+ variant: {
43
+ subtle: {},
44
+ emphasis: {},
45
+ },
46
+ color: {
47
+ pig: {},
48
+ energy: {},
49
+ broadband: {},
50
+ mobile: {},
51
+ insurance: {},
52
+ cashback: {},
53
+ highlight: {},
54
+ },
55
+ },
56
+ compoundVariants: [
57
+ {
58
+ variant: 'emphasis',
59
+ color: 'pig',
60
+ styles: {
61
+ backgroundColor: theme.color.surface.pig.default,
62
+ },
63
+ },
64
+ {
65
+ variant: 'subtle',
66
+ color: 'pig',
67
+ styles: {
68
+ backgroundColor: theme.color.surface.pig.subtle,
69
+ },
70
+ },
71
+ {
72
+ variant: 'emphasis',
73
+ color: 'energy',
74
+ styles: {
75
+ backgroundColor: theme.color.surface.energy.default,
76
+ },
77
+ },
78
+ {
79
+ variant: 'subtle',
80
+ color: 'energy',
81
+ styles: {
82
+ backgroundColor: theme.color.surface.energy.subtle,
83
+ },
84
+ },
85
+ {
86
+ variant: 'emphasis',
87
+ color: 'broadband',
88
+ styles: {
89
+ backgroundColor: theme.color.surface.broadband.default,
90
+ },
91
+ },
92
+ {
93
+ variant: 'subtle',
94
+ color: 'broadband',
95
+ styles: {
96
+ backgroundColor: theme.color.surface.broadband.subtle,
97
+ },
98
+ },
99
+ {
100
+ variant: 'emphasis',
101
+ color: 'mobile',
102
+ styles: {
103
+ backgroundColor: theme.color.surface.mobile.default,
104
+ },
105
+ },
106
+ {
107
+ variant: 'subtle',
108
+ color: 'mobile',
109
+ styles: {
110
+ backgroundColor: theme.color.surface.mobile.subtle,
111
+ },
112
+ },
113
+ {
114
+ variant: 'emphasis',
115
+ color: 'insurance',
116
+ styles: {
117
+ backgroundColor: theme.color.surface.insurance.default,
118
+ },
119
+ },
120
+ {
121
+ variant: 'subtle',
122
+ color: 'insurance',
123
+ styles: {
124
+ backgroundColor: theme.color.surface.insurance.subtle,
125
+ },
126
+ },
127
+ {
128
+ variant: 'emphasis',
129
+ color: 'cashback',
130
+ styles: {
131
+ backgroundColor: theme.color.surface.cashback.default,
132
+ },
133
+ },
134
+ {
135
+ variant: 'subtle',
136
+ color: 'cashback',
137
+ styles: {
138
+ backgroundColor: theme.color.surface.cashback.subtle,
139
+ },
140
+ },
141
+ {
142
+ variant: 'emphasis',
143
+ color: 'highlight',
144
+ styles: {
145
+ backgroundColor: theme.color.surface.highlight.default,
146
+ },
147
+ },
148
+ {
149
+ variant: 'subtle',
150
+ color: 'highlight',
151
+ styles: {
152
+ backgroundColor: theme.color.surface.highlight.subtle,
153
+ },
154
+ },
155
+ ],
156
+ },
157
+ icon: {
158
+ color: theme.color.icon.primary,
159
+ },
160
+ }));
161
+ export default IconContainer;
@@ -0,0 +1,15 @@
1
+ import type { ComponentType } from 'react';
2
+ import type { ViewProps } from 'react-native';
3
+ export interface IconContainerProps extends ViewProps {
4
+ /** Icon component to render inside the container */
5
+ icon: ComponentType;
6
+ /** Size of the container */
7
+ size?: 'sm' | 'md' | 'lg';
8
+ /** If true, removes border radius from the container */
9
+ radiusNone?: boolean;
10
+ /** Background style of the container */
11
+ variant?: 'subtle' | 'emphasis';
12
+ /** Background color token of the container */
13
+ color?: 'pig' | 'energy' | 'broadband' | 'mobile' | 'insurance' | 'cashback' | 'highlight';
14
+ }
15
+ export default IconContainerProps;
@@ -0,0 +1,2 @@
1
+ export { default as IconContainer } from './IconContainer';
2
+ export type { default as IconContainerProps } from './IconContainer.props';
@@ -0,0 +1 @@
1
+ export { default as IconContainer } from './IconContainer';
@@ -1,10 +1,10 @@
1
- import { jsx as _jsx, Fragment as _Fragment } from "react/jsx-runtime";
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import { createIcon } from '@gluestack-ui/icon';
3
- import { Svg, Path } from 'react-native-svg';
3
+ import { Path, Svg } from 'react-native-svg';
4
4
  const CircleIcon = createIcon({
5
5
  Root: Svg,
6
6
  viewBox: '0 0 24 24',
7
- path: (_jsx(_Fragment, { children: _jsx(Path, { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", fill: "currentColor", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" }) })),
7
+ path: (_jsx(Path, { d: "M12 22C17.5228 22 22 17.5228 22 12C22 6.47715 17.5228 2 12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22Z", fill: "currentColor", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round" })),
8
8
  });
9
9
  CircleIcon.displayName = 'CircleIcon';
10
10
  export default CircleIcon;
@@ -1,10 +1,8 @@
1
1
  import { Fragment as _Fragment, jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { createInput } from '@gluestack-ui/input';
3
3
  import { useState } from 'react';
4
- import { CalendarMediumIcon, CloseSmallIcon, EyeOffSmallIcon, EyeSmallIcon, SearchMediumIcon, } from '@utilitywarehouse/hearth-react-native-icons';
5
- import { Platform } from 'react-native';
4
+ import { CloseSmallIcon, EyeOffSmallIcon, EyeSmallIcon, SearchMediumIcon, } from '@utilitywarehouse/hearth-react-native-icons';
6
5
  import { useTheme } from '../../hooks';
7
- import { DetailText } from '../DetailText';
8
6
  import { useFormFieldContext } from '../FormField';
9
7
  import { Spinner } from '../Spinner';
10
8
  import { UnstyledIconButton } from '../UnstyledIconButton';
@@ -28,24 +26,6 @@ const Input = ({ validationStatus = 'initial', children, disabled, focused, read
28
26
  const isRequired = formFieldContext?.required ?? required;
29
27
  const [fieldType, setFieldType] = useState(type === 'password' ? 'password' : 'text');
30
28
  const { color } = useTheme();
31
- const defaultFornat = (() => {
32
- if (type === 'currency') {
33
- return '0.00';
34
- }
35
- if (type === 'date') {
36
- return 'DD/MM/YYYY';
37
- }
38
- return;
39
- })();
40
- const getPlaceholder = (() => {
41
- if (type === 'currency') {
42
- return props.placeholder ?? format ?? defaultFornat;
43
- }
44
- if (type === 'date') {
45
- return props.placeholder ?? format ?? defaultFornat;
46
- }
47
- return props.placeholder;
48
- })();
49
29
  const shouldShowPasswordToggle = type === 'password' && showPasswordToggle;
50
30
  const shouldShowClear = clearable && !!props?.value;
51
31
  const toggleFieldType = () => {
@@ -57,25 +37,13 @@ const Input = ({ validationStatus = 'initial', children, disabled, focused, read
57
37
  }
58
38
  return leadingIcon;
59
39
  })();
60
- const trailingIconComponent = (() => {
61
- if (type === 'date') {
62
- return CalendarMediumIcon;
63
- }
64
- return trailingIcon;
65
- })();
66
40
  const getInputMode = (() => {
67
- if (type === 'currency') {
68
- return 'decimal';
69
- }
70
41
  if (type === 'search') {
71
42
  return 'search';
72
43
  }
73
44
  return undefined;
74
45
  })();
75
- return (_jsx(InputComponent, { ...(children ? props : {}), validationStatus: validationStatusFromContext, isInvalid: validationStatusFromContext === 'invalid', isReadOnly: readonly, isDisabled: formFieldDisabled ?? disabled, isFocused: focused, type: type, isRequired: isRequired, children: children ? (_jsx(_Fragment, { children: children })) : (_jsxs(_Fragment, { children: [!!leadingIconComponent && (_jsx(InputSlot, { children: _jsx(InputIcon, { as: leadingIconComponent }) })), type === 'currency' && (_jsx(InputSlot, { children: _jsx(DetailText, { size: "4xl", style: {
76
- // todo: fix this
77
- ...(Platform.OS === 'ios' && { lineHeight: 46 }),
78
- }, children: "\u00A3" }) })), _jsx(InputField, { type: fieldType, inputMode: getInputMode, inBottomSheet: inBottomSheet, ...props, placeholder: getPlaceholder }), shouldShowClear && (_jsx(InputSlot, { children: _jsx(UnstyledIconButton, { onPress: onClear, icon: CloseSmallIcon }) })), loading && (_jsx(InputSlot, { children: _jsx(Spinner, { size: "xs", color: color.icon.primary }) })), shouldShowPasswordToggle && (_jsx(InputSlot, { children: _jsx(UnstyledIconButton, { onPress: toggleFieldType, icon: fieldType === 'password' ? EyeSmallIcon : EyeOffSmallIcon }) })), !!trailingIconComponent && (_jsx(InputSlot, { children: _jsx(InputIcon, { as: trailingIconComponent }) }))] })) }));
46
+ return (_jsx(InputComponent, { ...(children ? props : {}), validationStatus: validationStatusFromContext, isInvalid: validationStatusFromContext === 'invalid', isReadOnly: readonly, isDisabled: formFieldDisabled ?? disabled, isFocused: focused, type: type, isRequired: isRequired, children: children ? (_jsx(_Fragment, { children: children })) : (_jsxs(_Fragment, { children: [!!leadingIconComponent && (_jsx(InputSlot, { children: _jsx(InputIcon, { as: leadingIconComponent }) })), _jsx(InputField, { type: fieldType, inputMode: getInputMode, inBottomSheet: inBottomSheet, ...props }), shouldShowClear && (_jsx(InputSlot, { children: _jsx(UnstyledIconButton, { onPress: onClear, icon: CloseSmallIcon }) })), loading && (_jsx(InputSlot, { children: _jsx(Spinner, { size: "xs", color: color.icon.primary }) })), shouldShowPasswordToggle && (_jsx(InputSlot, { children: _jsx(UnstyledIconButton, { onPress: toggleFieldType, icon: fieldType === 'password' ? EyeSmallIcon : EyeOffSmallIcon }) })), !!trailingIcon && (_jsx(InputSlot, { children: _jsx(InputIcon, { as: trailingIcon }) }))] })) }));
79
47
  };
80
48
  Input.displayName = 'Input';
81
49
  export default Input;
@@ -60,22 +60,6 @@ interface PasswordInputSpecificProps extends InputWithoutChildrenBaseProps {
60
60
  clearable?: never;
61
61
  onClear?: never;
62
62
  }
63
- interface DateInputSpecificProps extends InputWithoutChildrenBaseProps {
64
- type: 'date';
65
- format?: string;
66
- showPasswordToggle?: never;
67
- loading?: never;
68
- clearable?: never;
69
- onClear?: never;
70
- }
71
- interface CurrencyInputSpecificProps extends InputWithoutChildrenBaseProps {
72
- type: 'currency';
73
- format?: string;
74
- showPasswordToggle?: never;
75
- loading?: never;
76
- clearable?: never;
77
- onClear?: never;
78
- }
79
63
  interface SearchInputSpecificProps extends InputWithoutChildrenBaseProps {
80
64
  type: 'search';
81
65
  loading?: boolean;
@@ -84,7 +68,7 @@ interface SearchInputSpecificProps extends InputWithoutChildrenBaseProps {
84
68
  showPasswordToggle?: never;
85
69
  format?: never;
86
70
  }
87
- export type InputWithoutChildrenProps = TextInputSpecificProps | PasswordInputSpecificProps | DateInputSpecificProps | CurrencyInputSpecificProps | SearchInputSpecificProps;
71
+ export type InputWithoutChildrenProps = TextInputSpecificProps | PasswordInputSpecificProps | SearchInputSpecificProps;
88
72
  /**
89
73
  * Props for the Input component.
90
74
  * This is a discriminated union type where the 'type' property
@@ -34,13 +34,6 @@ const styles = StyleSheet.create(theme => ({
34
34
  text: {},
35
35
  password: {},
36
36
  search: {},
37
- currency: {
38
- fontSize: theme.typography.mobile.detailText['4xl'].fontSize,
39
- fontFamily: theme.typography.mobile.detailText.fontFamily,
40
- fontWeight: theme.typography.mobile.detailText.fontWeight,
41
- paddingTop: 0,
42
- paddingBottom: 0,
43
- },
44
37
  date: {},
45
38
  },
46
39
  },
@@ -1,7 +1,7 @@
1
1
  import type { LinkProps } from './Link.props';
2
2
  export declare const LinkText: import("react").ForwardRefExoticComponent<import("react-native").TextProps & import("react").RefAttributes<import("react-native").TextProps>>;
3
3
  declare const Link: {
4
- ({ children, icon, disabled, target, iconPosition, showIcon, ...props }: LinkProps): import("react/jsx-runtime").JSX.Element;
4
+ ({ children, icon, disabled, target, iconPosition, showIcon, textStyle, iconStyle, ...props }: LinkProps): import("react/jsx-runtime").JSX.Element;
5
5
  displayName: string;
6
6
  };
7
7
  export default Link;
@@ -1,18 +1,18 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
2
  import { createLink } from '@gluestack-ui/link';
3
+ import { ChevronRightSmallIcon } from '@utilitywarehouse/hearth-react-native-icons';
4
+ import LinkIcon from './LinkIcon';
3
5
  import LinkRoot from './LinkRoot';
4
6
  import LinkTextComponent from './LinkText';
5
- import LinkIcon from './LinkIcon';
6
- import { ChevronRightSmallIcon } from '@utilitywarehouse/hearth-react-native-icons';
7
7
  const LinkComponent = createLink({
8
8
  Root: LinkRoot,
9
9
  Text: LinkTextComponent,
10
10
  });
11
11
  export const LinkText = LinkComponent.Text;
12
12
  LinkText.displayName = 'LinkText';
13
- const Link = ({ children, icon = ChevronRightSmallIcon, disabled = false, target = '_self', iconPosition = 'right', showIcon = true, ...props }) => {
13
+ const Link = ({ children, icon = ChevronRightSmallIcon, disabled = false, target = '_self', iconPosition = 'right', showIcon = true, textStyle, iconStyle, ...props }) => {
14
14
  const LinkAny = LinkComponent;
15
- return (_jsxs(LinkAny, { ...props, isDisabled: disabled, isExternal: target === '_blank', children: [showIcon && icon && iconPosition === 'left' ? _jsx(LinkIcon, { as: icon }) : null, _jsx(LinkText, { children: children }), showIcon && icon && iconPosition === 'right' ? _jsx(LinkIcon, { as: icon }) : null] }));
15
+ return (_jsxs(LinkAny, { ...props, isDisabled: disabled, isExternal: target === '_blank', children: [showIcon && icon && iconPosition === 'left' ? (_jsx(LinkIcon, { as: icon, style: iconStyle })) : null, _jsx(LinkText, { style: textStyle, children: children }), showIcon && icon && iconPosition === 'right' ? (_jsx(LinkIcon, { as: icon, style: iconStyle })) : null] }));
16
16
  };
17
17
  Link.displayName = 'Link';
18
18
  export default Link;
@@ -1,5 +1,6 @@
1
1
  import { ComponentType } from 'react';
2
2
  import { PressableProps, TextProps } from 'react-native';
3
+ import { IconProps } from '../Icon';
3
4
  export interface LinkProps extends Omit<PressableProps, 'children'> {
4
5
  children: TextProps['children'];
5
6
  href?: string;
@@ -9,5 +10,7 @@ export interface LinkProps extends Omit<PressableProps, 'children'> {
9
10
  icon?: ComponentType;
10
11
  iconPosition?: 'left' | 'right';
11
12
  showIcon?: boolean;
13
+ textStyle?: TextProps['style'];
14
+ iconStyle?: IconProps['style'];
12
15
  }
13
16
  export default LinkProps;
@@ -97,13 +97,21 @@ const Modal = ({ ref, children, heading, description, showCloseButton = true, pr
97
97
  bottomSheetModalRef.current?.dismiss();
98
98
  }
99
99
  };
100
+ styles.useVariants({ loading });
100
101
  const content = (_jsx(_Fragment, { children: loading ? (_jsxs(View, { style: styles.loadingContainer, accessible: Platform.OS === 'android' ? true : undefined, accessibilityLabel: Platform.OS === 'android' ? 'Loading' : undefined, screenReaderFocusable: true, ref: viewRef, children: [_jsx(Spinner, { size: "lg" }), _jsx(Heading, { size: "lg", textAlign: "center", children: "Loading..." })] })) : (_jsxs(View, { style: styles.container, accessible: Platform.OS === 'android' ? true : undefined, accessibilityLabel: Platform.OS === 'android' ? 'Modal content' : undefined, screenReaderFocusable: true, ref: viewRef, children: [_jsxs(View, { style: styles.header, children: [_jsxs(View, { style: styles.headerTextContent, children: [heading && !image ? (_jsx(Heading, { size: "lg", accessible: true, children: heading })) : null, description && !image ? _jsx(BodyText, { accessible: true, children: description }) : null] }), showCloseButton ? (_jsx(UnstyledIconButton, { icon: CloseMediumIcon, onPress: handleCloseButtonPress, accessibilityLabel: "Close modal", ...closeButtonProps })) : null] }), image ? (_jsxs(View, { style: styles.imageContainer, children: [_jsx(Image, { style: styles.image, ...image }), _jsxs(View, { style: styles.textContent, children: [heading ? (_jsx(Heading, { size: "lg", textAlign: "center", accessible: true, children: heading })) : null, description ? (_jsx(BodyText, { textAlign: "center", accessible: true, children: description })) : null] })] })) : null, children, _jsxs(View, { style: styles.footer, children: [onPressPrimaryButton && primaryButtonText ? (_jsx(Button, { onPress: handlePrimaryButtonPress, text: primaryButtonText, ...primaryButtonProps, variant: primaryButtonProps?.variant ?? 'solid', colorScheme: primaryButtonProps?.colorScheme ?? 'highlight' })) : null, onPressSecondaryButton && secondaryButtonText ? (_jsx(Button, { onPress: handleSecondaryButtonPress, text: secondaryButtonText, ...secondaryButtonProps, variant: secondaryButtonProps?.variant ?? 'outline', colorScheme: secondaryButtonProps?.colorScheme ?? 'functional' })) : null] })] })) }));
101
- return fullscreen ? (_jsxs(View, { style: { flex: 1, backgroundColor: theme.color.background.primary }, children: [Platform.OS === 'android' ? (_jsx(Animated.View, { style: [styles.androidContainer, animatedBackgroundStyle], children: _jsx(Animated.View, { style: [styles.pretendContent, animatedPretendContentStyle] }) })) : null, _jsx(Animated.View, { style: [styles.fullscreenContainer, Platform.OS === 'android' && animatedFullscreenStyle], children: _jsx(View, { style: styles.fullscreenContent, children: content }) })] })) : (_jsx(BottomSheetModal, { ref: bottomSheetModalRef, enableDynamicSizing: true, snapPoints: image ? ['90%'] : props.snapPoints, showHandle: typeof loading !== 'undefined' && loading ? false : props.showHandle, accessible: false, ...props, onChange: handleChange, children: _jsx(BottomSheetScrollView, { contentContainerStyle: styles.container, ref: scrollViewRef, children: content }) }));
102
+ return fullscreen ? (_jsxs(View, { style: { flex: 1, backgroundColor: theme.color.background.primary }, children: [Platform.OS === 'android' ? (_jsx(Animated.View, { style: [styles.androidContainer, animatedBackgroundStyle], children: _jsx(Animated.View, { style: [styles.pretendContent, animatedPretendContentStyle] }) })) : null, _jsx(Animated.View, { style: [styles.fullscreenContainer, Platform.OS === 'android' && animatedFullscreenStyle], children: _jsx(View, { style: styles.fullscreenContent, children: content }) })] })) : (_jsxs(BottomSheetModal, { ref: bottomSheetModalRef, enableDynamicSizing: true, snapPoints: image ? ['90%'] : props.snapPoints, showHandle: typeof loading !== 'undefined' && loading ? false : props.showHandle, accessible: false, ...props, onChange: handleChange, children: [loading ? _jsx(View, { style: styles.loadingTop }) : null, _jsx(BottomSheetScrollView, { contentContainerStyle: styles.container, ref: scrollViewRef, children: content })] }));
102
103
  };
103
104
  const styles = StyleSheet.create((theme, rt) => ({
104
105
  container: {
105
106
  flex: 1,
106
107
  gap: theme.components.dialog.gap,
108
+ variants: {
109
+ loading: {
110
+ true: {
111
+ paddingTop: 0,
112
+ },
113
+ },
114
+ },
107
115
  },
108
116
  header: {
109
117
  flexDirection: 'row',
@@ -125,7 +133,15 @@ const styles = StyleSheet.create((theme, rt) => ({
125
133
  textContent: {
126
134
  gap: theme.components.dialog.content.gap,
127
135
  },
136
+ loadingTop: {
137
+ borderTopLeftRadius: theme.components.dialog.borderRadius,
138
+ borderTopRightRadius: theme.components.dialog.borderRadius,
139
+ height: 16,
140
+ backgroundColor: theme.color.surface.neutral.strong,
141
+ },
128
142
  loadingContainer: {
143
+ borderTopLeftRadius: theme.components.dialog.borderRadius,
144
+ borderTopRightRadius: theme.components.dialog.borderRadius,
129
145
  flex: 1,
130
146
  alignItems: 'center',
131
147
  justifyContent: 'center',
@@ -10,12 +10,12 @@ declare const RadioIcon: import("react").ForwardRefExoticComponent<import("react
10
10
  }>;
11
11
  declare const RadioLabel: import("react").ForwardRefExoticComponent<import("react").RefAttributes<import("../Label/Label.props").default> & Omit<import("../Label/Label.props").default, "ref">>;
12
12
  declare const Radio: {
13
- ({ children, label, disabled, helperIcon, helperText, invalidText, validText, validationStatus: validation, showValidationIcon, type, ...props }: RadioProps): import("react/jsx-runtime").JSX.Element;
13
+ ({ children, label, disabled, helperIcon, helperText, invalidText, validText, validationStatus: validation, showValidationIcon, type, image, ...props }: RadioProps): import("react/jsx-runtime").JSX.Element;
14
14
  displayName: string;
15
15
  };
16
16
  declare const RadioTile: {
17
17
  ({ type, ...props }: RadioProps): import("react/jsx-runtime").JSX.Element;
18
18
  displayName: string;
19
19
  };
20
- export { Radio, RadioGroup, RadioIndicator, RadioIcon, RadioLabel, RadioTile };
20
+ export { Radio, RadioGroup, RadioIcon, RadioIndicator, RadioLabel, RadioTile };
21
21
  export default Radio;
@@ -1,15 +1,16 @@
1
1
  import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-runtime";
2
2
  import { createRadio } from '@gluestack-ui/radio';
3
- import StyledRadio from './RadioRoot';
4
- import StyledRadioIndicator from './RadioIndicator';
3
+ import StyledRadioGroup from './RadioGroupRoot';
5
4
  import StyledRadioIcon from './RadioIcon';
5
+ import StyledRadioIndicator from './RadioIndicator';
6
6
  import StyledRadioLabel from './RadioLabel';
7
- import StyledRadioGroup from './RadioGroupRoot';
7
+ import StyledRadio from './RadioRoot';
8
+ import { useFormFieldContext } from '../FormField';
8
9
  import { Helper } from '../Helper';
9
10
  import { useRadioGroupContext } from './RadioGroup.context';
10
- import { useFormFieldContext } from '../FormField';
11
- import RadioTileRoot from './RadioTileRoot';
11
+ import RadioImage from './RadioImage';
12
12
  import RadioTextContent from './RadioTextContent';
13
+ import RadioTileRoot from './RadioTileRoot';
13
14
  const RadioComponent = createRadio({
14
15
  Root: StyledRadio,
15
16
  Group: StyledRadioGroup,
@@ -25,16 +26,16 @@ RadioGroup.displayName = 'RadioGroup';
25
26
  RadioIndicator.displayName = 'RadioIndicator';
26
27
  RadioIcon.displayName = 'RadioIcon';
27
28
  RadioLabel.displayName = 'RadioLabel';
28
- const Radio = ({ children, label, disabled, helperIcon, helperText, invalidText, validText, validationStatus: validation, showValidationIcon, type = 'default', ...props }) => {
29
+ const Radio = ({ children, label, disabled, helperIcon, helperText, invalidText, validText, validationStatus: validation, showValidationIcon, type = 'default', image, ...props }) => {
29
30
  const { validationStatus: fieldValidationStatus } = useFormFieldContext();
30
31
  const { validationStatus: groupValidationStatus, type: groupType } = useRadioGroupContext();
31
32
  const validationStatus = fieldValidationStatus ?? groupValidationStatus ?? validation ?? 'initial';
32
33
  const radioType = groupType ?? type;
33
- const radioChildren = children ? (children) : (_jsxs(_Fragment, { children: [_jsx(RadioIndicator, { children: _jsx(RadioIcon, {}) }), _jsxs(RadioTextContent, { children: [!!label && _jsx(RadioLabel, { children: label }), !!helperText && _jsx(Helper, { disabled: disabled, icon: helperIcon, text: helperText }), validationStatus === 'invalid' && !!invalidText && (_jsx(Helper, { showIcon: showValidationIcon, disabled: disabled, validationStatus: "invalid", text: invalidText })), validationStatus === 'valid' && !!validText && (_jsx(Helper, { disabled: disabled, showIcon: showValidationIcon, validationStatus: "valid", text: validText }))] })] }));
34
+ const radioChildren = children ? (children) : (_jsxs(_Fragment, { children: [_jsx(RadioIndicator, { children: _jsx(RadioIcon, {}) }), image ? _jsx(RadioImage, { ...image }) : null, _jsxs(RadioTextContent, { children: [!!label && _jsx(RadioLabel, { children: label }), !!helperText && _jsx(Helper, { disabled: disabled, icon: helperIcon, text: helperText }), validationStatus === 'invalid' && !!invalidText && (_jsx(Helper, { showIcon: showValidationIcon, disabled: disabled, validationStatus: "invalid", text: invalidText })), validationStatus === 'valid' && !!validText && (_jsx(Helper, { disabled: disabled, showIcon: showValidationIcon, validationStatus: "valid", text: validText }))] })] }));
34
35
  return (_jsx(RadioComponent, { ...props, isDisabled: disabled, children: radioType === 'tile' ? _jsx(RadioTileRoot, { children: radioChildren }) : radioChildren }));
35
36
  };
36
37
  const RadioTile = ({ type = 'tile', ...props }) => _jsx(Radio, { ...props, type: type });
37
38
  RadioTile.displayName = 'RadioTile';
38
39
  Radio.displayName = 'Radio';
39
- export { Radio, RadioGroup, RadioIndicator, RadioIcon, RadioLabel, RadioTile };
40
+ export { Radio, RadioGroup, RadioIcon, RadioIndicator, RadioLabel, RadioTile };
40
41
  export default Radio;
@@ -1,5 +1,5 @@
1
1
  import type { ComponentType } from 'react';
2
- import type { PressableProps, ViewProps } from 'react-native';
2
+ import type { ImageProps, PressableProps, ViewProps } from 'react-native';
3
3
  interface RadioBaseProps extends Omit<PressableProps, 'children'> {
4
4
  value: string;
5
5
  onChange?: (isSelected: boolean) => void;
@@ -15,6 +15,7 @@ interface RadioWithChildrenProps extends RadioBaseProps {
15
15
  invalidText?: never;
16
16
  validText?: never;
17
17
  showValidationIcon?: never;
18
+ image?: never;
18
19
  }
19
20
  interface RadioWithoutChildrenProps extends RadioBaseProps {
20
21
  children?: never;
@@ -24,6 +25,7 @@ interface RadioWithoutChildrenProps extends RadioBaseProps {
24
25
  invalidText?: string;
25
26
  validText?: string;
26
27
  showValidationIcon?: boolean;
28
+ image?: ImageProps;
27
29
  }
28
30
  type RadioProps = RadioWithChildrenProps | RadioWithoutChildrenProps;
29
31
  export default RadioProps;
@@ -0,0 +1,6 @@
1
+ import { ImageProps } from 'react-native';
2
+ declare const RadioImage: {
3
+ ({ source, style, ...props }: ImageProps): import("react/jsx-runtime").JSX.Element;
4
+ displayName: string;
5
+ };
6
+ export default RadioImage;
@@ -0,0 +1,5 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ import { Image } from 'react-native';
3
+ const RadioImage = ({ source, style, ...props }) => (_jsx(Image, { source: source, style: style, ...props }));
4
+ RadioImage.displayName = 'RadioImage';
5
+ export default RadioImage;