@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 @@
1
+ {"version":3,"file":"restyle.d.ts","sourceRoot":"","sources":["../../../../../../src/utils/theme/restyle.ts"],"names":[],"mappings":"AAcA,OAAO,KAAK,EAAkB,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAC5E,OAAO,KAAK,EAAE,SAAS,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACnE,OAAO,KAAK,EAAgB,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAC5E,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,mBAAmB,CAAC;AAE3D,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,kBAAkB,CAAC;AAM9D,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGoC,CAAC;AAE7E,eAAO,MAAM,yBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGnB,CAAC;AAEpB,eAAO,MAAM,8BAA8B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMzC,CAAC;AAEH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGhB,CAAC;AAEpB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAMtC,CAAC;AAEH,eAAO,MAAM,4BAA4B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGtB,CAAC"}
@@ -0,0 +1 @@
1
+ {"type":"module"}
@@ -0,0 +1,3 @@
1
+ export declare const AnimatedPressable: import("react").FunctionComponent<import("react-native-reanimated").AnimatedProps<import("react-native").PressableProps & import("react").RefAttributes<import("react-native").View>>>;
2
+ export default AnimatedPressable;
3
+ //# sourceMappingURL=AnimatedPressable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnimatedPressable.d.ts","sourceRoot":"","sources":["../../../../../../src/components/btn/AnimatedPressable.tsx"],"names":[],"mappings":"AAIA,eAAO,MAAM,iBAAiB,wLAA8C,CAAC;AAE7E,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { FC } from 'react';
2
+ import type { AnimatedThemedPressableProps } from '../../types/btn';
3
+ declare const AnimatedThemedPressable: FC<AnimatedThemedPressableProps>;
4
+ export default AnimatedThemedPressable;
5
+ //# sourceMappingURL=AnimatedThemedPressable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AnimatedThemedPressable.d.ts","sourceRoot":"","sources":["../../../../../../src/components/btn/AnimatedThemedPressable.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,4BAA4B,EAAE,MAAM,iBAAiB,CAAC;AAGpE,QAAA,MAAM,uBAAuB,EAAE,EAAE,CAAC,4BAA4B,CAI7D,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { FC } from 'react';
2
+ import type { ThemedBtnProps } from '../../types/btn';
3
+ declare const ThemedBtn: FC<ThemedBtnProps>;
4
+ export default ThemedBtn;
5
+ //# sourceMappingURL=ThemedBtn.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemedBtn.d.ts","sourceRoot":"","sources":["../../../../../../src/components/btn/ThemedBtn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAKtD,QAAA,MAAM,SAAS,EAAE,EAAE,CAAC,cAAc,CAgCjC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { FC } from 'react';
2
+ import type { ThemedIconBtnProps } from '../../types/btn';
3
+ declare const ThemedIconBtn: FC<ThemedIconBtnProps>;
4
+ export default ThemedIconBtn;
5
+ //# sourceMappingURL=ThemedIconBtn.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemedIconBtn.d.ts","sourceRoot":"","sources":["../../../../../../src/components/btn/ThemedIconBtn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAK1D,QAAA,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CAwBzC,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { FC } from 'react';
2
+ import type { ThemedIconTextBtnProps } from '../../types/btn';
3
+ declare const ThemedIconTextBtn: FC<ThemedIconTextBtnProps>;
4
+ export default ThemedIconTextBtn;
5
+ //# sourceMappingURL=ThemedIconTextBtn.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemedIconTextBtn.d.ts","sourceRoot":"","sources":["../../../../../../src/components/btn/ThemedIconTextBtn.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AAK9D,QAAA,MAAM,iBAAiB,EAAE,EAAE,CAAC,sBAAsB,CA+CjD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import type { ThemedPressableProps } from '../../types/btn';
3
+ declare const ThemedPressable: FC<ThemedPressableProps>;
4
+ export default ThemedPressable;
5
+ //# sourceMappingURL=ThemedPressable.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemedPressable.d.ts","sourceRoot":"","sources":["../../../../../../src/components/btn/ThemedPressable.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAGhC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,iBAAiB,CAAC;AAE5D,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAI7C,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { FC } from 'react';
2
+ import type { ThemedIconProps } from '../../types/icon';
3
+ declare const ThemedIcon: FC<ThemedIconProps>;
4
+ export default ThemedIcon;
5
+ //# sourceMappingURL=ThemedIcon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemedIcon.d.ts","sourceRoot":"","sources":["../../../../../../src/components/icon/ThemedIcon.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AAMxD,QAAA,MAAM,UAAU,EAAE,EAAE,CAAC,eAAe,CAmBnC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { ListProps } from '../../types/list';
2
+ declare function List<T>({ Item, insets, insetTop, insetBottom, insetLeft, insetRight, insetsPadding, insetPaddingTop, insetPaddingBottom, insetPaddingLeft, insetPaddingRight, contentContainerStyle, ...props }: ListProps<T>): import("react/jsx-runtime").JSX.Element;
3
+ export default List;
4
+ //# sourceMappingURL=List.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"List.d.ts","sourceRoot":"","sources":["../../../../../../src/components/list/List.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,kBAAkB,CAAC;AAGlD,iBAAS,IAAI,CAAC,CAAC,EAAE,EACf,IAAI,EACJ,MAAM,EACN,QAAQ,EACR,WAAkB,EAClB,SAAS,EACT,UAAU,EACV,aAAa,EACb,eAAe,EACf,kBAAwB,EACxB,gBAAgB,EAChB,iBAAiB,EACjB,qBAAqB,EACrB,GAAG,KAAK,EACT,EAAE,SAAS,CAAC,CAAC,CAAC,2CA+Bd;AAED,eAAe,IAAI,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { FC } from 'react';
2
+ import type { ThemedLoadingProps } from '../../types/loading';
3
+ declare const ThemedLoading: FC<ThemedLoadingProps>;
4
+ export default ThemedLoading;
5
+ //# sourceMappingURL=ThemedLoading.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemedLoading.d.ts","sourceRoot":"","sources":["../../../../../../src/components/loading/ThemedLoading.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,qBAAqB,CAAC;AAM9D,QAAA,MAAM,aAAa,EAAE,EAAE,CAAC,kBAAkB,CAiBzC,CAAC;AAEF,eAAe,aAAa,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { FC } from 'react';
2
+ import type { ActionSheetProps } from '../../../types/overlay';
3
+ declare const ActionSheet: FC<ActionSheetProps>;
4
+ export default ActionSheet;
5
+ //# sourceMappingURL=ActionSheet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionSheet.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/actionSheet/ActionSheet.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAGV,gBAAgB,EAEjB,MAAM,wBAAwB,CAAC;AAShC,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAarC,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { PropsWithRequiredChildren } from '../../../types/view';
2
+ declare const ActionSheetContentGesture: FC<PropsWithRequiredChildren>;
3
+ export default ActionSheetContentGesture;
4
+ //# sourceMappingURL=ActionSheetContentGesture.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionSheetContentGesture.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/actionSheet/ActionSheetContentGesture.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAErE,QAAA,MAAM,yBAAyB,EAAE,EAAE,CAAC,yBAAyB,CAM5D,CAAC;AAEF,eAAe,yBAAyB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { ActionSheetHeaderProps } from '../../../types/overlay';
2
+ declare const ActionSheetHeader: FC<ActionSheetHeaderProps>;
3
+ export default ActionSheetHeader;
4
+ //# sourceMappingURL=ActionSheetHeader.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionSheetHeader.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/actionSheet/ActionSheetHeader.tsx"],"names":[],"mappings":"AASA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,wBAAwB,CAAC;AAerE,QAAA,MAAM,iBAAiB,EAAE,EAAE,CAAC,sBAAsB,CA6CjD,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { FC } from 'react';
2
+ import type { ActionSheetListViewProps } from '../../../types/overlay';
3
+ declare const ActionSheetListView: FC<ActionSheetListViewProps>;
4
+ export default ActionSheetListView;
5
+ //# sourceMappingURL=ActionSheetListView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionSheetListView.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/actionSheet/ActionSheetListView.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,wBAAwB,EAAE,MAAM,wBAAwB,CAAC;AAMvE,QAAA,MAAM,mBAAmB,EAAE,EAAE,CAAC,wBAAwB,CAiCrD,CAAC;AAEF,eAAe,mBAAmB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import type { ActionSheetListViewProps } from '../../../types/overlay';
3
+ declare const ActionSheetListViewContent: FC<Pick<ActionSheetListViewProps, 'listProps'>>;
4
+ export default ActionSheetListViewContent;
5
+ //# sourceMappingURL=ActionSheetListViewContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionSheetListViewContent.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/actionSheet/ActionSheetListViewContent.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAmB,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AACjD,OAAO,KAAK,EAEV,wBAAwB,EACzB,MAAM,wBAAwB,CAAC;AAKhC,QAAA,MAAM,0BAA0B,EAAE,EAAE,CAClC,IAAI,CAAC,wBAAwB,EAAE,WAAW,CAAC,CAkB5C,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { ActionSheetOptsProps } from '../../../types/overlay';
2
+ declare const ActionSheetOptList: FC<Pick<ActionSheetOptsProps, 'opts' | 'optListProps' | 'optListItemProps'>>;
3
+ export default ActionSheetOptList;
4
+ //# sourceMappingURL=ActionSheetOptList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionSheetOptList.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/actionSheet/ActionSheetOptList.tsx"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAIV,oBAAoB,EACrB,MAAM,wBAAwB,CAAC;AAMhC,QAAA,MAAM,kBAAkB,EAAE,EAAE,CAC1B,IAAI,CAAC,oBAAoB,EAAE,MAAM,GAAG,cAAc,GAAG,kBAAkB,CAAC,CA0BzE,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { ListItemProps } from '../../../types/list';
2
+ import type { ActionSheetOpt } from '../../../types/overlay';
3
+ declare const ActionSheetOptListItem: FC<ListItemProps<ActionSheetOpt>>;
4
+ export default ActionSheetOptListItem;
5
+ //# sourceMappingURL=ActionSheetOptListItem.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionSheetOptListItem.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/actionSheet/ActionSheetOptListItem.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,qBAAqB,CAAC;AACzD,OAAO,KAAK,EACV,cAAc,EAEf,MAAM,wBAAwB,CAAC;AAOhC,QAAA,MAAM,sBAAsB,EAAE,EAAE,CAAC,aAAa,CAAC,cAAc,CAAC,CA0B7D,CAAC;AAEF,eAAe,sBAAsB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { ActionSheetOptsProps } from '../../../types/overlay';
2
+ declare const ActionSheetOpts: FC<ActionSheetOptsProps>;
3
+ export default ActionSheetOpts;
4
+ //# sourceMappingURL=ActionSheetOpts.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionSheetOpts.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/actionSheet/ActionSheetOpts.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,wBAAwB,CAAC;AAMnE,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAwC7C,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { ActionSheetScrollViewProps } from '../../../types/overlay';
2
+ declare const ActionSheetScrollView: FC<ActionSheetScrollViewProps>;
3
+ export default ActionSheetScrollView;
4
+ //# sourceMappingURL=ActionSheetScrollView.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionSheetScrollView.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/actionSheet/ActionSheetScrollView.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAC;AAMzE,QAAA,MAAM,qBAAqB,EAAE,EAAE,CAAC,0BAA0B,CAoCzD,CAAC;AAEF,eAAe,qBAAqB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { ActionSheetScrollViewProps } from '../../../types/overlay';
2
+ import type { PropsWithRequiredChildren } from '../../../types/view';
3
+ declare const ActionSheetScrollViewContent: FC<PropsWithRequiredChildren<Pick<ActionSheetScrollViewProps, 'scrollViewProps'>>>;
4
+ export default ActionSheetScrollViewContent;
5
+ //# sourceMappingURL=ActionSheetScrollViewContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionSheetScrollViewContent.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/actionSheet/ActionSheetScrollViewContent.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,wBAAwB,CAAC;AACzE,OAAO,KAAK,EAEV,yBAAyB,EAE1B,MAAM,qBAAqB,CAAC;AAK7B,QAAA,MAAM,4BAA4B,EAAE,EAAE,CACpC,yBAAyB,CAAC,IAAI,CAAC,0BAA0B,EAAE,iBAAiB,CAAC,CAAC,CAsB/E,CAAC;AAEF,eAAe,4BAA4B,CAAC"}
@@ -0,0 +1,4 @@
1
+ import type { ActionSheetWrapProps } from '../../../types/overlay';
2
+ declare const ActionSheetWrap: FC<ActionSheetWrapProps>;
3
+ export default ActionSheetWrap;
4
+ //# sourceMappingURL=ActionSheetWrap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ActionSheetWrap.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/actionSheet/ActionSheetWrap.tsx"],"names":[],"mappings":"AAIA,OAAO,KAAK,EACV,oBAAoB,EAErB,MAAM,wBAAwB,CAAC;AAQhC,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAoD7C,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import type { AlertProps } from '../../../types/overlay';
3
+ declare const Alert: FC<AlertProps>;
4
+ export default Alert;
5
+ //# sourceMappingURL=Alert.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Alert.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/alert/Alert.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAY,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAE1C,OAAO,KAAK,EAEV,UAAU,EAEX,MAAM,wBAAwB,CAAC;AAUhC,QAAA,MAAM,KAAK,EAAE,EAAE,CAAC,UAAU,CAgEzB,CAAC;AAEF,eAAe,KAAK,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import type { AlertBtnProps } from '../../../types/overlay';
3
+ declare const AlertBtn: FC<AlertBtnProps>;
4
+ export default AlertBtn;
5
+ //# sourceMappingURL=AlertBtn.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertBtn.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/alert/AlertBtn.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAM5D,QAAA,MAAM,QAAQ,EAAE,EAAE,CAAC,aAAa,CA4B/B,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { FC } from 'react';
2
+ import type { AlertProps } from '../../../types/overlay';
3
+ declare const AlertBtns: FC<Pick<AlertProps, 'btns' | 'btnsWrapProps'>>;
4
+ export default AlertBtns;
5
+ //# sourceMappingURL=AlertBtns.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertBtns.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/alert/AlertBtns.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAkB,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAIzE,QAAA,MAAM,SAAS,EAAE,EAAE,CAAC,IAAI,CAAC,UAAU,EAAE,MAAM,GAAG,eAAe,CAAC,CAqB7D,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { FC } from 'react';
2
+ import type { AlertProps } from '../../../types/overlay';
3
+ declare const AlertContent: FC<Pick<AlertProps, 'title' | 'titleTextProps' | 'desc' | 'descTextProps'>>;
4
+ export default AlertContent;
5
+ //# sourceMappingURL=AlertContent.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertContent.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/alert/AlertContent.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,wBAAwB,CAAC;AAGzD,QAAA,MAAM,YAAY,EAAE,EAAE,CACpB,IAAI,CAAC,UAAU,EAAE,OAAO,GAAG,gBAAgB,GAAG,MAAM,GAAG,eAAe,CAAC,CAcxE,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,12 @@
1
+ import { type FC } from 'react';
2
+ import type { AlertProps } from '../../../types/overlay';
3
+ import type { SetState } from '../../../types/react';
4
+ import type { AnimationSharedValue } from '../../../types/reanimated';
5
+ import type { PropsWithRequiredChildren } from '../../../types/view';
6
+ declare const AlertWrap: FC<PropsWithRequiredChildren<Pick<AlertProps, 'customShowAnimation' | 'wrapProps' | 'title' | 'desc' | 'btns' | 'dismissable'> & {
7
+ visible: boolean;
8
+ setVisible: SetState<boolean>;
9
+ showSharedVal: AnimationSharedValue;
10
+ }>>;
11
+ export default AlertWrap;
12
+ //# sourceMappingURL=AlertWrap.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlertWrap.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/alert/AlertWrap.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAa,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAG3C,OAAO,KAAK,EAAE,UAAU,EAAoB,MAAM,wBAAwB,CAAC;AAC3E,OAAO,KAAK,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AACrD,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2BAA2B,CAAC;AACtE,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAOrE,QAAA,MAAM,SAAS,EAAE,EAAE,CACjB,yBAAyB,CACvB,IAAI,CACF,UAAU,EACR,qBAAqB,GACrB,WAAW,GACX,OAAO,GACP,MAAM,GACN,MAAM,GACN,aAAa,CAChB,GAAG;IACF,OAAO,EAAE,OAAO,CAAC;IACjB,UAAU,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;IAC9B,aAAa,EAAE,oBAAoB,CAAC;CACrC,CACF,CAwDF,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { FC } from 'react';
2
+ import type { ThemedLoadingModalProps } from '../../../types/overlay';
3
+ declare const ThemedLoadingModal: FC<ThemedLoadingModalProps>;
4
+ export default ThemedLoadingModal;
5
+ //# sourceMappingURL=ThemedLoadingModal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemedLoadingModal.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/modal/ThemedLoadingModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,uBAAuB,EAAE,MAAM,wBAAwB,CAAC;AAMtE,QAAA,MAAM,kBAAkB,EAAE,EAAE,CAAC,uBAAuB,CAqCnD,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { FC } from 'react';
2
+ import type { ThemedModalProps } from '../../../types/overlay';
3
+ declare const ThemedModal: FC<ThemedModalProps>;
4
+ export default ThemedModal;
5
+ //# sourceMappingURL=ThemedModal.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemedModal.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/modal/ThemedModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAK/D,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAgCrC,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import type { ThemedToastProps } from '../../../types/overlay';
3
+ declare const ThemedToast: FC<ThemedToastProps>;
4
+ export default ThemedToast;
5
+ //# sourceMappingURL=ThemedToast.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemedToast.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/overlay/toast/ThemedToast.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAa,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAS3C,OAAO,KAAK,EAAE,gBAAgB,EAAE,MAAM,wBAAwB,CAAC;AAW/D,QAAA,MAAM,WAAW,EAAE,EAAE,CAAC,gBAAgB,CAqIrC,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { FC } from 'react';
2
+ import type { GestureHandlerRootViewProps } from 'react-native-gesture-handler/lib/typescript/components/GestureHandlerRootView';
3
+ declare const GestureProvider: FC<GestureHandlerRootViewProps>;
4
+ export default GestureProvider;
5
+ //# sourceMappingURL=GestureProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"GestureProvider.d.ts","sourceRoot":"","sources":["../../../../../../src/components/provider/GestureProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,2BAA2B,EAAE,MAAM,+EAA+E,CAAC;AAEjI,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,2BAA2B,CAEpD,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { FC } from 'react';
2
+ import { type SafeAreaProviderProps } from 'react-native-safe-area-context';
3
+ declare const InsetsProvider: FC<SafeAreaProviderProps>;
4
+ export default InsetsProvider;
5
+ //# sourceMappingURL=InsetsProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"InsetsProvider.d.ts","sourceRoot":"","sources":["../../../../../../src/components/provider/InsetsProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,EAEL,KAAK,qBAAqB,EAC3B,MAAM,gCAAgC,CAAC;AAExC,QAAA,MAAM,cAAc,EAAE,EAAE,CAAC,qBAAqB,CAE7C,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { FC } from 'react';
2
+ import type { ReactNativeTemplateProvidersProps } from '../../types/provider';
3
+ declare const ReactNativeTemplateProviders: FC<ReactNativeTemplateProvidersProps>;
4
+ export default ReactNativeTemplateProviders;
5
+ //# sourceMappingURL=ReactNativeTemplateProviders.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ReactNativeTemplateProviders.d.ts","sourceRoot":"","sources":["../../../../../../src/components/provider/ReactNativeTemplateProviders.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,iCAAiC,EAAE,MAAM,sBAAsB,CAAC;AAK9E,QAAA,MAAM,4BAA4B,EAAE,EAAE,CAAC,iCAAiC,CAWvE,CAAC;AAEF,eAAe,4BAA4B,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { ThemeProvider as RestyleThemeProvider } from '@shopify/restyle';
2
+ import type { ComponentProps, FC } from 'react';
3
+ declare const ThemeProvider: FC<ComponentProps<typeof RestyleThemeProvider>>;
4
+ export default ThemeProvider;
5
+ //# sourceMappingURL=ThemeProvider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../../../../../src/components/provider/ThemeProvider.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,IAAI,oBAAoB,EAAE,MAAM,kBAAkB,CAAC;AACzE,OAAO,KAAK,EAAE,cAAc,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhD,QAAA,MAAM,aAAa,EAAE,EAAE,CAAC,cAAc,CAAC,OAAO,oBAAoB,CAAC,CAE3B,CAAC;AAEzC,eAAe,aAAa,CAAC"}
@@ -0,0 +1,5 @@
1
+ import { type FC } from 'react';
2
+ import type { ThemedSeparatorProps } from '../../types/separator';
3
+ declare const ThemedSeparator: FC<ThemedSeparatorProps>;
4
+ export default ThemedSeparator;
5
+ //# sourceMappingURL=ThemedSeparator.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemedSeparator.d.ts","sourceRoot":"","sources":["../../../../../../src/components/separator/ThemedSeparator.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,KAAK,EAAE,EAAE,MAAM,OAAO,CAAC;AAChC,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,uBAAuB,CAAC;AAIlE,QAAA,MAAM,eAAe,EAAE,EAAE,CAAC,oBAAoB,CAgB7C,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,5 @@
1
+ import type { FC } from 'react';
2
+ import type { ThemedSwitchProps } from '../../types/switch';
3
+ declare const ThemedSwitch: FC<ThemedSwitchProps>;
4
+ export default ThemedSwitch;
5
+ //# sourceMappingURL=ThemedSwitch.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ThemedSwitch.d.ts","sourceRoot":"","sources":["../../../../../../src/components/switch/ThemedSwitch.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,EAAE,EAAE,MAAM,OAAO,CAAC;AAEhC,OAAO,KAAK,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAM5D,QAAA,MAAM,YAAY,EAAE,EAAE,CAAC,iBAAiB,CAwCvC,CAAC;AAEF,eAAe,YAAY,CAAC"}