@fountain-ui/core 3.0.0-alpha.5 → 3.0.0-alpha.50
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/commonjs/Accordion/Accordion.js +20 -13
- package/build/commonjs/Accordion/Accordion.js.map +1 -1
- package/build/commonjs/Accordion/AccordionProps.js.map +1 -1
- package/build/commonjs/Accordion/useVariantStyleMap.js +13 -6
- package/build/commonjs/Accordion/useVariantStyleMap.js.map +1 -1
- package/build/commonjs/AppBar/AppBar.js +1 -1
- package/build/commonjs/AppBar/AppBar.js.map +1 -1
- package/build/commonjs/AspectRatio/AspectRatioNative.js +1 -1
- package/build/commonjs/AspectRatio/AspectRatioNative.js.map +1 -1
- package/build/commonjs/AspectRatio/AspectRatioWeb.js +1 -1
- package/build/commonjs/AspectRatio/AspectRatioWeb.js.map +1 -1
- package/build/commonjs/Badge/Badge.js +4 -3
- package/build/commonjs/Badge/Badge.js.map +1 -1
- package/build/commonjs/Badge/BadgeProps.js.map +1 -1
- package/build/commonjs/BottomSheetTitle/BottomSheetTitle.js +7 -3
- package/build/commonjs/BottomSheetTitle/BottomSheetTitle.js.map +1 -1
- package/build/commonjs/BottomSheetTitle/BottomSheetTitleProps.js.map +1 -1
- package/build/commonjs/Button/Button.js +26 -12
- package/build/commonjs/Button/Button.js.map +1 -1
- package/build/commonjs/Button/ButtonProps.js.map +1 -1
- package/build/commonjs/Button/useVariantStyleMap.js +18 -0
- package/build/commonjs/Button/useVariantStyleMap.js.map +1 -1
- package/build/commonjs/ButtonBase/ButtonBase.js +1 -1
- package/build/commonjs/ButtonBase/ButtonBase.js.map +1 -1
- package/build/commonjs/ButtonBase/index.js +2 -2
- package/build/commonjs/ButtonBase/index.js.map +1 -1
- package/build/commonjs/Checkbox/Checkbox.js +4 -1
- package/build/commonjs/Checkbox/Checkbox.js.map +1 -1
- package/build/commonjs/Checkbox/useVariantStyleMap.js +6 -2
- package/build/commonjs/Checkbox/useVariantStyleMap.js.map +1 -1
- package/build/commonjs/Chip/Chip.js +27 -14
- package/build/commonjs/Chip/Chip.js.map +1 -1
- package/build/commonjs/Chip/ChipProps.js +5 -1
- package/build/commonjs/Chip/ChipProps.js.map +1 -1
- package/build/commonjs/Chip/index.js +12 -0
- package/build/commonjs/Chip/index.js.map +1 -1
- package/build/commonjs/Chip/useChipStyle.js +59 -32
- package/build/commonjs/Chip/useChipStyle.js.map +1 -1
- package/build/commonjs/Dialog/Dialog.js +11 -12
- package/build/commonjs/Dialog/Dialog.js.map +1 -1
- package/build/commonjs/Dialog/DialogProps.js +1 -1
- package/build/commonjs/Dialog/DialogProps.js.map +1 -1
- package/build/commonjs/Dialog/useDialogSectionStyle.js +6 -4
- package/build/commonjs/Dialog/useDialogSectionStyle.js.map +1 -1
- package/build/commonjs/Dialog/useDialogStyle.js +19 -8
- package/build/commonjs/Dialog/useDialogStyle.js.map +1 -1
- package/build/commonjs/DialogActions/DialogActions.js +0 -1
- package/build/commonjs/DialogActions/DialogActions.js.map +1 -1
- package/build/commonjs/DialogTitle/DialogLargeTitle.js +80 -0
- package/build/commonjs/DialogTitle/DialogLargeTitle.js.map +1 -0
- package/build/commonjs/DialogTitle/DialogTitle.js +8 -4
- package/build/commonjs/DialogTitle/DialogTitle.js.map +1 -1
- package/build/commonjs/Divider/Divider.js +17 -9
- package/build/commonjs/Divider/Divider.js.map +1 -1
- package/build/commonjs/Divider/DividerProps.js +1 -1
- package/build/commonjs/Divider/DividerProps.js.map +1 -1
- package/build/commonjs/Empty/Empty.js +1 -1
- package/build/commonjs/Empty/Empty.js.map +1 -1
- package/build/commonjs/Flexbox/Flexbox.js +2 -0
- package/build/commonjs/Flexbox/Flexbox.js.map +1 -1
- package/build/commonjs/Flexbox/FlexboxProps.js.map +1 -1
- package/build/commonjs/IconButton/IconButton.js +3 -0
- package/build/commonjs/IconButton/IconButton.js.map +1 -1
- package/build/commonjs/IconButton/IconButtonProps.js +1 -1
- package/build/commonjs/IconButton/IconButtonProps.js.map +1 -1
- package/build/commonjs/Image/Image.js +13 -4
- package/build/commonjs/Image/Image.js.map +1 -1
- package/build/commonjs/Image/ImageProps.js.map +1 -1
- package/build/commonjs/Image/OverlayCloseButton/OverlayCloseButton.js +46 -0
- package/build/commonjs/Image/OverlayCloseButton/OverlayCloseButton.js.map +1 -0
- package/build/commonjs/Image/OverlayCloseButton/OverlayCloseButtonProps.js +2 -0
- package/build/commonjs/Image/OverlayCloseButton/OverlayCloseButtonProps.js.map +1 -0
- package/build/commonjs/Image/OverlayCloseButton/index.js +16 -0
- package/build/commonjs/Image/OverlayCloseButton/index.js.map +1 -0
- package/build/commonjs/Image/preload.js +10 -0
- package/build/commonjs/Image/preload.js.map +1 -0
- package/build/commonjs/Image/preload.native.js +22 -0
- package/build/commonjs/Image/preload.native.js.map +1 -0
- package/build/commonjs/ImageCore/ImageCoreNative.js +13 -10
- package/build/commonjs/ImageCore/ImageCoreNative.js.map +1 -1
- package/build/commonjs/ImageCore/ImageCoreProps.js.map +1 -1
- package/build/commonjs/ListItem/ListItem.js +5 -15
- package/build/commonjs/ListItem/ListItem.js.map +1 -1
- package/build/commonjs/ListItemText/ListItemText.js +2 -2
- package/build/commonjs/ListItemText/ListItemText.js.map +1 -1
- package/build/commonjs/ListSubheader/ListSubheader.js +1 -1
- package/build/commonjs/ListSubheader/ListSubheader.js.map +1 -1
- package/build/commonjs/Modal/Modal.js +29 -20
- package/build/commonjs/Modal/Modal.js.map +1 -1
- package/build/commonjs/Modal/ModalProps.js.map +1 -1
- package/build/commonjs/Pagination/NumberPagination.js +4 -2
- package/build/commonjs/Pagination/NumberPagination.js.map +1 -1
- package/build/commonjs/Pagination/Pagination.js +2 -0
- package/build/commonjs/Pagination/Pagination.js.map +1 -1
- package/build/commonjs/Pagination/PaginationProps.js +3 -1
- package/build/commonjs/Pagination/PaginationProps.js.map +1 -1
- package/build/commonjs/Pagination/index.js +6 -0
- package/build/commonjs/Pagination/index.js.map +1 -1
- package/build/commonjs/PaginationItem/PaginationItem.js +32 -22
- package/build/commonjs/PaginationItem/PaginationItem.js.map +1 -1
- package/build/commonjs/PaginationItem/PaginationItemProps.js.map +1 -1
- package/build/commonjs/Radio/Radio.js +31 -8
- package/build/commonjs/Radio/Radio.js.map +1 -1
- package/build/commonjs/Radio/RadioProps.js.map +1 -1
- package/build/commonjs/RadioGroup/RadioGroup.js +2 -27
- package/build/commonjs/RadioGroup/RadioGroup.js.map +1 -1
- package/build/commonjs/ShadowView/ShadowView.native.js +1 -1
- package/build/commonjs/ShadowView/ShadowView.native.js.map +1 -1
- package/build/commonjs/Slider/Slider.js +22 -18
- package/build/commonjs/Slider/Slider.js.map +1 -1
- package/build/commonjs/SnackbarContent/SnackbarContent.js +24 -7
- package/build/commonjs/SnackbarContent/SnackbarContent.js.map +1 -1
- package/build/commonjs/Tab/Tab.js +21 -19
- package/build/commonjs/Tab/Tab.js.map +1 -1
- package/build/commonjs/Tab/TabProps.js +4 -2
- package/build/commonjs/Tab/TabProps.js.map +1 -1
- package/build/commonjs/Tab/index.js +14 -0
- package/build/commonjs/Tab/index.js.map +1 -1
- package/build/commonjs/Tab/useVariantStyleMap.js +57 -16
- package/build/commonjs/Tab/useVariantStyleMap.js.map +1 -1
- package/build/commonjs/TabBase/TabBase.js +1 -8
- package/build/commonjs/TabBase/TabBase.js.map +1 -1
- package/build/commonjs/TabBase/TabBaseProps.js.map +1 -1
- package/build/commonjs/Tabs/Tabs.js +32 -11
- package/build/commonjs/Tabs/Tabs.js.map +1 -1
- package/build/commonjs/Tabs/TabsProps.js.map +1 -1
- package/build/commonjs/Tabs/index.js.map +1 -1
- package/build/commonjs/Tabs/useTabsStyle.js +81 -0
- package/build/commonjs/Tabs/useTabsStyle.js.map +1 -0
- package/build/commonjs/TextField/TextField.js +99 -17
- package/build/commonjs/TextField/TextField.js.map +1 -1
- package/build/commonjs/TextField/TextFieldProps.js +3 -1
- package/build/commonjs/TextField/TextFieldProps.js.map +1 -1
- package/build/commonjs/TextField/useVariantStyleMap.js +50 -30
- package/build/commonjs/TextField/useVariantStyleMap.js.map +1 -1
- package/build/commonjs/Toolbar/BackButton/BackButton.js +47 -0
- package/build/commonjs/Toolbar/BackButton/BackButton.js.map +1 -0
- package/build/commonjs/Toolbar/BackButton/BackButtonProps.js +2 -0
- package/build/commonjs/Toolbar/BackButton/BackButtonProps.js.map +1 -0
- package/build/commonjs/Toolbar/BackButton/index.js +16 -0
- package/build/commonjs/Toolbar/BackButton/index.js.map +1 -0
- package/build/commonjs/Toolbar/Toolbar.js +22 -12
- package/build/commonjs/Toolbar/Toolbar.js.map +1 -1
- package/build/commonjs/Toolbar/ToolbarProps.js.map +1 -1
- package/build/commonjs/Tooltip/Beaks/index.js +32 -0
- package/build/commonjs/Tooltip/Beaks/index.js.map +1 -1
- package/build/commonjs/Tooltip/Tooltip.js +23 -23
- package/build/commonjs/Tooltip/Tooltip.js.map +1 -1
- package/build/commonjs/Tooltip/TooltipProps.js.map +1 -1
- package/build/commonjs/Tooltip/index.js +19 -0
- package/build/commonjs/Tooltip/index.js.map +1 -1
- package/build/commonjs/Typography/Typography.js +9 -2
- package/build/commonjs/Typography/Typography.js.map +1 -1
- package/build/commonjs/Typography/TypographyProps.js.map +1 -1
- package/build/commonjs/hooks/useCollapsibleAppBar.js +21 -13
- package/build/commonjs/hooks/useCollapsibleAppBar.js.map +1 -1
- package/build/commonjs/hooks/useContentContainerStyle.js +35 -17
- package/build/commonjs/hooks/useContentContainerStyle.js.map +1 -1
- package/build/commonjs/hooks/useFadeInAppBar.js +4 -4
- package/build/commonjs/hooks/useFadeInAppBar.js.map +1 -1
- package/build/commonjs/internal/icons/AppBarChevronLeft.js +23 -0
- package/build/commonjs/internal/icons/AppBarChevronLeft.js.map +1 -0
- package/build/commonjs/internal/icons/ChevronLeft.js +4 -2
- package/build/commonjs/internal/icons/ChevronLeft.js.map +1 -1
- package/build/commonjs/internal/icons/ChevronRight.js +4 -2
- package/build/commonjs/internal/icons/ChevronRight.js.map +1 -1
- package/build/commonjs/internal/icons/ChipClose.js +23 -0
- package/build/commonjs/internal/icons/ChipClose.js.map +1 -0
- package/build/commonjs/internal/icons/Clear.js +3 -3
- package/build/commonjs/internal/icons/Clear.js.map +1 -1
- package/build/commonjs/internal/icons/Close.js +4 -2
- package/build/commonjs/internal/icons/Close.js.map +1 -1
- package/build/commonjs/internal/icons/CloseCircleFillPierced.js +23 -0
- package/build/commonjs/internal/icons/CloseCircleFillPierced.js.map +1 -0
- package/build/commonjs/internal/icons/Search.js +2 -2
- package/build/commonjs/internal/icons/Search.js.map +1 -1
- package/build/commonjs/internal/icons/index.js +24 -0
- package/build/commonjs/internal/icons/index.js.map +1 -1
- package/build/module/Accordion/Accordion.js +20 -13
- package/build/module/Accordion/Accordion.js.map +1 -1
- package/build/module/Accordion/AccordionProps.js.map +1 -1
- package/build/module/Accordion/useVariantStyleMap.js +13 -6
- package/build/module/Accordion/useVariantStyleMap.js.map +1 -1
- package/build/module/AppBar/AppBar.js +1 -1
- package/build/module/AppBar/AppBar.js.map +1 -1
- package/build/module/AspectRatio/AspectRatioNative.js +1 -1
- package/build/module/AspectRatio/AspectRatioNative.js.map +1 -1
- package/build/module/AspectRatio/AspectRatioWeb.js +1 -1
- package/build/module/AspectRatio/AspectRatioWeb.js.map +1 -1
- package/build/module/Badge/Badge.js +4 -3
- package/build/module/Badge/Badge.js.map +1 -1
- package/build/module/Badge/BadgeProps.js.map +1 -1
- package/build/module/BottomSheetTitle/BottomSheetTitle.js +7 -3
- package/build/module/BottomSheetTitle/BottomSheetTitle.js.map +1 -1
- package/build/module/BottomSheetTitle/BottomSheetTitleProps.js.map +1 -1
- package/build/module/Button/Button.js +27 -13
- package/build/module/Button/Button.js.map +1 -1
- package/build/module/Button/ButtonProps.js.map +1 -1
- package/build/module/Button/useVariantStyleMap.js +18 -0
- package/build/module/Button/useVariantStyleMap.js.map +1 -1
- package/build/module/ButtonBase/ButtonBase.js +1 -1
- package/build/module/ButtonBase/ButtonBase.js.map +1 -1
- package/build/module/ButtonBase/index.js +1 -1
- package/build/module/ButtonBase/index.js.map +1 -1
- package/build/module/Checkbox/Checkbox.js +4 -1
- package/build/module/Checkbox/Checkbox.js.map +1 -1
- package/build/module/Checkbox/useVariantStyleMap.js +6 -2
- package/build/module/Checkbox/useVariantStyleMap.js.map +1 -1
- package/build/module/Chip/Chip.js +23 -13
- package/build/module/Chip/Chip.js.map +1 -1
- package/build/module/Chip/ChipProps.js +2 -0
- package/build/module/Chip/ChipProps.js.map +1 -1
- package/build/module/Chip/index.js +1 -1
- package/build/module/Chip/index.js.map +1 -1
- package/build/module/Chip/useChipStyle.js +59 -32
- package/build/module/Chip/useChipStyle.js.map +1 -1
- package/build/module/Dialog/Dialog.js +11 -11
- package/build/module/Dialog/Dialog.js.map +1 -1
- package/build/module/Dialog/DialogProps.js +1 -1
- package/build/module/Dialog/DialogProps.js.map +1 -1
- package/build/module/Dialog/useDialogSectionStyle.js +6 -4
- package/build/module/Dialog/useDialogSectionStyle.js.map +1 -1
- package/build/module/Dialog/useDialogStyle.js +18 -8
- package/build/module/Dialog/useDialogStyle.js.map +1 -1
- package/build/module/DialogActions/DialogActions.js +0 -1
- package/build/module/DialogActions/DialogActions.js.map +1 -1
- package/build/module/DialogTitle/DialogLargeTitle.js +65 -0
- package/build/module/DialogTitle/DialogLargeTitle.js.map +1 -0
- package/build/module/DialogTitle/DialogTitle.js +6 -3
- package/build/module/DialogTitle/DialogTitle.js.map +1 -1
- package/build/module/Divider/Divider.js +7 -0
- package/build/module/Divider/Divider.js.map +1 -1
- package/build/module/Divider/DividerProps.js +1 -1
- package/build/module/Divider/DividerProps.js.map +1 -1
- package/build/module/Empty/Empty.js +1 -1
- package/build/module/Empty/Empty.js.map +1 -1
- package/build/module/Flexbox/Flexbox.js +2 -0
- package/build/module/Flexbox/Flexbox.js.map +1 -1
- package/build/module/Flexbox/FlexboxProps.js.map +1 -1
- package/build/module/IconButton/IconButton.js +3 -0
- package/build/module/IconButton/IconButton.js.map +1 -1
- package/build/module/IconButton/IconButtonProps.js +1 -1
- package/build/module/IconButton/IconButtonProps.js.map +1 -1
- package/build/module/Image/Image.js +11 -4
- package/build/module/Image/Image.js.map +1 -1
- package/build/module/Image/ImageProps.js.map +1 -1
- package/build/module/Image/OverlayCloseButton/OverlayCloseButton.js +31 -0
- package/build/module/Image/OverlayCloseButton/OverlayCloseButton.js.map +1 -0
- package/build/module/Image/OverlayCloseButton/OverlayCloseButtonProps.js +2 -0
- package/build/module/Image/OverlayCloseButton/OverlayCloseButtonProps.js.map +1 -0
- package/build/module/Image/OverlayCloseButton/index.js +2 -0
- package/build/module/Image/OverlayCloseButton/index.js.map +1 -0
- package/build/module/Image/preload.js +3 -0
- package/build/module/Image/preload.js.map +1 -0
- package/build/module/Image/preload.native.js +12 -0
- package/build/module/Image/preload.native.js.map +1 -0
- package/build/module/ImageCore/ImageCoreNative.js +14 -10
- package/build/module/ImageCore/ImageCoreNative.js.map +1 -1
- package/build/module/ImageCore/ImageCoreProps.js.map +1 -1
- package/build/module/ListItem/ListItem.js +5 -15
- package/build/module/ListItem/ListItem.js.map +1 -1
- package/build/module/ListItemText/ListItemText.js +2 -2
- package/build/module/ListItemText/ListItemText.js.map +1 -1
- package/build/module/ListSubheader/ListSubheader.js +1 -1
- package/build/module/ListSubheader/ListSubheader.js.map +1 -1
- package/build/module/Modal/Modal.js +30 -21
- package/build/module/Modal/Modal.js.map +1 -1
- package/build/module/Modal/ModalProps.js.map +1 -1
- package/build/module/Pagination/NumberPagination.js +4 -2
- package/build/module/Pagination/NumberPagination.js.map +1 -1
- package/build/module/Pagination/Pagination.js +2 -0
- package/build/module/Pagination/Pagination.js.map +1 -1
- package/build/module/Pagination/PaginationProps.js +1 -0
- package/build/module/Pagination/PaginationProps.js.map +1 -1
- package/build/module/Pagination/index.js +1 -1
- package/build/module/Pagination/index.js.map +1 -1
- package/build/module/PaginationItem/PaginationItem.js +28 -21
- package/build/module/PaginationItem/PaginationItem.js.map +1 -1
- package/build/module/PaginationItem/PaginationItemProps.js.map +1 -1
- package/build/module/Radio/Radio.js +28 -8
- package/build/module/Radio/Radio.js.map +1 -1
- package/build/module/Radio/RadioProps.js.map +1 -1
- package/build/module/RadioGroup/RadioGroup.js +2 -20
- package/build/module/RadioGroup/RadioGroup.js.map +1 -1
- package/build/module/ShadowView/ShadowView.native.js +2 -2
- package/build/module/ShadowView/ShadowView.native.js.map +1 -1
- package/build/module/Slider/Slider.js +22 -18
- package/build/module/Slider/Slider.js.map +1 -1
- package/build/module/SnackbarContent/SnackbarContent.js +24 -7
- package/build/module/SnackbarContent/SnackbarContent.js.map +1 -1
- package/build/module/Tab/Tab.js +22 -19
- package/build/module/Tab/Tab.js.map +1 -1
- package/build/module/Tab/TabProps.js +2 -1
- package/build/module/Tab/TabProps.js.map +1 -1
- package/build/module/Tab/index.js +1 -0
- package/build/module/Tab/index.js.map +1 -1
- package/build/module/Tab/useVariantStyleMap.js +57 -16
- package/build/module/Tab/useVariantStyleMap.js.map +1 -1
- package/build/module/TabBase/TabBase.js +1 -8
- package/build/module/TabBase/TabBase.js.map +1 -1
- package/build/module/TabBase/TabBaseProps.js.map +1 -1
- package/build/module/Tabs/Tabs.js +31 -12
- package/build/module/Tabs/Tabs.js.map +1 -1
- package/build/module/Tabs/TabsProps.js.map +1 -1
- package/build/module/Tabs/index.js.map +1 -1
- package/build/module/Tabs/useTabsStyle.js +71 -0
- package/build/module/Tabs/useTabsStyle.js.map +1 -0
- package/build/module/TextField/TextField.js +99 -18
- package/build/module/TextField/TextField.js.map +1 -1
- package/build/module/TextField/TextFieldProps.js +1 -0
- package/build/module/TextField/TextFieldProps.js.map +1 -1
- package/build/module/TextField/useVariantStyleMap.js +49 -30
- package/build/module/TextField/useVariantStyleMap.js.map +1 -1
- package/build/module/Toolbar/BackButton/BackButton.js +32 -0
- package/build/module/Toolbar/BackButton/BackButton.js.map +1 -0
- package/build/module/Toolbar/BackButton/BackButtonProps.js +2 -0
- package/build/module/Toolbar/BackButton/BackButtonProps.js.map +1 -0
- package/build/module/Toolbar/BackButton/index.js +2 -0
- package/build/module/Toolbar/BackButton/index.js.map +1 -0
- package/build/module/Toolbar/Toolbar.js +20 -12
- package/build/module/Toolbar/Toolbar.js.map +1 -1
- package/build/module/Toolbar/ToolbarProps.js.map +1 -1
- package/build/module/Tooltip/Beaks/index.js +4 -0
- package/build/module/Tooltip/Beaks/index.js.map +1 -1
- package/build/module/Tooltip/Tooltip.js +17 -16
- package/build/module/Tooltip/Tooltip.js.map +1 -1
- package/build/module/Tooltip/TooltipProps.js.map +1 -1
- package/build/module/Tooltip/index.js +1 -0
- package/build/module/Tooltip/index.js.map +1 -1
- package/build/module/Typography/Typography.js +9 -2
- package/build/module/Typography/Typography.js.map +1 -1
- package/build/module/Typography/TypographyProps.js.map +1 -1
- package/build/module/hooks/useCollapsibleAppBar.js +22 -13
- package/build/module/hooks/useCollapsibleAppBar.js.map +1 -1
- package/build/module/hooks/useContentContainerStyle.js +32 -13
- package/build/module/hooks/useContentContainerStyle.js.map +1 -1
- package/build/module/hooks/useFadeInAppBar.js +4 -4
- package/build/module/hooks/useFadeInAppBar.js.map +1 -1
- package/build/module/internal/icons/AppBarChevronLeft.js +9 -0
- package/build/module/internal/icons/AppBarChevronLeft.js.map +1 -0
- package/build/module/internal/icons/ChevronLeft.js +4 -2
- package/build/module/internal/icons/ChevronLeft.js.map +1 -1
- package/build/module/internal/icons/ChevronRight.js +4 -2
- package/build/module/internal/icons/ChevronRight.js.map +1 -1
- package/build/module/internal/icons/ChipClose.js +9 -0
- package/build/module/internal/icons/ChipClose.js.map +1 -0
- package/build/module/internal/icons/Clear.js +3 -3
- package/build/module/internal/icons/Clear.js.map +1 -1
- package/build/module/internal/icons/Close.js +4 -2
- package/build/module/internal/icons/Close.js.map +1 -1
- package/build/module/internal/icons/CloseCircleFillPierced.js +9 -0
- package/build/module/internal/icons/CloseCircleFillPierced.js.map +1 -0
- package/build/module/internal/icons/Search.js +2 -2
- package/build/module/internal/icons/Search.js.map +1 -1
- package/build/module/internal/icons/index.js +3 -0
- package/build/module/internal/icons/index.js.map +1 -1
- package/build/typescript/Accordion/Accordion.d.ts +0 -1
- package/build/typescript/Accordion/AccordionProps.d.ts +4 -1
- package/build/typescript/Accordion/useVariantStyleMap.d.ts +1 -0
- package/build/typescript/AspectRatio/AspectRatioNative.d.ts +0 -1
- package/build/typescript/AspectRatio/AspectRatioWeb.d.ts +0 -1
- package/build/typescript/Avatar/Avatar.d.ts +0 -1
- package/build/typescript/Badge/Badge.d.ts +0 -1
- package/build/typescript/Badge/BadgeProps.d.ts +10 -5
- package/build/typescript/BottomSheetActions/BottomSheetActions.d.ts +0 -1
- package/build/typescript/BottomSheetContent/BottomSheetContent.d.ts +0 -1
- package/build/typescript/BottomSheetTitle/BottomSheetTitle.d.ts +0 -1
- package/build/typescript/BottomSheetTitle/BottomSheetTitleProps.d.ts +3 -3
- package/build/typescript/Button/Button.d.ts +0 -1
- package/build/typescript/Button/ButtonProps.d.ts +5 -0
- package/build/typescript/ButtonBase/ButtonBase.d.ts +0 -1
- package/build/typescript/ButtonBase/index.d.ts +1 -1
- package/build/typescript/ButtonSet/ButtonSet.d.ts +0 -1
- package/build/typescript/Card/Card.d.ts +0 -1
- package/build/typescript/CardActions/CardActions.d.ts +0 -1
- package/build/typescript/CardContent/CardContent.d.ts +0 -1
- package/build/typescript/CardMedia/CardMedia.d.ts +0 -1
- package/build/typescript/Checkbox/Checkbox.d.ts +0 -1
- package/build/typescript/Checkbox/useVariantStyleMap.d.ts +1 -0
- package/build/typescript/Chip/Chip.d.ts +0 -1
- package/build/typescript/Chip/ChipProps.d.ts +18 -4
- package/build/typescript/Chip/index.d.ts +2 -2
- package/build/typescript/Chip/useChipStyle.d.ts +6 -3
- package/build/typescript/CircularProgress/CircularProgress.d.ts +0 -1
- package/build/typescript/Column/Column.d.ts +0 -1
- package/build/typescript/Dialog/Dialog.d.ts +0 -1
- package/build/typescript/Dialog/DialogProps.d.ts +1 -6
- package/build/typescript/Dialog/useDialogSectionStyle.d.ts +1 -2
- package/build/typescript/Dialog/useDialogStyle.d.ts +1 -1
- package/build/typescript/DialogActions/DialogActions.d.ts +0 -1
- package/build/typescript/DialogContent/DialogContent.d.ts +0 -1
- package/build/typescript/DialogMedia/DialogMedia.d.ts +0 -1
- package/build/typescript/DialogTitle/DialogLargeTitle.d.ts +8 -0
- package/build/typescript/DialogTitle/DialogTitle.d.ts +6 -2
- package/build/typescript/Divider/Divider.d.ts +0 -1
- package/build/typescript/Divider/DividerProps.d.ts +1 -1
- package/build/typescript/Empty/Empty.d.ts +0 -1
- package/build/typescript/Fab/Fab.d.ts +0 -1
- package/build/typescript/Flexbox/Flexbox.d.ts +0 -1
- package/build/typescript/Flexbox/FlexboxProps.d.ts +4 -0
- package/build/typescript/IconButton/IconButton.d.ts +0 -1
- package/build/typescript/IconButton/IconButtonProps.d.ts +1 -1
- package/build/typescript/Image/Image.d.ts +6 -2
- package/build/typescript/Image/ImageProps.d.ts +6 -0
- package/build/typescript/Image/OverlayCloseButton/OverlayCloseButton.d.ts +2 -0
- package/build/typescript/Image/OverlayCloseButton/OverlayCloseButtonProps.d.ts +3 -0
- package/build/typescript/Image/OverlayCloseButton/index.d.ts +2 -0
- package/build/typescript/Image/preload.d.ts +2 -0
- package/build/typescript/Image/preload.native.d.ts +2 -0
- package/build/typescript/ImageCore/ImageCoreNative.d.ts +0 -1
- package/build/typescript/ImageCore/ImageCoreProps.d.ts +1 -0
- package/build/typescript/ImageCore/ImageCoreWeb.d.ts +0 -1
- package/build/typescript/Link/Link.d.ts +0 -1
- package/build/typescript/List/List.d.ts +0 -1
- package/build/typescript/ListItem/ListItem.d.ts +0 -1
- package/build/typescript/ListItemIcon/ListItemIcon.d.ts +0 -1
- package/build/typescript/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +0 -1
- package/build/typescript/ListItemText/ListItemText.d.ts +0 -1
- package/build/typescript/ListSubheader/ListSubheader.d.ts +0 -1
- package/build/typescript/Menu/Menu.d.ts +0 -1
- package/build/typescript/MenuItem/MenuItem.d.ts +0 -1
- package/build/typescript/Modal/AnimatedContainer/index.d.ts +0 -1
- package/build/typescript/Modal/Modal.d.ts +0 -1
- package/build/typescript/Modal/ModalProps.d.ts +8 -0
- package/build/typescript/Pagination/NumberPagination.d.ts +0 -1
- package/build/typescript/Pagination/Pagination.d.ts +0 -1
- package/build/typescript/Pagination/PaginationProps.d.ts +12 -0
- package/build/typescript/Pagination/index.d.ts +2 -2
- package/build/typescript/PaginationItem/PaginationItemProps.d.ts +6 -0
- package/build/typescript/Portal/Portal.d.ts +0 -1
- package/build/typescript/Radio/Radio.d.ts +0 -1
- package/build/typescript/Radio/RadioProps.d.ts +4 -0
- package/build/typescript/RadioGroup/RadioGroup.d.ts +0 -1
- package/build/typescript/Row/Row.d.ts +0 -1
- package/build/typescript/Section/Section.d.ts +0 -1
- package/build/typescript/ShadowView/ShadowView.d.ts +0 -1
- package/build/typescript/ShadowView/ShadowView.native.d.ts +0 -1
- package/build/typescript/Slide/Slide.d.ts +0 -1
- package/build/typescript/Slider/Slider.d.ts +1 -1
- package/build/typescript/Snackbar/Snackbar.d.ts +0 -1
- package/build/typescript/SnackbarContent/SnackbarContent.d.ts +0 -1
- package/build/typescript/SnackbarContent/StatusIcon.d.ts +0 -1
- package/build/typescript/Spacer/Spacer.d.ts +0 -1
- package/build/typescript/SvgIcon/SvgIcon.d.ts +0 -1
- package/build/typescript/Switch/Switch.d.ts +0 -1
- package/build/typescript/Tab/Tab.d.ts +0 -1
- package/build/typescript/Tab/TabProps.d.ts +21 -2
- package/build/typescript/Tab/index.d.ts +2 -1
- package/build/typescript/Tab/useVariantStyleMap.d.ts +4 -2
- package/build/typescript/TabBase/TabBase.d.ts +0 -1
- package/build/typescript/TabBase/TabBaseProps.d.ts +0 -5
- package/build/typescript/Tabs/ScrollableTabsView.d.ts +0 -1
- package/build/typescript/Tabs/TabIndicator.d.ts +0 -1
- package/build/typescript/Tabs/Tabs.d.ts +1 -1
- package/build/typescript/Tabs/TabsProps.d.ts +6 -1
- package/build/typescript/Tabs/index.d.ts +1 -1
- package/build/typescript/Tabs/useTabsStyle.d.ts +8 -0
- package/build/typescript/TextField/TextFieldProps.d.ts +13 -0
- package/build/typescript/TextField/useVariantStyleMap.d.ts +4 -2
- package/build/typescript/Toggle/Toggle.d.ts +0 -1
- package/build/typescript/Toolbar/BackButton/BackButton.d.ts +2 -0
- package/build/typescript/Toolbar/BackButton/BackButtonProps.d.ts +4 -0
- package/build/typescript/Toolbar/BackButton/index.d.ts +2 -0
- package/build/typescript/Toolbar/Toolbar.d.ts +6 -2
- package/build/typescript/Toolbar/ToolbarProps.d.ts +0 -5
- package/build/typescript/Tooltip/Beaks/Beak.d.ts +0 -1
- package/build/typescript/Tooltip/Beaks/HorizontalLargeBeak.d.ts +0 -1
- package/build/typescript/Tooltip/Beaks/HorizontalSmallBeak.d.ts +0 -1
- package/build/typescript/Tooltip/Beaks/VerticalLargeBeak.d.ts +0 -1
- package/build/typescript/Tooltip/Beaks/VerticalSmallBeak.d.ts +0 -1
- package/build/typescript/Tooltip/Beaks/index.d.ts +4 -0
- package/build/typescript/Tooltip/Tooltip.d.ts +0 -1
- package/build/typescript/Tooltip/TooltipProps.d.ts +2 -2
- package/build/typescript/Tooltip/index.d.ts +1 -0
- package/build/typescript/Typography/TypographyProps.d.ts +4 -0
- package/build/typescript/animated/AnimatedAppBar.d.ts +1 -2
- package/build/typescript/animated/AnimatedFlatList.d.ts +1 -2
- package/build/typescript/animated/AnimatedTypography.d.ts +1 -2
- package/build/typescript/hooks/useCollapsibleAppBar.d.ts +2 -1
- package/build/typescript/hooks/useContentContainerStyle.d.ts +2 -1
- package/build/typescript/internal/icons/AppBarChevronLeft.d.ts +358 -0
- package/build/typescript/internal/icons/Check.d.ts +300 -73
- package/build/typescript/internal/icons/CheckCircle.d.ts +300 -73
- package/build/typescript/internal/icons/Checkbox.d.ts +300 -73
- package/build/typescript/internal/icons/CheckboxChecked.d.ts +300 -73
- package/build/typescript/internal/icons/CheckboxOn.d.ts +300 -73
- package/build/typescript/internal/icons/ChevronDown.d.ts +300 -73
- package/build/typescript/internal/icons/ChevronLeft.d.ts +300 -73
- package/build/typescript/internal/icons/ChevronRight.d.ts +300 -73
- package/build/typescript/internal/icons/ChipClose.d.ts +358 -0
- package/build/typescript/internal/icons/CircularProgress.d.ts +0 -1
- package/build/typescript/internal/icons/Clear.d.ts +300 -73
- package/build/typescript/internal/icons/Close.d.ts +300 -73
- package/build/typescript/internal/icons/CloseCircleFillPierced.d.ts +358 -0
- package/build/typescript/internal/icons/EyeOff.d.ts +300 -73
- package/build/typescript/internal/icons/EyeOn.d.ts +300 -73
- package/build/typescript/internal/icons/InfoCircle.d.ts +300 -73
- package/build/typescript/internal/icons/LoadingSpinner/index.d.ts +0 -1
- package/build/typescript/internal/icons/LoadingSpinner/index.native.d.ts +0 -1
- package/build/typescript/internal/icons/Radio.d.ts +300 -73
- package/build/typescript/internal/icons/RadioChecked.d.ts +300 -73
- package/build/typescript/internal/icons/Search.d.ts +300 -73
- package/build/typescript/internal/icons/index.d.ts +3 -0
- package/package.json +10 -10
- package/src/Accordion/Accordion.tsx +23 -14
- package/src/Accordion/AccordionProps.ts +4 -2
- package/src/Accordion/useVariantStyleMap.ts +12 -4
- package/src/AppBar/AppBar.tsx +2 -2
- package/src/AspectRatio/AspectRatioNative.tsx +2 -2
- package/src/AspectRatio/AspectRatioWeb.tsx +3 -3
- package/src/Badge/Badge.tsx +4 -3
- package/src/Badge/BadgeProps.ts +12 -6
- package/src/BottomSheetTitle/BottomSheetTitle.tsx +6 -2
- package/src/BottomSheetTitle/BottomSheetTitleProps.ts +3 -3
- package/src/Button/Button.tsx +28 -12
- package/src/Button/ButtonProps.ts +6 -0
- package/src/Button/useVariantStyleMap.ts +18 -0
- package/src/ButtonBase/ButtonBase.tsx +1 -1
- package/src/ButtonBase/index.ts +1 -1
- package/src/Checkbox/Checkbox.tsx +11 -8
- package/src/Checkbox/useVariantStyleMap.ts +6 -1
- package/src/Chip/Chip.tsx +27 -13
- package/src/Chip/ChipProps.ts +22 -4
- package/src/Chip/index.ts +2 -2
- package/src/Chip/useChipStyle.ts +75 -29
- package/src/Dialog/Dialog.tsx +13 -11
- package/src/Dialog/DialogProps.ts +1 -7
- package/src/Dialog/useDialogSectionStyle.ts +6 -4
- package/src/Dialog/useDialogStyle.ts +19 -7
- package/src/DialogActions/DialogActions.tsx +0 -1
- package/src/DialogTitle/DialogLargeTitle.tsx +95 -0
- package/src/DialogTitle/DialogTitle.tsx +6 -1
- package/src/Divider/Divider.tsx +5 -0
- package/src/Divider/DividerProps.ts +1 -1
- package/src/Empty/Empty.tsx +1 -1
- package/src/Flexbox/Flexbox.tsx +2 -0
- package/src/Flexbox/FlexboxProps.ts +5 -0
- package/src/IconButton/IconButton.tsx +2 -0
- package/src/IconButton/IconButtonProps.ts +1 -0
- package/src/Image/Image.tsx +13 -4
- package/src/Image/ImageProps.ts +7 -0
- package/src/Image/OverlayCloseButton/OverlayCloseButton.tsx +41 -0
- package/src/Image/OverlayCloseButton/OverlayCloseButtonProps.ts +3 -0
- package/src/Image/OverlayCloseButton/index.ts +2 -0
- package/src/Image/preload.native.ts +6 -0
- package/src/Image/preload.ts +5 -0
- package/src/ImageCore/ImageCoreNative.tsx +13 -10
- package/src/ImageCore/ImageCoreProps.ts +1 -0
- package/src/ListItem/ListItem.tsx +5 -15
- package/src/ListItemText/ListItemText.tsx +2 -2
- package/src/ListSubheader/ListSubheader.tsx +1 -1
- package/src/Modal/Modal.tsx +12 -4
- package/src/Modal/ModalProps.ts +9 -0
- package/src/Pagination/NumberPagination.tsx +7 -2
- package/src/Pagination/Pagination.tsx +3 -2
- package/src/Pagination/PaginationProps.ts +15 -0
- package/src/Pagination/index.ts +2 -2
- package/src/PaginationItem/PaginationItem.tsx +31 -24
- package/src/PaginationItem/PaginationItemProps.ts +7 -0
- package/src/Radio/Radio.tsx +46 -17
- package/src/Radio/RadioProps.ts +6 -0
- package/src/RadioGroup/RadioGroup.tsx +2 -28
- package/src/ShadowView/ShadowView.native.tsx +2 -2
- package/src/Slider/Slider.tsx +1 -0
- package/src/SnackbarContent/SnackbarContent.tsx +35 -14
- package/src/Tab/Tab.tsx +32 -22
- package/src/Tab/TabProps.ts +25 -2
- package/src/Tab/index.ts +2 -1
- package/src/Tab/useVariantStyleMap.ts +70 -17
- package/src/TabBase/TabBase.tsx +1 -9
- package/src/TabBase/TabBaseProps.ts +0 -6
- package/src/Tabs/Tabs.tsx +40 -13
- package/src/Tabs/TabsProps.ts +7 -1
- package/src/Tabs/index.ts +1 -1
- package/src/Tabs/useTabsStyle.ts +79 -0
- package/src/TextField/TextField.tsx +142 -47
- package/src/TextField/TextFieldProps.ts +16 -0
- package/src/TextField/useVariantStyleMap.ts +57 -30
- package/src/Toolbar/BackButton/BackButton.tsx +42 -0
- package/src/Toolbar/BackButton/BackButtonProps.ts +4 -0
- package/src/Toolbar/BackButton/index.ts +2 -0
- package/src/Toolbar/Toolbar.tsx +26 -17
- package/src/Toolbar/ToolbarProps.ts +0 -6
- package/src/Tooltip/Beaks/index.ts +4 -0
- package/src/Tooltip/Tooltip.tsx +16 -13
- package/src/Tooltip/TooltipProps.ts +2 -2
- package/src/Tooltip/index.ts +1 -0
- package/src/Typography/Typography.tsx +3 -1
- package/src/Typography/TypographyProps.ts +5 -0
- package/src/hooks/useCollapsibleAppBar.ts +27 -24
- package/src/hooks/useContentContainerStyle.ts +29 -12
- package/src/hooks/useFadeInAppBar.ts +4 -4
- package/src/internal/icons/AppBarChevronLeft.tsx +15 -0
- package/src/internal/icons/ChevronLeft.tsx +4 -1
- package/src/internal/icons/ChevronRight.tsx +4 -1
- package/src/internal/icons/ChipClose.tsx +13 -0
- package/src/internal/icons/Clear.tsx +3 -3
- package/src/internal/icons/Close.tsx +4 -1
- package/src/internal/icons/CloseCircleFillPierced.tsx +13 -0
- package/src/internal/icons/Search.tsx +2 -2
- package/src/internal/icons/index.ts +3 -0
- package/build/commonjs/ButtonBase/LegacyButtonBase.js +0 -126
- package/build/commonjs/ButtonBase/LegacyButtonBase.js.map +0 -1
- package/build/module/ButtonBase/LegacyButtonBase.js +0 -106
- package/build/module/ButtonBase/LegacyButtonBase.js.map +0 -1
- package/build/typescript/ButtonBase/LegacyButtonBase.d.ts +0 -5
- package/src/ButtonBase/LegacyButtonBase.tsx +0 -135
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type TabsProps from './TabsProps';
|
|
3
3
|
import type { TabsInstance } from './types';
|
|
4
|
-
declare const Tabs: React.ForwardRefExoticComponent<Pick<TabsProps, "color" | "
|
|
4
|
+
declare const Tabs: React.ForwardRefExoticComponent<Pick<TabsProps, "color" | "pointerEvents" | "style" | "onLayout" | "keyboardDismissMode" | "hitSlop" | "children" | "id" | "needsOffscreenAlphaCompositing" | "removeClippedSubviews" | "testID" | "nativeID" | "experimental_layoutConformance" | "collapsable" | "collapsableChildren" | "renderToHardwareTextureAndroid" | "focusable" | "tabIndex" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-modal" | "role" | "accessibilityLabelledBy" | "aria-labelledby" | "accessibilityLiveRegion" | "aria-live" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "accessibilityShowsLargeContentViewer" | "accessibilityLargeContentTitle" | "size" | "onChange" | "variant" | "keyboardShouldPersistTaps" | "disableIndicator" | "indicatorSize" | "initialIndex" | "scrollable" | "scrollViewContentContainerStyle" | "showDivider" | "UNSTABLE_sharedIndex" | "onTabSelected"> & React.RefAttributes<TabsInstance>>;
|
|
5
5
|
export default Tabs;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ReactNode, Ref } from 'react';
|
|
2
2
|
import type { ViewProps } from 'react-native';
|
|
3
|
-
import type { TabVariant } from '../Tab';
|
|
3
|
+
import type { TabSize, TabVariant } from '../Tab';
|
|
4
4
|
import type { ExtendedStyle, OverridableComponentProps, SyncAnimatedValue } from '../types';
|
|
5
5
|
import type { KeyboardDismissMode, KeyboardShouldPersistTaps, TabsInstance } from './types';
|
|
6
6
|
export declare const tabsColors: readonly ["default", "alt"];
|
|
@@ -63,6 +63,11 @@ export default interface TabsProps extends OverridableComponentProps<ViewProps,
|
|
|
63
63
|
* @default false
|
|
64
64
|
*/
|
|
65
65
|
showDivider?: boolean;
|
|
66
|
+
/**
|
|
67
|
+
* The size of the Tab.
|
|
68
|
+
* @default 'medium'
|
|
69
|
+
*/
|
|
70
|
+
size?: TabSize;
|
|
66
71
|
/**
|
|
67
72
|
* Unstable API.
|
|
68
73
|
*/
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
export { default } from './Tabs';
|
|
2
|
-
export type { default as TabsProps } from './TabsProps';
|
|
2
|
+
export type { default as TabsProps, TabIndicatorSize, TabsColor } from './TabsProps';
|
|
3
3
|
export { tabIndicatorSizes, tabsColors } from './TabsProps';
|
|
4
4
|
export type { TabsInstance } from './types';
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { FountainUiStyle } from '@fountain-ui/styles';
|
|
2
|
+
import type { TabSize, TabVariant } from '../Tab';
|
|
3
|
+
interface TabsStyle {
|
|
4
|
+
container: FountainUiStyle;
|
|
5
|
+
contentContainer?: FountainUiStyle;
|
|
6
|
+
}
|
|
7
|
+
export default function useTabsStyle(variant: TabVariant, size: TabSize, scrollable: boolean): TabsStyle;
|
|
8
|
+
export {};
|
|
@@ -5,6 +5,8 @@ export declare const textFieldStatus: readonly ["default", "success", "error"];
|
|
|
5
5
|
export declare type TextFieldStatus = typeof textFieldStatus[number];
|
|
6
6
|
export declare const textFieldVariants: readonly ["default", "search"];
|
|
7
7
|
export declare type TextFieldVariant = typeof textFieldVariants[number];
|
|
8
|
+
export declare const textFieldInputFontSizes: readonly ["large", "small"];
|
|
9
|
+
export declare type TextFieldInputFontSize = typeof textFieldInputFontSizes[number];
|
|
8
10
|
export default interface TextFieldProps extends OverridableComponentProps<TextInputProps, {
|
|
9
11
|
/**
|
|
10
12
|
* Determines the style of the container that wraps the input.
|
|
@@ -37,5 +39,16 @@ export default interface TextFieldProps extends OverridableComponentProps<TextIn
|
|
|
37
39
|
* @default default
|
|
38
40
|
*/
|
|
39
41
|
variant?: TextFieldVariant;
|
|
42
|
+
/**
|
|
43
|
+
* Determines the font size of the input.
|
|
44
|
+
* @default large
|
|
45
|
+
*/
|
|
46
|
+
inputFontSize?: TextFieldInputFontSize;
|
|
47
|
+
/**
|
|
48
|
+
* Determines whether to display the word counter below the input.
|
|
49
|
+
* Requires maxLength to be set.
|
|
50
|
+
* @default false
|
|
51
|
+
*/
|
|
52
|
+
showWordCounter?: boolean;
|
|
40
53
|
}> {
|
|
41
54
|
}
|
|
@@ -1,9 +1,11 @@
|
|
|
1
|
+
import type { TextStyle } from 'react-native';
|
|
1
2
|
import type { FountainUiStyle } from '@fountain-ui/styles';
|
|
2
|
-
import type { TextFieldStatus, TextFieldVariant } from './TextFieldProps';
|
|
3
|
+
import type { TextFieldInputFontSize, TextFieldStatus, TextFieldVariant } from './TextFieldProps';
|
|
3
4
|
interface VariantStyleMap {
|
|
4
5
|
containerStyle?: FountainUiStyle;
|
|
6
|
+
inputFontStyle?: TextStyle;
|
|
5
7
|
inputStyle?: FountainUiStyle;
|
|
6
8
|
hintStyle?: FountainUiStyle;
|
|
7
9
|
}
|
|
8
|
-
export default function useVariantStyleMap(variant: TextFieldVariant, status: TextFieldStatus, isFocused: boolean): VariantStyleMap;
|
|
10
|
+
export default function useVariantStyleMap(variant: TextFieldVariant, status: TextFieldStatus, isFocused: boolean, inputFontSize?: TextFieldInputFontSize): VariantStyleMap;
|
|
9
11
|
export {};
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
-
|
|
1
|
+
import BackButton from './BackButton';
|
|
2
2
|
import type ToolbarProps from './ToolbarProps';
|
|
3
|
-
|
|
3
|
+
declare const Toolbar: {
|
|
4
|
+
(props: ToolbarProps): JSX.Element;
|
|
5
|
+
BackButton: typeof BackButton;
|
|
6
|
+
};
|
|
7
|
+
export default Toolbar;
|
|
@@ -8,11 +8,6 @@ export default interface ToolbarProps extends OverridableComponentProps<RowProps
|
|
|
8
8
|
* The content of the component.
|
|
9
9
|
*/
|
|
10
10
|
children: React.ReactNode;
|
|
11
|
-
/**
|
|
12
|
-
* If `true`, disables gutter padding.
|
|
13
|
-
* @default false
|
|
14
|
-
*/
|
|
15
|
-
disableGutters?: boolean;
|
|
16
11
|
/**
|
|
17
12
|
* Determines the height of the toolbar.
|
|
18
13
|
* @default 'medium'
|
|
@@ -1,2 +1,6 @@
|
|
|
1
1
|
export { default } from './Beak';
|
|
2
2
|
export type { default as BeakProps } from './BeakProps';
|
|
3
|
+
export { default as HorizontalLargeBeak } from './HorizontalLargeBeak';
|
|
4
|
+
export { default as HorizontalSmallBeak } from './HorizontalSmallBeak';
|
|
5
|
+
export { default as VerticalLargeBeak } from './VerticalLargeBeak';
|
|
6
|
+
export { default as VerticalSmallBeak } from './VerticalSmallBeak';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import type { TextProps, ViewProps } from 'react-native';
|
|
3
|
-
import type { ComponentProps } from '../types';
|
|
4
3
|
import type { ButtonProps } from '../Button';
|
|
4
|
+
import type { OverridableComponentProps } from '../types';
|
|
5
5
|
export declare const tooltipPlacements: readonly ["top", "bottom", "left", "right"];
|
|
6
6
|
export declare type TooltipPlacement = typeof tooltipPlacements[number];
|
|
7
7
|
export declare const tooltipSizes: readonly ["small", "large"];
|
|
@@ -18,7 +18,7 @@ export declare type TooltipInitialLayout = {
|
|
|
18
18
|
x: number;
|
|
19
19
|
y: number;
|
|
20
20
|
};
|
|
21
|
-
export default interface TooltipProps extends
|
|
21
|
+
export default interface TooltipProps extends OverridableComponentProps<ViewProps, {
|
|
22
22
|
/**
|
|
23
23
|
* Tooltip reference element.
|
|
24
24
|
*/
|
|
@@ -48,6 +48,10 @@ export default interface TypographyProps extends ComponentProps<{
|
|
|
48
48
|
* Internal use only. The hyperlink of the text.
|
|
49
49
|
*/
|
|
50
50
|
href?: string;
|
|
51
|
+
/**
|
|
52
|
+
* Defines the vertical spacing between lines of text.
|
|
53
|
+
*/
|
|
54
|
+
lineHeight?: TextStyle['lineHeight'];
|
|
51
55
|
/**
|
|
52
56
|
* Used to truncate the text with an ellipsis after computing the text
|
|
53
57
|
* layout, including line wrapping, such that the total number of lines
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
declare const _default: React.FunctionComponent<Animated.AnimateProps<import("../AppBar").AppBarProps & React.RefAttributes<import("react-native").View>>>;
|
|
2
|
+
declare const _default: React.FunctionComponent<import("react-native-reanimated").AnimateProps<import("../AppBar").AppBarProps & React.RefAttributes<import("react-native/types").View>>>;
|
|
4
3
|
export default _default;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
declare const _default: React.ComponentClass<Animated.AnimateProps<import("react-native").FlatListProps<unknown>>, any>;
|
|
2
|
+
declare const _default: React.ComponentClass<import("react-native-reanimated").AnimateProps<import("react-native").FlatListProps<unknown>>, any>;
|
|
4
3
|
export default _default;
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
|
|
3
|
-
declare const _default: React.FunctionComponent<Animated.AnimateProps<import("../Typography").TypographyProps & React.RefAttributes<import("react-native").Text>>>;
|
|
2
|
+
declare const _default: React.FunctionComponent<import("react-native-reanimated").AnimateProps<import("../Typography").TypographyProps & React.RefAttributes<import("react-native/types").Text>>>;
|
|
4
3
|
export default _default;
|
|
@@ -13,8 +13,8 @@ export interface ContentInsets {
|
|
|
13
13
|
}
|
|
14
14
|
export interface Options {
|
|
15
15
|
keyboardDismissMode?: 'none' | 'on-drag';
|
|
16
|
-
dividerExposureMode?: 'always' | 'overlapped';
|
|
17
16
|
supportsReverseScroll?: boolean;
|
|
17
|
+
minVisibleHeight?: number;
|
|
18
18
|
}
|
|
19
19
|
export interface CollapsibleAppBar {
|
|
20
20
|
appBarStyle: ViewStyleProp;
|
|
@@ -22,6 +22,7 @@ export interface CollapsibleAppBar {
|
|
|
22
22
|
onCollapsibleToolbarLayout: OnLayoutCallback;
|
|
23
23
|
onScroll: OnScroll;
|
|
24
24
|
onScrollViewChanged: (index: number) => void;
|
|
25
|
+
recoverAppBar: () => void;
|
|
25
26
|
scrollContentInsets: ContentInsets;
|
|
26
27
|
isScrolled: boolean;
|
|
27
28
|
}
|
|
@@ -3,5 +3,6 @@ import type { Theme } from '../types';
|
|
|
3
3
|
export interface Config {
|
|
4
4
|
maxWidth?: number;
|
|
5
5
|
styleProvider?: (theme: Theme) => FountainUiStyle;
|
|
6
|
+
isHomeScreen?: boolean;
|
|
6
7
|
}
|
|
7
|
-
export default function useContentContainerStyle(config
|
|
8
|
+
export default function useContentContainerStyle(config?: Config): FountainUiStyle;
|
|
@@ -0,0 +1,358 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: React.MemoExoticComponent<{
|
|
3
|
+
(props: {
|
|
4
|
+
readonly color?: "accent" | "base" | "strong" | "strongInverse" | "baseInverse" | "baseOpacity" | "baseOpacityInverse" | "weak" | "weakInverse" | "weakOpacity" | "weakOpacityInverse" | "accentAlt" | undefined;
|
|
5
|
+
fontFamily?: string | undefined;
|
|
6
|
+
fontSize?: import("react-native-svg").NumberProp | undefined;
|
|
7
|
+
fontWeight?: import("react-native-svg").FontWeight | undefined;
|
|
8
|
+
letterSpacing?: import("react-native-svg").NumberProp | undefined;
|
|
9
|
+
readonly fill?: import("react-native/types").ColorValue | undefined;
|
|
10
|
+
fontStyle?: import("react-native-svg").FontStyle | undefined;
|
|
11
|
+
fontVariant?: import("react-native-svg").FontVariant | undefined;
|
|
12
|
+
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
13
|
+
filter?: string | undefined;
|
|
14
|
+
readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
|
|
15
|
+
onLayout?: ((event: import("react-native/types").LayoutChangeEvent) => void) | undefined;
|
|
16
|
+
readonly height?: import("react-native-svg").NumberProp | undefined;
|
|
17
|
+
scale?: import("react-native-svg").NumberArray | undefined;
|
|
18
|
+
scaleX?: import("react-native-svg").NumberProp | undefined;
|
|
19
|
+
scaleY?: import("react-native-svg").NumberProp | undefined;
|
|
20
|
+
translateX?: import("react-native-svg").NumberProp | undefined;
|
|
21
|
+
translateY?: import("react-native-svg").NumberProp | undefined;
|
|
22
|
+
skewX?: import("react-native-svg").NumberProp | undefined;
|
|
23
|
+
skewY?: import("react-native-svg").NumberProp | undefined;
|
|
24
|
+
readonly width?: import("react-native-svg").NumberProp | undefined;
|
|
25
|
+
title?: string | undefined;
|
|
26
|
+
hitSlop?: number | import("react-native/types").Insets | undefined;
|
|
27
|
+
id?: string | undefined;
|
|
28
|
+
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
29
|
+
removeClippedSubviews?: boolean | undefined;
|
|
30
|
+
testID?: string | undefined;
|
|
31
|
+
nativeID?: string | undefined;
|
|
32
|
+
experimental_layoutConformance?: "strict" | "classic" | undefined;
|
|
33
|
+
collapsable?: boolean | undefined;
|
|
34
|
+
collapsableChildren?: boolean | undefined;
|
|
35
|
+
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
36
|
+
focusable?: boolean | undefined;
|
|
37
|
+
tabIndex?: 0 | -1 | undefined;
|
|
38
|
+
shouldRasterizeIOS?: boolean | undefined;
|
|
39
|
+
isTVSelectable?: boolean | undefined;
|
|
40
|
+
hasTVPreferredFocus?: boolean | undefined;
|
|
41
|
+
tvParallaxShiftDistanceX?: number | undefined;
|
|
42
|
+
tvParallaxShiftDistanceY?: number | undefined;
|
|
43
|
+
tvParallaxTiltAngle?: number | undefined;
|
|
44
|
+
tvParallaxMagnification?: number | undefined;
|
|
45
|
+
onStartShouldSetResponder?: ((event: import("react-native/types").GestureResponderEvent) => boolean) | undefined;
|
|
46
|
+
onMoveShouldSetResponder?: ((event: import("react-native/types").GestureResponderEvent) => boolean) | undefined;
|
|
47
|
+
onResponderEnd?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
|
|
48
|
+
onResponderGrant?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
|
|
49
|
+
onResponderReject?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
|
|
50
|
+
onResponderMove?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
|
|
51
|
+
onResponderRelease?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
|
|
52
|
+
onResponderStart?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
|
|
53
|
+
onResponderTerminationRequest?: ((event: import("react-native/types").GestureResponderEvent) => boolean) | undefined;
|
|
54
|
+
onResponderTerminate?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
|
|
55
|
+
onStartShouldSetResponderCapture?: ((event: import("react-native/types").GestureResponderEvent) => boolean) | undefined;
|
|
56
|
+
onMoveShouldSetResponderCapture?: ((event: import("react-native/types").GestureResponderEvent) => boolean) | undefined;
|
|
57
|
+
onTouchStart?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
|
|
58
|
+
onTouchMove?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
|
|
59
|
+
onTouchEnd?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
|
|
60
|
+
onTouchCancel?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
|
|
61
|
+
onTouchEndCapture?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
|
|
62
|
+
onPointerEnter?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
|
|
63
|
+
onPointerEnterCapture?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
|
|
64
|
+
onPointerLeave?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
|
|
65
|
+
onPointerLeaveCapture?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
|
|
66
|
+
onPointerMove?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
|
|
67
|
+
onPointerMoveCapture?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
|
|
68
|
+
onPointerCancel?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
|
|
69
|
+
onPointerCancelCapture?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
|
|
70
|
+
onPointerDown?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
|
|
71
|
+
onPointerDownCapture?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
|
|
72
|
+
onPointerUp?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
|
|
73
|
+
onPointerUpCapture?: ((event: import("react-native/types").PointerEvent) => void) | undefined;
|
|
74
|
+
accessible?: boolean | undefined;
|
|
75
|
+
accessibilityActions?: readonly Readonly<{
|
|
76
|
+
name: string;
|
|
77
|
+
label?: string | undefined;
|
|
78
|
+
}>[] | undefined;
|
|
79
|
+
accessibilityLabel?: string | undefined;
|
|
80
|
+
'aria-label'?: string | undefined;
|
|
81
|
+
accessibilityRole?: import("react-native/types").AccessibilityRole | undefined;
|
|
82
|
+
accessibilityState?: import("react-native/types").AccessibilityState | undefined;
|
|
83
|
+
'aria-busy'?: boolean | undefined;
|
|
84
|
+
'aria-checked'?: boolean | "mixed" | undefined;
|
|
85
|
+
'aria-disabled'?: boolean | undefined;
|
|
86
|
+
'aria-expanded'?: boolean | undefined;
|
|
87
|
+
'aria-selected'?: boolean | undefined;
|
|
88
|
+
accessibilityHint?: string | undefined;
|
|
89
|
+
accessibilityValue?: import("react-native/types").AccessibilityValue | undefined;
|
|
90
|
+
'aria-valuemax'?: number | undefined;
|
|
91
|
+
'aria-valuemin'?: number | undefined;
|
|
92
|
+
'aria-valuenow'?: number | undefined;
|
|
93
|
+
'aria-valuetext'?: string | undefined;
|
|
94
|
+
onAccessibilityAction?: ((event: import("react-native/types").AccessibilityActionEvent) => void) | undefined;
|
|
95
|
+
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
96
|
+
'aria-hidden'?: boolean | undefined;
|
|
97
|
+
'aria-modal'?: boolean | undefined;
|
|
98
|
+
role?: import("react-native/types").Role | undefined;
|
|
99
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
100
|
+
'aria-labelledby'?: string | undefined;
|
|
101
|
+
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
102
|
+
'aria-live'?: "polite" | "assertive" | "off" | undefined;
|
|
103
|
+
accessibilityElementsHidden?: boolean | undefined;
|
|
104
|
+
accessibilityViewIsModal?: boolean | undefined;
|
|
105
|
+
onAccessibilityEscape?: (() => void) | undefined;
|
|
106
|
+
onAccessibilityTap?: (() => void) | undefined;
|
|
107
|
+
onMagicTap?: (() => void) | undefined;
|
|
108
|
+
accessibilityIgnoresInvertColors?: boolean | undefined;
|
|
109
|
+
accessibilityLanguage?: string | undefined;
|
|
110
|
+
accessibilityShowsLargeContentViewer?: boolean | undefined;
|
|
111
|
+
accessibilityLargeContentTitle?: string | undefined;
|
|
112
|
+
readonly viewBox?: string | undefined;
|
|
113
|
+
preserveAspectRatio?: string | undefined;
|
|
114
|
+
opacity?: import("react-native-svg").NumberProp | undefined;
|
|
115
|
+
fillOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
116
|
+
fillRule?: import("react-native-svg").FillRule | undefined;
|
|
117
|
+
stroke?: import("react-native/types").ColorValue | undefined;
|
|
118
|
+
strokeWidth?: import("react-native-svg").NumberProp | undefined;
|
|
119
|
+
strokeOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
120
|
+
strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
|
|
121
|
+
strokeDashoffset?: import("react-native-svg").NumberProp | undefined;
|
|
122
|
+
strokeLinecap?: import("react-native-svg").Linecap | undefined;
|
|
123
|
+
strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
|
|
124
|
+
strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
|
|
125
|
+
vectorEffect?: import("react-native-svg").VectorEffect | undefined;
|
|
126
|
+
clipRule?: import("react-native-svg").FillRule | undefined;
|
|
127
|
+
clipPath?: string | undefined;
|
|
128
|
+
translate?: import("react-native-svg").NumberArray | undefined;
|
|
129
|
+
origin?: import("react-native-svg").NumberArray | undefined;
|
|
130
|
+
originX?: import("react-native-svg").NumberProp | undefined;
|
|
131
|
+
originY?: import("react-native-svg").NumberProp | undefined;
|
|
132
|
+
skew?: import("react-native-svg").NumberArray | undefined;
|
|
133
|
+
rotation?: import("react-native-svg").NumberProp | undefined;
|
|
134
|
+
x?: import("react-native-svg").NumberArray | undefined;
|
|
135
|
+
y?: import("react-native-svg").NumberArray | undefined;
|
|
136
|
+
transform?: string | readonly (({
|
|
137
|
+
perspective: import("react-native/types").AnimatableNumericValue;
|
|
138
|
+
} & {
|
|
139
|
+
rotate?: undefined;
|
|
140
|
+
rotateX?: undefined;
|
|
141
|
+
rotateY?: undefined;
|
|
142
|
+
rotateZ?: undefined;
|
|
143
|
+
scale?: undefined;
|
|
144
|
+
scaleX?: undefined;
|
|
145
|
+
scaleY?: undefined;
|
|
146
|
+
translateX?: undefined;
|
|
147
|
+
translateY?: undefined;
|
|
148
|
+
skewX?: undefined;
|
|
149
|
+
skewY?: undefined;
|
|
150
|
+
matrix?: undefined;
|
|
151
|
+
}) | ({
|
|
152
|
+
rotate: import("react-native/types").AnimatableStringValue;
|
|
153
|
+
} & {
|
|
154
|
+
perspective?: undefined;
|
|
155
|
+
rotateX?: undefined;
|
|
156
|
+
rotateY?: undefined;
|
|
157
|
+
rotateZ?: undefined;
|
|
158
|
+
scale?: undefined;
|
|
159
|
+
scaleX?: undefined;
|
|
160
|
+
scaleY?: undefined;
|
|
161
|
+
translateX?: undefined;
|
|
162
|
+
translateY?: undefined;
|
|
163
|
+
skewX?: undefined;
|
|
164
|
+
skewY?: undefined;
|
|
165
|
+
matrix?: undefined;
|
|
166
|
+
}) | ({
|
|
167
|
+
rotateX: import("react-native/types").AnimatableStringValue;
|
|
168
|
+
} & {
|
|
169
|
+
perspective?: undefined;
|
|
170
|
+
rotate?: undefined;
|
|
171
|
+
rotateY?: undefined;
|
|
172
|
+
rotateZ?: undefined;
|
|
173
|
+
scale?: undefined;
|
|
174
|
+
scaleX?: undefined;
|
|
175
|
+
scaleY?: undefined;
|
|
176
|
+
translateX?: undefined;
|
|
177
|
+
translateY?: undefined;
|
|
178
|
+
skewX?: undefined;
|
|
179
|
+
skewY?: undefined;
|
|
180
|
+
matrix?: undefined;
|
|
181
|
+
}) | ({
|
|
182
|
+
rotateY: import("react-native/types").AnimatableStringValue;
|
|
183
|
+
} & {
|
|
184
|
+
perspective?: undefined;
|
|
185
|
+
rotate?: undefined;
|
|
186
|
+
rotateX?: undefined;
|
|
187
|
+
rotateZ?: undefined;
|
|
188
|
+
scale?: undefined;
|
|
189
|
+
scaleX?: undefined;
|
|
190
|
+
scaleY?: undefined;
|
|
191
|
+
translateX?: undefined;
|
|
192
|
+
translateY?: undefined;
|
|
193
|
+
skewX?: undefined;
|
|
194
|
+
skewY?: undefined;
|
|
195
|
+
matrix?: undefined;
|
|
196
|
+
}) | ({
|
|
197
|
+
rotateZ: import("react-native/types").AnimatableStringValue;
|
|
198
|
+
} & {
|
|
199
|
+
perspective?: undefined;
|
|
200
|
+
rotate?: undefined;
|
|
201
|
+
rotateX?: undefined;
|
|
202
|
+
rotateY?: undefined;
|
|
203
|
+
scale?: undefined;
|
|
204
|
+
scaleX?: undefined;
|
|
205
|
+
scaleY?: undefined;
|
|
206
|
+
translateX?: undefined;
|
|
207
|
+
translateY?: undefined;
|
|
208
|
+
skewX?: undefined;
|
|
209
|
+
skewY?: undefined;
|
|
210
|
+
matrix?: undefined;
|
|
211
|
+
}) | ({
|
|
212
|
+
scale: import("react-native/types").AnimatableNumericValue;
|
|
213
|
+
} & {
|
|
214
|
+
perspective?: undefined;
|
|
215
|
+
rotate?: undefined;
|
|
216
|
+
rotateX?: undefined;
|
|
217
|
+
rotateY?: undefined;
|
|
218
|
+
rotateZ?: undefined;
|
|
219
|
+
scaleX?: undefined;
|
|
220
|
+
scaleY?: undefined;
|
|
221
|
+
translateX?: undefined;
|
|
222
|
+
translateY?: undefined;
|
|
223
|
+
skewX?: undefined;
|
|
224
|
+
skewY?: undefined;
|
|
225
|
+
matrix?: undefined;
|
|
226
|
+
}) | ({
|
|
227
|
+
scaleX: import("react-native/types").AnimatableNumericValue;
|
|
228
|
+
} & {
|
|
229
|
+
perspective?: undefined;
|
|
230
|
+
rotate?: undefined;
|
|
231
|
+
rotateX?: undefined;
|
|
232
|
+
rotateY?: undefined;
|
|
233
|
+
rotateZ?: undefined;
|
|
234
|
+
scale?: undefined;
|
|
235
|
+
scaleY?: undefined;
|
|
236
|
+
translateX?: undefined;
|
|
237
|
+
translateY?: undefined;
|
|
238
|
+
skewX?: undefined;
|
|
239
|
+
skewY?: undefined;
|
|
240
|
+
matrix?: undefined;
|
|
241
|
+
}) | ({
|
|
242
|
+
scaleY: import("react-native/types").AnimatableNumericValue;
|
|
243
|
+
} & {
|
|
244
|
+
perspective?: undefined;
|
|
245
|
+
rotate?: undefined;
|
|
246
|
+
rotateX?: undefined;
|
|
247
|
+
rotateY?: undefined;
|
|
248
|
+
rotateZ?: undefined;
|
|
249
|
+
scale?: undefined;
|
|
250
|
+
scaleX?: undefined;
|
|
251
|
+
translateX?: undefined;
|
|
252
|
+
translateY?: undefined;
|
|
253
|
+
skewX?: undefined;
|
|
254
|
+
skewY?: undefined;
|
|
255
|
+
matrix?: undefined;
|
|
256
|
+
}) | ({
|
|
257
|
+
translateX: import("react-native/types").AnimatableNumericValue | `${number}%`;
|
|
258
|
+
} & {
|
|
259
|
+
perspective?: undefined;
|
|
260
|
+
rotate?: undefined;
|
|
261
|
+
rotateX?: undefined;
|
|
262
|
+
rotateY?: undefined;
|
|
263
|
+
rotateZ?: undefined;
|
|
264
|
+
scale?: undefined;
|
|
265
|
+
scaleX?: undefined;
|
|
266
|
+
scaleY?: undefined;
|
|
267
|
+
translateY?: undefined;
|
|
268
|
+
skewX?: undefined;
|
|
269
|
+
skewY?: undefined;
|
|
270
|
+
matrix?: undefined;
|
|
271
|
+
}) | ({
|
|
272
|
+
translateY: import("react-native/types").AnimatableNumericValue | `${number}%`;
|
|
273
|
+
} & {
|
|
274
|
+
perspective?: undefined;
|
|
275
|
+
rotate?: undefined;
|
|
276
|
+
rotateX?: undefined;
|
|
277
|
+
rotateY?: undefined;
|
|
278
|
+
rotateZ?: undefined;
|
|
279
|
+
scale?: undefined;
|
|
280
|
+
scaleX?: undefined;
|
|
281
|
+
scaleY?: undefined;
|
|
282
|
+
translateX?: undefined;
|
|
283
|
+
skewX?: undefined;
|
|
284
|
+
skewY?: undefined;
|
|
285
|
+
matrix?: undefined;
|
|
286
|
+
}) | ({
|
|
287
|
+
skewX: import("react-native/types").AnimatableStringValue;
|
|
288
|
+
} & {
|
|
289
|
+
perspective?: undefined;
|
|
290
|
+
rotate?: undefined;
|
|
291
|
+
rotateX?: undefined;
|
|
292
|
+
rotateY?: undefined;
|
|
293
|
+
rotateZ?: undefined;
|
|
294
|
+
scale?: undefined;
|
|
295
|
+
scaleX?: undefined;
|
|
296
|
+
scaleY?: undefined;
|
|
297
|
+
translateX?: undefined;
|
|
298
|
+
translateY?: undefined;
|
|
299
|
+
skewY?: undefined;
|
|
300
|
+
matrix?: undefined;
|
|
301
|
+
}) | ({
|
|
302
|
+
skewY: import("react-native/types").AnimatableStringValue;
|
|
303
|
+
} & {
|
|
304
|
+
perspective?: undefined;
|
|
305
|
+
rotate?: undefined;
|
|
306
|
+
rotateX?: undefined;
|
|
307
|
+
rotateY?: undefined;
|
|
308
|
+
rotateZ?: undefined;
|
|
309
|
+
scale?: undefined;
|
|
310
|
+
scaleX?: undefined;
|
|
311
|
+
scaleY?: undefined;
|
|
312
|
+
translateX?: undefined;
|
|
313
|
+
translateY?: undefined;
|
|
314
|
+
skewX?: undefined;
|
|
315
|
+
matrix?: undefined;
|
|
316
|
+
}) | ({
|
|
317
|
+
matrix: import("react-native/types").AnimatableNumericValue[];
|
|
318
|
+
} & {
|
|
319
|
+
perspective?: undefined;
|
|
320
|
+
rotate?: undefined;
|
|
321
|
+
rotateX?: undefined;
|
|
322
|
+
rotateY?: undefined;
|
|
323
|
+
rotateZ?: undefined;
|
|
324
|
+
scale?: undefined;
|
|
325
|
+
scaleX?: undefined;
|
|
326
|
+
scaleY?: undefined;
|
|
327
|
+
translateX?: undefined;
|
|
328
|
+
translateY?: undefined;
|
|
329
|
+
skewX?: undefined;
|
|
330
|
+
skewY?: undefined;
|
|
331
|
+
}))[] | import("react-native-svg").ColumnMajorTransformMatrix | undefined;
|
|
332
|
+
disabled?: boolean | undefined;
|
|
333
|
+
onPress?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
|
|
334
|
+
onPressIn?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
|
|
335
|
+
onPressOut?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
|
|
336
|
+
onLongPress?: ((event: import("react-native/types").GestureResponderEvent) => void) | undefined;
|
|
337
|
+
delayPressIn?: number | undefined;
|
|
338
|
+
delayPressOut?: number | undefined;
|
|
339
|
+
delayLongPress?: number | undefined;
|
|
340
|
+
marker?: string | undefined;
|
|
341
|
+
markerStart?: string | undefined;
|
|
342
|
+
markerMid?: string | undefined;
|
|
343
|
+
markerEnd?: string | undefined;
|
|
344
|
+
mask?: string | undefined;
|
|
345
|
+
font?: import("react-native-svg").FontObject | undefined;
|
|
346
|
+
fontStretch?: import("react-native-svg").FontStretch | undefined;
|
|
347
|
+
textAnchor?: import("react-native-svg").TextAnchor | undefined;
|
|
348
|
+
textDecoration?: import("react-native-svg").TextDecoration | undefined;
|
|
349
|
+
wordSpacing?: import("react-native-svg").NumberProp | undefined;
|
|
350
|
+
kerning?: import("react-native-svg").NumberProp | undefined;
|
|
351
|
+
fontFeatureSettings?: string | undefined;
|
|
352
|
+
fontVariantLigatures?: import("react-native-svg").FontVariantLigatures | undefined;
|
|
353
|
+
fontVariationSettings?: string | undefined;
|
|
354
|
+
readonly size?: "medium" | "small" | "large" | undefined;
|
|
355
|
+
}): JSX.Element;
|
|
356
|
+
displayName: string;
|
|
357
|
+
}>;
|
|
358
|
+
export default _default;
|