@utilitywarehouse/hearth-react-native 0.35.9 → 0.36.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 (282) hide show
  1. package/build/components/Accordion/Accordion.d.ts +8 -8
  2. package/build/components/Accordion/AccordionContent.d.ts +1 -1
  3. package/build/components/Accordion/AccordionContentText.d.ts +1 -1
  4. package/build/components/Accordion/AccordionHeader.d.ts +1 -1
  5. package/build/components/Accordion/AccordionIcon.d.ts +1 -1
  6. package/build/components/Accordion/AccordionItemRoot.d.ts +1 -1
  7. package/build/components/Accordion/AccordionRoot.d.ts +1 -1
  8. package/build/components/Accordion/AccordionTitleText.d.ts +1 -1
  9. package/build/components/Accordion/AccordionTrigger.d.ts +1 -1
  10. package/build/components/Alert/Alert.d.ts +1 -1
  11. package/build/components/Alert/AlertCloseButton.d.ts +1 -1
  12. package/build/components/Alert/AlertContent.d.ts +1 -1
  13. package/build/components/Alert/AlertIcon.d.ts +1 -1
  14. package/build/components/Alert/AlertIconButton.d.ts +1 -1
  15. package/build/components/Alert/AlertLink.d.ts +1 -1
  16. package/build/components/Alert/AlertText.d.ts +1 -1
  17. package/build/components/Alert/AlertTitle.d.ts +1 -1
  18. package/build/components/Avatar/Avatar.d.ts +1 -1
  19. package/build/components/Badge/Badge.d.ts +1 -1
  20. package/build/components/Badge/BadgeIcon.d.ts +1 -1
  21. package/build/components/Badge/BadgeText.d.ts +1 -1
  22. package/build/components/Banner/Banner.d.ts +1 -1
  23. package/build/components/Banner/BannerIllustration.d.ts +1 -1
  24. package/build/components/Banner/BannerImage.d.ts +1 -1
  25. package/build/components/BodyText/BodyText.d.ts +1 -1
  26. package/build/components/BottomSheet/BottomSheet.d.ts +2 -1
  27. package/build/components/BottomSheet/BottomSheetBackdrop.d.ts +1 -1
  28. package/build/components/BottomSheet/BottomSheetFlatList.d.ts +1 -1
  29. package/build/components/BottomSheet/BottomSheetHandle.d.ts +1 -1
  30. package/build/components/BottomSheet/BottomSheetModal.d.ts +2 -1
  31. package/build/components/BottomSheet/BottomSheetModalProvider.d.ts +1 -1
  32. package/build/components/BottomSheet/BottomSheetScrollView.d.ts +1 -1
  33. package/build/components/BottomSheet/BottomSheetView.d.ts +1 -1
  34. package/build/components/BottomSheet/useBottomSheetLogic.d.ts +2 -2
  35. package/build/components/Box/Box.d.ts +2 -1
  36. package/build/components/Button/Button.d.ts +1 -1
  37. package/build/components/Button/ButtonGroup.d.ts +1 -1
  38. package/build/components/Button/ButtonGroupRoot.d.ts +1 -1
  39. package/build/components/Button/ButtonIcon.d.ts +1 -1
  40. package/build/components/Button/ButtonIcon.js +3 -4
  41. package/build/components/Button/ButtonRoot.d.ts +1 -1
  42. package/build/components/Button/ButtonSpinner.d.ts +1 -1
  43. package/build/components/Button/ButtonText.d.ts +1 -1
  44. package/build/components/Card/Card.d.ts +3 -3
  45. package/build/components/Card/CardAction/CardAction.d.ts +210 -3
  46. package/build/components/Card/CardAction/CardAction.props.d.ts +2 -2
  47. package/build/components/Card/CardAction/CardActionContent.d.ts +1 -1
  48. package/build/components/Card/CardAction/CardActionHelperText.d.ts +1 -1
  49. package/build/components/Card/CardAction/CardActionIcon.d.ts +1 -1
  50. package/build/components/Card/CardAction/CardActionIcon.js +1 -2
  51. package/build/components/Card/CardAction/CardActionLeadingContent.d.ts +1 -1
  52. package/build/components/Card/CardAction/CardActionRoot.d.ts +1 -1
  53. package/build/components/Card/CardAction/CardActionText.d.ts +1 -1
  54. package/build/components/Card/CardAction/CardActionTrailingContent.d.ts +1 -1
  55. package/build/components/Card/CardAction/CardActionTrailingIcon.d.ts +1 -1
  56. package/build/components/Card/CardAction/CardActionTrailingIcon.js +1 -2
  57. package/build/components/Card/CardActions.d.ts +1 -1
  58. package/build/components/Card/CardContent.d.ts +1 -1
  59. package/build/components/Card/CardPressHandler.d.ts +1 -1
  60. package/build/components/Card/CardRoot.d.ts +1 -1
  61. package/build/components/Carousel/Carousel.d.ts +1 -1
  62. package/build/components/Carousel/CarouselControlItem.d.ts +4 -4
  63. package/build/components/Carousel/CarouselItem.d.ts +1 -1
  64. package/build/components/Center/Center.d.ts +1 -1
  65. package/build/components/Checkbox/Checkbox.d.ts +3 -3
  66. package/build/components/Checkbox/CheckboxGroup.d.ts +2 -1
  67. package/build/components/Checkbox/CheckboxGroupRoot.d.ts +1 -1
  68. package/build/components/Checkbox/CheckboxGroupTextContent.d.ts +1 -1
  69. package/build/components/Checkbox/CheckboxIcon.d.ts +1 -1
  70. package/build/components/Checkbox/CheckboxImage.d.ts +1 -1
  71. package/build/components/Checkbox/CheckboxIndicator.d.ts +1 -1
  72. package/build/components/Checkbox/CheckboxLabel.d.ts +1 -1
  73. package/build/components/Checkbox/CheckboxRoot.d.ts +1 -1
  74. package/build/components/Checkbox/CheckboxTextContent.d.ts +1 -1
  75. package/build/components/Checkbox/CheckboxTileRoot.d.ts +1 -1
  76. package/build/components/Combobox/Combobox.d.ts +2 -1
  77. package/build/components/Combobox/ComboboxOption.d.ts +1 -1
  78. package/build/components/Container/Container.d.ts +1 -1
  79. package/build/components/CurrencyInput/CurrencyInput.d.ts +1 -1
  80. package/build/components/DateInput/DateInput.d.ts +1 -1
  81. package/build/components/DateInput/DateInputSegment.d.ts +1 -1
  82. package/build/components/DatePicker/DatePicker.d.ts +1 -1
  83. package/build/components/DatePicker/DatePickerCalendar.d.ts +1 -1
  84. package/build/components/DatePicker/DatePickerDay.d.ts +2 -2
  85. package/build/components/DatePicker/DatePickerDays.d.ts +1 -1
  86. package/build/components/DatePicker/DatePickerFooter.d.ts +1 -1
  87. package/build/components/DatePicker/DatePickerHeader/DatePickerMonthButton.d.ts +1 -1
  88. package/build/components/DatePicker/DatePickerHeader/DatePickerNextButton.d.ts +1 -1
  89. package/build/components/DatePicker/DatePickerHeader/DatePickerPrevButton.d.ts +1 -1
  90. package/build/components/DatePicker/DatePickerHeader/DatePickerSelectors.d.ts +1 -1
  91. package/build/components/DatePicker/DatePickerHeader/DatePickerTimeButton.d.ts +1 -1
  92. package/build/components/DatePicker/DatePickerHeader/DatePickerYearButton.d.ts +1 -1
  93. package/build/components/DatePicker/DatePickerHeader/index.d.ts +1 -1
  94. package/build/components/DatePicker/DatePickerMonths.d.ts +1 -1
  95. package/build/components/DatePicker/DatePickerWeekdays.d.ts +1 -1
  96. package/build/components/DatePicker/DatePickerYears.d.ts +1 -1
  97. package/build/components/DatePickerInput/DatePickerInput.d.ts +1 -1
  98. package/build/components/DatePickerInput/DatePickerInputDoneButton.d.ts +1 -1
  99. package/build/components/DescriptionList/DescriptionList.d.ts +1 -1
  100. package/build/components/DescriptionList/DescriptionListItem.d.ts +1 -1
  101. package/build/components/DetailText/DetailText.d.ts +1 -1
  102. package/build/components/Divider/Divider.d.ts +1 -1
  103. package/build/components/Expandable/Expandable.d.ts +1 -1
  104. package/build/components/ExpandableCard/ExpandableCard.d.ts +1 -1
  105. package/build/components/ExpandableCard/ExpandableCardContent.d.ts +1 -1
  106. package/build/components/ExpandableCard/ExpandableCardExpandedContent.d.ts +1 -1
  107. package/build/components/ExpandableCard/ExpandableCardGroup.d.ts +1 -1
  108. package/build/components/ExpandableCard/ExpandableCardHelperText.d.ts +1 -1
  109. package/build/components/ExpandableCard/ExpandableCardIcon.d.ts +1 -1
  110. package/build/components/ExpandableCard/ExpandableCardIcon.js +1 -2
  111. package/build/components/ExpandableCard/ExpandableCardLeadingContent.d.ts +1 -1
  112. package/build/components/ExpandableCard/ExpandableCardText.d.ts +1 -1
  113. package/build/components/ExpandableCard/ExpandableCardTrailingContent.d.ts +1 -1
  114. package/build/components/ExpandableCard/ExpandableCardTrailingIcon.d.ts +1 -1
  115. package/build/components/ExpandableCard/ExpandableCardTrailingIcon.js +1 -2
  116. package/build/components/ExpandableCard/ExpandableCardTrigger.d.ts +18 -3
  117. package/build/components/ExpandableCard/ExpandableCardTrigger.props.d.ts +3 -3
  118. package/build/components/ExpandableCard/ExpandableCardTriggerRoot.d.ts +1 -1
  119. package/build/components/Flex/Flex.d.ts +1 -1
  120. package/build/components/FormField/FormFielInvalidIcon.d.ts +1 -1
  121. package/build/components/FormField/FormField.d.ts +4 -4
  122. package/build/components/FormField/FormFieldHelper.d.ts +1 -1
  123. package/build/components/FormField/FormFieldInvalid.d.ts +1 -1
  124. package/build/components/FormField/FormFieldLabel.d.ts +1 -1
  125. package/build/components/FormField/FormFieldRoot.d.ts +1 -1
  126. package/build/components/FormField/FormFieldValid.d.ts +1 -1
  127. package/build/components/FormField/FormFieldValidIcon.d.ts +1 -1
  128. package/build/components/Grid/Grid.d.ts +2 -1
  129. package/build/components/HTMLElements/ListItem.d.ts +1 -1
  130. package/build/components/HTMLElements/OrderedList.d.ts +2 -1
  131. package/build/components/HTMLElements/UnorderedList.d.ts +2 -1
  132. package/build/components/Heading/Heading.d.ts +1 -1
  133. package/build/components/Helper/Helper.d.ts +1 -1
  134. package/build/components/Helper/HelperIcon.d.ts +1 -1
  135. package/build/components/Helper/HelperIcon.js +1 -2
  136. package/build/components/Helper/HelperText.d.ts +1 -1
  137. package/build/components/HighlightBanner/HighlightBanner.d.ts +1 -1
  138. package/build/components/HighlightBanner/HighlightBannerImage.d.ts +1 -1
  139. package/build/components/IconButton/IconButton.d.ts +1 -1
  140. package/build/components/IconButton/IconButtonIcon.d.ts +1 -1
  141. package/build/components/IconButton/IconButtonIcon.js +3 -4
  142. package/build/components/IconButton/IconButtonRoot.d.ts +1 -1
  143. package/build/components/IconButton/IconButtonSpinner.d.ts +1 -1
  144. package/build/components/IconContainer/IconContainer.d.ts +1 -1
  145. package/build/components/Icons/CircleIcon.d.ts +2 -2
  146. package/build/components/IndicatorIconButton/IndicatorIconButton.d.ts +2 -1
  147. package/build/components/InlineLink/InlineLink.d.ts +1 -1
  148. package/build/components/InlineLink/InlineLinkRoot.d.ts +1 -1
  149. package/build/components/Input/InputIcon.d.ts +1 -1
  150. package/build/components/Input/InputIcon.js +1 -2
  151. package/build/components/Input/InputRoot.d.ts +1 -1
  152. package/build/components/Input/InputSlot.d.ts +1 -1
  153. package/build/components/Label/Label.d.ts +1 -1
  154. package/build/components/Link/Link.d.ts +2 -2
  155. package/build/components/Link/LinkIcon.d.ts +1 -1
  156. package/build/components/Link/LinkIcon.js +3 -4
  157. package/build/components/Link/LinkRoot.d.ts +1 -1
  158. package/build/components/Link/LinkText.d.ts +1 -1
  159. package/build/components/List/List.d.ts +2 -1
  160. package/build/components/List/ListAction/ListAction.d.ts +3 -3
  161. package/build/components/List/ListAction/ListActionContent.d.ts +1 -1
  162. package/build/components/List/ListAction/ListActionText.d.ts +1 -1
  163. package/build/components/List/ListAction/ListActionTrailingContent.d.ts +1 -1
  164. package/build/components/List/ListAction/ListActionTrailingIcon.d.ts +1 -1
  165. package/build/components/List/ListAction/ListActionTrailingIcon.js +1 -2
  166. package/build/components/List/ListItem/ListItem.d.ts +18 -3
  167. package/build/components/List/ListItem/ListItemContent.d.ts +1 -1
  168. package/build/components/List/ListItem/ListItemHeading.d.ts +2 -2
  169. package/build/components/List/ListItem/ListItemHelperText.d.ts +1 -1
  170. package/build/components/List/ListItem/ListItemIcon.d.ts +1 -1
  171. package/build/components/List/ListItem/ListItemIcon.js +1 -2
  172. package/build/components/List/ListItem/ListItemLeadingContent.d.ts +1 -1
  173. package/build/components/List/ListItem/ListItemRoot.d.ts +1 -1
  174. package/build/components/List/ListItem/ListItemTrailingContent.d.ts +1 -1
  175. package/build/components/List/ListItem/ListItemTrailingIcon.d.ts +1 -1
  176. package/build/components/List/ListItem/ListItemTrailingIcon.js +1 -2
  177. package/build/components/Menu/MenuItem.d.ts +3 -3
  178. package/build/components/Modal/Modal.d.ts +1 -1
  179. package/build/components/Modal/Modal.js +0 -1
  180. package/build/components/Modal/Modal.web.d.ts +1 -1
  181. package/build/components/Modal/ModalImage.d.ts +1 -1
  182. package/build/components/NavModal/NavModal.d.ts +1 -1
  183. package/build/components/Pagination/Pagination.d.ts +1 -1
  184. package/build/components/PillGroup/Pill.d.ts +3 -3
  185. package/build/components/PillGroup/PillGroup.d.ts +1 -1
  186. package/build/components/ProgressBar/ProgressBar.d.ts +1 -1
  187. package/build/components/ProgressBar/ProgressBarCircular.d.ts +2 -1
  188. package/build/components/ProgressBar/ProgressBarLinear.d.ts +1 -1
  189. package/build/components/ProgressStepper/ProgressStep.d.ts +2 -1
  190. package/build/components/ProgressStepper/ProgressStepper.d.ts +2 -1
  191. package/build/components/ProgressStepper/ProgressStepperRoot.d.ts +2 -1
  192. package/build/components/Radio/Radio.d.ts +3 -3
  193. package/build/components/Radio/RadioGroup.d.ts +2 -1
  194. package/build/components/Radio/RadioGroupRoot.d.ts +1 -1
  195. package/build/components/Radio/RadioGroupTextContent.d.ts +1 -1
  196. package/build/components/Radio/RadioIcon.d.ts +1 -1
  197. package/build/components/Radio/RadioIcon.js +1 -3
  198. package/build/components/Radio/RadioImage.d.ts +1 -1
  199. package/build/components/Radio/RadioIndicator.d.ts +1 -1
  200. package/build/components/Radio/RadioLabel.d.ts +1 -1
  201. package/build/components/Radio/RadioRoot.d.ts +1 -1
  202. package/build/components/Radio/RadioTextContent.d.ts +1 -1
  203. package/build/components/Radio/RadioTileRoot.d.ts +1 -1
  204. package/build/components/RadioCard/RadioCard.d.ts +2 -2
  205. package/build/components/RadioCard/RadioCardGroup.d.ts +1 -1
  206. package/build/components/RadioCard/RadioCardIcon.d.ts +1 -1
  207. package/build/components/RadioCard/RadioCardIndicator.d.ts +1 -1
  208. package/build/components/RadioCard/RadioCardLabel.d.ts +1 -1
  209. package/build/components/RadioCard/RadioCardRoot.d.ts +1 -1
  210. package/build/components/Rating/Rating.d.ts +1 -1
  211. package/build/components/Rating/RatingStarEmpty.d.ts +1 -1
  212. package/build/components/Rating/RatingStarFilled.d.ts +1 -1
  213. package/build/components/Roundel/Roundel.d.ts +1 -1
  214. package/build/components/SectionHeader/SectionHeader.d.ts +1 -1
  215. package/build/components/SectionHeader/SectionHeaderHeading.d.ts +1 -1
  216. package/build/components/SectionHeader/SectionHeaderHelperText.d.ts +1 -1
  217. package/build/components/SectionHeader/SectionHeaderTextContent.d.ts +1 -1
  218. package/build/components/SectionHeader/SectionHeaderTrailingContent.d.ts +1 -1
  219. package/build/components/SegmentedControl/SegmentedControl.d.ts +1 -1
  220. package/build/components/SegmentedControl/SegmentedControlOption.d.ts +3 -3
  221. package/build/components/Select/Select.d.ts +2 -1
  222. package/build/components/Select/SelectOption.d.ts +1 -1
  223. package/build/components/Skeleton/Skeleton.d.ts +2 -1
  224. package/build/components/StepperInput/StepperButton.d.ts +3 -3
  225. package/build/components/StepperInput/StepperInput.d.ts +1 -1
  226. package/build/components/Switch/Switch.d.ts +1 -1
  227. package/build/components/Switch/Switch.js +2 -0
  228. package/build/components/Switch/Switch.web.d.ts +1 -1
  229. package/build/components/Switch/Switch.web.js +1 -0
  230. package/build/components/Table/Table.d.ts +1 -1
  231. package/build/components/Table/TableBody.d.ts +1 -1
  232. package/build/components/Table/TableCell.d.ts +1 -1
  233. package/build/components/Table/TableHeader.d.ts +1 -1
  234. package/build/components/Table/TableHeaderCell.d.ts +1 -1
  235. package/build/components/Table/TablePagination.d.ts +1 -1
  236. package/build/components/Table/TableRow.d.ts +1 -1
  237. package/build/components/Tabs/Tab.d.ts +3 -3
  238. package/build/components/Tabs/TabPanel.d.ts +1 -1
  239. package/build/components/Tabs/Tabs.d.ts +1 -1
  240. package/build/components/Tabs/TabsList.d.ts +1 -1
  241. package/build/components/Textarea/Textarea.d.ts +1 -1
  242. package/build/components/Textarea/TextareaField.d.ts +1 -1
  243. package/build/components/Textarea/TextareaRoot.d.ts +1 -1
  244. package/build/components/ThemedImage/ThemedImage.d.ts +1 -1
  245. package/build/components/TimePicker/TimePicker.d.ts +1 -1
  246. package/build/components/TimePicker/TimePickerView.d.ts +1 -1
  247. package/build/components/TimePicker/TimePickerWheel.d.ts +1 -1
  248. package/build/components/TimePicker/TimePickerWheel.js +2 -2
  249. package/build/components/TimePicker/TimePickerWheel.web.d.ts +1 -1
  250. package/build/components/TimePickerInput/TimePickerInput.d.ts +1 -1
  251. package/build/components/TimePickerInput/TimePickerInputDoneButton.d.ts +1 -1
  252. package/build/components/Timeline/Timeline.d.ts +2 -1
  253. package/build/components/Timeline/TimelineItem.d.ts +1 -1
  254. package/build/components/ToggleButton/ToggleButton.d.ts +3 -3
  255. package/build/components/ToggleButton/ToggleButtonIcon.d.ts +1 -1
  256. package/build/components/ToggleButton/ToggleButtonIcon.js +1 -2
  257. package/build/components/ToggleButton/ToggleButtonRoot.d.ts +1 -1
  258. package/build/components/ToggleButton/ToggleButtonText.d.ts +1 -1
  259. package/build/components/ToggleButtonCard/ToggleButtonCard.d.ts +2 -2
  260. package/build/components/ToggleButtonCard/ToggleButtonCardGroup.d.ts +1 -1
  261. package/build/components/ToggleButtonCard/ToggleButtonCardRoot.d.ts +1 -1
  262. package/build/components/UnstyledIconButton/UnstyledIconButton.d.ts +1 -1
  263. package/build/components/UnstyledIconButton/UnstyledIconButtonIcon.d.ts +1 -1
  264. package/build/components/UnstyledIconButton/UnstyledIconButtonIcon.js +3 -4
  265. package/build/components/UnstyledIconButton/UnstyledIconButtonRoot.d.ts +1 -1
  266. package/build/components/UnstyledIconButton/UnstyledIconButtonSpinner.d.ts +1 -1
  267. package/build/core/index.d.ts +2 -2
  268. package/build/core/index.js +1 -1
  269. package/package.json +24 -25
  270. package/public/llms/components/badge.md +15 -0
  271. package/public/llms/components/body-text.md +15 -0
  272. package/public/llms/components/button.md +12 -0
  273. package/public/llms/components/checkbox.md +6 -1
  274. package/public/llms/components/description-list.md +32 -0
  275. package/public/llms/components/detail-text.md +5 -0
  276. package/public/llms/components/expandable-card.md +2 -2
  277. package/public/llms/components/heading.md +10 -0
  278. package/public/llms/components/icon-button.md +39 -0
  279. package/public/llms/components/icon-container.md +16 -0
  280. package/public/llms/components/modal.md +4 -0
  281. package/public/llms/components/themed-image.md +2 -6
  282. package/public/llms/docs/introduction.md +1 -1
@@ -1,5 +1,5 @@
1
1
  declare const CircleIcon: import("@gluestack-ui/icon/lib/typescript/createIcon").IIconComponentType<import("react-native-svg").SvgProps | {
2
- fill?: import("react-native/types").ColorValue | undefined;
3
- stroke?: import("react-native/types").ColorValue | undefined;
2
+ fill?: import("react-native").ColorValue | undefined;
3
+ stroke?: import("react-native").ColorValue | undefined;
4
4
  }>;
5
5
  export default CircleIcon;
@@ -1,6 +1,7 @@
1
+ import React from 'react';
1
2
  import { IndicatorIconButtonProps } from './IndicatorIconButton.props';
2
3
  declare const IndicatorIconButton: {
3
- ({ indicator, ...props }: IndicatorIconButtonProps): import("react/jsx-runtime").JSX.Element;
4
+ ({ indicator, ...props }: IndicatorIconButtonProps): React.JSX.Element;
4
5
  displayName: string;
5
6
  };
6
7
  export default IndicatorIconButton;
@@ -1,6 +1,6 @@
1
1
  import type { InlineLinkProps } from './InlineLink.props';
2
2
  declare const InlineLink: {
3
- ({ children, disabled, target, rel, ...props }: InlineLinkProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ children, disabled, target, rel, ...props }: InlineLinkProps): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  export default InlineLink;
@@ -5,7 +5,7 @@ declare const InlineLinkRoot: {
5
5
  active?: boolean;
6
6
  disabled?: boolean;
7
7
  };
8
- }): import("react/jsx-runtime").JSX.Element;
8
+ }): import("react").JSX.Element;
9
9
  displayName: string;
10
10
  };
11
11
  export default InlineLinkRoot;
@@ -3,7 +3,7 @@ import { IconProps } from '../Icon';
3
3
  declare const InputIcon: {
4
4
  ({ children, ...props }: IconProps & {
5
5
  as?: ComponentType;
6
- }): import("react/jsx-runtime").JSX.Element;
6
+ }): import("react").JSX.Element;
7
7
  displayName: string;
8
8
  };
9
9
  export default InputIcon;
@@ -4,8 +4,7 @@ import { StyleSheet } from 'react-native-unistyles';
4
4
  import { Icon } from '../Icon';
5
5
  const InputIcon = ({ children, ...props }) => {
6
6
  return (_jsx(Icon, { ...props, style: Platform.OS === 'web'
7
- ? // @ts-expect-error - style prop type issue
8
- { ...styles.icon, ...props.style }
7
+ ? { ...styles.icon, ...props.style }
9
8
  : [styles.icon, props.style], children: children }));
10
9
  };
11
10
  InputIcon.displayName = 'InputIcon';
@@ -6,7 +6,7 @@ declare const InputRoot: {
6
6
  disabled?: boolean;
7
7
  readonly?: boolean;
8
8
  };
9
- }): import("react/jsx-runtime").JSX.Element;
9
+ }): import("react").JSX.Element;
10
10
  displayName: string;
11
11
  };
12
12
  export default InputRoot;
@@ -1,6 +1,6 @@
1
1
  import { ViewProps } from 'react-native';
2
2
  declare const InputSlot: {
3
- ({ children, style, accessible, importantForAccessibility, ...props }: ViewProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ children, style, accessible, importantForAccessibility, ...props }: ViewProps): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  export default InputSlot;
@@ -1,6 +1,6 @@
1
1
  import LabelProps from './Label.props';
2
2
  declare const Label: {
3
- ({ children, nested, disabled, style, variant, ...props }: LabelProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ children, nested, disabled, style, variant, ...props }: LabelProps): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  export default Label;
@@ -1,7 +1,7 @@
1
1
  import type { LinkProps } from './Link.props';
2
- export declare const LinkText: import("react").ForwardRefExoticComponent<import("react-native/types").TextProps & import("react").RefAttributes<import("react-native/types").TextProps>>;
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, rel, iconPosition, showIcon, textStyle, iconStyle, ...props }: LinkProps): import("react/jsx-runtime").JSX.Element;
4
+ ({ children, icon, disabled, target, rel, iconPosition, showIcon, textStyle, iconStyle, ...props }: LinkProps): import("react").JSX.Element;
5
5
  displayName: string;
6
6
  };
7
7
  export default Link;
@@ -1,6 +1,6 @@
1
1
  import IconProps from '../Icon/Icon.props';
2
2
  declare const LinkIcon: {
3
- ({ children, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ children, ...props }: IconProps): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  export default LinkIcon;
@@ -6,10 +6,9 @@ import { useLinkContext } from './Link.context';
6
6
  const LinkIcon = ({ children, ...props }) => {
7
7
  const { active, inverted, disabled } = useLinkContext();
8
8
  styles.useVariants({ active, inverted, disabled });
9
- return (_jsx(Icon, { ...props, style: Platform.OS === 'web'
10
- ? // @ts-expect-error - style prop type issue
11
- { ...styles.icon, ...props.style }
12
- : [styles.icon, props.style], children: children }));
9
+ return (_jsx(Icon, { ...props, style: (Platform.OS === 'web'
10
+ ? { ...styles.icon, ...props.style }
11
+ : [styles.icon, props.style]), children: children }));
13
12
  };
14
13
  LinkIcon.displayName = 'LinkIcon';
15
14
  const styles = StyleSheet.create(theme => ({
@@ -5,7 +5,7 @@ declare const LinkRoot: {
5
5
  active?: boolean;
6
6
  disabled?: boolean;
7
7
  };
8
- }): import("react/jsx-runtime").JSX.Element;
8
+ }): import("react").JSX.Element;
9
9
  displayName: string;
10
10
  };
11
11
  export default LinkRoot;
@@ -1,6 +1,6 @@
1
1
  import { TextProps } from 'react-native';
2
2
  declare const LinkText: {
3
- ({ children, ...props }: TextProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ children, ...props }: TextProps): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  export default LinkText;
@@ -1,6 +1,7 @@
1
+ import React from 'react';
1
2
  import type ListProps from './List.props';
2
3
  declare const List: {
3
- ({ children, heading, helperText, headerTrailingContent, invalidText, ...props }: ListProps): import("react/jsx-runtime").JSX.Element;
4
+ ({ children, heading, helperText, headerTrailingContent, invalidText, ...props }: ListProps): React.JSX.Element;
4
5
  displayName: string;
5
6
  };
6
7
  export default List;
@@ -1,10 +1,10 @@
1
1
  import type ListActionProps from './ListAction.props';
2
- declare const ListAction: import("react").ForwardRefExoticComponent<ListActionProps & {
2
+ declare const ListAction: import("react").ForwardRefExoticComponent<Omit<ListActionProps & {
3
3
  states?: {
4
4
  active?: boolean;
5
5
  disabled?: boolean;
6
6
  };
7
- } & Omit<import("react-native").PressableProps, "children"> & {
7
+ } & Omit<any, "children"> & {
8
8
  tabIndex?: 0 | -1 | undefined;
9
9
  } & {
10
10
  children?: import("react").ReactNode | (({ hovered, pressed, focused, focusVisible, disabled, }: {
@@ -14,5 +14,5 @@ declare const ListAction: import("react").ForwardRefExoticComponent<ListActionPr
14
14
  focusVisible?: boolean | undefined;
15
15
  disabled?: boolean | undefined;
16
16
  }) => import("react").ReactNode);
17
- } & import("react").RefAttributes<unknown>>;
17
+ }, "ref"> & import("react").RefAttributes<unknown>>;
18
18
  export default ListAction;
@@ -1,6 +1,6 @@
1
1
  import { type ViewProps } from 'react-native';
2
2
  declare const ListActionContent: {
3
- ({ children, ...props }: ViewProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ children, ...props }: ViewProps): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  export default ListActionContent;
@@ -1,6 +1,6 @@
1
1
  import { TextProps } from 'react-native';
2
2
  declare const ListActionText: {
3
- ({ children, ...props }: TextProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ children, ...props }: TextProps): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  export default ListActionText;
@@ -1,6 +1,6 @@
1
1
  import { type ViewProps } from 'react-native';
2
2
  declare const ListActionTrailingContent: {
3
- ({ children, ...props }: ViewProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ children, ...props }: ViewProps): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  export default ListActionTrailingContent;
@@ -3,7 +3,7 @@ import { IconProps } from '../../Icon';
3
3
  declare const ListActionTrailingIcon: {
4
4
  ({ children, ...props }: IconProps & {
5
5
  as?: ComponentType;
6
- }): import("react/jsx-runtime").JSX.Element;
6
+ }): import("react").JSX.Element;
7
7
  displayName: string;
8
8
  };
9
9
  export default ListActionTrailingIcon;
@@ -4,8 +4,7 @@ import { StyleSheet } from 'react-native-unistyles';
4
4
  import { Icon } from '../../Icon';
5
5
  const ListActionTrailingIcon = ({ children, ...props }) => {
6
6
  return (_jsx(Icon, { ...props, style: Platform.OS === 'web'
7
- ? // @ts-expect-error - style prop type issue
8
- { ...styles.icon, ...props.style }
7
+ ? { ...styles.icon, ...props.style }
9
8
  : [styles.icon, props.style], children: children }));
10
9
  };
11
10
  ListActionTrailingIcon.displayName = 'ListActionTrailingIcon';
@@ -1,9 +1,9 @@
1
- declare const ListItem: import("react").ForwardRefExoticComponent<(((import("./ListItem.props").default & {
1
+ declare const ListItem: import("react").ForwardRefExoticComponent<(Omit<import("./ListItem.props").ListItemWithChildren & {
2
2
  states?: {
3
3
  active?: boolean;
4
4
  disabled?: boolean;
5
5
  };
6
- }) & Omit<import("react-native/types").PressableProps, "children">) & {
6
+ } & Omit<any, "children"> & {
7
7
  tabIndex?: 0 | -1 | undefined;
8
8
  } & {
9
9
  children?: import("react").ReactNode | (({ hovered, pressed, focused, focusVisible, disabled, }: {
@@ -13,5 +13,20 @@ declare const ListItem: import("react").ForwardRefExoticComponent<(((import("./L
13
13
  focusVisible?: boolean | undefined;
14
14
  disabled?: boolean | undefined;
15
15
  }) => import("react").ReactNode);
16
- }) & import("react").RefAttributes<unknown>>;
16
+ }, "ref"> | Omit<import("./ListItem.props").ListItemWithoutChildren & {
17
+ states?: {
18
+ active?: boolean;
19
+ disabled?: boolean;
20
+ };
21
+ } & Omit<any, "children"> & {
22
+ tabIndex?: 0 | -1 | undefined;
23
+ } & {
24
+ children?: import("react").ReactNode | (({ hovered, pressed, focused, focusVisible, disabled, }: {
25
+ hovered?: boolean | undefined;
26
+ pressed?: boolean | undefined;
27
+ focused?: boolean | undefined;
28
+ focusVisible?: boolean | undefined;
29
+ disabled?: boolean | undefined;
30
+ }) => import("react").ReactNode);
31
+ }, "ref">) & import("react").RefAttributes<unknown>>;
17
32
  export default ListItem;
@@ -1,6 +1,6 @@
1
1
  import { type ViewProps } from 'react-native';
2
2
  declare const ListItemContent: {
3
- ({ children, ...props }: ViewProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ children, ...props }: ViewProps): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  export default ListItemContent;
@@ -1,13 +1,13 @@
1
1
  import { BodyTextProps } from '../../BodyText';
2
2
  declare const ListItemHeading: {
3
- ({ children, ...props }: BodyTextProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ children, ...props }: BodyTextProps): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  /**
7
7
  * @deprecated Use `ListItemHeading` instead.
8
8
  */
9
9
  export declare const ListItemText: {
10
- ({ children, ...props }: BodyTextProps): import("react/jsx-runtime").JSX.Element;
10
+ ({ children, ...props }: BodyTextProps): import("react").JSX.Element;
11
11
  displayName: string;
12
12
  };
13
13
  export default ListItemHeading;
@@ -1,6 +1,6 @@
1
1
  import { BodyTextProps } from '../../BodyText';
2
2
  declare const ListItemHelperText: {
3
- ({ children, ...props }: BodyTextProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ children, ...props }: BodyTextProps): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  export default ListItemHelperText;
@@ -3,7 +3,7 @@ import { IconProps } from '../../Icon';
3
3
  declare const ListItemIcon: {
4
4
  ({ children, ...props }: IconProps & {
5
5
  as?: ComponentType;
6
- }): import("react/jsx-runtime").JSX.Element;
6
+ }): import("react").JSX.Element;
7
7
  displayName: string;
8
8
  };
9
9
  export default ListItemIcon;
@@ -4,8 +4,7 @@ import { StyleSheet } from 'react-native-unistyles';
4
4
  import { Icon } from '../../Icon';
5
5
  const ListItemIcon = ({ children, ...props }) => {
6
6
  return (_jsx(Icon, { ...props, style: Platform.OS === 'web'
7
- ? // @ts-expect-error - style prop type issue
8
- { ...styles.icon, ...props.style }
7
+ ? { ...styles.icon, ...props.style }
9
8
  : [styles.icon, props.style], children: children }));
10
9
  };
11
10
  ListItemIcon.displayName = 'ListItemIcon';
@@ -1,6 +1,6 @@
1
1
  import { type ViewProps } from 'react-native';
2
2
  declare const ListItemLeadingContent: {
3
- ({ children, ...props }: ViewProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ children, ...props }: ViewProps): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  export default ListItemLeadingContent;
@@ -5,7 +5,7 @@ declare const ListItemRoot: {
5
5
  active?: boolean;
6
6
  disabled?: boolean;
7
7
  };
8
- }): import("react/jsx-runtime").JSX.Element;
8
+ }): import("react").JSX.Element;
9
9
  displayName: string;
10
10
  };
11
11
  export default ListItemRoot;
@@ -1,6 +1,6 @@
1
1
  import { type ViewProps } from 'react-native';
2
2
  declare const ListItemTrailingContent: {
3
- ({ children, ...props }: ViewProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ children, ...props }: ViewProps): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  export default ListItemTrailingContent;
@@ -3,7 +3,7 @@ import { IconProps } from '../../Icon';
3
3
  declare const ListItemTrailingIcon: {
4
4
  ({ children, ...props }: IconProps & {
5
5
  as?: ComponentType;
6
- }): import("react/jsx-runtime").JSX.Element;
6
+ }): import("react").JSX.Element;
7
7
  displayName: string;
8
8
  };
9
9
  export default ListItemTrailingIcon;
@@ -4,8 +4,7 @@ import { StyleSheet } from 'react-native-unistyles';
4
4
  import { Icon } from '../../Icon';
5
5
  const ListItemTrailingIcon = ({ children, ...props }) => {
6
6
  return (_jsx(Icon, { ...props, style: Platform.OS === 'web'
7
- ? // @ts-expect-error - style prop type issue
8
- { ...styles.icon, ...props.style }
7
+ ? { ...styles.icon, ...props.style }
9
8
  : [styles.icon, props.style], children: children }));
10
9
  };
11
10
  ListItemTrailingIcon.displayName = 'ListItemTrailingIcon';
@@ -1,10 +1,10 @@
1
1
  import type MenuItemProps from './MenuItem.props';
2
- declare const MenuItem: import("react").ForwardRefExoticComponent<MenuItemProps & {
2
+ declare const MenuItem: import("react").ForwardRefExoticComponent<Omit<MenuItemProps & {
3
3
  states?: {
4
4
  active?: boolean;
5
5
  disabled?: boolean;
6
6
  };
7
- } & Omit<import("react-native").PressableProps, "children"> & {
7
+ } & Omit<any, "children"> & {
8
8
  tabIndex?: 0 | -1 | undefined;
9
9
  } & {
10
10
  children?: import("react").ReactNode | (({ hovered, pressed, focused, focusVisible, disabled, }: {
@@ -14,5 +14,5 @@ declare const MenuItem: import("react").ForwardRefExoticComponent<MenuItemProps
14
14
  focusVisible?: boolean | undefined;
15
15
  disabled?: boolean | undefined;
16
16
  }) => import("react").ReactNode);
17
- } & import("react").RefAttributes<unknown>>;
17
+ }, "ref"> & import("react").RefAttributes<unknown>>;
18
18
  export default MenuItem;
@@ -3,5 +3,5 @@ import ModalProps from './Modal.props';
3
3
  type Modal<T = any> = BottomSheetModalMethods<T> & {
4
4
  triggerCloseAnimation?: () => void;
5
5
  };
6
- declare const Modal: ({ ref, children, heading, description, showCloseButton, primaryButtonText, secondaryButtonText, onPressPrimaryButton, onPressCloseButton, onPressSecondaryButton, closeOnPrimaryButtonPress, closeOnSecondaryButtonPress, loading, loadingHeading, loadingDescription, fullscreen, image, footer, footerStyle, primaryButtonProps, secondaryButtonProps, closeButtonProps, stickyFooter, testID, ...props }: ModalProps) => import("react/jsx-runtime").JSX.Element;
6
+ declare const Modal: ({ ref, children, heading, description, showCloseButton, primaryButtonText, secondaryButtonText, onPressPrimaryButton, onPressCloseButton, onPressSecondaryButton, closeOnPrimaryButtonPress, closeOnSecondaryButtonPress, loading, loadingHeading, loadingDescription, fullscreen, image, footer, footerStyle, primaryButtonProps, secondaryButtonProps, closeButtonProps, stickyFooter, testID, ...props }: ModalProps) => import("react").JSX.Element;
7
7
  export default Modal;
@@ -137,7 +137,6 @@ const styles = StyleSheet.create((theme, rt) => ({
137
137
  {
138
138
  noButtons: true,
139
139
  useSafeAreaInsets: true,
140
- stickyFooter: false,
141
140
  styles: {
142
141
  paddingBottom: rt.insets.bottom +
143
142
  theme.components.modal.padding +
@@ -3,5 +3,5 @@ import ModalProps from './Modal.props';
3
3
  type Modal<T = any> = BottomSheetModalMethods<T> & {
4
4
  triggerCloseAnimation?: () => void;
5
5
  };
6
- declare const Modal: ({ ref, children, heading, description, showCloseButton, primaryButtonText, secondaryButtonText, onPressPrimaryButton, onPressCloseButton, onPressSecondaryButton, closeOnPrimaryButtonPress, closeOnSecondaryButtonPress, loading, loadingHeading, fullscreen, image, footer, footerStyle, primaryButtonProps, secondaryButtonProps, closeButtonProps, testID, ...props }: ModalProps) => import("react/jsx-runtime").JSX.Element;
6
+ declare const Modal: ({ ref, children, heading, description, showCloseButton, primaryButtonText, secondaryButtonText, onPressPrimaryButton, onPressCloseButton, onPressSecondaryButton, closeOnPrimaryButtonPress, closeOnSecondaryButtonPress, loading, loadingHeading, fullscreen, image, footer, footerStyle, primaryButtonProps, secondaryButtonProps, closeButtonProps, testID, ...props }: ModalProps) => import("react").JSX.Element;
7
7
  export default Modal;
@@ -1,4 +1,4 @@
1
1
  import { ImageProps } from 'react-native';
2
2
  import { ThemedImageProps } from '../ThemedImage';
3
- declare const ModalImage: (props: ImageProps | ThemedImageProps) => import("react/jsx-runtime").JSX.Element;
3
+ declare const ModalImage: (props: ImageProps | ThemedImageProps) => import("react").JSX.Element;
4
4
  export default ModalImage;
@@ -1,3 +1,3 @@
1
1
  import NavModalProps from './NavModal.props';
2
- declare const NavModal: ({ ref, children, heading, description, showCloseButton, primaryButtonText, secondaryButtonText, onPressPrimaryButton, onPressCloseButton, onPressSecondaryButton, loading, loadingHeading, loadingDescription, image, footer, footerStyle, primaryButtonProps, secondaryButtonProps, closeButtonProps, stickyFooter, background, scrollable, presentation, scrollViewProps, useSafeAreaInsets, ...props }: NavModalProps) => import("react/jsx-runtime").JSX.Element;
2
+ declare const NavModal: ({ ref, children, heading, description, showCloseButton, primaryButtonText, secondaryButtonText, onPressPrimaryButton, onPressCloseButton, onPressSecondaryButton, loading, loadingHeading, loadingDescription, image, footer, footerStyle, primaryButtonProps, secondaryButtonProps, closeButtonProps, stickyFooter, background, scrollable, presentation, scrollViewProps, useSafeAreaInsets, ...props }: NavModalProps) => import("react").JSX.Element;
3
3
  export default NavModal;
@@ -1,6 +1,6 @@
1
1
  import type PaginationProps from './Pagination.props';
2
2
  declare const Pagination: {
3
- ({ currentPage, totalPages, onPageChange, condensed, hideSkipButtons, style, ...props }: PaginationProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ currentPage, totalPages, onPageChange, condensed, hideSkipButtons, style, ...props }: PaginationProps): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  export default Pagination;
@@ -1,9 +1,9 @@
1
1
  import type { PillProps } from './Pill.props';
2
- export declare const Pill: import("react").ForwardRefExoticComponent<PillProps & {
2
+ export declare const Pill: import("react").ForwardRefExoticComponent<Omit<PillProps & {
3
3
  states?: {
4
4
  active?: boolean;
5
5
  };
6
- } & Omit<import("react-native").PressableProps, "children"> & {
6
+ } & Omit<any, "children"> & {
7
7
  tabIndex?: 0 | -1 | undefined;
8
8
  } & {
9
9
  children?: import("react").ReactNode | (({ hovered, pressed, focused, focusVisible, disabled, }: {
@@ -13,4 +13,4 @@ export declare const Pill: import("react").ForwardRefExoticComponent<PillProps &
13
13
  focusVisible?: boolean | undefined;
14
14
  disabled?: boolean | undefined;
15
15
  }) => import("react").ReactNode);
16
- } & import("react").RefAttributes<unknown>>;
16
+ }, "ref"> & import("react").RefAttributes<unknown>>;
@@ -1,5 +1,5 @@
1
1
  import type { PillGroupProps } from './PillGroup.props';
2
2
  export declare const PillGroup: {
3
- ({ children, value, multiple, wrap, onChange, onValueChange, style, ...props }: PillGroupProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ children, value, multiple, wrap, onChange, onValueChange, style, ...props }: PillGroupProps): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
@@ -1,6 +1,6 @@
1
1
  import type ProgressBarProps from './ProgressBar.props';
2
2
  declare const ProgressBar: {
3
- ({ variant, colorScheme, size, value, min, max, label, hideLabel, formatValueText, "aria-valuetext": ariaValueText, accessibilityLabel, ...rest }: ProgressBarProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ variant, colorScheme, size, value, min, max, label, hideLabel, formatValueText, "aria-valuetext": ariaValueText, accessibilityLabel, ...rest }: ProgressBarProps): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  export default ProgressBar;
@@ -1,6 +1,7 @@
1
+ import React from 'react';
1
2
  import type { ProgressBarInternalProps } from './ProgressBar.props';
2
3
  declare const ProgressBarCircular: {
3
- ({ percent, label, valueText, hideLabel, colorScheme, size, }: ProgressBarInternalProps): import("react/jsx-runtime").JSX.Element;
4
+ ({ percent, label, valueText, hideLabel, colorScheme, size, }: ProgressBarInternalProps): React.JSX.Element;
4
5
  displayName: string;
5
6
  };
6
7
  export default ProgressBarCircular;
@@ -1,6 +1,6 @@
1
1
  import type { ProgressBarInternalProps } from './ProgressBar.props';
2
2
  declare const ProgressBarLinear: {
3
- ({ percent, label, valueText, hideLabel, colorScheme, }: ProgressBarInternalProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ percent, label, valueText, hideLabel, colorScheme, }: ProgressBarInternalProps): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  export default ProgressBarLinear;
@@ -1,10 +1,11 @@
1
+ import React from 'react';
1
2
  import { ProgressStepProps } from './ProgressStepper.props';
2
3
  interface ProgressStepInternalProps extends ProgressStepProps {
3
4
  index?: number;
4
5
  isLast?: boolean;
5
6
  }
6
7
  declare const ProgressStep: {
7
- ({ status, index, isLast, ...rest }: ProgressStepInternalProps): import("react/jsx-runtime").JSX.Element;
8
+ ({ status, index, isLast, ...rest }: ProgressStepInternalProps): React.JSX.Element;
8
9
  displayName: string;
9
10
  };
10
11
  export default ProgressStep;
@@ -1,6 +1,7 @@
1
+ import React from 'react';
1
2
  import ProgressStepperProps from './ProgressStepper.props';
2
3
  declare const ProgressStepper: {
3
- ({ children, ...rest }: ProgressStepperProps): import("react/jsx-runtime").JSX.Element;
4
+ ({ children, ...rest }: ProgressStepperProps): React.JSX.Element;
4
5
  displayName: string;
5
6
  };
6
7
  export default ProgressStepper;
@@ -1,6 +1,7 @@
1
+ import React from 'react';
1
2
  import { ProgressStepperRootProps } from './ProgressStepper.props';
2
3
  declare const ProgressStepperRoot: {
3
- ({ children, style, ...rest }: ProgressStepperRootProps): import("react/jsx-runtime").JSX.Element;
4
+ ({ children, style, ...rest }: ProgressStepperRootProps): React.JSX.Element;
4
5
  displayName: string;
5
6
  };
6
7
  export default ProgressStepperRoot;
@@ -4,17 +4,17 @@ declare const RadioGroup: import("react").ForwardRefExoticComponent<import("reac
4
4
  }> & import("./RadioGroup.props").default & {
5
5
  isCard?: boolean;
6
6
  } & import("@gluestack-ui/radio/lib/typescript/types").IRadioGroupProps>;
7
- declare const RadioIndicator: import("react").ForwardRefExoticComponent<import("react").RefAttributes<import("react-native/types").ViewProps> & import("react-native/types").ViewProps>;
7
+ declare const RadioIndicator: import("react").ForwardRefExoticComponent<import("react").RefAttributes<import("react-native").ViewProps> & import("react-native").ViewProps>;
8
8
  declare const RadioIcon: import("react").ForwardRefExoticComponent<import("react").RefAttributes<import("..").IconProps> & import("..").IconProps & {
9
9
  forceMount?: boolean;
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, badge, invalidText, validText, validationStatus: validation, showValidationIcon, type, image, ...props }: RadioProps): import("react/jsx-runtime").JSX.Element;
13
+ ({ children, label, disabled, helperIcon, helperText, badge, invalidText, validText, validationStatus: validation, showValidationIcon, type, image, ...props }: RadioProps): import("react").JSX.Element;
14
14
  displayName: string;
15
15
  };
16
16
  declare const RadioTile: {
17
- ({ type, ...props }: RadioProps): import("react/jsx-runtime").JSX.Element;
17
+ ({ type, ...props }: RadioProps): import("react").JSX.Element;
18
18
  displayName: string;
19
19
  };
20
20
  export { Radio, RadioGroup, RadioIcon, RadioIndicator, RadioLabel, RadioTile };
@@ -1,6 +1,7 @@
1
+ import React from 'react';
1
2
  import RadioGroupProps from './RadioGroup.props';
2
3
  declare const RadioGroup: {
3
- ({ children, disabled, readonly, onChange, onValueChange, validationStatus, label, labelVariant, helperText, invalidText, validText, showValidationIcon, helperIcon, type, direction, gap, ...props }: RadioGroupProps): import("react/jsx-runtime").JSX.Element;
4
+ ({ children, disabled, readonly, onChange, onValueChange, validationStatus, label, labelVariant, helperText, invalidText, validText, showValidationIcon, helperIcon, type, direction, gap, ...props }: RadioGroupProps): React.JSX.Element;
4
5
  displayName: string;
5
6
  };
6
7
  export default RadioGroup;
@@ -2,7 +2,7 @@ import RadioGroupProps from './RadioGroup.props';
2
2
  declare const RadioGroupRoot: {
3
3
  ({ children, style, isCard, ...props }: RadioGroupProps & {
4
4
  isCard?: boolean;
5
- }): import("react/jsx-runtime").JSX.Element;
5
+ }): import("react").JSX.Element;
6
6
  displayName: string;
7
7
  };
8
8
  export default RadioGroupRoot;
@@ -1,6 +1,6 @@
1
1
  import FlexProps from '../Flex/Flex.props';
2
2
  declare const RadioGroupTextContent: {
3
- ({ children, ...props }: FlexProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ children, ...props }: FlexProps): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  export default RadioGroupTextContent;
@@ -1,6 +1,6 @@
1
1
  import IconProps from '../Icon/Icon.props';
2
2
  declare const RadioIcon: {
3
- ({ style, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
3
+ ({ style, ...props }: IconProps): import("react").JSX.Element;
4
4
  displayName: string;
5
5
  };
6
6
  export default RadioIcon;
@@ -6,10 +6,8 @@ import { CircleIcon } from '../Icons';
6
6
  const RadioIcon = ({ style, ...props }) => {
7
7
  return (_jsx(Icon, { as: CircleIcon, ...props, style: Platform.OS === 'web'
8
8
  ? {
9
- // @ts-expect-error - style prop type issue
10
9
  ...styles.container,
11
- // @ts-expect-error - style prop type issue
12
- ...props.style,
10
+ ...style,
13
11
  }
14
12
  : [styles.container, style] }));
15
13
  };
@@ -1,7 +1,7 @@
1
1
  import { ImageProps } from 'react-native';
2
2
  import { ThemedImageProps } from '../ThemedImage';
3
3
  declare const RadioImage: {
4
- ({ ...props }: ImageProps | ThemedImageProps): import("react/jsx-runtime").JSX.Element;
4
+ ({ ...props }: ImageProps | ThemedImageProps): import("react").JSX.Element;
5
5
  displayName: string;
6
6
  };
7
7
  export default RadioImage;