@fountain-ui/core 2.0.0-beta.6 → 2.0.0-beta.60

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (875) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/build/commonjs/Accordion/Accordion.js +6 -8
  3. package/build/commonjs/Accordion/Accordion.js.map +1 -1
  4. package/build/commonjs/Accordion/AccordionProps.js.map +1 -1
  5. package/build/commonjs/Accordion/index.js.map +1 -1
  6. package/build/commonjs/AppBar/AppBar.js +1 -1
  7. package/build/commonjs/AppBar/AppBar.js.map +1 -1
  8. package/build/commonjs/AppBar/AppBarProps.js.map +1 -1
  9. package/build/commonjs/AppBar/index.js.map +1 -1
  10. package/build/commonjs/AspectRatio/AspectRatioNative.js +1 -1
  11. package/build/commonjs/AspectRatio/AspectRatioNative.js.map +1 -1
  12. package/build/commonjs/AspectRatio/AspectRatioProps.js.map +1 -1
  13. package/build/commonjs/AspectRatio/AspectRatioWeb.js +1 -1
  14. package/build/commonjs/AspectRatio/AspectRatioWeb.js.map +1 -1
  15. package/build/commonjs/AspectRatio/index.js.map +1 -1
  16. package/build/commonjs/AspectRatio/index.native.js.map +1 -1
  17. package/build/commonjs/AspectRatio/utils.js +1 -1
  18. package/build/commonjs/AspectRatio/utils.js.map +1 -1
  19. package/build/commonjs/Avatar/Avatar.js.map +1 -1
  20. package/build/commonjs/Avatar/AvatarProps.js.map +1 -1
  21. package/build/commonjs/Avatar/index.js.map +1 -1
  22. package/build/commonjs/Badge/Badge.js +6 -15
  23. package/build/commonjs/Badge/Badge.js.map +1 -1
  24. package/build/commonjs/Badge/BadgeProps.js.map +1 -1
  25. package/build/commonjs/Badge/index.js.map +1 -1
  26. package/build/commonjs/Button/Button.js +1 -1
  27. package/build/commonjs/Button/Button.js.map +1 -1
  28. package/build/commonjs/Button/ButtonProps.js.map +1 -1
  29. package/build/commonjs/Button/index.js.map +1 -1
  30. package/build/commonjs/ButtonBase/ButtonBase.js +67 -59
  31. package/build/commonjs/ButtonBase/ButtonBase.js.map +1 -1
  32. package/build/commonjs/ButtonBase/ButtonBaseProps.js.map +1 -1
  33. package/build/commonjs/ButtonBase/index.js.map +1 -1
  34. package/build/commonjs/Card/Card.js +1 -1
  35. package/build/commonjs/Card/Card.js.map +1 -1
  36. package/build/commonjs/Card/CardProps.js.map +1 -1
  37. package/build/commonjs/Card/index.js.map +1 -1
  38. package/build/commonjs/CardActions/CardActions.js +1 -1
  39. package/build/commonjs/CardActions/CardActions.js.map +1 -1
  40. package/build/commonjs/CardActions/CardActionsProps.js.map +1 -1
  41. package/build/commonjs/CardActions/index.js.map +1 -1
  42. package/build/commonjs/CardContent/CardContent.js +1 -1
  43. package/build/commonjs/CardContent/CardContent.js.map +1 -1
  44. package/build/commonjs/CardContent/CardContentProps.js.map +1 -1
  45. package/build/commonjs/CardContent/index.js.map +1 -1
  46. package/build/commonjs/CardMedia/CardMedia.js +1 -1
  47. package/build/commonjs/CardMedia/CardMedia.js.map +1 -1
  48. package/build/commonjs/CardMedia/CardMediaProps.js.map +1 -1
  49. package/build/commonjs/CardMedia/index.js.map +1 -1
  50. package/build/commonjs/Checkbox/Checkbox.js +1 -1
  51. package/build/commonjs/Checkbox/Checkbox.js.map +1 -1
  52. package/build/commonjs/Checkbox/CheckboxProps.js.map +1 -1
  53. package/build/commonjs/Checkbox/index.js.map +1 -1
  54. package/build/commonjs/Chip/Chip.js +10 -8
  55. package/build/commonjs/Chip/Chip.js.map +1 -1
  56. package/build/commonjs/Chip/ChipProps.js.map +1 -1
  57. package/build/commonjs/Chip/index.js.map +1 -1
  58. package/build/commonjs/CircularProgress/CircularProgress.js +25 -27
  59. package/build/commonjs/CircularProgress/CircularProgress.js.map +1 -1
  60. package/build/commonjs/CircularProgress/index.js.map +1 -1
  61. package/build/commonjs/Column/Column.js.map +1 -1
  62. package/build/commonjs/Column/ColumnProps.js.map +1 -1
  63. package/build/commonjs/Column/index.js.map +1 -1
  64. package/build/commonjs/Dialog/Dialog.js +24 -8
  65. package/build/commonjs/Dialog/Dialog.js.map +1 -1
  66. package/build/commonjs/Dialog/DialogProps.js.map +1 -1
  67. package/build/commonjs/Dialog/index.js.map +1 -1
  68. package/build/commonjs/DialogActions/DialogActions.js +1 -1
  69. package/build/commonjs/DialogActions/DialogActions.js.map +1 -1
  70. package/build/commonjs/DialogActions/DialogActionsProps.js.map +1 -1
  71. package/build/commonjs/DialogActions/index.js.map +1 -1
  72. package/build/commonjs/DialogContent/DialogContent.js +1 -1
  73. package/build/commonjs/DialogContent/DialogContent.js.map +1 -1
  74. package/build/commonjs/DialogContent/DialogContentProps.js.map +1 -1
  75. package/build/commonjs/DialogContent/index.js.map +1 -1
  76. package/build/commonjs/DialogMedia/DialogMedia.js +1 -1
  77. package/build/commonjs/DialogMedia/DialogMedia.js.map +1 -1
  78. package/build/commonjs/DialogMedia/DialogMediaProps.js.map +1 -1
  79. package/build/commonjs/DialogMedia/index.js.map +1 -1
  80. package/build/commonjs/DialogTitle/DialogTitle.js +1 -1
  81. package/build/commonjs/DialogTitle/DialogTitle.js.map +1 -1
  82. package/build/commonjs/DialogTitle/DialogTitleProps.js.map +1 -1
  83. package/build/commonjs/DialogTitle/index.js.map +1 -1
  84. package/build/commonjs/Divider/Divider.js +12 -11
  85. package/build/commonjs/Divider/Divider.js.map +1 -1
  86. package/build/commonjs/Divider/DividerProps.js.map +1 -1
  87. package/build/commonjs/Divider/index.js.map +1 -1
  88. package/build/commonjs/Fab/Fab.js +1 -1
  89. package/build/commonjs/Fab/Fab.js.map +1 -1
  90. package/build/commonjs/Fab/FabProps.js.map +1 -1
  91. package/build/commonjs/Fab/index.js.map +1 -1
  92. package/build/commonjs/Flexbox/Flexbox.js +1 -1
  93. package/build/commonjs/Flexbox/Flexbox.js.map +1 -1
  94. package/build/commonjs/Flexbox/FlexboxProps.js.map +1 -1
  95. package/build/commonjs/Flexbox/index.js.map +1 -1
  96. package/build/commonjs/IconButton/IconButton.js +1 -1
  97. package/build/commonjs/IconButton/IconButton.js.map +1 -1
  98. package/build/commonjs/IconButton/IconButtonProps.js.map +1 -1
  99. package/build/commonjs/IconButton/index.js.map +1 -1
  100. package/build/commonjs/Image/Image.js +60 -16
  101. package/build/commonjs/Image/Image.js.map +1 -1
  102. package/build/commonjs/Image/ImageProps.js.map +1 -1
  103. package/build/commonjs/Image/index.js.map +1 -1
  104. package/build/commonjs/ImageCore/ImageCoreNative.js +36 -26
  105. package/build/commonjs/ImageCore/ImageCoreNative.js.map +1 -1
  106. package/build/commonjs/ImageCore/ImageCoreProps.js.map +1 -1
  107. package/build/commonjs/ImageCore/ImageCoreWeb.js +19 -1
  108. package/build/commonjs/ImageCore/ImageCoreWeb.js.map +1 -1
  109. package/build/commonjs/ImageCore/ImageFileExtensionContext.js +14 -0
  110. package/build/commonjs/ImageCore/ImageFileExtensionContext.js.map +1 -0
  111. package/build/commonjs/ImageCore/ImageFileExtensionProvider.js +42 -0
  112. package/build/commonjs/ImageCore/ImageFileExtensionProvider.js.map +1 -0
  113. package/build/commonjs/ImageCore/index.js +17 -5
  114. package/build/commonjs/ImageCore/index.js.map +1 -1
  115. package/build/commonjs/ImageCore/index.native.js +27 -0
  116. package/build/commonjs/ImageCore/index.native.js.map +1 -1
  117. package/build/commonjs/Link/Link.js +5 -4
  118. package/build/commonjs/Link/Link.js.map +1 -1
  119. package/build/commonjs/Link/LinkProps.js.map +1 -1
  120. package/build/commonjs/Link/index.js.map +1 -1
  121. package/build/commonjs/List/List.js +1 -1
  122. package/build/commonjs/List/List.js.map +1 -1
  123. package/build/commonjs/List/ListProps.js.map +1 -1
  124. package/build/commonjs/List/index.js.map +1 -1
  125. package/build/commonjs/ListItem/ListItem.js +1 -1
  126. package/build/commonjs/ListItem/ListItem.js.map +1 -1
  127. package/build/commonjs/ListItem/ListItemProps.js.map +1 -1
  128. package/build/commonjs/ListItem/index.js.map +1 -1
  129. package/build/commonjs/ListItemIcon/ListItemIcon.js +1 -1
  130. package/build/commonjs/ListItemIcon/ListItemIcon.js.map +1 -1
  131. package/build/commonjs/ListItemIcon/ListItemIconProps.js.map +1 -1
  132. package/build/commonjs/ListItemIcon/index.js.map +1 -1
  133. package/build/commonjs/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
  134. package/build/commonjs/ListItemSecondaryAction/ListItemSecondaryAction.js.map +1 -1
  135. package/build/commonjs/ListItemSecondaryAction/ListItemSecondaryActionProps.js.map +1 -1
  136. package/build/commonjs/ListItemSecondaryAction/index.js.map +1 -1
  137. package/build/commonjs/ListItemText/ListItemText.js +1 -1
  138. package/build/commonjs/ListItemText/ListItemText.js.map +1 -1
  139. package/build/commonjs/ListItemText/ListItemTextProps.js.map +1 -1
  140. package/build/commonjs/ListItemText/index.js.map +1 -1
  141. package/build/commonjs/ListSubheader/ListSubheader.js +1 -1
  142. package/build/commonjs/ListSubheader/ListSubheader.js.map +1 -1
  143. package/build/commonjs/ListSubheader/ListSubheaderProps.js.map +1 -1
  144. package/build/commonjs/ListSubheader/index.js.map +1 -1
  145. package/build/commonjs/Menu/Menu.js.map +1 -1
  146. package/build/commonjs/Menu/MenuProps.js.map +1 -1
  147. package/build/commonjs/Menu/index.js.map +1 -1
  148. package/build/commonjs/MenuItem/MenuItem.js.map +1 -1
  149. package/build/commonjs/MenuItem/MenuItemProps.js.map +1 -1
  150. package/build/commonjs/MenuItem/index.js.map +1 -1
  151. package/build/commonjs/Modal/Modal.js +2 -2
  152. package/build/commonjs/Modal/Modal.js.map +1 -1
  153. package/build/commonjs/Modal/ModalProps.js.map +1 -1
  154. package/build/commonjs/Modal/SimpleBackdrop.js +1 -1
  155. package/build/commonjs/Modal/SimpleBackdrop.js.map +1 -1
  156. package/build/commonjs/Modal/SimpleBackdropProps.js.map +1 -1
  157. package/build/commonjs/Modal/index.js +4 -4
  158. package/build/commonjs/Modal/index.js.map +1 -1
  159. package/build/commonjs/Pagination/Pagination.js +10 -7
  160. package/build/commonjs/Pagination/Pagination.js.map +1 -1
  161. package/build/commonjs/Pagination/PaginationProps.js.map +1 -1
  162. package/build/commonjs/Pagination/index.js.map +1 -1
  163. package/build/commonjs/PaginationItem/PaginationItem.js +1 -1
  164. package/build/commonjs/PaginationItem/PaginationItem.js.map +1 -1
  165. package/build/commonjs/PaginationItem/PaginationItemProps.js.map +1 -1
  166. package/build/commonjs/PaginationItem/index.js.map +1 -1
  167. package/build/commonjs/Paper/Paper.js +2 -2
  168. package/build/commonjs/Paper/Paper.js.map +1 -1
  169. package/build/commonjs/Paper/PaperProps.js.map +1 -1
  170. package/build/commonjs/Paper/PaperStylesProvider.js.map +1 -1
  171. package/build/commonjs/Paper/index.js.map +1 -1
  172. package/build/commonjs/Paper/usePaperStyles.js.map +1 -1
  173. package/build/commonjs/Portal/Portal.js.map +1 -1
  174. package/build/commonjs/Portal/PortalConsumer.js +2 -2
  175. package/build/commonjs/Portal/PortalConsumer.js.map +1 -1
  176. package/build/commonjs/Portal/PortalHost.js +2 -2
  177. package/build/commonjs/Portal/PortalHost.js.map +1 -1
  178. package/build/commonjs/Portal/PortalManager.js +11 -8
  179. package/build/commonjs/Portal/PortalManager.js.map +1 -1
  180. package/build/commonjs/Portal/PortalProps.js.map +1 -1
  181. package/build/commonjs/Portal/index.js.map +1 -1
  182. package/build/commonjs/Pressable/index.js.map +1 -1
  183. package/build/commonjs/Radio/Radio.js +3 -8
  184. package/build/commonjs/Radio/Radio.js.map +1 -1
  185. package/build/commonjs/Radio/RadioProps.js.map +1 -1
  186. package/build/commonjs/Radio/index.js.map +1 -1
  187. package/build/commonjs/RadioGroup/RadioContextProvider.js.map +1 -1
  188. package/build/commonjs/RadioGroup/RadioGroup.js.map +1 -1
  189. package/build/commonjs/RadioGroup/RadioGroupProps.js.map +1 -1
  190. package/build/commonjs/RadioGroup/index.js.map +1 -1
  191. package/build/commonjs/Row/Row.js.map +1 -1
  192. package/build/commonjs/Row/RowProps.js.map +1 -1
  193. package/build/commonjs/Row/index.js.map +1 -1
  194. package/build/commonjs/Slide/Slide.js +17 -20
  195. package/build/commonjs/Slide/Slide.js.map +1 -1
  196. package/build/commonjs/Slide/SlideProps.js.map +1 -1
  197. package/build/commonjs/Slide/index.js.map +1 -1
  198. package/build/commonjs/Slider/Slider.js +1 -1
  199. package/build/commonjs/Slider/Slider.js.map +1 -1
  200. package/build/commonjs/Slider/SliderProps.js.map +1 -1
  201. package/build/commonjs/Slider/index.js.map +1 -1
  202. package/build/commonjs/Snackbar/Snackbar.js +1 -1
  203. package/build/commonjs/Snackbar/Snackbar.js.map +1 -1
  204. package/build/commonjs/Snackbar/SnackbarProps.js.map +1 -1
  205. package/build/commonjs/Snackbar/index.js.map +1 -1
  206. package/build/commonjs/SnackbarContent/SnackbarContent.js +1 -1
  207. package/build/commonjs/SnackbarContent/SnackbarContent.js.map +1 -1
  208. package/build/commonjs/SnackbarContent/SnackbarContentProps.js.map +1 -1
  209. package/build/commonjs/SnackbarContent/index.js.map +1 -1
  210. package/build/commonjs/Spacer/Spacer.js +1 -1
  211. package/build/commonjs/Spacer/Spacer.js.map +1 -1
  212. package/build/commonjs/Spacer/SpacerProps.js.map +1 -1
  213. package/build/commonjs/Spacer/index.js.map +1 -1
  214. package/build/commonjs/SvgIcon/SvgIcon.js +2 -2
  215. package/build/commonjs/SvgIcon/SvgIcon.js.map +1 -1
  216. package/build/commonjs/SvgIcon/SvgIconProps.js.map +1 -1
  217. package/build/commonjs/SvgIcon/index.js.map +1 -1
  218. package/build/commonjs/Switch/Switch.js +1 -1
  219. package/build/commonjs/Switch/Switch.js.map +1 -1
  220. package/build/commonjs/Switch/SwitchProps.js.map +1 -1
  221. package/build/commonjs/Switch/index.js.map +1 -1
  222. package/build/commonjs/Tab/Tab.js +15 -8
  223. package/build/commonjs/Tab/Tab.js.map +1 -1
  224. package/build/commonjs/Tab/TabIndicator.js +8 -5
  225. package/build/commonjs/Tab/TabIndicator.js.map +1 -1
  226. package/build/commonjs/Tab/TabProps.js.map +1 -1
  227. package/build/commonjs/Tab/index.js.map +1 -1
  228. package/build/commonjs/TabBase/TabBase.js +1 -1
  229. package/build/commonjs/TabBase/TabBase.js.map +1 -1
  230. package/build/commonjs/TabBase/TabBaseProps.js.map +1 -1
  231. package/build/commonjs/TabBase/index.js.map +1 -1
  232. package/build/commonjs/Tabs/IndexAwareTab.js +35 -0
  233. package/build/commonjs/Tabs/IndexAwareTab.js.map +1 -0
  234. package/build/commonjs/Tabs/InternalContext.js +17 -0
  235. package/build/commonjs/Tabs/InternalContext.js.map +1 -0
  236. package/build/commonjs/Tabs/ScrollableTabsView.js +35 -0
  237. package/build/commonjs/Tabs/ScrollableTabsView.js.map +1 -0
  238. package/build/commonjs/Tabs/TabCoordinate.js.map +1 -1
  239. package/build/commonjs/Tabs/TabIndicator.js +73 -31
  240. package/build/commonjs/Tabs/TabIndicator.js.map +1 -1
  241. package/build/commonjs/Tabs/TabIndicatorProps.js.map +1 -1
  242. package/build/commonjs/Tabs/Tabs.js +73 -84
  243. package/build/commonjs/Tabs/Tabs.js.map +1 -1
  244. package/build/commonjs/Tabs/TabsProps.js.map +1 -1
  245. package/build/commonjs/Tabs/index.js.map +1 -1
  246. package/build/commonjs/Tabs/types.js +2 -0
  247. package/build/commonjs/Tabs/types.js.map +1 -0
  248. package/build/commonjs/Tabs/useIndexStore.js +35 -0
  249. package/build/commonjs/Tabs/useIndexStore.js.map +1 -0
  250. package/build/commonjs/Tabs/useScrollViewReaction.js +69 -0
  251. package/build/commonjs/Tabs/useScrollViewReaction.js.map +1 -0
  252. package/build/commonjs/Tabs/useTabCoordinates.js +30 -0
  253. package/build/commonjs/Tabs/useTabCoordinates.js.map +1 -0
  254. package/build/commonjs/Tabs/utils.js +19 -0
  255. package/build/commonjs/Tabs/utils.js.map +1 -0
  256. package/build/commonjs/TextField/InputLabel.js +7 -6
  257. package/build/commonjs/TextField/InputLabel.js.map +1 -1
  258. package/build/commonjs/TextField/OutlinedTextField.js +6 -2
  259. package/build/commonjs/TextField/OutlinedTextField.js.map +1 -1
  260. package/build/commonjs/TextField/TextField.js +15 -8
  261. package/build/commonjs/TextField/TextField.js.map +1 -1
  262. package/build/commonjs/TextField/TextFieldProps.js.map +1 -1
  263. package/build/commonjs/TextField/index.js.map +1 -1
  264. package/build/commonjs/TextField/utils.js +1 -1
  265. package/build/commonjs/TextField/utils.js.map +1 -1
  266. package/build/commonjs/Toolbar/Toolbar.js +1 -1
  267. package/build/commonjs/Toolbar/Toolbar.js.map +1 -1
  268. package/build/commonjs/Toolbar/ToolbarProps.js.map +1 -1
  269. package/build/commonjs/Toolbar/index.js.map +1 -1
  270. package/build/commonjs/Tooltip/Tooltip.js +38 -30
  271. package/build/commonjs/Tooltip/Tooltip.js.map +1 -1
  272. package/build/commonjs/Tooltip/TooltipProps.js.map +1 -1
  273. package/build/commonjs/Tooltip/UpArrow.js +6 -5
  274. package/build/commonjs/Tooltip/UpArrow.js.map +1 -1
  275. package/build/commonjs/Tooltip/UpArrowProps.js.map +1 -1
  276. package/build/commonjs/Tooltip/index.js.map +1 -1
  277. package/build/commonjs/Typography/Typography.js +8 -3
  278. package/build/commonjs/Typography/Typography.js.map +1 -1
  279. package/build/commonjs/Typography/TypographyProps.js.map +1 -1
  280. package/build/commonjs/Typography/index.js.map +1 -1
  281. package/build/commonjs/animated/AnimatedAppBar.js.map +1 -1
  282. package/build/commonjs/animated/AnimatedFlatList.js.map +1 -1
  283. package/build/commonjs/animated/AnimatedPressable.js +2 -3
  284. package/build/commonjs/animated/AnimatedPressable.js.map +1 -1
  285. package/build/commonjs/animated/AnimatedTypography.js.map +1 -1
  286. package/build/commonjs/animated/index.js.map +1 -1
  287. package/build/commonjs/hooks/index.js +32 -0
  288. package/build/commonjs/hooks/index.js.map +1 -1
  289. package/build/commonjs/hooks/useAnimatedValue.js +31 -0
  290. package/build/commonjs/hooks/useAnimatedValue.js.map +1 -0
  291. package/build/commonjs/hooks/useAppbarStyles.js.map +1 -1
  292. package/build/commonjs/hooks/useBreakpointUp.js.map +1 -1
  293. package/build/commonjs/hooks/useCollapsibleAppBar.js +50 -76
  294. package/build/commonjs/hooks/useCollapsibleAppBar.js.map +1 -1
  295. package/build/commonjs/hooks/useContentContainerStyle.js +2 -1
  296. package/build/commonjs/hooks/useContentContainerStyle.js.map +1 -1
  297. package/build/commonjs/hooks/useDebounce.js +33 -0
  298. package/build/commonjs/hooks/useDebounce.js.map +1 -0
  299. package/build/commonjs/hooks/useElevationStyle.js.map +1 -1
  300. package/build/commonjs/hooks/useFadeInAppBar.js +31 -42
  301. package/build/commonjs/hooks/useFadeInAppBar.js.map +1 -1
  302. package/build/commonjs/hooks/useImperativeState.js +26 -0
  303. package/build/commonjs/hooks/useImperativeState.js.map +1 -0
  304. package/build/commonjs/hooks/useSyncAnimatedValue.js +40 -0
  305. package/build/commonjs/hooks/useSyncAnimatedValue.js.map +1 -0
  306. package/build/commonjs/hooks/useThrottle.js +4 -8
  307. package/build/commonjs/hooks/useThrottle.js.map +1 -1
  308. package/build/commonjs/hooks/useValidWindowDimensions/index.ios.js +14 -7
  309. package/build/commonjs/hooks/useValidWindowDimensions/index.ios.js.map +1 -1
  310. package/build/commonjs/hooks/useValidWindowDimensions/index.js.map +1 -1
  311. package/build/commonjs/index.js +34 -6
  312. package/build/commonjs/index.js.map +1 -1
  313. package/build/commonjs/internal/hooks/index.js +0 -8
  314. package/build/commonjs/internal/hooks/index.js.map +1 -1
  315. package/build/commonjs/internal/hooks/useHeight.js +5 -10
  316. package/build/commonjs/internal/hooks/useHeight.js.map +1 -1
  317. package/build/commonjs/internal/icons/Checkbox.js +1 -1
  318. package/build/commonjs/internal/icons/Checkbox.js.map +1 -1
  319. package/build/commonjs/internal/icons/CheckboxChecked.js +1 -1
  320. package/build/commonjs/internal/icons/CheckboxChecked.js.map +1 -1
  321. package/build/commonjs/internal/icons/ChevronDown.js +1 -1
  322. package/build/commonjs/internal/icons/ChevronDown.js.map +1 -1
  323. package/build/commonjs/internal/icons/ChevronLeft.js +1 -1
  324. package/build/commonjs/internal/icons/ChevronLeft.js.map +1 -1
  325. package/build/commonjs/internal/icons/ChevronRight.js +1 -1
  326. package/build/commonjs/internal/icons/ChevronRight.js.map +1 -1
  327. package/build/commonjs/internal/icons/CircularProgress.js.map +1 -1
  328. package/build/commonjs/internal/icons/Close.js +1 -1
  329. package/build/commonjs/internal/icons/Close.js.map +1 -1
  330. package/build/commonjs/internal/icons/Radio.js +1 -1
  331. package/build/commonjs/internal/icons/Radio.js.map +1 -1
  332. package/build/commonjs/internal/icons/RadioChecked.js +1 -1
  333. package/build/commonjs/internal/icons/RadioChecked.js.map +1 -1
  334. package/build/commonjs/internal/icons/index.js.map +1 -1
  335. package/build/commonjs/internal/index.js.map +1 -1
  336. package/build/commonjs/store/MockStore.js +27 -0
  337. package/build/commonjs/store/MockStore.js.map +1 -0
  338. package/build/commonjs/store/SimpleStore.js +59 -0
  339. package/build/commonjs/store/SimpleStore.js.map +1 -0
  340. package/build/commonjs/store/index.js +24 -0
  341. package/build/commonjs/store/index.js.map +1 -0
  342. package/build/commonjs/store/types.js +2 -0
  343. package/build/commonjs/store/types.js.map +1 -0
  344. package/build/commonjs/styles/EdgeInsets.js +9 -6
  345. package/build/commonjs/styles/EdgeInsets.js.map +1 -1
  346. package/build/commonjs/styles/PredefinedStyles.js.map +1 -1
  347. package/build/commonjs/styles/StyleSheet.js.map +1 -1
  348. package/build/commonjs/styles/ThemeProvider.js.map +1 -1
  349. package/build/commonjs/styles/createFontStyle.js +2 -2
  350. package/build/commonjs/styles/createFontStyle.js.map +1 -1
  351. package/build/commonjs/styles/index.js +14 -14
  352. package/build/commonjs/styles/index.js.map +1 -1
  353. package/build/commonjs/styles/styled.js +4 -4
  354. package/build/commonjs/styles/styled.js.map +1 -1
  355. package/build/commonjs/styles/useTheme.js.map +1 -1
  356. package/build/commonjs/types/index.js.map +1 -1
  357. package/build/commonjs/utils/cloneElementSafely.js.map +1 -1
  358. package/build/commonjs/utils/createSvgIcon.js.map +1 -1
  359. package/build/commonjs/utils/index.js.map +1 -1
  360. package/build/module/Accordion/Accordion.js +6 -6
  361. package/build/module/Accordion/Accordion.js.map +1 -1
  362. package/build/module/Accordion/AccordionProps.js.map +1 -1
  363. package/build/module/Accordion/index.js.map +1 -1
  364. package/build/module/AppBar/AppBar.js +1 -1
  365. package/build/module/AppBar/AppBar.js.map +1 -1
  366. package/build/module/AppBar/AppBarProps.js.map +1 -1
  367. package/build/module/AppBar/index.js.map +1 -1
  368. package/build/module/AspectRatio/AspectRatioNative.js +1 -1
  369. package/build/module/AspectRatio/AspectRatioNative.js.map +1 -1
  370. package/build/module/AspectRatio/AspectRatioProps.js.map +1 -1
  371. package/build/module/AspectRatio/AspectRatioWeb.js +1 -1
  372. package/build/module/AspectRatio/AspectRatioWeb.js.map +1 -1
  373. package/build/module/AspectRatio/index.js.map +1 -1
  374. package/build/module/AspectRatio/index.native.js.map +1 -1
  375. package/build/module/AspectRatio/utils.js.map +1 -1
  376. package/build/module/Avatar/Avatar.js.map +1 -1
  377. package/build/module/Avatar/AvatarProps.js.map +1 -1
  378. package/build/module/Avatar/index.js.map +1 -1
  379. package/build/module/Badge/Badge.js +6 -15
  380. package/build/module/Badge/Badge.js.map +1 -1
  381. package/build/module/Badge/BadgeProps.js.map +1 -1
  382. package/build/module/Badge/index.js.map +1 -1
  383. package/build/module/Button/Button.js +1 -1
  384. package/build/module/Button/Button.js.map +1 -1
  385. package/build/module/Button/ButtonProps.js.map +1 -1
  386. package/build/module/Button/index.js.map +1 -1
  387. package/build/module/ButtonBase/ButtonBase.js +65 -51
  388. package/build/module/ButtonBase/ButtonBase.js.map +1 -1
  389. package/build/module/ButtonBase/ButtonBaseProps.js.map +1 -1
  390. package/build/module/ButtonBase/index.js.map +1 -1
  391. package/build/module/Card/Card.js +1 -1
  392. package/build/module/Card/Card.js.map +1 -1
  393. package/build/module/Card/CardProps.js.map +1 -1
  394. package/build/module/Card/index.js.map +1 -1
  395. package/build/module/CardActions/CardActions.js +1 -1
  396. package/build/module/CardActions/CardActions.js.map +1 -1
  397. package/build/module/CardActions/CardActionsProps.js.map +1 -1
  398. package/build/module/CardActions/index.js.map +1 -1
  399. package/build/module/CardContent/CardContent.js +1 -1
  400. package/build/module/CardContent/CardContent.js.map +1 -1
  401. package/build/module/CardContent/CardContentProps.js.map +1 -1
  402. package/build/module/CardContent/index.js.map +1 -1
  403. package/build/module/CardMedia/CardMedia.js +1 -1
  404. package/build/module/CardMedia/CardMedia.js.map +1 -1
  405. package/build/module/CardMedia/CardMediaProps.js.map +1 -1
  406. package/build/module/CardMedia/index.js.map +1 -1
  407. package/build/module/Checkbox/Checkbox.js +1 -1
  408. package/build/module/Checkbox/Checkbox.js.map +1 -1
  409. package/build/module/Checkbox/CheckboxProps.js.map +1 -1
  410. package/build/module/Checkbox/index.js.map +1 -1
  411. package/build/module/Chip/Chip.js +10 -8
  412. package/build/module/Chip/Chip.js.map +1 -1
  413. package/build/module/Chip/ChipProps.js.map +1 -1
  414. package/build/module/Chip/index.js.map +1 -1
  415. package/build/module/CircularProgress/CircularProgress.js +24 -20
  416. package/build/module/CircularProgress/CircularProgress.js.map +1 -1
  417. package/build/module/CircularProgress/index.js.map +1 -1
  418. package/build/module/Column/Column.js.map +1 -1
  419. package/build/module/Column/ColumnProps.js.map +1 -1
  420. package/build/module/Column/index.js.map +1 -1
  421. package/build/module/Dialog/Dialog.js +19 -6
  422. package/build/module/Dialog/Dialog.js.map +1 -1
  423. package/build/module/Dialog/DialogProps.js.map +1 -1
  424. package/build/module/Dialog/index.js.map +1 -1
  425. package/build/module/DialogActions/DialogActions.js +1 -1
  426. package/build/module/DialogActions/DialogActions.js.map +1 -1
  427. package/build/module/DialogActions/DialogActionsProps.js.map +1 -1
  428. package/build/module/DialogActions/index.js.map +1 -1
  429. package/build/module/DialogContent/DialogContent.js +1 -1
  430. package/build/module/DialogContent/DialogContent.js.map +1 -1
  431. package/build/module/DialogContent/DialogContentProps.js.map +1 -1
  432. package/build/module/DialogContent/index.js.map +1 -1
  433. package/build/module/DialogMedia/DialogMedia.js +1 -1
  434. package/build/module/DialogMedia/DialogMedia.js.map +1 -1
  435. package/build/module/DialogMedia/DialogMediaProps.js.map +1 -1
  436. package/build/module/DialogMedia/index.js.map +1 -1
  437. package/build/module/DialogTitle/DialogTitle.js +1 -1
  438. package/build/module/DialogTitle/DialogTitle.js.map +1 -1
  439. package/build/module/DialogTitle/DialogTitleProps.js.map +1 -1
  440. package/build/module/DialogTitle/index.js.map +1 -1
  441. package/build/module/Divider/Divider.js +12 -11
  442. package/build/module/Divider/Divider.js.map +1 -1
  443. package/build/module/Divider/DividerProps.js.map +1 -1
  444. package/build/module/Divider/index.js.map +1 -1
  445. package/build/module/Fab/Fab.js +1 -1
  446. package/build/module/Fab/Fab.js.map +1 -1
  447. package/build/module/Fab/FabProps.js.map +1 -1
  448. package/build/module/Fab/index.js.map +1 -1
  449. package/build/module/Flexbox/Flexbox.js +1 -1
  450. package/build/module/Flexbox/Flexbox.js.map +1 -1
  451. package/build/module/Flexbox/FlexboxProps.js.map +1 -1
  452. package/build/module/Flexbox/index.js.map +1 -1
  453. package/build/module/IconButton/IconButton.js +1 -1
  454. package/build/module/IconButton/IconButton.js.map +1 -1
  455. package/build/module/IconButton/IconButtonProps.js.map +1 -1
  456. package/build/module/IconButton/index.js.map +1 -1
  457. package/build/module/Image/Image.js +56 -14
  458. package/build/module/Image/Image.js.map +1 -1
  459. package/build/module/Image/ImageProps.js.map +1 -1
  460. package/build/module/Image/index.js.map +1 -1
  461. package/build/module/ImageCore/ImageCoreNative.js +30 -25
  462. package/build/module/ImageCore/ImageCoreNative.js.map +1 -1
  463. package/build/module/ImageCore/ImageCoreProps.js.map +1 -1
  464. package/build/module/ImageCore/ImageCoreWeb.js +19 -1
  465. package/build/module/ImageCore/ImageCoreWeb.js.map +1 -1
  466. package/build/module/ImageCore/ImageFileExtensionContext.js +5 -0
  467. package/build/module/ImageCore/ImageFileExtensionContext.js.map +1 -0
  468. package/build/module/ImageCore/ImageFileExtensionProvider.js +24 -0
  469. package/build/module/ImageCore/ImageFileExtensionProvider.js.map +1 -0
  470. package/build/module/ImageCore/index.js +2 -1
  471. package/build/module/ImageCore/index.js.map +1 -1
  472. package/build/module/ImageCore/index.native.js +2 -0
  473. package/build/module/ImageCore/index.native.js.map +1 -1
  474. package/build/module/Link/Link.js +5 -4
  475. package/build/module/Link/Link.js.map +1 -1
  476. package/build/module/Link/LinkProps.js.map +1 -1
  477. package/build/module/Link/index.js.map +1 -1
  478. package/build/module/List/List.js +1 -1
  479. package/build/module/List/List.js.map +1 -1
  480. package/build/module/List/ListProps.js.map +1 -1
  481. package/build/module/List/index.js.map +1 -1
  482. package/build/module/ListItem/ListItem.js +1 -1
  483. package/build/module/ListItem/ListItem.js.map +1 -1
  484. package/build/module/ListItem/ListItemProps.js.map +1 -1
  485. package/build/module/ListItem/index.js.map +1 -1
  486. package/build/module/ListItemIcon/ListItemIcon.js +1 -1
  487. package/build/module/ListItemIcon/ListItemIcon.js.map +1 -1
  488. package/build/module/ListItemIcon/ListItemIconProps.js.map +1 -1
  489. package/build/module/ListItemIcon/index.js.map +1 -1
  490. package/build/module/ListItemSecondaryAction/ListItemSecondaryAction.js +1 -1
  491. package/build/module/ListItemSecondaryAction/ListItemSecondaryAction.js.map +1 -1
  492. package/build/module/ListItemSecondaryAction/ListItemSecondaryActionProps.js.map +1 -1
  493. package/build/module/ListItemSecondaryAction/index.js.map +1 -1
  494. package/build/module/ListItemText/ListItemText.js +1 -1
  495. package/build/module/ListItemText/ListItemText.js.map +1 -1
  496. package/build/module/ListItemText/ListItemTextProps.js.map +1 -1
  497. package/build/module/ListItemText/index.js.map +1 -1
  498. package/build/module/ListSubheader/ListSubheader.js +1 -1
  499. package/build/module/ListSubheader/ListSubheader.js.map +1 -1
  500. package/build/module/ListSubheader/ListSubheaderProps.js.map +1 -1
  501. package/build/module/ListSubheader/index.js.map +1 -1
  502. package/build/module/Menu/Menu.js.map +1 -1
  503. package/build/module/Menu/MenuProps.js.map +1 -1
  504. package/build/module/Menu/index.js.map +1 -1
  505. package/build/module/MenuItem/MenuItem.js.map +1 -1
  506. package/build/module/MenuItem/MenuItemProps.js.map +1 -1
  507. package/build/module/MenuItem/index.js.map +1 -1
  508. package/build/module/Modal/Modal.js +1 -1
  509. package/build/module/Modal/Modal.js.map +1 -1
  510. package/build/module/Modal/ModalProps.js.map +1 -1
  511. package/build/module/Modal/SimpleBackdrop.js +1 -1
  512. package/build/module/Modal/SimpleBackdrop.js.map +1 -1
  513. package/build/module/Modal/SimpleBackdropProps.js.map +1 -1
  514. package/build/module/Modal/index.js.map +1 -1
  515. package/build/module/Pagination/Pagination.js +10 -7
  516. package/build/module/Pagination/Pagination.js.map +1 -1
  517. package/build/module/Pagination/PaginationProps.js.map +1 -1
  518. package/build/module/Pagination/index.js.map +1 -1
  519. package/build/module/PaginationItem/PaginationItem.js +1 -1
  520. package/build/module/PaginationItem/PaginationItem.js.map +1 -1
  521. package/build/module/PaginationItem/PaginationItemProps.js.map +1 -1
  522. package/build/module/PaginationItem/index.js.map +1 -1
  523. package/build/module/Paper/Paper.js +2 -2
  524. package/build/module/Paper/Paper.js.map +1 -1
  525. package/build/module/Paper/PaperProps.js.map +1 -1
  526. package/build/module/Paper/PaperStylesProvider.js.map +1 -1
  527. package/build/module/Paper/index.js.map +1 -1
  528. package/build/module/Paper/usePaperStyles.js.map +1 -1
  529. package/build/module/Portal/Portal.js.map +1 -1
  530. package/build/module/Portal/PortalConsumer.js +2 -2
  531. package/build/module/Portal/PortalConsumer.js.map +1 -1
  532. package/build/module/Portal/PortalHost.js +2 -2
  533. package/build/module/Portal/PortalHost.js.map +1 -1
  534. package/build/module/Portal/PortalManager.js +11 -8
  535. package/build/module/Portal/PortalManager.js.map +1 -1
  536. package/build/module/Portal/PortalProps.js.map +1 -1
  537. package/build/module/Portal/index.js.map +1 -1
  538. package/build/module/Pressable/index.js.map +1 -1
  539. package/build/module/Radio/Radio.js +4 -9
  540. package/build/module/Radio/Radio.js.map +1 -1
  541. package/build/module/Radio/RadioProps.js.map +1 -1
  542. package/build/module/Radio/index.js.map +1 -1
  543. package/build/module/RadioGroup/RadioContextProvider.js.map +1 -1
  544. package/build/module/RadioGroup/RadioGroup.js.map +1 -1
  545. package/build/module/RadioGroup/RadioGroupProps.js.map +1 -1
  546. package/build/module/RadioGroup/index.js.map +1 -1
  547. package/build/module/Row/Row.js.map +1 -1
  548. package/build/module/Row/RowProps.js.map +1 -1
  549. package/build/module/Row/index.js.map +1 -1
  550. package/build/module/Slide/Slide.js +20 -15
  551. package/build/module/Slide/Slide.js.map +1 -1
  552. package/build/module/Slide/SlideProps.js.map +1 -1
  553. package/build/module/Slide/index.js.map +1 -1
  554. package/build/module/Slider/Slider.js +1 -1
  555. package/build/module/Slider/Slider.js.map +1 -1
  556. package/build/module/Slider/SliderProps.js.map +1 -1
  557. package/build/module/Slider/index.js.map +1 -1
  558. package/build/module/Snackbar/Snackbar.js +1 -1
  559. package/build/module/Snackbar/Snackbar.js.map +1 -1
  560. package/build/module/Snackbar/SnackbarProps.js.map +1 -1
  561. package/build/module/Snackbar/index.js.map +1 -1
  562. package/build/module/SnackbarContent/SnackbarContent.js +1 -1
  563. package/build/module/SnackbarContent/SnackbarContent.js.map +1 -1
  564. package/build/module/SnackbarContent/SnackbarContentProps.js.map +1 -1
  565. package/build/module/SnackbarContent/index.js.map +1 -1
  566. package/build/module/Spacer/Spacer.js +1 -1
  567. package/build/module/Spacer/Spacer.js.map +1 -1
  568. package/build/module/Spacer/SpacerProps.js.map +1 -1
  569. package/build/module/Spacer/index.js.map +1 -1
  570. package/build/module/SvgIcon/SvgIcon.js +2 -2
  571. package/build/module/SvgIcon/SvgIcon.js.map +1 -1
  572. package/build/module/SvgIcon/SvgIconProps.js.map +1 -1
  573. package/build/module/SvgIcon/index.js.map +1 -1
  574. package/build/module/Switch/Switch.js +1 -1
  575. package/build/module/Switch/Switch.js.map +1 -1
  576. package/build/module/Switch/SwitchProps.js.map +1 -1
  577. package/build/module/Switch/index.js.map +1 -1
  578. package/build/module/Tab/Tab.js +11 -8
  579. package/build/module/Tab/Tab.js.map +1 -1
  580. package/build/module/Tab/TabIndicator.js +8 -5
  581. package/build/module/Tab/TabIndicator.js.map +1 -1
  582. package/build/module/Tab/TabProps.js.map +1 -1
  583. package/build/module/Tab/index.js.map +1 -1
  584. package/build/module/TabBase/TabBase.js +1 -1
  585. package/build/module/TabBase/TabBase.js.map +1 -1
  586. package/build/module/TabBase/TabBaseProps.js.map +1 -1
  587. package/build/module/TabBase/index.js.map +1 -1
  588. package/build/module/Tabs/IndexAwareTab.js +23 -0
  589. package/build/module/Tabs/IndexAwareTab.js.map +1 -0
  590. package/build/module/Tabs/InternalContext.js +7 -0
  591. package/build/module/Tabs/InternalContext.js.map +1 -0
  592. package/build/module/Tabs/ScrollableTabsView.js +22 -0
  593. package/build/module/Tabs/ScrollableTabsView.js.map +1 -0
  594. package/build/module/Tabs/TabCoordinate.js.map +1 -1
  595. package/build/module/Tabs/TabIndicator.js +66 -28
  596. package/build/module/Tabs/TabIndicator.js.map +1 -1
  597. package/build/module/Tabs/TabIndicatorProps.js.map +1 -1
  598. package/build/module/Tabs/Tabs.js +66 -72
  599. package/build/module/Tabs/Tabs.js.map +1 -1
  600. package/build/module/Tabs/TabsProps.js.map +1 -1
  601. package/build/module/Tabs/index.js.map +1 -1
  602. package/build/module/Tabs/types.js +2 -0
  603. package/build/module/Tabs/types.js.map +1 -0
  604. package/build/module/Tabs/useIndexStore.js +25 -0
  605. package/build/module/Tabs/useIndexStore.js.map +1 -0
  606. package/build/module/Tabs/useScrollViewReaction.js +57 -0
  607. package/build/module/Tabs/useScrollViewReaction.js.map +1 -0
  608. package/build/module/Tabs/useTabCoordinates.js +21 -0
  609. package/build/module/Tabs/useTabCoordinates.js.map +1 -0
  610. package/build/module/Tabs/utils.js +9 -0
  611. package/build/module/Tabs/utils.js.map +1 -0
  612. package/build/module/TextField/InputLabel.js +8 -7
  613. package/build/module/TextField/InputLabel.js.map +1 -1
  614. package/build/module/TextField/OutlinedTextField.js +7 -3
  615. package/build/module/TextField/OutlinedTextField.js.map +1 -1
  616. package/build/module/TextField/TextField.js +13 -5
  617. package/build/module/TextField/TextField.js.map +1 -1
  618. package/build/module/TextField/TextFieldProps.js.map +1 -1
  619. package/build/module/TextField/index.js.map +1 -1
  620. package/build/module/TextField/utils.js.map +1 -1
  621. package/build/module/Toolbar/Toolbar.js +1 -1
  622. package/build/module/Toolbar/Toolbar.js.map +1 -1
  623. package/build/module/Toolbar/ToolbarProps.js.map +1 -1
  624. package/build/module/Toolbar/index.js.map +1 -1
  625. package/build/module/Tooltip/Tooltip.js +33 -23
  626. package/build/module/Tooltip/Tooltip.js.map +1 -1
  627. package/build/module/Tooltip/TooltipProps.js.map +1 -1
  628. package/build/module/Tooltip/UpArrow.js +6 -5
  629. package/build/module/Tooltip/UpArrow.js.map +1 -1
  630. package/build/module/Tooltip/UpArrowProps.js.map +1 -1
  631. package/build/module/Tooltip/index.js.map +1 -1
  632. package/build/module/Typography/Typography.js +8 -3
  633. package/build/module/Typography/Typography.js.map +1 -1
  634. package/build/module/Typography/TypographyProps.js.map +1 -1
  635. package/build/module/Typography/index.js.map +1 -1
  636. package/build/module/animated/AnimatedAppBar.js.map +1 -1
  637. package/build/module/animated/AnimatedFlatList.js.map +1 -1
  638. package/build/module/animated/AnimatedPressable.js +2 -3
  639. package/build/module/animated/AnimatedPressable.js.map +1 -1
  640. package/build/module/animated/AnimatedTypography.js.map +1 -1
  641. package/build/module/animated/index.js.map +1 -1
  642. package/build/module/hooks/index.js +4 -0
  643. package/build/module/hooks/index.js.map +1 -1
  644. package/build/module/hooks/useAnimatedValue.js +22 -0
  645. package/build/module/hooks/useAnimatedValue.js.map +1 -0
  646. package/build/module/hooks/useAppbarStyles.js.map +1 -1
  647. package/build/module/hooks/useBreakpointUp.js.map +1 -1
  648. package/build/module/hooks/useCollapsibleAppBar.js +50 -66
  649. package/build/module/hooks/useCollapsibleAppBar.js.map +1 -1
  650. package/build/module/hooks/useContentContainerStyle.js +2 -1
  651. package/build/module/hooks/useContentContainerStyle.js.map +1 -1
  652. package/build/module/hooks/useDebounce.js +25 -0
  653. package/build/module/hooks/useDebounce.js.map +1 -0
  654. package/build/module/hooks/useElevationStyle.js.map +1 -1
  655. package/build/module/hooks/useFadeInAppBar.js +32 -33
  656. package/build/module/hooks/useFadeInAppBar.js.map +1 -1
  657. package/build/module/hooks/useImperativeState.js +17 -0
  658. package/build/module/hooks/useImperativeState.js.map +1 -0
  659. package/build/module/hooks/useSyncAnimatedValue.js +28 -0
  660. package/build/module/hooks/useSyncAnimatedValue.js.map +1 -0
  661. package/build/module/hooks/useThrottle.js +4 -4
  662. package/build/module/hooks/useThrottle.js.map +1 -1
  663. package/build/module/hooks/useValidWindowDimensions/index.ios.js +15 -9
  664. package/build/module/hooks/useValidWindowDimensions/index.ios.js.map +1 -1
  665. package/build/module/hooks/useValidWindowDimensions/index.js.map +1 -1
  666. package/build/module/index.js +2 -0
  667. package/build/module/index.js.map +1 -1
  668. package/build/module/internal/hooks/index.js +0 -1
  669. package/build/module/internal/hooks/index.js.map +1 -1
  670. package/build/module/internal/hooks/useHeight.js +5 -5
  671. package/build/module/internal/hooks/useHeight.js.map +1 -1
  672. package/build/module/internal/icons/Checkbox.js +1 -1
  673. package/build/module/internal/icons/Checkbox.js.map +1 -1
  674. package/build/module/internal/icons/CheckboxChecked.js +1 -1
  675. package/build/module/internal/icons/CheckboxChecked.js.map +1 -1
  676. package/build/module/internal/icons/ChevronDown.js +1 -1
  677. package/build/module/internal/icons/ChevronDown.js.map +1 -1
  678. package/build/module/internal/icons/ChevronLeft.js +1 -1
  679. package/build/module/internal/icons/ChevronLeft.js.map +1 -1
  680. package/build/module/internal/icons/ChevronRight.js +1 -1
  681. package/build/module/internal/icons/ChevronRight.js.map +1 -1
  682. package/build/module/internal/icons/CircularProgress.js.map +1 -1
  683. package/build/module/internal/icons/Close.js +1 -1
  684. package/build/module/internal/icons/Close.js.map +1 -1
  685. package/build/module/internal/icons/Radio.js +1 -1
  686. package/build/module/internal/icons/Radio.js.map +1 -1
  687. package/build/module/internal/icons/RadioChecked.js +1 -1
  688. package/build/module/internal/icons/RadioChecked.js.map +1 -1
  689. package/build/module/internal/icons/index.js.map +1 -1
  690. package/build/module/internal/index.js.map +1 -1
  691. package/build/module/store/MockStore.js +18 -0
  692. package/build/module/store/MockStore.js.map +1 -0
  693. package/build/module/store/SimpleStore.js +50 -0
  694. package/build/module/store/SimpleStore.js.map +1 -0
  695. package/build/module/store/index.js +3 -0
  696. package/build/module/store/index.js.map +1 -0
  697. package/build/module/store/types.js +2 -0
  698. package/build/module/store/types.js.map +1 -0
  699. package/build/module/styles/EdgeInsets.js +9 -6
  700. package/build/module/styles/EdgeInsets.js.map +1 -1
  701. package/build/module/styles/PredefinedStyles.js.map +1 -1
  702. package/build/module/styles/StyleSheet.js.map +1 -1
  703. package/build/module/styles/ThemeProvider.js.map +1 -1
  704. package/build/module/styles/createFontStyle.js +2 -2
  705. package/build/module/styles/createFontStyle.js.map +1 -1
  706. package/build/module/styles/index.js.map +1 -1
  707. package/build/module/styles/styled.js.map +1 -1
  708. package/build/module/styles/useTheme.js.map +1 -1
  709. package/build/module/types/index.js.map +1 -1
  710. package/build/module/utils/cloneElementSafely.js.map +1 -1
  711. package/build/module/utils/createSvgIcon.js.map +1 -1
  712. package/build/module/utils/index.js.map +1 -1
  713. package/build/typescript/Badge/BadgeProps.d.ts +5 -0
  714. package/build/typescript/ButtonBase/ButtonBaseProps.d.ts +4 -0
  715. package/build/typescript/Checkbox/CheckboxProps.d.ts +1 -1
  716. package/build/typescript/Chip/ChipProps.d.ts +4 -0
  717. package/build/typescript/CircularProgress/CircularProgress.d.ts +2 -2
  718. package/build/typescript/Dialog/DialogProps.d.ts +4 -0
  719. package/build/typescript/Divider/DividerProps.d.ts +17 -1
  720. package/build/typescript/Image/ImageProps.d.ts +30 -2
  721. package/build/typescript/Image/index.d.ts +1 -1
  722. package/build/typescript/ImageCore/ImageCoreProps.d.ts +5 -1
  723. package/build/typescript/ImageCore/ImageFileExtensionContext.d.ts +3 -0
  724. package/build/typescript/ImageCore/ImageFileExtensionProvider.d.ts +13 -0
  725. package/build/typescript/ImageCore/index.d.ts +3 -1
  726. package/build/typescript/ImageCore/index.native.d.ts +2 -0
  727. package/build/typescript/Slider/Slider.d.ts +1 -1
  728. package/build/typescript/Tab/TabIndicator.d.ts +4 -1
  729. package/build/typescript/Tab/TabProps.d.ts +6 -0
  730. package/build/typescript/Tabs/IndexAwareTab.d.ts +8 -0
  731. package/build/typescript/Tabs/InternalContext.d.ts +7 -0
  732. package/build/typescript/Tabs/ScrollableTabsView.d.ts +8 -0
  733. package/build/typescript/Tabs/TabIndicatorProps.d.ts +10 -5
  734. package/build/typescript/Tabs/Tabs.d.ts +4 -2
  735. package/build/typescript/Tabs/TabsProps.d.ts +18 -12
  736. package/build/typescript/Tabs/index.d.ts +1 -0
  737. package/build/typescript/Tabs/types.d.ts +9 -0
  738. package/build/typescript/Tabs/useIndexStore.d.ts +3 -0
  739. package/build/typescript/Tabs/useScrollViewReaction.d.ts +8 -0
  740. package/build/typescript/Tabs/useTabCoordinates.d.ts +6 -0
  741. package/build/typescript/Tabs/utils.d.ts +3 -0
  742. package/build/typescript/TextField/TextFieldProps.d.ts +3 -0
  743. package/build/typescript/Tooltip/TooltipProps.d.ts +15 -1
  744. package/build/typescript/Typography/TypographyProps.d.ts +13 -0
  745. package/build/typescript/animated/AnimatedPressable.d.ts +2 -2
  746. package/build/typescript/hooks/index.d.ts +5 -0
  747. package/build/typescript/hooks/useAnimatedValue.d.ts +2 -0
  748. package/build/typescript/hooks/useCollapsibleAppBar.d.ts +2 -1
  749. package/build/typescript/hooks/useDebounce.d.ts +1 -0
  750. package/build/typescript/hooks/useFadeInAppBar.d.ts +4 -4
  751. package/build/typescript/hooks/useImperativeState.d.ts +6 -0
  752. package/build/typescript/hooks/useSyncAnimatedValue.d.ts +6 -0
  753. package/build/typescript/hooks/useValidWindowDimensions/index.ios.d.ts +2 -1
  754. package/build/typescript/index.d.ts +2 -0
  755. package/build/typescript/internal/hooks/index.d.ts +0 -1
  756. package/build/typescript/internal/icons/Checkbox.d.ts +27 -10
  757. package/build/typescript/internal/icons/CheckboxChecked.d.ts +27 -10
  758. package/build/typescript/internal/icons/ChevronDown.d.ts +27 -10
  759. package/build/typescript/internal/icons/ChevronLeft.d.ts +27 -10
  760. package/build/typescript/internal/icons/ChevronRight.d.ts +27 -10
  761. package/build/typescript/internal/icons/Close.d.ts +27 -10
  762. package/build/typescript/internal/icons/Radio.d.ts +27 -10
  763. package/build/typescript/internal/icons/RadioChecked.d.ts +27 -10
  764. package/build/typescript/store/MockStore.d.ts +7 -0
  765. package/build/typescript/store/SimpleStore.d.ts +10 -0
  766. package/build/typescript/store/index.d.ts +3 -0
  767. package/build/typescript/store/types.d.ts +10 -0
  768. package/build/typescript/types/index.d.ts +6 -0
  769. package/package.json +9 -9
  770. package/src/Accordion/Accordion.tsx +8 -6
  771. package/src/Badge/Badge.tsx +6 -16
  772. package/src/Badge/BadgeProps.ts +6 -0
  773. package/src/ButtonBase/ButtonBase.tsx +73 -43
  774. package/src/ButtonBase/ButtonBaseProps.ts +5 -0
  775. package/src/Checkbox/CheckboxProps.ts +1 -1
  776. package/src/Chip/Chip.tsx +11 -7
  777. package/src/Chip/ChipProps.ts +5 -0
  778. package/src/CircularProgress/CircularProgress.tsx +38 -28
  779. package/src/Dialog/Dialog.tsx +32 -11
  780. package/src/Dialog/DialogProps.ts +5 -0
  781. package/src/Divider/Divider.tsx +9 -10
  782. package/src/Divider/DividerProps.ts +21 -1
  783. package/src/Image/Image.tsx +79 -17
  784. package/src/Image/ImageProps.ts +36 -2
  785. package/src/Image/index.ts +1 -1
  786. package/src/ImageCore/ImageCoreNative.tsx +28 -18
  787. package/src/ImageCore/ImageCoreProps.ts +6 -1
  788. package/src/ImageCore/ImageCoreWeb.tsx +22 -2
  789. package/src/ImageCore/ImageFileExtensionContext.ts +7 -0
  790. package/src/ImageCore/ImageFileExtensionProvider.tsx +33 -0
  791. package/src/ImageCore/index.native.ts +3 -1
  792. package/src/ImageCore/index.ts +4 -1
  793. package/src/Radio/Radio.tsx +1 -3
  794. package/src/Slide/Slide.tsx +23 -19
  795. package/src/SvgIcon/SvgIcon.tsx +1 -1
  796. package/src/Tab/Tab.tsx +8 -7
  797. package/src/Tab/TabIndicator.tsx +17 -15
  798. package/src/Tab/TabProps.ts +7 -0
  799. package/src/Tabs/IndexAwareTab.tsx +29 -0
  800. package/src/Tabs/InternalContext.ts +13 -0
  801. package/src/Tabs/ScrollableTabsView.tsx +28 -0
  802. package/src/Tabs/TabIndicator.tsx +73 -37
  803. package/src/Tabs/TabIndicatorProps.ts +12 -5
  804. package/src/Tabs/Tabs.tsx +96 -97
  805. package/src/Tabs/TabsProps.ts +21 -22
  806. package/src/Tabs/index.ts +2 -1
  807. package/src/Tabs/types.ts +18 -0
  808. package/src/Tabs/useIndexStore.ts +31 -0
  809. package/src/Tabs/useScrollViewReaction.ts +62 -0
  810. package/src/Tabs/useTabCoordinates.ts +25 -0
  811. package/src/Tabs/utils.ts +14 -0
  812. package/src/TextField/InputLabel.tsx +6 -1
  813. package/src/TextField/OutlinedTextField.tsx +7 -1
  814. package/src/TextField/TextField.tsx +10 -4
  815. package/src/TextField/TextFieldProps.ts +4 -0
  816. package/src/Tooltip/Tooltip.tsx +44 -25
  817. package/src/Tooltip/TooltipProps.ts +18 -1
  818. package/src/Typography/Typography.tsx +8 -3
  819. package/src/Typography/TypographyProps.ts +16 -0
  820. package/src/animated/AnimatedPressable.tsx +1 -2
  821. package/src/hooks/index.ts +6 -0
  822. package/src/hooks/useAnimatedValue.ts +21 -0
  823. package/src/hooks/useCollapsibleAppBar.ts +80 -59
  824. package/src/hooks/useDebounce.ts +23 -0
  825. package/src/hooks/useFadeInAppBar.ts +32 -30
  826. package/src/hooks/useImperativeState.ts +24 -0
  827. package/src/hooks/useSyncAnimatedValue.ts +38 -0
  828. package/src/hooks/useThrottle.ts +3 -3
  829. package/src/hooks/useValidWindowDimensions/index.ios.ts +16 -10
  830. package/src/index.ts +4 -0
  831. package/src/internal/hooks/index.ts +0 -1
  832. package/src/internal/hooks/useHeight.ts +4 -5
  833. package/src/internal/icons/Checkbox.tsx +1 -1
  834. package/src/internal/icons/CheckboxChecked.tsx +1 -1
  835. package/src/internal/icons/ChevronDown.tsx +1 -1
  836. package/src/internal/icons/ChevronLeft.tsx +1 -1
  837. package/src/internal/icons/ChevronRight.tsx +1 -1
  838. package/src/internal/icons/Close.tsx +1 -1
  839. package/src/internal/icons/Radio.tsx +1 -1
  840. package/src/internal/icons/RadioChecked.tsx +1 -1
  841. package/src/store/MockStore.ts +21 -0
  842. package/src/store/SimpleStore.ts +50 -0
  843. package/src/store/index.ts +3 -0
  844. package/src/store/types.ts +12 -0
  845. package/src/types/index.ts +7 -0
  846. package/build/commonjs/ButtonBase/ButtonBase.ios.js +0 -99
  847. package/build/commonjs/ButtonBase/ButtonBase.ios.js.map +0 -1
  848. package/build/commonjs/ButtonBase/useDisabledReaction/index.js +0 -23
  849. package/build/commonjs/ButtonBase/useDisabledReaction/index.js.map +0 -1
  850. package/build/commonjs/ButtonBase/useDisabledReaction/index.native.js +0 -9
  851. package/build/commonjs/ButtonBase/useDisabledReaction/index.native.js.map +0 -1
  852. package/build/commonjs/ImageCore/ImageCoreNative.ios.js +0 -60
  853. package/build/commonjs/ImageCore/ImageCoreNative.ios.js.map +0 -1
  854. package/build/commonjs/internal/hooks/useWidth.js +0 -29
  855. package/build/commonjs/internal/hooks/useWidth.js.map +0 -1
  856. package/build/module/ButtonBase/ButtonBase.ios.js +0 -80
  857. package/build/module/ButtonBase/ButtonBase.ios.js.map +0 -1
  858. package/build/module/ButtonBase/useDisabledReaction/index.js +0 -12
  859. package/build/module/ButtonBase/useDisabledReaction/index.js.map +0 -1
  860. package/build/module/ButtonBase/useDisabledReaction/index.native.js +0 -2
  861. package/build/module/ButtonBase/useDisabledReaction/index.native.js.map +0 -1
  862. package/build/module/ImageCore/ImageCoreNative.ios.js +0 -45
  863. package/build/module/ImageCore/ImageCoreNative.ios.js.map +0 -1
  864. package/build/module/internal/hooks/useWidth.js +0 -15
  865. package/build/module/internal/hooks/useWidth.js.map +0 -1
  866. package/build/typescript/ButtonBase/ButtonBase.ios.d.ts +0 -3
  867. package/build/typescript/ButtonBase/useDisabledReaction/index.d.ts +0 -2
  868. package/build/typescript/ButtonBase/useDisabledReaction/index.native.d.ts +0 -2
  869. package/build/typescript/ImageCore/ImageCoreNative.ios.d.ts +0 -3
  870. package/build/typescript/internal/hooks/useWidth.d.ts +0 -2
  871. package/src/ButtonBase/ButtonBase.ios.tsx +0 -95
  872. package/src/ButtonBase/useDisabledReaction/index.native.ts +0 -4
  873. package/src/ButtonBase/useDisabledReaction/index.ts +0 -15
  874. package/src/ImageCore/ImageCoreNative.ios.tsx +0 -46
  875. package/src/internal/hooks/useWidth.ts +0 -17
@@ -2,12 +2,18 @@ import React from 'react';
2
2
  declare const _default: React.MemoExoticComponent<{
3
3
  (props: {
4
4
  readonly color?: import("../..").CommonComponentColor | undefined;
5
- readonly fill?: import("react-native-svg").Color | undefined;
5
+ fontFamily?: string | undefined;
6
+ fontSize?: import("react-native-svg").NumberProp | undefined;
7
+ fontWeight?: import("react-native-svg").FontWeight | undefined;
8
+ letterSpacing?: import("react-native-svg").NumberProp | undefined;
9
+ readonly fill?: import("react-native").ColorValue | undefined;
10
+ fontStyle?: import("react-native-svg").FontStyle | undefined;
6
11
  testID?: string | undefined;
12
+ fontVariant?: import("react-native-svg").FontVariant | undefined;
7
13
  opacity?: import("react-native-svg").NumberProp | undefined;
8
14
  readonly height?: import("react-native-svg").NumberProp | undefined;
9
15
  readonly width?: import("react-native-svg").NumberProp | undefined;
10
- transform?: string | import("react-native-svg").TransformObject | import("react-native-svg").ColumnMajorTransformMatrix | 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;
11
17
  rotation?: import("react-native-svg").NumberProp | undefined;
12
18
  scaleX?: import("react-native-svg").NumberProp | undefined;
13
19
  scaleY?: import("react-native-svg").NumberProp | undefined;
@@ -15,15 +21,18 @@ declare const _default: React.MemoExoticComponent<{
15
21
  translateY?: import("react-native-svg").NumberProp | undefined;
16
22
  readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
17
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;
18
28
  scale?: import("react-native-svg").NumberArray | undefined;
19
29
  skewX?: import("react-native-svg").NumberProp | undefined;
20
30
  skewY?: import("react-native-svg").NumberProp | undefined;
21
- title?: string | undefined;
22
31
  readonly viewBox?: string | undefined;
23
32
  preserveAspectRatio?: string | undefined;
24
33
  fillOpacity?: import("react-native-svg").NumberProp | undefined;
25
34
  fillRule?: import("react-native-svg").FillRule | undefined;
26
- stroke?: import("react-native-svg").Color | undefined;
35
+ stroke?: import("react-native").ColorValue | undefined;
27
36
  strokeWidth?: import("react-native-svg").NumberProp | undefined;
28
37
  strokeOpacity?: import("react-native-svg").NumberProp | undefined;
29
38
  strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
@@ -31,8 +40,8 @@ declare const _default: React.MemoExoticComponent<{
31
40
  strokeLinecap?: import("react-native-svg").Linecap | undefined;
32
41
  strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
33
42
  strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
43
+ vectorEffect?: import("react-native-svg").VectorEffect | undefined;
34
44
  clipRule?: import("react-native-svg").FillRule | undefined;
35
- clipPath?: string | undefined;
36
45
  translate?: import("react-native-svg").NumberArray | undefined;
37
46
  origin?: import("react-native-svg").NumberArray | undefined;
38
47
  originX?: import("react-native-svg").NumberProp | undefined;
@@ -40,7 +49,6 @@ declare const _default: React.MemoExoticComponent<{
40
49
  skew?: import("react-native-svg").NumberArray | undefined;
41
50
  x?: import("react-native-svg").NumberArray | undefined;
42
51
  y?: import("react-native-svg").NumberArray | undefined;
43
- vectorEffect?: "none" | "inherit" | "default" | "non-scaling-stroke" | "nonScalingStroke" | "uri" | undefined;
44
52
  pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
45
53
  onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
46
54
  onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
@@ -63,11 +71,20 @@ declare const _default: React.MemoExoticComponent<{
63
71
  delayPressOut?: number | undefined;
64
72
  delayLongPress?: number | undefined;
65
73
  id?: string | undefined;
66
- marker?: string | undefined;
67
74
  markerStart?: string | undefined;
68
75
  markerMid?: string | undefined;
69
76
  markerEnd?: string | undefined;
70
- mask?: 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;
71
88
  hitSlop?: import("react-native").Insets | undefined;
72
89
  removeClippedSubviews?: boolean | undefined;
73
90
  nativeID?: string | undefined;
@@ -88,20 +105,20 @@ declare const _default: React.MemoExoticComponent<{
88
105
  onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
89
106
  onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
90
107
  onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
91
- accessible?: boolean | undefined;
92
108
  accessibilityActions?: readonly Readonly<{
93
109
  name: string;
94
110
  label?: string | undefined;
95
111
  }>[] | undefined;
96
- accessibilityLabel?: string | undefined;
97
112
  accessibilityRole?: import("react-native").AccessibilityRole | undefined;
98
113
  accessibilityState?: import("react-native").AccessibilityState | undefined;
99
114
  accessibilityHint?: string | undefined;
100
115
  accessibilityValue?: import("react-native").AccessibilityValue | undefined;
101
116
  onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
117
+ accessibilityLabelledBy?: string | string[] | undefined;
102
118
  accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
103
119
  importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
104
120
  accessibilityElementsHidden?: boolean | undefined;
121
+ accessibilityLanguage?: string | undefined;
105
122
  accessibilityViewIsModal?: boolean | undefined;
106
123
  onAccessibilityEscape?: (() => void) | undefined;
107
124
  onAccessibilityTap?: (() => void) | undefined;
@@ -2,12 +2,18 @@ import React from 'react';
2
2
  declare const _default: React.MemoExoticComponent<{
3
3
  (props: {
4
4
  readonly color?: import("../..").CommonComponentColor | undefined;
5
- readonly fill?: import("react-native-svg").Color | undefined;
5
+ fontFamily?: string | undefined;
6
+ fontSize?: import("react-native-svg").NumberProp | undefined;
7
+ fontWeight?: import("react-native-svg").FontWeight | undefined;
8
+ letterSpacing?: import("react-native-svg").NumberProp | undefined;
9
+ readonly fill?: import("react-native").ColorValue | undefined;
10
+ fontStyle?: import("react-native-svg").FontStyle | undefined;
6
11
  testID?: string | undefined;
12
+ fontVariant?: import("react-native-svg").FontVariant | undefined;
7
13
  opacity?: import("react-native-svg").NumberProp | undefined;
8
14
  readonly height?: import("react-native-svg").NumberProp | undefined;
9
15
  readonly width?: import("react-native-svg").NumberProp | undefined;
10
- transform?: string | import("react-native-svg").TransformObject | import("react-native-svg").ColumnMajorTransformMatrix | 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;
11
17
  rotation?: import("react-native-svg").NumberProp | undefined;
12
18
  scaleX?: import("react-native-svg").NumberProp | undefined;
13
19
  scaleY?: import("react-native-svg").NumberProp | undefined;
@@ -15,15 +21,18 @@ declare const _default: React.MemoExoticComponent<{
15
21
  translateY?: import("react-native-svg").NumberProp | undefined;
16
22
  readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
17
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;
18
28
  scale?: import("react-native-svg").NumberArray | undefined;
19
29
  skewX?: import("react-native-svg").NumberProp | undefined;
20
30
  skewY?: import("react-native-svg").NumberProp | undefined;
21
- title?: string | undefined;
22
31
  readonly viewBox?: string | undefined;
23
32
  preserveAspectRatio?: string | undefined;
24
33
  fillOpacity?: import("react-native-svg").NumberProp | undefined;
25
34
  fillRule?: import("react-native-svg").FillRule | undefined;
26
- stroke?: import("react-native-svg").Color | undefined;
35
+ stroke?: import("react-native").ColorValue | undefined;
27
36
  strokeWidth?: import("react-native-svg").NumberProp | undefined;
28
37
  strokeOpacity?: import("react-native-svg").NumberProp | undefined;
29
38
  strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
@@ -31,8 +40,8 @@ declare const _default: React.MemoExoticComponent<{
31
40
  strokeLinecap?: import("react-native-svg").Linecap | undefined;
32
41
  strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
33
42
  strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
43
+ vectorEffect?: import("react-native-svg").VectorEffect | undefined;
34
44
  clipRule?: import("react-native-svg").FillRule | undefined;
35
- clipPath?: string | undefined;
36
45
  translate?: import("react-native-svg").NumberArray | undefined;
37
46
  origin?: import("react-native-svg").NumberArray | undefined;
38
47
  originX?: import("react-native-svg").NumberProp | undefined;
@@ -40,7 +49,6 @@ declare const _default: React.MemoExoticComponent<{
40
49
  skew?: import("react-native-svg").NumberArray | undefined;
41
50
  x?: import("react-native-svg").NumberArray | undefined;
42
51
  y?: import("react-native-svg").NumberArray | undefined;
43
- vectorEffect?: "none" | "inherit" | "default" | "non-scaling-stroke" | "nonScalingStroke" | "uri" | undefined;
44
52
  pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
45
53
  onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
46
54
  onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
@@ -63,11 +71,20 @@ declare const _default: React.MemoExoticComponent<{
63
71
  delayPressOut?: number | undefined;
64
72
  delayLongPress?: number | undefined;
65
73
  id?: string | undefined;
66
- marker?: string | undefined;
67
74
  markerStart?: string | undefined;
68
75
  markerMid?: string | undefined;
69
76
  markerEnd?: string | undefined;
70
- mask?: 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;
71
88
  hitSlop?: import("react-native").Insets | undefined;
72
89
  removeClippedSubviews?: boolean | undefined;
73
90
  nativeID?: string | undefined;
@@ -88,20 +105,20 @@ declare const _default: React.MemoExoticComponent<{
88
105
  onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
89
106
  onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
90
107
  onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
91
- accessible?: boolean | undefined;
92
108
  accessibilityActions?: readonly Readonly<{
93
109
  name: string;
94
110
  label?: string | undefined;
95
111
  }>[] | undefined;
96
- accessibilityLabel?: string | undefined;
97
112
  accessibilityRole?: import("react-native").AccessibilityRole | undefined;
98
113
  accessibilityState?: import("react-native").AccessibilityState | undefined;
99
114
  accessibilityHint?: string | undefined;
100
115
  accessibilityValue?: import("react-native").AccessibilityValue | undefined;
101
116
  onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
117
+ accessibilityLabelledBy?: string | string[] | undefined;
102
118
  accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
103
119
  importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
104
120
  accessibilityElementsHidden?: boolean | undefined;
121
+ accessibilityLanguage?: string | undefined;
105
122
  accessibilityViewIsModal?: boolean | undefined;
106
123
  onAccessibilityEscape?: (() => void) | undefined;
107
124
  onAccessibilityTap?: (() => void) | undefined;
@@ -2,12 +2,18 @@ import React from 'react';
2
2
  declare const _default: React.MemoExoticComponent<{
3
3
  (props: {
4
4
  readonly color?: import("../..").CommonComponentColor | undefined;
5
- readonly fill?: import("react-native-svg").Color | undefined;
5
+ fontFamily?: string | undefined;
6
+ fontSize?: import("react-native-svg").NumberProp | undefined;
7
+ fontWeight?: import("react-native-svg").FontWeight | undefined;
8
+ letterSpacing?: import("react-native-svg").NumberProp | undefined;
9
+ readonly fill?: import("react-native").ColorValue | undefined;
10
+ fontStyle?: import("react-native-svg").FontStyle | undefined;
6
11
  testID?: string | undefined;
12
+ fontVariant?: import("react-native-svg").FontVariant | undefined;
7
13
  opacity?: import("react-native-svg").NumberProp | undefined;
8
14
  readonly height?: import("react-native-svg").NumberProp | undefined;
9
15
  readonly width?: import("react-native-svg").NumberProp | undefined;
10
- transform?: string | import("react-native-svg").TransformObject | import("react-native-svg").ColumnMajorTransformMatrix | 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;
11
17
  rotation?: import("react-native-svg").NumberProp | undefined;
12
18
  scaleX?: import("react-native-svg").NumberProp | undefined;
13
19
  scaleY?: import("react-native-svg").NumberProp | undefined;
@@ -15,15 +21,18 @@ declare const _default: React.MemoExoticComponent<{
15
21
  translateY?: import("react-native-svg").NumberProp | undefined;
16
22
  readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
17
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;
18
28
  scale?: import("react-native-svg").NumberArray | undefined;
19
29
  skewX?: import("react-native-svg").NumberProp | undefined;
20
30
  skewY?: import("react-native-svg").NumberProp | undefined;
21
- title?: string | undefined;
22
31
  readonly viewBox?: string | undefined;
23
32
  preserveAspectRatio?: string | undefined;
24
33
  fillOpacity?: import("react-native-svg").NumberProp | undefined;
25
34
  fillRule?: import("react-native-svg").FillRule | undefined;
26
- stroke?: import("react-native-svg").Color | undefined;
35
+ stroke?: import("react-native").ColorValue | undefined;
27
36
  strokeWidth?: import("react-native-svg").NumberProp | undefined;
28
37
  strokeOpacity?: import("react-native-svg").NumberProp | undefined;
29
38
  strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
@@ -31,8 +40,8 @@ declare const _default: React.MemoExoticComponent<{
31
40
  strokeLinecap?: import("react-native-svg").Linecap | undefined;
32
41
  strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
33
42
  strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
43
+ vectorEffect?: import("react-native-svg").VectorEffect | undefined;
34
44
  clipRule?: import("react-native-svg").FillRule | undefined;
35
- clipPath?: string | undefined;
36
45
  translate?: import("react-native-svg").NumberArray | undefined;
37
46
  origin?: import("react-native-svg").NumberArray | undefined;
38
47
  originX?: import("react-native-svg").NumberProp | undefined;
@@ -40,7 +49,6 @@ declare const _default: React.MemoExoticComponent<{
40
49
  skew?: import("react-native-svg").NumberArray | undefined;
41
50
  x?: import("react-native-svg").NumberArray | undefined;
42
51
  y?: import("react-native-svg").NumberArray | undefined;
43
- vectorEffect?: "none" | "inherit" | "default" | "non-scaling-stroke" | "nonScalingStroke" | "uri" | undefined;
44
52
  pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
45
53
  onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
46
54
  onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
@@ -63,11 +71,20 @@ declare const _default: React.MemoExoticComponent<{
63
71
  delayPressOut?: number | undefined;
64
72
  delayLongPress?: number | undefined;
65
73
  id?: string | undefined;
66
- marker?: string | undefined;
67
74
  markerStart?: string | undefined;
68
75
  markerMid?: string | undefined;
69
76
  markerEnd?: string | undefined;
70
- mask?: 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;
71
88
  hitSlop?: import("react-native").Insets | undefined;
72
89
  removeClippedSubviews?: boolean | undefined;
73
90
  nativeID?: string | undefined;
@@ -88,20 +105,20 @@ declare const _default: React.MemoExoticComponent<{
88
105
  onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
89
106
  onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
90
107
  onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
91
- accessible?: boolean | undefined;
92
108
  accessibilityActions?: readonly Readonly<{
93
109
  name: string;
94
110
  label?: string | undefined;
95
111
  }>[] | undefined;
96
- accessibilityLabel?: string | undefined;
97
112
  accessibilityRole?: import("react-native").AccessibilityRole | undefined;
98
113
  accessibilityState?: import("react-native").AccessibilityState | undefined;
99
114
  accessibilityHint?: string | undefined;
100
115
  accessibilityValue?: import("react-native").AccessibilityValue | undefined;
101
116
  onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
117
+ accessibilityLabelledBy?: string | string[] | undefined;
102
118
  accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
103
119
  importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
104
120
  accessibilityElementsHidden?: boolean | undefined;
121
+ accessibilityLanguage?: string | undefined;
105
122
  accessibilityViewIsModal?: boolean | undefined;
106
123
  onAccessibilityEscape?: (() => void) | undefined;
107
124
  onAccessibilityTap?: (() => void) | undefined;
@@ -2,12 +2,18 @@ import React from 'react';
2
2
  declare const _default: React.MemoExoticComponent<{
3
3
  (props: {
4
4
  readonly color?: import("../..").CommonComponentColor | undefined;
5
- readonly fill?: import("react-native-svg").Color | undefined;
5
+ fontFamily?: string | undefined;
6
+ fontSize?: import("react-native-svg").NumberProp | undefined;
7
+ fontWeight?: import("react-native-svg").FontWeight | undefined;
8
+ letterSpacing?: import("react-native-svg").NumberProp | undefined;
9
+ readonly fill?: import("react-native").ColorValue | undefined;
10
+ fontStyle?: import("react-native-svg").FontStyle | undefined;
6
11
  testID?: string | undefined;
12
+ fontVariant?: import("react-native-svg").FontVariant | undefined;
7
13
  opacity?: import("react-native-svg").NumberProp | undefined;
8
14
  readonly height?: import("react-native-svg").NumberProp | undefined;
9
15
  readonly width?: import("react-native-svg").NumberProp | undefined;
10
- transform?: string | import("react-native-svg").TransformObject | import("react-native-svg").ColumnMajorTransformMatrix | 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;
11
17
  rotation?: import("react-native-svg").NumberProp | undefined;
12
18
  scaleX?: import("react-native-svg").NumberProp | undefined;
13
19
  scaleY?: import("react-native-svg").NumberProp | undefined;
@@ -15,15 +21,18 @@ declare const _default: React.MemoExoticComponent<{
15
21
  translateY?: import("react-native-svg").NumberProp | undefined;
16
22
  readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
17
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;
18
28
  scale?: import("react-native-svg").NumberArray | undefined;
19
29
  skewX?: import("react-native-svg").NumberProp | undefined;
20
30
  skewY?: import("react-native-svg").NumberProp | undefined;
21
- title?: string | undefined;
22
31
  readonly viewBox?: string | undefined;
23
32
  preserveAspectRatio?: string | undefined;
24
33
  fillOpacity?: import("react-native-svg").NumberProp | undefined;
25
34
  fillRule?: import("react-native-svg").FillRule | undefined;
26
- stroke?: import("react-native-svg").Color | undefined;
35
+ stroke?: import("react-native").ColorValue | undefined;
27
36
  strokeWidth?: import("react-native-svg").NumberProp | undefined;
28
37
  strokeOpacity?: import("react-native-svg").NumberProp | undefined;
29
38
  strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
@@ -31,8 +40,8 @@ declare const _default: React.MemoExoticComponent<{
31
40
  strokeLinecap?: import("react-native-svg").Linecap | undefined;
32
41
  strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
33
42
  strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
43
+ vectorEffect?: import("react-native-svg").VectorEffect | undefined;
34
44
  clipRule?: import("react-native-svg").FillRule | undefined;
35
- clipPath?: string | undefined;
36
45
  translate?: import("react-native-svg").NumberArray | undefined;
37
46
  origin?: import("react-native-svg").NumberArray | undefined;
38
47
  originX?: import("react-native-svg").NumberProp | undefined;
@@ -40,7 +49,6 @@ declare const _default: React.MemoExoticComponent<{
40
49
  skew?: import("react-native-svg").NumberArray | undefined;
41
50
  x?: import("react-native-svg").NumberArray | undefined;
42
51
  y?: import("react-native-svg").NumberArray | undefined;
43
- vectorEffect?: "none" | "inherit" | "default" | "non-scaling-stroke" | "nonScalingStroke" | "uri" | undefined;
44
52
  pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
45
53
  onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
46
54
  onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
@@ -63,11 +71,20 @@ declare const _default: React.MemoExoticComponent<{
63
71
  delayPressOut?: number | undefined;
64
72
  delayLongPress?: number | undefined;
65
73
  id?: string | undefined;
66
- marker?: string | undefined;
67
74
  markerStart?: string | undefined;
68
75
  markerMid?: string | undefined;
69
76
  markerEnd?: string | undefined;
70
- mask?: 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;
71
88
  hitSlop?: import("react-native").Insets | undefined;
72
89
  removeClippedSubviews?: boolean | undefined;
73
90
  nativeID?: string | undefined;
@@ -88,20 +105,20 @@ declare const _default: React.MemoExoticComponent<{
88
105
  onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
89
106
  onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
90
107
  onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
91
- accessible?: boolean | undefined;
92
108
  accessibilityActions?: readonly Readonly<{
93
109
  name: string;
94
110
  label?: string | undefined;
95
111
  }>[] | undefined;
96
- accessibilityLabel?: string | undefined;
97
112
  accessibilityRole?: import("react-native").AccessibilityRole | undefined;
98
113
  accessibilityState?: import("react-native").AccessibilityState | undefined;
99
114
  accessibilityHint?: string | undefined;
100
115
  accessibilityValue?: import("react-native").AccessibilityValue | undefined;
101
116
  onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
117
+ accessibilityLabelledBy?: string | string[] | undefined;
102
118
  accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
103
119
  importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
104
120
  accessibilityElementsHidden?: boolean | undefined;
121
+ accessibilityLanguage?: string | undefined;
105
122
  accessibilityViewIsModal?: boolean | undefined;
106
123
  onAccessibilityEscape?: (() => void) | undefined;
107
124
  onAccessibilityTap?: (() => void) | undefined;
@@ -2,12 +2,18 @@ import React from 'react';
2
2
  declare const _default: React.MemoExoticComponent<{
3
3
  (props: {
4
4
  readonly color?: import("../..").CommonComponentColor | undefined;
5
- readonly fill?: import("react-native-svg").Color | undefined;
5
+ fontFamily?: string | undefined;
6
+ fontSize?: import("react-native-svg").NumberProp | undefined;
7
+ fontWeight?: import("react-native-svg").FontWeight | undefined;
8
+ letterSpacing?: import("react-native-svg").NumberProp | undefined;
9
+ readonly fill?: import("react-native").ColorValue | undefined;
10
+ fontStyle?: import("react-native-svg").FontStyle | undefined;
6
11
  testID?: string | undefined;
12
+ fontVariant?: import("react-native-svg").FontVariant | undefined;
7
13
  opacity?: import("react-native-svg").NumberProp | undefined;
8
14
  readonly height?: import("react-native-svg").NumberProp | undefined;
9
15
  readonly width?: import("react-native-svg").NumberProp | undefined;
10
- transform?: string | import("react-native-svg").TransformObject | import("react-native-svg").ColumnMajorTransformMatrix | 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;
11
17
  rotation?: import("react-native-svg").NumberProp | undefined;
12
18
  scaleX?: import("react-native-svg").NumberProp | undefined;
13
19
  scaleY?: import("react-native-svg").NumberProp | undefined;
@@ -15,15 +21,18 @@ declare const _default: React.MemoExoticComponent<{
15
21
  translateY?: import("react-native-svg").NumberProp | undefined;
16
22
  readonly style?: import("@emotion/native").ReactNativeStyle | import("@emotion/native").ReactNativeStyle[] | undefined;
17
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;
18
28
  scale?: import("react-native-svg").NumberArray | undefined;
19
29
  skewX?: import("react-native-svg").NumberProp | undefined;
20
30
  skewY?: import("react-native-svg").NumberProp | undefined;
21
- title?: string | undefined;
22
31
  readonly viewBox?: string | undefined;
23
32
  preserveAspectRatio?: string | undefined;
24
33
  fillOpacity?: import("react-native-svg").NumberProp | undefined;
25
34
  fillRule?: import("react-native-svg").FillRule | undefined;
26
- stroke?: import("react-native-svg").Color | undefined;
35
+ stroke?: import("react-native").ColorValue | undefined;
27
36
  strokeWidth?: import("react-native-svg").NumberProp | undefined;
28
37
  strokeOpacity?: import("react-native-svg").NumberProp | undefined;
29
38
  strokeDasharray?: import("react-native-svg").NumberProp | readonly import("react-native-svg").NumberProp[] | undefined;
@@ -31,8 +40,8 @@ declare const _default: React.MemoExoticComponent<{
31
40
  strokeLinecap?: import("react-native-svg").Linecap | undefined;
32
41
  strokeLinejoin?: import("react-native-svg").Linejoin | undefined;
33
42
  strokeMiterlimit?: import("react-native-svg").NumberProp | undefined;
43
+ vectorEffect?: import("react-native-svg").VectorEffect | undefined;
34
44
  clipRule?: import("react-native-svg").FillRule | undefined;
35
- clipPath?: string | undefined;
36
45
  translate?: import("react-native-svg").NumberArray | undefined;
37
46
  origin?: import("react-native-svg").NumberArray | undefined;
38
47
  originX?: import("react-native-svg").NumberProp | undefined;
@@ -40,7 +49,6 @@ declare const _default: React.MemoExoticComponent<{
40
49
  skew?: import("react-native-svg").NumberArray | undefined;
41
50
  x?: import("react-native-svg").NumberArray | undefined;
42
51
  y?: import("react-native-svg").NumberArray | undefined;
43
- vectorEffect?: "none" | "inherit" | "default" | "non-scaling-stroke" | "nonScalingStroke" | "uri" | undefined;
44
52
  pointerEvents?: "auto" | "none" | "box-none" | "box-only" | undefined;
45
53
  onStartShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
46
54
  onMoveShouldSetResponder?: ((event: import("react-native").GestureResponderEvent) => boolean) | undefined;
@@ -63,11 +71,20 @@ declare const _default: React.MemoExoticComponent<{
63
71
  delayPressOut?: number | undefined;
64
72
  delayLongPress?: number | undefined;
65
73
  id?: string | undefined;
66
- marker?: string | undefined;
67
74
  markerStart?: string | undefined;
68
75
  markerMid?: string | undefined;
69
76
  markerEnd?: string | undefined;
70
- mask?: 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;
71
88
  hitSlop?: import("react-native").Insets | undefined;
72
89
  removeClippedSubviews?: boolean | undefined;
73
90
  nativeID?: string | undefined;
@@ -88,20 +105,20 @@ declare const _default: React.MemoExoticComponent<{
88
105
  onTouchEnd?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
89
106
  onTouchCancel?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
90
107
  onTouchEndCapture?: ((event: import("react-native").GestureResponderEvent) => void) | undefined;
91
- accessible?: boolean | undefined;
92
108
  accessibilityActions?: readonly Readonly<{
93
109
  name: string;
94
110
  label?: string | undefined;
95
111
  }>[] | undefined;
96
- accessibilityLabel?: string | undefined;
97
112
  accessibilityRole?: import("react-native").AccessibilityRole | undefined;
98
113
  accessibilityState?: import("react-native").AccessibilityState | undefined;
99
114
  accessibilityHint?: string | undefined;
100
115
  accessibilityValue?: import("react-native").AccessibilityValue | undefined;
101
116
  onAccessibilityAction?: ((event: import("react-native").AccessibilityActionEvent) => void) | undefined;
117
+ accessibilityLabelledBy?: string | string[] | undefined;
102
118
  accessibilityLiveRegion?: "none" | "polite" | "assertive" | undefined;
103
119
  importantForAccessibility?: "auto" | "yes" | "no" | "no-hide-descendants" | undefined;
104
120
  accessibilityElementsHidden?: boolean | undefined;
121
+ accessibilityLanguage?: string | undefined;
105
122
  accessibilityViewIsModal?: boolean | undefined;
106
123
  onAccessibilityEscape?: (() => void) | undefined;
107
124
  onAccessibilityTap?: (() => void) | undefined;