@fountain-ui/core 2.0.0-beta.92 → 2.0.0-beta.94
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 +50 -52
- package/build/commonjs/Accordion/Accordion.js.map +1 -1
- package/build/commonjs/Accordion/AccordionProps.js +7 -0
- package/build/commonjs/Accordion/AccordionProps.js.map +1 -1
- package/build/commonjs/Accordion/LegacyAccordion.js +171 -0
- package/build/commonjs/Accordion/LegacyAccordion.js.map +1 -0
- package/build/commonjs/Accordion/LegacyAccordionProps.js +2 -0
- package/build/commonjs/Accordion/LegacyAccordionProps.js.map +1 -0
- package/build/commonjs/Accordion/index.js +2 -2
- package/build/commonjs/Accordion/index.js.map +1 -1
- package/build/commonjs/Accordion/useVariantStyleMap.js +126 -0
- package/build/commonjs/Accordion/useVariantStyleMap.js.map +1 -0
- package/build/commonjs/Badge/Badge.js +16 -20
- package/build/commonjs/Badge/Badge.js.map +1 -1
- package/build/commonjs/Badge/BadgeProps.js +15 -0
- package/build/commonjs/Badge/BadgeProps.js.map +1 -1
- package/build/commonjs/Badge/LegacyBadge.js +61 -0
- package/build/commonjs/Badge/LegacyBadge.js.map +1 -0
- package/build/commonjs/Badge/LegacyBadgeProps.js +2 -0
- package/build/commonjs/Badge/LegacyBadgeProps.js.map +1 -0
- package/build/commonjs/Badge/index.js +2 -2
- package/build/commonjs/Badge/index.js.map +1 -1
- package/build/commonjs/Badge/useVariantStyleMap.js +74 -0
- package/build/commonjs/Badge/useVariantStyleMap.js.map +1 -0
- package/build/commonjs/Button/Button.js +101 -71
- package/build/commonjs/Button/Button.js.map +1 -1
- package/build/commonjs/Button/ButtonProps.js +11 -0
- package/build/commonjs/Button/ButtonProps.js.map +1 -1
- package/build/commonjs/Button/LegacyButton.js +144 -0
- package/build/commonjs/Button/LegacyButton.js.map +1 -0
- package/build/commonjs/Button/LegacyButtonProps.js +2 -0
- package/build/commonjs/Button/LegacyButtonProps.js.map +1 -0
- package/build/commonjs/Button/index.js +2 -2
- package/build/commonjs/Button/index.js.map +1 -1
- package/build/commonjs/Button/useVariantStyleMap.js +174 -0
- package/build/commonjs/Button/useVariantStyleMap.js.map +1 -0
- package/build/commonjs/ButtonBase/ButtonBase.js +4 -10
- package/build/commonjs/ButtonBase/ButtonBase.js.map +1 -1
- package/build/commonjs/ButtonBase/LegacyButtonBase.js +126 -0
- package/build/commonjs/ButtonBase/LegacyButtonBase.js.map +1 -0
- package/build/commonjs/ButtonBase/index.js +2 -2
- package/build/commonjs/ButtonBase/index.js.map +1 -1
- package/build/commonjs/ButtonSet/ButtonSet.js +54 -0
- package/build/commonjs/ButtonSet/ButtonSet.js.map +1 -0
- package/build/commonjs/ButtonSet/ButtonSetProps.js +11 -0
- package/build/commonjs/ButtonSet/ButtonSetProps.js.map +1 -0
- package/build/commonjs/ButtonSet/index.js +30 -0
- package/build/commonjs/ButtonSet/index.js.map +1 -0
- package/build/commonjs/ButtonSet/useVariantStyleMap.js +85 -0
- package/build/commonjs/ButtonSet/useVariantStyleMap.js.map +1 -0
- package/build/commonjs/Checkbox/Checkbox.js +33 -23
- package/build/commonjs/Checkbox/Checkbox.js.map +1 -1
- package/build/commonjs/Checkbox/CheckboxProps.js +7 -0
- package/build/commonjs/Checkbox/CheckboxProps.js.map +1 -1
- package/build/commonjs/Checkbox/LegacyCheckbox.js +65 -0
- package/build/commonjs/Checkbox/LegacyCheckbox.js.map +1 -0
- package/build/commonjs/Checkbox/LegacyCheckboxProps.js +2 -0
- package/build/commonjs/Checkbox/LegacyCheckboxProps.js.map +1 -0
- package/build/commonjs/Checkbox/index.js +2 -2
- package/build/commonjs/Checkbox/index.js.map +1 -1
- package/build/commonjs/Checkbox/useVariantStyleMap.js +70 -0
- package/build/commonjs/Checkbox/useVariantStyleMap.js.map +1 -0
- package/build/commonjs/CheckboxGroup/CheckboxGroup.js +50 -0
- package/build/commonjs/CheckboxGroup/CheckboxGroup.js.map +1 -0
- package/build/commonjs/CheckboxGroup/CheckboxGroupProps.js +2 -0
- package/build/commonjs/CheckboxGroup/CheckboxGroupProps.js.map +1 -0
- package/build/commonjs/CheckboxGroup/index.js +16 -0
- package/build/commonjs/CheckboxGroup/index.js.map +1 -0
- package/build/commonjs/Chip/Chip.js +24 -62
- package/build/commonjs/Chip/Chip.js.map +1 -1
- package/build/commonjs/Chip/ChipProps.js +9 -0
- package/build/commonjs/Chip/ChipProps.js.map +1 -1
- package/build/commonjs/Chip/LegacyChip.js +98 -0
- package/build/commonjs/Chip/LegacyChip.js.map +1 -0
- package/build/commonjs/Chip/LegacyChipProps.js +2 -0
- package/build/commonjs/Chip/LegacyChipProps.js.map +1 -0
- package/build/commonjs/Chip/index.js +2 -2
- package/build/commonjs/Chip/index.js.map +1 -1
- package/build/commonjs/Chip/useChipStyle.js +113 -0
- package/build/commonjs/Chip/useChipStyle.js.map +1 -0
- package/build/commonjs/Empty/Empty.js +86 -0
- package/build/commonjs/Empty/Empty.js.map +1 -0
- package/build/commonjs/Empty/EmptyProps.js +2 -0
- package/build/commonjs/Empty/EmptyProps.js.map +1 -0
- package/build/commonjs/Empty/index.js +16 -0
- package/build/commonjs/Empty/index.js.map +1 -0
- package/build/commonjs/IconButton/IconButton.js +39 -42
- package/build/commonjs/IconButton/IconButton.js.map +1 -1
- package/build/commonjs/IconButton/IconButtonProps.js +7 -0
- package/build/commonjs/IconButton/IconButtonProps.js.map +1 -1
- package/build/commonjs/IconButton/LegacyIconButton.js +89 -0
- package/build/commonjs/IconButton/LegacyIconButton.js.map +1 -0
- package/build/commonjs/IconButton/LegacyIconButtonProps.js +2 -0
- package/build/commonjs/IconButton/LegacyIconButtonProps.js.map +1 -0
- package/build/commonjs/IconButton/index.js +2 -2
- package/build/commonjs/IconButton/index.js.map +1 -1
- package/build/commonjs/Pagination/LegacyPagination.js +145 -0
- package/build/commonjs/Pagination/LegacyPagination.js.map +1 -0
- package/build/commonjs/Pagination/LegacyPaginationProps.js +2 -0
- package/build/commonjs/Pagination/LegacyPaginationProps.js.map +1 -0
- package/build/commonjs/Pagination/NumberPagination.js +71 -0
- package/build/commonjs/Pagination/NumberPagination.js.map +1 -0
- package/build/commonjs/Pagination/Pagination.js +9 -5
- package/build/commonjs/Pagination/Pagination.js.map +1 -1
- package/build/commonjs/Pagination/PaginationProps.js +7 -0
- package/build/commonjs/Pagination/PaginationProps.js.map +1 -1
- package/build/commonjs/Pagination/index.js +2 -2
- package/build/commonjs/Pagination/index.js.map +1 -1
- package/build/commonjs/PaginationItem/LegacyPaginationItem.js +53 -0
- package/build/commonjs/PaginationItem/LegacyPaginationItem.js.map +1 -0
- package/build/commonjs/PaginationItem/PaginationItem.js +2 -2
- package/build/commonjs/PaginationItem/PaginationItem.js.map +1 -1
- package/build/commonjs/Radio/LegacyRadio.js +82 -0
- package/build/commonjs/Radio/LegacyRadio.js.map +1 -0
- package/build/commonjs/Radio/LegacyRadioProps.js +2 -0
- package/build/commonjs/Radio/LegacyRadioProps.js.map +1 -0
- package/build/commonjs/Radio/Radio.js +40 -19
- package/build/commonjs/Radio/Radio.js.map +1 -1
- package/build/commonjs/Radio/RadioProps.js.map +1 -1
- package/build/commonjs/Radio/index.js +2 -2
- package/build/commonjs/Radio/index.js.map +1 -1
- package/build/commonjs/RadioGroup/LegacyRadioGroup.js +31 -0
- package/build/commonjs/RadioGroup/LegacyRadioGroup.js.map +1 -0
- package/build/commonjs/RadioGroup/RadioGroup.js +28 -2
- package/build/commonjs/RadioGroup/RadioGroup.js.map +1 -1
- package/build/commonjs/RadioGroup/index.js +2 -2
- package/build/commonjs/RadioGroup/index.js.map +1 -1
- package/build/commonjs/ShadowView/ShadowView.js +35 -0
- package/build/commonjs/ShadowView/ShadowView.js.map +1 -0
- package/build/commonjs/ShadowView/ShadowView.native.js +35 -0
- package/build/commonjs/ShadowView/ShadowView.native.js.map +1 -0
- package/build/commonjs/ShadowView/ShadowViewProps.js +2 -0
- package/build/commonjs/ShadowView/ShadowViewProps.js.map +1 -0
- package/build/commonjs/ShadowView/index.js +16 -0
- package/build/commonjs/ShadowView/index.js.map +1 -0
- package/build/commonjs/Snackbar/LegacySnackbar.js +134 -0
- package/build/commonjs/Snackbar/LegacySnackbar.js.map +1 -0
- package/build/commonjs/Snackbar/LegacySnackbarProps.js +2 -0
- package/build/commonjs/Snackbar/LegacySnackbarProps.js.map +1 -0
- package/build/commonjs/Snackbar/Snackbar.js +7 -5
- package/build/commonjs/Snackbar/Snackbar.js.map +1 -1
- package/build/commonjs/Snackbar/SnackbarProps.js +7 -0
- package/build/commonjs/Snackbar/SnackbarProps.js.map +1 -1
- package/build/commonjs/Snackbar/index.js +2 -2
- package/build/commonjs/Snackbar/index.js.map +1 -1
- package/build/commonjs/SnackbarContent/LegacySnackbarContent.js +105 -0
- package/build/commonjs/SnackbarContent/LegacySnackbarContent.js.map +1 -0
- package/build/commonjs/SnackbarContent/LegacySnackbarContentProps.js +2 -0
- package/build/commonjs/SnackbarContent/LegacySnackbarContentProps.js.map +1 -0
- package/build/commonjs/SnackbarContent/SnackbarContent.js +48 -38
- package/build/commonjs/SnackbarContent/SnackbarContent.js.map +1 -1
- package/build/commonjs/SnackbarContent/SnackbarContentProps.js.map +1 -1
- package/build/commonjs/SnackbarContent/StatusIcon.js +43 -0
- package/build/commonjs/SnackbarContent/StatusIcon.js.map +1 -0
- package/build/commonjs/SnackbarContent/index.js +2 -2
- package/build/commonjs/SnackbarContent/index.js.map +1 -1
- package/build/commonjs/SvgIcon/LegacySvgIcon.js +43 -0
- package/build/commonjs/SvgIcon/LegacySvgIcon.js.map +1 -0
- package/build/commonjs/SvgIcon/LegacySvgIconProps.js +2 -0
- package/build/commonjs/SvgIcon/LegacySvgIconProps.js.map +1 -0
- package/build/commonjs/SvgIcon/SvgIcon.js +16 -4
- package/build/commonjs/SvgIcon/SvgIcon.js.map +1 -1
- package/build/commonjs/SvgIcon/SvgIconProps.js +15 -0
- package/build/commonjs/SvgIcon/SvgIconProps.js.map +1 -1
- package/build/commonjs/SvgIcon/index.js +2 -2
- package/build/commonjs/SvgIcon/index.js.map +1 -1
- package/build/commonjs/Tab/LegacyTab.js +126 -0
- package/build/commonjs/Tab/LegacyTab.js.map +1 -0
- package/build/commonjs/Tab/LegacyTabProps.js +2 -0
- package/build/commonjs/Tab/LegacyTabProps.js.map +1 -0
- package/build/commonjs/Tab/Tab.js +31 -69
- package/build/commonjs/Tab/Tab.js.map +1 -1
- package/build/commonjs/Tab/TabIndicator.js.map +1 -1
- package/build/commonjs/Tab/TabProps.js +7 -0
- package/build/commonjs/Tab/TabProps.js.map +1 -1
- package/build/commonjs/Tab/index.js +2 -2
- package/build/commonjs/Tab/index.js.map +1 -1
- package/build/commonjs/Tab/useVariantStyleMap.js +80 -0
- package/build/commonjs/Tab/useVariantStyleMap.js.map +1 -0
- package/build/commonjs/TabBase/LegacyTabBase.js +57 -0
- package/build/commonjs/TabBase/LegacyTabBase.js.map +1 -0
- package/build/commonjs/TabBase/TabBase.js +1 -6
- package/build/commonjs/TabBase/TabBase.js.map +1 -1
- package/build/commonjs/TabBase/index.js +2 -2
- package/build/commonjs/TabBase/index.js.map +1 -1
- package/build/commonjs/Tabs/LegacyTabIndicator.js +119 -0
- package/build/commonjs/Tabs/LegacyTabIndicator.js.map +1 -0
- package/build/commonjs/Tabs/LegacyTabIndicatorProps.js +2 -0
- package/build/commonjs/Tabs/LegacyTabIndicatorProps.js.map +1 -0
- package/build/commonjs/Tabs/LegacyTabs.js +205 -0
- package/build/commonjs/Tabs/LegacyTabs.js.map +1 -0
- package/build/commonjs/Tabs/LegacyTabsProps.js +2 -0
- package/build/commonjs/Tabs/LegacyTabsProps.js.map +1 -0
- package/build/commonjs/Tabs/TabIndicator.js +5 -9
- package/build/commonjs/Tabs/TabIndicator.js.map +1 -1
- package/build/commonjs/Tabs/TabIndicatorProps.js.map +1 -1
- package/build/commonjs/Tabs/Tabs.js +10 -9
- package/build/commonjs/Tabs/Tabs.js.map +1 -1
- package/build/commonjs/Tabs/TabsProps.js +7 -0
- package/build/commonjs/Tabs/TabsProps.js.map +1 -1
- package/build/commonjs/Tabs/index.js +2 -2
- package/build/commonjs/Tabs/index.js.map +1 -1
- package/build/commonjs/TextField/LegacyTextField.js +195 -0
- package/build/commonjs/TextField/LegacyTextField.js.map +1 -0
- package/build/commonjs/TextField/LegacyTextFieldProps.js +2 -0
- package/build/commonjs/TextField/LegacyTextFieldProps.js.map +1 -0
- package/build/commonjs/TextField/OutlinedTextField.js.map +1 -1
- package/build/commonjs/TextField/TextField.js +105 -147
- package/build/commonjs/TextField/TextField.js.map +1 -1
- package/build/commonjs/TextField/TextFieldProps.js +9 -0
- package/build/commonjs/TextField/TextFieldProps.js.map +1 -1
- package/build/commonjs/TextField/index.js +2 -2
- package/build/commonjs/TextField/index.js.map +1 -1
- package/build/commonjs/TextField/useVariantStyleMap.js +103 -0
- package/build/commonjs/TextField/useVariantStyleMap.js.map +1 -0
- package/build/commonjs/Toggle/Toggle.js +110 -0
- package/build/commonjs/Toggle/Toggle.js.map +1 -0
- package/build/commonjs/Toggle/ToggleProps.js +2 -0
- package/build/commonjs/Toggle/ToggleProps.js.map +1 -0
- package/build/commonjs/Toggle/index.js +16 -0
- package/build/commonjs/Toggle/index.js.map +1 -0
- package/build/commonjs/Tooltip/Beaks/Beak.js +69 -0
- package/build/commonjs/Tooltip/Beaks/Beak.js.map +1 -0
- package/build/commonjs/Tooltip/Beaks/BeakProps.js +2 -0
- package/build/commonjs/Tooltip/Beaks/BeakProps.js.map +1 -0
- package/build/commonjs/Tooltip/Beaks/HorizontalLargeBeak.js +25 -0
- package/build/commonjs/Tooltip/Beaks/HorizontalLargeBeak.js.map +1 -0
- package/build/commonjs/Tooltip/Beaks/HorizontalSmallBeak.js +25 -0
- package/build/commonjs/Tooltip/Beaks/HorizontalSmallBeak.js.map +1 -0
- package/build/commonjs/Tooltip/Beaks/VerticalLargeBeak.js +25 -0
- package/build/commonjs/Tooltip/Beaks/VerticalLargeBeak.js.map +1 -0
- package/build/commonjs/Tooltip/Beaks/VerticalSmallBeak.js +25 -0
- package/build/commonjs/Tooltip/Beaks/VerticalSmallBeak.js.map +1 -0
- package/build/commonjs/Tooltip/Beaks/index.js +16 -0
- package/build/commonjs/Tooltip/Beaks/index.js.map +1 -0
- package/build/commonjs/Tooltip/LegacyTooltip.js +147 -0
- package/build/commonjs/Tooltip/LegacyTooltip.js.map +1 -0
- package/build/commonjs/Tooltip/LegacyTooltipProps.js +2 -0
- package/build/commonjs/Tooltip/LegacyTooltipProps.js.map +1 -0
- package/build/commonjs/Tooltip/Tooltip.js +101 -52
- package/build/commonjs/Tooltip/Tooltip.js.map +1 -1
- package/build/commonjs/Tooltip/TooltipProps.js +11 -0
- package/build/commonjs/Tooltip/TooltipProps.js.map +1 -1
- package/build/commonjs/Tooltip/index.js +2 -2
- package/build/commonjs/Tooltip/index.js.map +1 -1
- package/build/commonjs/Typography/LegacyTypography.js +142 -0
- package/build/commonjs/Typography/LegacyTypography.js.map +1 -0
- package/build/commonjs/Typography/LegacyTypographyProps.js +2 -0
- package/build/commonjs/Typography/LegacyTypographyProps.js.map +1 -0
- package/build/commonjs/Typography/Typography.js +15 -54
- package/build/commonjs/Typography/Typography.js.map +1 -1
- package/build/commonjs/Typography/TypographyProps.js +7 -0
- package/build/commonjs/Typography/TypographyProps.js.map +1 -1
- package/build/commonjs/Typography/index.js +2 -2
- package/build/commonjs/Typography/index.js.map +1 -1
- package/build/commonjs/hooks/useCollapsibleAppBar.js +13 -5
- package/build/commonjs/hooks/useCollapsibleAppBar.js.map +1 -1
- package/build/commonjs/index.js +105 -0
- package/build/commonjs/index.js.map +1 -1
- package/build/commonjs/internal/icons/Check.js +23 -0
- package/build/commonjs/internal/icons/Check.js.map +1 -0
- package/build/commonjs/internal/icons/CheckCircle.js +27 -0
- package/build/commonjs/internal/icons/CheckCircle.js.map +1 -0
- package/build/commonjs/internal/icons/CheckboxOn.js +23 -0
- package/build/commonjs/internal/icons/CheckboxOn.js.map +1 -0
- package/build/commonjs/internal/icons/Clear.js +27 -0
- package/build/commonjs/internal/icons/Clear.js.map +1 -0
- package/build/commonjs/internal/icons/EyeOff.js +31 -0
- package/build/commonjs/internal/icons/EyeOff.js.map +1 -0
- package/build/commonjs/internal/icons/EyeOn.js +27 -0
- package/build/commonjs/internal/icons/EyeOn.js.map +1 -0
- package/build/commonjs/internal/icons/InfoCircle.js +27 -0
- package/build/commonjs/internal/icons/InfoCircle.js.map +1 -0
- package/build/commonjs/internal/icons/LoadingSpinner/LoadingSpinnerProps.js +2 -0
- package/build/commonjs/internal/icons/LoadingSpinner/LoadingSpinnerProps.js.map +1 -0
- package/build/commonjs/internal/icons/LoadingSpinner/index.js +36 -0
- package/build/commonjs/internal/icons/LoadingSpinner/index.js.map +1 -0
- package/build/commonjs/internal/icons/LoadingSpinner/index.native.js +36 -0
- package/build/commonjs/internal/icons/LoadingSpinner/index.native.js.map +1 -0
- package/build/commonjs/internal/icons/LoadingSpinner/loadingSpinnerGray.json +1 -0
- package/build/commonjs/internal/icons/LoadingSpinner/loadingSpinnerWhite.json +1 -0
- package/build/commonjs/internal/icons/LoadingSpinner/utils.js +25 -0
- package/build/commonjs/internal/icons/LoadingSpinner/utils.js.map +1 -0
- package/build/commonjs/internal/icons/Search.js +23 -0
- package/build/commonjs/internal/icons/Search.js.map +1 -0
- package/build/commonjs/internal/icons/index.js +72 -0
- package/build/commonjs/internal/icons/index.js.map +1 -1
- package/build/commonjs/styles/createFontStyle.js.map +1 -1
- package/build/commonjs/utils/cloneElementSafely.js.map +1 -1
- package/build/commonjs/utils/createSvgIcon.js +15 -3
- package/build/commonjs/utils/createSvgIcon.js.map +1 -1
- package/build/commonjs/utils/index.js.map +1 -1
- package/build/module/Accordion/Accordion.js +47 -50
- package/build/module/Accordion/Accordion.js.map +1 -1
- package/build/module/Accordion/AccordionProps.js +1 -1
- package/build/module/Accordion/AccordionProps.js.map +1 -1
- package/build/module/Accordion/LegacyAccordion.js +148 -0
- package/build/module/Accordion/LegacyAccordion.js.map +1 -0
- package/build/module/Accordion/LegacyAccordionProps.js +2 -0
- package/build/module/Accordion/LegacyAccordionProps.js.map +1 -0
- package/build/module/Accordion/index.js +1 -1
- package/build/module/Accordion/index.js.map +1 -1
- package/build/module/Accordion/useVariantStyleMap.js +116 -0
- package/build/module/Accordion/useVariantStyleMap.js.map +1 -0
- package/build/module/Badge/Badge.js +17 -23
- package/build/module/Badge/Badge.js.map +1 -1
- package/build/module/Badge/BadgeProps.js +5 -1
- package/build/module/Badge/BadgeProps.js.map +1 -1
- package/build/module/Badge/LegacyBadge.js +48 -0
- package/build/module/Badge/LegacyBadge.js.map +1 -0
- package/build/module/Badge/LegacyBadgeProps.js +2 -0
- package/build/module/Badge/LegacyBadgeProps.js.map +1 -0
- package/build/module/Badge/index.js +1 -1
- package/build/module/Badge/index.js.map +1 -1
- package/build/module/Badge/useVariantStyleMap.js +64 -0
- package/build/module/Badge/useVariantStyleMap.js.map +1 -0
- package/build/module/Button/Button.js +100 -70
- package/build/module/Button/Button.js.map +1 -1
- package/build/module/Button/ButtonProps.js +3 -1
- package/build/module/Button/ButtonProps.js.map +1 -1
- package/build/module/Button/LegacyButton.js +127 -0
- package/build/module/Button/LegacyButton.js.map +1 -0
- package/build/module/Button/LegacyButtonProps.js +2 -0
- package/build/module/Button/LegacyButtonProps.js.map +1 -0
- package/build/module/Button/index.js +1 -1
- package/build/module/Button/index.js.map +1 -1
- package/build/module/Button/useVariantStyleMap.js +164 -0
- package/build/module/Button/useVariantStyleMap.js.map +1 -0
- package/build/module/ButtonBase/ButtonBase.js +4 -9
- package/build/module/ButtonBase/ButtonBase.js.map +1 -1
- package/build/module/ButtonBase/LegacyButtonBase.js +106 -0
- package/build/module/ButtonBase/LegacyButtonBase.js.map +1 -0
- package/build/module/ButtonBase/index.js +1 -1
- package/build/module/ButtonBase/index.js.map +1 -1
- package/build/module/ButtonSet/ButtonSet.js +34 -0
- package/build/module/ButtonSet/ButtonSet.js.map +1 -0
- package/build/module/ButtonSet/ButtonSetProps.js +3 -0
- package/build/module/ButtonSet/ButtonSetProps.js.map +1 -0
- package/build/module/ButtonSet/index.js +3 -0
- package/build/module/ButtonSet/index.js.map +1 -0
- package/build/module/ButtonSet/useVariantStyleMap.js +76 -0
- package/build/module/ButtonSet/useVariantStyleMap.js.map +1 -0
- package/build/module/Checkbox/Checkbox.js +32 -26
- package/build/module/Checkbox/Checkbox.js.map +1 -1
- package/build/module/Checkbox/CheckboxProps.js +1 -1
- package/build/module/Checkbox/CheckboxProps.js.map +1 -1
- package/build/module/Checkbox/LegacyCheckbox.js +52 -0
- package/build/module/Checkbox/LegacyCheckbox.js.map +1 -0
- package/build/module/Checkbox/LegacyCheckboxProps.js +2 -0
- package/build/module/Checkbox/LegacyCheckboxProps.js.map +1 -0
- package/build/module/Checkbox/index.js +1 -1
- package/build/module/Checkbox/index.js.map +1 -1
- package/build/module/Checkbox/useVariantStyleMap.js +59 -0
- package/build/module/Checkbox/useVariantStyleMap.js.map +1 -0
- package/build/module/CheckboxGroup/CheckboxGroup.js +34 -0
- package/build/module/CheckboxGroup/CheckboxGroup.js.map +1 -0
- package/build/module/CheckboxGroup/CheckboxGroupProps.js +2 -0
- package/build/module/CheckboxGroup/CheckboxGroupProps.js.map +1 -0
- package/build/module/CheckboxGroup/index.js +2 -0
- package/build/module/CheckboxGroup/index.js.map +1 -0
- package/build/module/Chip/Chip.js +25 -64
- package/build/module/Chip/Chip.js.map +1 -1
- package/build/module/Chip/ChipProps.js +2 -1
- package/build/module/Chip/ChipProps.js.map +1 -1
- package/build/module/Chip/LegacyChip.js +84 -0
- package/build/module/Chip/LegacyChip.js.map +1 -0
- package/build/module/Chip/LegacyChipProps.js +2 -0
- package/build/module/Chip/LegacyChipProps.js.map +1 -0
- package/build/module/Chip/index.js +1 -1
- package/build/module/Chip/index.js.map +1 -1
- package/build/module/Chip/useChipStyle.js +104 -0
- package/build/module/Chip/useChipStyle.js.map +1 -0
- package/build/module/Empty/Empty.js +71 -0
- package/build/module/Empty/Empty.js.map +1 -0
- package/build/module/Empty/EmptyProps.js +2 -0
- package/build/module/Empty/EmptyProps.js.map +1 -0
- package/build/module/Empty/index.js +2 -0
- package/build/module/Empty/index.js.map +1 -0
- package/build/module/IconButton/IconButton.js +36 -40
- 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/IconButton/LegacyIconButton.js +74 -0
- package/build/module/IconButton/LegacyIconButton.js.map +1 -0
- package/build/module/IconButton/LegacyIconButtonProps.js +2 -0
- package/build/module/IconButton/LegacyIconButtonProps.js.map +1 -0
- package/build/module/IconButton/index.js +1 -1
- package/build/module/IconButton/index.js.map +1 -1
- package/build/module/Pagination/LegacyPagination.js +129 -0
- package/build/module/Pagination/LegacyPagination.js.map +1 -0
- package/build/module/Pagination/LegacyPaginationProps.js +2 -0
- package/build/module/Pagination/LegacyPaginationProps.js.map +1 -0
- package/build/module/Pagination/NumberPagination.js +57 -0
- package/build/module/Pagination/NumberPagination.js.map +1 -0
- package/build/module/Pagination/Pagination.js +8 -5
- package/build/module/Pagination/Pagination.js.map +1 -1
- package/build/module/Pagination/PaginationProps.js +1 -1
- 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/LegacyPaginationItem.js +40 -0
- package/build/module/PaginationItem/LegacyPaginationItem.js.map +1 -0
- package/build/module/PaginationItem/PaginationItem.js +2 -2
- package/build/module/PaginationItem/PaginationItem.js.map +1 -1
- package/build/module/Radio/LegacyRadio.js +63 -0
- package/build/module/Radio/LegacyRadio.js.map +1 -0
- package/build/module/Radio/LegacyRadioProps.js +2 -0
- package/build/module/Radio/LegacyRadioProps.js.map +1 -0
- package/build/module/Radio/Radio.js +35 -18
- package/build/module/Radio/Radio.js.map +1 -1
- package/build/module/Radio/RadioProps.js.map +1 -1
- package/build/module/Radio/index.js +1 -1
- package/build/module/Radio/index.js.map +1 -1
- package/build/module/RadioGroup/LegacyRadioGroup.js +18 -0
- package/build/module/RadioGroup/LegacyRadioGroup.js.map +1 -0
- package/build/module/RadioGroup/RadioGroup.js +21 -2
- package/build/module/RadioGroup/RadioGroup.js.map +1 -1
- package/build/module/RadioGroup/index.js +1 -1
- package/build/module/RadioGroup/index.js.map +1 -1
- package/build/module/ShadowView/ShadowView.js +23 -0
- package/build/module/ShadowView/ShadowView.js.map +1 -0
- package/build/module/ShadowView/ShadowView.native.js +23 -0
- package/build/module/ShadowView/ShadowView.native.js.map +1 -0
- package/build/module/ShadowView/ShadowViewProps.js +2 -0
- package/build/module/ShadowView/ShadowViewProps.js.map +1 -0
- package/build/module/ShadowView/index.js +2 -0
- package/build/module/ShadowView/index.js.map +1 -0
- package/build/module/Snackbar/LegacySnackbar.js +107 -0
- package/build/module/Snackbar/LegacySnackbar.js.map +1 -0
- package/build/module/Snackbar/LegacySnackbarProps.js +2 -0
- package/build/module/Snackbar/LegacySnackbarProps.js.map +1 -0
- package/build/module/Snackbar/Snackbar.js +7 -5
- package/build/module/Snackbar/Snackbar.js.map +1 -1
- package/build/module/Snackbar/SnackbarProps.js +1 -1
- package/build/module/Snackbar/SnackbarProps.js.map +1 -1
- package/build/module/Snackbar/index.js +1 -1
- package/build/module/Snackbar/index.js.map +1 -1
- package/build/module/SnackbarContent/LegacySnackbarContent.js +84 -0
- package/build/module/SnackbarContent/LegacySnackbarContent.js.map +1 -0
- package/build/module/SnackbarContent/LegacySnackbarContentProps.js +2 -0
- package/build/module/SnackbarContent/LegacySnackbarContentProps.js.map +1 -0
- package/build/module/SnackbarContent/SnackbarContent.js +48 -35
- package/build/module/SnackbarContent/SnackbarContent.js.map +1 -1
- package/build/module/SnackbarContent/SnackbarContentProps.js.map +1 -1
- package/build/module/SnackbarContent/StatusIcon.js +31 -0
- package/build/module/SnackbarContent/StatusIcon.js.map +1 -0
- package/build/module/SnackbarContent/index.js +1 -1
- package/build/module/SnackbarContent/index.js.map +1 -1
- package/build/module/SvgIcon/LegacySvgIcon.js +30 -0
- package/build/module/SvgIcon/LegacySvgIcon.js.map +1 -0
- package/build/module/SvgIcon/LegacySvgIconProps.js +2 -0
- package/build/module/SvgIcon/LegacySvgIconProps.js.map +1 -0
- package/build/module/SvgIcon/SvgIcon.js +15 -4
- package/build/module/SvgIcon/SvgIcon.js.map +1 -1
- package/build/module/SvgIcon/SvgIconProps.js +7 -1
- package/build/module/SvgIcon/SvgIconProps.js.map +1 -1
- package/build/module/SvgIcon/index.js +1 -1
- package/build/module/SvgIcon/index.js.map +1 -1
- package/build/module/Tab/LegacyTab.js +105 -0
- package/build/module/Tab/LegacyTab.js.map +1 -0
- package/build/module/Tab/LegacyTabProps.js +2 -0
- package/build/module/Tab/LegacyTabProps.js.map +1 -0
- package/build/module/Tab/Tab.js +30 -66
- package/build/module/Tab/Tab.js.map +1 -1
- package/build/module/Tab/TabIndicator.js.map +1 -1
- package/build/module/Tab/TabProps.js +1 -1
- package/build/module/Tab/TabProps.js.map +1 -1
- package/build/module/Tab/index.js +1 -1
- package/build/module/Tab/index.js.map +1 -1
- package/build/module/Tab/useVariantStyleMap.js +70 -0
- package/build/module/Tab/useVariantStyleMap.js.map +1 -0
- package/build/module/TabBase/LegacyTabBase.js +44 -0
- package/build/module/TabBase/LegacyTabBase.js.map +1 -0
- package/build/module/TabBase/TabBase.js +1 -5
- package/build/module/TabBase/TabBase.js.map +1 -1
- package/build/module/TabBase/index.js +1 -1
- package/build/module/TabBase/index.js.map +1 -1
- package/build/module/Tabs/LegacyTabIndicator.js +98 -0
- package/build/module/Tabs/LegacyTabIndicator.js.map +1 -0
- package/build/module/Tabs/LegacyTabIndicatorProps.js +2 -0
- package/build/module/Tabs/LegacyTabIndicatorProps.js.map +1 -0
- package/build/module/Tabs/LegacyTabs.js +180 -0
- package/build/module/Tabs/LegacyTabs.js.map +1 -0
- package/build/module/Tabs/LegacyTabsProps.js +2 -0
- package/build/module/Tabs/LegacyTabsProps.js.map +1 -0
- package/build/module/Tabs/TabIndicator.js +5 -9
- package/build/module/Tabs/TabIndicator.js.map +1 -1
- package/build/module/Tabs/TabIndicatorProps.js.map +1 -1
- package/build/module/Tabs/Tabs.js +10 -9
- package/build/module/Tabs/Tabs.js.map +1 -1
- package/build/module/Tabs/TabsProps.js +1 -1
- package/build/module/Tabs/TabsProps.js.map +1 -1
- package/build/module/Tabs/index.js +1 -1
- package/build/module/Tabs/index.js.map +1 -1
- package/build/module/TextField/LegacyTextField.js +169 -0
- package/build/module/TextField/LegacyTextField.js.map +1 -0
- package/build/module/TextField/LegacyTextFieldProps.js +2 -0
- package/build/module/TextField/LegacyTextFieldProps.js.map +1 -0
- package/build/module/TextField/OutlinedTextField.js.map +1 -1
- package/build/module/TextField/TextField.js +104 -144
- package/build/module/TextField/TextField.js.map +1 -1
- package/build/module/TextField/TextFieldProps.js +2 -1
- package/build/module/TextField/TextFieldProps.js.map +1 -1
- package/build/module/TextField/index.js +1 -1
- package/build/module/TextField/index.js.map +1 -1
- package/build/module/TextField/useVariantStyleMap.js +94 -0
- package/build/module/TextField/useVariantStyleMap.js.map +1 -0
- package/build/module/Toggle/Toggle.js +90 -0
- package/build/module/Toggle/Toggle.js.map +1 -0
- package/build/module/Toggle/ToggleProps.js +2 -0
- package/build/module/Toggle/ToggleProps.js.map +1 -0
- package/build/module/Toggle/index.js +2 -0
- package/build/module/Toggle/index.js.map +1 -0
- package/build/module/Tooltip/Beaks/Beak.js +56 -0
- package/build/module/Tooltip/Beaks/Beak.js.map +1 -0
- package/build/module/Tooltip/Beaks/BeakProps.js +2 -0
- package/build/module/Tooltip/Beaks/BeakProps.js.map +1 -0
- package/build/module/Tooltip/Beaks/HorizontalLargeBeak.js +14 -0
- package/build/module/Tooltip/Beaks/HorizontalLargeBeak.js.map +1 -0
- package/build/module/Tooltip/Beaks/HorizontalSmallBeak.js +14 -0
- package/build/module/Tooltip/Beaks/HorizontalSmallBeak.js.map +1 -0
- package/build/module/Tooltip/Beaks/VerticalLargeBeak.js +14 -0
- package/build/module/Tooltip/Beaks/VerticalLargeBeak.js.map +1 -0
- package/build/module/Tooltip/Beaks/VerticalSmallBeak.js +14 -0
- package/build/module/Tooltip/Beaks/VerticalSmallBeak.js.map +1 -0
- package/build/module/Tooltip/Beaks/index.js +2 -0
- package/build/module/Tooltip/Beaks/index.js.map +1 -0
- package/build/module/Tooltip/LegacyTooltip.js +121 -0
- package/build/module/Tooltip/LegacyTooltip.js.map +1 -0
- package/build/module/Tooltip/LegacyTooltipProps.js +2 -0
- package/build/module/Tooltip/LegacyTooltipProps.js.map +1 -0
- package/build/module/Tooltip/Tooltip.js +97 -46
- package/build/module/Tooltip/Tooltip.js.map +1 -1
- package/build/module/Tooltip/TooltipProps.js +3 -1
- package/build/module/Tooltip/TooltipProps.js.map +1 -1
- package/build/module/Tooltip/index.js +1 -1
- package/build/module/Tooltip/index.js.map +1 -1
- package/build/module/Typography/LegacyTypography.js +126 -0
- package/build/module/Typography/LegacyTypography.js.map +1 -0
- package/build/module/Typography/LegacyTypographyProps.js +2 -0
- package/build/module/Typography/LegacyTypographyProps.js.map +1 -0
- package/build/module/Typography/Typography.js +15 -54
- package/build/module/Typography/Typography.js.map +1 -1
- package/build/module/Typography/TypographyProps.js +1 -1
- package/build/module/Typography/TypographyProps.js.map +1 -1
- package/build/module/Typography/index.js +1 -1
- package/build/module/Typography/index.js.map +1 -1
- package/build/module/hooks/useCollapsibleAppBar.js +14 -6
- package/build/module/hooks/useCollapsibleAppBar.js.map +1 -1
- package/build/module/index.js +10 -0
- package/build/module/index.js.map +1 -1
- package/build/module/internal/icons/Check.js +9 -0
- package/build/module/internal/icons/Check.js.map +1 -0
- package/build/module/internal/icons/CheckCircle.js +13 -0
- package/build/module/internal/icons/CheckCircle.js.map +1 -0
- package/build/module/internal/icons/CheckboxOn.js +9 -0
- package/build/module/internal/icons/CheckboxOn.js.map +1 -0
- package/build/module/internal/icons/Clear.js +13 -0
- package/build/module/internal/icons/Clear.js.map +1 -0
- package/build/module/internal/icons/EyeOff.js +17 -0
- package/build/module/internal/icons/EyeOff.js.map +1 -0
- package/build/module/internal/icons/EyeOn.js +13 -0
- package/build/module/internal/icons/EyeOn.js.map +1 -0
- package/build/module/internal/icons/InfoCircle.js +13 -0
- package/build/module/internal/icons/InfoCircle.js.map +1 -0
- package/build/module/internal/icons/LoadingSpinner/LoadingSpinnerProps.js +2 -0
- package/build/module/internal/icons/LoadingSpinner/LoadingSpinnerProps.js.map +1 -0
- package/build/module/internal/icons/LoadingSpinner/index.js +23 -0
- package/build/module/internal/icons/LoadingSpinner/index.js.map +1 -0
- package/build/module/internal/icons/LoadingSpinner/index.native.js +23 -0
- package/build/module/internal/icons/LoadingSpinner/index.native.js.map +1 -0
- package/build/module/internal/icons/LoadingSpinner/loadingSpinnerGray.json +1 -0
- package/build/module/internal/icons/LoadingSpinner/loadingSpinnerWhite.json +1 -0
- package/build/module/internal/icons/LoadingSpinner/utils.js +12 -0
- package/build/module/internal/icons/LoadingSpinner/utils.js.map +1 -0
- package/build/module/internal/icons/Search.js +9 -0
- package/build/module/internal/icons/Search.js.map +1 -0
- package/build/module/internal/icons/index.js +9 -0
- package/build/module/internal/icons/index.js.map +1 -1
- package/build/module/styles/createFontStyle.js.map +1 -1
- package/build/module/utils/cloneElementSafely.js.map +1 -1
- package/build/module/utils/createSvgIcon.js +14 -3
- package/build/module/utils/createSvgIcon.js.map +1 -1
- package/build/module/utils/index.js.map +1 -1
- package/build/typescript/Accordion/Accordion.d.ts +1 -1
- package/build/typescript/Accordion/AccordionProps.d.ts +8 -1
- package/build/typescript/Accordion/LegacyAccordion.d.ts +3 -0
- package/build/typescript/Accordion/LegacyAccordionProps.d.ts +28 -0
- package/build/typescript/Accordion/index.d.ts +2 -2
- package/build/typescript/Accordion/useVariantStyleMap.d.ts +13 -0
- package/build/typescript/Badge/Badge.d.ts +1 -1
- package/build/typescript/Badge/BadgeProps.d.ts +28 -2
- package/build/typescript/Badge/LegacyBadge.d.ts +3 -0
- package/build/typescript/Badge/LegacyBadgeProps.d.ts +34 -0
- package/build/typescript/Badge/index.d.ts +2 -2
- package/build/typescript/Badge/useVariantStyleMap.d.ts +9 -0
- package/build/typescript/Button/ButtonProps.d.ts +18 -11
- package/build/typescript/Button/LegacyButton.d.ts +3 -0
- package/build/typescript/Button/LegacyButtonProps.d.ts +51 -0
- package/build/typescript/Button/index.d.ts +2 -2
- package/build/typescript/Button/useVariantStyleMap.d.ts +9 -0
- package/build/typescript/ButtonBase/ButtonBase.d.ts +0 -1
- package/build/typescript/ButtonBase/LegacyButtonBase.d.ts +5 -0
- package/build/typescript/ButtonBase/index.d.ts +1 -1
- package/build/typescript/ButtonSet/ButtonSet.d.ts +3 -0
- package/build/typescript/ButtonSet/ButtonSetProps.d.ts +20 -0
- package/build/typescript/ButtonSet/index.d.ts +3 -0
- package/build/typescript/ButtonSet/useVariantStyleMap.d.ts +10 -0
- package/build/typescript/Checkbox/CheckboxProps.d.ts +10 -14
- package/build/typescript/Checkbox/LegacyCheckbox.d.ts +3 -0
- package/build/typescript/Checkbox/LegacyCheckboxProps.d.ts +36 -0
- package/build/typescript/Checkbox/index.d.ts +2 -2
- package/build/typescript/Checkbox/useVariantStyleMap.d.ts +9 -0
- package/build/typescript/CheckboxGroup/CheckboxGroup.d.ts +3 -0
- package/build/typescript/CheckboxGroup/CheckboxGroupProps.d.ts +11 -0
- package/build/typescript/CheckboxGroup/index.d.ts +2 -0
- package/build/typescript/Chip/ChipProps.d.ts +13 -6
- package/build/typescript/Chip/LegacyChip.d.ts +3 -0
- package/build/typescript/Chip/LegacyChipProps.d.ts +28 -0
- package/build/typescript/Chip/index.d.ts +2 -2
- package/build/typescript/Chip/useChipStyle.d.ts +11 -0
- package/build/typescript/Empty/Empty.d.ts +3 -0
- package/build/typescript/Empty/EmptyProps.d.ts +27 -0
- package/build/typescript/Empty/index.d.ts +2 -0
- package/build/typescript/IconButton/IconButtonProps.d.ts +7 -10
- package/build/typescript/IconButton/LegacyIconButton.d.ts +3 -0
- package/build/typescript/IconButton/LegacyIconButtonProps.d.ts +30 -0
- package/build/typescript/IconButton/index.d.ts +2 -2
- package/build/typescript/Pagination/LegacyPagination.d.ts +3 -0
- package/build/typescript/Pagination/LegacyPaginationProps.d.ts +71 -0
- package/build/typescript/Pagination/NumberPagination.d.ts +8 -0
- package/build/typescript/Pagination/PaginationProps.d.ts +7 -0
- package/build/typescript/Pagination/index.d.ts +2 -2
- package/build/typescript/PaginationItem/LegacyPaginationItem.d.ts +5 -0
- package/build/typescript/Radio/LegacyRadio.d.ts +3 -0
- package/build/typescript/Radio/LegacyRadioProps.d.ts +43 -0
- package/build/typescript/Radio/RadioProps.d.ts +9 -14
- package/build/typescript/Radio/index.d.ts +2 -2
- package/build/typescript/RadioGroup/LegacyRadioGroup.d.ts +3 -0
- package/build/typescript/RadioGroup/index.d.ts +1 -1
- package/build/typescript/ShadowView/ShadowView.d.ts +3 -0
- package/build/typescript/ShadowView/ShadowView.native.d.ts +3 -0
- package/build/typescript/ShadowView/ShadowViewProps.d.ts +11 -0
- package/build/typescript/ShadowView/index.d.ts +2 -0
- package/build/typescript/Snackbar/LegacySnackbar.d.ts +3 -0
- package/build/typescript/Snackbar/LegacySnackbarProps.d.ts +51 -0
- package/build/typescript/Snackbar/SnackbarProps.d.ts +9 -2
- package/build/typescript/Snackbar/index.d.ts +2 -2
- package/build/typescript/SnackbarContent/LegacySnackbarContent.d.ts +3 -0
- package/build/typescript/SnackbarContent/LegacySnackbarContentProps.d.ts +26 -0
- package/build/typescript/SnackbarContent/SnackbarContentProps.d.ts +5 -24
- package/build/typescript/SnackbarContent/StatusIcon.d.ts +7 -0
- package/build/typescript/SnackbarContent/index.d.ts +2 -2
- package/build/typescript/SvgIcon/LegacySvgIcon.d.ts +3 -0
- package/build/typescript/SvgIcon/LegacySvgIconProps.d.ts +35 -0
- package/build/typescript/SvgIcon/SvgIconProps.d.ts +17 -6
- package/build/typescript/SvgIcon/index.d.ts +2 -2
- package/build/typescript/Tab/LegacyTab.d.ts +3 -0
- package/build/typescript/Tab/LegacyTabProps.d.ts +58 -0
- package/build/typescript/Tab/TabIndicator.d.ts +2 -2
- package/build/typescript/Tab/TabProps.d.ts +3 -16
- package/build/typescript/Tab/index.d.ts +2 -2
- package/build/typescript/Tab/useVariantStyleMap.d.ts +10 -0
- package/build/typescript/TabBase/LegacyTabBase.d.ts +3 -0
- package/build/typescript/TabBase/index.d.ts +1 -1
- package/build/typescript/Tabs/LegacyTabIndicator.d.ts +3 -0
- package/build/typescript/Tabs/LegacyTabIndicatorProps.d.ts +28 -0
- package/build/typescript/Tabs/LegacyTabs.d.ts +5 -0
- package/build/typescript/Tabs/LegacyTabsProps.d.ts +74 -0
- package/build/typescript/Tabs/TabIndicatorProps.d.ts +0 -10
- package/build/typescript/Tabs/Tabs.d.ts +1 -1
- package/build/typescript/Tabs/TabsProps.d.ts +10 -10
- package/build/typescript/Tabs/index.d.ts +2 -2
- package/build/typescript/TextField/LegacyTextField.d.ts +5 -0
- package/build/typescript/TextField/LegacyTextFieldProps.d.ts +67 -0
- package/build/typescript/TextField/OutlinedTextField.d.ts +1 -1
- package/build/typescript/TextField/TextField.d.ts +1 -1
- package/build/typescript/TextField/TextFieldProps.d.ts +25 -51
- package/build/typescript/TextField/index.d.ts +2 -2
- package/build/typescript/TextField/useVariantStyleMap.d.ts +9 -0
- package/build/typescript/Toggle/Toggle.d.ts +3 -0
- package/build/typescript/Toggle/ToggleProps.d.ts +19 -0
- package/build/typescript/Toggle/index.d.ts +2 -0
- package/build/typescript/Tooltip/Beaks/Beak.d.ts +3 -0
- package/build/typescript/Tooltip/Beaks/BeakProps.d.ts +4 -0
- package/build/typescript/Tooltip/Beaks/HorizontalLargeBeak.d.ts +3 -0
- package/build/typescript/Tooltip/Beaks/HorizontalSmallBeak.d.ts +3 -0
- package/build/typescript/Tooltip/Beaks/VerticalLargeBeak.d.ts +3 -0
- package/build/typescript/Tooltip/Beaks/VerticalSmallBeak.d.ts +3 -0
- package/build/typescript/Tooltip/Beaks/index.d.ts +2 -0
- package/build/typescript/Tooltip/LegacyTooltip.d.ts +3 -0
- package/build/typescript/Tooltip/LegacyTooltipProps.d.ts +72 -0
- package/build/typescript/Tooltip/TooltipProps.d.ts +19 -9
- package/build/typescript/Tooltip/index.d.ts +2 -2
- package/build/typescript/Typography/LegacyTypography.d.ts +5 -0
- package/build/typescript/Typography/LegacyTypographyProps.d.ts +81 -0
- package/build/typescript/Typography/Typography.d.ts +1 -1
- package/build/typescript/Typography/TypographyProps.d.ts +12 -9
- package/build/typescript/Typography/index.d.ts +2 -2
- package/build/typescript/hooks/useCollapsibleAppBar.d.ts +1 -0
- package/build/typescript/index.d.ts +10 -0
- package/build/typescript/internal/icons/Check.d.ts +8 -0
- package/build/typescript/internal/icons/CheckCircle.d.ts +8 -0
- package/build/typescript/internal/icons/Checkbox.d.ts +2 -124
- package/build/typescript/internal/icons/CheckboxChecked.d.ts +2 -124
- package/build/typescript/internal/icons/CheckboxOn.d.ts +8 -0
- package/build/typescript/internal/icons/ChevronDown.d.ts +2 -124
- package/build/typescript/internal/icons/ChevronLeft.d.ts +2 -124
- package/build/typescript/internal/icons/ChevronRight.d.ts +2 -124
- package/build/typescript/internal/icons/Clear.d.ts +8 -0
- package/build/typescript/internal/icons/Close.d.ts +2 -124
- package/build/typescript/internal/icons/EyeOff.d.ts +8 -0
- package/build/typescript/internal/icons/EyeOn.d.ts +8 -0
- package/build/typescript/internal/icons/InfoCircle.d.ts +8 -0
- package/build/typescript/internal/icons/LoadingSpinner/LoadingSpinnerProps.d.ts +9 -0
- package/build/typescript/internal/icons/LoadingSpinner/index.d.ts +3 -0
- package/build/typescript/internal/icons/LoadingSpinner/index.native.d.ts +3 -0
- package/build/typescript/internal/icons/LoadingSpinner/utils.d.ts +3 -0
- package/build/typescript/internal/icons/Radio.d.ts +2 -124
- package/build/typescript/internal/icons/RadioChecked.d.ts +2 -124
- package/build/typescript/internal/icons/Search.d.ts +8 -0
- package/build/typescript/internal/icons/index.d.ts +9 -0
- package/build/typescript/styles/createFontStyle.d.ts +1 -1
- package/build/typescript/utils/cloneElementSafely.d.ts +1 -2
- package/build/typescript/utils/createSvgIcon.d.ts +8 -3
- package/build/typescript/utils/index.d.ts +1 -0
- package/package.json +2 -2
- package/src/Accordion/Accordion.tsx +75 -72
- package/src/Accordion/AccordionProps.ts +11 -2
- package/src/Accordion/LegacyAccordion.tsx +188 -0
- package/src/Accordion/LegacyAccordionProps.ts +34 -0
- package/src/Accordion/index.ts +2 -2
- package/src/Accordion/useVariantStyleMap.ts +127 -0
- package/src/Badge/Badge.tsx +23 -29
- package/src/Badge/BadgeProps.ts +35 -2
- package/src/Badge/LegacyBadge.tsx +66 -0
- package/src/Badge/LegacyBadgeProps.ts +40 -0
- package/src/Badge/index.ts +2 -2
- package/src/Badge/useVariantStyleMap.ts +73 -0
- package/src/Button/Button.tsx +113 -81
- package/src/Button/ButtonProps.ts +37 -12
- package/src/Button/LegacyButton.tsx +157 -0
- package/src/Button/LegacyButtonProps.ts +62 -0
- package/src/Button/index.ts +2 -2
- package/src/Button/useVariantStyleMap.ts +178 -0
- package/src/ButtonBase/ButtonBase.tsx +4 -10
- package/src/ButtonBase/LegacyButtonBase.tsx +135 -0
- package/src/ButtonBase/index.ts +2 -2
- package/src/ButtonSet/ButtonSet.tsx +43 -0
- package/src/ButtonSet/ButtonSetProps.ts +27 -0
- package/src/ButtonSet/index.ts +3 -0
- package/src/ButtonSet/useVariantStyleMap.ts +84 -0
- package/src/Checkbox/Checkbox.tsx +48 -33
- package/src/Checkbox/CheckboxProps.ts +10 -15
- package/src/Checkbox/LegacyCheckbox.tsx +62 -0
- package/src/Checkbox/LegacyCheckboxProps.ts +42 -0
- package/src/Checkbox/index.ts +2 -2
- package/src/Checkbox/useVariantStyleMap.ts +71 -0
- package/src/CheckboxGroup/CheckboxGroup.tsx +47 -0
- package/src/CheckboxGroup/CheckboxGroupProps.ts +11 -0
- package/src/CheckboxGroup/index.ts +2 -0
- package/src/Chip/Chip.tsx +26 -82
- package/src/Chip/ChipProps.ts +16 -7
- package/src/Chip/LegacyChip.tsx +116 -0
- package/src/Chip/LegacyChipProps.ts +33 -0
- package/src/Chip/index.ts +2 -2
- package/src/Chip/useChipStyle.ts +123 -0
- package/src/Empty/Empty.tsx +108 -0
- package/src/Empty/EmptyProps.ts +31 -0
- package/src/Empty/index.ts +2 -0
- package/src/IconButton/IconButton.tsx +36 -54
- package/src/IconButton/IconButtonProps.ts +12 -12
- package/src/IconButton/LegacyIconButton.tsx +97 -0
- package/src/IconButton/LegacyIconButtonProps.ts +36 -0
- package/src/IconButton/index.ts +2 -2
- package/src/Pagination/LegacyPagination.tsx +168 -0
- package/src/Pagination/LegacyPaginationProps.ts +85 -0
- package/src/Pagination/NumberPagination.tsx +78 -0
- package/src/Pagination/Pagination.tsx +15 -5
- package/src/Pagination/PaginationProps.ts +9 -0
- package/src/Pagination/index.ts +2 -2
- package/src/PaginationItem/LegacyPaginationItem.tsx +52 -0
- package/src/PaginationItem/PaginationItem.tsx +2 -2
- package/src/Radio/LegacyRadio.tsx +72 -0
- package/src/Radio/LegacyRadioProps.ts +50 -0
- package/src/Radio/Radio.tsx +47 -16
- package/src/Radio/RadioProps.ts +10 -16
- package/src/Radio/index.ts +2 -2
- package/src/RadioGroup/LegacyRadioGroup.tsx +20 -0
- package/src/RadioGroup/RadioGroup.tsx +31 -4
- package/src/RadioGroup/index.ts +2 -2
- package/src/ShadowView/ShadowView.native.tsx +37 -0
- package/src/ShadowView/ShadowView.tsx +33 -0
- package/src/ShadowView/ShadowViewProps.ts +11 -0
- package/src/ShadowView/index.ts +2 -0
- package/src/Snackbar/LegacySnackbar.tsx +130 -0
- package/src/Snackbar/LegacySnackbarProps.ts +61 -0
- package/src/Snackbar/Snackbar.tsx +7 -5
- package/src/Snackbar/SnackbarProps.ts +11 -3
- package/src/Snackbar/index.ts +2 -2
- package/src/SnackbarContent/LegacySnackbarContent.tsx +129 -0
- package/src/SnackbarContent/LegacySnackbarContentProps.ts +30 -0
- package/src/SnackbarContent/SnackbarContent.tsx +53 -48
- package/src/SnackbarContent/SnackbarContentProps.ts +10 -27
- package/src/SnackbarContent/StatusIcon.tsx +37 -0
- package/src/SnackbarContent/index.ts +2 -2
- package/src/SvgIcon/LegacySvgIcon.tsx +36 -0
- package/src/SvgIcon/LegacySvgIconProps.ts +41 -0
- package/src/SvgIcon/SvgIcon.tsx +19 -5
- package/src/SvgIcon/SvgIconProps.ts +33 -6
- package/src/SvgIcon/index.ts +2 -2
- package/src/Tab/LegacyTab.tsx +141 -0
- package/src/Tab/LegacyTabProps.ts +68 -0
- package/src/Tab/Tab.tsx +36 -79
- package/src/Tab/TabIndicator.tsx +5 -2
- package/src/Tab/TabProps.ts +3 -18
- package/src/Tab/index.ts +2 -2
- package/src/Tab/useVariantStyleMap.ts +86 -0
- package/src/TabBase/LegacyTabBase.tsx +55 -0
- package/src/TabBase/TabBase.tsx +0 -5
- package/src/TabBase/index.ts +2 -2
- package/src/Tabs/LegacyTabIndicator.tsx +111 -0
- package/src/Tabs/LegacyTabIndicatorProps.ts +33 -0
- package/src/Tabs/LegacyTabs.tsx +225 -0
- package/src/Tabs/LegacyTabsProps.ts +87 -0
- package/src/Tabs/TabIndicator.tsx +6 -12
- package/src/Tabs/TabIndicatorProps.ts +0 -13
- package/src/Tabs/Tabs.tsx +12 -8
- package/src/Tabs/TabsProps.ts +12 -11
- package/src/Tabs/index.ts +2 -2
- package/src/TextField/LegacyTextField.tsx +168 -0
- package/src/TextField/LegacyTextFieldProps.ts +80 -0
- package/src/TextField/OutlinedTextField.tsx +1 -1
- package/src/TextField/TextField.tsx +155 -137
- package/src/TextField/TextFieldProps.ts +27 -57
- package/src/TextField/index.tsx +2 -2
- package/src/TextField/useVariantStyleMap.ts +100 -0
- package/src/Toggle/Toggle.tsx +113 -0
- package/src/Toggle/ToggleProps.ts +21 -0
- package/src/Toggle/index.ts +2 -0
- package/src/Tooltip/Beaks/Beak.tsx +53 -0
- package/src/Tooltip/Beaks/BeakProps.ts +4 -0
- package/src/Tooltip/Beaks/HorizontalLargeBeak.tsx +18 -0
- package/src/Tooltip/Beaks/HorizontalSmallBeak.tsx +18 -0
- package/src/Tooltip/Beaks/VerticalLargeBeak.tsx +18 -0
- package/src/Tooltip/Beaks/VerticalSmallBeak.tsx +18 -0
- package/src/Tooltip/Beaks/index.ts +2 -0
- package/src/Tooltip/LegacyTooltip.tsx +167 -0
- package/src/Tooltip/LegacyTooltipProps.ts +86 -0
- package/src/Tooltip/Tooltip.tsx +114 -66
- package/src/Tooltip/TooltipProps.ts +28 -10
- package/src/Tooltip/index.ts +2 -2
- package/src/Typography/LegacyTypography.tsx +107 -0
- package/src/Typography/LegacyTypographyProps.ts +122 -0
- package/src/Typography/Typography.tsx +24 -30
- package/src/Typography/TypographyProps.ts +29 -34
- package/src/Typography/index.ts +2 -2
- package/src/hooks/useCollapsibleAppBar.ts +14 -5
- package/src/index.ts +15 -0
- package/src/internal/icons/Check.tsx +13 -0
- package/src/internal/icons/CheckCircle.tsx +20 -0
- package/src/internal/icons/CheckboxOn.tsx +13 -0
- package/src/internal/icons/Clear.tsx +20 -0
- package/src/internal/icons/EyeOff.tsx +25 -0
- package/src/internal/icons/EyeOn.tsx +20 -0
- package/src/internal/icons/InfoCircle.tsx +21 -0
- package/src/internal/icons/LoadingSpinner/LoadingSpinnerProps.ts +11 -0
- package/src/internal/icons/LoadingSpinner/index.native.tsx +31 -0
- package/src/internal/icons/LoadingSpinner/index.tsx +31 -0
- package/src/internal/icons/LoadingSpinner/loadingSpinnerGray.json +1 -0
- package/src/internal/icons/LoadingSpinner/loadingSpinnerWhite.json +1 -0
- package/src/internal/icons/LoadingSpinner/utils.ts +14 -0
- package/src/internal/icons/Search.tsx +15 -0
- package/src/internal/icons/index.ts +9 -0
- package/src/styles/createFontStyle.ts +1 -1
- package/src/utils/cloneElementSafely.ts +1 -1
- package/src/utils/createSvgIcon.tsx +29 -6
- package/src/utils/index.ts +1 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: React.MemoExoticComponent<{
|
|
3
|
+
(props: (Omit<import("../../SvgIcon/SvgIconProps").default, "children"> | Omit<import("../..").SvgIconProps, "children">) & {
|
|
4
|
+
enableV2?: boolean | undefined;
|
|
5
|
+
}): JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
}>;
|
|
8
|
+
export default _default;
|
|
@@ -1,129 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
declare const _default: React.MemoExoticComponent<{
|
|
3
|
-
(props: {
|
|
4
|
-
|
|
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").ColorValue | undefined;
|
|
10
|
-
fontStyle?: import("react-native-svg").FontStyle | undefined;
|
|
11
|
-
testID?: string | undefined;
|
|
12
|
-
fontVariant?: import("react-native-svg").FontVariant | undefined;
|
|
13
|
-
opacity?: import("react-native-svg").NumberProp | undefined;
|
|
14
|
-
readonly height?: import("react-native-svg").NumberProp | undefined;
|
|
15
|
-
readonly width?: import("react-native-svg").NumberProp | undefined;
|
|
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
|
-
rotation?: import("react-native-svg").NumberProp | 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
|
-
readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
|
|
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;
|
|
28
|
-
scale?: import("react-native-svg").NumberArray | undefined;
|
|
29
|
-
skewX?: import("react-native-svg").NumberProp | undefined;
|
|
30
|
-
skewY?: import("react-native-svg").NumberProp | undefined;
|
|
31
|
-
readonly viewBox?: string | undefined;
|
|
32
|
-
preserveAspectRatio?: string | undefined;
|
|
33
|
-
fillOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
34
|
-
fillRule?: import("react-native-svg").FillRule | undefined;
|
|
35
|
-
stroke?: import("react-native").ColorValue | undefined;
|
|
36
|
-
strokeWidth?: import("react-native-svg").NumberProp | undefined;
|
|
37
|
-
strokeOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
38
|
-
strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
|
|
39
|
-
strokeDashoffset?: import("react-native-svg").NumberProp | undefined;
|
|
40
|
-
strokeLinecap?: import("react-native-svg").Linecap | undefined;
|
|
41
|
-
strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
|
|
42
|
-
strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
|
|
43
|
-
vectorEffect?: import("react-native-svg").VectorEffect | undefined;
|
|
44
|
-
clipRule?: import("react-native-svg").FillRule | undefined;
|
|
45
|
-
translate?: import("react-native-svg").NumberArray | undefined;
|
|
46
|
-
origin?: import("react-native-svg").NumberArray | undefined;
|
|
47
|
-
originX?: import("react-native-svg").NumberProp | undefined;
|
|
48
|
-
originY?: import("react-native-svg").NumberProp | undefined;
|
|
49
|
-
skew?: import("react-native-svg").NumberArray | undefined;
|
|
50
|
-
x?: import("react-native-svg").NumberArray | undefined;
|
|
51
|
-
y?: import("react-native-svg").NumberArray | undefined;
|
|
52
|
-
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
53
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
54
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
55
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
56
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
57
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
58
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
59
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
60
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
61
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
62
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
63
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
64
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
65
|
-
disabled?: boolean | undefined;
|
|
66
|
-
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
67
|
-
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
68
|
-
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
69
|
-
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
70
|
-
delayPressIn?: number | undefined;
|
|
71
|
-
delayPressOut?: number | undefined;
|
|
72
|
-
delayLongPress?: number | undefined;
|
|
73
|
-
id?: string | undefined;
|
|
74
|
-
markerStart?: string | undefined;
|
|
75
|
-
markerMid?: string | undefined;
|
|
76
|
-
markerEnd?: string | undefined;
|
|
77
|
-
accessibilityLabel?: string | undefined;
|
|
78
|
-
accessible?: boolean | undefined;
|
|
79
|
-
font?: import("react-native-svg").FontObject | undefined;
|
|
80
|
-
fontStretch?: import("react-native-svg").FontStretch | undefined;
|
|
81
|
-
textAnchor?: import("react-native-svg").TextAnchor | undefined;
|
|
82
|
-
textDecoration?: import("react-native-svg").TextDecoration | undefined;
|
|
83
|
-
wordSpacing?: import("react-native-svg").NumberProp | undefined;
|
|
84
|
-
kerning?: import("react-native-svg").NumberProp | undefined;
|
|
85
|
-
fontFeatureSettings?: string | undefined;
|
|
86
|
-
fontVariantLigatures?: import("react-native-svg").FontVariantLigatures | undefined;
|
|
87
|
-
fontVariationSettings?: string | undefined;
|
|
88
|
-
hitSlop?: import("react-native").Insets | undefined;
|
|
89
|
-
removeClippedSubviews?: boolean | undefined;
|
|
90
|
-
nativeID?: string | undefined;
|
|
91
|
-
collapsable?: boolean | undefined;
|
|
92
|
-
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
93
|
-
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
94
|
-
focusable?: boolean | undefined;
|
|
95
|
-
shouldRasterizeIOS?: boolean | undefined;
|
|
96
|
-
isTVSelectable?: boolean | undefined;
|
|
97
|
-
hasTVPreferredFocus?: boolean | undefined;
|
|
98
|
-
tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
|
|
99
|
-
tvParallaxShiftDistanceX?: number | undefined;
|
|
100
|
-
tvParallaxShiftDistanceY?: number | undefined;
|
|
101
|
-
tvParallaxTiltAngle?: number | undefined;
|
|
102
|
-
tvParallaxMagnification?: number | undefined;
|
|
103
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
104
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
105
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
106
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
107
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
108
|
-
accessibilityActions?: readonly Readonly<{
|
|
109
|
-
name: string;
|
|
110
|
-
label?: string | undefined;
|
|
111
|
-
}>[] | undefined;
|
|
112
|
-
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
113
|
-
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
114
|
-
accessibilityHint?: string | undefined;
|
|
115
|
-
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
116
|
-
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
117
|
-
accessibilityLabelledBy?: string | string[] | undefined;
|
|
118
|
-
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
119
|
-
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
120
|
-
accessibilityElementsHidden?: boolean | undefined;
|
|
121
|
-
accessibilityLanguage?: string | undefined;
|
|
122
|
-
accessibilityViewIsModal?: boolean | undefined;
|
|
123
|
-
onAccessibilityEscape?: (() => void) | undefined;
|
|
124
|
-
onAccessibilityTap?: (() => void) | undefined;
|
|
125
|
-
onMagicTap?: (() => void) | undefined;
|
|
126
|
-
accessibilityIgnoresInvertColors?: boolean | undefined;
|
|
3
|
+
(props: (Omit<import("../../SvgIcon/SvgIconProps").default, "children"> | Omit<import("../..").SvgIconProps, "children">) & {
|
|
4
|
+
enableV2?: boolean | undefined;
|
|
127
5
|
}): JSX.Element;
|
|
128
6
|
displayName: string;
|
|
129
7
|
}>;
|
|
@@ -1,129 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
declare const _default: React.MemoExoticComponent<{
|
|
3
|
-
(props: {
|
|
4
|
-
|
|
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").ColorValue | undefined;
|
|
10
|
-
fontStyle?: import("react-native-svg").FontStyle | undefined;
|
|
11
|
-
testID?: string | undefined;
|
|
12
|
-
fontVariant?: import("react-native-svg").FontVariant | undefined;
|
|
13
|
-
opacity?: import("react-native-svg").NumberProp | undefined;
|
|
14
|
-
readonly height?: import("react-native-svg").NumberProp | undefined;
|
|
15
|
-
readonly width?: import("react-native-svg").NumberProp | undefined;
|
|
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
|
-
rotation?: import("react-native-svg").NumberProp | 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
|
-
readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
|
|
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;
|
|
28
|
-
scale?: import("react-native-svg").NumberArray | undefined;
|
|
29
|
-
skewX?: import("react-native-svg").NumberProp | undefined;
|
|
30
|
-
skewY?: import("react-native-svg").NumberProp | undefined;
|
|
31
|
-
readonly viewBox?: string | undefined;
|
|
32
|
-
preserveAspectRatio?: string | undefined;
|
|
33
|
-
fillOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
34
|
-
fillRule?: import("react-native-svg").FillRule | undefined;
|
|
35
|
-
stroke?: import("react-native").ColorValue | undefined;
|
|
36
|
-
strokeWidth?: import("react-native-svg").NumberProp | undefined;
|
|
37
|
-
strokeOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
38
|
-
strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
|
|
39
|
-
strokeDashoffset?: import("react-native-svg").NumberProp | undefined;
|
|
40
|
-
strokeLinecap?: import("react-native-svg").Linecap | undefined;
|
|
41
|
-
strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
|
|
42
|
-
strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
|
|
43
|
-
vectorEffect?: import("react-native-svg").VectorEffect | undefined;
|
|
44
|
-
clipRule?: import("react-native-svg").FillRule | undefined;
|
|
45
|
-
translate?: import("react-native-svg").NumberArray | undefined;
|
|
46
|
-
origin?: import("react-native-svg").NumberArray | undefined;
|
|
47
|
-
originX?: import("react-native-svg").NumberProp | undefined;
|
|
48
|
-
originY?: import("react-native-svg").NumberProp | undefined;
|
|
49
|
-
skew?: import("react-native-svg").NumberArray | undefined;
|
|
50
|
-
x?: import("react-native-svg").NumberArray | undefined;
|
|
51
|
-
y?: import("react-native-svg").NumberArray | undefined;
|
|
52
|
-
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
53
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
54
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
55
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
56
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
57
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
58
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
59
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
60
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
61
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
62
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
63
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
64
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
65
|
-
disabled?: boolean | undefined;
|
|
66
|
-
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
67
|
-
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
68
|
-
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
69
|
-
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
70
|
-
delayPressIn?: number | undefined;
|
|
71
|
-
delayPressOut?: number | undefined;
|
|
72
|
-
delayLongPress?: number | undefined;
|
|
73
|
-
id?: string | undefined;
|
|
74
|
-
markerStart?: string | undefined;
|
|
75
|
-
markerMid?: string | undefined;
|
|
76
|
-
markerEnd?: string | undefined;
|
|
77
|
-
accessibilityLabel?: string | undefined;
|
|
78
|
-
accessible?: boolean | undefined;
|
|
79
|
-
font?: import("react-native-svg").FontObject | undefined;
|
|
80
|
-
fontStretch?: import("react-native-svg").FontStretch | undefined;
|
|
81
|
-
textAnchor?: import("react-native-svg").TextAnchor | undefined;
|
|
82
|
-
textDecoration?: import("react-native-svg").TextDecoration | undefined;
|
|
83
|
-
wordSpacing?: import("react-native-svg").NumberProp | undefined;
|
|
84
|
-
kerning?: import("react-native-svg").NumberProp | undefined;
|
|
85
|
-
fontFeatureSettings?: string | undefined;
|
|
86
|
-
fontVariantLigatures?: import("react-native-svg").FontVariantLigatures | undefined;
|
|
87
|
-
fontVariationSettings?: string | undefined;
|
|
88
|
-
hitSlop?: import("react-native").Insets | undefined;
|
|
89
|
-
removeClippedSubviews?: boolean | undefined;
|
|
90
|
-
nativeID?: string | undefined;
|
|
91
|
-
collapsable?: boolean | undefined;
|
|
92
|
-
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
93
|
-
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
94
|
-
focusable?: boolean | undefined;
|
|
95
|
-
shouldRasterizeIOS?: boolean | undefined;
|
|
96
|
-
isTVSelectable?: boolean | undefined;
|
|
97
|
-
hasTVPreferredFocus?: boolean | undefined;
|
|
98
|
-
tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
|
|
99
|
-
tvParallaxShiftDistanceX?: number | undefined;
|
|
100
|
-
tvParallaxShiftDistanceY?: number | undefined;
|
|
101
|
-
tvParallaxTiltAngle?: number | undefined;
|
|
102
|
-
tvParallaxMagnification?: number | undefined;
|
|
103
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
104
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
105
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
106
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
107
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
108
|
-
accessibilityActions?: readonly Readonly<{
|
|
109
|
-
name: string;
|
|
110
|
-
label?: string | undefined;
|
|
111
|
-
}>[] | undefined;
|
|
112
|
-
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
113
|
-
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
114
|
-
accessibilityHint?: string | undefined;
|
|
115
|
-
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
116
|
-
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
117
|
-
accessibilityLabelledBy?: string | string[] | undefined;
|
|
118
|
-
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
119
|
-
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
120
|
-
accessibilityElementsHidden?: boolean | undefined;
|
|
121
|
-
accessibilityLanguage?: string | undefined;
|
|
122
|
-
accessibilityViewIsModal?: boolean | undefined;
|
|
123
|
-
onAccessibilityEscape?: (() => void) | undefined;
|
|
124
|
-
onAccessibilityTap?: (() => void) | undefined;
|
|
125
|
-
onMagicTap?: (() => void) | undefined;
|
|
126
|
-
accessibilityIgnoresInvertColors?: boolean | undefined;
|
|
3
|
+
(props: (Omit<import("../../SvgIcon/SvgIconProps").default, "children"> | Omit<import("../..").SvgIconProps, "children">) & {
|
|
4
|
+
enableV2?: boolean | undefined;
|
|
127
5
|
}): JSX.Element;
|
|
128
6
|
displayName: string;
|
|
129
7
|
}>;
|
|
@@ -1,129 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
declare const _default: React.MemoExoticComponent<{
|
|
3
|
-
(props: {
|
|
4
|
-
|
|
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").ColorValue | undefined;
|
|
10
|
-
fontStyle?: import("react-native-svg").FontStyle | undefined;
|
|
11
|
-
testID?: string | undefined;
|
|
12
|
-
fontVariant?: import("react-native-svg").FontVariant | undefined;
|
|
13
|
-
opacity?: import("react-native-svg").NumberProp | undefined;
|
|
14
|
-
readonly height?: import("react-native-svg").NumberProp | undefined;
|
|
15
|
-
readonly width?: import("react-native-svg").NumberProp | undefined;
|
|
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
|
-
rotation?: import("react-native-svg").NumberProp | 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
|
-
readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
|
|
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;
|
|
28
|
-
scale?: import("react-native-svg").NumberArray | undefined;
|
|
29
|
-
skewX?: import("react-native-svg").NumberProp | undefined;
|
|
30
|
-
skewY?: import("react-native-svg").NumberProp | undefined;
|
|
31
|
-
readonly viewBox?: string | undefined;
|
|
32
|
-
preserveAspectRatio?: string | undefined;
|
|
33
|
-
fillOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
34
|
-
fillRule?: import("react-native-svg").FillRule | undefined;
|
|
35
|
-
stroke?: import("react-native").ColorValue | undefined;
|
|
36
|
-
strokeWidth?: import("react-native-svg").NumberProp | undefined;
|
|
37
|
-
strokeOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
38
|
-
strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
|
|
39
|
-
strokeDashoffset?: import("react-native-svg").NumberProp | undefined;
|
|
40
|
-
strokeLinecap?: import("react-native-svg").Linecap | undefined;
|
|
41
|
-
strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
|
|
42
|
-
strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
|
|
43
|
-
vectorEffect?: import("react-native-svg").VectorEffect | undefined;
|
|
44
|
-
clipRule?: import("react-native-svg").FillRule | undefined;
|
|
45
|
-
translate?: import("react-native-svg").NumberArray | undefined;
|
|
46
|
-
origin?: import("react-native-svg").NumberArray | undefined;
|
|
47
|
-
originX?: import("react-native-svg").NumberProp | undefined;
|
|
48
|
-
originY?: import("react-native-svg").NumberProp | undefined;
|
|
49
|
-
skew?: import("react-native-svg").NumberArray | undefined;
|
|
50
|
-
x?: import("react-native-svg").NumberArray | undefined;
|
|
51
|
-
y?: import("react-native-svg").NumberArray | undefined;
|
|
52
|
-
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
53
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
54
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
55
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
56
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
57
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
58
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
59
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
60
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
61
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
62
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
63
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
64
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
65
|
-
disabled?: boolean | undefined;
|
|
66
|
-
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
67
|
-
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
68
|
-
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
69
|
-
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
70
|
-
delayPressIn?: number | undefined;
|
|
71
|
-
delayPressOut?: number | undefined;
|
|
72
|
-
delayLongPress?: number | undefined;
|
|
73
|
-
id?: string | undefined;
|
|
74
|
-
markerStart?: string | undefined;
|
|
75
|
-
markerMid?: string | undefined;
|
|
76
|
-
markerEnd?: string | undefined;
|
|
77
|
-
accessibilityLabel?: string | undefined;
|
|
78
|
-
accessible?: boolean | undefined;
|
|
79
|
-
font?: import("react-native-svg").FontObject | undefined;
|
|
80
|
-
fontStretch?: import("react-native-svg").FontStretch | undefined;
|
|
81
|
-
textAnchor?: import("react-native-svg").TextAnchor | undefined;
|
|
82
|
-
textDecoration?: import("react-native-svg").TextDecoration | undefined;
|
|
83
|
-
wordSpacing?: import("react-native-svg").NumberProp | undefined;
|
|
84
|
-
kerning?: import("react-native-svg").NumberProp | undefined;
|
|
85
|
-
fontFeatureSettings?: string | undefined;
|
|
86
|
-
fontVariantLigatures?: import("react-native-svg").FontVariantLigatures | undefined;
|
|
87
|
-
fontVariationSettings?: string | undefined;
|
|
88
|
-
hitSlop?: import("react-native").Insets | undefined;
|
|
89
|
-
removeClippedSubviews?: boolean | undefined;
|
|
90
|
-
nativeID?: string | undefined;
|
|
91
|
-
collapsable?: boolean | undefined;
|
|
92
|
-
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
93
|
-
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
94
|
-
focusable?: boolean | undefined;
|
|
95
|
-
shouldRasterizeIOS?: boolean | undefined;
|
|
96
|
-
isTVSelectable?: boolean | undefined;
|
|
97
|
-
hasTVPreferredFocus?: boolean | undefined;
|
|
98
|
-
tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
|
|
99
|
-
tvParallaxShiftDistanceX?: number | undefined;
|
|
100
|
-
tvParallaxShiftDistanceY?: number | undefined;
|
|
101
|
-
tvParallaxTiltAngle?: number | undefined;
|
|
102
|
-
tvParallaxMagnification?: number | undefined;
|
|
103
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
104
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
105
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
106
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
107
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
108
|
-
accessibilityActions?: readonly Readonly<{
|
|
109
|
-
name: string;
|
|
110
|
-
label?: string | undefined;
|
|
111
|
-
}>[] | undefined;
|
|
112
|
-
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
113
|
-
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
114
|
-
accessibilityHint?: string | undefined;
|
|
115
|
-
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
116
|
-
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
117
|
-
accessibilityLabelledBy?: string | string[] | undefined;
|
|
118
|
-
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
119
|
-
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
120
|
-
accessibilityElementsHidden?: boolean | undefined;
|
|
121
|
-
accessibilityLanguage?: string | undefined;
|
|
122
|
-
accessibilityViewIsModal?: boolean | undefined;
|
|
123
|
-
onAccessibilityEscape?: (() => void) | undefined;
|
|
124
|
-
onAccessibilityTap?: (() => void) | undefined;
|
|
125
|
-
onMagicTap?: (() => void) | undefined;
|
|
126
|
-
accessibilityIgnoresInvertColors?: boolean | undefined;
|
|
3
|
+
(props: (Omit<import("../../SvgIcon/SvgIconProps").default, "children"> | Omit<import("../..").SvgIconProps, "children">) & {
|
|
4
|
+
enableV2?: boolean | undefined;
|
|
127
5
|
}): JSX.Element;
|
|
128
6
|
displayName: string;
|
|
129
7
|
}>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: React.MemoExoticComponent<{
|
|
3
|
+
(props: (Omit<import("../../SvgIcon/SvgIconProps").default, "children"> | Omit<import("../..").SvgIconProps, "children">) & {
|
|
4
|
+
enableV2?: boolean | undefined;
|
|
5
|
+
}): JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
}>;
|
|
8
|
+
export default _default;
|
|
@@ -1,129 +1,7 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
declare const _default: React.MemoExoticComponent<{
|
|
3
|
-
(props: {
|
|
4
|
-
|
|
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").ColorValue | undefined;
|
|
10
|
-
fontStyle?: import("react-native-svg").FontStyle | undefined;
|
|
11
|
-
testID?: string | undefined;
|
|
12
|
-
fontVariant?: import("react-native-svg").FontVariant | undefined;
|
|
13
|
-
opacity?: import("react-native-svg").NumberProp | undefined;
|
|
14
|
-
readonly height?: import("react-native-svg").NumberProp | undefined;
|
|
15
|
-
readonly width?: import("react-native-svg").NumberProp | undefined;
|
|
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
|
-
rotation?: import("react-native-svg").NumberProp | 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
|
-
readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
|
|
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;
|
|
28
|
-
scale?: import("react-native-svg").NumberArray | undefined;
|
|
29
|
-
skewX?: import("react-native-svg").NumberProp | undefined;
|
|
30
|
-
skewY?: import("react-native-svg").NumberProp | undefined;
|
|
31
|
-
readonly viewBox?: string | undefined;
|
|
32
|
-
preserveAspectRatio?: string | undefined;
|
|
33
|
-
fillOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
34
|
-
fillRule?: import("react-native-svg").FillRule | undefined;
|
|
35
|
-
stroke?: import("react-native").ColorValue | undefined;
|
|
36
|
-
strokeWidth?: import("react-native-svg").NumberProp | undefined;
|
|
37
|
-
strokeOpacity?: import("react-native-svg").NumberProp | undefined;
|
|
38
|
-
strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
|
|
39
|
-
strokeDashoffset?: import("react-native-svg").NumberProp | undefined;
|
|
40
|
-
strokeLinecap?: import("react-native-svg").Linecap | undefined;
|
|
41
|
-
strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
|
|
42
|
-
strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
|
|
43
|
-
vectorEffect?: import("react-native-svg").VectorEffect | undefined;
|
|
44
|
-
clipRule?: import("react-native-svg").FillRule | undefined;
|
|
45
|
-
translate?: import("react-native-svg").NumberArray | undefined;
|
|
46
|
-
origin?: import("react-native-svg").NumberArray | undefined;
|
|
47
|
-
originX?: import("react-native-svg").NumberProp | undefined;
|
|
48
|
-
originY?: import("react-native-svg").NumberProp | undefined;
|
|
49
|
-
skew?: import("react-native-svg").NumberArray | undefined;
|
|
50
|
-
x?: import("react-native-svg").NumberArray | undefined;
|
|
51
|
-
y?: import("react-native-svg").NumberArray | undefined;
|
|
52
|
-
pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
|
|
53
|
-
onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
54
|
-
onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
55
|
-
onResponderEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
56
|
-
onResponderGrant?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
57
|
-
onResponderReject?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
58
|
-
onResponderMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
59
|
-
onResponderRelease?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
60
|
-
onResponderStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
61
|
-
onResponderTerminationRequest?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
62
|
-
onResponderTerminate?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
63
|
-
onStartShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
64
|
-
onMoveShouldSetResponderCapture?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
|
|
65
|
-
disabled?: boolean | undefined;
|
|
66
|
-
onPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
67
|
-
onPressIn?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
68
|
-
onPressOut?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
69
|
-
onLongPress?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
70
|
-
delayPressIn?: number | undefined;
|
|
71
|
-
delayPressOut?: number | undefined;
|
|
72
|
-
delayLongPress?: number | undefined;
|
|
73
|
-
id?: string | undefined;
|
|
74
|
-
markerStart?: string | undefined;
|
|
75
|
-
markerMid?: string | undefined;
|
|
76
|
-
markerEnd?: string | undefined;
|
|
77
|
-
accessibilityLabel?: string | undefined;
|
|
78
|
-
accessible?: boolean | undefined;
|
|
79
|
-
font?: import("react-native-svg").FontObject | undefined;
|
|
80
|
-
fontStretch?: import("react-native-svg").FontStretch | undefined;
|
|
81
|
-
textAnchor?: import("react-native-svg").TextAnchor | undefined;
|
|
82
|
-
textDecoration?: import("react-native-svg").TextDecoration | undefined;
|
|
83
|
-
wordSpacing?: import("react-native-svg").NumberProp | undefined;
|
|
84
|
-
kerning?: import("react-native-svg").NumberProp | undefined;
|
|
85
|
-
fontFeatureSettings?: string | undefined;
|
|
86
|
-
fontVariantLigatures?: import("react-native-svg").FontVariantLigatures | undefined;
|
|
87
|
-
fontVariationSettings?: string | undefined;
|
|
88
|
-
hitSlop?: import("react-native").Insets | undefined;
|
|
89
|
-
removeClippedSubviews?: boolean | undefined;
|
|
90
|
-
nativeID?: string | undefined;
|
|
91
|
-
collapsable?: boolean | undefined;
|
|
92
|
-
needsOffscreenAlphaCompositing?: boolean | undefined;
|
|
93
|
-
renderToHardwareTextureAndroid?: boolean | undefined;
|
|
94
|
-
focusable?: boolean | undefined;
|
|
95
|
-
shouldRasterizeIOS?: boolean | undefined;
|
|
96
|
-
isTVSelectable?: boolean | undefined;
|
|
97
|
-
hasTVPreferredFocus?: boolean | undefined;
|
|
98
|
-
tvParallaxProperties?: import("react-native").TVParallaxProperties | undefined;
|
|
99
|
-
tvParallaxShiftDistanceX?: number | undefined;
|
|
100
|
-
tvParallaxShiftDistanceY?: number | undefined;
|
|
101
|
-
tvParallaxTiltAngle?: number | undefined;
|
|
102
|
-
tvParallaxMagnification?: number | undefined;
|
|
103
|
-
onTouchStart?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
104
|
-
onTouchMove?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
105
|
-
onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
106
|
-
onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
107
|
-
onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
|
|
108
|
-
accessibilityActions?: readonly Readonly<{
|
|
109
|
-
name: string;
|
|
110
|
-
label?: string | undefined;
|
|
111
|
-
}>[] | undefined;
|
|
112
|
-
accessibilityRole?: import("react-native").AccessibilityRole | undefined;
|
|
113
|
-
accessibilityState?: import("react-native").AccessibilityState | undefined;
|
|
114
|
-
accessibilityHint?: string | undefined;
|
|
115
|
-
accessibilityValue?: import("react-native").AccessibilityValue | undefined;
|
|
116
|
-
onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
|
|
117
|
-
accessibilityLabelledBy?: string | string[] | undefined;
|
|
118
|
-
accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
|
|
119
|
-
importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
|
|
120
|
-
accessibilityElementsHidden?: boolean | undefined;
|
|
121
|
-
accessibilityLanguage?: string | undefined;
|
|
122
|
-
accessibilityViewIsModal?: boolean | undefined;
|
|
123
|
-
onAccessibilityEscape?: (() => void) | undefined;
|
|
124
|
-
onAccessibilityTap?: (() => void) | undefined;
|
|
125
|
-
onMagicTap?: (() => void) | undefined;
|
|
126
|
-
accessibilityIgnoresInvertColors?: boolean | undefined;
|
|
3
|
+
(props: (Omit<import("../../SvgIcon/SvgIconProps").default, "children"> | Omit<import("../..").SvgIconProps, "children">) & {
|
|
4
|
+
enableV2?: boolean | undefined;
|
|
127
5
|
}): JSX.Element;
|
|
128
6
|
displayName: string;
|
|
129
7
|
}>;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: React.MemoExoticComponent<{
|
|
3
|
+
(props: (Omit<import("../../SvgIcon/SvgIconProps").default, "children"> | Omit<import("../..").SvgIconProps, "children">) & {
|
|
4
|
+
enableV2?: boolean | undefined;
|
|
5
|
+
}): JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
}>;
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: React.MemoExoticComponent<{
|
|
3
|
+
(props: (Omit<import("../../SvgIcon/SvgIconProps").default, "children"> | Omit<import("../..").SvgIconProps, "children">) & {
|
|
4
|
+
enableV2?: boolean | undefined;
|
|
5
|
+
}): JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
}>;
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
declare const _default: React.MemoExoticComponent<{
|
|
3
|
+
(props: (Omit<import("../../SvgIcon/SvgIconProps").default, "children"> | Omit<import("../..").SvgIconProps, "children">) & {
|
|
4
|
+
enableV2?: boolean | undefined;
|
|
5
|
+
}): JSX.Element;
|
|
6
|
+
displayName: string;
|
|
7
|
+
}>;
|
|
8
|
+
export default _default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
import type { ViewProps } from 'react-native';
|
|
2
|
+
import type { OverridableComponentProps } from '../../../types';
|
|
3
|
+
export declare type LoadingSpinnerColor = 'white' | 'gray';
|
|
4
|
+
export declare type LoadingSpinnerSize = 'small' | 'medium' | 'large';
|
|
5
|
+
export default interface LoadingSpinnerProps extends OverridableComponentProps<ViewProps, {
|
|
6
|
+
color?: LoadingSpinnerColor;
|
|
7
|
+
size?: LoadingSpinnerSize;
|
|
8
|
+
}> {
|
|
9
|
+
}
|