@fountain-ui/core 2.0.0-beta.9 → 2.0.0-beta.90
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/CHANGELOG.md +32 -0
- package/build/commonjs/Accordion/Accordion.js +110 -27
- package/build/commonjs/Accordion/Accordion.js.map +1 -1
- package/build/commonjs/Accordion/AccordionProps.js.map +1 -1
- package/build/commonjs/Badge/Badge.js +5 -14
- package/build/commonjs/Badge/Badge.js.map +1 -1
- package/build/commonjs/Badge/BadgeProps.js.map +1 -1
- package/build/commonjs/Button/Button.js +6 -3
- package/build/commonjs/Button/Button.js.map +1 -1
- package/build/commonjs/ButtonBase/ButtonBase.js +65 -51
- package/build/commonjs/ButtonBase/ButtonBase.js.map +1 -1
- package/build/commonjs/ButtonBase/ButtonBaseProps.js.map +1 -1
- package/build/commonjs/Checkbox/CheckboxProps.js.map +1 -1
- package/build/commonjs/Chip/Chip.js +11 -9
- package/build/commonjs/Chip/Chip.js.map +1 -1
- package/build/commonjs/Chip/ChipProps.js.map +1 -1
- package/build/commonjs/CircularProgress/CircularProgress.js +27 -28
- package/build/commonjs/CircularProgress/CircularProgress.js.map +1 -1
- package/build/commonjs/Dialog/Dialog.js +118 -10
- package/build/commonjs/Dialog/Dialog.js.map +1 -1
- package/build/commonjs/Dialog/DialogProps.js.map +1 -1
- package/build/commonjs/Divider/Divider.js +26 -18
- package/build/commonjs/Divider/Divider.js.map +1 -1
- package/build/commonjs/Divider/DividerProps.js.map +1 -1
- package/build/commonjs/Image/Image.js +58 -14
- package/build/commonjs/Image/Image.js.map +1 -1
- package/build/commonjs/Image/ImageProps.js.map +1 -1
- package/build/commonjs/Image/index.js.map +1 -1
- package/build/commonjs/ImageCore/ImageCoreNative.js +36 -26
- package/build/commonjs/ImageCore/ImageCoreNative.js.map +1 -1
- package/build/commonjs/ImageCore/ImageCoreProps.js.map +1 -1
- package/build/commonjs/ImageCore/ImageCoreWeb.js +19 -1
- package/build/commonjs/ImageCore/ImageCoreWeb.js.map +1 -1
- package/build/commonjs/ImageCore/ImageFileExtensionContext.js +14 -0
- package/build/commonjs/ImageCore/ImageFileExtensionContext.js.map +1 -0
- package/build/commonjs/ImageCore/ImageFileExtensionProvider.js +42 -0
- package/build/commonjs/ImageCore/ImageFileExtensionProvider.js.map +1 -0
- package/build/commonjs/ImageCore/index.js +17 -5
- package/build/commonjs/ImageCore/index.js.map +1 -1
- package/build/commonjs/ImageCore/index.native.js +27 -0
- package/build/commonjs/ImageCore/index.native.js.map +1 -1
- package/build/commonjs/Modal/AnimatedContainer/index.js +167 -0
- package/build/commonjs/Modal/AnimatedContainer/index.js.map +1 -0
- package/build/commonjs/Modal/Modal.js +43 -9
- package/build/commonjs/Modal/Modal.js.map +1 -1
- package/build/commonjs/Modal/ModalProps.js +12 -0
- package/build/commonjs/Modal/ModalProps.js.map +1 -1
- package/build/commonjs/Modal/index.js +8 -0
- package/build/commonjs/Modal/index.js.map +1 -1
- package/build/commonjs/Paper/Paper.js +1 -1
- package/build/commonjs/Paper/Paper.js.map +1 -1
- package/build/commonjs/Radio/Radio.js +11 -4
- package/build/commonjs/Radio/Radio.js.map +1 -1
- package/build/commonjs/Radio/RadioProps.js.map +1 -1
- package/build/commonjs/Slide/Slide.js +41 -27
- package/build/commonjs/Slide/Slide.js.map +1 -1
- package/build/commonjs/Slide/SlideProps.js.map +1 -1
- package/build/commonjs/Snackbar/Snackbar.js +34 -7
- package/build/commonjs/Snackbar/Snackbar.js.map +1 -1
- package/build/commonjs/Snackbar/SnackbarProps.js.map +1 -1
- package/build/commonjs/SnackbarContent/SnackbarContent.js +32 -14
- package/build/commonjs/SnackbarContent/SnackbarContent.js.map +1 -1
- package/build/commonjs/SnackbarContent/SnackbarContentProps.js.map +1 -1
- package/build/commonjs/SvgIcon/SvgIcon.js +1 -1
- package/build/commonjs/SvgIcon/SvgIcon.js.map +1 -1
- package/build/commonjs/Tab/Tab.js +66 -20
- package/build/commonjs/Tab/Tab.js.map +1 -1
- package/build/commonjs/Tab/TabIndicator.js +11 -7
- package/build/commonjs/Tab/TabIndicator.js.map +1 -1
- package/build/commonjs/Tab/TabProps.js.map +1 -1
- package/build/commonjs/Tab/index.js.map +1 -1
- package/build/commonjs/Tabs/IndexAwareTab.js +35 -0
- package/build/commonjs/Tabs/IndexAwareTab.js.map +1 -0
- package/build/commonjs/Tabs/InternalContext.js +17 -0
- package/build/commonjs/Tabs/InternalContext.js.map +1 -0
- package/build/commonjs/Tabs/ScrollableTabsView.js +35 -0
- package/build/commonjs/Tabs/ScrollableTabsView.js.map +1 -0
- package/build/commonjs/Tabs/TabIndicator.js +73 -28
- package/build/commonjs/Tabs/TabIndicator.js.map +1 -1
- package/build/commonjs/Tabs/TabIndicatorProps.js.map +1 -1
- package/build/commonjs/Tabs/Tabs.js +119 -83
- 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/types.js +2 -0
- package/build/commonjs/Tabs/types.js.map +1 -0
- package/build/commonjs/Tabs/useIndexStore.js +35 -0
- package/build/commonjs/Tabs/useIndexStore.js.map +1 -0
- package/build/commonjs/Tabs/useScrollViewReaction.js +69 -0
- package/build/commonjs/Tabs/useScrollViewReaction.js.map +1 -0
- package/build/commonjs/Tabs/useTabCoordinates.js +30 -0
- package/build/commonjs/Tabs/useTabCoordinates.js.map +1 -0
- package/build/commonjs/Tabs/useTabInnerContentsWidth.js +30 -0
- package/build/commonjs/Tabs/useTabInnerContentsWidth.js.map +1 -0
- package/build/commonjs/Tabs/utils.js +19 -0
- package/build/commonjs/Tabs/utils.js.map +1 -0
- package/build/commonjs/TextField/InputLabel.js +6 -3
- package/build/commonjs/TextField/InputLabel.js.map +1 -1
- package/build/commonjs/TextField/OutlinedTextField.js +6 -2
- package/build/commonjs/TextField/OutlinedTextField.js.map +1 -1
- package/build/commonjs/TextField/TextField.js +15 -8
- package/build/commonjs/TextField/TextField.js.map +1 -1
- package/build/commonjs/TextField/TextFieldProps.js.map +1 -1
- package/build/commonjs/Tooltip/Tooltip.js +50 -31
- package/build/commonjs/Tooltip/Tooltip.js.map +1 -1
- package/build/commonjs/Tooltip/TooltipProps.js.map +1 -1
- package/build/commonjs/Typography/Typography.js +14 -5
- package/build/commonjs/Typography/Typography.js.map +1 -1
- package/build/commonjs/Typography/TypographyProps.js.map +1 -1
- package/build/commonjs/animated/AnimatedPressable.js +2 -3
- package/build/commonjs/animated/AnimatedPressable.js.map +1 -1
- package/build/commonjs/hooks/index.js +32 -0
- package/build/commonjs/hooks/index.js.map +1 -1
- package/build/commonjs/hooks/useAnimatedValue.js +31 -0
- package/build/commonjs/hooks/useAnimatedValue.js.map +1 -0
- package/build/commonjs/hooks/useCollapsibleAppBar.js +41 -54
- package/build/commonjs/hooks/useCollapsibleAppBar.js.map +1 -1
- package/build/commonjs/hooks/useDebounce.js +33 -0
- package/build/commonjs/hooks/useDebounce.js.map +1 -0
- package/build/commonjs/hooks/useFadeInAppBar.js +21 -23
- package/build/commonjs/hooks/useFadeInAppBar.js.map +1 -1
- package/build/commonjs/hooks/useImperativeState.js +26 -0
- package/build/commonjs/hooks/useImperativeState.js.map +1 -0
- package/build/commonjs/hooks/useSyncAnimatedValue.js +40 -0
- package/build/commonjs/hooks/useSyncAnimatedValue.js.map +1 -0
- package/build/commonjs/hooks/useThrottle.js +3 -7
- package/build/commonjs/hooks/useThrottle.js.map +1 -1
- package/build/commonjs/hooks/useValidWindowDimensions/index.ios.js +14 -7
- package/build/commonjs/hooks/useValidWindowDimensions/index.ios.js.map +1 -1
- package/build/commonjs/index.js +28 -0
- package/build/commonjs/index.js.map +1 -1
- package/build/commonjs/internal/hooks/index.js +0 -8
- package/build/commonjs/internal/hooks/index.js.map +1 -1
- package/build/commonjs/internal/hooks/useHeight.js +3 -9
- package/build/commonjs/internal/hooks/useHeight.js.map +1 -1
- package/build/commonjs/internal/icons/Checkbox.js +1 -1
- package/build/commonjs/internal/icons/Checkbox.js.map +1 -1
- package/build/commonjs/internal/icons/CheckboxChecked.js +1 -1
- package/build/commonjs/internal/icons/CheckboxChecked.js.map +1 -1
- package/build/commonjs/internal/icons/ChevronDown.js +1 -1
- package/build/commonjs/internal/icons/ChevronDown.js.map +1 -1
- package/build/commonjs/internal/icons/ChevronLeft.js +1 -1
- package/build/commonjs/internal/icons/ChevronLeft.js.map +1 -1
- package/build/commonjs/internal/icons/ChevronRight.js +1 -1
- package/build/commonjs/internal/icons/ChevronRight.js.map +1 -1
- package/build/commonjs/internal/icons/Close.js +1 -1
- package/build/commonjs/internal/icons/Close.js.map +1 -1
- package/build/commonjs/internal/icons/Radio.js +1 -1
- package/build/commonjs/internal/icons/Radio.js.map +1 -1
- package/build/commonjs/internal/icons/RadioChecked.js +1 -1
- package/build/commonjs/internal/icons/RadioChecked.js.map +1 -1
- package/build/commonjs/store/MockStore.js +27 -0
- package/build/commonjs/store/MockStore.js.map +1 -0
- package/build/commonjs/store/SimpleStore.js +59 -0
- package/build/commonjs/store/SimpleStore.js.map +1 -0
- package/build/commonjs/store/index.js +24 -0
- package/build/commonjs/store/index.js.map +1 -0
- package/build/commonjs/store/types.js +2 -0
- package/build/commonjs/store/types.js.map +1 -0
- package/build/commonjs/types/index.js.map +1 -1
- package/build/commonjs/utils/index.js +8 -0
- package/build/commonjs/utils/index.js.map +1 -1
- package/build/commonjs/utils/isNotAndroid12.js +20 -0
- package/build/commonjs/utils/isNotAndroid12.js.map +1 -0
- package/build/module/Accordion/Accordion.js +111 -29
- package/build/module/Accordion/Accordion.js.map +1 -1
- package/build/module/Accordion/AccordionProps.js.map +1 -1
- package/build/module/Badge/Badge.js +5 -14
- package/build/module/Badge/Badge.js.map +1 -1
- package/build/module/Badge/BadgeProps.js.map +1 -1
- package/build/module/Button/Button.js +6 -3
- package/build/module/Button/Button.js.map +1 -1
- package/build/module/ButtonBase/ButtonBase.js +64 -49
- package/build/module/ButtonBase/ButtonBase.js.map +1 -1
- package/build/module/ButtonBase/ButtonBaseProps.js.map +1 -1
- package/build/module/Checkbox/CheckboxProps.js.map +1 -1
- package/build/module/Chip/Chip.js +11 -9
- package/build/module/Chip/Chip.js.map +1 -1
- package/build/module/Chip/ChipProps.js.map +1 -1
- package/build/module/CircularProgress/CircularProgress.js +25 -23
- package/build/module/CircularProgress/CircularProgress.js.map +1 -1
- package/build/module/Dialog/Dialog.js +109 -8
- package/build/module/Dialog/Dialog.js.map +1 -1
- package/build/module/Dialog/DialogProps.js.map +1 -1
- package/build/module/Divider/Divider.js +26 -18
- package/build/module/Divider/Divider.js.map +1 -1
- package/build/module/Divider/DividerProps.js.map +1 -1
- package/build/module/Image/Image.js +54 -12
- package/build/module/Image/Image.js.map +1 -1
- package/build/module/Image/ImageProps.js.map +1 -1
- package/build/module/Image/index.js.map +1 -1
- package/build/module/ImageCore/ImageCoreNative.js +31 -25
- package/build/module/ImageCore/ImageCoreNative.js.map +1 -1
- package/build/module/ImageCore/ImageCoreProps.js.map +1 -1
- package/build/module/ImageCore/ImageCoreWeb.js +19 -1
- package/build/module/ImageCore/ImageCoreWeb.js.map +1 -1
- package/build/module/ImageCore/ImageFileExtensionContext.js +5 -0
- package/build/module/ImageCore/ImageFileExtensionContext.js.map +1 -0
- package/build/module/ImageCore/ImageFileExtensionProvider.js +24 -0
- package/build/module/ImageCore/ImageFileExtensionProvider.js.map +1 -0
- package/build/module/ImageCore/index.js +2 -1
- package/build/module/ImageCore/index.js.map +1 -1
- package/build/module/ImageCore/index.native.js +2 -0
- package/build/module/ImageCore/index.native.js.map +1 -1
- package/build/module/Modal/AnimatedContainer/index.js +144 -0
- package/build/module/Modal/AnimatedContainer/index.js.map +1 -0
- package/build/module/Modal/Modal.js +43 -9
- package/build/module/Modal/Modal.js.map +1 -1
- package/build/module/Modal/ModalProps.js +5 -0
- package/build/module/Modal/ModalProps.js.map +1 -1
- package/build/module/Modal/index.js +1 -0
- package/build/module/Modal/index.js.map +1 -1
- package/build/module/Paper/Paper.js +1 -1
- package/build/module/Paper/Paper.js.map +1 -1
- package/build/module/Radio/Radio.js +9 -5
- package/build/module/Radio/Radio.js.map +1 -1
- package/build/module/Radio/RadioProps.js.map +1 -1
- package/build/module/Slide/Slide.js +39 -23
- package/build/module/Slide/Slide.js.map +1 -1
- package/build/module/Slide/SlideProps.js.map +1 -1
- package/build/module/Snackbar/Snackbar.js +25 -5
- package/build/module/Snackbar/Snackbar.js.map +1 -1
- package/build/module/Snackbar/SnackbarProps.js.map +1 -1
- package/build/module/SnackbarContent/SnackbarContent.js +21 -6
- package/build/module/SnackbarContent/SnackbarContent.js.map +1 -1
- package/build/module/SnackbarContent/SnackbarContentProps.js.map +1 -1
- package/build/module/SvgIcon/SvgIcon.js +1 -1
- package/build/module/SvgIcon/SvgIcon.js.map +1 -1
- package/build/module/Tab/Tab.js +63 -21
- package/build/module/Tab/Tab.js.map +1 -1
- package/build/module/Tab/TabIndicator.js +11 -7
- package/build/module/Tab/TabIndicator.js.map +1 -1
- package/build/module/Tab/TabProps.js.map +1 -1
- package/build/module/Tab/index.js.map +1 -1
- package/build/module/Tabs/IndexAwareTab.js +23 -0
- package/build/module/Tabs/IndexAwareTab.js.map +1 -0
- package/build/module/Tabs/InternalContext.js +7 -0
- package/build/module/Tabs/InternalContext.js.map +1 -0
- package/build/module/Tabs/ScrollableTabsView.js +22 -0
- package/build/module/Tabs/ScrollableTabsView.js.map +1 -0
- package/build/module/Tabs/TabIndicator.js +66 -25
- package/build/module/Tabs/TabIndicator.js.map +1 -1
- package/build/module/Tabs/TabIndicatorProps.js.map +1 -1
- package/build/module/Tabs/Tabs.js +109 -72
- 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/types.js +2 -0
- package/build/module/Tabs/types.js.map +1 -0
- package/build/module/Tabs/useIndexStore.js +25 -0
- package/build/module/Tabs/useIndexStore.js.map +1 -0
- package/build/module/Tabs/useScrollViewReaction.js +57 -0
- package/build/module/Tabs/useScrollViewReaction.js.map +1 -0
- package/build/module/Tabs/useTabCoordinates.js +21 -0
- package/build/module/Tabs/useTabCoordinates.js.map +1 -0
- package/build/module/Tabs/useTabInnerContentsWidth.js +21 -0
- package/build/module/Tabs/useTabInnerContentsWidth.js.map +1 -0
- package/build/module/Tabs/utils.js +9 -0
- package/build/module/Tabs/utils.js.map +1 -0
- package/build/module/TextField/InputLabel.js +7 -4
- package/build/module/TextField/InputLabel.js.map +1 -1
- package/build/module/TextField/OutlinedTextField.js +7 -3
- package/build/module/TextField/OutlinedTextField.js.map +1 -1
- package/build/module/TextField/TextField.js +13 -5
- package/build/module/TextField/TextField.js.map +1 -1
- package/build/module/TextField/TextFieldProps.js.map +1 -1
- package/build/module/Tooltip/Tooltip.js +48 -25
- package/build/module/Tooltip/Tooltip.js.map +1 -1
- package/build/module/Tooltip/TooltipProps.js.map +1 -1
- package/build/module/Typography/Typography.js +14 -5
- package/build/module/Typography/Typography.js.map +1 -1
- package/build/module/Typography/TypographyProps.js.map +1 -1
- package/build/module/animated/AnimatedPressable.js +2 -3
- package/build/module/animated/AnimatedPressable.js.map +1 -1
- package/build/module/hooks/index.js +4 -0
- package/build/module/hooks/index.js.map +1 -1
- package/build/module/hooks/useAnimatedValue.js +22 -0
- package/build/module/hooks/useAnimatedValue.js.map +1 -0
- package/build/module/hooks/useCollapsibleAppBar.js +42 -52
- package/build/module/hooks/useCollapsibleAppBar.js.map +1 -1
- package/build/module/hooks/useDebounce.js +25 -0
- package/build/module/hooks/useDebounce.js.map +1 -0
- package/build/module/hooks/useFadeInAppBar.js +23 -20
- package/build/module/hooks/useFadeInAppBar.js.map +1 -1
- package/build/module/hooks/useImperativeState.js +17 -0
- package/build/module/hooks/useImperativeState.js.map +1 -0
- package/build/module/hooks/useSyncAnimatedValue.js +28 -0
- package/build/module/hooks/useSyncAnimatedValue.js.map +1 -0
- package/build/module/hooks/useThrottle.js +3 -3
- package/build/module/hooks/useThrottle.js.map +1 -1
- package/build/module/hooks/useValidWindowDimensions/index.ios.js +15 -9
- package/build/module/hooks/useValidWindowDimensions/index.ios.js.map +1 -1
- package/build/module/index.js +2 -0
- package/build/module/index.js.map +1 -1
- package/build/module/internal/hooks/index.js +0 -1
- package/build/module/internal/hooks/index.js.map +1 -1
- package/build/module/internal/hooks/useHeight.js +3 -4
- package/build/module/internal/hooks/useHeight.js.map +1 -1
- package/build/module/internal/icons/Checkbox.js +1 -1
- package/build/module/internal/icons/Checkbox.js.map +1 -1
- package/build/module/internal/icons/CheckboxChecked.js +1 -1
- package/build/module/internal/icons/CheckboxChecked.js.map +1 -1
- package/build/module/internal/icons/ChevronDown.js +1 -1
- package/build/module/internal/icons/ChevronDown.js.map +1 -1
- package/build/module/internal/icons/ChevronLeft.js +1 -1
- package/build/module/internal/icons/ChevronLeft.js.map +1 -1
- package/build/module/internal/icons/ChevronRight.js +1 -1
- package/build/module/internal/icons/ChevronRight.js.map +1 -1
- package/build/module/internal/icons/Close.js +1 -1
- package/build/module/internal/icons/Close.js.map +1 -1
- package/build/module/internal/icons/Radio.js +1 -1
- package/build/module/internal/icons/Radio.js.map +1 -1
- package/build/module/internal/icons/RadioChecked.js +1 -1
- package/build/module/internal/icons/RadioChecked.js.map +1 -1
- package/build/module/store/MockStore.js +18 -0
- package/build/module/store/MockStore.js.map +1 -0
- package/build/module/store/SimpleStore.js +50 -0
- package/build/module/store/SimpleStore.js.map +1 -0
- package/build/module/store/index.js +3 -0
- package/build/module/store/index.js.map +1 -0
- package/build/module/store/types.js +2 -0
- package/build/module/store/types.js.map +1 -0
- package/build/module/types/index.js.map +1 -1
- package/build/module/utils/index.js +1 -0
- package/build/module/utils/index.js.map +1 -1
- package/build/module/utils/isNotAndroid12.js +6 -0
- package/build/module/utils/isNotAndroid12.js.map +1 -0
- package/build/typescript/Accordion/Accordion.d.ts +1 -0
- package/build/typescript/Accordion/AccordionProps.d.ts +14 -11
- package/build/typescript/AspectRatio/AspectRatioNative.d.ts +1 -0
- package/build/typescript/AspectRatio/AspectRatioWeb.d.ts +1 -0
- package/build/typescript/Avatar/Avatar.d.ts +1 -0
- package/build/typescript/Badge/Badge.d.ts +1 -0
- package/build/typescript/Badge/BadgeProps.d.ts +5 -0
- package/build/typescript/Button/Button.d.ts +1 -0
- package/build/typescript/ButtonBase/ButtonBase.d.ts +1 -0
- package/build/typescript/ButtonBase/ButtonBaseProps.d.ts +8 -0
- package/build/typescript/Card/Card.d.ts +1 -0
- package/build/typescript/CardActions/CardActions.d.ts +1 -0
- package/build/typescript/CardContent/CardContent.d.ts +1 -0
- package/build/typescript/CardMedia/CardMedia.d.ts +1 -0
- package/build/typescript/Checkbox/Checkbox.d.ts +1 -0
- package/build/typescript/Checkbox/CheckboxProps.d.ts +1 -1
- package/build/typescript/Chip/Chip.d.ts +1 -0
- package/build/typescript/Chip/ChipProps.d.ts +4 -0
- package/build/typescript/CircularProgress/CircularProgress.d.ts +3 -2
- package/build/typescript/Column/Column.d.ts +1 -0
- package/build/typescript/Dialog/Dialog.d.ts +1 -0
- package/build/typescript/Dialog/DialogProps.d.ts +10 -0
- package/build/typescript/DialogActions/DialogActions.d.ts +1 -0
- package/build/typescript/DialogContent/DialogContent.d.ts +1 -0
- package/build/typescript/DialogMedia/DialogMedia.d.ts +1 -0
- package/build/typescript/DialogTitle/DialogTitle.d.ts +1 -0
- package/build/typescript/Divider/Divider.d.ts +1 -0
- package/build/typescript/Divider/DividerProps.d.ts +22 -1
- package/build/typescript/Fab/Fab.d.ts +1 -0
- package/build/typescript/Flexbox/Flexbox.d.ts +1 -0
- package/build/typescript/IconButton/IconButton.d.ts +1 -0
- package/build/typescript/Image/Image.d.ts +1 -0
- package/build/typescript/Image/ImageProps.d.ts +30 -2
- package/build/typescript/Image/index.d.ts +1 -1
- package/build/typescript/ImageCore/ImageCoreNative.d.ts +1 -0
- package/build/typescript/ImageCore/ImageCoreProps.d.ts +5 -1
- package/build/typescript/ImageCore/ImageCoreWeb.d.ts +1 -0
- package/build/typescript/ImageCore/ImageFileExtensionContext.d.ts +3 -0
- package/build/typescript/ImageCore/ImageFileExtensionProvider.d.ts +13 -0
- package/build/typescript/ImageCore/index.d.ts +3 -1
- package/build/typescript/ImageCore/index.native.d.ts +2 -0
- package/build/typescript/Link/Link.d.ts +1 -0
- package/build/typescript/List/List.d.ts +1 -0
- package/build/typescript/ListItem/ListItem.d.ts +1 -0
- package/build/typescript/ListItemIcon/ListItemIcon.d.ts +1 -0
- package/build/typescript/ListItemSecondaryAction/ListItemSecondaryAction.d.ts +1 -0
- package/build/typescript/ListItemText/ListItemText.d.ts +1 -0
- package/build/typescript/ListSubheader/ListSubheader.d.ts +1 -0
- package/build/typescript/Menu/Menu.d.ts +1 -0
- package/build/typescript/MenuItem/MenuItem.d.ts +1 -0
- package/build/typescript/Modal/AnimatedContainer/index.d.ts +5 -0
- package/build/typescript/Modal/Modal.d.ts +1 -0
- package/build/typescript/Modal/ModalProps.d.ts +47 -0
- package/build/typescript/Modal/index.d.ts +2 -1
- package/build/typescript/Pagination/Pagination.d.ts +1 -0
- package/build/typescript/Portal/Portal.d.ts +1 -0
- package/build/typescript/Radio/Radio.d.ts +1 -0
- package/build/typescript/Radio/RadioProps.d.ts +13 -0
- package/build/typescript/RadioGroup/RadioGroup.d.ts +1 -0
- package/build/typescript/Row/Row.d.ts +1 -0
- package/build/typescript/Slide/Slide.d.ts +1 -0
- package/build/typescript/Slide/SlideProps.d.ts +2 -3
- package/build/typescript/Slider/Slider.d.ts +1 -1
- package/build/typescript/Snackbar/Snackbar.d.ts +1 -0
- package/build/typescript/Snackbar/SnackbarProps.d.ts +10 -3
- package/build/typescript/SnackbarContent/SnackbarContent.d.ts +1 -0
- package/build/typescript/SnackbarContent/SnackbarContentProps.d.ts +9 -0
- package/build/typescript/Spacer/Spacer.d.ts +1 -0
- package/build/typescript/SvgIcon/SvgIcon.d.ts +1 -0
- package/build/typescript/Switch/Switch.d.ts +1 -0
- package/build/typescript/Tab/Tab.d.ts +1 -0
- package/build/typescript/Tab/TabIndicator.d.ts +5 -1
- package/build/typescript/Tab/TabProps.d.ts +21 -2
- package/build/typescript/Tab/index.d.ts +1 -1
- package/build/typescript/TabBase/TabBase.d.ts +1 -0
- package/build/typescript/Tabs/IndexAwareTab.d.ts +8 -0
- package/build/typescript/Tabs/InternalContext.d.ts +7 -0
- package/build/typescript/Tabs/ScrollableTabsView.d.ts +8 -0
- package/build/typescript/Tabs/TabIndicator.d.ts +1 -0
- package/build/typescript/Tabs/TabIndicatorProps.d.ts +10 -5
- package/build/typescript/Tabs/Tabs.d.ts +4 -1
- package/build/typescript/Tabs/TabsProps.d.ts +37 -13
- package/build/typescript/Tabs/index.d.ts +1 -0
- package/build/typescript/Tabs/types.d.ts +9 -0
- package/build/typescript/Tabs/useIndexStore.d.ts +3 -0
- package/build/typescript/Tabs/useScrollViewReaction.d.ts +8 -0
- package/build/typescript/Tabs/useTabCoordinates.d.ts +6 -0
- package/build/typescript/Tabs/useTabInnerContentsWidth.d.ts +6 -0
- package/build/typescript/Tabs/utils.d.ts +3 -0
- package/build/typescript/TextField/InputLabel.d.ts +1 -0
- package/build/typescript/TextField/TextFieldProps.d.ts +3 -0
- package/build/typescript/Toolbar/Toolbar.d.ts +1 -0
- package/build/typescript/Tooltip/Tooltip.d.ts +1 -0
- package/build/typescript/Tooltip/TooltipProps.d.ts +26 -1
- package/build/typescript/Typography/TypographyProps.d.ts +22 -1
- package/build/typescript/animated/AnimatedPressable.d.ts +2 -2
- package/build/typescript/hooks/index.d.ts +5 -0
- package/build/typescript/hooks/useAnimatedValue.d.ts +2 -0
- package/build/typescript/hooks/useCollapsibleAppBar.d.ts +2 -0
- package/build/typescript/hooks/useDebounce.d.ts +1 -0
- package/build/typescript/hooks/useFadeInAppBar.d.ts +1 -0
- package/build/typescript/hooks/useImperativeState.d.ts +6 -0
- package/build/typescript/hooks/useSyncAnimatedValue.d.ts +6 -0
- package/build/typescript/hooks/useValidWindowDimensions/index.ios.d.ts +2 -1
- package/build/typescript/index.d.ts +2 -0
- package/build/typescript/internal/hooks/index.d.ts +0 -1
- package/build/typescript/internal/icons/Checkbox.d.ts +9 -7
- package/build/typescript/internal/icons/CheckboxChecked.d.ts +9 -7
- package/build/typescript/internal/icons/ChevronDown.d.ts +9 -7
- package/build/typescript/internal/icons/ChevronLeft.d.ts +9 -7
- package/build/typescript/internal/icons/ChevronRight.d.ts +9 -7
- package/build/typescript/internal/icons/CircularProgress.d.ts +1 -0
- package/build/typescript/internal/icons/Close.d.ts +9 -7
- package/build/typescript/internal/icons/Radio.d.ts +9 -7
- package/build/typescript/internal/icons/RadioChecked.d.ts +9 -7
- package/build/typescript/store/MockStore.d.ts +7 -0
- package/build/typescript/store/SimpleStore.d.ts +10 -0
- package/build/typescript/store/index.d.ts +3 -0
- package/build/typescript/store/types.d.ts +10 -0
- package/build/typescript/types/index.d.ts +6 -0
- package/build/typescript/utils/index.d.ts +1 -0
- package/build/typescript/utils/isNotAndroid12.d.ts +2 -0
- package/package.json +9 -9
- package/src/Accordion/Accordion.tsx +147 -51
- package/src/Accordion/AccordionProps.ts +15 -11
- package/src/Badge/Badge.tsx +6 -16
- package/src/Badge/BadgeProps.ts +6 -0
- package/src/Button/Button.tsx +8 -2
- package/src/ButtonBase/ButtonBase.tsx +79 -44
- package/src/ButtonBase/ButtonBaseProps.ts +10 -0
- package/src/Checkbox/CheckboxProps.ts +1 -1
- package/src/Chip/Chip.tsx +13 -9
- package/src/Chip/ChipProps.ts +5 -0
- package/src/CircularProgress/CircularProgress.tsx +41 -33
- package/src/Dialog/Dialog.tsx +136 -14
- package/src/Dialog/DialogProps.ts +12 -0
- package/src/Divider/Divider.tsx +23 -14
- package/src/Divider/DividerProps.ts +27 -1
- package/src/Image/Image.tsx +78 -16
- package/src/Image/ImageProps.ts +36 -2
- package/src/Image/index.ts +1 -1
- package/src/ImageCore/ImageCoreNative.tsx +29 -19
- package/src/ImageCore/ImageCoreProps.ts +6 -1
- package/src/ImageCore/ImageCoreWeb.tsx +22 -2
- package/src/ImageCore/ImageFileExtensionContext.ts +7 -0
- package/src/ImageCore/ImageFileExtensionProvider.tsx +33 -0
- package/src/ImageCore/index.native.ts +3 -1
- package/src/ImageCore/index.ts +4 -1
- package/src/Modal/AnimatedContainer/index.tsx +172 -0
- package/src/Modal/Modal.tsx +44 -12
- package/src/Modal/ModalProps.ts +59 -1
- package/src/Modal/index.ts +2 -1
- package/src/Paper/Paper.tsx +1 -1
- package/src/Radio/Radio.tsx +10 -7
- package/src/Radio/RadioProps.ts +16 -0
- package/src/Slide/Slide.tsx +33 -27
- package/src/Slide/SlideProps.ts +2 -3
- package/src/Snackbar/Snackbar.tsx +33 -7
- package/src/Snackbar/SnackbarProps.ts +19 -9
- package/src/SnackbarContent/SnackbarContent.tsx +42 -10
- package/src/SnackbarContent/SnackbarContentProps.ts +14 -3
- package/src/SvgIcon/SvgIcon.tsx +1 -1
- package/src/Tab/Tab.tsx +85 -28
- package/src/Tab/TabIndicator.tsx +17 -15
- package/src/Tab/TabProps.ts +24 -2
- package/src/Tab/index.ts +1 -1
- package/src/Tabs/IndexAwareTab.tsx +29 -0
- package/src/Tabs/InternalContext.ts +13 -0
- package/src/Tabs/ScrollableTabsView.tsx +28 -0
- package/src/Tabs/TabIndicator.tsx +74 -37
- package/src/Tabs/TabIndicatorProps.ts +12 -5
- package/src/Tabs/Tabs.tsx +139 -93
- package/src/Tabs/TabsProps.ts +43 -23
- package/src/Tabs/index.ts +2 -1
- package/src/Tabs/types.ts +18 -0
- package/src/Tabs/useIndexStore.ts +31 -0
- package/src/Tabs/useScrollViewReaction.ts +62 -0
- package/src/Tabs/useTabCoordinates.ts +25 -0
- package/src/Tabs/useTabInnerContentsWidth.ts +26 -0
- package/src/Tabs/utils.ts +14 -0
- package/src/TextField/InputLabel.tsx +6 -1
- package/src/TextField/OutlinedTextField.tsx +8 -2
- package/src/TextField/TextField.tsx +10 -4
- package/src/TextField/TextFieldProps.ts +4 -0
- package/src/Tooltip/Tooltip.tsx +57 -26
- package/src/Tooltip/TooltipProps.ts +26 -1
- package/src/Typography/Typography.tsx +12 -3
- package/src/Typography/TypographyProps.ts +30 -1
- package/src/animated/AnimatedPressable.tsx +1 -2
- package/src/hooks/index.ts +6 -0
- package/src/hooks/useAnimatedValue.ts +21 -0
- package/src/hooks/useCollapsibleAppBar.ts +64 -47
- package/src/hooks/useDebounce.ts +23 -0
- package/src/hooks/useFadeInAppBar.ts +23 -17
- package/src/hooks/useImperativeState.ts +24 -0
- package/src/hooks/useSyncAnimatedValue.ts +38 -0
- package/src/hooks/useThrottle.ts +3 -3
- package/src/hooks/useValidWindowDimensions/index.ios.ts +16 -10
- package/src/index.ts +4 -0
- package/src/internal/hooks/index.ts +0 -1
- package/src/internal/hooks/useHeight.ts +4 -5
- package/src/internal/icons/Checkbox.tsx +1 -1
- package/src/internal/icons/CheckboxChecked.tsx +1 -1
- package/src/internal/icons/ChevronDown.tsx +1 -1
- package/src/internal/icons/ChevronLeft.tsx +1 -1
- package/src/internal/icons/ChevronRight.tsx +1 -1
- package/src/internal/icons/Close.tsx +1 -1
- package/src/internal/icons/Radio.tsx +1 -1
- package/src/internal/icons/RadioChecked.tsx +1 -1
- package/src/store/MockStore.ts +21 -0
- package/src/store/SimpleStore.ts +50 -0
- package/src/store/index.ts +3 -0
- package/src/store/types.ts +12 -0
- package/src/types/index.ts +7 -0
- package/src/utils/index.ts +1 -0
- package/src/utils/isNotAndroid12.ts +7 -0
- package/build/commonjs/ButtonBase/ButtonBase.ios.js +0 -101
- package/build/commonjs/ButtonBase/ButtonBase.ios.js.map +0 -1
- package/build/commonjs/ButtonBase/useDisabledReaction/index.js +0 -21
- package/build/commonjs/ButtonBase/useDisabledReaction/index.js.map +0 -1
- package/build/commonjs/ButtonBase/useDisabledReaction/index.native.js +0 -9
- package/build/commonjs/ButtonBase/useDisabledReaction/index.native.js.map +0 -1
- package/build/commonjs/ImageCore/ImageCoreNative.ios.js +0 -60
- package/build/commonjs/ImageCore/ImageCoreNative.ios.js.map +0 -1
- package/build/commonjs/internal/hooks/useWidth.js +0 -29
- package/build/commonjs/internal/hooks/useWidth.js.map +0 -1
- package/build/module/ButtonBase/ButtonBase.ios.js +0 -82
- package/build/module/ButtonBase/ButtonBase.ios.js.map +0 -1
- package/build/module/ButtonBase/useDisabledReaction/index.js +0 -12
- package/build/module/ButtonBase/useDisabledReaction/index.js.map +0 -1
- package/build/module/ButtonBase/useDisabledReaction/index.native.js +0 -2
- package/build/module/ButtonBase/useDisabledReaction/index.native.js.map +0 -1
- package/build/module/ImageCore/ImageCoreNative.ios.js +0 -45
- package/build/module/ImageCore/ImageCoreNative.ios.js.map +0 -1
- package/build/module/internal/hooks/useWidth.js +0 -15
- package/build/module/internal/hooks/useWidth.js.map +0 -1
- package/build/typescript/ButtonBase/ButtonBase.ios.d.ts +0 -2
- package/build/typescript/ButtonBase/useDisabledReaction/index.d.ts +0 -2
- package/build/typescript/ButtonBase/useDisabledReaction/index.native.d.ts +0 -2
- package/build/typescript/ImageCore/ImageCoreNative.ios.d.ts +0 -2
- package/build/typescript/internal/hooks/useWidth.d.ts +0 -2
- package/src/ButtonBase/ButtonBase.ios.tsx +0 -95
- package/src/ButtonBase/useDisabledReaction/index.native.ts +0 -4
- package/src/ButtonBase/useDisabledReaction/index.ts +0 -16
- package/src/ImageCore/ImageCoreNative.ios.tsx +0 -46
- package/src/internal/hooks/useWidth.ts +0 -17
|
@@ -1,24 +1,38 @@
|
|
|
1
|
-
import
|
|
1
|
+
import type { ReactNode, Ref } from 'react';
|
|
2
2
|
import type { ViewProps } from 'react-native';
|
|
3
|
-
import
|
|
4
|
-
import type { TabVariant } from '../Tab';
|
|
5
|
-
import type { OverridableComponentProps } from '../types';
|
|
6
|
-
|
|
7
|
-
|
|
3
|
+
import type { TabIndicatorColor } from './TabIndicatorProps';
|
|
4
|
+
import type { TabVariant, TabIndicatorSize } from '../Tab';
|
|
5
|
+
import type { OverridableComponentProps, SyncAnimatedValue } from '../types';
|
|
6
|
+
import type { KeyboardDismissMode, KeyboardShouldPersistTaps, TabsInstance } from './types';
|
|
7
|
+
import type { ExtendedStyle } from '../types';
|
|
8
8
|
export default interface TabsProps extends OverridableComponentProps<ViewProps, {
|
|
9
|
+
ref?: Ref<TabsInstance>;
|
|
9
10
|
/**
|
|
10
11
|
* Collection of Tab components.
|
|
11
12
|
*/
|
|
12
|
-
children:
|
|
13
|
-
/**
|
|
14
|
-
* Selected index.
|
|
15
|
-
*/
|
|
16
|
-
index: number;
|
|
13
|
+
children: ReactNode;
|
|
17
14
|
/**
|
|
18
15
|
* If `true`, the indicator is disabled.
|
|
19
16
|
* @default false
|
|
20
17
|
*/
|
|
21
18
|
disableIndicator?: boolean;
|
|
19
|
+
/**
|
|
20
|
+
* The color of tab indicator
|
|
21
|
+
* @default 'primary'
|
|
22
|
+
*/
|
|
23
|
+
indicatorColor?: TabIndicatorColor;
|
|
24
|
+
/**
|
|
25
|
+
* The size of tab indicator.
|
|
26
|
+
* 'full' adjusts the indicator to the size of the Tab,
|
|
27
|
+
* while 'fit-content' adjusts the indicator to the size of the content inside the Tab.
|
|
28
|
+
* @default 'full'
|
|
29
|
+
*/
|
|
30
|
+
indicatorSize?: TabIndicatorSize;
|
|
31
|
+
/**
|
|
32
|
+
* Index of initial tab that should be selected.
|
|
33
|
+
* @default 0
|
|
34
|
+
*/
|
|
35
|
+
initialIndex?: number;
|
|
22
36
|
/**
|
|
23
37
|
* keyboard dismissing condition of dragging.
|
|
24
38
|
* @default 'none'
|
|
@@ -39,13 +53,23 @@ export default interface TabsProps extends OverridableComponentProps<ViewProps,
|
|
|
39
53
|
*/
|
|
40
54
|
scrollable?: boolean;
|
|
41
55
|
/**
|
|
42
|
-
*
|
|
56
|
+
* These styles will be applied to the scroll view content container which wraps all of the child views.
|
|
57
|
+
*/
|
|
58
|
+
scrollViewContentContainerStyle?: ExtendedStyle | ExtendedStyle[];
|
|
59
|
+
/**
|
|
60
|
+
* Unstable API.
|
|
43
61
|
*/
|
|
44
|
-
|
|
62
|
+
UNSTABLE_sharedIndex?: SyncAnimatedValue;
|
|
45
63
|
/**
|
|
46
64
|
* The variant to use.
|
|
47
65
|
* @default 'primary'
|
|
48
66
|
*/
|
|
49
67
|
variant?: TabVariant;
|
|
68
|
+
/**
|
|
69
|
+
* Callback function executed when a Tab is selected.
|
|
70
|
+
* Executed even if the index does not change when a Tab is pressed.
|
|
71
|
+
* Receives the next tab index and the current tab index as parameters.
|
|
72
|
+
*/
|
|
73
|
+
onTabSelected?: (newIndex: number, currentIndex: number) => void;
|
|
50
74
|
}> {
|
|
51
75
|
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
export declare type KeyboardDismissMode = 'none' | 'on-drag' | 'interactive';
|
|
2
|
+
export declare type KeyboardShouldPersistTaps = 'never' | boolean | 'always' | 'handled';
|
|
3
|
+
export interface TabsInstance {
|
|
4
|
+
/**
|
|
5
|
+
* Function to scroll to a specific tab. Invalid index is ignored.
|
|
6
|
+
* @param index
|
|
7
|
+
*/
|
|
8
|
+
setTab: (index: number) => void;
|
|
9
|
+
}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import type { MutableRefObject } from 'react';
|
|
2
|
+
import type { ScrollView, ViewProps } from 'react-native';
|
|
3
|
+
import type TabCoordinate from './TabCoordinate';
|
|
4
|
+
export interface UseScrollViewReaction {
|
|
5
|
+
scrollViewRef: MutableRefObject<ScrollView | null>;
|
|
6
|
+
onLayout: ViewProps['onLayout'];
|
|
7
|
+
}
|
|
8
|
+
export default function useScrollViewReaction(initialIndex: number, coordinates: TabCoordinate[]): UseScrollViewReaction;
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import TabCoordinate from './TabCoordinate';
|
|
3
|
+
export interface UpdateCoordinate {
|
|
4
|
+
(index: number, x: number, width: number): void;
|
|
5
|
+
}
|
|
6
|
+
export default function useTabCoordinates(tabElements: React.ReactNode): [TabCoordinate[], UpdateCoordinate];
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
export interface UpdateInnerContentsWidth {
|
|
3
|
+
(index: number, width: number): void;
|
|
4
|
+
}
|
|
5
|
+
declare const useTabInnerContentsWidth: (tabElements: React.ReactNode) => [number[], UpdateInnerContentsWidth];
|
|
6
|
+
export default useTabInnerContentsWidth;
|
|
@@ -2,6 +2,9 @@ import React from 'react';
|
|
|
2
2
|
import { NativeSyntheticEvent, TargetedEvent } from 'react-native';
|
|
3
3
|
import { ComponentProps } from '../types';
|
|
4
4
|
declare type TextFieldKeyboardType = 'default' | 'numeric' | 'email-address';
|
|
5
|
+
export interface setStyleProp {
|
|
6
|
+
fontFamily: string;
|
|
7
|
+
}
|
|
5
8
|
export default interface TextFieldProps extends ComponentProps<{
|
|
6
9
|
/**
|
|
7
10
|
* If true, user won't be able to interact with the component.
|
|
@@ -1,8 +1,15 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import type { ViewProps } from 'react-native';
|
|
2
|
+
import type { TextProps, ViewProps } from 'react-native';
|
|
3
3
|
import type { ComponentProps } from '../types';
|
|
4
4
|
import type { ButtonProps } from '../Button';
|
|
5
5
|
export declare type TooltipPlacement = 'top' | 'bottom';
|
|
6
|
+
export declare type TooltipArrowPlacement = 'left' | 'right';
|
|
7
|
+
export declare type TooltipInitialLayout = {
|
|
8
|
+
height: number;
|
|
9
|
+
width: number;
|
|
10
|
+
x: number;
|
|
11
|
+
y: number;
|
|
12
|
+
};
|
|
6
13
|
export default interface TooltipProps extends ComponentProps<{
|
|
7
14
|
/**
|
|
8
15
|
* Tooltip reference element.
|
|
@@ -43,5 +50,23 @@ export default interface TooltipProps extends ComponentProps<{
|
|
|
43
50
|
* @default false
|
|
44
51
|
*/
|
|
45
52
|
visible?: boolean;
|
|
53
|
+
/**
|
|
54
|
+
* Tooltip arrow layout.
|
|
55
|
+
* If 'undefined', the arrow will be centered on tooltip.
|
|
56
|
+
*/
|
|
57
|
+
arrowLayout?: {
|
|
58
|
+
placement: TooltipArrowPlacement;
|
|
59
|
+
offset: number;
|
|
60
|
+
};
|
|
61
|
+
/**
|
|
62
|
+
* number of tooltip's title lines
|
|
63
|
+
* @default 1
|
|
64
|
+
*/
|
|
65
|
+
numberOfTitleLines?: TextProps['numberOfLines'];
|
|
66
|
+
/**
|
|
67
|
+
* position of tooltip before onLayout call
|
|
68
|
+
* @default { height: 0, width: 0 , x: 0, y: 0}
|
|
69
|
+
*/
|
|
70
|
+
initialLayout: TooltipInitialLayout;
|
|
46
71
|
}> {
|
|
47
72
|
}
|
|
@@ -3,7 +3,7 @@ import type { AccessibilityProps, TextProps } from 'react-native';
|
|
|
3
3
|
import type { ComponentProps } from '../types';
|
|
4
4
|
export declare type TypographyAlign = 'inherit' | 'left' | 'center' | 'right' | 'justify';
|
|
5
5
|
export declare type TypographyColor = 'inherit' | 'primary' | 'secondary' | 'tertiary' | 'warning' | 'error' | 'accent' | 'textPrimary' | 'textSecondary' | 'textAccent' | 'textHint';
|
|
6
|
-
export declare type TypographyVariant = 'h1' | 'h2' | 'h3' | 'subtitle1' | 'subtitle2' | 'body1' | 'body2' | 'caption1' | 'caption2' | 'flag';
|
|
6
|
+
export declare type TypographyVariant = 'h1' | 'h2' | 'h3' | 'subtitle1' | 'subtitle2' | 'body1' | 'body2' | 'caption1' | 'caption2' | 'flag' | 'button1' | 'button2';
|
|
7
7
|
export interface Accessibility {
|
|
8
8
|
accessibilityRole: AccessibilityProps['accessibilityRole'];
|
|
9
9
|
'area-level'?: number;
|
|
@@ -13,12 +13,25 @@ export interface AccessibilityMap extends Partial<{
|
|
|
13
13
|
}> {
|
|
14
14
|
}
|
|
15
15
|
export default interface TypographyProps extends ComponentProps<{
|
|
16
|
+
/**
|
|
17
|
+
* Applies HTML tag at web and communicates purpose of component at app
|
|
18
|
+
*/
|
|
19
|
+
accessibilityRole?: AccessibilityProps['accessibilityRole'];
|
|
16
20
|
/**
|
|
17
21
|
* Set the text-align on the component.
|
|
18
22
|
* The value 'justify' is not supported on Android and fallbacks to left.
|
|
19
23
|
* @default 'inherit'
|
|
20
24
|
*/
|
|
21
25
|
align?: TypographyAlign;
|
|
26
|
+
/**
|
|
27
|
+
* Applies HTML heading level
|
|
28
|
+
*/
|
|
29
|
+
ariaLevel?: number;
|
|
30
|
+
/**
|
|
31
|
+
* Specifies whether fonts should scale to respect Text Size accessibility settings.
|
|
32
|
+
* @default false
|
|
33
|
+
*/
|
|
34
|
+
disableFontScaling?: boolean;
|
|
22
35
|
/**
|
|
23
36
|
* The content of the component.
|
|
24
37
|
*/
|
|
@@ -56,5 +69,13 @@ export default interface TypographyProps extends ComponentProps<{
|
|
|
56
69
|
* @default 'body1'
|
|
57
70
|
*/
|
|
58
71
|
variant?: TypographyVariant;
|
|
72
|
+
/**
|
|
73
|
+
* Callback that is called when the text layout has been calculated.
|
|
74
|
+
*/
|
|
75
|
+
onTextLayout?: TextProps['onTextLayout'];
|
|
76
|
+
/**
|
|
77
|
+
* Callback that is called when the layout of the Text component changes.
|
|
78
|
+
*/
|
|
79
|
+
onLayout?: TextProps['onLayout'];
|
|
59
80
|
}> {
|
|
60
81
|
}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import Animated from 'react-native
|
|
3
|
-
declare const _default:
|
|
2
|
+
import { Animated } from 'react-native';
|
|
3
|
+
declare const _default: Animated.AnimatedComponent<React.ComponentType<import("../Pressable").PressableProps>>;
|
|
4
4
|
export default _default;
|
|
@@ -1,7 +1,12 @@
|
|
|
1
|
+
export { default as useAnimatedValue } from './useAnimatedValue';
|
|
1
2
|
export { default as useBreakpointUp } from './useBreakpointUp';
|
|
2
3
|
export { default as useCollapsibleAppBar } from './useCollapsibleAppBar';
|
|
3
4
|
export { default as useContentContainerStyle } from './useContentContainerStyle';
|
|
4
5
|
export { default as useElevationStyle } from './useElevationStyle';
|
|
5
6
|
export { default as useFadeInAppBar } from './useFadeInAppBar';
|
|
7
|
+
export { default as useImperativeState } from './useImperativeState';
|
|
8
|
+
export { default as useSyncAnimatedValue } from './useSyncAnimatedValue';
|
|
6
9
|
export { default as useThrottle } from './useThrottle';
|
|
10
|
+
export { default as useDebounce } from './useDebounce';
|
|
7
11
|
export { default as useValidWindowDimensions } from './useValidWindowDimensions';
|
|
12
|
+
export type { CollapsibleAppBar } from './useCollapsibleAppBar';
|
|
@@ -13,6 +13,8 @@ export interface ContentInsets {
|
|
|
13
13
|
}
|
|
14
14
|
export interface Options {
|
|
15
15
|
keyboardDismissMode?: 'none' | 'on-drag';
|
|
16
|
+
dividerExposureMode?: 'always' | 'overlapped';
|
|
17
|
+
supportsReverseScroll?: boolean;
|
|
16
18
|
}
|
|
17
19
|
export interface CollapsibleAppBar {
|
|
18
20
|
appBarStyle: ViewStyleProp;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export default function useDebounce(callback: (args?: any) => void, debounceMillis: number): (...args: any[]) => void;
|
|
@@ -1 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import type { ScaledSize } from 'react-native';
|
|
2
|
+
export default function useValidWindowDimensions(): ScaledSize;
|
|
@@ -2,6 +2,7 @@ export * from './styles';
|
|
|
2
2
|
export * from './types';
|
|
3
3
|
export * from './hooks';
|
|
4
4
|
export * from './utils';
|
|
5
|
+
export * from './store';
|
|
5
6
|
export { default as Accordion } from './Accordion';
|
|
6
7
|
export * from './Accordion';
|
|
7
8
|
export { default as AppBar } from './AppBar';
|
|
@@ -50,6 +51,7 @@ export { default as IconButton } from './IconButton';
|
|
|
50
51
|
export * from './IconButton';
|
|
51
52
|
export { default as Image } from './Image';
|
|
52
53
|
export * from './Image';
|
|
54
|
+
export * from './ImageCore';
|
|
53
55
|
export { default as Link } from './Link';
|
|
54
56
|
export * from './Link';
|
|
55
57
|
export { default as List } from './List';
|
|
@@ -13,7 +13,7 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
13
13
|
opacity?: import("react-native-svg").NumberProp | undefined;
|
|
14
14
|
readonly height?: import("react-native-svg").NumberProp | undefined;
|
|
15
15
|
readonly width?: import("react-native-svg").NumberProp | undefined;
|
|
16
|
-
transform?: string | import("react-native-
|
|
16
|
+
transform?: string | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | import("react-native-svg").ColumnMajorTransformMatrix | undefined;
|
|
17
17
|
rotation?: import("react-native-svg").NumberProp | undefined;
|
|
18
18
|
scaleX?: import("react-native-svg").NumberProp | undefined;
|
|
19
19
|
scaleY?: import("react-native-svg").NumberProp | undefined;
|
|
@@ -21,10 +21,13 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
21
21
|
translateY?: import("react-native-svg").NumberProp | undefined;
|
|
22
22
|
readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
|
|
23
23
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
24
|
+
title?: string | undefined;
|
|
25
|
+
clipPath?: string | undefined;
|
|
26
|
+
marker?: string | undefined;
|
|
27
|
+
mask?: string | undefined;
|
|
24
28
|
scale?: import("react-native-svg").NumberArray | undefined;
|
|
25
29
|
skewX?: import("react-native-svg").NumberProp | undefined;
|
|
26
30
|
skewY?: import("react-native-svg").NumberProp | undefined;
|
|
27
|
-
title?: string | undefined;
|
|
28
31
|
readonly viewBox?: string | undefined;
|
|
29
32
|
preserveAspectRatio?: string | undefined;
|
|
30
33
|
fillOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
@@ -39,7 +42,6 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
39
42
|
strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
|
|
40
43
|
vectorEffect?: import("react-native-svg").VectorEffect | undefined;
|
|
41
44
|
clipRule?: import("react-native-svg").FillRule | undefined;
|
|
42
|
-
clipPath?: string | undefined;
|
|
43
45
|
translate?: import("react-native-svg").NumberArray | undefined;
|
|
44
46
|
origin?: import("react-native-svg").NumberArray | undefined;
|
|
45
47
|
originX?: import("react-native-svg").NumberProp | undefined;
|
|
@@ -69,11 +71,11 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
69
71
|
delayPressOut?: number | undefined;
|
|
70
72
|
delayLongPress?: number | undefined;
|
|
71
73
|
id?: string | undefined;
|
|
72
|
-
marker?: string | undefined;
|
|
73
74
|
markerStart?: string | undefined;
|
|
74
75
|
markerMid?: string | undefined;
|
|
75
76
|
markerEnd?: string | undefined;
|
|
76
|
-
|
|
77
|
+
accessibilityLabel?: string | undefined;
|
|
78
|
+
accessible?: boolean | undefined;
|
|
77
79
|
font?: import("react-native-svg").FontObject | undefined;
|
|
78
80
|
fontStretch?: import("react-native-svg").FontStretch | undefined;
|
|
79
81
|
textAnchor?: import("react-native-svg").TextAnchor | undefined;
|
|
@@ -103,20 +105,20 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
103
105
|
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
104
106
|
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
105
107
|
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
106
|
-
accessible?: boolean | undefined;
|
|
107
108
|
accessibilityActions?: readonly Readonly<{
|
|
108
109
|
name: string;
|
|
109
110
|
label?: string | undefined;
|
|
110
111
|
}>[] | undefined;
|
|
111
|
-
accessibilityLabel?: string | undefined;
|
|
112
112
|
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
113
113
|
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
114
114
|
accessibilityHint?: string | undefined;
|
|
115
115
|
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
116
116
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
117
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
117
118
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
118
119
|
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
119
120
|
accessibilityElementsHidden?: boolean | undefined;
|
|
121
|
+
accessibilityLanguage?: string | undefined;
|
|
120
122
|
accessibilityViewIsModal?: boolean | undefined;
|
|
121
123
|
onAccessibilityEscape?: (() => void) | undefined;
|
|
122
124
|
onAccessibilityTap?: (() => void) | undefined;
|
|
@@ -13,7 +13,7 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
13
13
|
opacity?: import("react-native-svg").NumberProp | undefined;
|
|
14
14
|
readonly height?: import("react-native-svg").NumberProp | undefined;
|
|
15
15
|
readonly width?: import("react-native-svg").NumberProp | undefined;
|
|
16
|
-
transform?: string | import("react-native-
|
|
16
|
+
transform?: string | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | import("react-native-svg").ColumnMajorTransformMatrix | undefined;
|
|
17
17
|
rotation?: import("react-native-svg").NumberProp | undefined;
|
|
18
18
|
scaleX?: import("react-native-svg").NumberProp | undefined;
|
|
19
19
|
scaleY?: import("react-native-svg").NumberProp | undefined;
|
|
@@ -21,10 +21,13 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
21
21
|
translateY?: import("react-native-svg").NumberProp | undefined;
|
|
22
22
|
readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
|
|
23
23
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
24
|
+
title?: string | undefined;
|
|
25
|
+
clipPath?: string | undefined;
|
|
26
|
+
marker?: string | undefined;
|
|
27
|
+
mask?: string | undefined;
|
|
24
28
|
scale?: import("react-native-svg").NumberArray | undefined;
|
|
25
29
|
skewX?: import("react-native-svg").NumberProp | undefined;
|
|
26
30
|
skewY?: import("react-native-svg").NumberProp | undefined;
|
|
27
|
-
title?: string | undefined;
|
|
28
31
|
readonly viewBox?: string | undefined;
|
|
29
32
|
preserveAspectRatio?: string | undefined;
|
|
30
33
|
fillOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
@@ -39,7 +42,6 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
39
42
|
strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
|
|
40
43
|
vectorEffect?: import("react-native-svg").VectorEffect | undefined;
|
|
41
44
|
clipRule?: import("react-native-svg").FillRule | undefined;
|
|
42
|
-
clipPath?: string | undefined;
|
|
43
45
|
translate?: import("react-native-svg").NumberArray | undefined;
|
|
44
46
|
origin?: import("react-native-svg").NumberArray | undefined;
|
|
45
47
|
originX?: import("react-native-svg").NumberProp | undefined;
|
|
@@ -69,11 +71,11 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
69
71
|
delayPressOut?: number | undefined;
|
|
70
72
|
delayLongPress?: number | undefined;
|
|
71
73
|
id?: string | undefined;
|
|
72
|
-
marker?: string | undefined;
|
|
73
74
|
markerStart?: string | undefined;
|
|
74
75
|
markerMid?: string | undefined;
|
|
75
76
|
markerEnd?: string | undefined;
|
|
76
|
-
|
|
77
|
+
accessibilityLabel?: string | undefined;
|
|
78
|
+
accessible?: boolean | undefined;
|
|
77
79
|
font?: import("react-native-svg").FontObject | undefined;
|
|
78
80
|
fontStretch?: import("react-native-svg").FontStretch | undefined;
|
|
79
81
|
textAnchor?: import("react-native-svg").TextAnchor | undefined;
|
|
@@ -103,20 +105,20 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
103
105
|
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
104
106
|
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
105
107
|
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
106
|
-
accessible?: boolean | undefined;
|
|
107
108
|
accessibilityActions?: readonly Readonly<{
|
|
108
109
|
name: string;
|
|
109
110
|
label?: string | undefined;
|
|
110
111
|
}>[] | undefined;
|
|
111
|
-
accessibilityLabel?: string | undefined;
|
|
112
112
|
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
113
113
|
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
114
114
|
accessibilityHint?: string | undefined;
|
|
115
115
|
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
116
116
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
117
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
117
118
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
118
119
|
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
119
120
|
accessibilityElementsHidden?: boolean | undefined;
|
|
121
|
+
accessibilityLanguage?: string | undefined;
|
|
120
122
|
accessibilityViewIsModal?: boolean | undefined;
|
|
121
123
|
onAccessibilityEscape?: (() => void) | undefined;
|
|
122
124
|
onAccessibilityTap?: (() => void) | undefined;
|
|
@@ -13,7 +13,7 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
13
13
|
opacity?: import("react-native-svg").NumberProp | undefined;
|
|
14
14
|
readonly height?: import("react-native-svg").NumberProp | undefined;
|
|
15
15
|
readonly width?: import("react-native-svg").NumberProp | undefined;
|
|
16
|
-
transform?: string | import("react-native-
|
|
16
|
+
transform?: string | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | import("react-native-svg").ColumnMajorTransformMatrix | undefined;
|
|
17
17
|
rotation?: import("react-native-svg").NumberProp | undefined;
|
|
18
18
|
scaleX?: import("react-native-svg").NumberProp | undefined;
|
|
19
19
|
scaleY?: import("react-native-svg").NumberProp | undefined;
|
|
@@ -21,10 +21,13 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
21
21
|
translateY?: import("react-native-svg").NumberProp | undefined;
|
|
22
22
|
readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
|
|
23
23
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
24
|
+
title?: string | undefined;
|
|
25
|
+
clipPath?: string | undefined;
|
|
26
|
+
marker?: string | undefined;
|
|
27
|
+
mask?: string | undefined;
|
|
24
28
|
scale?: import("react-native-svg").NumberArray | undefined;
|
|
25
29
|
skewX?: import("react-native-svg").NumberProp | undefined;
|
|
26
30
|
skewY?: import("react-native-svg").NumberProp | undefined;
|
|
27
|
-
title?: string | undefined;
|
|
28
31
|
readonly viewBox?: string | undefined;
|
|
29
32
|
preserveAspectRatio?: string | undefined;
|
|
30
33
|
fillOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
@@ -39,7 +42,6 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
39
42
|
strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
|
|
40
43
|
vectorEffect?: import("react-native-svg").VectorEffect | undefined;
|
|
41
44
|
clipRule?: import("react-native-svg").FillRule | undefined;
|
|
42
|
-
clipPath?: string | undefined;
|
|
43
45
|
translate?: import("react-native-svg").NumberArray | undefined;
|
|
44
46
|
origin?: import("react-native-svg").NumberArray | undefined;
|
|
45
47
|
originX?: import("react-native-svg").NumberProp | undefined;
|
|
@@ -69,11 +71,11 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
69
71
|
delayPressOut?: number | undefined;
|
|
70
72
|
delayLongPress?: number | undefined;
|
|
71
73
|
id?: string | undefined;
|
|
72
|
-
marker?: string | undefined;
|
|
73
74
|
markerStart?: string | undefined;
|
|
74
75
|
markerMid?: string | undefined;
|
|
75
76
|
markerEnd?: string | undefined;
|
|
76
|
-
|
|
77
|
+
accessibilityLabel?: string | undefined;
|
|
78
|
+
accessible?: boolean | undefined;
|
|
77
79
|
font?: import("react-native-svg").FontObject | undefined;
|
|
78
80
|
fontStretch?: import("react-native-svg").FontStretch | undefined;
|
|
79
81
|
textAnchor?: import("react-native-svg").TextAnchor | undefined;
|
|
@@ -103,20 +105,20 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
103
105
|
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
104
106
|
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
105
107
|
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
106
|
-
accessible?: boolean | undefined;
|
|
107
108
|
accessibilityActions?: readonly Readonly<{
|
|
108
109
|
name: string;
|
|
109
110
|
label?: string | undefined;
|
|
110
111
|
}>[] | undefined;
|
|
111
|
-
accessibilityLabel?: string | undefined;
|
|
112
112
|
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
113
113
|
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
114
114
|
accessibilityHint?: string | undefined;
|
|
115
115
|
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
116
116
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
117
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
117
118
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
118
119
|
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
119
120
|
accessibilityElementsHidden?: boolean | undefined;
|
|
121
|
+
accessibilityLanguage?: string | undefined;
|
|
120
122
|
accessibilityViewIsModal?: boolean | undefined;
|
|
121
123
|
onAccessibilityEscape?: (() => void) | undefined;
|
|
122
124
|
onAccessibilityTap?: (() => void) | undefined;
|
|
@@ -13,7 +13,7 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
13
13
|
opacity?: import("react-native-svg").NumberProp | undefined;
|
|
14
14
|
readonly height?: import("react-native-svg").NumberProp | undefined;
|
|
15
15
|
readonly width?: import("react-native-svg").NumberProp | undefined;
|
|
16
|
-
transform?: string | import("react-native-
|
|
16
|
+
transform?: string | (import("react-native").PerpectiveTransform | import("react-native").RotateTransform | import("react-native").RotateXTransform | import("react-native").RotateYTransform | import("react-native").RotateZTransform | import("react-native").ScaleTransform | import("react-native").ScaleXTransform | import("react-native").ScaleYTransform | import("react-native").TranslateXTransform | import("react-native").TranslateYTransform | import("react-native").SkewXTransform | import("react-native").SkewYTransform | import("react-native").MatrixTransform)[] | import("react-native-svg").ColumnMajorTransformMatrix | undefined;
|
|
17
17
|
rotation?: import("react-native-svg").NumberProp | undefined;
|
|
18
18
|
scaleX?: import("react-native-svg").NumberProp | undefined;
|
|
19
19
|
scaleY?: import("react-native-svg").NumberProp | undefined;
|
|
@@ -21,10 +21,13 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
21
21
|
translateY?: import("react-native-svg").NumberProp | undefined;
|
|
22
22
|
readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
|
|
23
23
|
onLayout?: ((event: import("react-native").LayoutChangeEvent) => void) | undefined;
|
|
24
|
+
title?: string | undefined;
|
|
25
|
+
clipPath?: string | undefined;
|
|
26
|
+
marker?: string | undefined;
|
|
27
|
+
mask?: string | undefined;
|
|
24
28
|
scale?: import("react-native-svg").NumberArray | undefined;
|
|
25
29
|
skewX?: import("react-native-svg").NumberProp | undefined;
|
|
26
30
|
skewY?: import("react-native-svg").NumberProp | undefined;
|
|
27
|
-
title?: string | undefined;
|
|
28
31
|
readonly viewBox?: string | undefined;
|
|
29
32
|
preserveAspectRatio?: string | undefined;
|
|
30
33
|
fillOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
@@ -39,7 +42,6 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
39
42
|
strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
|
|
40
43
|
vectorEffect?: import("react-native-svg").VectorEffect | undefined;
|
|
41
44
|
clipRule?: import("react-native-svg").FillRule | undefined;
|
|
42
|
-
clipPath?: string | undefined;
|
|
43
45
|
translate?: import("react-native-svg").NumberArray | undefined;
|
|
44
46
|
origin?: import("react-native-svg").NumberArray | undefined;
|
|
45
47
|
originX?: import("react-native-svg").NumberProp | undefined;
|
|
@@ -69,11 +71,11 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
69
71
|
delayPressOut?: number | undefined;
|
|
70
72
|
delayLongPress?: number | undefined;
|
|
71
73
|
id?: string | undefined;
|
|
72
|
-
marker?: string | undefined;
|
|
73
74
|
markerStart?: string | undefined;
|
|
74
75
|
markerMid?: string | undefined;
|
|
75
76
|
markerEnd?: string | undefined;
|
|
76
|
-
|
|
77
|
+
accessibilityLabel?: string | undefined;
|
|
78
|
+
accessible?: boolean | undefined;
|
|
77
79
|
font?: import("react-native-svg").FontObject | undefined;
|
|
78
80
|
fontStretch?: import("react-native-svg").FontStretch | undefined;
|
|
79
81
|
textAnchor?: import("react-native-svg").TextAnchor | undefined;
|
|
@@ -103,20 +105,20 @@ declare const _default: React.MemoExoticComponent<{
|
|
|
103
105
|
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
104
106
|
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
105
107
|
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
106
|
-
accessible?: boolean | undefined;
|
|
107
108
|
accessibilityActions?: readonly Readonly<{
|
|
108
109
|
name: string;
|
|
109
110
|
label?: string | undefined;
|
|
110
111
|
}>[] | undefined;
|
|
111
|
-
accessibilityLabel?: string | undefined;
|
|
112
112
|
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
113
113
|
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
114
114
|
accessibilityHint?: string | undefined;
|
|
115
115
|
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
116
116
|
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
117
|
+
accessibilityLabelledBy?: string | string[] | undefined;
|
|
117
118
|
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
118
119
|
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
119
120
|
accessibilityElementsHidden?: boolean | undefined;
|
|
121
|
+
accessibilityLanguage?: string | undefined;
|
|
120
122
|
accessibilityViewIsModal?: boolean | undefined;
|
|
121
123
|
onAccessibilityEscape?: (() => void) | undefined;
|
|
122
124
|
onAccessibilityTap?: (() => void) | undefined;
|