@jamadd/react-native-template-ui 0.1.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 (651) hide show
  1. package/LICENSE +20 -0
  2. package/README.md +272 -0
  3. package/lib/commonjs/components/btn/AnimatedPressable.js +14 -0
  4. package/lib/commonjs/components/btn/AnimatedPressable.js.map +1 -0
  5. package/lib/commonjs/components/btn/AnimatedThemedPressable.js +36 -0
  6. package/lib/commonjs/components/btn/AnimatedThemedPressable.js.map +1 -0
  7. package/lib/commonjs/components/btn/ThemedBtn.js +97 -0
  8. package/lib/commonjs/components/btn/ThemedBtn.js.map +1 -0
  9. package/lib/commonjs/components/btn/ThemedIconBtn.js +81 -0
  10. package/lib/commonjs/components/btn/ThemedIconBtn.js.map +1 -0
  11. package/lib/commonjs/components/btn/ThemedIconTextBtn.js +146 -0
  12. package/lib/commonjs/components/btn/ThemedIconTextBtn.js.map +1 -0
  13. package/lib/commonjs/components/btn/ThemedPressable.js +35 -0
  14. package/lib/commonjs/components/btn/ThemedPressable.js.map +1 -0
  15. package/lib/commonjs/components/icon/ThemedIcon.js +71 -0
  16. package/lib/commonjs/components/icon/ThemedIcon.js.map +1 -0
  17. package/lib/commonjs/components/list/List.js +143 -0
  18. package/lib/commonjs/components/list/List.js.map +1 -0
  19. package/lib/commonjs/components/loading/ThemedLoading.js +64 -0
  20. package/lib/commonjs/components/loading/ThemedLoading.js.map +1 -0
  21. package/lib/commonjs/components/overlay/actionSheet/ActionSheet.js +80 -0
  22. package/lib/commonjs/components/overlay/actionSheet/ActionSheet.js.map +1 -0
  23. package/lib/commonjs/components/overlay/actionSheet/ActionSheetContentGesture.js +34 -0
  24. package/lib/commonjs/components/overlay/actionSheet/ActionSheetContentGesture.js.map +1 -0
  25. package/lib/commonjs/components/overlay/actionSheet/ActionSheetHeader.js +119 -0
  26. package/lib/commonjs/components/overlay/actionSheet/ActionSheetHeader.js.map +1 -0
  27. package/lib/commonjs/components/overlay/actionSheet/ActionSheetListView.js +84 -0
  28. package/lib/commonjs/components/overlay/actionSheet/ActionSheetListView.js.map +1 -0
  29. package/lib/commonjs/components/overlay/actionSheet/ActionSheetListViewContent.js +57 -0
  30. package/lib/commonjs/components/overlay/actionSheet/ActionSheetListViewContent.js.map +1 -0
  31. package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptList.js +82 -0
  32. package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptList.js.map +1 -0
  33. package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptListItem.js +67 -0
  34. package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptListItem.js.map +1 -0
  35. package/lib/commonjs/components/overlay/actionSheet/ActionSheetOpts.js +92 -0
  36. package/lib/commonjs/components/overlay/actionSheet/ActionSheetOpts.js.map +1 -0
  37. package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollView.js +89 -0
  38. package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollView.js.map +1 -0
  39. package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollViewContent.js +64 -0
  40. package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollViewContent.js.map +1 -0
  41. package/lib/commonjs/components/overlay/actionSheet/ActionSheetWrap.js +167 -0
  42. package/lib/commonjs/components/overlay/actionSheet/ActionSheetWrap.js.map +1 -0
  43. package/lib/commonjs/components/overlay/alert/Alert.js +160 -0
  44. package/lib/commonjs/components/overlay/alert/Alert.js.map +1 -0
  45. package/lib/commonjs/components/overlay/alert/AlertBtn.js +82 -0
  46. package/lib/commonjs/components/overlay/alert/AlertBtn.js.map +1 -0
  47. package/lib/commonjs/components/overlay/alert/AlertBtns.js +71 -0
  48. package/lib/commonjs/components/overlay/alert/AlertBtns.js.map +1 -0
  49. package/lib/commonjs/components/overlay/alert/AlertContent.js +61 -0
  50. package/lib/commonjs/components/overlay/alert/AlertContent.js.map +1 -0
  51. package/lib/commonjs/components/overlay/alert/AlertWrap.js +157 -0
  52. package/lib/commonjs/components/overlay/alert/AlertWrap.js.map +1 -0
  53. package/lib/commonjs/components/overlay/modal/ThemedLoadingModal.js +122 -0
  54. package/lib/commonjs/components/overlay/modal/ThemedLoadingModal.js.map +1 -0
  55. package/lib/commonjs/components/overlay/modal/ThemedModal.js +94 -0
  56. package/lib/commonjs/components/overlay/modal/ThemedModal.js.map +1 -0
  57. package/lib/commonjs/components/overlay/toast/ThemedToast.js +362 -0
  58. package/lib/commonjs/components/overlay/toast/ThemedToast.js.map +1 -0
  59. package/lib/commonjs/components/provider/GestureProvider.js +25 -0
  60. package/lib/commonjs/components/provider/GestureProvider.js.map +1 -0
  61. package/lib/commonjs/components/provider/InsetsProvider.js +25 -0
  62. package/lib/commonjs/components/provider/InsetsProvider.js.map +1 -0
  63. package/lib/commonjs/components/provider/ReactNativeTemplateProviders.js +38 -0
  64. package/lib/commonjs/components/provider/ReactNativeTemplateProviders.js.map +1 -0
  65. package/lib/commonjs/components/provider/ThemeProvider.js +25 -0
  66. package/lib/commonjs/components/provider/ThemeProvider.js.map +1 -0
  67. package/lib/commonjs/components/separator/ThemedSeparator.js +66 -0
  68. package/lib/commonjs/components/separator/ThemedSeparator.js.map +1 -0
  69. package/lib/commonjs/components/switch/ThemedSwitch.js +114 -0
  70. package/lib/commonjs/components/switch/ThemedSwitch.js.map +1 -0
  71. package/lib/commonjs/components/text/Text.js +12 -0
  72. package/lib/commonjs/components/text/Text.js.map +1 -0
  73. package/lib/commonjs/components/text/ThemedIconText.js +143 -0
  74. package/lib/commonjs/components/text/ThemedIconText.js.map +1 -0
  75. package/lib/commonjs/components/text/ThemedText.js +26 -0
  76. package/lib/commonjs/components/text/ThemedText.js.map +1 -0
  77. package/lib/commonjs/components/view/AnimatedBox.js +14 -0
  78. package/lib/commonjs/components/view/AnimatedBox.js.map +1 -0
  79. package/lib/commonjs/components/view/AnimatedThemedView.js +45 -0
  80. package/lib/commonjs/components/view/AnimatedThemedView.js.map +1 -0
  81. package/lib/commonjs/components/view/Box.js +12 -0
  82. package/lib/commonjs/components/view/Box.js.map +1 -0
  83. package/lib/commonjs/components/view/ThemedScreenWrap.js +124 -0
  84. package/lib/commonjs/components/view/ThemedScreenWrap.js.map +1 -0
  85. package/lib/commonjs/components/view/ThemedScreenWrap.web.js +126 -0
  86. package/lib/commonjs/components/view/ThemedScreenWrap.web.js.map +1 -0
  87. package/lib/commonjs/components/view/ThemedScrollView.js +141 -0
  88. package/lib/commonjs/components/view/ThemedScrollView.js.map +1 -0
  89. package/lib/commonjs/components/view/ThemedView.js +45 -0
  90. package/lib/commonjs/components/view/ThemedView.js.map +1 -0
  91. package/lib/commonjs/hooks/btn.js +158 -0
  92. package/lib/commonjs/hooks/btn.js.map +1 -0
  93. package/lib/commonjs/hooks/list.js +66 -0
  94. package/lib/commonjs/hooks/list.js.map +1 -0
  95. package/lib/commonjs/hooks/overlay.js +656 -0
  96. package/lib/commonjs/hooks/overlay.js.map +1 -0
  97. package/lib/commonjs/hooks/reanimated.js +11 -0
  98. package/lib/commonjs/hooks/reanimated.js.map +1 -0
  99. package/lib/commonjs/hooks/separator.js +22 -0
  100. package/lib/commonjs/hooks/separator.js.map +1 -0
  101. package/lib/commonjs/hooks/style.js +92 -0
  102. package/lib/commonjs/hooks/style.js.map +1 -0
  103. package/lib/commonjs/hooks/switch.js +209 -0
  104. package/lib/commonjs/hooks/switch.js.map +1 -0
  105. package/lib/commonjs/hooks/theme.js +71 -0
  106. package/lib/commonjs/hooks/theme.js.map +1 -0
  107. package/lib/commonjs/hooks/view.js +11 -0
  108. package/lib/commonjs/hooks/view.js.map +1 -0
  109. package/lib/commonjs/index.js +533 -0
  110. package/lib/commonjs/index.js.map +1 -0
  111. package/lib/commonjs/package.json +1 -0
  112. package/lib/commonjs/test/utils/const.js +19 -0
  113. package/lib/commonjs/test/utils/const.js.map +1 -0
  114. package/lib/commonjs/test/utils/func.js +60 -0
  115. package/lib/commonjs/test/utils/func.js.map +1 -0
  116. package/lib/commonjs/test/utils/testingLib.js +38 -0
  117. package/lib/commonjs/test/utils/testingLib.js.map +1 -0
  118. package/lib/commonjs/types/btn.js +6 -0
  119. package/lib/commonjs/types/btn.js.map +1 -0
  120. package/lib/commonjs/types/global.d.js +6 -0
  121. package/lib/commonjs/types/global.d.js.map +1 -0
  122. package/lib/commonjs/types/icon.js +6 -0
  123. package/lib/commonjs/types/icon.js.map +1 -0
  124. package/lib/commonjs/types/list.js +6 -0
  125. package/lib/commonjs/types/list.js.map +1 -0
  126. package/lib/commonjs/types/loading.js +6 -0
  127. package/lib/commonjs/types/loading.js.map +1 -0
  128. package/lib/commonjs/types/overlay.js +6 -0
  129. package/lib/commonjs/types/overlay.js.map +1 -0
  130. package/lib/commonjs/types/provider.js +6 -0
  131. package/lib/commonjs/types/provider.js.map +1 -0
  132. package/lib/commonjs/types/react.js +6 -0
  133. package/lib/commonjs/types/react.js.map +1 -0
  134. package/lib/commonjs/types/reanimated.js +6 -0
  135. package/lib/commonjs/types/reanimated.js.map +1 -0
  136. package/lib/commonjs/types/separator.js +6 -0
  137. package/lib/commonjs/types/separator.js.map +1 -0
  138. package/lib/commonjs/types/style.js +6 -0
  139. package/lib/commonjs/types/style.js.map +1 -0
  140. package/lib/commonjs/types/switch.js +6 -0
  141. package/lib/commonjs/types/switch.js.map +1 -0
  142. package/lib/commonjs/types/text.js +6 -0
  143. package/lib/commonjs/types/text.js.map +1 -0
  144. package/lib/commonjs/types/theme.js +6 -0
  145. package/lib/commonjs/types/theme.js.map +1 -0
  146. package/lib/commonjs/types/view.js +6 -0
  147. package/lib/commonjs/types/view.js.map +1 -0
  148. package/lib/commonjs/utils/btn/const.js +17 -0
  149. package/lib/commonjs/utils/btn/const.js.map +1 -0
  150. package/lib/commonjs/utils/overlay/const.js +73 -0
  151. package/lib/commonjs/utils/overlay/const.js.map +1 -0
  152. package/lib/commonjs/utils/overlay/func.js +63 -0
  153. package/lib/commonjs/utils/overlay/func.js.map +1 -0
  154. package/lib/commonjs/utils/reanimated/func.js +77 -0
  155. package/lib/commonjs/utils/reanimated/func.js.map +1 -0
  156. package/lib/commonjs/utils/style/const.js +12 -0
  157. package/lib/commonjs/utils/style/const.js.map +1 -0
  158. package/lib/commonjs/utils/style/func.js +35 -0
  159. package/lib/commonjs/utils/style/func.js.map +1 -0
  160. package/lib/commonjs/utils/switch/const.js +9 -0
  161. package/lib/commonjs/utils/switch/const.js.map +1 -0
  162. package/lib/commonjs/utils/theme/const.js +189 -0
  163. package/lib/commonjs/utils/theme/const.js.map +1 -0
  164. package/lib/commonjs/utils/theme/restyle.js +22 -0
  165. package/lib/commonjs/utils/theme/restyle.js.map +1 -0
  166. package/lib/module/components/btn/AnimatedPressable.js +8 -0
  167. package/lib/module/components/btn/AnimatedPressable.js.map +1 -0
  168. package/lib/module/components/btn/AnimatedThemedPressable.js +31 -0
  169. package/lib/module/components/btn/AnimatedThemedPressable.js.map +1 -0
  170. package/lib/module/components/btn/ThemedBtn.js +92 -0
  171. package/lib/module/components/btn/ThemedBtn.js.map +1 -0
  172. package/lib/module/components/btn/ThemedIconBtn.js +76 -0
  173. package/lib/module/components/btn/ThemedIconBtn.js.map +1 -0
  174. package/lib/module/components/btn/ThemedIconTextBtn.js +141 -0
  175. package/lib/module/components/btn/ThemedIconTextBtn.js.map +1 -0
  176. package/lib/module/components/btn/ThemedPressable.js +31 -0
  177. package/lib/module/components/btn/ThemedPressable.js.map +1 -0
  178. package/lib/module/components/icon/ThemedIcon.js +66 -0
  179. package/lib/module/components/icon/ThemedIcon.js.map +1 -0
  180. package/lib/module/components/list/List.js +139 -0
  181. package/lib/module/components/list/List.js.map +1 -0
  182. package/lib/module/components/loading/ThemedLoading.js +60 -0
  183. package/lib/module/components/loading/ThemedLoading.js.map +1 -0
  184. package/lib/module/components/overlay/actionSheet/ActionSheet.js +76 -0
  185. package/lib/module/components/overlay/actionSheet/ActionSheet.js.map +1 -0
  186. package/lib/module/components/overlay/actionSheet/ActionSheetContentGesture.js +29 -0
  187. package/lib/module/components/overlay/actionSheet/ActionSheetContentGesture.js.map +1 -0
  188. package/lib/module/components/overlay/actionSheet/ActionSheetHeader.js +113 -0
  189. package/lib/module/components/overlay/actionSheet/ActionSheetHeader.js.map +1 -0
  190. package/lib/module/components/overlay/actionSheet/ActionSheetListView.js +79 -0
  191. package/lib/module/components/overlay/actionSheet/ActionSheetListView.js.map +1 -0
  192. package/lib/module/components/overlay/actionSheet/ActionSheetListViewContent.js +52 -0
  193. package/lib/module/components/overlay/actionSheet/ActionSheetListViewContent.js.map +1 -0
  194. package/lib/module/components/overlay/actionSheet/ActionSheetOptList.js +76 -0
  195. package/lib/module/components/overlay/actionSheet/ActionSheetOptList.js.map +1 -0
  196. package/lib/module/components/overlay/actionSheet/ActionSheetOptListItem.js +61 -0
  197. package/lib/module/components/overlay/actionSheet/ActionSheetOptListItem.js.map +1 -0
  198. package/lib/module/components/overlay/actionSheet/ActionSheetOpts.js +86 -0
  199. package/lib/module/components/overlay/actionSheet/ActionSheetOpts.js.map +1 -0
  200. package/lib/module/components/overlay/actionSheet/ActionSheetScrollView.js +83 -0
  201. package/lib/module/components/overlay/actionSheet/ActionSheetScrollView.js.map +1 -0
  202. package/lib/module/components/overlay/actionSheet/ActionSheetScrollViewContent.js +58 -0
  203. package/lib/module/components/overlay/actionSheet/ActionSheetScrollViewContent.js.map +1 -0
  204. package/lib/module/components/overlay/actionSheet/ActionSheetWrap.js +162 -0
  205. package/lib/module/components/overlay/actionSheet/ActionSheetWrap.js.map +1 -0
  206. package/lib/module/components/overlay/alert/Alert.js +155 -0
  207. package/lib/module/components/overlay/alert/Alert.js.map +1 -0
  208. package/lib/module/components/overlay/alert/AlertBtn.js +77 -0
  209. package/lib/module/components/overlay/alert/AlertBtn.js.map +1 -0
  210. package/lib/module/components/overlay/alert/AlertBtns.js +66 -0
  211. package/lib/module/components/overlay/alert/AlertBtns.js.map +1 -0
  212. package/lib/module/components/overlay/alert/AlertContent.js +56 -0
  213. package/lib/module/components/overlay/alert/AlertContent.js.map +1 -0
  214. package/lib/module/components/overlay/alert/AlertWrap.js +152 -0
  215. package/lib/module/components/overlay/alert/AlertWrap.js.map +1 -0
  216. package/lib/module/components/overlay/modal/ThemedLoadingModal.js +117 -0
  217. package/lib/module/components/overlay/modal/ThemedLoadingModal.js.map +1 -0
  218. package/lib/module/components/overlay/modal/ThemedModal.js +89 -0
  219. package/lib/module/components/overlay/modal/ThemedModal.js.map +1 -0
  220. package/lib/module/components/overlay/toast/ThemedToast.js +358 -0
  221. package/lib/module/components/overlay/toast/ThemedToast.js.map +1 -0
  222. package/lib/module/components/provider/GestureProvider.js +21 -0
  223. package/lib/module/components/provider/GestureProvider.js.map +1 -0
  224. package/lib/module/components/provider/InsetsProvider.js +21 -0
  225. package/lib/module/components/provider/InsetsProvider.js.map +1 -0
  226. package/lib/module/components/provider/ReactNativeTemplateProviders.js +33 -0
  227. package/lib/module/components/provider/ReactNativeTemplateProviders.js.map +1 -0
  228. package/lib/module/components/provider/ThemeProvider.js +21 -0
  229. package/lib/module/components/provider/ThemeProvider.js.map +1 -0
  230. package/lib/module/components/separator/ThemedSeparator.js +61 -0
  231. package/lib/module/components/separator/ThemedSeparator.js.map +1 -0
  232. package/lib/module/components/switch/ThemedSwitch.js +109 -0
  233. package/lib/module/components/switch/ThemedSwitch.js.map +1 -0
  234. package/lib/module/components/text/Text.js +7 -0
  235. package/lib/module/components/text/Text.js.map +1 -0
  236. package/lib/module/components/text/ThemedIconText.js +138 -0
  237. package/lib/module/components/text/ThemedIconText.js.map +1 -0
  238. package/lib/module/components/text/ThemedText.js +21 -0
  239. package/lib/module/components/text/ThemedText.js.map +1 -0
  240. package/lib/module/components/view/AnimatedBox.js +8 -0
  241. package/lib/module/components/view/AnimatedBox.js.map +1 -0
  242. package/lib/module/components/view/AnimatedThemedView.js +40 -0
  243. package/lib/module/components/view/AnimatedThemedView.js.map +1 -0
  244. package/lib/module/components/view/Box.js +7 -0
  245. package/lib/module/components/view/Box.js.map +1 -0
  246. package/lib/module/components/view/ThemedScreenWrap.js +119 -0
  247. package/lib/module/components/view/ThemedScreenWrap.js.map +1 -0
  248. package/lib/module/components/view/ThemedScreenWrap.web.js +121 -0
  249. package/lib/module/components/view/ThemedScreenWrap.web.js.map +1 -0
  250. package/lib/module/components/view/ThemedScrollView.js +137 -0
  251. package/lib/module/components/view/ThemedScrollView.js.map +1 -0
  252. package/lib/module/components/view/ThemedView.js +40 -0
  253. package/lib/module/components/view/ThemedView.js.map +1 -0
  254. package/lib/module/hooks/btn.js +153 -0
  255. package/lib/module/hooks/btn.js.map +1 -0
  256. package/lib/module/hooks/list.js +61 -0
  257. package/lib/module/hooks/list.js.map +1 -0
  258. package/lib/module/hooks/overlay.js +641 -0
  259. package/lib/module/hooks/overlay.js.map +1 -0
  260. package/lib/module/hooks/reanimated.js +7 -0
  261. package/lib/module/hooks/reanimated.js.map +1 -0
  262. package/lib/module/hooks/separator.js +19 -0
  263. package/lib/module/hooks/separator.js.map +1 -0
  264. package/lib/module/hooks/style.js +82 -0
  265. package/lib/module/hooks/style.js.map +1 -0
  266. package/lib/module/hooks/switch.js +206 -0
  267. package/lib/module/hooks/switch.js.map +1 -0
  268. package/lib/module/hooks/theme.js +58 -0
  269. package/lib/module/hooks/theme.js.map +1 -0
  270. package/lib/module/hooks/view.js +7 -0
  271. package/lib/module/hooks/view.js.map +1 -0
  272. package/lib/module/index.js +55 -0
  273. package/lib/module/index.js.map +1 -0
  274. package/lib/module/package.json +1 -0
  275. package/lib/module/test/utils/const.js +13 -0
  276. package/lib/module/test/utils/const.js.map +1 -0
  277. package/lib/module/test/utils/func.js +50 -0
  278. package/lib/module/test/utils/func.js.map +1 -0
  279. package/lib/module/test/utils/testingLib.js +19 -0
  280. package/lib/module/test/utils/testingLib.js.map +1 -0
  281. package/lib/module/types/btn.js +4 -0
  282. package/lib/module/types/btn.js.map +1 -0
  283. package/lib/module/types/global.d.js +4 -0
  284. package/lib/module/types/global.d.js.map +1 -0
  285. package/lib/module/types/icon.js +4 -0
  286. package/lib/module/types/icon.js.map +1 -0
  287. package/lib/module/types/list.js +4 -0
  288. package/lib/module/types/list.js.map +1 -0
  289. package/lib/module/types/loading.js +4 -0
  290. package/lib/module/types/loading.js.map +1 -0
  291. package/lib/module/types/overlay.js +4 -0
  292. package/lib/module/types/overlay.js.map +1 -0
  293. package/lib/module/types/provider.js +4 -0
  294. package/lib/module/types/provider.js.map +1 -0
  295. package/lib/module/types/react.js +4 -0
  296. package/lib/module/types/react.js.map +1 -0
  297. package/lib/module/types/reanimated.js +4 -0
  298. package/lib/module/types/reanimated.js.map +1 -0
  299. package/lib/module/types/separator.js +4 -0
  300. package/lib/module/types/separator.js.map +1 -0
  301. package/lib/module/types/style.js +4 -0
  302. package/lib/module/types/style.js.map +1 -0
  303. package/lib/module/types/switch.js +4 -0
  304. package/lib/module/types/switch.js.map +1 -0
  305. package/lib/module/types/text.js +4 -0
  306. package/lib/module/types/text.js.map +1 -0
  307. package/lib/module/types/theme.js +4 -0
  308. package/lib/module/types/theme.js.map +1 -0
  309. package/lib/module/types/view.js +4 -0
  310. package/lib/module/types/view.js.map +1 -0
  311. package/lib/module/utils/btn/const.js +13 -0
  312. package/lib/module/utils/btn/const.js.map +1 -0
  313. package/lib/module/utils/overlay/const.js +72 -0
  314. package/lib/module/utils/overlay/const.js.map +1 -0
  315. package/lib/module/utils/overlay/func.js +52 -0
  316. package/lib/module/utils/overlay/func.js.map +1 -0
  317. package/lib/module/utils/reanimated/func.js +73 -0
  318. package/lib/module/utils/reanimated/func.js.map +1 -0
  319. package/lib/module/utils/style/const.js +8 -0
  320. package/lib/module/utils/style/const.js.map +1 -0
  321. package/lib/module/utils/style/func.js +25 -0
  322. package/lib/module/utils/style/func.js.map +1 -0
  323. package/lib/module/utils/switch/const.js +5 -0
  324. package/lib/module/utils/switch/const.js.map +1 -0
  325. package/lib/module/utils/theme/const.js +192 -0
  326. package/lib/module/utils/theme/const.js.map +1 -0
  327. package/lib/module/utils/theme/restyle.js +17 -0
  328. package/lib/module/utils/theme/restyle.js.map +1 -0
  329. package/lib/typescript/commonjs/package.json +1 -0
  330. package/lib/typescript/commonjs/src/components/btn/AnimatedPressable.d.ts +3 -0
  331. package/lib/typescript/commonjs/src/components/btn/AnimatedPressable.d.ts.map +1 -0
  332. package/lib/typescript/commonjs/src/components/btn/AnimatedThemedPressable.d.ts +5 -0
  333. package/lib/typescript/commonjs/src/components/btn/AnimatedThemedPressable.d.ts.map +1 -0
  334. package/lib/typescript/commonjs/src/components/btn/ThemedBtn.d.ts +5 -0
  335. package/lib/typescript/commonjs/src/components/btn/ThemedBtn.d.ts.map +1 -0
  336. package/lib/typescript/commonjs/src/components/btn/ThemedIconBtn.d.ts +5 -0
  337. package/lib/typescript/commonjs/src/components/btn/ThemedIconBtn.d.ts.map +1 -0
  338. package/lib/typescript/commonjs/src/components/btn/ThemedIconTextBtn.d.ts +5 -0
  339. package/lib/typescript/commonjs/src/components/btn/ThemedIconTextBtn.d.ts.map +1 -0
  340. package/lib/typescript/commonjs/src/components/btn/ThemedPressable.d.ts +5 -0
  341. package/lib/typescript/commonjs/src/components/btn/ThemedPressable.d.ts.map +1 -0
  342. package/lib/typescript/commonjs/src/components/icon/ThemedIcon.d.ts +5 -0
  343. package/lib/typescript/commonjs/src/components/icon/ThemedIcon.d.ts.map +1 -0
  344. package/lib/typescript/commonjs/src/components/list/List.d.ts +4 -0
  345. package/lib/typescript/commonjs/src/components/list/List.d.ts.map +1 -0
  346. package/lib/typescript/commonjs/src/components/loading/ThemedLoading.d.ts +5 -0
  347. package/lib/typescript/commonjs/src/components/loading/ThemedLoading.d.ts.map +1 -0
  348. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheet.d.ts +5 -0
  349. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheet.d.ts.map +1 -0
  350. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetContentGesture.d.ts +4 -0
  351. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetContentGesture.d.ts.map +1 -0
  352. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetHeader.d.ts +4 -0
  353. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetHeader.d.ts.map +1 -0
  354. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetListView.d.ts +5 -0
  355. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetListView.d.ts.map +1 -0
  356. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetListViewContent.d.ts +5 -0
  357. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetListViewContent.d.ts.map +1 -0
  358. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetOptList.d.ts +4 -0
  359. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetOptList.d.ts.map +1 -0
  360. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetOptListItem.d.ts +5 -0
  361. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetOptListItem.d.ts.map +1 -0
  362. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetOpts.d.ts +4 -0
  363. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetOpts.d.ts.map +1 -0
  364. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetScrollView.d.ts +4 -0
  365. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetScrollView.d.ts.map +1 -0
  366. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetScrollViewContent.d.ts +5 -0
  367. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetScrollViewContent.d.ts.map +1 -0
  368. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetWrap.d.ts +4 -0
  369. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetWrap.d.ts.map +1 -0
  370. package/lib/typescript/commonjs/src/components/overlay/alert/Alert.d.ts +5 -0
  371. package/lib/typescript/commonjs/src/components/overlay/alert/Alert.d.ts.map +1 -0
  372. package/lib/typescript/commonjs/src/components/overlay/alert/AlertBtn.d.ts +5 -0
  373. package/lib/typescript/commonjs/src/components/overlay/alert/AlertBtn.d.ts.map +1 -0
  374. package/lib/typescript/commonjs/src/components/overlay/alert/AlertBtns.d.ts +5 -0
  375. package/lib/typescript/commonjs/src/components/overlay/alert/AlertBtns.d.ts.map +1 -0
  376. package/lib/typescript/commonjs/src/components/overlay/alert/AlertContent.d.ts +5 -0
  377. package/lib/typescript/commonjs/src/components/overlay/alert/AlertContent.d.ts.map +1 -0
  378. package/lib/typescript/commonjs/src/components/overlay/alert/AlertWrap.d.ts +12 -0
  379. package/lib/typescript/commonjs/src/components/overlay/alert/AlertWrap.d.ts.map +1 -0
  380. package/lib/typescript/commonjs/src/components/overlay/modal/ThemedLoadingModal.d.ts +5 -0
  381. package/lib/typescript/commonjs/src/components/overlay/modal/ThemedLoadingModal.d.ts.map +1 -0
  382. package/lib/typescript/commonjs/src/components/overlay/modal/ThemedModal.d.ts +5 -0
  383. package/lib/typescript/commonjs/src/components/overlay/modal/ThemedModal.d.ts.map +1 -0
  384. package/lib/typescript/commonjs/src/components/overlay/toast/ThemedToast.d.ts +5 -0
  385. package/lib/typescript/commonjs/src/components/overlay/toast/ThemedToast.d.ts.map +1 -0
  386. package/lib/typescript/commonjs/src/components/provider/GestureProvider.d.ts +5 -0
  387. package/lib/typescript/commonjs/src/components/provider/GestureProvider.d.ts.map +1 -0
  388. package/lib/typescript/commonjs/src/components/provider/InsetsProvider.d.ts +5 -0
  389. package/lib/typescript/commonjs/src/components/provider/InsetsProvider.d.ts.map +1 -0
  390. package/lib/typescript/commonjs/src/components/provider/ReactNativeTemplateProviders.d.ts +5 -0
  391. package/lib/typescript/commonjs/src/components/provider/ReactNativeTemplateProviders.d.ts.map +1 -0
  392. package/lib/typescript/commonjs/src/components/provider/ThemeProvider.d.ts +5 -0
  393. package/lib/typescript/commonjs/src/components/provider/ThemeProvider.d.ts.map +1 -0
  394. package/lib/typescript/commonjs/src/components/separator/ThemedSeparator.d.ts +5 -0
  395. package/lib/typescript/commonjs/src/components/separator/ThemedSeparator.d.ts.map +1 -0
  396. package/lib/typescript/commonjs/src/components/switch/ThemedSwitch.d.ts +5 -0
  397. package/lib/typescript/commonjs/src/components/switch/ThemedSwitch.d.ts.map +1 -0
  398. package/lib/typescript/commonjs/src/components/text/Text.d.ts +1951 -0
  399. package/lib/typescript/commonjs/src/components/text/Text.d.ts.map +1 -0
  400. package/lib/typescript/commonjs/src/components/text/ThemedIconText.d.ts +5 -0
  401. package/lib/typescript/commonjs/src/components/text/ThemedIconText.d.ts.map +1 -0
  402. package/lib/typescript/commonjs/src/components/text/ThemedText.d.ts +5 -0
  403. package/lib/typescript/commonjs/src/components/text/ThemedText.d.ts.map +1 -0
  404. package/lib/typescript/commonjs/src/components/view/AnimatedBox.d.ts +1009 -0
  405. package/lib/typescript/commonjs/src/components/view/AnimatedBox.d.ts.map +1 -0
  406. package/lib/typescript/commonjs/src/components/view/AnimatedThemedView.d.ts +5 -0
  407. package/lib/typescript/commonjs/src/components/view/AnimatedThemedView.d.ts.map +1 -0
  408. package/lib/typescript/commonjs/src/components/view/Box.d.ts +2017 -0
  409. package/lib/typescript/commonjs/src/components/view/Box.d.ts.map +1 -0
  410. package/lib/typescript/commonjs/src/components/view/ThemedScreenWrap.d.ts +5 -0
  411. package/lib/typescript/commonjs/src/components/view/ThemedScreenWrap.d.ts.map +1 -0
  412. package/lib/typescript/commonjs/src/components/view/ThemedScreenWrap.web.d.ts +5 -0
  413. package/lib/typescript/commonjs/src/components/view/ThemedScreenWrap.web.d.ts.map +1 -0
  414. package/lib/typescript/commonjs/src/components/view/ThemedScrollView.d.ts +5 -0
  415. package/lib/typescript/commonjs/src/components/view/ThemedScrollView.d.ts.map +1 -0
  416. package/lib/typescript/commonjs/src/components/view/ThemedView.d.ts +5 -0
  417. package/lib/typescript/commonjs/src/components/view/ThemedView.d.ts.map +1 -0
  418. package/lib/typescript/commonjs/src/hooks/btn.d.ts +1647 -0
  419. package/lib/typescript/commonjs/src/hooks/btn.d.ts.map +1 -0
  420. package/lib/typescript/commonjs/src/hooks/list.d.ts +4 -0
  421. package/lib/typescript/commonjs/src/hooks/list.d.ts.map +1 -0
  422. package/lib/typescript/commonjs/src/hooks/overlay.d.ts +16 -0
  423. package/lib/typescript/commonjs/src/hooks/overlay.d.ts.map +1 -0
  424. package/lib/typescript/commonjs/src/hooks/reanimated.d.ts +3 -0
  425. package/lib/typescript/commonjs/src/hooks/reanimated.d.ts.map +1 -0
  426. package/lib/typescript/commonjs/src/hooks/separator.d.ts +5 -0
  427. package/lib/typescript/commonjs/src/hooks/separator.d.ts.map +1 -0
  428. package/lib/typescript/commonjs/src/hooks/style.d.ts +11 -0
  429. package/lib/typescript/commonjs/src/hooks/style.d.ts.map +1 -0
  430. package/lib/typescript/commonjs/src/hooks/switch.d.ts +2 -0
  431. package/lib/typescript/commonjs/src/hooks/switch.d.ts.map +1 -0
  432. package/lib/typescript/commonjs/src/hooks/theme.d.ts +217 -0
  433. package/lib/typescript/commonjs/src/hooks/theme.d.ts.map +1 -0
  434. package/lib/typescript/commonjs/src/hooks/view.d.ts +3 -0
  435. package/lib/typescript/commonjs/src/hooks/view.d.ts.map +1 -0
  436. package/lib/typescript/commonjs/src/index.d.ts +53 -0
  437. package/lib/typescript/commonjs/src/index.d.ts.map +1 -0
  438. package/lib/typescript/commonjs/src/test/utils/const.d.ts +4 -0
  439. package/lib/typescript/commonjs/src/test/utils/const.d.ts.map +1 -0
  440. package/lib/typescript/commonjs/src/test/utils/func.d.ts +106 -0
  441. package/lib/typescript/commonjs/src/test/utils/func.d.ts.map +1 -0
  442. package/lib/typescript/commonjs/src/test/utils/testingLib.d.ts +6 -0
  443. package/lib/typescript/commonjs/src/test/utils/testingLib.d.ts.map +1 -0
  444. package/lib/typescript/commonjs/src/types/btn.d.ts +24 -0
  445. package/lib/typescript/commonjs/src/types/btn.d.ts.map +1 -0
  446. package/lib/typescript/commonjs/src/types/icon.d.ts +10 -0
  447. package/lib/typescript/commonjs/src/types/icon.d.ts.map +1 -0
  448. package/lib/typescript/commonjs/src/types/list.d.ts +29 -0
  449. package/lib/typescript/commonjs/src/types/list.d.ts.map +1 -0
  450. package/lib/typescript/commonjs/src/types/loading.d.ts +12 -0
  451. package/lib/typescript/commonjs/src/types/loading.d.ts.map +1 -0
  452. package/lib/typescript/commonjs/src/types/overlay.d.ts +89 -0
  453. package/lib/typescript/commonjs/src/types/overlay.d.ts.map +1 -0
  454. package/lib/typescript/commonjs/src/types/provider.d.ts +6 -0
  455. package/lib/typescript/commonjs/src/types/provider.d.ts.map +1 -0
  456. package/lib/typescript/commonjs/src/types/react.d.ts +6 -0
  457. package/lib/typescript/commonjs/src/types/react.d.ts.map +1 -0
  458. package/lib/typescript/commonjs/src/types/reanimated.d.ts +5 -0
  459. package/lib/typescript/commonjs/src/types/reanimated.d.ts.map +1 -0
  460. package/lib/typescript/commonjs/src/types/separator.d.ts +7 -0
  461. package/lib/typescript/commonjs/src/types/separator.d.ts.map +1 -0
  462. package/lib/typescript/commonjs/src/types/style.d.ts +18 -0
  463. package/lib/typescript/commonjs/src/types/style.d.ts.map +1 -0
  464. package/lib/typescript/commonjs/src/types/switch.d.ts +27 -0
  465. package/lib/typescript/commonjs/src/types/switch.d.ts.map +1 -0
  466. package/lib/typescript/commonjs/src/types/text.d.ts +15 -0
  467. package/lib/typescript/commonjs/src/types/text.d.ts.map +1 -0
  468. package/lib/typescript/commonjs/src/types/theme.d.ts +15 -0
  469. package/lib/typescript/commonjs/src/types/theme.d.ts.map +1 -0
  470. package/lib/typescript/commonjs/src/types/view.d.ts +19 -0
  471. package/lib/typescript/commonjs/src/types/view.d.ts.map +1 -0
  472. package/lib/typescript/commonjs/src/utils/btn/const.d.ts +9 -0
  473. package/lib/typescript/commonjs/src/utils/btn/const.d.ts.map +1 -0
  474. package/lib/typescript/commonjs/src/utils/overlay/const.d.ts +24 -0
  475. package/lib/typescript/commonjs/src/utils/overlay/const.d.ts.map +1 -0
  476. package/lib/typescript/commonjs/src/utils/overlay/func.d.ts +11 -0
  477. package/lib/typescript/commonjs/src/utils/overlay/func.d.ts.map +1 -0
  478. package/lib/typescript/commonjs/src/utils/reanimated/func.d.ts +2 -0
  479. package/lib/typescript/commonjs/src/utils/reanimated/func.d.ts.map +1 -0
  480. package/lib/typescript/commonjs/src/utils/style/const.d.ts +5 -0
  481. package/lib/typescript/commonjs/src/utils/style/const.d.ts.map +1 -0
  482. package/lib/typescript/commonjs/src/utils/style/func.d.ts +9 -0
  483. package/lib/typescript/commonjs/src/utils/style/func.d.ts.map +1 -0
  484. package/lib/typescript/commonjs/src/utils/switch/const.d.ts +2 -0
  485. package/lib/typescript/commonjs/src/utils/switch/const.d.ts.map +1 -0
  486. package/lib/typescript/commonjs/src/utils/theme/const.d.ts +120 -0
  487. package/lib/typescript/commonjs/src/utils/theme/const.d.ts.map +1 -0
  488. package/lib/typescript/commonjs/src/utils/theme/restyle.d.ts +1184 -0
  489. package/lib/typescript/commonjs/src/utils/theme/restyle.d.ts.map +1 -0
  490. package/lib/typescript/module/package.json +1 -0
  491. package/lib/typescript/module/src/components/btn/AnimatedPressable.d.ts +3 -0
  492. package/lib/typescript/module/src/components/btn/AnimatedPressable.d.ts.map +1 -0
  493. package/lib/typescript/module/src/components/btn/AnimatedThemedPressable.d.ts +5 -0
  494. package/lib/typescript/module/src/components/btn/AnimatedThemedPressable.d.ts.map +1 -0
  495. package/lib/typescript/module/src/components/btn/ThemedBtn.d.ts +5 -0
  496. package/lib/typescript/module/src/components/btn/ThemedBtn.d.ts.map +1 -0
  497. package/lib/typescript/module/src/components/btn/ThemedIconBtn.d.ts +5 -0
  498. package/lib/typescript/module/src/components/btn/ThemedIconBtn.d.ts.map +1 -0
  499. package/lib/typescript/module/src/components/btn/ThemedIconTextBtn.d.ts +5 -0
  500. package/lib/typescript/module/src/components/btn/ThemedIconTextBtn.d.ts.map +1 -0
  501. package/lib/typescript/module/src/components/btn/ThemedPressable.d.ts +5 -0
  502. package/lib/typescript/module/src/components/btn/ThemedPressable.d.ts.map +1 -0
  503. package/lib/typescript/module/src/components/icon/ThemedIcon.d.ts +5 -0
  504. package/lib/typescript/module/src/components/icon/ThemedIcon.d.ts.map +1 -0
  505. package/lib/typescript/module/src/components/list/List.d.ts +4 -0
  506. package/lib/typescript/module/src/components/list/List.d.ts.map +1 -0
  507. package/lib/typescript/module/src/components/loading/ThemedLoading.d.ts +5 -0
  508. package/lib/typescript/module/src/components/loading/ThemedLoading.d.ts.map +1 -0
  509. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheet.d.ts +5 -0
  510. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheet.d.ts.map +1 -0
  511. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetContentGesture.d.ts +4 -0
  512. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetContentGesture.d.ts.map +1 -0
  513. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetHeader.d.ts +4 -0
  514. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetHeader.d.ts.map +1 -0
  515. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetListView.d.ts +5 -0
  516. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetListView.d.ts.map +1 -0
  517. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetListViewContent.d.ts +5 -0
  518. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetListViewContent.d.ts.map +1 -0
  519. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOptList.d.ts +4 -0
  520. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOptList.d.ts.map +1 -0
  521. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOptListItem.d.ts +5 -0
  522. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOptListItem.d.ts.map +1 -0
  523. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOpts.d.ts +4 -0
  524. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOpts.d.ts.map +1 -0
  525. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetScrollView.d.ts +4 -0
  526. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetScrollView.d.ts.map +1 -0
  527. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetScrollViewContent.d.ts +5 -0
  528. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetScrollViewContent.d.ts.map +1 -0
  529. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetWrap.d.ts +4 -0
  530. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetWrap.d.ts.map +1 -0
  531. package/lib/typescript/module/src/components/overlay/alert/Alert.d.ts +5 -0
  532. package/lib/typescript/module/src/components/overlay/alert/Alert.d.ts.map +1 -0
  533. package/lib/typescript/module/src/components/overlay/alert/AlertBtn.d.ts +5 -0
  534. package/lib/typescript/module/src/components/overlay/alert/AlertBtn.d.ts.map +1 -0
  535. package/lib/typescript/module/src/components/overlay/alert/AlertBtns.d.ts +5 -0
  536. package/lib/typescript/module/src/components/overlay/alert/AlertBtns.d.ts.map +1 -0
  537. package/lib/typescript/module/src/components/overlay/alert/AlertContent.d.ts +5 -0
  538. package/lib/typescript/module/src/components/overlay/alert/AlertContent.d.ts.map +1 -0
  539. package/lib/typescript/module/src/components/overlay/alert/AlertWrap.d.ts +12 -0
  540. package/lib/typescript/module/src/components/overlay/alert/AlertWrap.d.ts.map +1 -0
  541. package/lib/typescript/module/src/components/overlay/modal/ThemedLoadingModal.d.ts +5 -0
  542. package/lib/typescript/module/src/components/overlay/modal/ThemedLoadingModal.d.ts.map +1 -0
  543. package/lib/typescript/module/src/components/overlay/modal/ThemedModal.d.ts +5 -0
  544. package/lib/typescript/module/src/components/overlay/modal/ThemedModal.d.ts.map +1 -0
  545. package/lib/typescript/module/src/components/overlay/toast/ThemedToast.d.ts +5 -0
  546. package/lib/typescript/module/src/components/overlay/toast/ThemedToast.d.ts.map +1 -0
  547. package/lib/typescript/module/src/components/provider/GestureProvider.d.ts +5 -0
  548. package/lib/typescript/module/src/components/provider/GestureProvider.d.ts.map +1 -0
  549. package/lib/typescript/module/src/components/provider/InsetsProvider.d.ts +5 -0
  550. package/lib/typescript/module/src/components/provider/InsetsProvider.d.ts.map +1 -0
  551. package/lib/typescript/module/src/components/provider/ReactNativeTemplateProviders.d.ts +5 -0
  552. package/lib/typescript/module/src/components/provider/ReactNativeTemplateProviders.d.ts.map +1 -0
  553. package/lib/typescript/module/src/components/provider/ThemeProvider.d.ts +5 -0
  554. package/lib/typescript/module/src/components/provider/ThemeProvider.d.ts.map +1 -0
  555. package/lib/typescript/module/src/components/separator/ThemedSeparator.d.ts +5 -0
  556. package/lib/typescript/module/src/components/separator/ThemedSeparator.d.ts.map +1 -0
  557. package/lib/typescript/module/src/components/switch/ThemedSwitch.d.ts +5 -0
  558. package/lib/typescript/module/src/components/switch/ThemedSwitch.d.ts.map +1 -0
  559. package/lib/typescript/module/src/components/text/Text.d.ts +1951 -0
  560. package/lib/typescript/module/src/components/text/Text.d.ts.map +1 -0
  561. package/lib/typescript/module/src/components/text/ThemedIconText.d.ts +5 -0
  562. package/lib/typescript/module/src/components/text/ThemedIconText.d.ts.map +1 -0
  563. package/lib/typescript/module/src/components/text/ThemedText.d.ts +5 -0
  564. package/lib/typescript/module/src/components/text/ThemedText.d.ts.map +1 -0
  565. package/lib/typescript/module/src/components/view/AnimatedBox.d.ts +1009 -0
  566. package/lib/typescript/module/src/components/view/AnimatedBox.d.ts.map +1 -0
  567. package/lib/typescript/module/src/components/view/AnimatedThemedView.d.ts +5 -0
  568. package/lib/typescript/module/src/components/view/AnimatedThemedView.d.ts.map +1 -0
  569. package/lib/typescript/module/src/components/view/Box.d.ts +2017 -0
  570. package/lib/typescript/module/src/components/view/Box.d.ts.map +1 -0
  571. package/lib/typescript/module/src/components/view/ThemedScreenWrap.d.ts +5 -0
  572. package/lib/typescript/module/src/components/view/ThemedScreenWrap.d.ts.map +1 -0
  573. package/lib/typescript/module/src/components/view/ThemedScreenWrap.web.d.ts +5 -0
  574. package/lib/typescript/module/src/components/view/ThemedScreenWrap.web.d.ts.map +1 -0
  575. package/lib/typescript/module/src/components/view/ThemedScrollView.d.ts +5 -0
  576. package/lib/typescript/module/src/components/view/ThemedScrollView.d.ts.map +1 -0
  577. package/lib/typescript/module/src/components/view/ThemedView.d.ts +5 -0
  578. package/lib/typescript/module/src/components/view/ThemedView.d.ts.map +1 -0
  579. package/lib/typescript/module/src/hooks/btn.d.ts +1647 -0
  580. package/lib/typescript/module/src/hooks/btn.d.ts.map +1 -0
  581. package/lib/typescript/module/src/hooks/list.d.ts +4 -0
  582. package/lib/typescript/module/src/hooks/list.d.ts.map +1 -0
  583. package/lib/typescript/module/src/hooks/overlay.d.ts +16 -0
  584. package/lib/typescript/module/src/hooks/overlay.d.ts.map +1 -0
  585. package/lib/typescript/module/src/hooks/reanimated.d.ts +3 -0
  586. package/lib/typescript/module/src/hooks/reanimated.d.ts.map +1 -0
  587. package/lib/typescript/module/src/hooks/separator.d.ts +5 -0
  588. package/lib/typescript/module/src/hooks/separator.d.ts.map +1 -0
  589. package/lib/typescript/module/src/hooks/style.d.ts +11 -0
  590. package/lib/typescript/module/src/hooks/style.d.ts.map +1 -0
  591. package/lib/typescript/module/src/hooks/switch.d.ts +2 -0
  592. package/lib/typescript/module/src/hooks/switch.d.ts.map +1 -0
  593. package/lib/typescript/module/src/hooks/theme.d.ts +217 -0
  594. package/lib/typescript/module/src/hooks/theme.d.ts.map +1 -0
  595. package/lib/typescript/module/src/hooks/view.d.ts +3 -0
  596. package/lib/typescript/module/src/hooks/view.d.ts.map +1 -0
  597. package/lib/typescript/module/src/index.d.ts +53 -0
  598. package/lib/typescript/module/src/index.d.ts.map +1 -0
  599. package/lib/typescript/module/src/test/utils/const.d.ts +4 -0
  600. package/lib/typescript/module/src/test/utils/const.d.ts.map +1 -0
  601. package/lib/typescript/module/src/test/utils/func.d.ts +106 -0
  602. package/lib/typescript/module/src/test/utils/func.d.ts.map +1 -0
  603. package/lib/typescript/module/src/test/utils/testingLib.d.ts +6 -0
  604. package/lib/typescript/module/src/test/utils/testingLib.d.ts.map +1 -0
  605. package/lib/typescript/module/src/types/btn.d.ts +24 -0
  606. package/lib/typescript/module/src/types/btn.d.ts.map +1 -0
  607. package/lib/typescript/module/src/types/icon.d.ts +10 -0
  608. package/lib/typescript/module/src/types/icon.d.ts.map +1 -0
  609. package/lib/typescript/module/src/types/list.d.ts +29 -0
  610. package/lib/typescript/module/src/types/list.d.ts.map +1 -0
  611. package/lib/typescript/module/src/types/loading.d.ts +12 -0
  612. package/lib/typescript/module/src/types/loading.d.ts.map +1 -0
  613. package/lib/typescript/module/src/types/overlay.d.ts +89 -0
  614. package/lib/typescript/module/src/types/overlay.d.ts.map +1 -0
  615. package/lib/typescript/module/src/types/provider.d.ts +6 -0
  616. package/lib/typescript/module/src/types/provider.d.ts.map +1 -0
  617. package/lib/typescript/module/src/types/react.d.ts +6 -0
  618. package/lib/typescript/module/src/types/react.d.ts.map +1 -0
  619. package/lib/typescript/module/src/types/reanimated.d.ts +5 -0
  620. package/lib/typescript/module/src/types/reanimated.d.ts.map +1 -0
  621. package/lib/typescript/module/src/types/separator.d.ts +7 -0
  622. package/lib/typescript/module/src/types/separator.d.ts.map +1 -0
  623. package/lib/typescript/module/src/types/style.d.ts +18 -0
  624. package/lib/typescript/module/src/types/style.d.ts.map +1 -0
  625. package/lib/typescript/module/src/types/switch.d.ts +27 -0
  626. package/lib/typescript/module/src/types/switch.d.ts.map +1 -0
  627. package/lib/typescript/module/src/types/text.d.ts +15 -0
  628. package/lib/typescript/module/src/types/text.d.ts.map +1 -0
  629. package/lib/typescript/module/src/types/theme.d.ts +15 -0
  630. package/lib/typescript/module/src/types/theme.d.ts.map +1 -0
  631. package/lib/typescript/module/src/types/view.d.ts +19 -0
  632. package/lib/typescript/module/src/types/view.d.ts.map +1 -0
  633. package/lib/typescript/module/src/utils/btn/const.d.ts +9 -0
  634. package/lib/typescript/module/src/utils/btn/const.d.ts.map +1 -0
  635. package/lib/typescript/module/src/utils/overlay/const.d.ts +24 -0
  636. package/lib/typescript/module/src/utils/overlay/const.d.ts.map +1 -0
  637. package/lib/typescript/module/src/utils/overlay/func.d.ts +11 -0
  638. package/lib/typescript/module/src/utils/overlay/func.d.ts.map +1 -0
  639. package/lib/typescript/module/src/utils/reanimated/func.d.ts +2 -0
  640. package/lib/typescript/module/src/utils/reanimated/func.d.ts.map +1 -0
  641. package/lib/typescript/module/src/utils/style/const.d.ts +5 -0
  642. package/lib/typescript/module/src/utils/style/const.d.ts.map +1 -0
  643. package/lib/typescript/module/src/utils/style/func.d.ts +9 -0
  644. package/lib/typescript/module/src/utils/style/func.d.ts.map +1 -0
  645. package/lib/typescript/module/src/utils/switch/const.d.ts +2 -0
  646. package/lib/typescript/module/src/utils/switch/const.d.ts.map +1 -0
  647. package/lib/typescript/module/src/utils/theme/const.d.ts +120 -0
  648. package/lib/typescript/module/src/utils/theme/const.d.ts.map +1 -0
  649. package/lib/typescript/module/src/utils/theme/restyle.d.ts +1184 -0
  650. package/lib/typescript/module/src/utils/theme/restyle.d.ts.map +1 -0
  651. package/package.json +214 -0
@@ -0,0 +1,89 @@
1
+ import type { ModalProps, ViewStyle } from 'react-native';
2
+ import type { AlertBtnType, ToastDuration, ToastType } from '../utils/overlay/const';
3
+ import type { ThemedBtnProps } from './btn';
4
+ import type { ListAnimatedRefObj, ListProps } from './list';
5
+ import type { CustomThemedLoadingProps } from './loading';
6
+ import type { CustomAnimation } from './reanimated';
7
+ import type { InsetsStyleConfig } from './style';
8
+ import type { CustomThemedTextProps, ThemedTextProps } from './text';
9
+ import type { AnimatedThemedViewProps, PropsWithRequiredChildren, ScrollViewAnimatedRefObj, ScrollViewProps, ThemedViewProps } from './view';
10
+ export type ThemedToastProps = Omit<OverlayProps, 'onDismiss'> & Omit<AnimatedThemedViewProps, 'children'> & CustomThemedTextProps & Pick<InsetsStyleConfig, 'insetsPadding' | 'insetPaddingTop' | 'insetPaddingBottom' | 'insetPaddingLeft' | 'insetPaddingRight'> & {
11
+ type?: ToastType;
12
+ duration?: ToastDuration;
13
+ onDismiss?: OverlayOnDismiss<OverlayDismissToastResult>;
14
+ };
15
+ export type ThemedModalProps = Partial<OverlayProps> & ThemedViewProps & {
16
+ modalProps?: ModalProps;
17
+ };
18
+ export type ThemedLoadingModalProps = Omit<ThemedModalProps, 'children'> & CustomThemedLoadingProps & Partial<CustomThemedTextProps>;
19
+ export type AlertContextVal = Partial<Pick<AlertProps, 'btnProps'> & {
20
+ onDismiss: (result?: Partial<OverlayDismissAlertResult>) => void;
21
+ }>;
22
+ export type AlertProps = Omit<OverlayProps, 'onDismiss'> & {
23
+ customShowAnimation?: CustomAnimation<1>;
24
+ customHideAnimation?: CustomAnimation<0>;
25
+ wrapProps?: Omit<ThemedViewProps, 'children'>;
26
+ title: string;
27
+ titleTextProps?: Omit<CustomThemedTextProps, 'text'>;
28
+ desc?: string;
29
+ descTextProps?: Omit<CustomThemedTextProps, 'text'>;
30
+ btns?: AlertBtnsProps;
31
+ btnsWrapProps?: Omit<ThemedViewProps, 'children'>;
32
+ btnProps?: Omit<ThemedBtnProps, 'onPress' | 'text'>;
33
+ onDismiss?: OverlayOnDismiss<OverlayDismissAlertResult>;
34
+ };
35
+ export type AlertBtnProps = Pick<ThemedBtnProps, 'text'> & {
36
+ type?: AlertBtnType;
37
+ onPress?: ThemedBtnProps['onPress'];
38
+ props?: Omit<ThemedBtnProps, 'onPress' | 'text'>;
39
+ };
40
+ export type AlertBtnsProps = AlertBtnProps[][];
41
+ export type ActionSheetProps = (Omit<OverlayProps, 'onDismiss'> & Omit<ActionSheetWrapProps, 'children'> & ActionSheetHeaderProps & {
42
+ title?: string;
43
+ expandable?: boolean;
44
+ onDismiss?: OverlayOnDismiss<OverlayDismissActionSheetResult>;
45
+ }) & ({
46
+ opts: ActionSheetOpts;
47
+ optListProps?: ActionSheetOptListProps;
48
+ optListItemProps?: ActionSheetOptListItemProps;
49
+ scrollViewProps?: never;
50
+ children?: never;
51
+ listProps?: never;
52
+ } | (PropsWithRequiredChildren & {
53
+ scrollViewProps?: Omit<ScrollViewProps, 'ref'> & {
54
+ ref?: ScrollViewAnimatedRefObj;
55
+ };
56
+ opts?: never;
57
+ optListProps?: never;
58
+ optListItemProps?: never;
59
+ listProps?: never;
60
+ }) | {
61
+ listProps: Omit<ListProps<any>, 'ref'> & {
62
+ ref?: ListAnimatedRefObj<any>;
63
+ };
64
+ opts?: never;
65
+ optListProps?: never;
66
+ optListItemProps?: never;
67
+ scrollViewProps?: never;
68
+ children?: never;
69
+ });
70
+ export type ActionSheetWrapProps = PropsWithRequiredChildren<{
71
+ wrapViewProps?: Omit<AnimatedThemedViewProps, 'children' | 'style'> & {
72
+ style?: ViewStyle;
73
+ };
74
+ }>;
75
+ export type ActionSheetHeaderProps = {
76
+ headerShowIcon?: boolean;
77
+ headerWrapProps?: Omit<ThemedViewProps, 'children'>;
78
+ headerTextProps?: Omit<ThemedTextProps, 'children'>;
79
+ headerIconBtnProps?: Omit<ThemedBtnProps, 'onPress'>;
80
+ };
81
+ export type ActionSheetOptListProps = Omit<ListProps<ActionSheetOpt>, 'ref' | 'data' | 'Item' | 'keyExtractor' | 'extraData'> & {
82
+ ref?: ActionSheetOptListRefObj;
83
+ };
84
+ export type ActionSheetOpt = Partial<Pick<ThemedBtnProps, 'onPress'>> & {
85
+ text: string;
86
+ props?: ActionSheetOptListItemProps;
87
+ };
88
+ export type ActionSheetOpts = ActionSheetOpt[];
89
+ //# sourceMappingURL=overlay.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"overlay.d.ts","sourceRoot":"","sources":["../../../../../src/types/overlay.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,6 @@
1
+ import type { Theme } from './theme';
2
+ import type { PropsWithRequiredChildren } from './view';
3
+ export type ReactNativeTemplateProvidersProps = PropsWithRequiredChildren<{
4
+ theme: Theme;
5
+ }>;
6
+ //# sourceMappingURL=provider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"provider.d.ts","sourceRoot":"","sources":["../../../../../src/types/provider.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AACrC,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,QAAQ,CAAC;AAExD,MAAM,MAAM,iCAAiC,GAAG,yBAAyB,CAAC;IACxE,KAAK,EAAE,KAAK,CAAC;CACd,CAAC,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { Dispatch, SetStateAction } from 'react';
2
+ import type { LayoutChangeEvent } from 'react-native';
3
+ export type Timeout = NodeJS.Timeout;
4
+ export type SetState<T> = Dispatch<SetStateAction<T>>;
5
+ export type OnLayout = (event: LayoutChangeEvent) => void;
6
+ //# sourceMappingURL=react.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"react.d.ts","sourceRoot":"","sources":["../../../../../src/types/react.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,QAAQ,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACtD,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,cAAc,CAAC;AAEtD,MAAM,MAAM,OAAO,GAAG,MAAM,CAAC,OAAO,CAAC;AAErC,MAAM,MAAM,QAAQ,CAAC,CAAC,IAAI,QAAQ,CAAC,cAAc,CAAC,CAAC,CAAC,CAAC,CAAC;AAEtD,MAAM,MAAM,QAAQ,GAAG,CAAC,KAAK,EAAE,iBAAiB,KAAK,IAAI,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { SharedValue } from 'react-native-reanimated';
2
+ export type AnimationValue = 0 | 1;
3
+ export type AnimationSharedValue = SharedValue<AnimationValue>;
4
+ export type CustomAnimation<T = AnimationValue> = (sharedValue: AnimationSharedValue, toValue: T, animationCompletedCallback?: () => void) => void;
5
+ //# sourceMappingURL=reanimated.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"reanimated.d.ts","sourceRoot":"","sources":["../../../../../src/types/reanimated.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAE3D,MAAM,MAAM,cAAc,GAAG,CAAC,GAAG,CAAC,CAAC;AAEnC,MAAM,MAAM,oBAAoB,GAAG,WAAW,CAAC,cAAc,CAAC,CAAC;AAE/D,MAAM,MAAM,eAAe,CAAC,CAAC,GAAG,cAAc,IAAI,CAChD,WAAW,EAAE,oBAAoB,EACjC,OAAO,EAAE,CAAC,EACV,0BAA0B,CAAC,EAAE,MAAM,IAAI,KACpC,IAAI,CAAC"}
@@ -0,0 +1,7 @@
1
+ import type { BorderSize } from '../utils/theme/const';
2
+ import type { ThemeBackgroundColorProps, ThemeSpacingProps } from './theme';
3
+ export type ThemedSeparatorProps = ThemeBackgroundColorProps & Pick<ThemeSpacingProps, 'margin' | 'marginVertical' | 'marginHorizontal' | 'marginTop' | 'marginBottom' | 'marginLeft' | 'marginRight' | 'marginStart' | 'marginEnd' | 'm' | 'my' | 'mx' | 'mt' | 'mb' | 'ml' | 'mr' | 'ms' | 'me'> & {
4
+ size?: BorderSize | number;
5
+ vertical?: boolean;
6
+ };
7
+ //# sourceMappingURL=separator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"separator.d.ts","sourceRoot":"","sources":["../../../../../src/types/separator.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EAAE,yBAAyB,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5E,MAAM,MAAM,oBAAoB,GAAG,yBAAyB,GAC1D,IAAI,CACF,iBAAiB,EACf,QAAQ,GACR,gBAAgB,GAChB,kBAAkB,GAClB,WAAW,GACX,cAAc,GACd,YAAY,GACZ,aAAa,GACb,aAAa,GACb,WAAW,GACX,GAAG,GACH,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,CACP,GAAG;IACF,IAAI,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC;IAC3B,QAAQ,CAAC,EAAE,OAAO,CAAC;CACpB,CAAC"}
@@ -0,0 +1,18 @@
1
+ import type { ImageStyle, StyleProp as RNStyleProp, TextStyle, ViewStyle } from 'react-native';
2
+ import type { ThemeSpacing } from './theme';
3
+ export type Style = ViewStyle | TextStyle | ImageStyle;
4
+ export type StyleProp<T = Style> = RNStyleProp<T>;
5
+ export type StyleOrStyleProp<T = Style> = T | StyleProp<T>;
6
+ export type InsetsStyleConfig = {
7
+ insets?: boolean;
8
+ insetTop?: boolean;
9
+ insetBottom?: boolean;
10
+ insetLeft?: boolean;
11
+ insetRight?: boolean;
12
+ insetsPadding?: ThemeSpacing;
13
+ insetPaddingTop?: ThemeSpacing;
14
+ insetPaddingBottom?: ThemeSpacing;
15
+ insetPaddingLeft?: ThemeSpacing;
16
+ insetPaddingRight?: ThemeSpacing;
17
+ };
18
+ //# sourceMappingURL=style.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"style.d.ts","sourceRoot":"","sources":["../../../../../src/types/style.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,UAAU,EACV,SAAS,IAAI,WAAW,EACxB,SAAS,EACT,SAAS,EACV,MAAM,cAAc,CAAC;AACtB,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,SAAS,CAAC;AAE5C,MAAM,MAAM,KAAK,GAAG,SAAS,GAAG,SAAS,GAAG,UAAU,CAAC;AAEvD,MAAM,MAAM,SAAS,CAAC,CAAC,GAAG,KAAK,IAAI,WAAW,CAAC,CAAC,CAAC,CAAC;AAElD,MAAM,MAAM,gBAAgB,CAAC,CAAC,GAAG,KAAK,IAAI,CAAC,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;AAE3D,MAAM,MAAM,iBAAiB,GAAG;IAC9B,MAAM,CAAC,EAAE,OAAO,CAAC;IACjB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,WAAW,CAAC,EAAE,OAAO,CAAC;IACtB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,aAAa,CAAC,EAAE,YAAY,CAAC;IAC7B,eAAe,CAAC,EAAE,YAAY,CAAC;IAC/B,kBAAkB,CAAC,EAAE,YAAY,CAAC;IAClC,gBAAgB,CAAC,EAAE,YAAY,CAAC;IAChC,iBAAiB,CAAC,EAAE,YAAY,CAAC;CAClC,CAAC"}
@@ -0,0 +1,27 @@
1
+ import type { ViewStyle } from 'react-native';
2
+ import type { SwitchSize } from '../utils/theme/const';
3
+ import type { AnimatedThemedPressableProps, OnPressDelayConfig } from './btn';
4
+ import type { CustomAnimation } from './reanimated';
5
+ import type { StyleOrStyleProp } from './style';
6
+ import type { ThemeColors } from './theme';
7
+ import type { AnimatedThemedViewProps } from './view';
8
+ export type CustomSwitchColors = {
9
+ border?: ThemeColors;
10
+ borderEnabled?: ThemeColors;
11
+ background?: ThemeColors;
12
+ backgroundEnabled?: ThemeColors;
13
+ thumb?: ThemeColors;
14
+ thumbEnabled?: ThemeColors;
15
+ };
16
+ export type ThemedSwitchProps = Omit<AnimatedThemedPressableProps, 'onPress' | 'children'> & {
17
+ onPress: (enabled: boolean) => void;
18
+ enabled?: boolean;
19
+ size?: SwitchSize | number;
20
+ onPressDelayConfig?: OnPressDelayConfig;
21
+ customEnableAnimation?: CustomAnimation<1>;
22
+ customDisableAnimation?: CustomAnimation<0>;
23
+ customColors?: CustomSwitchColors;
24
+ thumbProps?: AnimatedThemedViewProps;
25
+ style?: StyleOrStyleProp<ViewStyle>;
26
+ };
27
+ //# sourceMappingURL=switch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../../../src/types/switch.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,cAAc,CAAC;AAC9C,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,sBAAsB,CAAC;AACvD,OAAO,KAAK,EAAE,4BAA4B,EAAE,kBAAkB,EAAE,MAAM,OAAO,CAAC;AAC9E,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,cAAc,CAAC;AACpD,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAC;AAChD,OAAO,KAAK,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,QAAQ,CAAC;AAEtD,MAAM,MAAM,kBAAkB,GAAG;IAC/B,MAAM,CAAC,EAAE,WAAW,CAAC;IACrB,aAAa,CAAC,EAAE,WAAW,CAAC;IAC5B,UAAU,CAAC,EAAE,WAAW,CAAC;IACzB,iBAAiB,CAAC,EAAE,WAAW,CAAC;IAChC,KAAK,CAAC,EAAE,WAAW,CAAC;IACpB,YAAY,CAAC,EAAE,WAAW,CAAC;CAC5B,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG,IAAI,CAClC,4BAA4B,EAC5B,SAAS,GAAG,UAAU,CACvB,GAAG;IACF,OAAO,EAAE,CAAC,OAAO,EAAE,OAAO,KAAK,IAAI,CAAC;IACpC,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,IAAI,CAAC,EAAE,UAAU,GAAG,MAAM,CAAC;IAC3B,kBAAkB,CAAC,EAAE,kBAAkB,CAAC;IACxC,qBAAqB,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC;IAC3C,sBAAsB,CAAC,EAAE,eAAe,CAAC,CAAC,CAAC,CAAC;IAC5C,YAAY,CAAC,EAAE,kBAAkB,CAAC;IAClC,UAAU,CAAC,EAAE,uBAAuB,CAAC;IACrC,KAAK,CAAC,EAAE,gBAAgB,CAAC,SAAS,CAAC,CAAC;CACrC,CAAC"}
@@ -0,0 +1,15 @@
1
+ import type { ComponentProps } from 'react';
2
+ import type Text from '../components/text/Text';
3
+ import type { ThemeTextProps, ThemeViewProps } from './theme';
4
+ export type ThemedTextProps = ComponentProps<typeof Text>;
5
+ export type CustomThemedTextProps = {
6
+ text: ThemedTextProps['children'];
7
+ textVariant?: ThemedTextProps['variant'];
8
+ textFontSize?: ThemedTextProps['fontSize'];
9
+ textFontWeight?: ThemedTextProps['fontWeight'];
10
+ textColor?: ThemedTextProps['color'];
11
+ textStyle?: ThemedTextProps['style'];
12
+ textProps?: Omit<ThemeTextProps, 'children' | 'variant' | 'fontSize' | 'fontWeight' | 'color' | 'style'>;
13
+ };
14
+ export type ThemedIconTextProps = IconTextProps & ThemeViewProps;
15
+ //# sourceMappingURL=text.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../../src/types/text.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAC5C,OAAO,KAAK,IAAI,MAAM,yBAAyB,CAAC;AAEhD,OAAO,KAAK,EAAE,cAAc,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9D,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,OAAO,IAAI,CAAC,CAAC;AAE1D,MAAM,MAAM,qBAAqB,GAAG;IAClC,IAAI,EAAE,eAAe,CAAC,UAAU,CAAC,CAAC;IAClC,WAAW,CAAC,EAAE,eAAe,CAAC,SAAS,CAAC,CAAC;IACzC,YAAY,CAAC,EAAE,eAAe,CAAC,UAAU,CAAC,CAAC;IAC3C,cAAc,CAAC,EAAE,eAAe,CAAC,YAAY,CAAC,CAAC;IAC/C,SAAS,CAAC,EAAE,eAAe,CAAC,OAAO,CAAC,CAAC;IACrC,SAAS,CAAC,EAAE,eAAe,CAAC,OAAO,CAAC,CAAC;IACrC,SAAS,CAAC,EAAE,IAAI,CACd,cAAc,EACd,UAAU,GAAG,SAAS,GAAG,UAAU,GAAG,YAAY,GAAG,OAAO,GAAG,OAAO,CACvE,CAAC;CACH,CAAC;AAMF,MAAM,MAAM,mBAAmB,GAAG,aAAa,GAAG,cAAc,CAAC"}
@@ -0,0 +1,15 @@
1
+ import type { BackgroundColorProps, BackgroundColorShorthandProps, BoxProps, ColorProps, LayoutProps, PositionProps, SpacingProps, SpacingShorthandProps, TextProps } from '@shopify/restyle';
2
+ export type Theme = globalThis.ReactNativeTemplateTheme;
3
+ export type ThemeColors = keyof Theme['colors'];
4
+ export type ThemeSpacing = keyof Theme['spacing'];
5
+ export type ThemeBreakpoints = keyof Theme['breakpoints'];
6
+ export type ThemeZIndices = keyof Theme['zIndices'];
7
+ export type ThemeBorderRadii = keyof Theme['borderRadii'];
8
+ export type ThemeTextVariants = keyof Theme['textVariants'];
9
+ export type ThemeViewProps = BoxProps<Theme>;
10
+ export type ThemeTextProps = TextProps<Theme>;
11
+ export type ThemeColorProps = ColorProps<Theme>;
12
+ export type ThemeSpacingProps = SpacingProps<Theme> & SpacingShorthandProps<Theme>;
13
+ export type ThemeBackgroundColorProps = BackgroundColorProps<Theme> & BackgroundColorShorthandProps<Theme>;
14
+ export type ThemeBaseProps = ThemeSpacingProps & ThemeBackgroundColorProps & LayoutProps<Theme> & PositionProps<Theme>;
15
+ //# sourceMappingURL=theme.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theme.d.ts","sourceRoot":"","sources":["../../../../../src/types/theme.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EACV,oBAAoB,EACpB,6BAA6B,EAC7B,QAAQ,EACR,UAAU,EACV,WAAW,EACX,aAAa,EACb,YAAY,EACZ,qBAAqB,EACrB,SAAS,EACV,MAAM,kBAAkB,CAAC;AAE1B,MAAM,MAAM,KAAK,GAAG,UAAU,CAAC,wBAAwB,CAAC;AAExD,MAAM,MAAM,WAAW,GAAG,MAAM,KAAK,CAAC,QAAQ,CAAC,CAAC;AAEhD,MAAM,MAAM,YAAY,GAAG,MAAM,KAAK,CAAC,SAAS,CAAC,CAAC;AAElD,MAAM,MAAM,gBAAgB,GAAG,MAAM,KAAK,CAAC,aAAa,CAAC,CAAC;AAE1D,MAAM,MAAM,aAAa,GAAG,MAAM,KAAK,CAAC,UAAU,CAAC,CAAC;AAEpD,MAAM,MAAM,gBAAgB,GAAG,MAAM,KAAK,CAAC,aAAa,CAAC,CAAC;AAE1D,MAAM,MAAM,iBAAiB,GAAG,MAAM,KAAK,CAAC,cAAc,CAAC,CAAC;AAE5D,MAAM,MAAM,cAAc,GAAG,QAAQ,CAAC,KAAK,CAAC,CAAC;AAE7C,MAAM,MAAM,cAAc,GAAG,SAAS,CAAC,KAAK,CAAC,CAAC;AAE9C,MAAM,MAAM,eAAe,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;AAEhD,MAAM,MAAM,iBAAiB,GAAG,YAAY,CAAC,KAAK,CAAC,GACjD,qBAAqB,CAAC,KAAK,CAAC,CAAC;AAE/B,MAAM,MAAM,yBAAyB,GAAG,oBAAoB,CAAC,KAAK,CAAC,GACjE,6BAA6B,CAAC,KAAK,CAAC,CAAC;AAEvC,MAAM,MAAM,cAAc,GAAG,iBAAiB,GAC5C,yBAAyB,GACzB,WAAW,CAAC,KAAK,CAAC,GAClB,aAAa,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,19 @@
1
+ import type { ComponentProps, ReactNode, RefObject } from 'react';
2
+ import type { NativeScrollEvent, NativeSyntheticEvent, ScrollView, View } from 'react-native';
3
+ import type { AnimatedProps, AnimatedRef } from 'react-native-reanimated';
4
+ import type Box from '../components/view/Box';
5
+ import type { InsetsStyleConfig } from './style';
6
+ import type { ThemeViewProps } from './theme';
7
+ export type ViewRefObj = RefObject<View | null>;
8
+ export type ScrollViewRefObj = RefObject<ScrollView | null>;
9
+ export type ScrollViewAnimatedRefObj = AnimatedRef<ScrollView>;
10
+ export type OnScroll = (event: NativeSyntheticEvent<NativeScrollEvent>) => void;
11
+ export type OnContentSizeChange = (width: number, height: number) => void;
12
+ export type ThemedViewProps = ComponentProps<typeof Box>;
13
+ export type AnimatedThemedViewProps = AnimatedProps<Omit<ThemedViewProps, 'key'>>;
14
+ export type ThemedScreenWrapProps = ThemedViewProps & InsetsStyleConfig;
15
+ export type ThemedScrollViewProps = ScrollViewProps & ThemeViewProps;
16
+ export type PropsWithRequiredChildren<P = unknown> = P & {
17
+ children: NonNullable<ReactNode>;
18
+ };
19
+ //# sourceMappingURL=view.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"view.d.ts","sourceRoot":"","sources":["../../../../../src/types/view.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,SAAS,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClE,OAAO,KAAK,EACV,iBAAiB,EACjB,oBAAoB,EAEpB,UAAU,EACV,IAAI,EACL,MAAM,cAAc,CAAC;AACtB,OAAO,KAAK,EAAE,aAAa,EAAE,WAAW,EAAE,MAAM,yBAAyB,CAAC;AAC1E,OAAO,KAAK,GAAG,MAAM,wBAAwB,CAAC;AAC9C,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AACjD,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,SAAS,CAAC;AAE9C,MAAM,MAAM,UAAU,GAAG,SAAS,CAAC,IAAI,GAAG,IAAI,CAAC,CAAC;AAEhD,MAAM,MAAM,gBAAgB,GAAG,SAAS,CAAC,UAAU,GAAG,IAAI,CAAC,CAAC;AAE5D,MAAM,MAAM,wBAAwB,GAAG,WAAW,CAAC,UAAU,CAAC,CAAC;AAE/D,MAAM,MAAM,QAAQ,GAAG,CAAC,KAAK,EAAE,oBAAoB,CAAC,iBAAiB,CAAC,KAAK,IAAI,CAAC;AAEhF,MAAM,MAAM,mBAAmB,GAAG,CAAC,KAAK,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,KAAK,IAAI,CAAC;AAE1E,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,OAAO,GAAG,CAAC,CAAC;AAEzD,MAAM,MAAM,uBAAuB,GAAG,aAAa,CACjD,IAAI,CAAC,eAAe,EAAE,KAAK,CAAC,CAC7B,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,eAAe,GAAG,iBAAiB,CAAC;AAQxE,MAAM,MAAM,qBAAqB,GAAG,eAAe,GAAG,cAAc,CAAC;AAErE,MAAM,MAAM,yBAAyB,CAAC,CAAC,GAAG,OAAO,IAAI,CAAC,GAAG;IACvD,QAAQ,EAAE,WAAW,CAAC,SAAS,CAAC,CAAC;CAClC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export declare enum BtnScaleRatio {
2
+ Square = 0.9,
3
+ Rectangle = 0.98
4
+ }
5
+ export declare enum OnPressDelayType {
6
+ Throttle = 0,
7
+ Debounce = 1
8
+ }
9
+ //# sourceMappingURL=const.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/btn/const.ts"],"names":[],"mappings":"AAAA,oBAAY,aAAa;IACvB,MAAM,MAAM;IACZ,SAAS,OAAO;CACjB;AAED,oBAAY,gBAAgB;IAC1B,QAAQ,IAAA;IACR,QAAQ,IAAA;CACT"}
@@ -0,0 +1,24 @@
1
+ export declare enum OverlayDismissResultType {
2
+ Toast = "toast",
3
+ Alert = "alert",
4
+ ActionSheet = "actionSheet"
5
+ }
6
+ export declare const overlayDismissResultDefaultText = "cancelByUser";
7
+ export declare enum ToastType {
8
+ Top = "top",
9
+ TopLeft = "topLeft",
10
+ TopRight = "topRight",
11
+ Bottom = "bottom",
12
+ BottomLeft = "bottomLeft",
13
+ BottomRight = "bottomRight"
14
+ }
15
+ export declare enum ToastDuration {
16
+ Short = 3000,
17
+ Long = 5000
18
+ }
19
+ export declare enum AlertBtnType {
20
+ Primary = "primary",
21
+ Secondary = "secondary",
22
+ Destructive = "destructive"
23
+ }
24
+ //# sourceMappingURL=const.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/overlay/const.ts"],"names":[],"mappings":"AAWA,oBAAY,wBAAwB;IAClC,KAAK,UAAU;IACf,KAAK,UAAU;IACf,WAAW,gBAAgB;CAC5B;AAED,eAAO,MAAM,+BAA+B,iBAAiB,CAAC;AAE9D,oBAAY,SAAS;IACnB,GAAG,QAAQ;IACX,OAAO,YAAY;IACnB,QAAQ,aAAa;IACrB,MAAM,WAAW;IACjB,UAAU,eAAe;IACzB,WAAW,gBAAgB;CAC5B;AAED,oBAAY,aAAa;IACvB,KAAK,OAAO;IACZ,IAAI,OAAO;CACZ;AAKD,oBAAY,YAAY;IACtB,OAAO,YAAY;IACnB,SAAS,cAAc;IACvB,WAAW,gBAAgB;CAC5B"}
@@ -0,0 +1,11 @@
1
+ export declare function getAlertContext(): Partial<Pick<import("../..").AlertProps, "btnProps"> & {
2
+ onDismiss: (result?: Partial<import("../..").OverlayDismissAlertResult>) => void;
3
+ }>;
4
+ export declare function getActionSheetMaxHeight(expandable?: boolean): number;
5
+ export declare function getActionSheetHeight(height: number): number;
6
+ export declare function getActionSheetExpandableHeight(): number;
7
+ export declare function getActionSheetExpandableInitHeight(): number;
8
+ export declare function getActionSheetSnapHeight(height: number, currentHeight: number, forceDismiss: boolean): number;
9
+ export declare function getActionSheetExpandableSnapHeight(currentHight: number, forceDismiss: boolean): number;
10
+ export declare function getActionSheetContext(): Partial<import("../..").ActionSheetContextVal>;
11
+ //# sourceMappingURL=func.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"func.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/overlay/func.ts"],"names":[],"mappings":"AASA,wBAAgB,eAAe;sBAmFzB,CAAC;GAjFN;AAQD,wBAAgB,uBAAuB,CAAC,UAAU,GAAE,OAAe,UAMlE;AAED,wBAAgB,oBAAoB,CAAC,MAAM,EAAE,MAAM,UAElD;AAED,wBAAgB,8BAA8B,WAE7C;AAED,wBAAgB,kCAAkC,WAIjD;AAgBD,wBAAgB,wBAAwB,CACtC,MAAM,EAAE,MAAM,EACd,aAAa,EAAE,MAAM,EACrB,YAAY,EAAE,OAAO,UAKtB;AAED,wBAAgB,kCAAkC,CAChD,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,OAAO,UAmCtB;AAED,wBAAgB,qBAAqB,mDAEpC"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=func.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"func.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/reanimated/func.ts"],"names":[],"mappings":""}
@@ -0,0 +1,5 @@
1
+ export declare enum Orientation {
2
+ Portrait = "portrait",
3
+ Landscape = "landscape"
4
+ }
5
+ //# sourceMappingURL=const.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/style/const.ts"],"names":[],"mappings":"AAAA,oBAAY,WAAW;IACrB,QAAQ,aAAa;IACrB,SAAS,cAAc;CACxB"}
@@ -0,0 +1,9 @@
1
+ import type { Style, StyleOrStyleProp } from '../../types/style';
2
+ export declare function composeStyles<T extends Style>(style1?: StyleOrStyleProp<T>, style2?: StyleOrStyleProp<T>): import("react-native").StyleProp<T>;
3
+ export declare function flattenStyle<T extends Style>(style: StyleOrStyleProp<T>): T extends (infer U)[] ? U : T;
4
+ export declare function getWindowDimensions(): import("react-native").ScaledSize;
5
+ export declare function getWindowDimensionsWidth(): number;
6
+ export declare function getWindowDimensionsHeight(): number;
7
+ export declare function getWindowDimensionsScale(): number;
8
+ export declare function getWindowDimensionsFontScale(): number;
9
+ //# sourceMappingURL=func.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"func.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/style/func.ts"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,KAAK,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAEjE,wBAAgB,aAAa,CAAC,CAAC,SAAS,KAAK,EAC3C,MAAM,CAAC,EAAE,gBAAgB,CAAC,CAAC,CAAC,EAC5B,MAAM,CAAC,EAAE,gBAAgB,CAAC,CAAC,CAAC,uCAG7B;AAED,wBAAgB,YAAY,CAAC,CAAC,SAAS,KAAK,EAAE,KAAK,EAAE,gBAAgB,CAAC,CAAC,CAAC,iCAEvE;AAED,wBAAgB,mBAAmB,sCAElC;AAED,wBAAgB,wBAAwB,WAEvC;AAED,wBAAgB,yBAAyB,WAExC;AAED,wBAAgB,wBAAwB,WAEvC;AAED,wBAAgB,4BAA4B,WAE3C"}
@@ -0,0 +1,2 @@
1
+ export {};
2
+ //# sourceMappingURL=const.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/switch/const.ts"],"names":[],"mappings":""}
@@ -0,0 +1,120 @@
1
+ export declare enum SwitchSize {
2
+ S = 16,
3
+ M = 22,
4
+ L = 28
5
+ }
6
+ export declare enum BorderSize {
7
+ XS,
8
+ S = 1,
9
+ M = 2,
10
+ L = 4,
11
+ XL = 8
12
+ }
13
+ export declare const lightTheme: {
14
+ colors: {
15
+ transparent: Palette;
16
+ theme: Palette;
17
+ background: Palette;
18
+ backgroundOverlay: Palette;
19
+ text: Palette;
20
+ textOverlay: Palette;
21
+ textBtn: Palette;
22
+ border: Palette;
23
+ separator: Palette;
24
+ err: Palette;
25
+ };
26
+ spacing: {
27
+ none: Spacing;
28
+ xxxs: Spacing;
29
+ xxs: Spacing;
30
+ xs: Spacing;
31
+ s: Spacing;
32
+ m: Spacing;
33
+ l: Spacing;
34
+ xl: Spacing;
35
+ xxl: Spacing;
36
+ xxxl: Spacing;
37
+ };
38
+ breakpoints: {
39
+ smallPhone: number;
40
+ phone: number;
41
+ smallTablet: number;
42
+ tablet: number;
43
+ desktop: number;
44
+ };
45
+ zIndices: {
46
+ bottom: ZIndex;
47
+ middle: ZIndex;
48
+ top: ZIndex;
49
+ };
50
+ borderRadii: {
51
+ s: BorderRadius;
52
+ m: BorderRadius;
53
+ l: BorderRadius;
54
+ circle: BorderRadius;
55
+ };
56
+ textVariants: {
57
+ textXSBold: {
58
+ fontWeight: string;
59
+ fontSize: FontSize;
60
+ lineHeight: FontLineHeight;
61
+ color: string;
62
+ };
63
+ textSBold: {
64
+ fontWeight: string;
65
+ fontSize: FontSize;
66
+ lineHeight: FontLineHeight;
67
+ color: string;
68
+ };
69
+ textMBold: {
70
+ fontWeight: string;
71
+ fontSize: FontSize;
72
+ lineHeight: FontLineHeight;
73
+ color: string;
74
+ };
75
+ textLBold: {
76
+ fontWeight: string;
77
+ fontSize: FontSize;
78
+ lineHeight: FontLineHeight;
79
+ color: string;
80
+ };
81
+ textXLBold: {
82
+ fontWeight: string;
83
+ fontSize: FontSize;
84
+ lineHeight: FontLineHeight;
85
+ color: string;
86
+ };
87
+ defaults: {
88
+ fontSize: FontSize;
89
+ lineHeight: FontLineHeight;
90
+ color: string;
91
+ };
92
+ textXS: {
93
+ fontSize: FontSize;
94
+ lineHeight: FontLineHeight;
95
+ color: string;
96
+ };
97
+ textS: {
98
+ fontSize: FontSize;
99
+ lineHeight: FontLineHeight;
100
+ color: string;
101
+ };
102
+ textM: {
103
+ fontSize: FontSize;
104
+ lineHeight: FontLineHeight;
105
+ color: string;
106
+ };
107
+ textL: {
108
+ fontSize: FontSize;
109
+ lineHeight: FontLineHeight;
110
+ color: string;
111
+ };
112
+ textXL: {
113
+ fontSize: FontSize;
114
+ lineHeight: FontLineHeight;
115
+ color: string;
116
+ };
117
+ };
118
+ };
119
+ export declare const darkTheme: typeof lightTheme;
120
+ //# sourceMappingURL=const.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"const.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/theme/const.ts"],"names":[],"mappings":"AAiDA,oBAAY,UAAU;IACpB,CAAC,KAAK;IACN,CAAC,KAAK;IACN,CAAC,KAAK;CACP;AAED,oBAAY,UAAU;IACpB,EAA6B;IAC7B,CAAC,IAAI;IACL,CAAC,IAAI;IACL,CAAC,IAAI;IACL,EAAE,IAAI;CACP;AA+CD,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmErB,CAAC;AAEH,eAAO,MAAM,SAAS,EAAE,OAAO,UAO9B,CAAC"}