@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.
- package/build/components/Accordion/Accordion.d.ts +8 -8
- package/build/components/Accordion/AccordionContent.d.ts +1 -1
- package/build/components/Accordion/AccordionContentText.d.ts +1 -1
- package/build/components/Accordion/AccordionHeader.d.ts +1 -1
- package/build/components/Accordion/AccordionIcon.d.ts +1 -1
- package/build/components/Accordion/AccordionItemRoot.d.ts +1 -1
- package/build/components/Accordion/AccordionRoot.d.ts +1 -1
- package/build/components/Accordion/AccordionTitleText.d.ts +1 -1
- package/build/components/Accordion/AccordionTrigger.d.ts +1 -1
- package/build/components/Alert/Alert.d.ts +1 -1
- package/build/components/Alert/AlertCloseButton.d.ts +1 -1
- package/build/components/Alert/AlertContent.d.ts +1 -1
- package/build/components/Alert/AlertIcon.d.ts +1 -1
- package/build/components/Alert/AlertIconButton.d.ts +1 -1
- package/build/components/Alert/AlertLink.d.ts +1 -1
- package/build/components/Alert/AlertText.d.ts +1 -1
- package/build/components/Alert/AlertTitle.d.ts +1 -1
- package/build/components/Avatar/Avatar.d.ts +1 -1
- package/build/components/Badge/Badge.d.ts +1 -1
- package/build/components/Badge/BadgeIcon.d.ts +1 -1
- package/build/components/Badge/BadgeText.d.ts +1 -1
- package/build/components/Banner/Banner.d.ts +1 -1
- package/build/components/Banner/BannerIllustration.d.ts +1 -1
- package/build/components/Banner/BannerImage.d.ts +1 -1
- package/build/components/BodyText/BodyText.d.ts +1 -1
- package/build/components/BottomSheet/BottomSheet.d.ts +2 -1
- package/build/components/BottomSheet/BottomSheetBackdrop.d.ts +1 -1
- package/build/components/BottomSheet/BottomSheetFlatList.d.ts +1 -1
- package/build/components/BottomSheet/BottomSheetHandle.d.ts +1 -1
- package/build/components/BottomSheet/BottomSheetModal.d.ts +2 -1
- package/build/components/BottomSheet/BottomSheetModalProvider.d.ts +1 -1
- package/build/components/BottomSheet/BottomSheetScrollView.d.ts +1 -1
- package/build/components/BottomSheet/BottomSheetView.d.ts +1 -1
- package/build/components/BottomSheet/useBottomSheetLogic.d.ts +2 -2
- package/build/components/Box/Box.d.ts +2 -1
- package/build/components/Button/Button.d.ts +1 -1
- package/build/components/Button/ButtonGroup.d.ts +1 -1
- package/build/components/Button/ButtonGroupRoot.d.ts +1 -1
- package/build/components/Button/ButtonIcon.d.ts +1 -1
- package/build/components/Button/ButtonIcon.js +3 -4
- package/build/components/Button/ButtonRoot.d.ts +1 -1
- package/build/components/Button/ButtonSpinner.d.ts +1 -1
- package/build/components/Button/ButtonText.d.ts +1 -1
- package/build/components/Card/Card.d.ts +3 -3
- package/build/components/Card/CardAction/CardAction.d.ts +210 -3
- package/build/components/Card/CardAction/CardAction.props.d.ts +2 -2
- package/build/components/Card/CardAction/CardActionContent.d.ts +1 -1
- package/build/components/Card/CardAction/CardActionHelperText.d.ts +1 -1
- package/build/components/Card/CardAction/CardActionIcon.d.ts +1 -1
- package/build/components/Card/CardAction/CardActionIcon.js +1 -2
- package/build/components/Card/CardAction/CardActionLeadingContent.d.ts +1 -1
- package/build/components/Card/CardAction/CardActionRoot.d.ts +1 -1
- package/build/components/Card/CardAction/CardActionText.d.ts +1 -1
- package/build/components/Card/CardAction/CardActionTrailingContent.d.ts +1 -1
- package/build/components/Card/CardAction/CardActionTrailingIcon.d.ts +1 -1
- package/build/components/Card/CardAction/CardActionTrailingIcon.js +1 -2
- package/build/components/Card/CardActions.d.ts +1 -1
- package/build/components/Card/CardContent.d.ts +1 -1
- package/build/components/Card/CardPressHandler.d.ts +1 -1
- package/build/components/Card/CardRoot.d.ts +1 -1
- package/build/components/Carousel/Carousel.d.ts +1 -1
- package/build/components/Carousel/CarouselControlItem.d.ts +4 -4
- package/build/components/Carousel/CarouselItem.d.ts +1 -1
- package/build/components/Center/Center.d.ts +1 -1
- package/build/components/Checkbox/Checkbox.d.ts +3 -3
- package/build/components/Checkbox/CheckboxGroup.d.ts +2 -1
- package/build/components/Checkbox/CheckboxGroupRoot.d.ts +1 -1
- package/build/components/Checkbox/CheckboxGroupTextContent.d.ts +1 -1
- package/build/components/Checkbox/CheckboxIcon.d.ts +1 -1
- package/build/components/Checkbox/CheckboxImage.d.ts +1 -1
- package/build/components/Checkbox/CheckboxIndicator.d.ts +1 -1
- package/build/components/Checkbox/CheckboxLabel.d.ts +1 -1
- package/build/components/Checkbox/CheckboxRoot.d.ts +1 -1
- package/build/components/Checkbox/CheckboxTextContent.d.ts +1 -1
- package/build/components/Checkbox/CheckboxTileRoot.d.ts +1 -1
- package/build/components/Combobox/Combobox.d.ts +2 -1
- package/build/components/Combobox/ComboboxOption.d.ts +1 -1
- package/build/components/Container/Container.d.ts +1 -1
- package/build/components/CurrencyInput/CurrencyInput.d.ts +1 -1
- package/build/components/DateInput/DateInput.d.ts +1 -1
- package/build/components/DateInput/DateInputSegment.d.ts +1 -1
- package/build/components/DatePicker/DatePicker.d.ts +1 -1
- package/build/components/DatePicker/DatePickerCalendar.d.ts +1 -1
- package/build/components/DatePicker/DatePickerDay.d.ts +2 -2
- package/build/components/DatePicker/DatePickerDays.d.ts +1 -1
- package/build/components/DatePicker/DatePickerFooter.d.ts +1 -1
- package/build/components/DatePicker/DatePickerHeader/DatePickerMonthButton.d.ts +1 -1
- package/build/components/DatePicker/DatePickerHeader/DatePickerNextButton.d.ts +1 -1
- package/build/components/DatePicker/DatePickerHeader/DatePickerPrevButton.d.ts +1 -1
- package/build/components/DatePicker/DatePickerHeader/DatePickerSelectors.d.ts +1 -1
- package/build/components/DatePicker/DatePickerHeader/DatePickerTimeButton.d.ts +1 -1
- package/build/components/DatePicker/DatePickerHeader/DatePickerYearButton.d.ts +1 -1
- package/build/components/DatePicker/DatePickerHeader/index.d.ts +1 -1
- package/build/components/DatePicker/DatePickerMonths.d.ts +1 -1
- package/build/components/DatePicker/DatePickerWeekdays.d.ts +1 -1
- package/build/components/DatePicker/DatePickerYears.d.ts +1 -1
- package/build/components/DatePickerInput/DatePickerInput.d.ts +1 -1
- package/build/components/DatePickerInput/DatePickerInputDoneButton.d.ts +1 -1
- package/build/components/DescriptionList/DescriptionList.d.ts +1 -1
- package/build/components/DescriptionList/DescriptionListItem.d.ts +1 -1
- package/build/components/DetailText/DetailText.d.ts +1 -1
- package/build/components/Divider/Divider.d.ts +1 -1
- package/build/components/Expandable/Expandable.d.ts +1 -1
- package/build/components/ExpandableCard/ExpandableCard.d.ts +1 -1
- package/build/components/ExpandableCard/ExpandableCardContent.d.ts +1 -1
- package/build/components/ExpandableCard/ExpandableCardExpandedContent.d.ts +1 -1
- package/build/components/ExpandableCard/ExpandableCardGroup.d.ts +1 -1
- package/build/components/ExpandableCard/ExpandableCardHelperText.d.ts +1 -1
- package/build/components/ExpandableCard/ExpandableCardIcon.d.ts +1 -1
- package/build/components/ExpandableCard/ExpandableCardIcon.js +1 -2
- package/build/components/ExpandableCard/ExpandableCardLeadingContent.d.ts +1 -1
- package/build/components/ExpandableCard/ExpandableCardText.d.ts +1 -1
- package/build/components/ExpandableCard/ExpandableCardTrailingContent.d.ts +1 -1
- package/build/components/ExpandableCard/ExpandableCardTrailingIcon.d.ts +1 -1
- package/build/components/ExpandableCard/ExpandableCardTrailingIcon.js +1 -2
- package/build/components/ExpandableCard/ExpandableCardTrigger.d.ts +18 -3
- package/build/components/ExpandableCard/ExpandableCardTrigger.props.d.ts +3 -3
- package/build/components/ExpandableCard/ExpandableCardTriggerRoot.d.ts +1 -1
- package/build/components/Flex/Flex.d.ts +1 -1
- package/build/components/FormField/FormFielInvalidIcon.d.ts +1 -1
- package/build/components/FormField/FormField.d.ts +4 -4
- package/build/components/FormField/FormFieldHelper.d.ts +1 -1
- package/build/components/FormField/FormFieldInvalid.d.ts +1 -1
- package/build/components/FormField/FormFieldLabel.d.ts +1 -1
- package/build/components/FormField/FormFieldRoot.d.ts +1 -1
- package/build/components/FormField/FormFieldValid.d.ts +1 -1
- package/build/components/FormField/FormFieldValidIcon.d.ts +1 -1
- package/build/components/Grid/Grid.d.ts +2 -1
- package/build/components/HTMLElements/ListItem.d.ts +1 -1
- package/build/components/HTMLElements/OrderedList.d.ts +2 -1
- package/build/components/HTMLElements/UnorderedList.d.ts +2 -1
- package/build/components/Heading/Heading.d.ts +1 -1
- package/build/components/Helper/Helper.d.ts +1 -1
- package/build/components/Helper/HelperIcon.d.ts +1 -1
- package/build/components/Helper/HelperIcon.js +1 -2
- package/build/components/Helper/HelperText.d.ts +1 -1
- package/build/components/HighlightBanner/HighlightBanner.d.ts +1 -1
- package/build/components/HighlightBanner/HighlightBannerImage.d.ts +1 -1
- package/build/components/IconButton/IconButton.d.ts +1 -1
- package/build/components/IconButton/IconButtonIcon.d.ts +1 -1
- package/build/components/IconButton/IconButtonIcon.js +3 -4
- package/build/components/IconButton/IconButtonRoot.d.ts +1 -1
- package/build/components/IconButton/IconButtonSpinner.d.ts +1 -1
- package/build/components/IconContainer/IconContainer.d.ts +1 -1
- package/build/components/Icons/CircleIcon.d.ts +2 -2
- package/build/components/IndicatorIconButton/IndicatorIconButton.d.ts +2 -1
- package/build/components/InlineLink/InlineLink.d.ts +1 -1
- package/build/components/InlineLink/InlineLinkRoot.d.ts +1 -1
- package/build/components/Input/InputIcon.d.ts +1 -1
- package/build/components/Input/InputIcon.js +1 -2
- package/build/components/Input/InputRoot.d.ts +1 -1
- package/build/components/Input/InputSlot.d.ts +1 -1
- package/build/components/Label/Label.d.ts +1 -1
- package/build/components/Link/Link.d.ts +2 -2
- package/build/components/Link/LinkIcon.d.ts +1 -1
- package/build/components/Link/LinkIcon.js +3 -4
- package/build/components/Link/LinkRoot.d.ts +1 -1
- package/build/components/Link/LinkText.d.ts +1 -1
- package/build/components/List/List.d.ts +2 -1
- package/build/components/List/ListAction/ListAction.d.ts +3 -3
- package/build/components/List/ListAction/ListActionContent.d.ts +1 -1
- package/build/components/List/ListAction/ListActionText.d.ts +1 -1
- package/build/components/List/ListAction/ListActionTrailingContent.d.ts +1 -1
- package/build/components/List/ListAction/ListActionTrailingIcon.d.ts +1 -1
- package/build/components/List/ListAction/ListActionTrailingIcon.js +1 -2
- package/build/components/List/ListItem/ListItem.d.ts +18 -3
- package/build/components/List/ListItem/ListItemContent.d.ts +1 -1
- package/build/components/List/ListItem/ListItemHeading.d.ts +2 -2
- package/build/components/List/ListItem/ListItemHelperText.d.ts +1 -1
- package/build/components/List/ListItem/ListItemIcon.d.ts +1 -1
- package/build/components/List/ListItem/ListItemIcon.js +1 -2
- package/build/components/List/ListItem/ListItemLeadingContent.d.ts +1 -1
- package/build/components/List/ListItem/ListItemRoot.d.ts +1 -1
- package/build/components/List/ListItem/ListItemTrailingContent.d.ts +1 -1
- package/build/components/List/ListItem/ListItemTrailingIcon.d.ts +1 -1
- package/build/components/List/ListItem/ListItemTrailingIcon.js +1 -2
- package/build/components/Menu/MenuItem.d.ts +3 -3
- package/build/components/Modal/Modal.d.ts +1 -1
- package/build/components/Modal/Modal.js +0 -1
- package/build/components/Modal/Modal.web.d.ts +1 -1
- package/build/components/Modal/ModalImage.d.ts +1 -1
- package/build/components/NavModal/NavModal.d.ts +1 -1
- package/build/components/Pagination/Pagination.d.ts +1 -1
- package/build/components/PillGroup/Pill.d.ts +3 -3
- package/build/components/PillGroup/PillGroup.d.ts +1 -1
- package/build/components/ProgressBar/ProgressBar.d.ts +1 -1
- package/build/components/ProgressBar/ProgressBarCircular.d.ts +2 -1
- package/build/components/ProgressBar/ProgressBarLinear.d.ts +1 -1
- package/build/components/ProgressStepper/ProgressStep.d.ts +2 -1
- package/build/components/ProgressStepper/ProgressStepper.d.ts +2 -1
- package/build/components/ProgressStepper/ProgressStepperRoot.d.ts +2 -1
- package/build/components/Radio/Radio.d.ts +3 -3
- package/build/components/Radio/RadioGroup.d.ts +2 -1
- package/build/components/Radio/RadioGroupRoot.d.ts +1 -1
- package/build/components/Radio/RadioGroupTextContent.d.ts +1 -1
- package/build/components/Radio/RadioIcon.d.ts +1 -1
- package/build/components/Radio/RadioIcon.js +1 -3
- package/build/components/Radio/RadioImage.d.ts +1 -1
- package/build/components/Radio/RadioIndicator.d.ts +1 -1
- package/build/components/Radio/RadioLabel.d.ts +1 -1
- package/build/components/Radio/RadioRoot.d.ts +1 -1
- package/build/components/Radio/RadioTextContent.d.ts +1 -1
- package/build/components/Radio/RadioTileRoot.d.ts +1 -1
- package/build/components/RadioCard/RadioCard.d.ts +2 -2
- package/build/components/RadioCard/RadioCardGroup.d.ts +1 -1
- package/build/components/RadioCard/RadioCardIcon.d.ts +1 -1
- package/build/components/RadioCard/RadioCardIndicator.d.ts +1 -1
- package/build/components/RadioCard/RadioCardLabel.d.ts +1 -1
- package/build/components/RadioCard/RadioCardRoot.d.ts +1 -1
- package/build/components/Rating/Rating.d.ts +1 -1
- package/build/components/Rating/RatingStarEmpty.d.ts +1 -1
- package/build/components/Rating/RatingStarFilled.d.ts +1 -1
- package/build/components/Roundel/Roundel.d.ts +1 -1
- package/build/components/SectionHeader/SectionHeader.d.ts +1 -1
- package/build/components/SectionHeader/SectionHeaderHeading.d.ts +1 -1
- package/build/components/SectionHeader/SectionHeaderHelperText.d.ts +1 -1
- package/build/components/SectionHeader/SectionHeaderTextContent.d.ts +1 -1
- package/build/components/SectionHeader/SectionHeaderTrailingContent.d.ts +1 -1
- package/build/components/SegmentedControl/SegmentedControl.d.ts +1 -1
- package/build/components/SegmentedControl/SegmentedControlOption.d.ts +3 -3
- package/build/components/Select/Select.d.ts +2 -1
- package/build/components/Select/SelectOption.d.ts +1 -1
- package/build/components/Skeleton/Skeleton.d.ts +2 -1
- package/build/components/StepperInput/StepperButton.d.ts +3 -3
- package/build/components/StepperInput/StepperInput.d.ts +1 -1
- package/build/components/Switch/Switch.d.ts +1 -1
- package/build/components/Switch/Switch.js +2 -0
- package/build/components/Switch/Switch.web.d.ts +1 -1
- package/build/components/Switch/Switch.web.js +1 -0
- package/build/components/Table/Table.d.ts +1 -1
- package/build/components/Table/TableBody.d.ts +1 -1
- package/build/components/Table/TableCell.d.ts +1 -1
- package/build/components/Table/TableHeader.d.ts +1 -1
- package/build/components/Table/TableHeaderCell.d.ts +1 -1
- package/build/components/Table/TablePagination.d.ts +1 -1
- package/build/components/Table/TableRow.d.ts +1 -1
- package/build/components/Tabs/Tab.d.ts +3 -3
- package/build/components/Tabs/TabPanel.d.ts +1 -1
- package/build/components/Tabs/Tabs.d.ts +1 -1
- package/build/components/Tabs/TabsList.d.ts +1 -1
- package/build/components/Textarea/Textarea.d.ts +1 -1
- package/build/components/Textarea/TextareaField.d.ts +1 -1
- package/build/components/Textarea/TextareaRoot.d.ts +1 -1
- package/build/components/ThemedImage/ThemedImage.d.ts +1 -1
- package/build/components/TimePicker/TimePicker.d.ts +1 -1
- package/build/components/TimePicker/TimePickerView.d.ts +1 -1
- package/build/components/TimePicker/TimePickerWheel.d.ts +1 -1
- package/build/components/TimePicker/TimePickerWheel.js +2 -2
- package/build/components/TimePicker/TimePickerWheel.web.d.ts +1 -1
- package/build/components/TimePickerInput/TimePickerInput.d.ts +1 -1
- package/build/components/TimePickerInput/TimePickerInputDoneButton.d.ts +1 -1
- package/build/components/Timeline/Timeline.d.ts +2 -1
- package/build/components/Timeline/TimelineItem.d.ts +1 -1
- package/build/components/ToggleButton/ToggleButton.d.ts +3 -3
- package/build/components/ToggleButton/ToggleButtonIcon.d.ts +1 -1
- package/build/components/ToggleButton/ToggleButtonIcon.js +1 -2
- package/build/components/ToggleButton/ToggleButtonRoot.d.ts +1 -1
- package/build/components/ToggleButton/ToggleButtonText.d.ts +1 -1
- package/build/components/ToggleButtonCard/ToggleButtonCard.d.ts +2 -2
- package/build/components/ToggleButtonCard/ToggleButtonCardGroup.d.ts +1 -1
- package/build/components/ToggleButtonCard/ToggleButtonCardRoot.d.ts +1 -1
- package/build/components/UnstyledIconButton/UnstyledIconButton.d.ts +1 -1
- package/build/components/UnstyledIconButton/UnstyledIconButtonIcon.d.ts +1 -1
- package/build/components/UnstyledIconButton/UnstyledIconButtonIcon.js +3 -4
- package/build/components/UnstyledIconButton/UnstyledIconButtonRoot.d.ts +1 -1
- package/build/components/UnstyledIconButton/UnstyledIconButtonSpinner.d.ts +1 -1
- package/build/core/index.d.ts +2 -2
- package/build/core/index.js +1 -1
- package/package.json +24 -25
- package/public/llms/components/badge.md +15 -0
- package/public/llms/components/body-text.md +15 -0
- package/public/llms/components/button.md +12 -0
- package/public/llms/components/checkbox.md +6 -1
- package/public/llms/components/description-list.md +32 -0
- package/public/llms/components/detail-text.md +5 -0
- package/public/llms/components/expandable-card.md +2 -2
- package/public/llms/components/heading.md +10 -0
- package/public/llms/components/icon-button.md +39 -0
- package/public/llms/components/icon-container.md +16 -0
- package/public/llms/components/modal.md +4 -0
- package/public/llms/components/themed-image.md +2 -6
- package/public/llms/docs/introduction.md +1 -1
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
import { AccordionProps } from './Accordion.props';
|
|
2
2
|
import { AccordionItemProps } from './AccordionItem.props';
|
|
3
|
-
export declare const AccordionHeader: import("react").ForwardRefExoticComponent<import("react-native
|
|
4
|
-
export declare const AccordionTrigger: import("react").ForwardRefExoticComponent<Omit<import("react-native
|
|
3
|
+
export declare const AccordionHeader: import("react").ForwardRefExoticComponent<import("react-native").ViewProps & import("react").RefAttributes<import("react-native").ViewProps>>;
|
|
4
|
+
export declare const AccordionTrigger: import("react").ForwardRefExoticComponent<Omit<import("react-native").PressableProps & {
|
|
5
5
|
states?: {
|
|
6
6
|
active?: boolean;
|
|
7
7
|
};
|
|
8
|
-
}, "children"> & import("@gluestack-ui/accordion/lib/types").IAccordionTriggerProps & import("react").RefAttributes<import("react-native
|
|
8
|
+
}, "children"> & import("@gluestack-ui/accordion/lib/types").IAccordionTriggerProps & import("react").RefAttributes<import("react-native").PressableProps & {
|
|
9
9
|
states?: {
|
|
10
10
|
active?: boolean;
|
|
11
11
|
};
|
|
12
12
|
}>>;
|
|
13
|
-
export declare const AccordionContent: import("react").ForwardRefExoticComponent<import("react-native
|
|
14
|
-
export declare const AccordionContentText: import("react").ForwardRefExoticComponent<import("react-native
|
|
13
|
+
export declare const AccordionContent: import("react").ForwardRefExoticComponent<import("react-native").ViewProps & import("react").RefAttributes<import("react-native").ViewProps>>;
|
|
14
|
+
export declare const AccordionContentText: import("react").ForwardRefExoticComponent<import("react-native").TextProps & import("react").RefAttributes<import("react-native").TextProps>>;
|
|
15
15
|
export declare const AccordionIcon: import("react").ForwardRefExoticComponent<import("..").IconProps & import("react").RefAttributes<import("..").IconProps>>;
|
|
16
|
-
export declare const AccordionTitleText: import("react").ForwardRefExoticComponent<import("react-native
|
|
16
|
+
export declare const AccordionTitleText: import("react").ForwardRefExoticComponent<import("react-native").TextProps & import("react").RefAttributes<import("react-native").TextProps>>;
|
|
17
17
|
declare const Accordion: {
|
|
18
|
-
({ children, collapsible, type, heading, helperText, ...props }: AccordionProps): import("react
|
|
18
|
+
({ children, collapsible, type, heading, helperText, ...props }: AccordionProps): import("react").JSX.Element;
|
|
19
19
|
displayName: string;
|
|
20
20
|
};
|
|
21
21
|
export declare const AccordionItem: {
|
|
22
|
-
({ children, value, title, expanded, triggerContent, testID, ...props }: AccordionItemProps): import("react
|
|
22
|
+
({ children, value, title, expanded, triggerContent, testID, ...props }: AccordionItemProps): import("react").JSX.Element | null;
|
|
23
23
|
displayName: string;
|
|
24
24
|
};
|
|
25
25
|
export default Accordion;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ViewProps } from 'react-native';
|
|
2
2
|
declare const AccordionContent: {
|
|
3
|
-
({ children, style, ...props }: ViewProps): import("react
|
|
3
|
+
({ children, style, ...props }: ViewProps): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default AccordionContent;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TextProps } from 'react-native';
|
|
2
2
|
declare const AccordionContentText: {
|
|
3
|
-
({ children, ...props }: TextProps): import("react
|
|
3
|
+
({ children, ...props }: TextProps): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default AccordionContentText;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ViewProps } from 'react-native';
|
|
2
2
|
declare const AccordionHeader: {
|
|
3
|
-
({ children, style, ...props }: ViewProps): import("react
|
|
3
|
+
({ children, style, ...props }: ViewProps): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default AccordionHeader;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { IconProps } from '../../components/Icon';
|
|
2
2
|
declare const AccordionIcon: {
|
|
3
|
-
({ as, ...props }: IconProps): import("react
|
|
3
|
+
({ as, ...props }: IconProps): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default AccordionIcon;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AccordionItemProps } from './AccordionItem.props';
|
|
2
2
|
declare const AccordionItem: {
|
|
3
|
-
({ children, style, noPadding, disabled, ...props }: AccordionItemProps): import("react
|
|
3
|
+
({ children, style, noPadding, disabled, ...props }: AccordionItemProps): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default AccordionItem;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AccordionProps } from './Accordion.props';
|
|
2
2
|
export declare const AccordionRoot: {
|
|
3
|
-
({ children, noPadding, disabled, contentNoPadding, ...props }: AccordionProps): import("react
|
|
3
|
+
({ children, noPadding, disabled, contentNoPadding, ...props }: AccordionProps): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default AccordionRoot;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TextProps } from 'react-native';
|
|
2
2
|
declare const AccordionTitleText: {
|
|
3
|
-
({ children, style, ...props }: TextProps): import("react
|
|
3
|
+
({ children, style, ...props }: TextProps): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default AccordionTitleText;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { AlertProps } from './Alert.props';
|
|
2
2
|
declare const Alert: {
|
|
3
|
-
({ text, title, link, onPressLink, colorScheme, onPressIconButton, onClose, children, onPress, iconButtonTestID, linkTestID, style, ...props }: AlertProps): import("react
|
|
3
|
+
({ text, title, link, onPressLink, colorScheme, onPressIconButton, onClose, children, onPress, iconButtonTestID, linkTestID, style, ...props }: AlertProps): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default Alert;
|
|
@@ -3,7 +3,7 @@ import { UnstyledIconButtonProps } from '../UnstyledIconButton';
|
|
|
3
3
|
declare const AlertCloseButton: {
|
|
4
4
|
({ style, icon, ...props }: Omit<UnstyledIconButtonProps, "icon"> & {
|
|
5
5
|
icon?: ComponentType;
|
|
6
|
-
}): import("react
|
|
6
|
+
}): import("react").JSX.Element;
|
|
7
7
|
displayName: string;
|
|
8
8
|
};
|
|
9
9
|
export default AlertCloseButton;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ViewProps } from 'react-native';
|
|
2
2
|
declare const AlertContent: {
|
|
3
|
-
({ children, style, ...props }: ViewProps): import("react
|
|
3
|
+
({ children, style, ...props }: ViewProps): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default AlertContent;
|
|
@@ -3,7 +3,7 @@ import { UnstyledIconButtonProps } from '../UnstyledIconButton';
|
|
|
3
3
|
declare const AlertIconButton: {
|
|
4
4
|
({ style, icon, ...props }: Omit<UnstyledIconButtonProps, "icon"> & {
|
|
5
5
|
icon?: ComponentType;
|
|
6
|
-
}): import("react
|
|
6
|
+
}): import("react").JSX.Element;
|
|
7
7
|
displayName: string;
|
|
8
8
|
};
|
|
9
9
|
export default AlertIconButton;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { LinkProps } from '../Link';
|
|
2
2
|
declare const AlertLink: {
|
|
3
|
-
({ children, ...props }: LinkProps): import("react
|
|
3
|
+
({ children, ...props }: LinkProps): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default AlertLink;
|
|
@@ -2,7 +2,7 @@ import { TextProps } from 'react-native';
|
|
|
2
2
|
declare const AlertText: {
|
|
3
3
|
({ children, style, ...props }: TextProps & {
|
|
4
4
|
semibold?: boolean;
|
|
5
|
-
}): import("react
|
|
5
|
+
}): import("react").JSX.Element;
|
|
6
6
|
displayName: string;
|
|
7
7
|
};
|
|
8
8
|
export default AlertText;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { TextProps } from 'react-native';
|
|
2
2
|
declare const AlertTitle: {
|
|
3
|
-
({ children, style, ...props }: TextProps): import("react
|
|
3
|
+
({ children, style, ...props }: TextProps): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default AlertTitle;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import AvatarProps from './Avatar.props';
|
|
2
2
|
declare const Avatar: {
|
|
3
|
-
({ src, name, size, delayMs, onLoadingStatusChange, style, ...props }: AvatarProps): import("react
|
|
3
|
+
({ src, name, size, delayMs, onLoadingStatusChange, style, ...props }: AvatarProps): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default Avatar;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type BadgeProps from './Badge.props';
|
|
2
2
|
declare const Badge: {
|
|
3
|
-
({ children, ...props }: BadgeProps): import("react
|
|
3
|
+
({ children, ...props }: BadgeProps): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default Badge;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TextProps } from 'react-native';
|
|
2
2
|
declare const BadgeText: {
|
|
3
|
-
({ children, style, numberOfLines, ...props }: TextProps): import("react
|
|
3
|
+
({ children, style, numberOfLines, ...props }: TextProps): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default BadgeText;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type BannerProps from './Banner.props';
|
|
2
2
|
declare const Banner: {
|
|
3
|
-
({ icon, iconContainerVariant, iconContainerSize, iconContainerColor, illustration, image, heading, description, direction, link, button, onPress, onClose, variant, alignChevron, style, ...props }: BannerProps): import("react
|
|
3
|
+
({ icon, iconContainerVariant, iconContainerSize, iconContainerColor, illustration, image, heading, description, direction, link, button, onPress, onClose, variant, alignChevron, style, ...props }: BannerProps): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default Banner;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ImageProps } from 'react-native';
|
|
2
2
|
import { ThemedImageProps } from '../ThemedImage';
|
|
3
|
-
declare const BannerIllustration: (props: ImageProps | ThemedImageProps) => import("react
|
|
3
|
+
declare const BannerIllustration: (props: ImageProps | ThemedImageProps) => import("react").JSX.Element;
|
|
4
4
|
export default BannerIllustration;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { ImageProps } from 'react-native';
|
|
2
2
|
import { ThemedImageProps } from '../ThemedImage';
|
|
3
|
-
declare const BannerImage: (props: ImageProps | ThemedImageProps) => import("react
|
|
3
|
+
declare const BannerImage: (props: ImageProps | ThemedImageProps) => import("react").JSX.Element;
|
|
4
4
|
export default BannerImage;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type BodyTextProps from './BodyText.props';
|
|
2
2
|
declare const BodyText: {
|
|
3
|
-
({ children, color, size, truncated, weight, underline, strikeThrough, italic, textTransform, textAlign, textAlignVertical, textDecorationColor, textDecorationLine, textDecorationStyle, userSelect, inverted, ...props }: BodyTextProps): import("react
|
|
3
|
+
({ children, color, size, truncated, weight, underline, strikeThrough, italic, textTransform, textAlign, textAlignVertical, textDecorationColor, textDecorationLine, textDecorationStyle, userSelect, inverted, ...props }: BodyTextProps): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default BodyText;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { BottomSheetMethods } from '@gorhom/bottom-sheet/lib/typescript/types';
|
|
2
|
+
import React from 'react';
|
|
2
3
|
import type BottomSheetProps from './BottomSheet.props';
|
|
3
4
|
type BottomSheet = BottomSheetMethods;
|
|
4
5
|
declare const BottomSheet: {
|
|
5
|
-
({ children, containerStyle, handleStyle, backdrop, showHandle, ref, ...rest }: BottomSheetProps):
|
|
6
|
+
({ children, containerStyle, handleStyle, backdrop, showHandle, ref, ...rest }: BottomSheetProps): React.JSX.Element;
|
|
6
7
|
displayName: string;
|
|
7
8
|
};
|
|
8
9
|
export default BottomSheet;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BottomSheetDefaultBackdropProps } from '@gorhom/bottom-sheet/lib/typescript/components/bottomSheetBackdrop/types';
|
|
2
2
|
declare const BottomSheetBackdrop: {
|
|
3
|
-
({ style, ...props }: BottomSheetDefaultBackdropProps): import("react
|
|
3
|
+
({ style, ...props }: BottomSheetDefaultBackdropProps): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default BottomSheetBackdrop;
|
|
@@ -2,7 +2,7 @@ import { BottomSheetFlatListProps } from '@gorhom/bottom-sheet/lib/typescript/co
|
|
|
2
2
|
declare const BottomSheetFlatList: {
|
|
3
3
|
({ style, contentContainerStyle, isModal, ...props }: BottomSheetFlatListProps<any> & {
|
|
4
4
|
isModal?: boolean;
|
|
5
|
-
}): import("react
|
|
5
|
+
}): import("react").JSX.Element;
|
|
6
6
|
displayName: string;
|
|
7
7
|
};
|
|
8
8
|
export default BottomSheetFlatList;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { BottomSheetDefaultHandleProps } from '@gorhom/bottom-sheet/lib/typescript/components/bottomSheetHandle/types';
|
|
2
2
|
declare const BottomSheetHandle: {
|
|
3
|
-
({ style, indicatorStyle, ...props }: BottomSheetDefaultHandleProps): import("react
|
|
3
|
+
({ style, indicatorStyle, ...props }: BottomSheetDefaultHandleProps): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default BottomSheetHandle;
|
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { BottomSheetModalMethods } from '@gorhom/bottom-sheet/lib/typescript/types';
|
|
2
|
+
import React from 'react';
|
|
2
3
|
import type BottomSheetProps from './BottomSheet.props';
|
|
3
4
|
type BottomSheetModal<T = any> = BottomSheetModalMethods<T>;
|
|
4
5
|
declare const BottomSheetModal: {
|
|
5
|
-
({ children, containerStyle, handleStyle, backdrop, showHandle, ref, ...rest }: BottomSheetProps):
|
|
6
|
+
({ children, containerStyle, handleStyle, backdrop, showHandle, ref, ...rest }: BottomSheetProps): React.JSX.Element;
|
|
6
7
|
displayName: string;
|
|
7
8
|
};
|
|
8
9
|
export default BottomSheetModal;
|
|
@@ -3,7 +3,7 @@ export interface BottomSheetModalProviderProps extends GorhomBottomSheetModalPro
|
|
|
3
3
|
useSafeAreaInsets?: boolean;
|
|
4
4
|
}
|
|
5
5
|
declare const BottomSheetModalProvider: {
|
|
6
|
-
({ children, useSafeAreaInsets, ...props }: BottomSheetModalProviderProps): import("react
|
|
6
|
+
({ children, useSafeAreaInsets, ...props }: BottomSheetModalProviderProps): import("react").JSX.Element;
|
|
7
7
|
displayName: string;
|
|
8
8
|
};
|
|
9
9
|
export default BottomSheetModalProvider;
|
|
@@ -2,7 +2,7 @@ import { BottomSheetScrollViewProps } from '@gorhom/bottom-sheet/lib/typescript/
|
|
|
2
2
|
declare const BottomSheetScrollView: {
|
|
3
3
|
({ children, style, contentContainerStyle, isModal, ...props }: BottomSheetScrollViewProps & {
|
|
4
4
|
isModal?: boolean;
|
|
5
|
-
}): import("react
|
|
5
|
+
}): import("react").JSX.Element;
|
|
6
6
|
displayName: string;
|
|
7
7
|
};
|
|
8
8
|
export default BottomSheetScrollView;
|
|
@@ -2,7 +2,7 @@ import { BottomSheetViewProps } from '@gorhom/bottom-sheet/lib/typescript/compon
|
|
|
2
2
|
declare const BottomSheetView: {
|
|
3
3
|
({ children, style, isModal, ...props }: BottomSheetViewProps & {
|
|
4
4
|
isModal?: boolean;
|
|
5
|
-
}): import("react
|
|
5
|
+
}): import("react").JSX.Element;
|
|
6
6
|
displayName: string;
|
|
7
7
|
};
|
|
8
8
|
export default BottomSheetView;
|
|
@@ -9,7 +9,7 @@ interface UseBottomSheetLogicProps<T = any> {
|
|
|
9
9
|
handleStyle?: ViewStyle;
|
|
10
10
|
}
|
|
11
11
|
declare const useBottomSheetLogic: <T = any>(props: UseBottomSheetLogicProps<T>) => {
|
|
12
|
-
renderBackdrop: (backDropProps: BottomSheetBackdropProps) => string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<React.ReactNode> |
|
|
13
|
-
renderHandle: (handleProps: BottomSheetHandleProps) =>
|
|
12
|
+
renderBackdrop: (backDropProps: BottomSheetBackdropProps) => string | number | bigint | boolean | Iterable<React.ReactNode> | Promise<React.ReactNode> | React.JSX.Element | null | undefined;
|
|
13
|
+
renderHandle: (handleProps: BottomSheetHandleProps) => React.JSX.Element | null;
|
|
14
14
|
};
|
|
15
15
|
export default useBottomSheetLogic;
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
+
import React from 'react';
|
|
1
2
|
import type BoxProps from './Box.props';
|
|
2
3
|
declare const BoxComponent: {
|
|
3
|
-
({ as, style, children, ...props }: BoxProps):
|
|
4
|
+
({ as, style, children, ...props }: BoxProps): React.JSX.Element;
|
|
4
5
|
displayName: string;
|
|
5
6
|
};
|
|
6
7
|
export default BoxComponent;
|
|
@@ -16,7 +16,7 @@ export declare const ButtonGroupComponent: import("react").ForwardRefExoticCompo
|
|
|
16
16
|
spacing?: import("../../types").SpacingValues;
|
|
17
17
|
} & import("@gluestack-ui/button/lib/typescript/types").IButtonGroupProps>;
|
|
18
18
|
declare const Button: {
|
|
19
|
-
({ children, disabled, pressed, text, ...props }: ButtonProps): import("react
|
|
19
|
+
({ children, disabled, pressed, text, ...props }: ButtonProps): import("react").JSX.Element;
|
|
20
20
|
displayName: string;
|
|
21
21
|
};
|
|
22
22
|
export default Button;
|
|
@@ -5,7 +5,7 @@ interface ButtonGroupProps extends Omit<ComponentProps<typeof ButtonGroupCompone
|
|
|
5
5
|
loading?: boolean;
|
|
6
6
|
}
|
|
7
7
|
declare const ButtonGroup: {
|
|
8
|
-
({ children, disabled, loading, ...props }: ButtonGroupProps): import("react
|
|
8
|
+
({ children, disabled, loading, ...props }: ButtonGroupProps): import("react").JSX.Element;
|
|
9
9
|
displayName: string;
|
|
10
10
|
};
|
|
11
11
|
export default ButtonGroup;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import IconProps from '../Icon/Icon.props';
|
|
2
2
|
declare const ButtonIcon: {
|
|
3
|
-
({ children, ...props }: IconProps): import("react
|
|
3
|
+
({ children, ...props }: IconProps): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default ButtonIcon;
|
|
@@ -6,10 +6,9 @@ import { useButtonContext } from './Button.context';
|
|
|
6
6
|
const ButtonIcon = ({ children, ...props }) => {
|
|
7
7
|
const { colorScheme, variant, inverted, disabled } = useButtonContext();
|
|
8
8
|
styles.useVariants({ colorScheme, variant, inverted, disabled });
|
|
9
|
-
return (_jsx(Icon, { ...props, style: Platform.OS === 'web'
|
|
10
|
-
?
|
|
11
|
-
|
|
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
|
ButtonIcon.displayName = 'ButtonIcon';
|
|
15
14
|
const styles = StyleSheet.create(theme => ({
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { SpinnerProps } from '../Spinner';
|
|
2
2
|
declare const ButtonSpinner: {
|
|
3
|
-
({ color, ...props }: Omit<SpinnerProps, "size">): import("react
|
|
3
|
+
({ color, ...props }: Omit<SpinnerProps, "size">): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default ButtonSpinner;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { TextProps } from 'react-native';
|
|
2
2
|
declare const ButtonText: {
|
|
3
|
-
({ children, ...props }: TextProps): import("react
|
|
3
|
+
({ children, ...props }: TextProps): import("react").JSX.Element;
|
|
4
4
|
displayName: string;
|
|
5
5
|
};
|
|
6
6
|
export default ButtonText;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
declare const Card: import("react").ForwardRefExoticComponent<import("./Card.props").default & {
|
|
1
|
+
declare const Card: import("react").ForwardRefExoticComponent<Omit<import("./Card.props").default & {
|
|
2
2
|
states?: {
|
|
3
3
|
active?: boolean;
|
|
4
4
|
disabled?: boolean;
|
|
5
5
|
};
|
|
6
|
-
} & Omit<
|
|
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,5 @@ declare const Card: import("react").ForwardRefExoticComponent<import("./Card.pro
|
|
|
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>>;
|
|
17
17
|
export default Card;
|