@hero-design/rn 7.6.1-alpha.0 → 7.7.0

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 (379) hide show
  1. package/.expo/README.md +15 -0
  2. package/.expo/packager-info.json +10 -0
  3. package/.expo/prebuild/cached-packages.json +4 -0
  4. package/.expo/settings.json +10 -0
  5. package/.expo/xcodebuild-error.log +2 -0
  6. package/.expo/xcodebuild.log +11199 -0
  7. package/.turbo/turbo-build.log +2 -2
  8. package/.turbo/turbo-publish:npm.log +0 -0
  9. package/es/index.js +2953 -295
  10. package/lib/index.js +3119 -459
  11. package/package.json +4 -2
  12. package/playground/.turbo/turbo-type-check.log +7 -0
  13. package/playground/package.json +3 -3
  14. package/playground/src/App.tsx +8 -0
  15. package/playground/src/Checkbox.tsx +55 -0
  16. package/playground/src/Toast.tsx +114 -0
  17. package/rollup.config.js +1 -7
  18. package/src/components/Checkbox/StyledCheckbox.tsx +18 -0
  19. package/src/components/Checkbox/__tests__/StyledCheckbox.spec.tsx +10 -0
  20. package/src/components/Checkbox/__tests__/__snapshots__/StyledCheckbox.spec.tsx.snap +31 -0
  21. package/src/components/Checkbox/__tests__/__snapshots__/index.spec.tsx.snap +63 -0
  22. package/src/components/Checkbox/__tests__/index.spec.tsx +24 -0
  23. package/src/components/Checkbox/index.tsx +58 -0
  24. package/src/components/Toast/StyledToast.tsx +65 -0
  25. package/src/components/Toast/Toast.tsx +123 -0
  26. package/src/components/Toast/ToastContainer.tsx +88 -0
  27. package/src/components/Toast/ToastContext.ts +25 -0
  28. package/src/components/Toast/ToastProvider.tsx +53 -0
  29. package/src/components/Toast/__tests__/Toast.spec.tsx +125 -0
  30. package/src/components/Toast/__tests__/ToastContainer.spec.tsx +107 -0
  31. package/src/components/Toast/__tests__/__snapshots__/Toast.spec.tsx.snap +655 -0
  32. package/src/components/Toast/__tests__/__snapshots__/ToastContainer.spec.tsx.snap +93 -0
  33. package/src/components/Toast/index.tsx +11 -0
  34. package/src/components/Toast/types.ts +70 -0
  35. package/src/index.ts +4 -0
  36. package/src/theme/__tests__/__snapshots__/index.spec.ts.snap +41 -0
  37. package/src/theme/components/checkbox.ts +37 -0
  38. package/src/theme/components/toast.ts +33 -0
  39. package/src/theme/index.ts +6 -0
  40. package/types/components/Avatar/StyledAvatar.d.ts +0 -0
  41. package/types/components/Avatar/__tests__/StyledAvatar.spec.d.ts +0 -0
  42. package/types/components/Avatar/__tests__/index.spec.d.ts +0 -0
  43. package/types/components/Avatar/index.d.ts +0 -0
  44. package/types/components/Badge/Status.d.ts +0 -0
  45. package/types/components/Badge/StyledBadge.d.ts +0 -0
  46. package/types/components/Badge/__tests__/Badge.spec.d.ts +0 -0
  47. package/types/components/Badge/__tests__/Status.spec.d.ts +0 -0
  48. package/types/components/Badge/index.d.ts +0 -0
  49. package/types/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -0
  50. package/types/components/BottomNavigation/__tests__/index.spec.d.ts +0 -0
  51. package/types/components/BottomNavigation/index.d.ts +0 -0
  52. package/types/components/BottomSheet/Footer.d.ts +0 -0
  53. package/types/components/BottomSheet/Header.d.ts +0 -0
  54. package/types/components/BottomSheet/StyledBottomSheet.d.ts +0 -0
  55. package/types/components/BottomSheet/__tests__/index.spec.d.ts +0 -0
  56. package/types/components/BottomSheet/index.d.ts +0 -0
  57. package/types/components/Button/Button.d.ts +0 -0
  58. package/types/components/Button/IconButton.d.ts +0 -0
  59. package/types/components/Button/LoadingIndicator/StyledLoadingIndicator.d.ts +0 -0
  60. package/types/components/Button/LoadingIndicator/__tests__/StyledLoadingIndicator.spec.d.ts +0 -0
  61. package/types/components/Button/LoadingIndicator/__tests__/index.spec.d.ts +0 -0
  62. package/types/components/Button/LoadingIndicator/index.d.ts +0 -0
  63. package/types/components/Button/StyledButton.d.ts +0 -0
  64. package/types/components/Button/__tests__/Button.spec.d.ts +0 -0
  65. package/types/components/Button/__tests__/IconButton.spec.d.ts +0 -0
  66. package/types/components/Button/__tests__/StyledButton.spec.d.ts +0 -0
  67. package/types/components/Button/index.d.ts +0 -0
  68. package/types/components/Card/StyledCard.d.ts +0 -0
  69. package/types/components/Card/__tests__/StyledCard.spec.d.ts +0 -0
  70. package/types/components/Card/__tests__/index.spec.d.ts +0 -0
  71. package/types/components/Card/index.d.ts +0 -0
  72. package/types/components/Collapse/StyledCollapse.d.ts +0 -0
  73. package/types/components/Collapse/__tests__/StyledCollapse.spec.d.ts +0 -0
  74. package/types/components/Collapse/__tests__/index.spec.d.ts +0 -0
  75. package/types/components/Collapse/index.d.ts +0 -0
  76. package/types/components/ContentNavigator/StyledContentNavigator.d.ts +0 -0
  77. package/types/components/ContentNavigator/__tests__/StyledContentNavigator.spec.d.ts +0 -0
  78. package/types/components/ContentNavigator/__tests__/index.spec.d.ts +0 -0
  79. package/types/components/ContentNavigator/index.d.ts +0 -0
  80. package/types/components/Divider/StyledDivider.d.ts +0 -0
  81. package/types/components/Divider/__tests__/StyledDivider.spec.d.ts +0 -0
  82. package/types/components/Divider/index.d.ts +0 -0
  83. package/types/components/Drawer/StyledDrawer.d.ts +0 -0
  84. package/types/components/Drawer/__tests__/index.spec.d.ts +0 -0
  85. package/types/components/Drawer/index.d.ts +0 -0
  86. package/types/components/FAB/ActionGroup/ActionItem.d.ts +0 -0
  87. package/types/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -0
  88. package/types/components/FAB/ActionGroup/StyledActionItem.d.ts +0 -0
  89. package/types/components/FAB/ActionGroup/__tests__/index.spec.d.ts +0 -0
  90. package/types/components/FAB/ActionGroup/index.d.ts +0 -0
  91. package/types/components/FAB/AnimatedFABIcon.d.ts +0 -0
  92. package/types/components/FAB/FAB.d.ts +0 -0
  93. package/types/components/FAB/StyledFAB.d.ts +0 -0
  94. package/types/components/FAB/__tests__/AnimatedFABIcon.spec.d.ts +0 -0
  95. package/types/components/FAB/__tests__/StyledFAB.spec.d.ts +0 -0
  96. package/types/components/FAB/__tests__/index.spec.d.ts +0 -0
  97. package/types/components/FAB/index.d.ts +0 -0
  98. package/types/components/Icon/HeroIcon/index.d.ts +0 -0
  99. package/types/components/Icon/IconList.d.ts +0 -0
  100. package/types/components/Icon/__tests__/index.spec.d.ts +0 -0
  101. package/types/components/Icon/index.d.ts +0 -0
  102. package/types/components/Icon/utils.d.ts +0 -0
  103. package/types/components/Progress/ProgressBar.d.ts +0 -0
  104. package/types/components/Progress/ProgressCircle.d.ts +0 -0
  105. package/types/components/Progress/StyledProgressBar.d.ts +0 -0
  106. package/types/components/Progress/StyledProgressCircle.d.ts +0 -0
  107. package/types/components/Progress/__tests__/index.spec.d.ts +0 -0
  108. package/types/components/Progress/index.d.ts +0 -0
  109. package/types/components/Progress/types.d.ts +0 -0
  110. package/types/components/Radio/Radio.d.ts +0 -0
  111. package/types/components/Radio/RadioGroup.d.ts +0 -0
  112. package/types/components/Radio/StyledRadio.d.ts +0 -0
  113. package/types/components/Radio/__tests__/Radio.spec.d.ts +0 -0
  114. package/types/components/Radio/__tests__/RadioGroup.spec.d.ts +0 -0
  115. package/types/components/Radio/__tests__/StyledRadio.spec.d.ts +0 -0
  116. package/types/components/Radio/index.d.ts +0 -0
  117. package/types/components/SectionHeading/StyledHeading.d.ts +0 -0
  118. package/types/components/SectionHeading/__tests__/index.spec.d.ts +0 -0
  119. package/types/components/SectionHeading/index.d.ts +0 -0
  120. package/types/components/Spinner/AnimatedSpinner.d.ts +0 -0
  121. package/types/components/Spinner/StyledSpinner.d.ts +0 -0
  122. package/types/components/Spinner/__tests__/AnimatedSpinner.spec.d.ts +0 -0
  123. package/types/components/Spinner/__tests__/StyledSpinner.spec.d.ts +0 -0
  124. package/types/components/Spinner/__tests__/index.spec.d.ts +0 -0
  125. package/types/components/Spinner/index.d.ts +0 -0
  126. package/types/components/Tabs/ActiveTabIndicator.d.ts +0 -0
  127. package/types/components/Tabs/ScrollableTabs.d.ts +0 -0
  128. package/types/components/Tabs/StyledScrollableTabs.d.ts +0 -0
  129. package/types/components/Tabs/StyledTabs.d.ts +0 -0
  130. package/types/components/Tabs/__tests__/ScrollableTabs.spec.d.ts +0 -0
  131. package/types/components/Tabs/__tests__/index.spec.d.ts +0 -0
  132. package/types/components/Tabs/index.d.ts +0 -0
  133. package/types/components/Tabs/utils.d.ts +0 -0
  134. package/types/components/Tag/StyledTag.d.ts +0 -0
  135. package/types/components/Tag/__tests__/Tag.spec.d.ts +0 -0
  136. package/types/components/Tag/index.d.ts +0 -0
  137. package/types/components/TextInput/StyledTextInput.d.ts +0 -0
  138. package/types/components/TextInput/__tests__/StyledTextInput.spec.d.ts +0 -0
  139. package/types/components/TextInput/__tests__/index.spec.d.ts +0 -0
  140. package/types/components/TextInput/index.d.ts +0 -0
  141. package/types/components/Toast/StyledToast.d.ts +45 -0
  142. package/types/components/Toast/Toast.d.ts +3 -0
  143. package/types/components/Toast/ToastContainer.d.ts +5 -0
  144. package/types/components/Toast/ToastContext.d.ts +11 -0
  145. package/types/components/Toast/ToastProvider.d.ts +10 -0
  146. package/{es/components/Avatar/__tests__/StyledAvatar.spec.d.ts → types/components/Toast/__tests__/Toast.spec.d.ts} +0 -0
  147. package/{es/components/Avatar/__tests__/index.spec.d.ts → types/components/Toast/__tests__/ToastContainer.spec.d.ts} +0 -0
  148. package/types/components/Toast/index.d.ts +8 -0
  149. package/types/components/Toast/types.d.ts +67 -0
  150. package/types/components/Typography/Text/StyledText.d.ts +0 -0
  151. package/types/components/Typography/Text/__tests__/StyledText.spec.d.ts +0 -0
  152. package/types/components/Typography/Text/__tests__/index.spec.d.ts +0 -0
  153. package/types/components/Typography/Text/index.d.ts +0 -0
  154. package/types/components/Typography/index.d.ts +0 -0
  155. package/types/index.d.ts +3 -1
  156. package/types/testHelpers/renderWithTheme.d.ts +0 -0
  157. package/types/theme/__tests__/index.spec.d.ts +0 -0
  158. package/types/theme/components/avatar.d.ts +0 -0
  159. package/types/theme/components/badge.d.ts +0 -0
  160. package/types/theme/components/bottomNavigation.d.ts +0 -0
  161. package/types/theme/components/bottomSheet.d.ts +0 -0
  162. package/types/theme/components/button.d.ts +0 -0
  163. package/types/theme/components/card.d.ts +0 -0
  164. package/types/theme/components/contentNavigator.d.ts +0 -0
  165. package/types/theme/components/divider.d.ts +0 -0
  166. package/types/theme/components/drawer.d.ts +0 -0
  167. package/types/theme/components/fab.d.ts +0 -0
  168. package/types/theme/components/icon.d.ts +0 -0
  169. package/types/theme/components/progress.d.ts +0 -0
  170. package/types/theme/components/radio.d.ts +0 -0
  171. package/types/theme/components/spinner.d.ts +0 -0
  172. package/types/theme/components/tabs.d.ts +0 -0
  173. package/types/theme/components/tag.d.ts +0 -0
  174. package/types/theme/components/textInput.d.ts +0 -0
  175. package/types/theme/components/toast.d.ts +24 -0
  176. package/types/theme/components/typography.d.ts +0 -0
  177. package/types/theme/global/borders.d.ts +0 -0
  178. package/types/theme/global/colors.d.ts +0 -0
  179. package/types/theme/global/index.d.ts +0 -0
  180. package/types/theme/global/scale.d.ts +0 -0
  181. package/types/theme/global/space.d.ts +0 -0
  182. package/types/theme/global/typography.d.ts +0 -0
  183. package/types/theme/index.d.ts +4 -0
  184. package/types/types.d.ts +0 -0
  185. package/types/utils/__tests__/scale.spec.d.ts +0 -0
  186. package/types/utils/helpers.d.ts +0 -0
  187. package/types/utils/hooks.d.ts +0 -0
  188. package/types/utils/scale.d.ts +0 -0
  189. package/.turbo/turbo-build:types.log +0 -2
  190. package/.turbo/turbo-build:watch.log +0 -1
  191. package/.turbo/turbo-lint.log +0 -2
  192. package/.turbo/turbo-type-check.log +0 -2
  193. package/es/components/Avatar/StyledAvatar.d.ts +0 -46
  194. package/es/components/Avatar/index.d.ts +0 -25
  195. package/es/components/Badge/Status.d.ts +0 -24
  196. package/es/components/Badge/StyledBadge.d.ts +0 -28
  197. package/es/components/Badge/__tests__/Badge.spec.d.ts +0 -1
  198. package/es/components/Badge/__tests__/Status.spec.d.ts +0 -1
  199. package/es/components/Badge/index.d.ts +0 -32
  200. package/es/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -52
  201. package/es/components/BottomNavigation/__tests__/index.spec.d.ts +0 -1
  202. package/es/components/BottomNavigation/index.d.ts +0 -45
  203. package/es/components/Button/IconButton.d.ts +0 -34
  204. package/es/components/Button/__tests__/index.spec.d.ts +0 -1
  205. package/es/components/Button/index.d.ts +0 -4
  206. package/es/components/Card/StyledCard.d.ts +0 -17
  207. package/es/components/Card/__tests__/StyledCard.spec.d.ts +0 -1
  208. package/es/components/Card/__tests__/index.spec.d.ts +0 -1
  209. package/es/components/Card/index.d.ts +0 -22
  210. package/es/components/Collapse/StyledCollapse.d.ts +0 -15
  211. package/es/components/Collapse/__tests__/StyledCollapse.spec.d.ts +0 -1
  212. package/es/components/Collapse/__tests__/index.spec.d.ts +0 -1
  213. package/es/components/Collapse/index.d.ts +0 -23
  214. package/es/components/Divider/StyledDivider.d.ts +0 -13
  215. package/es/components/Divider/__tests__/StyledDivider.spec.d.ts +0 -1
  216. package/es/components/Divider/index.d.ts +0 -21
  217. package/es/components/Drawer/StyledDrawer.d.ts +0 -25
  218. package/es/components/Drawer/__tests__/index.spec.d.ts +0 -1
  219. package/es/components/Drawer/index.d.ts +0 -25
  220. package/es/components/FAB/ActionGroup/ActionItem.d.ts +0 -12
  221. package/es/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -30
  222. package/es/components/FAB/ActionGroup/StyledActionItem.d.ts +0 -13
  223. package/es/components/FAB/ActionGroup/__tests__/index.spec.d.ts +0 -1
  224. package/es/components/FAB/ActionGroup/index.d.ts +0 -34
  225. package/es/components/FAB/AnimatedFABIcon.d.ts +0 -6
  226. package/es/components/FAB/FAB.d.ts +0 -34
  227. package/es/components/FAB/StyledFAB.d.ts +0 -20
  228. package/es/components/FAB/__tests__/AnimatedFABIcon.spec.d.ts +0 -1
  229. package/es/components/FAB/__tests__/StyledFAB.spec.d.ts +0 -1
  230. package/es/components/FAB/__tests__/index.spec.d.ts +0 -1
  231. package/es/components/FAB/index.d.ts +0 -4
  232. package/es/components/Icon/HeroIcon/index.d.ts +0 -13
  233. package/es/components/Icon/IconList.d.ts +0 -2
  234. package/es/components/Icon/__tests__/index.spec.d.ts +0 -1
  235. package/es/components/Icon/index.d.ts +0 -27
  236. package/es/components/Icon/utils.d.ts +0 -2
  237. package/es/components/Progress/ProgressBar.d.ts +0 -18
  238. package/es/components/Progress/ProgressCircle.d.ts +0 -18
  239. package/es/components/Progress/StyledProgressBar.d.ts +0 -18
  240. package/es/components/Progress/StyledProgressCircle.d.ts +0 -38
  241. package/es/components/Progress/index.d.ts +0 -5
  242. package/es/components/Progress/types.d.ts +0 -1
  243. package/es/components/Tabs/ActiveTabIndicator.d.ts +0 -8
  244. package/es/components/Tabs/ScrollableTabs.d.ts +0 -3
  245. package/es/components/Tabs/StyledScrollableTabs.d.ts +0 -61
  246. package/es/components/Tabs/StyledTabs.d.ts +0 -55
  247. package/es/components/Tabs/__tests__/ScrollableTabs.spec.d.ts +0 -1
  248. package/es/components/Tabs/__tests__/index.spec.d.ts +0 -1
  249. package/es/components/Tabs/index.d.ts +0 -54
  250. package/es/components/Tabs/utils.d.ts +0 -2
  251. package/es/components/Tag/StyledTag.d.ts +0 -20
  252. package/es/components/Tag/__tests__/Tag.spec.d.ts +0 -1
  253. package/es/components/Tag/index.d.ts +0 -21
  254. package/es/components/Typography/Text/StyledText.d.ts +0 -13
  255. package/es/components/Typography/Text/__tests__/StyledText.spec.d.ts +0 -1
  256. package/es/components/Typography/Text/__tests__/index.spec.d.ts +0 -1
  257. package/es/components/Typography/Text/index.d.ts +0 -30
  258. package/es/components/Typography/index.d.ts +0 -6
  259. package/es/index.d.ts +0 -19
  260. package/es/theme/__tests__/index.spec.d.ts +0 -1
  261. package/es/theme/components/avatar.d.ts +0 -32
  262. package/es/theme/components/badge.d.ts +0 -29
  263. package/es/theme/components/bottomNavigation.d.ts +0 -23
  264. package/es/theme/components/card.d.ts +0 -10
  265. package/es/theme/components/divider.d.ts +0 -17
  266. package/es/theme/components/drawer.d.ts +0 -21
  267. package/es/theme/components/fab.d.ts +0 -51
  268. package/es/theme/components/icon.d.ts +0 -19
  269. package/es/theme/components/progress.d.ts +0 -21
  270. package/es/theme/components/tabs.d.ts +0 -27
  271. package/es/theme/components/tag.d.ts +0 -30
  272. package/es/theme/components/typography.d.ts +0 -26
  273. package/es/theme/global/borders.d.ts +0 -11
  274. package/es/theme/global/colors.d.ts +0 -29
  275. package/es/theme/global/index.d.ts +0 -39
  276. package/es/theme/global/scale.d.ts +0 -9
  277. package/es/theme/global/space.d.ts +0 -13
  278. package/es/theme/global/typography.d.ts +0 -21
  279. package/es/theme/index.d.ts +0 -33
  280. package/es/types.d.ts +0 -5
  281. package/es/utils/__tests__/scale.spec.d.ts +0 -1
  282. package/es/utils/helpers.d.ts +0 -2
  283. package/es/utils/hooks.d.ts +0 -1
  284. package/es/utils/scale.d.ts +0 -3
  285. package/lib/components/Avatar/StyledAvatar.d.ts +0 -46
  286. package/lib/components/Avatar/__tests__/StyledAvatar.spec.d.ts +0 -1
  287. package/lib/components/Avatar/__tests__/index.spec.d.ts +0 -1
  288. package/lib/components/Avatar/index.d.ts +0 -25
  289. package/lib/components/Badge/Status.d.ts +0 -24
  290. package/lib/components/Badge/StyledBadge.d.ts +0 -28
  291. package/lib/components/Badge/__tests__/Badge.spec.d.ts +0 -1
  292. package/lib/components/Badge/__tests__/Status.spec.d.ts +0 -1
  293. package/lib/components/Badge/index.d.ts +0 -32
  294. package/lib/components/BottomNavigation/StyledBottomNavigation.d.ts +0 -52
  295. package/lib/components/BottomNavigation/__tests__/index.spec.d.ts +0 -1
  296. package/lib/components/BottomNavigation/index.d.ts +0 -45
  297. package/lib/components/Button/IconButton.d.ts +0 -34
  298. package/lib/components/Button/__tests__/index.spec.d.ts +0 -1
  299. package/lib/components/Button/index.d.ts +0 -4
  300. package/lib/components/Card/StyledCard.d.ts +0 -17
  301. package/lib/components/Card/__tests__/StyledCard.spec.d.ts +0 -1
  302. package/lib/components/Card/__tests__/index.spec.d.ts +0 -1
  303. package/lib/components/Card/index.d.ts +0 -22
  304. package/lib/components/Collapse/StyledCollapse.d.ts +0 -15
  305. package/lib/components/Collapse/__tests__/StyledCollapse.spec.d.ts +0 -1
  306. package/lib/components/Collapse/__tests__/index.spec.d.ts +0 -1
  307. package/lib/components/Collapse/index.d.ts +0 -23
  308. package/lib/components/Divider/StyledDivider.d.ts +0 -13
  309. package/lib/components/Divider/__tests__/StyledDivider.spec.d.ts +0 -1
  310. package/lib/components/Divider/index.d.ts +0 -21
  311. package/lib/components/Drawer/StyledDrawer.d.ts +0 -25
  312. package/lib/components/Drawer/__tests__/index.spec.d.ts +0 -1
  313. package/lib/components/Drawer/index.d.ts +0 -25
  314. package/lib/components/FAB/ActionGroup/ActionItem.d.ts +0 -12
  315. package/lib/components/FAB/ActionGroup/StyledActionGroup.d.ts +0 -30
  316. package/lib/components/FAB/ActionGroup/StyledActionItem.d.ts +0 -13
  317. package/lib/components/FAB/ActionGroup/__tests__/index.spec.d.ts +0 -1
  318. package/lib/components/FAB/ActionGroup/index.d.ts +0 -34
  319. package/lib/components/FAB/AnimatedFABIcon.d.ts +0 -6
  320. package/lib/components/FAB/FAB.d.ts +0 -34
  321. package/lib/components/FAB/StyledFAB.d.ts +0 -20
  322. package/lib/components/FAB/__tests__/AnimatedFABIcon.spec.d.ts +0 -1
  323. package/lib/components/FAB/__tests__/StyledFAB.spec.d.ts +0 -1
  324. package/lib/components/FAB/__tests__/index.spec.d.ts +0 -1
  325. package/lib/components/FAB/index.d.ts +0 -4
  326. package/lib/components/Icon/HeroIcon/index.d.ts +0 -13
  327. package/lib/components/Icon/IconList.d.ts +0 -2
  328. package/lib/components/Icon/__tests__/index.spec.d.ts +0 -1
  329. package/lib/components/Icon/index.d.ts +0 -27
  330. package/lib/components/Icon/utils.d.ts +0 -2
  331. package/lib/components/Progress/ProgressBar.d.ts +0 -18
  332. package/lib/components/Progress/ProgressCircle.d.ts +0 -18
  333. package/lib/components/Progress/StyledProgressBar.d.ts +0 -18
  334. package/lib/components/Progress/StyledProgressCircle.d.ts +0 -38
  335. package/lib/components/Progress/index.d.ts +0 -5
  336. package/lib/components/Progress/types.d.ts +0 -1
  337. package/lib/components/Tabs/ActiveTabIndicator.d.ts +0 -8
  338. package/lib/components/Tabs/ScrollableTabs.d.ts +0 -3
  339. package/lib/components/Tabs/StyledScrollableTabs.d.ts +0 -61
  340. package/lib/components/Tabs/StyledTabs.d.ts +0 -55
  341. package/lib/components/Tabs/__tests__/ScrollableTabs.spec.d.ts +0 -1
  342. package/lib/components/Tabs/__tests__/index.spec.d.ts +0 -1
  343. package/lib/components/Tabs/index.d.ts +0 -54
  344. package/lib/components/Tabs/utils.d.ts +0 -2
  345. package/lib/components/Tag/StyledTag.d.ts +0 -20
  346. package/lib/components/Tag/__tests__/Tag.spec.d.ts +0 -1
  347. package/lib/components/Tag/index.d.ts +0 -21
  348. package/lib/components/Typography/Text/StyledText.d.ts +0 -13
  349. package/lib/components/Typography/Text/__tests__/StyledText.spec.d.ts +0 -1
  350. package/lib/components/Typography/Text/__tests__/index.spec.d.ts +0 -1
  351. package/lib/components/Typography/Text/index.d.ts +0 -30
  352. package/lib/components/Typography/index.d.ts +0 -6
  353. package/lib/index.d.ts +0 -19
  354. package/lib/theme/__tests__/index.spec.d.ts +0 -1
  355. package/lib/theme/components/avatar.d.ts +0 -32
  356. package/lib/theme/components/badge.d.ts +0 -29
  357. package/lib/theme/components/bottomNavigation.d.ts +0 -23
  358. package/lib/theme/components/card.d.ts +0 -10
  359. package/lib/theme/components/divider.d.ts +0 -17
  360. package/lib/theme/components/drawer.d.ts +0 -21
  361. package/lib/theme/components/fab.d.ts +0 -51
  362. package/lib/theme/components/icon.d.ts +0 -19
  363. package/lib/theme/components/progress.d.ts +0 -21
  364. package/lib/theme/components/tabs.d.ts +0 -27
  365. package/lib/theme/components/tag.d.ts +0 -30
  366. package/lib/theme/components/typography.d.ts +0 -26
  367. package/lib/theme/global/borders.d.ts +0 -11
  368. package/lib/theme/global/colors.d.ts +0 -29
  369. package/lib/theme/global/index.d.ts +0 -39
  370. package/lib/theme/global/scale.d.ts +0 -9
  371. package/lib/theme/global/space.d.ts +0 -13
  372. package/lib/theme/global/typography.d.ts +0 -21
  373. package/lib/theme/index.d.ts +0 -33
  374. package/lib/types.d.ts +0 -5
  375. package/lib/utils/__tests__/scale.spec.d.ts +0 -1
  376. package/lib/utils/helpers.d.ts +0 -2
  377. package/lib/utils/hooks.d.ts +0 -1
  378. package/lib/utils/scale.d.ts +0 -3
  379. package/types/components/SectionHeading/__tests__/StyledHeading.d.ts +0 -1
@@ -1,29 +0,0 @@
1
- declare const systemPalette: {
2
- primary: string;
3
- primaryLight: string;
4
- primaryDark: string;
5
- primaryBackground: string;
6
- info: string;
7
- infoLight: string;
8
- infoBackground: string;
9
- success: string;
10
- successDark: string;
11
- successLight: string;
12
- successBackground: string;
13
- danger: string;
14
- dangerLight: string;
15
- dangerBackground: string;
16
- warning: string;
17
- warningDark: string;
18
- warningBackground: string;
19
- platformBackground: string;
20
- backgroundLight: string;
21
- backgroundDark: string;
22
- text: string;
23
- disabledText: string;
24
- invertedText: string;
25
- outline: string;
26
- archived: string;
27
- };
28
- declare type SystemPalette = typeof systemPalette;
29
- export { systemPalette, SystemPalette };
@@ -1,39 +0,0 @@
1
- import { scale as defaultScale, Scale } from './scale';
2
- import { systemPalette as defaultSystemPalette, SystemPalette } from './colors';
3
- declare const getGlobalTheme: (scale: Scale, systemPalette: SystemPalette) => {
4
- colors: {
5
- primary: string;
6
- primaryLight: string;
7
- primaryDark: string;
8
- primaryBackground: string;
9
- info: string;
10
- infoLight: string;
11
- infoBackground: string;
12
- success: string;
13
- successDark: string;
14
- successLight: string;
15
- successBackground: string;
16
- danger: string;
17
- dangerLight: string;
18
- dangerBackground: string;
19
- warning: string;
20
- warningDark: string;
21
- warningBackground: string;
22
- platformBackground: string;
23
- backgroundLight: string;
24
- backgroundDark: string;
25
- text: string;
26
- disabledText: string;
27
- invertedText: string;
28
- outline: string;
29
- archived: string;
30
- };
31
- fonts: import("./typography").Fonts;
32
- fontSizes: import("./typography").FontSizes;
33
- lineHeights: import("./typography").FontSizes;
34
- borderWidths: import("./borders").BorderWidths;
35
- space: import("./space").Space;
36
- radii: import("./borders").Radii;
37
- };
38
- declare type GlobalTheme = ReturnType<typeof getGlobalTheme>;
39
- export { GlobalTheme, Scale, SystemPalette, getGlobalTheme, defaultScale, defaultSystemPalette, };
@@ -1,9 +0,0 @@
1
- declare const scale: {
2
- borderWidth: number;
3
- space: number;
4
- font: string;
5
- fontSize: number;
6
- radius: number;
7
- };
8
- declare type Scale = typeof scale;
9
- export { scale, Scale };
@@ -1,13 +0,0 @@
1
- interface Space {
2
- large: number;
3
- medium: number;
4
- small: number;
5
- xlarge: number;
6
- xsmall: number;
7
- xxlarge: number;
8
- xxsmall: number;
9
- xxxlarge: number;
10
- xxxxlarge: number;
11
- }
12
- declare const getSpace: (baseSpace: number) => Space;
13
- export { Space, getSpace };
@@ -1,21 +0,0 @@
1
- interface Fonts {
2
- light: string;
3
- regular: string;
4
- semiBold: string;
5
- }
6
- interface FontSizes {
7
- xxxxxlarge: number;
8
- xxxxlarge: number;
9
- xxxlarge: number;
10
- xxlarge: number;
11
- xlarge: number;
12
- large: number;
13
- medium: number;
14
- small: number;
15
- xsmall: number;
16
- }
17
- declare type LineHeights = FontSizes;
18
- declare const getFonts: (baseFont: string) => Fonts;
19
- declare const getFontSizes: (baseFontSize: number) => FontSizes;
20
- declare const getLineHeights: (fontSizes: FontSizes) => LineHeights;
21
- export { Fonts, FontSizes, LineHeights, getFonts, getFontSizes, getLineHeights, };
@@ -1,33 +0,0 @@
1
- import { GlobalTheme, Scale, SystemPalette } from './global';
2
- import getBadgeTheme from './components/badge';
3
- import getBottomNavigationTheme from './components/bottomNavigation';
4
- import getCardTheme from './components/card';
5
- import getDividerTheme from './components/divider';
6
- import getDrawerTheme from './components/drawer';
7
- import getTabsTheme from './components/tabs';
8
- import getTagTheme from './components/tag';
9
- import getIconTheme from './components/icon';
10
- import getProgressTheme from './components/progress';
11
- import getTypographyTheme from './components/typography';
12
- import getFABTheme from './components/fab';
13
- import getAvatarTheme from './components/avatar';
14
- declare type Theme = GlobalTheme & {
15
- __hd__: {
16
- avatar: ReturnType<typeof getAvatarTheme>;
17
- badge: ReturnType<typeof getBadgeTheme>;
18
- bottomNavigation: ReturnType<typeof getBottomNavigationTheme>;
19
- card: ReturnType<typeof getCardTheme>;
20
- divider: ReturnType<typeof getDividerTheme>;
21
- drawer: ReturnType<typeof getDrawerTheme>;
22
- icon: ReturnType<typeof getIconTheme>;
23
- progress: ReturnType<typeof getProgressTheme>;
24
- tabs: ReturnType<typeof getTabsTheme>;
25
- tag: ReturnType<typeof getTagTheme>;
26
- typography: ReturnType<typeof getTypographyTheme>;
27
- fab: ReturnType<typeof getFABTheme>;
28
- };
29
- };
30
- declare const getTheme: (scale?: Scale, systemPallete?: SystemPalette) => Theme;
31
- declare const theme: Theme;
32
- export { Theme, getTheme };
33
- export default theme;
package/es/types.d.ts DELETED
@@ -1,5 +0,0 @@
1
- import { BottomNavigationTabType } from './components/BottomNavigation';
2
- import { IconName } from './components/Icon';
3
- import { TabType } from './components/Tabs';
4
- import { Theme } from './theme';
5
- export type { BottomNavigationTabType, IconName, TabType, Theme };
@@ -1 +0,0 @@
1
- export {};
@@ -1,2 +0,0 @@
1
- export declare const isIOS: boolean;
2
- export declare const isAndroid: boolean;
@@ -1 +0,0 @@
1
- export declare const usePrevious: <T>(value: T) => T | undefined;
@@ -1,3 +0,0 @@
1
- export declare const BASE_WIDTH = 390;
2
- export declare const horizontalScale: (size: number) => number;
3
- export declare const scale: (size: number, factor?: number) => number;
@@ -1,46 +0,0 @@
1
- /// <reference types="react" />
2
- import { View, Image, TouchableOpacity, Text } from 'react-native';
3
- declare type ThemeSize = 'small' | 'medium' | 'large' | 'xlarge';
4
- declare type ThemeIntent = 'primary' | 'info' | 'danger' | 'success' | 'warning';
5
- declare const StyledPressable: import("@emotion/native").StyledComponent<import("react-native").TouchableOpacityProps & {
6
- theme?: import("@emotion/react").Theme | undefined;
7
- as?: import("react").ElementType<any> | undefined;
8
- } & {
9
- themeSize: ThemeSize;
10
- themeIntent: ThemeIntent;
11
- }, {}, {
12
- ref?: import("react").Ref<TouchableOpacity> | undefined;
13
- }>;
14
- declare const StyledView: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
15
- theme?: import("@emotion/react").Theme | undefined;
16
- as?: import("react").ElementType<any> | undefined;
17
- } & {
18
- themeSize: ThemeSize;
19
- themeIntent: ThemeIntent;
20
- }, {}, {
21
- ref?: import("react").Ref<View> | undefined;
22
- }>;
23
- declare const StyledTextWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
24
- theme?: import("@emotion/react").Theme | undefined;
25
- as?: import("react").ElementType<any> | undefined;
26
- }, {}, {
27
- ref?: import("react").Ref<View> | undefined;
28
- }>;
29
- declare const StyledText: import("@emotion/native").StyledComponent<import("react-native").TextProps & {
30
- theme?: import("@emotion/react").Theme | undefined;
31
- as?: import("react").ElementType<any> | undefined;
32
- } & {
33
- themeSize: ThemeSize;
34
- themeIntent: ThemeIntent;
35
- }, {}, {
36
- ref?: import("react").Ref<Text> | undefined;
37
- }>;
38
- declare const StyledImage: import("@emotion/native").StyledComponent<import("react-native").ImageProps & {
39
- theme?: import("@emotion/react").Theme | undefined;
40
- as?: import("react").ElementType<any> | undefined;
41
- } & {
42
- themeSize: ThemeSize;
43
- }, {}, {
44
- ref?: import("react").Ref<Image> | undefined;
45
- }>;
46
- export { StyledPressable, StyledView, StyledImage, StyledTextWrapper, StyledText, };
@@ -1 +0,0 @@
1
- export {};
@@ -1,25 +0,0 @@
1
- import { ImageSourcePropType, StyleProp, ViewProps, ViewStyle } from 'react-native';
2
- interface AvatarProps extends ViewProps {
3
- /** Callback function when pressing component. */
4
- onPress?: () => void;
5
- /** Image source to be displayed on avatar. */
6
- source?: ImageSourcePropType;
7
- /** Renders title in the placeholder. */
8
- title?: string;
9
- /**
10
- * Intent of the Icon.
11
- */
12
- intent?: 'primary' | 'info' | 'danger' | 'success' | 'warning';
13
- /** Size of the avatar. */
14
- size?: 'small' | 'medium' | 'large' | 'xlarge';
15
- /**
16
- * Addditional style.
17
- */
18
- style?: StyleProp<ViewStyle>;
19
- /**
20
- * Testing id of the component.
21
- */
22
- testID?: string;
23
- }
24
- declare const Avatar: ({ onPress, source, testID, style, title, size, intent, }: AvatarProps) => JSX.Element | null;
25
- export default Avatar;
@@ -1,24 +0,0 @@
1
- import { StyleProp, ViewStyle, ViewProps } from 'react-native';
2
- import { ReactNode } from 'react';
3
- export interface StatusProps extends ViewProps {
4
- children: ReactNode;
5
- /**
6
- * Whether the Status Badge is visible.
7
- */
8
- visible?: boolean;
9
- /**
10
- /**
11
- * Visual intent color to apply to Status Badge.
12
- */
13
- intent?: 'success' | 'warning' | 'danger' | 'info' | 'archived';
14
- /**
15
- * Additional style.
16
- */
17
- style?: StyleProp<ViewStyle>;
18
- /**
19
- * Testing id of the component.
20
- */
21
- testID?: string;
22
- }
23
- declare const Status: ({ children, visible, intent, style, testID, ...nativeProps }: StatusProps) => JSX.Element;
24
- export default Status;
@@ -1,28 +0,0 @@
1
- /// <reference types="react" />
2
- import { Animated, Text } from 'react-native';
3
- declare type ThemeIntent = 'success' | 'warning' | 'danger' | 'info' | 'archived';
4
- declare type ThemePadding = 'narrowContent' | 'wideContent';
5
- declare const StyledView: import("@emotion/native").StyledComponent<Animated.AnimatedProps<import("react-native").ViewProps & import("react").RefAttributes<import("react-native").View>> & {
6
- children?: import("react").ReactNode;
7
- } & {
8
- theme?: import("@emotion/react").Theme | undefined;
9
- as?: import("react").ElementType<any> | undefined;
10
- } & {
11
- themeIntent: ThemeIntent;
12
- themePadding: ThemePadding;
13
- }, {}, {}>;
14
- declare const StyledText: import("@emotion/native").StyledComponent<import("react-native").TextProps & {
15
- theme?: import("@emotion/react").Theme | undefined;
16
- as?: import("react").ElementType<any> | undefined;
17
- }, {}, {
18
- ref?: import("react").Ref<Text> | undefined;
19
- }>;
20
- declare const StyledStatus: import("@emotion/native").StyledComponent<Animated.AnimatedProps<import("react-native").ViewProps & import("react").RefAttributes<import("react-native").View>> & {
21
- children?: import("react").ReactNode;
22
- } & {
23
- theme?: import("@emotion/react").Theme | undefined;
24
- as?: import("react").ElementType<any> | undefined;
25
- } & {
26
- themeIntent: ThemeIntent;
27
- }, {}, {}>;
28
- export { StyledView, StyledText, StyledStatus };
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,32 +0,0 @@
1
- import { Animated, StyleProp, ViewStyle } from 'react-native';
2
- import React from 'react';
3
- interface BadgeProps extends React.ComponentProps<typeof Animated.View> {
4
- /**
5
- * Content of the Badge.
6
- */
7
- content: string | number;
8
- /**
9
- * Whether the Badge is visible.
10
- */
11
- visible?: boolean;
12
- /**
13
- * The maximum number displayed on the badge. If number exceeds this value, `${max}+` are displayed instead. (Only applied when content is number.)
14
- */
15
- max?: number;
16
- /**
17
- * Visual intent color to apply to Badge.
18
- */
19
- intent?: 'success' | 'warning' | 'danger' | 'info' | 'archived';
20
- /**
21
- * Additional style.
22
- */
23
- style?: StyleProp<ViewStyle>;
24
- /**
25
- * Testing id of the component.
26
- */
27
- testID?: string;
28
- }
29
- declare const _default: (({ content: originalContent, visible, max, intent, style, testID, ...nativeProps }: BadgeProps) => JSX.Element) & {
30
- Status: ({ children, visible, intent, style, testID, ...nativeProps }: import("./Status").StatusProps) => JSX.Element;
31
- };
32
- export default _default;
@@ -1,52 +0,0 @@
1
- /// <reference types="react" />
2
- import { View } from 'react-native';
3
- declare const BottomNavigationTab: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
4
- theme?: import("@emotion/react").Theme | undefined;
5
- as?: import("react").ElementType<any> | undefined;
6
- } & {
7
- themeVisibility?: boolean | undefined;
8
- }, {}, {
9
- ref?: import("react").Ref<View> | undefined;
10
- }>;
11
- declare const BottomNavigationContainer: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
12
- theme?: import("@emotion/react").Theme | undefined;
13
- as?: import("react").ElementType<any> | undefined;
14
- }, {}, {
15
- ref?: import("react").Ref<View> | undefined;
16
- }>;
17
- declare const ContentWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
18
- theme?: import("@emotion/react").Theme | undefined;
19
- as?: import("react").ElementType<any> | undefined;
20
- }, {}, {
21
- ref?: import("react").Ref<View> | undefined;
22
- }>;
23
- declare const BottomBarWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
24
- theme?: import("@emotion/react").Theme | undefined;
25
- as?: import("react").ElementType<any> | undefined;
26
- } & {
27
- themeInsets: {
28
- top: number;
29
- right: number;
30
- bottom: number;
31
- left: number;
32
- };
33
- }, {}, {
34
- ref?: import("react").Ref<View> | undefined;
35
- }>;
36
- declare const BottomBar: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
37
- theme?: import("@emotion/react").Theme | undefined;
38
- as?: import("react").ElementType<any> | undefined;
39
- }, {}, {
40
- ref?: import("react").Ref<View> | undefined;
41
- }>;
42
- declare const BottomBarItem: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
43
- theme?: import("@emotion/react").Theme | undefined;
44
- as?: import("react").ElementType<any> | undefined;
45
- }, {}, {
46
- ref?: import("react").Ref<View> | undefined;
47
- }>;
48
- declare const StyledBottomBarText: import("@emotion/native").StyledComponent<import("../Typography/Text").TextProps & {
49
- theme?: import("@emotion/react").Theme | undefined;
50
- as?: import("react").ElementType<any> | undefined;
51
- }, {}, {}>;
52
- export { BottomBar, BottomBarItem, BottomNavigationTab, BottomNavigationContainer, BottomBarWrapper, ContentWrapper, StyledBottomBarText, };
@@ -1,45 +0,0 @@
1
- import { ReactNode } from 'react';
2
- import { StyleProp, ViewStyle, ViewProps } from 'react-native';
3
- import { IconName } from '../Icon';
4
- export declare type BottomNavigationTabType = {
5
- key: string;
6
- title?: string;
7
- icon: IconName;
8
- component: ReactNode;
9
- testID?: string;
10
- };
11
- interface BottomNavigationProps extends ViewProps {
12
- /**
13
- * Callback which is called on tab press, receiving key of upcoming active Tab.
14
- */
15
- onTabPress: (key: string) => void;
16
- /**
17
- * Whether inactive tabs should be removed and unmounted in React.
18
- * Defaults to `false`.
19
- */
20
- renderActiveTabOnly?: boolean;
21
- /**
22
- * Current selected tab key.
23
- */
24
- selectedTabKey: string;
25
- /**
26
- * List of Tabs to be rendered. Each Tab must have an unique key.
27
- */
28
- tabs: {
29
- key: string;
30
- title?: string;
31
- icon: IconName;
32
- component: ReactNode;
33
- testID?: string;
34
- }[];
35
- /**
36
- * Additional style.
37
- */
38
- style?: StyleProp<ViewStyle>;
39
- /**
40
- * Testing id of the component.
41
- */
42
- testID?: string;
43
- }
44
- declare const BottomNavigation: ({ onTabPress, renderActiveTabOnly, selectedTabKey, tabs, ...nativeProps }: BottomNavigationProps) => JSX.Element;
45
- export default BottomNavigation;
@@ -1,34 +0,0 @@
1
- import { StyleProp, ViewStyle, TouchableOpacityProps } from 'react-native';
2
- import { IconProps, IconName } from '../Icon';
3
- export interface IconButtonProps {
4
- /**
5
- * Set how far you can touch from the button.
6
- */
7
- hitSlop?: TouchableOpacityProps['hitSlop'];
8
- /**
9
- * Name of the Icon.
10
- */
11
- icon: IconName;
12
- /**
13
- * Intent of the Icon.
14
- */
15
- intent?: IconProps['intent'];
16
- /**
17
- * Set the handler to handle press event.
18
- */
19
- onPress: () => void;
20
- /**
21
- * Size of the Icon.
22
- */
23
- size?: IconProps['size'];
24
- /**
25
- * Additional style.
26
- */
27
- style?: StyleProp<ViewStyle>;
28
- /**
29
- * Testing id of component.
30
- */
31
- testID?: string;
32
- }
33
- declare const IconButton: ({ hitSlop, onPress, icon, testID, style, size, intent, }: IconButtonProps) => JSX.Element;
34
- export default IconButton;
@@ -1 +0,0 @@
1
- export {};
@@ -1,4 +0,0 @@
1
- declare const Button: {
2
- readonly Icon: ({ hitSlop, onPress, icon, testID, style, size, intent, }: import("./IconButton").IconButtonProps) => JSX.Element;
3
- };
4
- export default Button;
@@ -1,17 +0,0 @@
1
- /// <reference types="react" />
2
- import { View } from 'react-native';
3
- declare const StyledCard: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
4
- theme?: import("@emotion/react").Theme | undefined;
5
- as?: import("react").ElementType<any> | undefined;
6
- } & {
7
- themeVariant: 'basic' | 'data';
8
- }, {}, {
9
- ref?: import("react").Ref<View> | undefined;
10
- }>;
11
- declare const LeftDataCard: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
12
- theme?: import("@emotion/react").Theme | undefined;
13
- as?: import("react").ElementType<any> | undefined;
14
- }, {}, {
15
- ref?: import("react").Ref<View> | undefined;
16
- }>;
17
- export { StyledCard, LeftDataCard };
@@ -1 +0,0 @@
1
- export {};
@@ -1 +0,0 @@
1
- export {};
@@ -1,22 +0,0 @@
1
- import { ReactNode } from 'react';
2
- import { StyleProp, ViewStyle, ViewProps } from 'react-native';
3
- interface CardProps extends ViewProps {
4
- /**
5
- * Card's content.
6
- */
7
- children?: ReactNode;
8
- /**
9
- * Card type.
10
- */
11
- variant?: 'basic' | 'data';
12
- /**
13
- * Addditional style.
14
- */
15
- style?: StyleProp<ViewStyle>;
16
- /**
17
- * Testing id of the component.
18
- */
19
- testID?: string;
20
- }
21
- declare const Card: ({ variant, children, ...nativeProps }: CardProps) => JSX.Element;
22
- export default Card;
@@ -1,15 +0,0 @@
1
- /// <reference types="react" />
2
- import { Animated, View } from 'react-native';
3
- declare const StyledWrapper: import("@emotion/native").StyledComponent<Animated.AnimatedProps<import("react-native").ViewProps & import("react").RefAttributes<View>> & {
4
- children?: import("react").ReactNode;
5
- } & {
6
- theme?: import("@emotion/react").Theme | undefined;
7
- as?: import("react").ElementType<any> | undefined;
8
- }, {}, {}>;
9
- declare const StyledChildWrapper: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
10
- theme?: import("@emotion/react").Theme | undefined;
11
- as?: import("react").ElementType<any> | undefined;
12
- }, {}, {
13
- ref?: import("react").Ref<View> | undefined;
14
- }>;
15
- export { StyledWrapper, StyledChildWrapper };
@@ -1 +0,0 @@
1
- export {};
@@ -1,23 +0,0 @@
1
- import { StyleProp, ViewProps, ViewStyle } from 'react-native';
2
- import { ReactNode } from 'react';
3
- interface CollapseProps extends ViewProps {
4
- children: ReactNode;
5
- /**
6
- * Whether the child components will remain mounted when the Collapse is closed.
7
- */
8
- keepChildrenMounted?: boolean;
9
- /**
10
- * Whether the component is open or closed.
11
- */
12
- open?: boolean;
13
- /**
14
- * Addditional style.
15
- */
16
- style?: StyleProp<ViewStyle>;
17
- /**
18
- * Testing id of the component.
19
- */
20
- testID?: string;
21
- }
22
- declare const Collapse: ({ open, keepChildrenMounted, children, testID, style, }: CollapseProps) => JSX.Element;
23
- export default Collapse;
@@ -1,13 +0,0 @@
1
- /// <reference types="react" />
2
- import { View } from 'react-native';
3
- declare type MarginSize = 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
4
- declare const StyledDivider: import("@emotion/native").StyledComponent<import("react-native").ViewProps & {
5
- theme?: import("@emotion/react").Theme | undefined;
6
- as?: import("react").ElementType<any> | undefined;
7
- } & {
8
- themeMarginHorizontal?: MarginSize | undefined;
9
- themeMarginVertical?: MarginSize | undefined;
10
- }, {}, {
11
- ref?: import("react").Ref<View> | undefined;
12
- }>;
13
- export { StyledDivider };
@@ -1,21 +0,0 @@
1
- import { StyleProp, ViewStyle, ViewProps } from 'react-native';
2
- interface DividerProps extends ViewProps {
3
- /**
4
- * Horizontal margin size. There is no margin by default.
5
- */
6
- marginHorizontal?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
7
- /**
8
- * Vertical margin size. There is no margin by default.
9
- */
10
- marginVertical?: 'xsmall' | 'small' | 'medium' | 'large' | 'xlarge';
11
- /**
12
- * Additional style.
13
- */
14
- style?: StyleProp<ViewStyle>;
15
- /**
16
- * Testing id of the component.
17
- */
18
- testID?: string;
19
- }
20
- declare const Divider: ({ marginHorizontal, marginVertical, style, testID, ...nativeProps }: DividerProps) => JSX.Element;
21
- export default Divider;