@fountain-ui/core 2.0.0-beta.98 → 3.0.0-alpha.2

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 (789) hide show
  1. package/build/commonjs/Accordion/Accordion.js +0 -1
  2. package/build/commonjs/Accordion/Accordion.js.map +1 -1
  3. package/build/commonjs/Accordion/index.js +10 -2
  4. package/build/commonjs/Accordion/index.js.map +1 -1
  5. package/build/commonjs/Accordion/useVariantStyleMap.js +6 -6
  6. package/build/commonjs/Accordion/useVariantStyleMap.js.map +1 -1
  7. package/build/commonjs/AppBar/AppBar.js +8 -8
  8. package/build/commonjs/AppBar/AppBar.js.map +1 -1
  9. package/build/commonjs/AppBar/AppBarProps.js +7 -0
  10. package/build/commonjs/AppBar/AppBarProps.js.map +1 -1
  11. package/build/commonjs/AppBar/index.js +8 -0
  12. package/build/commonjs/AppBar/index.js.map +1 -1
  13. package/build/commonjs/Badge/index.js +28 -2
  14. package/build/commonjs/Badge/index.js.map +1 -1
  15. package/build/commonjs/Badge/useVariantStyleMap.js +15 -6
  16. package/build/commonjs/Badge/useVariantStyleMap.js.map +1 -1
  17. package/build/commonjs/{PaginationItem/LegacyPaginationItem.js → BottomSheetActions/BottomSheetActions.js} +10 -23
  18. package/build/commonjs/BottomSheetActions/BottomSheetActions.js.map +1 -0
  19. package/build/commonjs/BottomSheetActions/BottomSheetActionsProps.js +2 -0
  20. package/build/commonjs/BottomSheetActions/BottomSheetActionsProps.js.map +1 -0
  21. package/build/commonjs/BottomSheetActions/index.js +16 -0
  22. package/build/commonjs/BottomSheetActions/index.js.map +1 -0
  23. package/build/commonjs/{SvgIcon/LegacySvgIcon.js → BottomSheetContent/BottomSheetContent.js} +23 -23
  24. package/build/commonjs/BottomSheetContent/BottomSheetContent.js.map +1 -0
  25. package/build/commonjs/BottomSheetContent/BottomSheetContentProps.js +2 -0
  26. package/build/commonjs/BottomSheetContent/BottomSheetContentProps.js.map +1 -0
  27. package/build/commonjs/BottomSheetContent/index.js +16 -0
  28. package/build/commonjs/BottomSheetContent/index.js.map +1 -0
  29. package/build/commonjs/BottomSheetTitle/BottomSheetTitle.js +73 -0
  30. package/build/commonjs/BottomSheetTitle/BottomSheetTitle.js.map +1 -0
  31. package/build/commonjs/BottomSheetTitle/BottomSheetTitleProps.js +2 -0
  32. package/build/commonjs/BottomSheetTitle/BottomSheetTitleProps.js.map +1 -0
  33. package/build/commonjs/{CheckboxGroup → BottomSheetTitle}/index.js +2 -2
  34. package/build/commonjs/BottomSheetTitle/index.js.map +1 -0
  35. package/build/commonjs/Button/Button.js +5 -8
  36. package/build/commonjs/Button/Button.js.map +1 -1
  37. package/build/commonjs/Button/ButtonProps.js +7 -7
  38. package/build/commonjs/Button/ButtonProps.js.map +1 -1
  39. package/build/commonjs/Button/index.js +22 -2
  40. package/build/commonjs/Button/index.js.map +1 -1
  41. package/build/commonjs/Button/useVariantStyleMap.js +4 -0
  42. package/build/commonjs/Button/useVariantStyleMap.js.map +1 -1
  43. package/build/commonjs/Checkbox/Checkbox.js +1 -2
  44. package/build/commonjs/Checkbox/Checkbox.js.map +1 -1
  45. package/build/commonjs/Checkbox/index.js +10 -2
  46. package/build/commonjs/Checkbox/index.js.map +1 -1
  47. package/build/commonjs/Checkbox/useVariantStyleMap.js +4 -1
  48. package/build/commonjs/Checkbox/useVariantStyleMap.js.map +1 -1
  49. package/build/commonjs/Chip/index.js +16 -2
  50. package/build/commonjs/Chip/index.js.map +1 -1
  51. package/build/commonjs/Chip/useChipStyle.js +3 -7
  52. package/build/commonjs/Chip/useChipStyle.js.map +1 -1
  53. package/build/commonjs/Dialog/Dialog.js +10 -21
  54. package/build/commonjs/Dialog/Dialog.js.map +1 -1
  55. package/build/commonjs/Dialog/DialogContext.js +19 -0
  56. package/build/commonjs/Dialog/DialogContext.js.map +1 -0
  57. package/build/commonjs/Dialog/index.js +32 -2
  58. package/build/commonjs/Dialog/index.js.map +1 -1
  59. package/build/commonjs/Dialog/useDialogSectionStyle.js +40 -0
  60. package/build/commonjs/Dialog/useDialogSectionStyle.js.map +1 -0
  61. package/build/commonjs/Dialog/useDialogStyle.js +16 -18
  62. package/build/commonjs/Dialog/useDialogStyle.js.map +1 -1
  63. package/build/commonjs/DialogActions/DialogActions.js +17 -2
  64. package/build/commonjs/DialogActions/DialogActions.js.map +1 -1
  65. package/build/commonjs/DialogActions/index.js +2 -2
  66. package/build/commonjs/DialogActions/index.js.map +1 -1
  67. package/build/commonjs/DialogContent/DialogContent.js +6 -3
  68. package/build/commonjs/DialogContent/DialogContent.js.map +1 -1
  69. package/build/commonjs/DialogContent/index.js +2 -2
  70. package/build/commonjs/DialogContent/index.js.map +1 -1
  71. package/build/commonjs/DialogMedia/DialogMedia.js +1 -0
  72. package/build/commonjs/DialogMedia/DialogMedia.js.map +1 -1
  73. package/build/commonjs/DialogMedia/index.js +2 -2
  74. package/build/commonjs/DialogMedia/index.js.map +1 -1
  75. package/build/commonjs/DialogTitle/DialogTitle.js +4 -1
  76. package/build/commonjs/DialogTitle/DialogTitle.js.map +1 -1
  77. package/build/commonjs/DialogTitle/index.js +2 -2
  78. package/build/commonjs/DialogTitle/index.js.map +1 -1
  79. package/build/commonjs/Divider/Divider.js +1 -1
  80. package/build/commonjs/Divider/Divider.js.map +1 -1
  81. package/build/commonjs/Divider/DividerProps.js +3 -3
  82. package/build/commonjs/Divider/DividerProps.js.map +1 -1
  83. package/build/commonjs/Divider/index.js +16 -2
  84. package/build/commonjs/Divider/index.js.map +1 -1
  85. package/build/commonjs/Empty/Empty.js +3 -4
  86. package/build/commonjs/Empty/Empty.js.map +1 -1
  87. package/build/commonjs/IconButton/IconButton.js +26 -2
  88. package/build/commonjs/IconButton/IconButton.js.map +1 -1
  89. package/build/commonjs/IconButton/IconButtonProps.js.map +1 -1
  90. package/build/commonjs/IconButton/index.js +10 -2
  91. package/build/commonjs/IconButton/index.js.map +1 -1
  92. package/build/commonjs/ListItemText/ListItemText.js +4 -4
  93. package/build/commonjs/ListItemText/ListItemText.js.map +1 -1
  94. package/build/commonjs/ListSubheader/ListSubheader.js +2 -2
  95. package/build/commonjs/ListSubheader/ListSubheader.js.map +1 -1
  96. package/build/commonjs/Pagination/Pagination.js +0 -4
  97. package/build/commonjs/Pagination/Pagination.js.map +1 -1
  98. package/build/commonjs/Pagination/index.js +10 -2
  99. package/build/commonjs/Pagination/index.js.map +1 -1
  100. package/build/commonjs/Radio/Radio.js +2 -3
  101. package/build/commonjs/Radio/Radio.js.map +1 -1
  102. package/build/commonjs/Radio/index.js +2 -2
  103. package/build/commonjs/Radio/index.js.map +1 -1
  104. package/build/commonjs/RadioGroup/index.js +2 -2
  105. package/build/commonjs/RadioGroup/index.js.map +1 -1
  106. package/build/commonjs/ShadowView/ShadowView.native.js +17 -5
  107. package/build/commonjs/ShadowView/ShadowView.native.js.map +1 -1
  108. package/build/commonjs/Snackbar/Snackbar.js +1 -1
  109. package/build/commonjs/Snackbar/Snackbar.js.map +1 -1
  110. package/build/commonjs/Snackbar/index.js +10 -2
  111. package/build/commonjs/Snackbar/index.js.map +1 -1
  112. package/build/commonjs/SnackbarContent/SnackbarContent.js +12 -4
  113. package/build/commonjs/SnackbarContent/SnackbarContent.js.map +1 -1
  114. package/build/commonjs/SnackbarContent/StatusIcon.js +0 -2
  115. package/build/commonjs/SnackbarContent/StatusIcon.js.map +1 -1
  116. package/build/commonjs/SnackbarContent/index.js +2 -2
  117. package/build/commonjs/SnackbarContent/index.js.map +1 -1
  118. package/build/commonjs/SvgIcon/index.js +16 -2
  119. package/build/commonjs/SvgIcon/index.js.map +1 -1
  120. package/build/commonjs/Tab/Tab.js +1 -1
  121. package/build/commonjs/Tab/Tab.js.map +1 -1
  122. package/build/commonjs/Tab/index.js +2 -2
  123. package/build/commonjs/Tab/index.js.map +1 -1
  124. package/build/commonjs/TabBase/index.js +2 -2
  125. package/build/commonjs/TabBase/index.js.map +1 -1
  126. package/build/commonjs/Tabs/Tabs.js +15 -3
  127. package/build/commonjs/Tabs/Tabs.js.map +1 -1
  128. package/build/commonjs/Tabs/TabsProps.js +3 -1
  129. package/build/commonjs/Tabs/TabsProps.js.map +1 -1
  130. package/build/commonjs/Tabs/index.js +16 -2
  131. package/build/commonjs/Tabs/index.js.map +1 -1
  132. package/build/commonjs/TextField/TextField.js +0 -1
  133. package/build/commonjs/TextField/TextField.js.map +1 -1
  134. package/build/commonjs/TextField/index.js +10 -2
  135. package/build/commonjs/TextField/index.js.map +1 -1
  136. package/build/commonjs/Toggle/Toggle.js +5 -3
  137. package/build/commonjs/Toggle/Toggle.js.map +1 -1
  138. package/build/commonjs/Toolbar/Toolbar.js +17 -6
  139. package/build/commonjs/Toolbar/Toolbar.js.map +1 -1
  140. package/build/commonjs/Toolbar/ToolbarProps.js +7 -0
  141. package/build/commonjs/Toolbar/ToolbarProps.js.map +1 -1
  142. package/build/commonjs/Toolbar/index.js +8 -0
  143. package/build/commonjs/Toolbar/index.js.map +1 -1
  144. package/build/commonjs/Tooltip/Tooltip.js +1 -2
  145. package/build/commonjs/Tooltip/Tooltip.js.map +1 -1
  146. package/build/commonjs/Tooltip/index.js +22 -2
  147. package/build/commonjs/Tooltip/index.js.map +1 -1
  148. package/build/commonjs/Typography/index.js +10 -2
  149. package/build/commonjs/Typography/index.js.map +1 -1
  150. package/build/commonjs/index.js +63 -21
  151. package/build/commonjs/index.js.map +1 -1
  152. package/build/commonjs/internal/icons/LoadingSpinner/index.js +14 -4
  153. package/build/commonjs/internal/icons/LoadingSpinner/index.js.map +1 -1
  154. package/build/commonjs/internal/icons/LoadingSpinner/index.native.js +14 -4
  155. package/build/commonjs/internal/icons/LoadingSpinner/index.native.js.map +1 -1
  156. package/build/commonjs/utils/createSvgIcon.js +2 -10
  157. package/build/commonjs/utils/createSvgIcon.js.map +1 -1
  158. package/build/module/Accordion/Accordion.js +0 -1
  159. package/build/module/Accordion/Accordion.js.map +1 -1
  160. package/build/module/Accordion/index.js +2 -1
  161. package/build/module/Accordion/index.js.map +1 -1
  162. package/build/module/Accordion/useVariantStyleMap.js +6 -6
  163. package/build/module/Accordion/useVariantStyleMap.js.map +1 -1
  164. package/build/module/AppBar/AppBar.js +8 -8
  165. package/build/module/AppBar/AppBar.js.map +1 -1
  166. package/build/module/AppBar/AppBarProps.js +1 -1
  167. package/build/module/AppBar/AppBarProps.js.map +1 -1
  168. package/build/module/AppBar/index.js +1 -0
  169. package/build/module/AppBar/index.js.map +1 -1
  170. package/build/module/Badge/index.js +2 -1
  171. package/build/module/Badge/index.js.map +1 -1
  172. package/build/module/Badge/useVariantStyleMap.js +15 -6
  173. package/build/module/Badge/useVariantStyleMap.js.map +1 -1
  174. package/build/module/{PaginationItem/LegacyPaginationItem.js → BottomSheetActions/BottomSheetActions.js} +9 -20
  175. package/build/module/BottomSheetActions/BottomSheetActions.js.map +1 -0
  176. package/build/module/BottomSheetActions/BottomSheetActionsProps.js +2 -0
  177. package/build/module/BottomSheetActions/BottomSheetActionsProps.js.map +1 -0
  178. package/build/module/BottomSheetActions/index.js +2 -0
  179. package/build/module/BottomSheetActions/index.js.map +1 -0
  180. package/build/module/BottomSheetContent/BottomSheetContent.js +32 -0
  181. package/build/module/BottomSheetContent/BottomSheetContent.js.map +1 -0
  182. package/build/module/BottomSheetContent/BottomSheetContentProps.js +2 -0
  183. package/build/module/BottomSheetContent/BottomSheetContentProps.js.map +1 -0
  184. package/build/module/BottomSheetContent/index.js +2 -0
  185. package/build/module/BottomSheetContent/index.js.map +1 -0
  186. package/build/module/BottomSheetTitle/BottomSheetTitle.js +60 -0
  187. package/build/module/BottomSheetTitle/BottomSheetTitle.js.map +1 -0
  188. package/build/module/BottomSheetTitle/BottomSheetTitleProps.js +2 -0
  189. package/build/module/BottomSheetTitle/BottomSheetTitleProps.js.map +1 -0
  190. package/build/module/BottomSheetTitle/index.js +2 -0
  191. package/build/module/BottomSheetTitle/index.js.map +1 -0
  192. package/build/module/Button/Button.js +6 -9
  193. package/build/module/Button/Button.js.map +1 -1
  194. package/build/module/Button/ButtonProps.js +3 -3
  195. package/build/module/Button/ButtonProps.js.map +1 -1
  196. package/build/module/Button/index.js +2 -1
  197. package/build/module/Button/index.js.map +1 -1
  198. package/build/module/Button/useVariantStyleMap.js +4 -0
  199. package/build/module/Button/useVariantStyleMap.js.map +1 -1
  200. package/build/module/Checkbox/Checkbox.js +1 -2
  201. package/build/module/Checkbox/Checkbox.js.map +1 -1
  202. package/build/module/Checkbox/index.js +2 -1
  203. package/build/module/Checkbox/index.js.map +1 -1
  204. package/build/module/Checkbox/useVariantStyleMap.js +4 -1
  205. package/build/module/Checkbox/useVariantStyleMap.js.map +1 -1
  206. package/build/module/Chip/index.js +2 -1
  207. package/build/module/Chip/index.js.map +1 -1
  208. package/build/module/Chip/useChipStyle.js +3 -7
  209. package/build/module/Chip/useChipStyle.js.map +1 -1
  210. package/build/module/Dialog/Dialog.js +11 -19
  211. package/build/module/Dialog/Dialog.js.map +1 -1
  212. package/build/module/Dialog/DialogContext.js +7 -0
  213. package/build/module/Dialog/DialogContext.js.map +1 -0
  214. package/build/module/Dialog/index.js +4 -1
  215. package/build/module/Dialog/index.js.map +1 -1
  216. package/build/module/Dialog/useDialogSectionStyle.js +29 -0
  217. package/build/module/Dialog/useDialogSectionStyle.js.map +1 -0
  218. package/build/module/Dialog/useDialogStyle.js +16 -18
  219. package/build/module/Dialog/useDialogStyle.js.map +1 -1
  220. package/build/module/DialogActions/DialogActions.js +18 -3
  221. package/build/module/DialogActions/DialogActions.js.map +1 -1
  222. package/build/module/DialogActions/index.js +1 -1
  223. package/build/module/DialogActions/index.js.map +1 -1
  224. package/build/module/DialogContent/DialogContent.js +5 -3
  225. package/build/module/DialogContent/DialogContent.js.map +1 -1
  226. package/build/module/DialogContent/index.js +1 -1
  227. package/build/module/DialogContent/index.js.map +1 -1
  228. package/build/module/DialogMedia/DialogMedia.js +1 -0
  229. package/build/module/DialogMedia/DialogMedia.js.map +1 -1
  230. package/build/module/DialogMedia/index.js +1 -1
  231. package/build/module/DialogMedia/index.js.map +1 -1
  232. package/build/module/DialogTitle/DialogTitle.js +3 -1
  233. package/build/module/DialogTitle/DialogTitle.js.map +1 -1
  234. package/build/module/DialogTitle/index.js +1 -1
  235. package/build/module/DialogTitle/index.js.map +1 -1
  236. package/build/module/Divider/Divider.js +1 -1
  237. package/build/module/Divider/Divider.js.map +1 -1
  238. package/build/module/Divider/DividerProps.js +1 -1
  239. package/build/module/Divider/DividerProps.js.map +1 -1
  240. package/build/module/Divider/index.js +2 -1
  241. package/build/module/Divider/index.js.map +1 -1
  242. package/build/module/Empty/Empty.js +3 -4
  243. package/build/module/Empty/Empty.js.map +1 -1
  244. package/build/module/IconButton/IconButton.js +25 -3
  245. package/build/module/IconButton/IconButton.js.map +1 -1
  246. package/build/module/IconButton/IconButtonProps.js.map +1 -1
  247. package/build/module/IconButton/index.js +2 -1
  248. package/build/module/IconButton/index.js.map +1 -1
  249. package/build/module/ListItemText/ListItemText.js +4 -4
  250. package/build/module/ListItemText/ListItemText.js.map +1 -1
  251. package/build/module/ListSubheader/ListSubheader.js +2 -2
  252. package/build/module/ListSubheader/ListSubheader.js.map +1 -1
  253. package/build/module/Pagination/Pagination.js +0 -4
  254. package/build/module/Pagination/Pagination.js.map +1 -1
  255. package/build/module/Pagination/index.js +2 -1
  256. package/build/module/Pagination/index.js.map +1 -1
  257. package/build/module/Radio/Radio.js +2 -3
  258. package/build/module/Radio/Radio.js.map +1 -1
  259. package/build/module/Radio/index.js +1 -1
  260. package/build/module/Radio/index.js.map +1 -1
  261. package/build/module/RadioGroup/index.js +1 -1
  262. package/build/module/RadioGroup/index.js.map +1 -1
  263. package/build/module/ShadowView/ShadowView.native.js +17 -5
  264. package/build/module/ShadowView/ShadowView.native.js.map +1 -1
  265. package/build/module/Snackbar/Snackbar.js +1 -1
  266. package/build/module/Snackbar/Snackbar.js.map +1 -1
  267. package/build/module/Snackbar/index.js +2 -1
  268. package/build/module/Snackbar/index.js.map +1 -1
  269. package/build/module/SnackbarContent/SnackbarContent.js +13 -5
  270. package/build/module/SnackbarContent/SnackbarContent.js.map +1 -1
  271. package/build/module/SnackbarContent/StatusIcon.js +0 -2
  272. package/build/module/SnackbarContent/StatusIcon.js.map +1 -1
  273. package/build/module/SnackbarContent/index.js +1 -1
  274. package/build/module/SnackbarContent/index.js.map +1 -1
  275. package/build/module/SvgIcon/index.js +2 -1
  276. package/build/module/SvgIcon/index.js.map +1 -1
  277. package/build/module/Tab/Tab.js +1 -1
  278. package/build/module/Tab/Tab.js.map +1 -1
  279. package/build/module/Tab/index.js +1 -1
  280. package/build/module/Tab/index.js.map +1 -1
  281. package/build/module/TabBase/index.js +1 -1
  282. package/build/module/TabBase/index.js.map +1 -1
  283. package/build/module/Tabs/Tabs.js +15 -3
  284. package/build/module/Tabs/Tabs.js.map +1 -1
  285. package/build/module/Tabs/TabsProps.js +1 -0
  286. package/build/module/Tabs/TabsProps.js.map +1 -1
  287. package/build/module/Tabs/index.js +2 -1
  288. package/build/module/Tabs/index.js.map +1 -1
  289. package/build/module/TextField/TextField.js +0 -1
  290. package/build/module/TextField/TextField.js.map +1 -1
  291. package/build/module/TextField/index.js +2 -1
  292. package/build/module/TextField/index.js.map +1 -1
  293. package/build/module/Toggle/Toggle.js +5 -3
  294. package/build/module/Toggle/Toggle.js.map +1 -1
  295. package/build/module/Toolbar/Toolbar.js +16 -6
  296. package/build/module/Toolbar/Toolbar.js.map +1 -1
  297. package/build/module/Toolbar/ToolbarProps.js +1 -1
  298. package/build/module/Toolbar/ToolbarProps.js.map +1 -1
  299. package/build/module/Toolbar/index.js +1 -0
  300. package/build/module/Toolbar/index.js.map +1 -1
  301. package/build/module/Tooltip/Tooltip.js +1 -2
  302. package/build/module/Tooltip/Tooltip.js.map +1 -1
  303. package/build/module/Tooltip/index.js +2 -1
  304. package/build/module/Tooltip/index.js.map +1 -1
  305. package/build/module/Typography/index.js +2 -1
  306. package/build/module/Typography/index.js.map +1 -1
  307. package/build/module/index.js +6 -2
  308. package/build/module/index.js.map +1 -1
  309. package/build/module/internal/icons/LoadingSpinner/index.js +13 -4
  310. package/build/module/internal/icons/LoadingSpinner/index.js.map +1 -1
  311. package/build/module/internal/icons/LoadingSpinner/index.native.js +13 -4
  312. package/build/module/internal/icons/LoadingSpinner/index.native.js.map +1 -1
  313. package/build/module/utils/createSvgIcon.js +2 -9
  314. package/build/module/utils/createSvgIcon.js.map +1 -1
  315. package/build/typescript/Accordion/index.d.ts +3 -2
  316. package/build/typescript/AppBar/AppBarProps.d.ts +2 -1
  317. package/build/typescript/AppBar/index.d.ts +1 -0
  318. package/build/typescript/Badge/index.d.ts +3 -2
  319. package/build/typescript/BottomSheetActions/BottomSheetActions.d.ts +3 -0
  320. package/build/typescript/BottomSheetActions/BottomSheetActionsProps.d.ts +4 -0
  321. package/build/typescript/BottomSheetActions/index.d.ts +2 -0
  322. package/build/typescript/BottomSheetContent/BottomSheetContent.d.ts +3 -0
  323. package/build/typescript/BottomSheetContent/BottomSheetContentProps.d.ts +4 -0
  324. package/build/typescript/BottomSheetContent/index.d.ts +2 -0
  325. package/build/typescript/BottomSheetTitle/BottomSheetTitle.d.ts +3 -0
  326. package/build/typescript/BottomSheetTitle/BottomSheetTitleProps.d.ts +12 -0
  327. package/build/typescript/BottomSheetTitle/index.d.ts +2 -0
  328. package/build/typescript/Button/ButtonProps.d.ts +6 -6
  329. package/build/typescript/Button/index.d.ts +3 -2
  330. package/build/typescript/Checkbox/index.d.ts +3 -2
  331. package/build/typescript/Chip/index.d.ts +3 -2
  332. package/build/typescript/Dialog/DialogContext.d.ts +7 -0
  333. package/build/typescript/Dialog/index.d.ts +5 -2
  334. package/build/typescript/Dialog/useDialogSectionStyle.d.ts +2 -0
  335. package/build/typescript/Dialog/useDialogStyle.d.ts +1 -1
  336. package/build/typescript/DialogActions/index.d.ts +1 -1
  337. package/build/typescript/DialogContent/index.d.ts +2 -2
  338. package/build/typescript/DialogMedia/index.d.ts +2 -2
  339. package/build/typescript/DialogTitle/index.d.ts +2 -2
  340. package/build/typescript/Divider/DividerProps.d.ts +3 -3
  341. package/build/typescript/Divider/index.d.ts +3 -2
  342. package/build/typescript/IconButton/IconButtonProps.d.ts +5 -0
  343. package/build/typescript/IconButton/index.d.ts +3 -2
  344. package/build/typescript/Pagination/index.d.ts +3 -2
  345. package/build/typescript/Radio/index.d.ts +2 -2
  346. package/build/typescript/RadioGroup/index.d.ts +1 -1
  347. package/build/typescript/Snackbar/index.d.ts +3 -2
  348. package/build/typescript/SnackbarContent/index.d.ts +2 -2
  349. package/build/typescript/SvgIcon/index.d.ts +3 -2
  350. package/build/typescript/Tab/index.d.ts +2 -2
  351. package/build/typescript/TabBase/index.d.ts +1 -1
  352. package/build/typescript/Tabs/Tabs.d.ts +1 -1
  353. package/build/typescript/Tabs/TabsProps.d.ts +8 -1
  354. package/build/typescript/Tabs/index.d.ts +3 -2
  355. package/build/typescript/TextField/index.d.ts +3 -2
  356. package/build/typescript/Toolbar/ToolbarProps.d.ts +9 -2
  357. package/build/typescript/Toolbar/index.d.ts +1 -0
  358. package/build/typescript/Tooltip/index.d.ts +3 -2
  359. package/build/typescript/Typography/index.d.ts +3 -2
  360. package/build/typescript/index.d.ts +6 -2
  361. package/build/typescript/internal/icons/Check.d.ts +125 -2
  362. package/build/typescript/internal/icons/CheckCircle.d.ts +125 -2
  363. package/build/typescript/internal/icons/Checkbox.d.ts +125 -2
  364. package/build/typescript/internal/icons/CheckboxChecked.d.ts +125 -2
  365. package/build/typescript/internal/icons/CheckboxOn.d.ts +125 -2
  366. package/build/typescript/internal/icons/ChevronDown.d.ts +125 -2
  367. package/build/typescript/internal/icons/ChevronLeft.d.ts +125 -2
  368. package/build/typescript/internal/icons/ChevronRight.d.ts +125 -2
  369. package/build/typescript/internal/icons/Clear.d.ts +125 -2
  370. package/build/typescript/internal/icons/Close.d.ts +125 -2
  371. package/build/typescript/internal/icons/EyeOff.d.ts +125 -2
  372. package/build/typescript/internal/icons/EyeOn.d.ts +125 -2
  373. package/build/typescript/internal/icons/InfoCircle.d.ts +125 -2
  374. package/build/typescript/internal/icons/Radio.d.ts +125 -2
  375. package/build/typescript/internal/icons/RadioChecked.d.ts +125 -2
  376. package/build/typescript/internal/icons/Search.d.ts +125 -2
  377. package/build/typescript/utils/createSvgIcon.d.ts +1 -5
  378. package/package.json +4 -4
  379. package/src/Accordion/Accordion.tsx +0 -1
  380. package/src/Accordion/index.ts +3 -2
  381. package/src/Accordion/useVariantStyleMap.ts +4 -4
  382. package/src/AppBar/AppBar.tsx +7 -13
  383. package/src/AppBar/AppBarProps.ts +2 -1
  384. package/src/AppBar/index.ts +2 -1
  385. package/src/Badge/index.ts +13 -2
  386. package/src/Badge/useVariantStyleMap.ts +17 -7
  387. package/src/BottomSheetActions/BottomSheetActions.tsx +42 -0
  388. package/src/BottomSheetActions/BottomSheetActionsProps.ts +4 -0
  389. package/src/BottomSheetActions/index.ts +2 -0
  390. package/src/BottomSheetContent/BottomSheetContent.tsx +45 -0
  391. package/src/BottomSheetContent/BottomSheetContentProps.ts +4 -0
  392. package/src/BottomSheetContent/index.ts +2 -0
  393. package/src/BottomSheetTitle/BottomSheetTitle.tsx +83 -0
  394. package/src/BottomSheetTitle/BottomSheetTitleProps.ts +12 -0
  395. package/src/BottomSheetTitle/index.ts +2 -0
  396. package/src/Button/Button.tsx +11 -13
  397. package/src/Button/ButtonProps.ts +6 -6
  398. package/src/Button/index.ts +3 -2
  399. package/src/Button/useVariantStyleMap.ts +4 -0
  400. package/src/Checkbox/Checkbox.tsx +1 -2
  401. package/src/Checkbox/index.ts +3 -2
  402. package/src/Checkbox/useVariantStyleMap.ts +3 -0
  403. package/src/Chip/index.ts +3 -2
  404. package/src/Chip/useChipStyle.ts +2 -6
  405. package/src/Dialog/Dialog.tsx +9 -19
  406. package/src/Dialog/DialogContext.tsx +14 -0
  407. package/src/Dialog/index.ts +5 -2
  408. package/src/Dialog/useDialogSectionStyle.ts +31 -0
  409. package/src/Dialog/useDialogStyle.ts +14 -22
  410. package/src/DialogActions/DialogActions.tsx +28 -3
  411. package/src/DialogActions/index.ts +1 -1
  412. package/src/DialogContent/DialogContent.tsx +6 -2
  413. package/src/DialogContent/index.ts +2 -2
  414. package/src/DialogMedia/DialogMedia.tsx +1 -0
  415. package/src/DialogMedia/index.ts +2 -2
  416. package/src/DialogTitle/DialogTitle.tsx +4 -0
  417. package/src/DialogTitle/index.ts +2 -2
  418. package/src/Divider/Divider.tsx +1 -1
  419. package/src/Divider/DividerProps.ts +3 -3
  420. package/src/Divider/index.ts +3 -2
  421. package/src/Empty/Empty.tsx +3 -5
  422. package/src/IconButton/IconButton.tsx +33 -3
  423. package/src/IconButton/IconButtonProps.ts +6 -0
  424. package/src/IconButton/index.ts +3 -2
  425. package/src/ListItemText/ListItemText.tsx +4 -4
  426. package/src/ListSubheader/ListSubheader.tsx +2 -2
  427. package/src/Pagination/Pagination.tsx +0 -4
  428. package/src/Pagination/index.ts +3 -2
  429. package/src/Radio/Radio.tsx +2 -5
  430. package/src/Radio/index.ts +2 -2
  431. package/src/RadioGroup/index.ts +1 -1
  432. package/src/ShadowView/ShadowView.native.tsx +21 -10
  433. package/src/Snackbar/Snackbar.tsx +1 -1
  434. package/src/Snackbar/index.ts +3 -2
  435. package/src/SnackbarContent/SnackbarContent.tsx +18 -10
  436. package/src/SnackbarContent/StatusIcon.tsx +0 -2
  437. package/src/SnackbarContent/index.ts +2 -2
  438. package/src/SvgIcon/index.ts +3 -2
  439. package/src/Tab/Tab.tsx +1 -1
  440. package/src/Tab/index.ts +2 -2
  441. package/src/TabBase/index.ts +1 -1
  442. package/src/Tabs/Tabs.tsx +17 -3
  443. package/src/Tabs/TabsProps.ts +10 -1
  444. package/src/Tabs/index.ts +3 -2
  445. package/src/TextField/TextField.tsx +0 -1
  446. package/src/TextField/index.tsx +3 -2
  447. package/src/Toggle/Toggle.tsx +7 -5
  448. package/src/Toolbar/Toolbar.tsx +13 -6
  449. package/src/Toolbar/ToolbarProps.ts +11 -2
  450. package/src/Toolbar/index.ts +2 -1
  451. package/src/Tooltip/Tooltip.tsx +1 -2
  452. package/src/Tooltip/index.ts +3 -2
  453. package/src/Typography/index.ts +3 -2
  454. package/src/index.ts +9 -3
  455. package/src/internal/icons/LoadingSpinner/index.native.tsx +17 -7
  456. package/src/internal/icons/LoadingSpinner/index.tsx +17 -7
  457. package/src/utils/createSvgIcon.tsx +3 -21
  458. package/build/commonjs/Accordion/LegacyAccordion.js +0 -171
  459. package/build/commonjs/Accordion/LegacyAccordion.js.map +0 -1
  460. package/build/commonjs/Accordion/LegacyAccordionProps.js +0 -2
  461. package/build/commonjs/Accordion/LegacyAccordionProps.js.map +0 -1
  462. package/build/commonjs/Badge/LegacyBadge.js +0 -61
  463. package/build/commonjs/Badge/LegacyBadge.js.map +0 -1
  464. package/build/commonjs/Badge/LegacyBadgeProps.js +0 -2
  465. package/build/commonjs/Badge/LegacyBadgeProps.js.map +0 -1
  466. package/build/commonjs/Button/LegacyButton.js +0 -144
  467. package/build/commonjs/Button/LegacyButton.js.map +0 -1
  468. package/build/commonjs/Button/LegacyButtonProps.js +0 -2
  469. package/build/commonjs/Button/LegacyButtonProps.js.map +0 -1
  470. package/build/commonjs/Checkbox/LegacyCheckbox.js +0 -65
  471. package/build/commonjs/Checkbox/LegacyCheckbox.js.map +0 -1
  472. package/build/commonjs/Checkbox/LegacyCheckboxProps.js +0 -2
  473. package/build/commonjs/Checkbox/LegacyCheckboxProps.js.map +0 -1
  474. package/build/commonjs/CheckboxGroup/CheckboxGroup.js +0 -50
  475. package/build/commonjs/CheckboxGroup/CheckboxGroup.js.map +0 -1
  476. package/build/commonjs/CheckboxGroup/CheckboxGroupProps.js +0 -2
  477. package/build/commonjs/CheckboxGroup/CheckboxGroupProps.js.map +0 -1
  478. package/build/commonjs/CheckboxGroup/index.js.map +0 -1
  479. package/build/commonjs/Chip/LegacyChip.js +0 -98
  480. package/build/commonjs/Chip/LegacyChip.js.map +0 -1
  481. package/build/commonjs/Chip/LegacyChipProps.js +0 -2
  482. package/build/commonjs/Chip/LegacyChipProps.js.map +0 -1
  483. package/build/commonjs/Dialog/LegacyDialog.js +0 -181
  484. package/build/commonjs/Dialog/LegacyDialog.js.map +0 -1
  485. package/build/commonjs/Dialog/LegacyDialogProps.js +0 -2
  486. package/build/commonjs/Dialog/LegacyDialogProps.js.map +0 -1
  487. package/build/commonjs/DialogActions/LegacyDialogActions.js +0 -30
  488. package/build/commonjs/DialogActions/LegacyDialogActions.js.map +0 -1
  489. package/build/commonjs/DialogContent/LegacyDialogContent.js +0 -36
  490. package/build/commonjs/DialogContent/LegacyDialogContent.js.map +0 -1
  491. package/build/commonjs/DialogContent/LegacyDialogContentProps.js +0 -2
  492. package/build/commonjs/DialogContent/LegacyDialogContentProps.js.map +0 -1
  493. package/build/commonjs/DialogMedia/LegacyDialogMedia.js +0 -33
  494. package/build/commonjs/DialogMedia/LegacyDialogMedia.js.map +0 -1
  495. package/build/commonjs/DialogMedia/LegacyDialogMediaProps.js +0 -2
  496. package/build/commonjs/DialogMedia/LegacyDialogMediaProps.js.map +0 -1
  497. package/build/commonjs/DialogTitle/LegacyDialogTitle.js +0 -36
  498. package/build/commonjs/DialogTitle/LegacyDialogTitle.js.map +0 -1
  499. package/build/commonjs/DialogTitle/LegacyDialogTitleProps.js +0 -2
  500. package/build/commonjs/DialogTitle/LegacyDialogTitleProps.js.map +0 -1
  501. package/build/commonjs/Divider/LegacyDivider.js +0 -114
  502. package/build/commonjs/Divider/LegacyDivider.js.map +0 -1
  503. package/build/commonjs/Divider/LegacyDividerProps.js +0 -2
  504. package/build/commonjs/Divider/LegacyDividerProps.js.map +0 -1
  505. package/build/commonjs/IconButton/LegacyIconButton.js +0 -89
  506. package/build/commonjs/IconButton/LegacyIconButton.js.map +0 -1
  507. package/build/commonjs/IconButton/LegacyIconButtonProps.js +0 -2
  508. package/build/commonjs/IconButton/LegacyIconButtonProps.js.map +0 -1
  509. package/build/commonjs/Pagination/LegacyPagination.js +0 -145
  510. package/build/commonjs/Pagination/LegacyPagination.js.map +0 -1
  511. package/build/commonjs/Pagination/LegacyPaginationProps.js +0 -2
  512. package/build/commonjs/Pagination/LegacyPaginationProps.js.map +0 -1
  513. package/build/commonjs/PaginationItem/LegacyPaginationItem.js.map +0 -1
  514. package/build/commonjs/Radio/LegacyRadio.js +0 -82
  515. package/build/commonjs/Radio/LegacyRadio.js.map +0 -1
  516. package/build/commonjs/Radio/LegacyRadioProps.js +0 -2
  517. package/build/commonjs/Radio/LegacyRadioProps.js.map +0 -1
  518. package/build/commonjs/RadioGroup/LegacyRadioGroup.js +0 -31
  519. package/build/commonjs/RadioGroup/LegacyRadioGroup.js.map +0 -1
  520. package/build/commonjs/Snackbar/LegacySnackbar.js +0 -134
  521. package/build/commonjs/Snackbar/LegacySnackbar.js.map +0 -1
  522. package/build/commonjs/Snackbar/LegacySnackbarProps.js +0 -2
  523. package/build/commonjs/Snackbar/LegacySnackbarProps.js.map +0 -1
  524. package/build/commonjs/SnackbarContent/LegacySnackbarContent.js +0 -105
  525. package/build/commonjs/SnackbarContent/LegacySnackbarContent.js.map +0 -1
  526. package/build/commonjs/SnackbarContent/LegacySnackbarContentProps.js +0 -2
  527. package/build/commonjs/SnackbarContent/LegacySnackbarContentProps.js.map +0 -1
  528. package/build/commonjs/SvgIcon/LegacySvgIcon.js.map +0 -1
  529. package/build/commonjs/SvgIcon/LegacySvgIconProps.js +0 -2
  530. package/build/commonjs/SvgIcon/LegacySvgIconProps.js.map +0 -1
  531. package/build/commonjs/Tab/LegacyTab.js +0 -126
  532. package/build/commonjs/Tab/LegacyTab.js.map +0 -1
  533. package/build/commonjs/Tab/LegacyTabProps.js +0 -2
  534. package/build/commonjs/Tab/LegacyTabProps.js.map +0 -1
  535. package/build/commonjs/Tab/TabIndicator.js +0 -44
  536. package/build/commonjs/Tab/TabIndicator.js.map +0 -1
  537. package/build/commonjs/TabBase/LegacyTabBase.js +0 -57
  538. package/build/commonjs/TabBase/LegacyTabBase.js.map +0 -1
  539. package/build/commonjs/Tabs/LegacyTabIndicator.js +0 -120
  540. package/build/commonjs/Tabs/LegacyTabIndicator.js.map +0 -1
  541. package/build/commonjs/Tabs/LegacyTabIndicatorProps.js +0 -2
  542. package/build/commonjs/Tabs/LegacyTabIndicatorProps.js.map +0 -1
  543. package/build/commonjs/Tabs/LegacyTabs.js +0 -207
  544. package/build/commonjs/Tabs/LegacyTabs.js.map +0 -1
  545. package/build/commonjs/Tabs/LegacyTabsProps.js +0 -2
  546. package/build/commonjs/Tabs/LegacyTabsProps.js.map +0 -1
  547. package/build/commonjs/TextField/InputLabel.js +0 -163
  548. package/build/commonjs/TextField/InputLabel.js.map +0 -1
  549. package/build/commonjs/TextField/LegacyTextField.js +0 -195
  550. package/build/commonjs/TextField/LegacyTextField.js.map +0 -1
  551. package/build/commonjs/TextField/LegacyTextFieldProps.js +0 -2
  552. package/build/commonjs/TextField/LegacyTextFieldProps.js.map +0 -1
  553. package/build/commonjs/TextField/OutlinedTextField.js +0 -190
  554. package/build/commonjs/TextField/OutlinedTextField.js.map +0 -1
  555. package/build/commonjs/Tooltip/LegacyTooltip.js +0 -147
  556. package/build/commonjs/Tooltip/LegacyTooltip.js.map +0 -1
  557. package/build/commonjs/Tooltip/LegacyTooltipProps.js +0 -2
  558. package/build/commonjs/Tooltip/LegacyTooltipProps.js.map +0 -1
  559. package/build/commonjs/Tooltip/UpArrow.js +0 -34
  560. package/build/commonjs/Tooltip/UpArrow.js.map +0 -1
  561. package/build/commonjs/Tooltip/UpArrowProps.js +0 -2
  562. package/build/commonjs/Tooltip/UpArrowProps.js.map +0 -1
  563. package/build/commonjs/Typography/LegacyTypography.js +0 -142
  564. package/build/commonjs/Typography/LegacyTypography.js.map +0 -1
  565. package/build/commonjs/Typography/LegacyTypographyProps.js +0 -2
  566. package/build/commonjs/Typography/LegacyTypographyProps.js.map +0 -1
  567. package/build/module/Accordion/LegacyAccordion.js +0 -148
  568. package/build/module/Accordion/LegacyAccordion.js.map +0 -1
  569. package/build/module/Accordion/LegacyAccordionProps.js +0 -2
  570. package/build/module/Accordion/LegacyAccordionProps.js.map +0 -1
  571. package/build/module/Badge/LegacyBadge.js +0 -48
  572. package/build/module/Badge/LegacyBadge.js.map +0 -1
  573. package/build/module/Badge/LegacyBadgeProps.js +0 -2
  574. package/build/module/Badge/LegacyBadgeProps.js.map +0 -1
  575. package/build/module/Button/LegacyButton.js +0 -127
  576. package/build/module/Button/LegacyButton.js.map +0 -1
  577. package/build/module/Button/LegacyButtonProps.js +0 -2
  578. package/build/module/Button/LegacyButtonProps.js.map +0 -1
  579. package/build/module/Checkbox/LegacyCheckbox.js +0 -52
  580. package/build/module/Checkbox/LegacyCheckbox.js.map +0 -1
  581. package/build/module/Checkbox/LegacyCheckboxProps.js +0 -2
  582. package/build/module/Checkbox/LegacyCheckboxProps.js.map +0 -1
  583. package/build/module/CheckboxGroup/CheckboxGroup.js +0 -34
  584. package/build/module/CheckboxGroup/CheckboxGroup.js.map +0 -1
  585. package/build/module/CheckboxGroup/CheckboxGroupProps.js +0 -2
  586. package/build/module/CheckboxGroup/CheckboxGroupProps.js.map +0 -1
  587. package/build/module/CheckboxGroup/index.js +0 -2
  588. package/build/module/CheckboxGroup/index.js.map +0 -1
  589. package/build/module/Chip/LegacyChip.js +0 -84
  590. package/build/module/Chip/LegacyChip.js.map +0 -1
  591. package/build/module/Chip/LegacyChipProps.js +0 -2
  592. package/build/module/Chip/LegacyChipProps.js.map +0 -1
  593. package/build/module/Dialog/LegacyDialog.js +0 -160
  594. package/build/module/Dialog/LegacyDialog.js.map +0 -1
  595. package/build/module/Dialog/LegacyDialogProps.js +0 -2
  596. package/build/module/Dialog/LegacyDialogProps.js.map +0 -1
  597. package/build/module/DialogActions/LegacyDialogActions.js +0 -17
  598. package/build/module/DialogActions/LegacyDialogActions.js.map +0 -1
  599. package/build/module/DialogContent/LegacyDialogContent.js +0 -22
  600. package/build/module/DialogContent/LegacyDialogContent.js.map +0 -1
  601. package/build/module/DialogContent/LegacyDialogContentProps.js +0 -2
  602. package/build/module/DialogContent/LegacyDialogContentProps.js.map +0 -1
  603. package/build/module/DialogMedia/LegacyDialogMedia.js +0 -21
  604. package/build/module/DialogMedia/LegacyDialogMedia.js.map +0 -1
  605. package/build/module/DialogMedia/LegacyDialogMediaProps.js +0 -2
  606. package/build/module/DialogMedia/LegacyDialogMediaProps.js.map +0 -1
  607. package/build/module/DialogTitle/LegacyDialogTitle.js +0 -22
  608. package/build/module/DialogTitle/LegacyDialogTitle.js.map +0 -1
  609. package/build/module/DialogTitle/LegacyDialogTitleProps.js +0 -2
  610. package/build/module/DialogTitle/LegacyDialogTitleProps.js.map +0 -1
  611. package/build/module/Divider/LegacyDivider.js +0 -100
  612. package/build/module/Divider/LegacyDivider.js.map +0 -1
  613. package/build/module/Divider/LegacyDividerProps.js +0 -2
  614. package/build/module/Divider/LegacyDividerProps.js.map +0 -1
  615. package/build/module/IconButton/LegacyIconButton.js +0 -74
  616. package/build/module/IconButton/LegacyIconButton.js.map +0 -1
  617. package/build/module/IconButton/LegacyIconButtonProps.js +0 -2
  618. package/build/module/IconButton/LegacyIconButtonProps.js.map +0 -1
  619. package/build/module/Pagination/LegacyPagination.js +0 -129
  620. package/build/module/Pagination/LegacyPagination.js.map +0 -1
  621. package/build/module/Pagination/LegacyPaginationProps.js +0 -2
  622. package/build/module/Pagination/LegacyPaginationProps.js.map +0 -1
  623. package/build/module/PaginationItem/LegacyPaginationItem.js.map +0 -1
  624. package/build/module/Radio/LegacyRadio.js +0 -63
  625. package/build/module/Radio/LegacyRadio.js.map +0 -1
  626. package/build/module/Radio/LegacyRadioProps.js +0 -2
  627. package/build/module/Radio/LegacyRadioProps.js.map +0 -1
  628. package/build/module/RadioGroup/LegacyRadioGroup.js +0 -18
  629. package/build/module/RadioGroup/LegacyRadioGroup.js.map +0 -1
  630. package/build/module/Snackbar/LegacySnackbar.js +0 -107
  631. package/build/module/Snackbar/LegacySnackbar.js.map +0 -1
  632. package/build/module/Snackbar/LegacySnackbarProps.js +0 -2
  633. package/build/module/Snackbar/LegacySnackbarProps.js.map +0 -1
  634. package/build/module/SnackbarContent/LegacySnackbarContent.js +0 -84
  635. package/build/module/SnackbarContent/LegacySnackbarContent.js.map +0 -1
  636. package/build/module/SnackbarContent/LegacySnackbarContentProps.js +0 -2
  637. package/build/module/SnackbarContent/LegacySnackbarContentProps.js.map +0 -1
  638. package/build/module/SvgIcon/LegacySvgIcon.js +0 -30
  639. package/build/module/SvgIcon/LegacySvgIcon.js.map +0 -1
  640. package/build/module/SvgIcon/LegacySvgIconProps.js +0 -2
  641. package/build/module/SvgIcon/LegacySvgIconProps.js.map +0 -1
  642. package/build/module/Tab/LegacyTab.js +0 -105
  643. package/build/module/Tab/LegacyTab.js.map +0 -1
  644. package/build/module/Tab/LegacyTabProps.js +0 -2
  645. package/build/module/Tab/LegacyTabProps.js.map +0 -1
  646. package/build/module/Tab/TabIndicator.js +0 -31
  647. package/build/module/Tab/TabIndicator.js.map +0 -1
  648. package/build/module/TabBase/LegacyTabBase.js +0 -44
  649. package/build/module/TabBase/LegacyTabBase.js.map +0 -1
  650. package/build/module/Tabs/LegacyTabIndicator.js +0 -99
  651. package/build/module/Tabs/LegacyTabIndicator.js.map +0 -1
  652. package/build/module/Tabs/LegacyTabIndicatorProps.js +0 -2
  653. package/build/module/Tabs/LegacyTabIndicatorProps.js.map +0 -1
  654. package/build/module/Tabs/LegacyTabs.js +0 -182
  655. package/build/module/Tabs/LegacyTabs.js.map +0 -1
  656. package/build/module/Tabs/LegacyTabsProps.js +0 -2
  657. package/build/module/Tabs/LegacyTabsProps.js.map +0 -1
  658. package/build/module/TextField/InputLabel.js +0 -149
  659. package/build/module/TextField/InputLabel.js.map +0 -1
  660. package/build/module/TextField/LegacyTextField.js +0 -169
  661. package/build/module/TextField/LegacyTextField.js.map +0 -1
  662. package/build/module/TextField/LegacyTextFieldProps.js +0 -2
  663. package/build/module/TextField/LegacyTextFieldProps.js.map +0 -1
  664. package/build/module/TextField/OutlinedTextField.js +0 -174
  665. package/build/module/TextField/OutlinedTextField.js.map +0 -1
  666. package/build/module/Tooltip/LegacyTooltip.js +0 -121
  667. package/build/module/Tooltip/LegacyTooltip.js.map +0 -1
  668. package/build/module/Tooltip/LegacyTooltipProps.js +0 -2
  669. package/build/module/Tooltip/LegacyTooltipProps.js.map +0 -1
  670. package/build/module/Tooltip/UpArrow.js +0 -22
  671. package/build/module/Tooltip/UpArrow.js.map +0 -1
  672. package/build/module/Tooltip/UpArrowProps.js +0 -2
  673. package/build/module/Tooltip/UpArrowProps.js.map +0 -1
  674. package/build/module/Typography/LegacyTypography.js +0 -126
  675. package/build/module/Typography/LegacyTypography.js.map +0 -1
  676. package/build/module/Typography/LegacyTypographyProps.js +0 -2
  677. package/build/module/Typography/LegacyTypographyProps.js.map +0 -1
  678. package/build/typescript/Accordion/LegacyAccordion.d.ts +0 -3
  679. package/build/typescript/Accordion/LegacyAccordionProps.d.ts +0 -28
  680. package/build/typescript/Badge/LegacyBadge.d.ts +0 -3
  681. package/build/typescript/Badge/LegacyBadgeProps.d.ts +0 -34
  682. package/build/typescript/Button/LegacyButton.d.ts +0 -3
  683. package/build/typescript/Button/LegacyButtonProps.d.ts +0 -51
  684. package/build/typescript/Checkbox/LegacyCheckbox.d.ts +0 -3
  685. package/build/typescript/Checkbox/LegacyCheckboxProps.d.ts +0 -36
  686. package/build/typescript/CheckboxGroup/CheckboxGroup.d.ts +0 -3
  687. package/build/typescript/CheckboxGroup/CheckboxGroupProps.d.ts +0 -11
  688. package/build/typescript/CheckboxGroup/index.d.ts +0 -2
  689. package/build/typescript/Chip/LegacyChip.d.ts +0 -3
  690. package/build/typescript/Chip/LegacyChipProps.d.ts +0 -28
  691. package/build/typescript/Dialog/LegacyDialog.d.ts +0 -3
  692. package/build/typescript/Dialog/LegacyDialogProps.d.ts +0 -25
  693. package/build/typescript/DialogActions/LegacyDialogActions.d.ts +0 -3
  694. package/build/typescript/DialogContent/LegacyDialogContent.d.ts +0 -3
  695. package/build/typescript/DialogContent/LegacyDialogContentProps.d.ts +0 -10
  696. package/build/typescript/DialogMedia/LegacyDialogMedia.d.ts +0 -3
  697. package/build/typescript/DialogMedia/LegacyDialogMediaProps.d.ts +0 -15
  698. package/build/typescript/DialogTitle/LegacyDialogTitle.d.ts +0 -3
  699. package/build/typescript/DialogTitle/LegacyDialogTitleProps.d.ts +0 -15
  700. package/build/typescript/Divider/LegacyDivider.d.ts +0 -3
  701. package/build/typescript/Divider/LegacyDividerProps.d.ts +0 -41
  702. package/build/typescript/IconButton/LegacyIconButton.d.ts +0 -3
  703. package/build/typescript/IconButton/LegacyIconButtonProps.d.ts +0 -30
  704. package/build/typescript/Pagination/LegacyPagination.d.ts +0 -3
  705. package/build/typescript/Pagination/LegacyPaginationProps.d.ts +0 -71
  706. package/build/typescript/PaginationItem/LegacyPaginationItem.d.ts +0 -5
  707. package/build/typescript/Radio/LegacyRadio.d.ts +0 -3
  708. package/build/typescript/Radio/LegacyRadioProps.d.ts +0 -43
  709. package/build/typescript/RadioGroup/LegacyRadioGroup.d.ts +0 -3
  710. package/build/typescript/Snackbar/LegacySnackbar.d.ts +0 -3
  711. package/build/typescript/Snackbar/LegacySnackbarProps.d.ts +0 -51
  712. package/build/typescript/SnackbarContent/LegacySnackbarContent.d.ts +0 -3
  713. package/build/typescript/SnackbarContent/LegacySnackbarContentProps.d.ts +0 -26
  714. package/build/typescript/SvgIcon/LegacySvgIcon.d.ts +0 -3
  715. package/build/typescript/SvgIcon/LegacySvgIconProps.d.ts +0 -35
  716. package/build/typescript/Tab/LegacyTab.d.ts +0 -3
  717. package/build/typescript/Tab/LegacyTabProps.d.ts +0 -58
  718. package/build/typescript/Tab/TabIndicator.d.ts +0 -7
  719. package/build/typescript/TabBase/LegacyTabBase.d.ts +0 -3
  720. package/build/typescript/Tabs/LegacyTabIndicator.d.ts +0 -3
  721. package/build/typescript/Tabs/LegacyTabIndicatorProps.d.ts +0 -32
  722. package/build/typescript/Tabs/LegacyTabs.d.ts +0 -5
  723. package/build/typescript/Tabs/LegacyTabsProps.d.ts +0 -79
  724. package/build/typescript/TextField/InputLabel.d.ts +0 -33
  725. package/build/typescript/TextField/LegacyTextField.d.ts +0 -5
  726. package/build/typescript/TextField/LegacyTextFieldProps.d.ts +0 -67
  727. package/build/typescript/TextField/OutlinedTextField.d.ts +0 -17
  728. package/build/typescript/Tooltip/LegacyTooltip.d.ts +0 -3
  729. package/build/typescript/Tooltip/LegacyTooltipProps.d.ts +0 -72
  730. package/build/typescript/Tooltip/UpArrow.d.ts +0 -5
  731. package/build/typescript/Tooltip/UpArrowProps.d.ts +0 -17
  732. package/build/typescript/Typography/LegacyTypography.d.ts +0 -5
  733. package/build/typescript/Typography/LegacyTypographyProps.d.ts +0 -81
  734. package/src/Accordion/LegacyAccordion.tsx +0 -188
  735. package/src/Accordion/LegacyAccordionProps.ts +0 -34
  736. package/src/Badge/LegacyBadge.tsx +0 -66
  737. package/src/Badge/LegacyBadgeProps.ts +0 -40
  738. package/src/Button/LegacyButton.tsx +0 -157
  739. package/src/Button/LegacyButtonProps.ts +0 -62
  740. package/src/Checkbox/LegacyCheckbox.tsx +0 -62
  741. package/src/Checkbox/LegacyCheckboxProps.ts +0 -42
  742. package/src/CheckboxGroup/CheckboxGroup.tsx +0 -47
  743. package/src/CheckboxGroup/CheckboxGroupProps.ts +0 -11
  744. package/src/CheckboxGroup/index.ts +0 -2
  745. package/src/Chip/LegacyChip.tsx +0 -116
  746. package/src/Chip/LegacyChipProps.ts +0 -33
  747. package/src/Dialog/LegacyDialog.tsx +0 -198
  748. package/src/Dialog/LegacyDialogProps.ts +0 -28
  749. package/src/DialogActions/LegacyDialogActions.tsx +0 -23
  750. package/src/DialogContent/LegacyDialogContent.tsx +0 -30
  751. package/src/DialogContent/LegacyDialogContentProps.ts +0 -10
  752. package/src/DialogMedia/LegacyDialogMedia.tsx +0 -21
  753. package/src/DialogMedia/LegacyDialogMediaProps.ts +0 -16
  754. package/src/DialogTitle/LegacyDialogTitle.tsx +0 -30
  755. package/src/DialogTitle/LegacyDialogTitleProps.ts +0 -16
  756. package/src/Divider/LegacyDivider.tsx +0 -114
  757. package/src/Divider/LegacyDividerProps.ts +0 -48
  758. package/src/IconButton/LegacyIconButton.tsx +0 -97
  759. package/src/IconButton/LegacyIconButtonProps.ts +0 -36
  760. package/src/Pagination/LegacyPagination.tsx +0 -168
  761. package/src/Pagination/LegacyPaginationProps.ts +0 -85
  762. package/src/PaginationItem/LegacyPaginationItem.tsx +0 -52
  763. package/src/Radio/LegacyRadio.tsx +0 -72
  764. package/src/Radio/LegacyRadioProps.ts +0 -50
  765. package/src/RadioGroup/LegacyRadioGroup.tsx +0 -20
  766. package/src/Snackbar/LegacySnackbar.tsx +0 -130
  767. package/src/Snackbar/LegacySnackbarProps.ts +0 -61
  768. package/src/SnackbarContent/LegacySnackbarContent.tsx +0 -129
  769. package/src/SnackbarContent/LegacySnackbarContentProps.ts +0 -30
  770. package/src/SvgIcon/LegacySvgIcon.tsx +0 -36
  771. package/src/SvgIcon/LegacySvgIconProps.ts +0 -41
  772. package/src/Tab/LegacyTab.tsx +0 -141
  773. package/src/Tab/LegacyTabProps.ts +0 -68
  774. package/src/Tab/TabIndicator.tsx +0 -38
  775. package/src/TabBase/LegacyTabBase.tsx +0 -55
  776. package/src/Tabs/LegacyTabIndicator.tsx +0 -112
  777. package/src/Tabs/LegacyTabIndicatorProps.ts +0 -37
  778. package/src/Tabs/LegacyTabs.tsx +0 -227
  779. package/src/Tabs/LegacyTabsProps.ts +0 -93
  780. package/src/TextField/InputLabel.tsx +0 -234
  781. package/src/TextField/LegacyTextField.tsx +0 -168
  782. package/src/TextField/LegacyTextFieldProps.ts +0 -80
  783. package/src/TextField/OutlinedTextField.tsx +0 -234
  784. package/src/Tooltip/LegacyTooltip.tsx +0 -167
  785. package/src/Tooltip/LegacyTooltipProps.ts +0 -86
  786. package/src/Tooltip/UpArrow.tsx +0 -21
  787. package/src/Tooltip/UpArrowProps.ts +0 -19
  788. package/src/Typography/LegacyTypography.tsx +0 -107
  789. package/src/Typography/LegacyTypographyProps.ts +0 -122
@@ -1,43 +0,0 @@
1
- import React from 'react';
2
- import type { OverridableComponentProps } from '../types';
3
- import type { ButtonBaseProps } from '../ButtonBase';
4
- declare type BaseProps = Omit<ButtonBaseProps, 'onPress' | 'children'>;
5
- export default interface RadioProps extends OverridableComponentProps<BaseProps, {
6
- /**
7
- * If `true`, the component is checked.
8
- * @default false
9
- */
10
- checked?: boolean;
11
- /**
12
- * Content which is sharing pressable next to radio.
13
- */
14
- children?: React.ReactNode;
15
- /**
16
- * If `true`, the radio is disabled.
17
- * @default false
18
- */
19
- disabled?: boolean;
20
- /**
21
- * Callback fired when the component is pressed.
22
- */
23
- onChange?: (newValue: string) => void;
24
- /**
25
- * Value of the component.
26
- */
27
- value: string;
28
- /**
29
- * Determines the placement of the icon relative to the children.
30
- * @default 'left'
31
- */
32
- iconPlacement?: 'right' | 'left';
33
- /**
34
- * Custom icon element to display when the radio is unchecked.
35
- */
36
- uncheckedIcon?: React.ReactNode;
37
- /**
38
- * Custom icon element to display when the radio is checked.
39
- */
40
- checkedIcon?: React.ReactNode;
41
- }> {
42
- }
43
- export {};
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import type RadioGroupProps from './RadioGroupProps';
3
- export default function RadioGroup(props: RadioGroupProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import type SnackbarProps from './LegacySnackbarProps';
3
- export default function Snackbar(props: SnackbarProps): JSX.Element | null;
@@ -1,51 +0,0 @@
1
- import React from 'react';
2
- import type { Animated, ViewProps } from 'react-native';
3
- import type { OverridableComponentProps } from '../types';
4
- export default interface SnackbarProps extends OverridableComponentProps<ViewProps, {
5
- /**
6
- * The text to use for the action component.
7
- */
8
- actionLabel?: string;
9
- /**
10
- * y value for animating.
11
- */
12
- animatedY?: Animated.Value;
13
- /**
14
- * The number of milliseconds to wait before automatically calling the
15
- * `onDismiss` function. `onDismiss` should then set the state of the `visible`
16
- * prop to hide the `Snackbar`. This behavior is disabled by default with
17
- * the `null` value.
18
- * @default null
19
- */
20
- autoHideDuration?: number | null;
21
- /**
22
- * Replace the `SnackbarContent` component.
23
- */
24
- children?: React.ReactNode;
25
- /**
26
- * The message to display.
27
- */
28
- message?: string;
29
- /**
30
- * Callback fired when the action component pressed.
31
- */
32
- onActionPress?: () => void;
33
- /**
34
- * Callback fired when the component requests to be closed.
35
- */
36
- onClose?: () => void;
37
- /**
38
- * Element placed before the title and message.
39
- */
40
- startIcon?: React.ReactElement;
41
- /**
42
- * The title to display.
43
- */
44
- title?: string;
45
- /**
46
- * If `true`, `Snackbar` is shown.
47
- * @default false
48
- */
49
- visible?: boolean;
50
- }> {
51
- }
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import type SnackbarContentProps from './LegacySnackbarContentProps';
3
- export default function SnackbarContent(props: SnackbarContentProps): JSX.Element;
@@ -1,26 +0,0 @@
1
- import React from 'react';
2
- import type { OverridableComponentProps } from '../types';
3
- import type { PaperProps } from '../Paper';
4
- export default interface SnackbarContentProps extends OverridableComponentProps<PaperProps, {
5
- /**
6
- * The text to use for the action component.
7
- */
8
- actionLabel?: string;
9
- /**
10
- * The message to display.
11
- */
12
- message?: string;
13
- /**
14
- * Callback fired when the action component pressed.
15
- */
16
- onActionPress?: () => void;
17
- /**
18
- * Element placed before the title and message.
19
- */
20
- startIcon?: React.ReactElement;
21
- /**
22
- * The title to display.
23
- */
24
- title?: string;
25
- }> {
26
- }
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import type SvgIconProps from './LegacySvgIconProps';
3
- export default function SvgIcon(props: SvgIconProps): JSX.Element;
@@ -1,35 +0,0 @@
1
- import React from 'react';
2
- import type { SvgProps } from 'react-native-svg';
3
- import type { CommonComponentColor, OverridableComponentProps } from '../types';
4
- export declare type SvgIconColor = CommonComponentColor;
5
- export default interface SvgIconProps extends OverridableComponentProps<SvgProps, {
6
- /**
7
- * Node passed into the SVG element.
8
- */
9
- children: React.ReactNode;
10
- /**
11
- * The color of the component. It supports those theme colors that make sense for this component.
12
- * @default 'primary'
13
- */
14
- color?: SvgIconColor;
15
- /**
16
- * The color of the component. It is treated as higher priority than `color` prop if provided.
17
- */
18
- fill?: SvgProps['fill'];
19
- /**
20
- * The height applied to the icon.
21
- * @default 24
22
- */
23
- height?: SvgProps['height'];
24
- /**
25
- * Allows you to redefine what the coordinates without units mean inside an SVG element.
26
- * @default '0 0 20 20'
27
- */
28
- viewBox?: SvgProps['viewBox'];
29
- /**
30
- * The width applied to the icon.
31
- * @default 24
32
- */
33
- width?: SvgProps['width'];
34
- }> {
35
- }
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import type TabProps from './LegacyTabProps';
3
- export default function Tab(props: TabProps): JSX.Element;
@@ -1,58 +0,0 @@
1
- import React from 'react';
2
- import type { LayoutChangeEvent } from 'react-native';
3
- import type { TabBaseProps } from '../TabBase';
4
- import type { OverridableComponentProps } from '../types';
5
- export declare type TabVariant = 'primary' | 'secondary' | 'tertiary' | 'bottom-navigation' | 'contained';
6
- export declare type TabIndicatorColor = 'primary' | 'secondary';
7
- export declare type TabIndicatorSize = 'full' | 'fit-content';
8
- export default interface TabProps extends OverridableComponentProps<TabBaseProps, {
9
- /**
10
- * If `true`, the badge is visible.
11
- * @default false
12
- */
13
- badgeVisible?: boolean;
14
- /**
15
- * The label of the Tab.
16
- */
17
- children: string | React.ReactElement;
18
- /**
19
- * If `true`, the indicator is enabled.
20
- * @default false
21
- */
22
- enableIndicator?: boolean;
23
- /**
24
- * If `true`, the component is selected.
25
- * @default false
26
- */
27
- selected?: boolean;
28
- /**
29
- * Element placed before the children.
30
- */
31
- icon?: React.ReactElement;
32
- /**
33
- * Tab indicator color
34
- * @default 'primary'
35
- */
36
- indicatorColor?: TabIndicatorColor;
37
- /**
38
- * The size of tab indicator.
39
- * 'full' adjusts the indicator to the size of the Tab,
40
- * while 'fit-content' adjusts the indicator to the size of the content inside the Tab.
41
- * @default 'full'
42
- */
43
- indicatorSize?: TabIndicatorSize;
44
- /**
45
- * If supplied, use this icon on selected state.
46
- */
47
- selectedIcon?: React.ReactElement;
48
- /**
49
- * The variant to use.
50
- * @default 'primary'
51
- */
52
- variant?: TabVariant;
53
- /**
54
- * Function to be passed to the child component's onLayout prop.
55
- */
56
- onTabInnerLayout?: (event: LayoutChangeEvent) => void;
57
- }> {
58
- }
@@ -1,7 +0,0 @@
1
- import React from 'react';
2
- import type { TabIndicatorColor, TabIndicatorSize } from './LegacyTabProps';
3
- declare const _default: React.MemoExoticComponent<({ indicatorSize, color, }: {
4
- indicatorSize: TabIndicatorSize;
5
- color: TabIndicatorColor;
6
- }) => JSX.Element>;
7
- export default _default;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import type TabBaseProps from './TabBaseProps';
3
- export default function TabBase(props: TabBaseProps): JSX.Element;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import type TabIndicatorProps from './LegacyTabIndicatorProps';
3
- export default function TabIndicator(props: TabIndicatorProps): JSX.Element;
@@ -1,32 +0,0 @@
1
- import type { ViewProps } from 'react-native';
2
- import type { OverridableComponentProps } from '../types';
3
- import type TabCoordinate from './TabCoordinate';
4
- export declare type TabIndicatorColor = 'primary' | 'secondary';
5
- export default interface TabIndicatorProps extends OverridableComponentProps<ViewProps, {
6
- /**
7
- * If `true`, tab shifting animation will be disabled
8
- */
9
- animationDisabled?: boolean;
10
- /**
11
- * Tab item coordinates.
12
- */
13
- coordinates: TabCoordinate[];
14
- /**
15
- * Indicator color.
16
- * @default: 'primary'
17
- */
18
- color?: TabIndicatorColor;
19
- /**
20
- * If `true`, the indicator is disabled.
21
- */
22
- disabled: boolean;
23
- /**
24
- * Initial index.
25
- */
26
- initialIndex: number;
27
- /**
28
- * If `true`, the tab will be able to scroll.
29
- */
30
- scrollable: boolean;
31
- }> {
32
- }
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import type TabsProps from './LegacyTabsProps';
3
- import type { TabsInstance } from './types';
4
- declare const Tabs: React.ForwardRefExoticComponent<Pick<TabsProps, "testID" | "style" | "onLayout" | "keyboardDismissMode" | "children" | "pointerEvents" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "accessibilityLabel" | "accessible" | "hitSlop" | "removeClippedSubviews" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "accessibilityActions" | "accessibilityRole" | "accessibilityState" | "accessibilityHint" | "accessibilityValue" | "onAccessibilityAction" | "accessibilityLabelledBy" | "accessibilityLiveRegion" | "importantForAccessibility" | "accessibilityElementsHidden" | "accessibilityLanguage" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "onChange" | "variant" | "keyboardShouldPersistTaps" | "indicatorColor" | "indicatorSize" | "initialIndex" | "scrollable" | "disableIndicator" | "indicatorAnimationDisabled" | "scrollViewContentContainerStyle" | "UNSTABLE_sharedIndex" | "onTabSelected"> & React.RefAttributes<TabsInstance>>;
5
- export default Tabs;
@@ -1,79 +0,0 @@
1
- import type { ReactNode, Ref } from 'react';
2
- import type { ViewProps } from 'react-native';
3
- import type { TabVariant, TabIndicatorSize } from '../Tab';
4
- import type { ExtendedStyle, OverridableComponentProps, SyncAnimatedValue } from '../types';
5
- import type { TabIndicatorColor } from './LegacyTabIndicatorProps';
6
- import type { KeyboardDismissMode, KeyboardShouldPersistTaps, TabsInstance } from './types';
7
- export default interface TabsProps extends OverridableComponentProps<ViewProps, {
8
- ref?: Ref<TabsInstance>;
9
- /**
10
- * Collection of Tab components.
11
- */
12
- children: ReactNode;
13
- /**
14
- * If `true`, the indicator is disabled.
15
- * @default false
16
- */
17
- disableIndicator?: boolean;
18
- /**
19
- * The color of tab indicator
20
- * @default 'primary'
21
- */
22
- indicatorColor?: TabIndicatorColor;
23
- /**
24
- * The size of tab indicator.
25
- * 'full' adjusts the indicator to the size of the Tab,
26
- * while 'fit-content' adjusts the indicator to the size of the content inside the Tab.
27
- * @default 'full'
28
- */
29
- indicatorSize?: TabIndicatorSize;
30
- /**
31
- * If `true`, tab indicator selection animation disabled.
32
- * @default 'false'
33
- */
34
- indicatorAnimationDisabled?: boolean;
35
- /**
36
- * Index of initial tab that should be selected.
37
- * @default 0
38
- */
39
- initialIndex?: number;
40
- /**
41
- * keyboard dismissing condition of dragging.
42
- * @default 'none'
43
- */
44
- keyboardDismissMode?: KeyboardDismissMode;
45
- /**
46
- * keyboard persisting condition of tapping.
47
- * @default 'never'
48
- */
49
- keyboardShouldPersistTaps?: KeyboardShouldPersistTaps;
50
- /**
51
- * Callback fired when a tab is selected.
52
- */
53
- onChange?: (newIndex: number) => void;
54
- /**
55
- * If `true`, the component will be able to scroll.
56
- * @default false
57
- */
58
- scrollable?: boolean;
59
- /**
60
- * These styles will be applied to the scroll view content container which wraps all of the child views.
61
- */
62
- scrollViewContentContainerStyle?: ExtendedStyle | ExtendedStyle[];
63
- /**
64
- * Unstable API.
65
- */
66
- UNSTABLE_sharedIndex?: SyncAnimatedValue;
67
- /**
68
- * The variant to use.
69
- * @default 'primary'
70
- */
71
- variant?: TabVariant;
72
- /**
73
- * Callback function executed when a Tab is selected.
74
- * Executed even if the index does not change when a Tab is pressed.
75
- * Receives the next tab index and the current tab index as parameters.
76
- */
77
- onTabSelected?: (newIndex: number, currentIndex: number) => void;
78
- }> {
79
- }
@@ -1,33 +0,0 @@
1
- /// <reference types="react" />
2
- import { Animated, LayoutChangeEvent } from 'react-native';
3
- interface LabelProps {
4
- activeColor: string;
5
- animatedError: Animated.Value;
6
- animatedLabel: Animated.Value;
7
- error?: boolean;
8
- errorColor?: string;
9
- focused?: boolean;
10
- fontSize?: number;
11
- hasActiveOutline?: boolean;
12
- label?: string;
13
- labelLayout: {
14
- measured: boolean;
15
- width: number;
16
- height: number;
17
- };
18
- labelScale: number;
19
- labelTranslateX: number;
20
- labelTranslateY: number;
21
- onLayoutAnimatedText: (event: LayoutChangeEvent) => void;
22
- paddingOffset?: {
23
- paddingLeft: number;
24
- paddingRight: number;
25
- };
26
- placeholder?: string;
27
- placeholderColor?: string;
28
- placeholderOpacity: number | Animated.AnimatedInterpolation;
29
- topPosition: number;
30
- value?: string;
31
- }
32
- declare const InputLabel: (props: LabelProps) => JSX.Element | null;
33
- export default InputLabel;
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import { TextInput } from 'react-native';
3
- import TextFieldProps from './LegacyTextFieldProps';
4
- declare const TextField: React.ForwardRefExoticComponent<TextFieldProps & React.RefAttributes<TextInput>>;
5
- export default TextField;
@@ -1,67 +0,0 @@
1
- import React from 'react';
2
- import { NativeSyntheticEvent, TargetedEvent } from 'react-native';
3
- import { ComponentProps } from '../types';
4
- declare type TextFieldKeyboardType = 'default' | 'numeric' | 'email-address';
5
- export interface setStyleProp {
6
- fontFamily: string;
7
- }
8
- export default interface TextFieldProps extends ComponentProps<{
9
- /**
10
- * If true, user won't be able to interact with the component.
11
- * @default false
12
- */
13
- disabled?: boolean;
14
- /**
15
- * Whether to style the TextField with error style.
16
- * @default false
17
- */
18
- error?: boolean;
19
- /**
20
- * It is an icon placed to the right of the TextField.
21
- */
22
- icon?: React.ReactElement;
23
- /**
24
- * User can specify the keyboard type.
25
- * @default 'default'
26
- */
27
- keyboardType?: TextFieldKeyboardType;
28
- /**
29
- * The text to use for the floating label.
30
- */
31
- label?: string;
32
- /**
33
- * Callback that is called when the textField is blurred.
34
- */
35
- onBlur?: (event: NativeSyntheticEvent<TargetedEvent>) => void;
36
- /**
37
- * Callback that is called when the textField's text changes.
38
- */
39
- onChangeText?: (value: string) => void;
40
- /**
41
- * Callback that is called when the textField is focused.
42
- */
43
- onFocus?: (event: NativeSyntheticEvent<TargetedEvent>) => void;
44
- /**
45
- * Callback that is called when icon pressed.
46
- */
47
- onIconPress?: () => void;
48
- /**
49
- * Callback that is called when enter or submit key pressed.
50
- */
51
- onSubmitEditing?: () => void;
52
- /**
53
- * Placeholder for textField.
54
- */
55
- placeholder?: string;
56
- /**
57
- * If true, the text input obscures the text entered so that sensitive text like passwords stay secure.
58
- * @default false
59
- */
60
- secureTextEntry?: boolean;
61
- /**
62
- * Value of the textField.
63
- */
64
- value?: string;
65
- }> {
66
- }
67
- export {};
@@ -1,17 +0,0 @@
1
- import React from 'react';
2
- import { Animated, LayoutChangeEvent, TextInput } from 'react-native';
3
- import TextFieldProps from './LegacyTextFieldProps';
4
- interface OutlinedTextFieldProps extends TextFieldProps {
5
- animatedError: Animated.Value;
6
- animatedLabel: Animated.Value;
7
- focused: boolean;
8
- forceFocus: () => void;
9
- labelLayout: {
10
- measured: boolean;
11
- width: number;
12
- height: number;
13
- };
14
- onLayoutAnimatedText: (event: LayoutChangeEvent) => void;
15
- }
16
- declare const OutlinedTextField: React.ForwardRefExoticComponent<OutlinedTextFieldProps & React.RefAttributes<TextInput>>;
17
- export default OutlinedTextField;
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import type TooltipProps from './LegacyTooltipProps';
3
- export default function Tooltip(props: TooltipProps): JSX.Element;
@@ -1,72 +0,0 @@
1
- import React from 'react';
2
- import type { TextProps, ViewProps } from 'react-native';
3
- import type { ComponentProps } from '../types';
4
- import type { ButtonProps } from '../Button';
5
- export declare type TooltipPlacement = 'top' | 'bottom';
6
- export declare type TooltipArrowPlacement = 'left' | 'right';
7
- export declare type TooltipInitialLayout = {
8
- height: number;
9
- width: number;
10
- x: number;
11
- y: number;
12
- };
13
- export default interface TooltipProps extends ComponentProps<{
14
- /**
15
- * Tooltip reference element.
16
- */
17
- children: React.ReactNode;
18
- /**
19
- * Left position relative to reference element.
20
- */
21
- left?: number;
22
- /**
23
- * Callback fired when the component requests to be closed.
24
- */
25
- onClose?: () => void;
26
- /**
27
- * Tooltip placement.
28
- * @default 'top'
29
- */
30
- placement?: TooltipPlacement;
31
- /**
32
- * Right position relative to reference element.
33
- */
34
- right?: number;
35
- /**
36
- * Tooltip title.
37
- */
38
- title: ButtonProps['children'];
39
- /**
40
- * Additional style for tooltip wrapper.
41
- */
42
- tooltipStyle?: ViewProps['style'];
43
- /**
44
- * The additional amount to vertically shift.
45
- * @default 4
46
- */
47
- verticalOffset?: number;
48
- /**
49
- * If `true`, the tooltip is shown.
50
- * @default false
51
- */
52
- visible?: boolean;
53
- /**
54
- * Tooltip arrow layout.
55
- * If 'undefined', the arrow will be centered on tooltip.
56
- */
57
- arrowLayout?: {
58
- placement: TooltipArrowPlacement;
59
- offset: number;
60
- };
61
- /**
62
- * number of tooltip's title lines
63
- * @default 1
64
- */
65
- numberOfTitleLines?: TextProps['numberOfLines'];
66
- /**
67
- * position of tooltip before onLayout call
68
- * @default { height: 0, width: 0 , x: 0, y: 0}
69
- */
70
- initialLayout?: TooltipInitialLayout;
71
- }> {
72
- }
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import type UpArrowProps from './UpArrowProps';
3
- declare function UpArrow({ upsideDown, fill, opacity }: UpArrowProps): JSX.Element;
4
- declare const _default: React.MemoExoticComponent<typeof UpArrow>;
5
- export default _default;
@@ -1,17 +0,0 @@
1
- import type { ComponentProps } from '../types';
2
- export default interface UpArrowProps extends ComponentProps<{
3
- /**
4
- * If `true`, arrow is rotating 180.
5
- * @default false
6
- */
7
- upsideDown?: boolean;
8
- /**
9
- * Fill color for arrow icon.
10
- */
11
- fill?: string;
12
- /**
13
- * opacity for arrow icon
14
- */
15
- opacity?: number;
16
- }> {
17
- }
@@ -1,5 +0,0 @@
1
- import React from 'react';
2
- import { Text } from 'react-native';
3
- import TypographyProps from './LegacyTypographyProps';
4
- declare const _default: React.MemoExoticComponent<React.ForwardRefExoticComponent<TypographyProps & React.RefAttributes<Text>>>;
5
- export default _default;