native-pytech 1.0.1

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 (331) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +30 -0
  3. package/dist/app/assets/components/removeCircle.d.ts +2 -0
  4. package/dist/app/assets/components/removeCircle.js +2 -0
  5. package/dist/app/assets/components/reorderThreeOutline.d.ts +2 -0
  6. package/dist/app/assets/components/reorderThreeOutline.js +2 -0
  7. package/dist/app/assets/ionicons.d.ts +2 -0
  8. package/dist/app/assets/ionicons.js +2 -0
  9. package/dist/app/components/closeButton.d.ts +2 -0
  10. package/dist/app/components/closeButton.js +2 -0
  11. package/dist/app/components/gradient.d.ts +2 -0
  12. package/dist/app/components/gradient.js +2 -0
  13. package/dist/app/components/link.d.ts +2 -0
  14. package/dist/app/components/link.js +2 -0
  15. package/dist/app/components/text.d.ts +2 -0
  16. package/dist/app/components/text.js +2 -0
  17. package/dist/app/components/theme.d.ts +2 -0
  18. package/dist/app/components/theme.js +2 -0
  19. package/dist/app/constants/colors.d.ts +2 -0
  20. package/dist/app/constants/colors.js +2 -0
  21. package/dist/app/constants/consts.d.ts +1 -0
  22. package/dist/app/constants/consts.js +1 -0
  23. package/dist/app/constants/handleFontObserver.d.ts +2 -0
  24. package/dist/app/constants/handleFontObserver.js +2 -0
  25. package/dist/app/constants/hooks.d.ts +1 -0
  26. package/dist/app/constants/hooks.js +1 -0
  27. package/dist/app/constants/utils.d.ts +1 -0
  28. package/dist/app/constants/utils.js +1 -0
  29. package/dist/app/footer.d.ts +2 -0
  30. package/dist/app/footer.js +2 -0
  31. package/dist/app/login.d.ts +2 -0
  32. package/dist/app/login.js +2 -0
  33. package/dist/app/page.d.ts +2 -0
  34. package/dist/app/page.js +2 -0
  35. package/dist/app/providers/app.d.ts +2 -0
  36. package/dist/app/providers/app.js +2 -0
  37. package/dist/app/segmentedControl.d.ts +2 -0
  38. package/dist/app/segmentedControl.js +2 -0
  39. package/dist/app/sql.d.ts +2 -0
  40. package/dist/app/sql.js +2 -0
  41. package/dist/app/supabase.d.ts +2 -0
  42. package/dist/app/supabase.js +2 -0
  43. package/dist/app/swiftui.d.ts +1 -0
  44. package/dist/app/swiftui.js +1 -0
  45. package/dist/app/table.d.ts +2 -0
  46. package/dist/app/table.js +2 -0
  47. package/dist/index.d.ts +8 -0
  48. package/dist/index.js +8 -0
  49. package/dist/libs/assets/components/RemoveCircle.d.ts +6 -0
  50. package/dist/libs/assets/components/RemoveCircle.js +25 -0
  51. package/dist/libs/assets/components/ReorderThreeOutline.d.ts +5 -0
  52. package/dist/libs/assets/components/ReorderThreeOutline.js +15 -0
  53. package/dist/libs/assets/images/android-icon-background-nuevo.png +0 -0
  54. package/dist/libs/assets/images/android-icon-background.png +0 -0
  55. package/dist/libs/assets/images/android-icon-foreground-nuevo.png +0 -0
  56. package/dist/libs/assets/images/android-icon-foreground-nuevo2.png +0 -0
  57. package/dist/libs/assets/images/android-icon-foreground.png +0 -0
  58. package/dist/libs/assets/images/android-icon-monochrome.png +0 -0
  59. package/dist/libs/assets/images/arrow.png +0 -0
  60. package/dist/libs/assets/images/check.svg +1 -0
  61. package/dist/libs/assets/images/favicon.ico +0 -0
  62. package/dist/libs/assets/images/favicon.png +0 -0
  63. package/dist/libs/assets/images/flecha-hacia-abajo.png +0 -0
  64. package/dist/libs/assets/images/icon-viejo.png +0 -0
  65. package/dist/libs/assets/images/icon.png +0 -0
  66. package/dist/libs/assets/images/icono_tango.svg +1 -0
  67. package/dist/libs/assets/images/incoming-call.png +0 -0
  68. package/dist/libs/assets/images/incoming.png +0 -0
  69. package/dist/libs/assets/images/login.png +0 -0
  70. package/dist/libs/assets/images/login_apple.svg +28 -0
  71. package/dist/libs/assets/images/login_letras.svg +41 -0
  72. package/dist/libs/assets/images/login_letras_dark.svg +41 -0
  73. package/dist/libs/assets/images/login_sol.svg +59 -0
  74. package/dist/libs/assets/images/login_transparente.png +0 -0
  75. package/dist/libs/assets/images/logo_letras.svg +29 -0
  76. package/dist/libs/assets/images/logo_letras_dark.svg +29 -0
  77. package/dist/libs/assets/images/partial-react-logo.png +0 -0
  78. package/dist/libs/assets/images/pencil.png +0 -0
  79. package/dist/libs/assets/images/react-logo.png +0 -0
  80. package/dist/libs/assets/images/react-logo@2x.png +0 -0
  81. package/dist/libs/assets/images/react-logo@3x.png +0 -0
  82. package/dist/libs/assets/images/remove-circle.svg +4 -0
  83. package/dist/libs/assets/images/splash-icon.png +0 -0
  84. package/dist/libs/assets/images/test.svg +22 -0
  85. package/dist/libs/assets/ionicons/Ionicons.d.ts +35 -0
  86. package/dist/libs/assets/ionicons/Ionicons.js +16 -0
  87. package/dist/libs/assets/ionicons/index.d.ts +6 -0
  88. package/dist/libs/assets/ionicons/index.js +23 -0
  89. package/dist/libs/components/CloseButton.d.ts +9 -0
  90. package/dist/libs/components/CloseButton.js +19 -0
  91. package/dist/libs/components/Gradient/constants.d.ts +80 -0
  92. package/dist/libs/components/Gradient/constants.js +34 -0
  93. package/dist/libs/components/Gradient/index.d.ts +21 -0
  94. package/dist/libs/components/Gradient/index.js +33 -0
  95. package/dist/libs/components/Link.d.ts +13 -0
  96. package/dist/libs/components/Link.js +20 -0
  97. package/dist/libs/components/Text.d.ts +6 -0
  98. package/dist/libs/components/Text.js +11 -0
  99. package/dist/libs/components/Theme.d.ts +9 -0
  100. package/dist/libs/components/Theme.js +10 -0
  101. package/dist/libs/constants/colors.d.ts +218 -0
  102. package/dist/libs/constants/colors.js +170 -0
  103. package/dist/libs/constants/consts.d.ts +13 -0
  104. package/dist/libs/constants/consts.js +23 -0
  105. package/dist/libs/constants/handleFontObserver.d.ts +2 -0
  106. package/dist/libs/constants/handleFontObserver.js +18 -0
  107. package/dist/libs/constants/hooks.d.ts +5 -0
  108. package/dist/libs/constants/hooks.js +50 -0
  109. package/dist/libs/constants/utils.d.ts +10 -0
  110. package/dist/libs/constants/utils.js +69 -0
  111. package/dist/libs/footer/index.d.ts +1 -0
  112. package/dist/libs/footer/index.js +1 -0
  113. package/dist/libs/footer/src/Background/index.d.ts +4 -0
  114. package/dist/libs/footer/src/Background/index.ios.d.ts +4 -0
  115. package/dist/libs/footer/src/Background/index.ios.js +22 -0
  116. package/dist/libs/footer/src/Background/index.js +21 -0
  117. package/dist/libs/footer/src/Button/Text.d.ts +3 -0
  118. package/dist/libs/footer/src/Button/Text.js +18 -0
  119. package/dist/libs/footer/src/Button/index.d.ts +3 -0
  120. package/dist/libs/footer/src/Button/index.ios.d.ts +3 -0
  121. package/dist/libs/footer/src/Button/index.ios.js +52 -0
  122. package/dist/libs/footer/src/Button/index.js +55 -0
  123. package/dist/libs/footer/src/Button/types.d.ts +20 -0
  124. package/dist/libs/footer/src/Button/types.js +1 -0
  125. package/dist/libs/footer/src/constants.d.ts +20 -0
  126. package/dist/libs/footer/src/constants.js +21 -0
  127. package/dist/libs/footer/src/index.d.ts +3 -0
  128. package/dist/libs/footer/src/index.js +40 -0
  129. package/dist/libs/footer/src/types.d.ts +9 -0
  130. package/dist/libs/footer/src/types.js +1 -0
  131. package/dist/libs/login/index.d.ts +3 -0
  132. package/dist/libs/login/index.js +3 -0
  133. package/dist/libs/login/src/Pages/Home/index.d.ts +3 -0
  134. package/dist/libs/login/src/Pages/Home/index.js +20 -0
  135. package/dist/libs/login/src/Pages/Home/types.d.ts +19 -0
  136. package/dist/libs/login/src/Pages/Home/types.js +1 -0
  137. package/dist/libs/login/src/Pages/Perfil.d.ts +5 -0
  138. package/dist/libs/login/src/Pages/Perfil.js +19 -0
  139. package/dist/libs/login/src/Pages/SignIn/Form/Input.d.ts +9 -0
  140. package/dist/libs/login/src/Pages/SignIn/Form/Input.js +10 -0
  141. package/dist/libs/login/src/Pages/SignIn/Form/index.d.ts +6 -0
  142. package/dist/libs/login/src/Pages/SignIn/Form/index.js +34 -0
  143. package/dist/libs/login/src/Pages/SignIn/index.d.ts +3 -0
  144. package/dist/libs/login/src/Pages/SignIn/index.js +149 -0
  145. package/dist/libs/login/src/Pages/SignIn/types.d.ts +31 -0
  146. package/dist/libs/login/src/Pages/SignIn/types.js +1 -0
  147. package/dist/libs/login/src/Pages/index.d.ts +3 -0
  148. package/dist/libs/login/src/Pages/index.js +3 -0
  149. package/dist/libs/login/src/Pages/utils.d.ts +20 -0
  150. package/dist/libs/login/src/Pages/utils.js +49 -0
  151. package/dist/libs/login/src/Screen/Container.d.ts +4 -0
  152. package/dist/libs/login/src/Screen/Container.ios.d.ts +4 -0
  153. package/dist/libs/login/src/Screen/Container.ios.js +20 -0
  154. package/dist/libs/login/src/Screen/Container.js +25 -0
  155. package/dist/libs/login/src/Screen/components/Gradient.d.ts +6 -0
  156. package/dist/libs/login/src/Screen/components/Gradient.js +23 -0
  157. package/dist/libs/login/src/Screen/components/Input/index.d.ts +4 -0
  158. package/dist/libs/login/src/Screen/components/Input/index.js +128 -0
  159. package/dist/libs/login/src/Screen/components/Input/types.d.ts +46 -0
  160. package/dist/libs/login/src/Screen/components/Input/types.js +1 -0
  161. package/dist/libs/login/src/Screen/components/SvgLogoPytech.d.ts +4 -0
  162. package/dist/libs/login/src/Screen/components/SvgLogoPytech.js +11 -0
  163. package/dist/libs/login/src/Screen/components/SvgPytech.d.ts +4 -0
  164. package/dist/libs/login/src/Screen/components/SvgPytech.js +11 -0
  165. package/dist/libs/login/src/Screen/components/index.d.ts +4 -0
  166. package/dist/libs/login/src/Screen/components/index.js +4 -0
  167. package/dist/libs/login/src/Screen/index.d.ts +4 -0
  168. package/dist/libs/login/src/Screen/index.js +59 -0
  169. package/dist/libs/login/src/Screen/types.d.ts +14 -0
  170. package/dist/libs/login/src/Screen/types.js +1 -0
  171. package/dist/libs/login/src/constants.d.ts +98 -0
  172. package/dist/libs/login/src/constants.js +48 -0
  173. package/dist/libs/page/index.d.ts +1 -0
  174. package/dist/libs/page/index.js +1 -0
  175. package/dist/libs/page/src/components/Page/index.android.d.ts +4 -0
  176. package/dist/libs/page/src/components/Page/index.android.js +11 -0
  177. package/dist/libs/page/src/components/Page/index.d.ts +4 -0
  178. package/dist/libs/page/src/components/Page/index.js +7 -0
  179. package/dist/libs/page/src/components/PageWrapper/index.d.ts +6 -0
  180. package/dist/libs/page/src/components/PageWrapper/index.js +13 -0
  181. package/dist/libs/page/src/components/PageWrapper/types.d.ts +16 -0
  182. package/dist/libs/page/src/components/PageWrapper/types.js +1 -0
  183. package/dist/libs/page/src/components/Subtitle.d.ts +5 -0
  184. package/dist/libs/page/src/components/Subtitle.js +9 -0
  185. package/dist/libs/page/src/components/WithIcon/index.d.ts +3 -0
  186. package/dist/libs/page/src/components/WithIcon/index.js +47 -0
  187. package/dist/libs/page/src/components/WithIcon/types.d.ts +15 -0
  188. package/dist/libs/page/src/components/WithIcon/types.js +1 -0
  189. package/dist/libs/page/src/constants.d.ts +12 -0
  190. package/dist/libs/page/src/constants.js +12 -0
  191. package/dist/libs/providers/App/index.d.ts +10 -0
  192. package/dist/libs/providers/App/index.js +62 -0
  193. package/dist/libs/providers/App/types.d.ts +35 -0
  194. package/dist/libs/providers/App/types.js +1 -0
  195. package/dist/libs/providers/constants.d.ts +10 -0
  196. package/dist/libs/providers/constants.js +10 -0
  197. package/dist/libs/segmentedControl/index.d.ts +2 -0
  198. package/dist/libs/segmentedControl/index.js +2 -0
  199. package/dist/libs/segmentedControl/src/colors.d.ts +15 -0
  200. package/dist/libs/segmentedControl/src/colors.js +16 -0
  201. package/dist/libs/segmentedControl/src/components/AnimatedChip/index.d.ts +4 -0
  202. package/dist/libs/segmentedControl/src/components/AnimatedChip/index.js +79 -0
  203. package/dist/libs/segmentedControl/src/components/AnimatedChip/types.d.ts +28 -0
  204. package/dist/libs/segmentedControl/src/components/AnimatedChip/types.js +1 -0
  205. package/dist/libs/segmentedControl/src/components/Container/index.d.ts +4 -0
  206. package/dist/libs/segmentedControl/src/components/Container/index.ios.d.ts +4 -0
  207. package/dist/libs/segmentedControl/src/components/Container/index.ios.js +15 -0
  208. package/dist/libs/segmentedControl/src/components/Container/index.js +18 -0
  209. package/dist/libs/segmentedControl/src/components/Container/types.d.ts +16 -0
  210. package/dist/libs/segmentedControl/src/components/Container/types.js +1 -0
  211. package/dist/libs/segmentedControl/src/components/Item/index.d.ts +4 -0
  212. package/dist/libs/segmentedControl/src/components/Item/index.js +26 -0
  213. package/dist/libs/segmentedControl/src/components/Item/types.d.ts +20 -0
  214. package/dist/libs/segmentedControl/src/components/Item/types.js +1 -0
  215. package/dist/libs/segmentedControl/src/components/Segmented/index.d.ts +4 -0
  216. package/dist/libs/segmentedControl/src/components/Segmented/index.js +93 -0
  217. package/dist/libs/segmentedControl/src/components/Segmented/types.d.ts +12 -0
  218. package/dist/libs/segmentedControl/src/components/Segmented/types.js +1 -0
  219. package/dist/libs/segmentedControl/src/components/Wrapper/index.d.ts +4 -0
  220. package/dist/libs/segmentedControl/src/components/Wrapper/index.js +21 -0
  221. package/dist/libs/segmentedControl/src/components/Wrapper/types.d.ts +38 -0
  222. package/dist/libs/segmentedControl/src/components/Wrapper/types.js +1 -0
  223. package/dist/libs/segmentedControl/src/context/shared.d.ts +11 -0
  224. package/dist/libs/segmentedControl/src/context/shared.js +13 -0
  225. package/dist/libs/segmentedControl/src/utils.d.ts +10 -0
  226. package/dist/libs/segmentedControl/src/utils.js +29 -0
  227. package/dist/libs/sql/index.d.ts +4 -0
  228. package/dist/libs/sql/index.js +4 -0
  229. package/dist/libs/sql/src/init.d.ts +24 -0
  230. package/dist/libs/sql/src/init.js +31 -0
  231. package/dist/libs/sql/src/queryLocal.d.ts +6 -0
  232. package/dist/libs/sql/src/queryLocal.js +15 -0
  233. package/dist/libs/sql/src/utils.d.ts +11 -0
  234. package/dist/libs/sql/src/utils.js +56 -0
  235. package/dist/libs/supabase/index.d.ts +4 -0
  236. package/dist/libs/supabase/index.js +2 -0
  237. package/dist/libs/supabase/src/clients/admin/config.d.ts +2 -0
  238. package/dist/libs/supabase/src/clients/admin/config.js +18 -0
  239. package/dist/libs/supabase/src/clients/admin/index.d.ts +8 -0
  240. package/dist/libs/supabase/src/clients/admin/index.js +7 -0
  241. package/dist/libs/supabase/src/clients/admin/utils.d.ts +4 -0
  242. package/dist/libs/supabase/src/clients/admin/utils.js +5 -0
  243. package/dist/libs/supabase/src/clients/app/config.d.ts +3 -0
  244. package/dist/libs/supabase/src/clients/app/config.js +30 -0
  245. package/dist/libs/supabase/src/clients/app/index.d.ts +15 -0
  246. package/dist/libs/supabase/src/clients/app/index.js +7 -0
  247. package/dist/libs/supabase/src/clients/app/utils.d.ts +11 -0
  248. package/dist/libs/supabase/src/clients/app/utils.js +9 -0
  249. package/dist/libs/supabase/src/utils/index.d.ts +18 -0
  250. package/dist/libs/supabase/src/utils/index.js +21 -0
  251. package/dist/libs/supabase/src/utils/types.d.ts +20 -0
  252. package/dist/libs/supabase/src/utils/types.js +1 -0
  253. package/dist/libs/swiftui/index.d.ts +7 -0
  254. package/dist/libs/swiftui/index.js +7 -0
  255. package/dist/libs/swiftui/src/Icon.d.ts +10 -0
  256. package/dist/libs/swiftui/src/Icon.js +8 -0
  257. package/dist/libs/swiftui/src/IconSection/Icon.d.ts +27 -0
  258. package/dist/libs/swiftui/src/IconSection/Icon.js +31 -0
  259. package/dist/libs/swiftui/src/IconSection/Section.d.ts +7 -0
  260. package/dist/libs/swiftui/src/IconSection/Section.js +16 -0
  261. package/dist/libs/swiftui/src/IconSection/index.d.ts +7 -0
  262. package/dist/libs/swiftui/src/IconSection/index.js +5 -0
  263. package/dist/libs/swiftui/src/List/Editable/index.d.ts +5 -0
  264. package/dist/libs/swiftui/src/List/Editable/index.js +51 -0
  265. package/dist/libs/swiftui/src/List/Editable/types.d.ts +76 -0
  266. package/dist/libs/swiftui/src/List/Editable/types.js +1 -0
  267. package/dist/libs/swiftui/src/List/index.d.ts +16 -0
  268. package/dist/libs/swiftui/src/List/index.js +21 -0
  269. package/dist/libs/swiftui/src/NavigationLink/Trailing.d.ts +4 -0
  270. package/dist/libs/swiftui/src/NavigationLink/Trailing.js +14 -0
  271. package/dist/libs/swiftui/src/NavigationLink/index.d.ts +4 -0
  272. package/dist/libs/swiftui/src/NavigationLink/index.js +20 -0
  273. package/dist/libs/swiftui/src/NavigationLink/types.d.ts +27 -0
  274. package/dist/libs/swiftui/src/NavigationLink/types.js +1 -0
  275. package/dist/libs/swiftui/src/Picker.d.ts +11 -0
  276. package/dist/libs/swiftui/src/Picker.js +11 -0
  277. package/dist/libs/swiftui/src/Text.d.ts +6 -0
  278. package/dist/libs/swiftui/src/Text.js +7 -0
  279. package/dist/libs/swiftui/src/TextSubtitle.d.ts +22 -0
  280. package/dist/libs/swiftui/src/TextSubtitle.js +9 -0
  281. package/dist/libs/table/index.d.ts +5 -0
  282. package/dist/libs/table/index.js +5 -0
  283. package/dist/libs/table/src/components/Borders.d.ts +6 -0
  284. package/dist/libs/table/src/components/Borders.js +83 -0
  285. package/dist/libs/table/src/components/Delete/index.d.ts +4 -0
  286. package/dist/libs/table/src/components/Delete/index.js +141 -0
  287. package/dist/libs/table/src/components/Delete/types.d.ts +27 -0
  288. package/dist/libs/table/src/components/Delete/types.js +1 -0
  289. package/dist/libs/table/src/components/Detail.d.ts +4 -0
  290. package/dist/libs/table/src/components/Detail.js +11 -0
  291. package/dist/libs/table/src/components/Option/index.d.ts +6 -0
  292. package/dist/libs/table/src/components/Option/index.js +106 -0
  293. package/dist/libs/table/src/components/Option/types.d.ts +61 -0
  294. package/dist/libs/table/src/components/Option/types.js +1 -0
  295. package/dist/libs/table/src/components/OptionComponents/deleteIcon.d.ts +6 -0
  296. package/dist/libs/table/src/components/OptionComponents/deleteIcon.js +14 -0
  297. package/dist/libs/table/src/components/OptionComponents/dragIcon.d.ts +6 -0
  298. package/dist/libs/table/src/components/OptionComponents/dragIcon.js +18 -0
  299. package/dist/libs/table/src/components/OptionComponents/icon.d.ts +10 -0
  300. package/dist/libs/table/src/components/OptionComponents/icon.js +12 -0
  301. package/dist/libs/table/src/components/OptionComponents/image.d.ts +9 -0
  302. package/dist/libs/table/src/components/OptionComponents/image.js +12 -0
  303. package/dist/libs/table/src/components/OptionComponents/index.d.ts +8 -0
  304. package/dist/libs/table/src/components/OptionComponents/index.js +8 -0
  305. package/dist/libs/table/src/components/OptionComponents/text.d.ts +16 -0
  306. package/dist/libs/table/src/components/OptionComponents/text.js +20 -0
  307. package/dist/libs/table/src/components/OptionComponents/textInput.d.ts +25 -0
  308. package/dist/libs/table/src/components/OptionComponents/textInput.js +49 -0
  309. package/dist/libs/table/src/components/OptionComponents/textInputCurrency.d.ts +9 -0
  310. package/dist/libs/table/src/components/OptionComponents/textInputCurrency.js +17 -0
  311. package/dist/libs/table/src/components/OptionComponents/textView.d.ts +14 -0
  312. package/dist/libs/table/src/components/OptionComponents/textView.js +18 -0
  313. package/dist/libs/table/src/components/OptionWrapper/index.d.ts +3 -0
  314. package/dist/libs/table/src/components/OptionWrapper/index.js +9 -0
  315. package/dist/libs/table/src/components/OptionWrapper/types.d.ts +35 -0
  316. package/dist/libs/table/src/components/OptionWrapper/types.js +1 -0
  317. package/dist/libs/table/src/components/Table/index.d.ts +3 -0
  318. package/dist/libs/table/src/components/Table/index.js +90 -0
  319. package/dist/libs/table/src/components/Table/types.d.ts +70 -0
  320. package/dist/libs/table/src/components/Table/types.js +1 -0
  321. package/dist/libs/table/src/components/Wrapper.d.ts +4 -0
  322. package/dist/libs/table/src/components/Wrapper.js +49 -0
  323. package/dist/libs/table/src/constants.d.ts +108 -0
  324. package/dist/libs/table/src/constants.js +107 -0
  325. package/dist/libs/table/src/context/borders.d.ts +10 -0
  326. package/dist/libs/table/src/context/borders.js +11 -0
  327. package/dist/libs/table/src/context/delete.d.ts +1 -0
  328. package/dist/libs/table/src/context/delete.js +2 -0
  329. package/dist/libs/table/src/context/table.d.ts +21 -0
  330. package/dist/libs/table/src/context/table.js +4 -0
  331. package/package.json +73 -0
@@ -0,0 +1,7 @@
1
+ export { default as NavigationLink } from './src/NavigationLink';
2
+ export { default as Icon } from './src/Icon';
3
+ export { default as IconSection } from './src/IconSection';
4
+ export { default as List } from './src/List';
5
+ export { default as Text } from './src/Text';
6
+ export { default as Picker } from './src/Picker';
7
+ export { default as TextSubtitle } from './src/TextSubtitle';
@@ -0,0 +1,10 @@
1
+ import { LabelProps } from '@expo/ui/swift-ui';
2
+ import React from 'react';
3
+ type Props = Omit<LabelProps, 'title'> & {
4
+ /**
5
+ Children to display on the right side of the label.
6
+ */
7
+ children?: React.ReactNode;
8
+ };
9
+ declare const _default: React.MemoExoticComponent<({ children, ...labelProps }: Props) => React.JSX.Element>;
10
+ export default _default;
@@ -0,0 +1,8 @@
1
+ import { Label, HStack } from '@expo/ui/swift-ui';
2
+ import React, { memo } from 'react';
3
+ export default memo(({ children, ...labelProps }) => {
4
+ return (<HStack>
5
+ <Label {...labelProps} title=""/>
6
+ {children}
7
+ </HStack>);
8
+ });
@@ -0,0 +1,27 @@
1
+ import { ButtonProps } from '@expo/ui/swift-ui';
2
+ import React from 'react';
3
+ import { Props as GradientProps } from '../../../../libs/components/Gradient';
4
+ type Props = {
5
+ /**
6
+ The title of the icon section.
7
+ */
8
+ title?: string;
9
+ /**
10
+ The subtitle of the icon section.
11
+ */
12
+ subtitle?: string;
13
+ /**
14
+ If it is given, displays a gradient.
15
+ */
16
+ gradientProps?: {
17
+ text: GradientProps['text'];
18
+ color: GradientProps['color'];
19
+ type: 'extraLarge' | 'extraExtraLarge';
20
+ };
21
+ /**
22
+ If it is given, displays a button.
23
+ */
24
+ buttonProps?: ButtonProps;
25
+ };
26
+ declare const _default: React.MemoExoticComponent<({ title, subtitle, gradientProps, buttonProps, }: Props) => React.JSX.Element>;
27
+ export default _default;
@@ -0,0 +1,31 @@
1
+ import { Button, RNHostView, VStack } from '@expo/ui/swift-ui';
2
+ import { frame, font, buttonStyle } from '@expo/ui/swift-ui/modifiers';
3
+ import React, { memo, useMemo } from 'react';
4
+ import Gradient from '../../../../libs/components/Gradient';
5
+ import Text from '../Text';
6
+ import Section from './Section';
7
+ export default memo(({ title, subtitle, gradientProps, buttonProps, }) => {
8
+ const spacing = gradientProps?.type === 'extraLarge' ? 10 : 20;
9
+ const titleElement = useMemo(() => (<Text modifiers={[font({ weight: 'bold', size: 30 })]}>
10
+ {title}
11
+ </Text>), [title]);
12
+ return (<Section spacing={spacing}>
13
+ {gradientProps && (<RNHostView matchContents>
14
+ <Gradient {...gradientProps}/>
15
+ </RNHostView>)}
16
+
17
+ {(title || subtitle) && (subtitle ? (<VStack modifiers={[frame({ alignment: 'center' })]} spacing={2}>
18
+ <Title title={title}/>
19
+ <Text secondary>
20
+ {subtitle}
21
+ </Text>
22
+ </VStack>) : (<Title title={title}/>))}
23
+
24
+ {buttonProps && (<Button {...buttonProps} modifiers={[buttonStyle('bordered'), ...(buttonProps?.modifiers || [])]}/>)}
25
+ </Section>);
26
+ });
27
+ const Title = memo(({ title }) => {
28
+ return (<Text modifiers={[font({ weight: 'bold', size: 30 })]}>
29
+ {title}
30
+ </Text>);
31
+ });
@@ -0,0 +1,7 @@
1
+ import { VStackProps } from '@expo/ui/swift-ui';
2
+ import React from 'react';
3
+ type Props = VStackProps & {
4
+ children: React.ReactNode;
5
+ };
6
+ declare const _default: React.MemoExoticComponent<({ children, modifiers, ...vStackProps }: Props) => React.JSX.Element>;
7
+ export default _default;
@@ -0,0 +1,16 @@
1
+ import { Section, VStack } from '@expo/ui/swift-ui';
2
+ import { containerRelativeFrame, listRowBackground, frame, listRowInsets } from '@expo/ui/swift-ui/modifiers';
3
+ import React, { memo } from 'react';
4
+ export default memo(({ children, modifiers, ...vStackProps }) => {
5
+ const _modifiers = [
6
+ frame({ alignment: 'center' }),
7
+ containerRelativeFrame({ axes: 'horizontal' }),
8
+ listRowBackground('transparent'),
9
+ listRowInsets({ bottom: 0.1 })
10
+ ];
11
+ return (<Section>
12
+ <VStack spacing={20} modifiers={[..._modifiers, ...(modifiers || [])]} {...vStackProps}>
13
+ {children}
14
+ </VStack>
15
+ </Section>);
16
+ });
@@ -0,0 +1,7 @@
1
+ import Section from './Section';
2
+ import Icon from './Icon';
3
+ type Component = typeof Section & {
4
+ Icon: typeof Icon;
5
+ };
6
+ declare const IconSection: Component;
7
+ export default IconSection;
@@ -0,0 +1,5 @@
1
+ import Section from './Section';
2
+ import Icon from './Icon';
3
+ const IconSection = Section;
4
+ IconSection.Icon = Icon;
5
+ export default IconSection;
@@ -0,0 +1,5 @@
1
+ import React from "react";
2
+ import type Props from "./types";
3
+ declare function Component<T>({ children, data, keyExtractor, editMode, onDelete, onMove, renderItem, listProps, listForEachProps, listSectionProps, enableMove, enableDelete, withoutTopPadding, }: Props<T>): React.JSX.Element;
4
+ declare const _default: typeof Component;
5
+ export default _default;
@@ -0,0 +1,51 @@
1
+ import { List, Section } from "@expo/ui/swift-ui";
2
+ import { listStyle, environment, moveDisabled, tag, deleteDisabled, padding } from "@expo/ui/swift-ui/modifiers";
3
+ import React, { memo, useCallback, useMemo, useState } from "react";
4
+ import { useEffectWithoutFirstRender } from '../../../../../libs/constants/hooks';
5
+ function Component({ children, data = [], keyExtractor, editMode = false, onDelete, onMove, renderItem, listProps, listForEachProps, listSectionProps, enableMove = false, enableDelete = false, withoutTopPadding = false, }) {
6
+ // ---------------------- Variables ----------------------
7
+ const [_data, setData] = useState(data ?? []);
8
+ // ---------------------- Hooks ----------------------
9
+ useEffectWithoutFirstRender(() => setData(data ?? []), [data]);
10
+ // ---------------------- Modifiers ----------------------
11
+ const modifiersList = useMemo(() => [
12
+ listStyle('inset'),
13
+ environment('editMode', editMode ? 'active' : 'inactive'),
14
+ moveDisabled(!enableMove),
15
+ deleteDisabled(!enableDelete),
16
+ ...(withoutTopPadding ? [padding({ top: -15 })] : []),
17
+ ], [editMode, enableMove, enableDelete, withoutTopPadding]);
18
+ const modifiersListForEach = useMemo(() => [
19
+ moveDisabled(!enableMove),
20
+ deleteDisabled(!enableDelete)
21
+ ], [enableMove, enableDelete]);
22
+ // ---------------------- Functions ----------------------
23
+ const handleDelete = useCallback((indices) => {
24
+ setData(prev => prev.filter((_, i) => !indices.includes(i)));
25
+ for (const index of indices) {
26
+ onDelete?.({ index });
27
+ }
28
+ }, [onDelete]);
29
+ const handleMove = useCallback((sourceIndices, destination) => {
30
+ const adjustedDest = sourceIndices[0] < destination ? destination - 1 : destination;
31
+ setData(prev => {
32
+ const newData = [...prev];
33
+ const [removed] = newData.splice(sourceIndices[0], 1);
34
+ newData.splice(adjustedDest, 0, removed);
35
+ return newData;
36
+ });
37
+ onMove?.({ listIndexes: sourceIndices, destinationIndex: adjustedDest });
38
+ }, [onMove]);
39
+ return (<List {...listProps} modifiers={[...modifiersList, ...(listProps?.modifiers || [])]}>
40
+ {children}
41
+ <Section {...listSectionProps}>
42
+ <List.ForEach {...listForEachProps} onDelete={handleDelete} onMove={handleMove} modifiers={[...modifiersListForEach, ...(listForEachProps?.modifiers || [])]}>
43
+ {_data.map((item, index) => {
44
+ const key = keyExtractor?.(item) ?? index;
45
+ return renderItem?.({ item, modifier: tag(key) });
46
+ })}
47
+ </List.ForEach>
48
+ </Section>
49
+ </List>);
50
+ }
51
+ export default memo(Component);
@@ -0,0 +1,76 @@
1
+ import { ListProps, ListForEachProps, SectionProps } from "@expo/ui/swift-ui";
2
+ import { ViewModifier } from "@expo/ui/swift-ui/modifiers";
3
+ type Props<T> = {
4
+ /**
5
+ The children elements to be rendered inside the list.
6
+ They will be rendered before the data items.
7
+ */
8
+ children?: React.ReactNode;
9
+ /**
10
+ The data items to be rendered inside the list.
11
+ @default []
12
+ */
13
+ data?: T[];
14
+ /**
15
+ The function to extract the key from the data item.
16
+ @example
17
+ keyExtractor={(item) => item.id}
18
+ */
19
+ keyExtractor?: (item: T) => string | number;
20
+ /**
21
+ Whether the list is in edit mode.
22
+ @default false
23
+ */
24
+ editMode?: boolean;
25
+ /**
26
+ The function to handle the delete event.
27
+
28
+ */
29
+ onDelete?: ({ index }: {
30
+ index: number;
31
+ }) => void;
32
+ /**
33
+ The function to handle the move event.
34
+ */
35
+ onMove?: ({ listIndexes, destinationIndex }: {
36
+ listIndexes: number[];
37
+ destinationIndex: number;
38
+ }) => void;
39
+ /**
40
+ The function to render the item.
41
+ The prop "modifier" is the modifier to be applied to the item [tag(key)].
42
+ */
43
+ renderItem?: ({ item, modifier }: {
44
+ item: T;
45
+ modifier: ViewModifier;
46
+ }) => React.ReactNode;
47
+ /**
48
+ The props to be applied to the list.
49
+ */
50
+ listProps?: Omit<ListProps, 'children'>;
51
+ /**
52
+ The props to be applied to the list.
53
+ */
54
+ listForEachProps?: Omit<ListForEachProps, 'children' | 'onDelete' | 'onMove'>;
55
+ /**
56
+ The props to be applied to the list.
57
+ */
58
+ listSectionProps?: SectionProps;
59
+ /**
60
+ Whether to enable the move of the items.
61
+ @default false
62
+ */
63
+ enableMove?: boolean;
64
+ /**
65
+ Whether to enable the delete of the items.
66
+ @default false
67
+ */
68
+ enableDelete?: boolean;
69
+ /**
70
+ Whether to remove the top padding of the list.
71
+ It puts [padding({ top: -15 })] to the list.
72
+ @default false
73
+ */
74
+ withoutTopPadding?: boolean;
75
+ };
76
+ export default Props;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,16 @@
1
+ import { ListProps } from '@expo/ui/swift-ui';
2
+ import React from 'react';
3
+ import Editable from './Editable';
4
+ /**
5
+ Wrapper de List que aplica un padding superior negativo por defecto.
6
+
7
+ Este componente extiende "List" de @expo/ui/swift-ui y agrega automáticamente:
8
+ - padding({ top: -15 })
9
+
10
+ También expone "List.Editable" para usar una versión editable de la lista.
11
+ Para ponerle el padding superior negativo, se puede usar el prop "withoutTopPadding" = true en "List.Editable".
12
+ */
13
+ declare const Component: React.MemoExoticComponent<React.FC<ListProps>> & {
14
+ Editable: typeof Editable;
15
+ };
16
+ export default Component;
@@ -0,0 +1,21 @@
1
+ import { List } from '@expo/ui/swift-ui';
2
+ import { padding } from '@expo/ui/swift-ui/modifiers';
3
+ import React, { memo, useMemo } from 'react';
4
+ import Editable from './Editable';
5
+ /**
6
+ Wrapper de List que aplica un padding superior negativo por defecto.
7
+
8
+ Este componente extiende "List" de @expo/ui/swift-ui y agrega automáticamente:
9
+ - padding({ top: -15 })
10
+
11
+ También expone "List.Editable" para usar una versión editable de la lista.
12
+ Para ponerle el padding superior negativo, se puede usar el prop "withoutTopPadding" = true en "List.Editable".
13
+ */
14
+ const Component = memo(({ children, modifiers, ...listProps }) => {
15
+ const _modifiers = useMemo(() => [padding({ top: -15 })], []);
16
+ return (<List modifiers={[..._modifiers, ...(modifiers || [])]} {...listProps}>
17
+ {children}
18
+ </List>);
19
+ });
20
+ Component.Editable = Editable;
21
+ export default Component;
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { TrailingProps } from './types';
3
+ declare const _default: React.MemoExoticComponent<({ text, textProps }: TrailingProps) => React.JSX.Element>;
4
+ export default _default;
@@ -0,0 +1,14 @@
1
+ import { Spacer, Image, HStack } from '@expo/ui/swift-ui';
2
+ import { Color } from 'expo-router';
3
+ import React, { memo } from 'react';
4
+ import Text from '../Text';
5
+ export default memo(({ text, textProps }) => {
6
+ return (<>
7
+ <Spacer />
8
+ {text ? (<HStack spacing={10}>
9
+ <Text {...textProps} secondary>{text}</Text>
10
+ <ChevronRight />
11
+ </HStack>) : (<ChevronRight />)}
12
+ </>);
13
+ });
14
+ const ChevronRight = memo(() => <Image systemName='chevron.right' size={16} color={Color.ios.opaqueSeparator}/>);
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import type Props from './types';
3
+ declare const _default: React.MemoExoticComponent<({ children, systemImage, label, modifiers, maintainButtonStyle, textTrailing, textTrailingProps, ...buttonProps }: Props) => React.JSX.Element>;
4
+ export default _default;
@@ -0,0 +1,20 @@
1
+ import { Button, HStack, Label } from '@expo/ui/swift-ui';
2
+ import { foregroundStyle } from '@expo/ui/swift-ui/modifiers';
3
+ import { Color } from 'expo-router';
4
+ import React, { memo } from 'react';
5
+ import Trailing from './Trailing';
6
+ export default memo(({ children, systemImage, label, modifiers, maintainButtonStyle = false, textTrailing, textTrailingProps, ...buttonProps }) => {
7
+ // Va a poner una Label cuando no tenga que mantener el estilo del button y haya una imagen.
8
+ // Si no tiene que mantener el estilo del button y no hay una imagen, solo va a cambiar el foregroundColor.
9
+ const renderLabel = !maintainButtonStyle && systemImage !== undefined;
10
+ const _modifiers = (!maintainButtonStyle && !renderLabel) ? [foregroundStyle(Color.ios.label)] : [];
11
+ const buttonSystemImage = !renderLabel ? systemImage : undefined;
12
+ const buttonLabel = !renderLabel ? label : undefined;
13
+ return (<HStack>
14
+ <Button modifiers={[..._modifiers, ...(modifiers || [])]} systemImage={buttonSystemImage} label={buttonLabel} {...buttonProps}>
15
+ {children}
16
+ </Button>
17
+ {!children && renderLabel && (<Label title={label} systemImage={systemImage}/>)}
18
+ <Trailing text={textTrailing} textProps={textTrailingProps}/>
19
+ </HStack>);
20
+ });
@@ -0,0 +1,27 @@
1
+ import { ButtonProps, TextProps } from "@expo/ui/swift-ui";
2
+ export type TrailingProps = {
3
+ /**
4
+ Text to display on the Trailing Stack.
5
+ */
6
+ text?: string;
7
+ /**
8
+ TextProps to apply to the Trailing Stack text.
9
+ */
10
+ textProps?: TextProps;
11
+ };
12
+ type Props = ButtonProps & {
13
+ /**
14
+ Text to display on the Trailing Stack.
15
+ */
16
+ textTrailing?: TrailingProps['text'];
17
+ /**
18
+ TextProps to apply to the Trailing Stack text.
19
+ */
20
+ textTrailingProps?: TrailingProps['textProps'];
21
+ /**
22
+ false: Renders a Label if systemImage is provided, otherwise put a foregroundStyle(Color.ios.label) modifier.
23
+ @default false
24
+ */
25
+ maintainButtonStyle?: boolean;
26
+ };
27
+ export default Props;
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,11 @@
1
+ import { PickerProps } from '@expo/ui/swift-ui';
2
+ import React from 'react';
3
+ type Props = Omit<PickerProps, 'children'> & {
4
+ /**
5
+ The data items to be rendered inside the picker.
6
+ @default []
7
+ */
8
+ data?: (string | number)[];
9
+ };
10
+ declare const _default: React.MemoExoticComponent<({ modifiers, data, ...pickerProps }: Props) => React.JSX.Element>;
11
+ export default _default;
@@ -0,0 +1,11 @@
1
+ import { Picker, Text } from '@expo/ui/swift-ui';
2
+ import { pickerStyle, tag } from "@expo/ui/swift-ui/modifiers";
3
+ import React, { memo, useMemo } from 'react';
4
+ export default memo(({ modifiers, data = [], ...pickerProps }) => {
5
+ const _modifiers = useMemo(() => [pickerStyle('menu')], []);
6
+ return (<Picker modifiers={[..._modifiers, ...(modifiers || [])]} {...pickerProps}>
7
+ {data.map(item => (<Text key={item} modifiers={[tag(item)]}>
8
+ {item}
9
+ </Text>))}
10
+ </Picker>);
11
+ });
@@ -0,0 +1,6 @@
1
+ import { TextProps } from '@expo/ui/swift-ui';
2
+ import React from 'react';
3
+ declare const _default: React.MemoExoticComponent<({ modifiers, secondary, ...restProps }: TextProps & {
4
+ secondary?: boolean;
5
+ }) => React.JSX.Element>;
6
+ export default _default;
@@ -0,0 +1,7 @@
1
+ import { Text } from '@expo/ui/swift-ui';
2
+ import { foregroundStyle } from '@expo/ui/swift-ui/modifiers';
3
+ import React, { memo, useMemo } from 'react';
4
+ export default memo(({ modifiers, secondary = false, ...restProps }) => {
5
+ const _modifiers = useMemo(() => secondary ? [foregroundStyle({ type: 'hierarchical', style: 'secondary' })] : [], [secondary]);
6
+ return (<Text modifiers={[..._modifiers, ...(modifiers || [])]} {...restProps}/>);
7
+ });
@@ -0,0 +1,22 @@
1
+ import { TextProps } from '@expo/ui/swift-ui';
2
+ import React from 'react';
3
+ type Props = {
4
+ /**
5
+ Title to display in the label.
6
+ */
7
+ title?: string;
8
+ /**
9
+ Subtitle to display in the label.
10
+ */
11
+ subtitle?: string;
12
+ /**
13
+ Props to apply to the title.
14
+ */
15
+ titleTextProps?: TextProps;
16
+ /**
17
+ Props to apply to the subtitle.
18
+ */
19
+ subtitleTextProps?: TextProps;
20
+ };
21
+ declare const _default: React.MemoExoticComponent<({ title, subtitle, titleTextProps, subtitleTextProps }: Props) => React.JSX.Element>;
22
+ export default _default;
@@ -0,0 +1,9 @@
1
+ import { VStack } from '@expo/ui/swift-ui';
2
+ import React, { memo } from 'react';
3
+ import Text from './Text';
4
+ export default memo(({ title, subtitle, titleTextProps, subtitleTextProps }) => {
5
+ return (<VStack alignment='leading' spacing={2}>
6
+ <Text {...titleTextProps}>{title}</Text>
7
+ <Text {...subtitleTextProps} secondary>{subtitle}</Text>
8
+ </VStack>);
9
+ });
@@ -0,0 +1,5 @@
1
+ export { default } from './src/components/Table';
2
+ export { useBorders, useStore, useTable } from './src/context/table';
3
+ export { useDelete } from './src/context/delete';
4
+ export { useBorder } from './src/context/borders';
5
+ export { type ColorThemeType, type ColorSchemeType, colors } from './src/constants';
@@ -0,0 +1,5 @@
1
+ export { default } from './src/components/Table';
2
+ export { useBorders, useStore, useTable } from './src/context/table';
3
+ export { useDelete } from './src/context/delete';
4
+ export { useBorder } from './src/context/borders';
5
+ export { colors } from './src/constants';
@@ -0,0 +1,6 @@
1
+ import React from 'react';
2
+ declare const _default: React.MemoExoticComponent<({ id, borders }: {
3
+ id: string;
4
+ borders: any;
5
+ }) => React.JSX.Element>;
6
+ export default _default;
@@ -0,0 +1,83 @@
1
+ import { useValue } from '@legendapp/state/react';
2
+ import React, { memo, useEffect, useState } from 'react';
3
+ import { PixelRatio, View, StyleSheet } from 'react-native';
4
+ import colors from '../constants';
5
+ import { useEffectWithoutFirstRender } from '../../../../libs/constants/hooks';
6
+ import { useApp } from '../../../../libs/providers/App';
7
+ import { useStore, useTable } from '../context/table';
8
+ import { useBorder } from '../context/borders';
9
+ import { left, right } from './Option';
10
+ const heightPixel = PixelRatio.roundToNearestPixel(1);
11
+ export default memo(({ id, borders }) => {
12
+ if (borders.color)
13
+ return <Component id={id} borders={borders}/>;
14
+ const { colorScheme } = useApp();
15
+ const { colorThemeType } = useTable();
16
+ borders.color = colors.table[colorThemeType][colorScheme].border;
17
+ return <Component id={id} borders={borders}/>;
18
+ });
19
+ const Component = memo(({ id, borders }) => {
20
+ const shownTop = borders?.shownTop;
21
+ const shownBottom = borders?.shownBottom;
22
+ const justTop = shownTop === true && shownBottom === false;
23
+ const justBottom = shownTop === false && shownBottom === true;
24
+ const styleSpaces = { left: borders?.left ?? left, right: borders?.right ?? right };
25
+ //Si solo hay 1 border y ambos estan predefinidos...
26
+ if (justTop || justBottom) {
27
+ //Version super light
28
+ const style = justTop ? { bottom: null } : { top: null }; //Cancela el bottom o el top de styles.space
29
+ return <View style={[styles.space, styles.border, styleSpaces, style, { backgroundColor: borders.color }]}/>;
30
+ }
31
+ return (<View style={[styles.space, styleSpaces]}>
32
+ {shownTop == null ?
33
+ <BorderExtended isTop={true} id={id} color={borders.color}/> :
34
+ <Border show={borders.shownTop} color={borders.color}/>}
35
+ {shownBottom == null ?
36
+ <BorderExtended isTop={false} id={id} color={borders.color}/> :
37
+ <Border show={borders.shownBottom} color={borders.color}/>}
38
+ </View>);
39
+ });
40
+ const BorderExtended = memo(({ isTop, id, color }) => {
41
+ const { keys, allBorders } = useTable();
42
+ const store = useStore();
43
+ const hasKeys = keys && keys.length > 0;
44
+ const showStore = useValue(() => {
45
+ if (isTop) {
46
+ const isFirstId = store.deleted.firstId.get() === id;
47
+ return allBorders ? (hasKeys ? isFirstId : false) : !hasKeys;
48
+ }
49
+ else {
50
+ const isLastId = store.deleted.lastId.get() === id;
51
+ return allBorders ? true : (hasKeys ? !isLastId : false);
52
+ }
53
+ });
54
+ const [Show, setShow] = useState(showStore);
55
+ const bordersRef = useBorder();
56
+ useEffect(() => {
57
+ if (isTop)
58
+ bordersRef.current.top = setShow;
59
+ else
60
+ bordersRef.current.bottom = setShow;
61
+ }, []);
62
+ useEffectWithoutFirstRender(() => {
63
+ setShow(showStore);
64
+ }, [showStore]);
65
+ return <Border show={Show} color={color}/>;
66
+ });
67
+ const Border = memo(({ show, color }) => {
68
+ return <View style={[styles.border, { backgroundColor: show ? color : 'transparent' }]}/>;
69
+ });
70
+ const styles = StyleSheet.create({
71
+ space: {
72
+ position: 'absolute',
73
+ justifyContent: 'space-between',
74
+ flexDirection: 'column',
75
+ left: left,
76
+ right: right,
77
+ bottom: 0,
78
+ top: -heightPixel
79
+ },
80
+ border: {
81
+ height: heightPixel,
82
+ }
83
+ });
@@ -0,0 +1,4 @@
1
+ import React from 'react';
2
+ import { DeleteProps } from './types';
3
+ declare const _default: React.MemoExoticComponent<({ children, ...props }: Omit<DeleteProps, "setDeleted">) => React.JSX.Element>;
4
+ export default _default;