@jamadd/react-native-template-ui 0.2.1 → 0.2.4

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 (657) hide show
  1. package/lib/module/components/button/AnimatedThemedPressable.js +5 -17
  2. package/lib/module/components/button/AnimatedThemedPressable.js.map +1 -1
  3. package/lib/module/components/button/ThemedButton.js +20 -75
  4. package/lib/module/components/button/ThemedButton.js.map +1 -1
  5. package/lib/module/components/button/ThemedIconButton.js +16 -62
  6. package/lib/module/components/button/ThemedIconButton.js.map +1 -1
  7. package/lib/module/components/button/ThemedIconTextButton.js +29 -118
  8. package/lib/module/components/button/ThemedIconTextButton.js.map +1 -1
  9. package/lib/module/components/button/ThemedPressable.js +5 -17
  10. package/lib/module/components/button/ThemedPressable.js.map +1 -1
  11. package/lib/module/components/icon/ThemedIcon.js +15 -56
  12. package/lib/module/components/icon/ThemedIcon.js.map +1 -1
  13. package/lib/module/components/list/List.js +39 -131
  14. package/lib/module/components/list/List.js.map +1 -1
  15. package/lib/module/components/loading/ThemedLoading.js +13 -50
  16. package/lib/module/components/loading/ThemedLoading.js.map +1 -1
  17. package/lib/module/components/overlay/actionSheet/ActionSheet.js +19 -64
  18. package/lib/module/components/overlay/actionSheet/ActionSheet.js.map +1 -1
  19. package/lib/module/components/overlay/actionSheet/ActionSheetContentGesture.js +8 -19
  20. package/lib/module/components/overlay/actionSheet/ActionSheetContentGesture.js.map +1 -1
  21. package/lib/module/components/overlay/actionSheet/ActionSheetHeader.js +31 -87
  22. package/lib/module/components/overlay/actionSheet/ActionSheetHeader.js.map +1 -1
  23. package/lib/module/components/overlay/actionSheet/ActionSheetListView.js +25 -66
  24. package/lib/module/components/overlay/actionSheet/ActionSheetListView.js.map +1 -1
  25. package/lib/module/components/overlay/actionSheet/ActionSheetListViewContent.js +14 -39
  26. package/lib/module/components/overlay/actionSheet/ActionSheetListViewContent.js.map +1 -1
  27. package/lib/module/components/overlay/actionSheet/ActionSheetOptList.js +25 -58
  28. package/lib/module/components/overlay/actionSheet/ActionSheetOptList.js.map +1 -1
  29. package/lib/module/components/overlay/actionSheet/ActionSheetOptListItem.js +21 -45
  30. package/lib/module/components/overlay/actionSheet/ActionSheetOptListItem.js.map +1 -1
  31. package/lib/module/components/overlay/actionSheet/ActionSheetOpts.js +30 -72
  32. package/lib/module/components/overlay/actionSheet/ActionSheetOpts.js.map +1 -1
  33. package/lib/module/components/overlay/actionSheet/ActionSheetScrollView.js +28 -69
  34. package/lib/module/components/overlay/actionSheet/ActionSheetScrollView.js.map +1 -1
  35. package/lib/module/components/overlay/actionSheet/ActionSheetScrollViewContent.js +18 -45
  36. package/lib/module/components/overlay/actionSheet/ActionSheetScrollViewContent.js.map +1 -1
  37. package/lib/module/components/overlay/actionSheet/ActionSheetWrap.js +31 -139
  38. package/lib/module/components/overlay/actionSheet/ActionSheetWrap.js.map +1 -1
  39. package/lib/module/components/overlay/alert/Alert.js +47 -125
  40. package/lib/module/components/overlay/alert/Alert.js.map +1 -1
  41. package/lib/module/components/overlay/alert/AlertButton.js +26 -62
  42. package/lib/module/components/overlay/alert/AlertButton.js.map +1 -1
  43. package/lib/module/components/overlay/alert/AlertButtons.js +23 -58
  44. package/lib/module/components/overlay/alert/AlertButtons.js.map +1 -1
  45. package/lib/module/components/overlay/alert/AlertContent.js +15 -45
  46. package/lib/module/components/overlay/alert/AlertContent.js.map +1 -1
  47. package/lib/module/components/overlay/alert/AlertWrap.js +45 -132
  48. package/lib/module/components/overlay/alert/AlertWrap.js.map +1 -1
  49. package/lib/module/components/overlay/modal/ThemedLoadingModal.js +21 -96
  50. package/lib/module/components/overlay/modal/ThemedLoadingModal.js.map +1 -1
  51. package/lib/module/components/overlay/modal/ThemedModal.js +23 -75
  52. package/lib/module/components/overlay/modal/ThemedModal.js.map +1 -1
  53. package/lib/module/components/overlay/toast/ThemedToast.js +91 -321
  54. package/lib/module/components/overlay/toast/ThemedToast.js.map +1 -1
  55. package/lib/module/components/provider/GestureProvider.js +3 -15
  56. package/lib/module/components/provider/GestureProvider.js.map +1 -1
  57. package/lib/module/components/provider/InsetsProvider.js +3 -15
  58. package/lib/module/components/provider/InsetsProvider.js.map +1 -1
  59. package/lib/module/components/provider/ReactNativeTemplateProviders.js +11 -23
  60. package/lib/module/components/provider/ReactNativeTemplateProviders.js.map +1 -1
  61. package/lib/module/components/provider/ThemeProvider.js +3 -15
  62. package/lib/module/components/provider/ThemeProvider.js.map +1 -1
  63. package/lib/module/components/separator/ThemedSeparator.js +14 -53
  64. package/lib/module/components/separator/ThemedSeparator.js.map +1 -1
  65. package/lib/module/components/switch/ThemedSwitch.js +21 -89
  66. package/lib/module/components/switch/ThemedSwitch.js.map +1 -1
  67. package/lib/module/components/text/ThemedIconText.js +35 -124
  68. package/lib/module/components/text/ThemedIconText.js.map +1 -1
  69. package/lib/module/components/text/ThemedText.js +3 -15
  70. package/lib/module/components/text/ThemedText.js.map +1 -1
  71. package/lib/module/components/view/AnimatedThemedView.js +10 -33
  72. package/lib/module/components/view/AnimatedThemedView.js.map +1 -1
  73. package/lib/module/components/view/ThemedScreenWrap.js +32 -110
  74. package/lib/module/components/view/ThemedScreenWrap.js.map +1 -1
  75. package/lib/module/components/view/ThemedScreenWrap.web.js +32 -111
  76. package/lib/module/components/view/ThemedScreenWrap.web.js.map +1 -1
  77. package/lib/module/components/view/ThemedScrollView.js +38 -126
  78. package/lib/module/components/view/ThemedScrollView.js.map +1 -1
  79. package/lib/module/components/view/ThemedView.js +10 -33
  80. package/lib/module/components/view/ThemedView.js.map +1 -1
  81. package/lib/module/hooks/button.js +54 -158
  82. package/lib/module/hooks/button.js.map +1 -1
  83. package/lib/module/hooks/list.js +10 -50
  84. package/lib/module/hooks/list.js.map +1 -1
  85. package/lib/module/hooks/overlay.js +170 -528
  86. package/lib/module/hooks/overlay.js.map +1 -1
  87. package/lib/module/hooks/reanimated.js.map +1 -1
  88. package/lib/module/hooks/style.js +18 -43
  89. package/lib/module/hooks/style.js.map +1 -1
  90. package/lib/module/hooks/switch.js +44 -182
  91. package/lib/module/hooks/switch.js.map +1 -1
  92. package/lib/module/hooks/theme.js +8 -17
  93. package/lib/module/hooks/theme.js.map +1 -1
  94. package/lib/module/hooks/view.js.map +1 -1
  95. package/lib/module/utils/reanimated/func.js +10 -60
  96. package/lib/module/utils/reanimated/func.js.map +1 -1
  97. package/lib/typescript/src/components/button/AnimatedPressable.d.ts.map +1 -0
  98. package/lib/typescript/src/components/button/AnimatedThemedPressable.d.ts.map +1 -0
  99. package/lib/typescript/src/components/button/ThemedButton.d.ts.map +1 -0
  100. package/lib/typescript/src/components/button/ThemedIconButton.d.ts.map +1 -0
  101. package/lib/typescript/src/components/button/ThemedIconTextButton.d.ts.map +1 -0
  102. package/lib/typescript/src/components/button/ThemedPressable.d.ts.map +1 -0
  103. package/lib/typescript/src/components/icon/ThemedIcon.d.ts.map +1 -0
  104. package/lib/typescript/src/components/list/List.d.ts.map +1 -0
  105. package/lib/typescript/src/components/loading/ThemedLoading.d.ts.map +1 -0
  106. package/lib/typescript/src/components/overlay/actionSheet/ActionSheet.d.ts.map +1 -0
  107. package/lib/typescript/src/components/overlay/actionSheet/ActionSheetContentGesture.d.ts.map +1 -0
  108. package/lib/typescript/src/components/overlay/actionSheet/ActionSheetHeader.d.ts.map +1 -0
  109. package/lib/typescript/src/components/overlay/actionSheet/ActionSheetListView.d.ts.map +1 -0
  110. package/lib/typescript/src/components/overlay/actionSheet/ActionSheetListViewContent.d.ts.map +1 -0
  111. package/lib/typescript/src/components/overlay/actionSheet/ActionSheetOptList.d.ts.map +1 -0
  112. package/lib/typescript/src/components/overlay/actionSheet/ActionSheetOptListItem.d.ts.map +1 -0
  113. package/lib/typescript/src/components/overlay/actionSheet/ActionSheetOpts.d.ts.map +1 -0
  114. package/lib/typescript/src/components/overlay/actionSheet/ActionSheetScrollView.d.ts.map +1 -0
  115. package/lib/typescript/src/components/overlay/actionSheet/ActionSheetScrollViewContent.d.ts.map +1 -0
  116. package/lib/typescript/src/components/overlay/actionSheet/ActionSheetWrap.d.ts.map +1 -0
  117. package/lib/typescript/src/components/overlay/alert/Alert.d.ts.map +1 -0
  118. package/lib/typescript/src/components/overlay/alert/AlertButton.d.ts.map +1 -0
  119. package/lib/typescript/src/components/overlay/alert/AlertButtons.d.ts.map +1 -0
  120. package/lib/typescript/src/components/overlay/alert/AlertContent.d.ts.map +1 -0
  121. package/lib/typescript/src/components/overlay/alert/AlertWrap.d.ts.map +1 -0
  122. package/lib/typescript/src/components/overlay/modal/ThemedLoadingModal.d.ts.map +1 -0
  123. package/lib/typescript/src/components/overlay/modal/ThemedModal.d.ts.map +1 -0
  124. package/lib/typescript/src/components/overlay/toast/ThemedToast.d.ts.map +1 -0
  125. package/lib/typescript/src/components/provider/GestureProvider.d.ts.map +1 -0
  126. package/lib/typescript/src/components/provider/InsetsProvider.d.ts.map +1 -0
  127. package/lib/typescript/src/components/provider/ReactNativeTemplateProviders.d.ts.map +1 -0
  128. package/lib/typescript/src/components/provider/ThemeProvider.d.ts.map +1 -0
  129. package/lib/typescript/src/components/separator/ThemedSeparator.d.ts.map +1 -0
  130. package/lib/typescript/src/components/switch/ThemedSwitch.d.ts.map +1 -0
  131. package/lib/typescript/{commonjs/src → src}/components/text/Text.d.ts.map +1 -1
  132. package/lib/typescript/src/components/text/ThemedIconText.d.ts.map +1 -0
  133. package/lib/typescript/src/components/text/ThemedText.d.ts.map +1 -0
  134. package/lib/typescript/{module/src → src}/components/view/AnimatedBox.d.ts.map +1 -1
  135. package/lib/typescript/src/components/view/AnimatedThemedView.d.ts.map +1 -0
  136. package/lib/typescript/{commonjs/src → src}/components/view/Box.d.ts.map +1 -1
  137. package/lib/typescript/src/components/view/ThemedScreenWrap.d.ts.map +1 -0
  138. package/lib/typescript/src/components/view/ThemedScreenWrap.web.d.ts.map +1 -0
  139. package/lib/typescript/src/components/view/ThemedScrollView.d.ts.map +1 -0
  140. package/lib/typescript/src/components/view/ThemedView.d.ts.map +1 -0
  141. package/lib/typescript/{commonjs/src → src}/hooks/button.d.ts.map +1 -1
  142. package/lib/typescript/src/hooks/list.d.ts.map +1 -0
  143. package/lib/typescript/src/hooks/overlay.d.ts.map +1 -0
  144. package/lib/typescript/src/hooks/reanimated.d.ts.map +1 -0
  145. package/lib/typescript/src/hooks/separator.d.ts.map +1 -0
  146. package/lib/typescript/src/hooks/style.d.ts.map +1 -0
  147. package/lib/typescript/{commonjs/src → src}/hooks/switch.d.ts.map +1 -1
  148. package/lib/typescript/src/hooks/theme.d.ts.map +1 -0
  149. package/lib/typescript/src/hooks/view.d.ts.map +1 -0
  150. package/lib/typescript/src/index.d.ts.map +1 -0
  151. package/lib/typescript/src/test/utils/const.d.ts.map +1 -0
  152. package/lib/typescript/src/test/utils/func.d.ts.map +1 -0
  153. package/lib/typescript/src/test/utils/testingLib.d.ts.map +1 -0
  154. package/lib/typescript/src/types/button.d.ts.map +1 -0
  155. package/lib/typescript/src/types/icon.d.ts.map +1 -0
  156. package/lib/typescript/src/types/list.d.ts.map +1 -0
  157. package/lib/typescript/src/types/loading.d.ts.map +1 -0
  158. package/lib/typescript/src/types/overlay.d.ts.map +1 -0
  159. package/lib/typescript/src/types/provider.d.ts.map +1 -0
  160. package/lib/typescript/src/types/react.d.ts.map +1 -0
  161. package/lib/typescript/src/types/reanimated.d.ts.map +1 -0
  162. package/lib/typescript/src/types/separator.d.ts.map +1 -0
  163. package/lib/typescript/src/types/style.d.ts.map +1 -0
  164. package/lib/typescript/src/types/switch.d.ts.map +1 -0
  165. package/lib/typescript/src/types/text.d.ts.map +1 -0
  166. package/lib/typescript/src/types/theme.d.ts.map +1 -0
  167. package/lib/typescript/src/types/view.d.ts.map +1 -0
  168. package/lib/typescript/src/utils/button/const.d.ts.map +1 -0
  169. package/lib/typescript/src/utils/overlay/const.d.ts.map +1 -0
  170. package/lib/typescript/src/utils/overlay/func.d.ts.map +1 -0
  171. package/lib/typescript/src/utils/reanimated/func.d.ts.map +1 -0
  172. package/lib/typescript/src/utils/style/const.d.ts.map +1 -0
  173. package/lib/typescript/src/utils/style/func.d.ts.map +1 -0
  174. package/lib/typescript/src/utils/switch/const.d.ts.map +1 -0
  175. package/lib/typescript/src/utils/theme/const.d.ts.map +1 -0
  176. package/lib/typescript/src/utils/theme/restyle.d.ts.map +1 -0
  177. package/package.json +57 -78
  178. package/lib/commonjs/components/button/AnimatedPressable.js +0 -14
  179. package/lib/commonjs/components/button/AnimatedPressable.js.map +0 -1
  180. package/lib/commonjs/components/button/AnimatedThemedPressable.js +0 -36
  181. package/lib/commonjs/components/button/AnimatedThemedPressable.js.map +0 -1
  182. package/lib/commonjs/components/button/ThemedButton.js +0 -97
  183. package/lib/commonjs/components/button/ThemedButton.js.map +0 -1
  184. package/lib/commonjs/components/button/ThemedIconButton.js +0 -81
  185. package/lib/commonjs/components/button/ThemedIconButton.js.map +0 -1
  186. package/lib/commonjs/components/button/ThemedIconTextButton.js +0 -146
  187. package/lib/commonjs/components/button/ThemedIconTextButton.js.map +0 -1
  188. package/lib/commonjs/components/button/ThemedPressable.js +0 -35
  189. package/lib/commonjs/components/button/ThemedPressable.js.map +0 -1
  190. package/lib/commonjs/components/icon/ThemedIcon.js +0 -71
  191. package/lib/commonjs/components/icon/ThemedIcon.js.map +0 -1
  192. package/lib/commonjs/components/list/List.js +0 -144
  193. package/lib/commonjs/components/list/List.js.map +0 -1
  194. package/lib/commonjs/components/loading/ThemedLoading.js +0 -64
  195. package/lib/commonjs/components/loading/ThemedLoading.js.map +0 -1
  196. package/lib/commonjs/components/overlay/actionSheet/ActionSheet.js +0 -80
  197. package/lib/commonjs/components/overlay/actionSheet/ActionSheet.js.map +0 -1
  198. package/lib/commonjs/components/overlay/actionSheet/ActionSheetContentGesture.js +0 -34
  199. package/lib/commonjs/components/overlay/actionSheet/ActionSheetContentGesture.js.map +0 -1
  200. package/lib/commonjs/components/overlay/actionSheet/ActionSheetHeader.js +0 -119
  201. package/lib/commonjs/components/overlay/actionSheet/ActionSheetHeader.js.map +0 -1
  202. package/lib/commonjs/components/overlay/actionSheet/ActionSheetListView.js +0 -84
  203. package/lib/commonjs/components/overlay/actionSheet/ActionSheetListView.js.map +0 -1
  204. package/lib/commonjs/components/overlay/actionSheet/ActionSheetListViewContent.js +0 -57
  205. package/lib/commonjs/components/overlay/actionSheet/ActionSheetListViewContent.js.map +0 -1
  206. package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptList.js +0 -82
  207. package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptList.js.map +0 -1
  208. package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptListItem.js +0 -67
  209. package/lib/commonjs/components/overlay/actionSheet/ActionSheetOptListItem.js.map +0 -1
  210. package/lib/commonjs/components/overlay/actionSheet/ActionSheetOpts.js +0 -92
  211. package/lib/commonjs/components/overlay/actionSheet/ActionSheetOpts.js.map +0 -1
  212. package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollView.js +0 -89
  213. package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollView.js.map +0 -1
  214. package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollViewContent.js +0 -64
  215. package/lib/commonjs/components/overlay/actionSheet/ActionSheetScrollViewContent.js.map +0 -1
  216. package/lib/commonjs/components/overlay/actionSheet/ActionSheetWrap.js +0 -167
  217. package/lib/commonjs/components/overlay/actionSheet/ActionSheetWrap.js.map +0 -1
  218. package/lib/commonjs/components/overlay/alert/Alert.js +0 -160
  219. package/lib/commonjs/components/overlay/alert/Alert.js.map +0 -1
  220. package/lib/commonjs/components/overlay/alert/AlertButton.js +0 -82
  221. package/lib/commonjs/components/overlay/alert/AlertButton.js.map +0 -1
  222. package/lib/commonjs/components/overlay/alert/AlertButtons.js +0 -71
  223. package/lib/commonjs/components/overlay/alert/AlertButtons.js.map +0 -1
  224. package/lib/commonjs/components/overlay/alert/AlertContent.js +0 -61
  225. package/lib/commonjs/components/overlay/alert/AlertContent.js.map +0 -1
  226. package/lib/commonjs/components/overlay/alert/AlertWrap.js +0 -157
  227. package/lib/commonjs/components/overlay/alert/AlertWrap.js.map +0 -1
  228. package/lib/commonjs/components/overlay/modal/ThemedLoadingModal.js +0 -122
  229. package/lib/commonjs/components/overlay/modal/ThemedLoadingModal.js.map +0 -1
  230. package/lib/commonjs/components/overlay/modal/ThemedModal.js +0 -94
  231. package/lib/commonjs/components/overlay/modal/ThemedModal.js.map +0 -1
  232. package/lib/commonjs/components/overlay/toast/ThemedToast.js +0 -357
  233. package/lib/commonjs/components/overlay/toast/ThemedToast.js.map +0 -1
  234. package/lib/commonjs/components/provider/GestureProvider.js +0 -25
  235. package/lib/commonjs/components/provider/GestureProvider.js.map +0 -1
  236. package/lib/commonjs/components/provider/InsetsProvider.js +0 -25
  237. package/lib/commonjs/components/provider/InsetsProvider.js.map +0 -1
  238. package/lib/commonjs/components/provider/ReactNativeTemplateProviders.js +0 -38
  239. package/lib/commonjs/components/provider/ReactNativeTemplateProviders.js.map +0 -1
  240. package/lib/commonjs/components/provider/ThemeProvider.js +0 -25
  241. package/lib/commonjs/components/provider/ThemeProvider.js.map +0 -1
  242. package/lib/commonjs/components/separator/ThemedSeparator.js +0 -66
  243. package/lib/commonjs/components/separator/ThemedSeparator.js.map +0 -1
  244. package/lib/commonjs/components/switch/ThemedSwitch.js +0 -114
  245. package/lib/commonjs/components/switch/ThemedSwitch.js.map +0 -1
  246. package/lib/commonjs/components/text/Text.js +0 -12
  247. package/lib/commonjs/components/text/Text.js.map +0 -1
  248. package/lib/commonjs/components/text/ThemedIconText.js +0 -143
  249. package/lib/commonjs/components/text/ThemedIconText.js.map +0 -1
  250. package/lib/commonjs/components/text/ThemedText.js +0 -26
  251. package/lib/commonjs/components/text/ThemedText.js.map +0 -1
  252. package/lib/commonjs/components/view/AnimatedBox.js +0 -14
  253. package/lib/commonjs/components/view/AnimatedBox.js.map +0 -1
  254. package/lib/commonjs/components/view/AnimatedThemedView.js +0 -45
  255. package/lib/commonjs/components/view/AnimatedThemedView.js.map +0 -1
  256. package/lib/commonjs/components/view/Box.js +0 -12
  257. package/lib/commonjs/components/view/Box.js.map +0 -1
  258. package/lib/commonjs/components/view/ThemedScreenWrap.js +0 -124
  259. package/lib/commonjs/components/view/ThemedScreenWrap.js.map +0 -1
  260. package/lib/commonjs/components/view/ThemedScreenWrap.web.js +0 -126
  261. package/lib/commonjs/components/view/ThemedScreenWrap.web.js.map +0 -1
  262. package/lib/commonjs/components/view/ThemedScrollView.js +0 -141
  263. package/lib/commonjs/components/view/ThemedScrollView.js.map +0 -1
  264. package/lib/commonjs/components/view/ThemedView.js +0 -45
  265. package/lib/commonjs/components/view/ThemedView.js.map +0 -1
  266. package/lib/commonjs/hooks/button.js +0 -203
  267. package/lib/commonjs/hooks/button.js.map +0 -1
  268. package/lib/commonjs/hooks/list.js +0 -66
  269. package/lib/commonjs/hooks/list.js.map +0 -1
  270. package/lib/commonjs/hooks/overlay.js +0 -703
  271. package/lib/commonjs/hooks/overlay.js.map +0 -1
  272. package/lib/commonjs/hooks/reanimated.js +0 -11
  273. package/lib/commonjs/hooks/reanimated.js.map +0 -1
  274. package/lib/commonjs/hooks/separator.js +0 -22
  275. package/lib/commonjs/hooks/separator.js.map +0 -1
  276. package/lib/commonjs/hooks/style.js +0 -92
  277. package/lib/commonjs/hooks/style.js.map +0 -1
  278. package/lib/commonjs/hooks/switch.js +0 -209
  279. package/lib/commonjs/hooks/switch.js.map +0 -1
  280. package/lib/commonjs/hooks/theme.js +0 -70
  281. package/lib/commonjs/hooks/theme.js.map +0 -1
  282. package/lib/commonjs/hooks/view.js +0 -11
  283. package/lib/commonjs/hooks/view.js.map +0 -1
  284. package/lib/commonjs/index.js +0 -533
  285. package/lib/commonjs/index.js.map +0 -1
  286. package/lib/commonjs/package.json +0 -1
  287. package/lib/commonjs/test/utils/const.js +0 -19
  288. package/lib/commonjs/test/utils/const.js.map +0 -1
  289. package/lib/commonjs/test/utils/func.js +0 -60
  290. package/lib/commonjs/test/utils/func.js.map +0 -1
  291. package/lib/commonjs/test/utils/testingLib.js +0 -38
  292. package/lib/commonjs/test/utils/testingLib.js.map +0 -1
  293. package/lib/commonjs/types/button.js +0 -6
  294. package/lib/commonjs/types/button.js.map +0 -1
  295. package/lib/commonjs/types/global.d.js +0 -6
  296. package/lib/commonjs/types/global.d.js.map +0 -1
  297. package/lib/commonjs/types/icon.js +0 -6
  298. package/lib/commonjs/types/icon.js.map +0 -1
  299. package/lib/commonjs/types/list.js +0 -6
  300. package/lib/commonjs/types/list.js.map +0 -1
  301. package/lib/commonjs/types/loading.js +0 -6
  302. package/lib/commonjs/types/loading.js.map +0 -1
  303. package/lib/commonjs/types/overlay.js +0 -6
  304. package/lib/commonjs/types/overlay.js.map +0 -1
  305. package/lib/commonjs/types/provider.js +0 -6
  306. package/lib/commonjs/types/provider.js.map +0 -1
  307. package/lib/commonjs/types/react.js +0 -6
  308. package/lib/commonjs/types/react.js.map +0 -1
  309. package/lib/commonjs/types/reanimated.js +0 -6
  310. package/lib/commonjs/types/reanimated.js.map +0 -1
  311. package/lib/commonjs/types/separator.js +0 -6
  312. package/lib/commonjs/types/separator.js.map +0 -1
  313. package/lib/commonjs/types/style.js +0 -6
  314. package/lib/commonjs/types/style.js.map +0 -1
  315. package/lib/commonjs/types/switch.js +0 -6
  316. package/lib/commonjs/types/switch.js.map +0 -1
  317. package/lib/commonjs/types/text.js +0 -6
  318. package/lib/commonjs/types/text.js.map +0 -1
  319. package/lib/commonjs/types/theme.js +0 -6
  320. package/lib/commonjs/types/theme.js.map +0 -1
  321. package/lib/commonjs/types/view.js +0 -6
  322. package/lib/commonjs/types/view.js.map +0 -1
  323. package/lib/commonjs/utils/button/const.js +0 -17
  324. package/lib/commonjs/utils/button/const.js.map +0 -1
  325. package/lib/commonjs/utils/overlay/const.js +0 -73
  326. package/lib/commonjs/utils/overlay/const.js.map +0 -1
  327. package/lib/commonjs/utils/overlay/func.js +0 -63
  328. package/lib/commonjs/utils/overlay/func.js.map +0 -1
  329. package/lib/commonjs/utils/reanimated/func.js +0 -77
  330. package/lib/commonjs/utils/reanimated/func.js.map +0 -1
  331. package/lib/commonjs/utils/style/const.js +0 -12
  332. package/lib/commonjs/utils/style/const.js.map +0 -1
  333. package/lib/commonjs/utils/style/func.js +0 -39
  334. package/lib/commonjs/utils/style/func.js.map +0 -1
  335. package/lib/commonjs/utils/switch/const.js +0 -9
  336. package/lib/commonjs/utils/switch/const.js.map +0 -1
  337. package/lib/commonjs/utils/theme/const.js +0 -188
  338. package/lib/commonjs/utils/theme/const.js.map +0 -1
  339. package/lib/commonjs/utils/theme/restyle.js +0 -22
  340. package/lib/commonjs/utils/theme/restyle.js.map +0 -1
  341. package/lib/typescript/commonjs/package.json +0 -1
  342. package/lib/typescript/commonjs/src/components/button/AnimatedPressable.d.ts.map +0 -1
  343. package/lib/typescript/commonjs/src/components/button/AnimatedThemedPressable.d.ts.map +0 -1
  344. package/lib/typescript/commonjs/src/components/button/ThemedButton.d.ts.map +0 -1
  345. package/lib/typescript/commonjs/src/components/button/ThemedIconButton.d.ts.map +0 -1
  346. package/lib/typescript/commonjs/src/components/button/ThemedIconTextButton.d.ts.map +0 -1
  347. package/lib/typescript/commonjs/src/components/button/ThemedPressable.d.ts.map +0 -1
  348. package/lib/typescript/commonjs/src/components/icon/ThemedIcon.d.ts.map +0 -1
  349. package/lib/typescript/commonjs/src/components/list/List.d.ts.map +0 -1
  350. package/lib/typescript/commonjs/src/components/loading/ThemedLoading.d.ts.map +0 -1
  351. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheet.d.ts.map +0 -1
  352. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetContentGesture.d.ts.map +0 -1
  353. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetHeader.d.ts.map +0 -1
  354. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetListView.d.ts.map +0 -1
  355. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetListViewContent.d.ts.map +0 -1
  356. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetOptList.d.ts.map +0 -1
  357. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetOptListItem.d.ts.map +0 -1
  358. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetOpts.d.ts.map +0 -1
  359. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetScrollView.d.ts.map +0 -1
  360. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetScrollViewContent.d.ts.map +0 -1
  361. package/lib/typescript/commonjs/src/components/overlay/actionSheet/ActionSheetWrap.d.ts.map +0 -1
  362. package/lib/typescript/commonjs/src/components/overlay/alert/Alert.d.ts.map +0 -1
  363. package/lib/typescript/commonjs/src/components/overlay/alert/AlertButton.d.ts.map +0 -1
  364. package/lib/typescript/commonjs/src/components/overlay/alert/AlertButtons.d.ts.map +0 -1
  365. package/lib/typescript/commonjs/src/components/overlay/alert/AlertContent.d.ts.map +0 -1
  366. package/lib/typescript/commonjs/src/components/overlay/alert/AlertWrap.d.ts.map +0 -1
  367. package/lib/typescript/commonjs/src/components/overlay/modal/ThemedLoadingModal.d.ts.map +0 -1
  368. package/lib/typescript/commonjs/src/components/overlay/modal/ThemedModal.d.ts.map +0 -1
  369. package/lib/typescript/commonjs/src/components/overlay/toast/ThemedToast.d.ts.map +0 -1
  370. package/lib/typescript/commonjs/src/components/provider/GestureProvider.d.ts.map +0 -1
  371. package/lib/typescript/commonjs/src/components/provider/InsetsProvider.d.ts.map +0 -1
  372. package/lib/typescript/commonjs/src/components/provider/ReactNativeTemplateProviders.d.ts.map +0 -1
  373. package/lib/typescript/commonjs/src/components/provider/ThemeProvider.d.ts.map +0 -1
  374. package/lib/typescript/commonjs/src/components/separator/ThemedSeparator.d.ts.map +0 -1
  375. package/lib/typescript/commonjs/src/components/switch/ThemedSwitch.d.ts.map +0 -1
  376. package/lib/typescript/commonjs/src/components/text/ThemedIconText.d.ts.map +0 -1
  377. package/lib/typescript/commonjs/src/components/text/ThemedText.d.ts.map +0 -1
  378. package/lib/typescript/commonjs/src/components/view/AnimatedBox.d.ts.map +0 -1
  379. package/lib/typescript/commonjs/src/components/view/AnimatedThemedView.d.ts.map +0 -1
  380. package/lib/typescript/commonjs/src/components/view/ThemedScreenWrap.d.ts.map +0 -1
  381. package/lib/typescript/commonjs/src/components/view/ThemedScreenWrap.web.d.ts.map +0 -1
  382. package/lib/typescript/commonjs/src/components/view/ThemedScrollView.d.ts.map +0 -1
  383. package/lib/typescript/commonjs/src/components/view/ThemedView.d.ts.map +0 -1
  384. package/lib/typescript/commonjs/src/hooks/list.d.ts.map +0 -1
  385. package/lib/typescript/commonjs/src/hooks/overlay.d.ts.map +0 -1
  386. package/lib/typescript/commonjs/src/hooks/reanimated.d.ts.map +0 -1
  387. package/lib/typescript/commonjs/src/hooks/separator.d.ts.map +0 -1
  388. package/lib/typescript/commonjs/src/hooks/style.d.ts.map +0 -1
  389. package/lib/typescript/commonjs/src/hooks/theme.d.ts.map +0 -1
  390. package/lib/typescript/commonjs/src/hooks/view.d.ts.map +0 -1
  391. package/lib/typescript/commonjs/src/index.d.ts.map +0 -1
  392. package/lib/typescript/commonjs/src/test/utils/const.d.ts.map +0 -1
  393. package/lib/typescript/commonjs/src/test/utils/func.d.ts.map +0 -1
  394. package/lib/typescript/commonjs/src/test/utils/testingLib.d.ts.map +0 -1
  395. package/lib/typescript/commonjs/src/types/button.d.ts.map +0 -1
  396. package/lib/typescript/commonjs/src/types/icon.d.ts.map +0 -1
  397. package/lib/typescript/commonjs/src/types/list.d.ts.map +0 -1
  398. package/lib/typescript/commonjs/src/types/loading.d.ts.map +0 -1
  399. package/lib/typescript/commonjs/src/types/overlay.d.ts.map +0 -1
  400. package/lib/typescript/commonjs/src/types/provider.d.ts.map +0 -1
  401. package/lib/typescript/commonjs/src/types/react.d.ts.map +0 -1
  402. package/lib/typescript/commonjs/src/types/reanimated.d.ts.map +0 -1
  403. package/lib/typescript/commonjs/src/types/separator.d.ts.map +0 -1
  404. package/lib/typescript/commonjs/src/types/style.d.ts.map +0 -1
  405. package/lib/typescript/commonjs/src/types/switch.d.ts.map +0 -1
  406. package/lib/typescript/commonjs/src/types/text.d.ts.map +0 -1
  407. package/lib/typescript/commonjs/src/types/theme.d.ts.map +0 -1
  408. package/lib/typescript/commonjs/src/types/view.d.ts.map +0 -1
  409. package/lib/typescript/commonjs/src/utils/button/const.d.ts.map +0 -1
  410. package/lib/typescript/commonjs/src/utils/overlay/const.d.ts.map +0 -1
  411. package/lib/typescript/commonjs/src/utils/overlay/func.d.ts.map +0 -1
  412. package/lib/typescript/commonjs/src/utils/reanimated/func.d.ts.map +0 -1
  413. package/lib/typescript/commonjs/src/utils/style/const.d.ts.map +0 -1
  414. package/lib/typescript/commonjs/src/utils/style/func.d.ts.map +0 -1
  415. package/lib/typescript/commonjs/src/utils/switch/const.d.ts.map +0 -1
  416. package/lib/typescript/commonjs/src/utils/theme/const.d.ts.map +0 -1
  417. package/lib/typescript/commonjs/src/utils/theme/restyle.d.ts.map +0 -1
  418. package/lib/typescript/module/src/components/button/AnimatedPressable.d.ts +0 -3
  419. package/lib/typescript/module/src/components/button/AnimatedPressable.d.ts.map +0 -1
  420. package/lib/typescript/module/src/components/button/AnimatedThemedPressable.d.ts +0 -5
  421. package/lib/typescript/module/src/components/button/AnimatedThemedPressable.d.ts.map +0 -1
  422. package/lib/typescript/module/src/components/button/ThemedButton.d.ts +0 -5
  423. package/lib/typescript/module/src/components/button/ThemedButton.d.ts.map +0 -1
  424. package/lib/typescript/module/src/components/button/ThemedIconButton.d.ts +0 -5
  425. package/lib/typescript/module/src/components/button/ThemedIconButton.d.ts.map +0 -1
  426. package/lib/typescript/module/src/components/button/ThemedIconTextButton.d.ts +0 -5
  427. package/lib/typescript/module/src/components/button/ThemedIconTextButton.d.ts.map +0 -1
  428. package/lib/typescript/module/src/components/button/ThemedPressable.d.ts +0 -5
  429. package/lib/typescript/module/src/components/button/ThemedPressable.d.ts.map +0 -1
  430. package/lib/typescript/module/src/components/icon/ThemedIcon.d.ts +0 -5
  431. package/lib/typescript/module/src/components/icon/ThemedIcon.d.ts.map +0 -1
  432. package/lib/typescript/module/src/components/list/List.d.ts +0 -4
  433. package/lib/typescript/module/src/components/list/List.d.ts.map +0 -1
  434. package/lib/typescript/module/src/components/loading/ThemedLoading.d.ts +0 -5
  435. package/lib/typescript/module/src/components/loading/ThemedLoading.d.ts.map +0 -1
  436. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheet.d.ts +0 -5
  437. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheet.d.ts.map +0 -1
  438. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetContentGesture.d.ts +0 -4
  439. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetContentGesture.d.ts.map +0 -1
  440. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetHeader.d.ts +0 -4
  441. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetHeader.d.ts.map +0 -1
  442. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetListView.d.ts +0 -5
  443. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetListView.d.ts.map +0 -1
  444. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetListViewContent.d.ts +0 -5
  445. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetListViewContent.d.ts.map +0 -1
  446. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOptList.d.ts +0 -4
  447. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOptList.d.ts.map +0 -1
  448. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOptListItem.d.ts +0 -5
  449. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOptListItem.d.ts.map +0 -1
  450. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOpts.d.ts +0 -4
  451. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetOpts.d.ts.map +0 -1
  452. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetScrollView.d.ts +0 -4
  453. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetScrollView.d.ts.map +0 -1
  454. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetScrollViewContent.d.ts +0 -5
  455. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetScrollViewContent.d.ts.map +0 -1
  456. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetWrap.d.ts +0 -4
  457. package/lib/typescript/module/src/components/overlay/actionSheet/ActionSheetWrap.d.ts.map +0 -1
  458. package/lib/typescript/module/src/components/overlay/alert/Alert.d.ts +0 -5
  459. package/lib/typescript/module/src/components/overlay/alert/Alert.d.ts.map +0 -1
  460. package/lib/typescript/module/src/components/overlay/alert/AlertButton.d.ts +0 -5
  461. package/lib/typescript/module/src/components/overlay/alert/AlertButton.d.ts.map +0 -1
  462. package/lib/typescript/module/src/components/overlay/alert/AlertButtons.d.ts +0 -5
  463. package/lib/typescript/module/src/components/overlay/alert/AlertButtons.d.ts.map +0 -1
  464. package/lib/typescript/module/src/components/overlay/alert/AlertContent.d.ts +0 -5
  465. package/lib/typescript/module/src/components/overlay/alert/AlertContent.d.ts.map +0 -1
  466. package/lib/typescript/module/src/components/overlay/alert/AlertWrap.d.ts +0 -12
  467. package/lib/typescript/module/src/components/overlay/alert/AlertWrap.d.ts.map +0 -1
  468. package/lib/typescript/module/src/components/overlay/modal/ThemedLoadingModal.d.ts +0 -5
  469. package/lib/typescript/module/src/components/overlay/modal/ThemedLoadingModal.d.ts.map +0 -1
  470. package/lib/typescript/module/src/components/overlay/modal/ThemedModal.d.ts +0 -5
  471. package/lib/typescript/module/src/components/overlay/modal/ThemedModal.d.ts.map +0 -1
  472. package/lib/typescript/module/src/components/overlay/toast/ThemedToast.d.ts +0 -5
  473. package/lib/typescript/module/src/components/overlay/toast/ThemedToast.d.ts.map +0 -1
  474. package/lib/typescript/module/src/components/provider/GestureProvider.d.ts +0 -5
  475. package/lib/typescript/module/src/components/provider/GestureProvider.d.ts.map +0 -1
  476. package/lib/typescript/module/src/components/provider/InsetsProvider.d.ts +0 -5
  477. package/lib/typescript/module/src/components/provider/InsetsProvider.d.ts.map +0 -1
  478. package/lib/typescript/module/src/components/provider/ReactNativeTemplateProviders.d.ts +0 -5
  479. package/lib/typescript/module/src/components/provider/ReactNativeTemplateProviders.d.ts.map +0 -1
  480. package/lib/typescript/module/src/components/provider/ThemeProvider.d.ts +0 -5
  481. package/lib/typescript/module/src/components/provider/ThemeProvider.d.ts.map +0 -1
  482. package/lib/typescript/module/src/components/separator/ThemedSeparator.d.ts +0 -5
  483. package/lib/typescript/module/src/components/separator/ThemedSeparator.d.ts.map +0 -1
  484. package/lib/typescript/module/src/components/switch/ThemedSwitch.d.ts +0 -5
  485. package/lib/typescript/module/src/components/switch/ThemedSwitch.d.ts.map +0 -1
  486. package/lib/typescript/module/src/components/text/Text.d.ts +0 -1987
  487. package/lib/typescript/module/src/components/text/Text.d.ts.map +0 -1
  488. package/lib/typescript/module/src/components/text/ThemedIconText.d.ts +0 -5
  489. package/lib/typescript/module/src/components/text/ThemedIconText.d.ts.map +0 -1
  490. package/lib/typescript/module/src/components/text/ThemedText.d.ts +0 -5
  491. package/lib/typescript/module/src/components/text/ThemedText.d.ts.map +0 -1
  492. package/lib/typescript/module/src/components/view/AnimatedBox.d.ts +0 -1023
  493. package/lib/typescript/module/src/components/view/AnimatedThemedView.d.ts +0 -5
  494. package/lib/typescript/module/src/components/view/AnimatedThemedView.d.ts.map +0 -1
  495. package/lib/typescript/module/src/components/view/Box.d.ts +0 -2045
  496. package/lib/typescript/module/src/components/view/Box.d.ts.map +0 -1
  497. package/lib/typescript/module/src/components/view/ThemedScreenWrap.d.ts +0 -5
  498. package/lib/typescript/module/src/components/view/ThemedScreenWrap.d.ts.map +0 -1
  499. package/lib/typescript/module/src/components/view/ThemedScreenWrap.web.d.ts +0 -5
  500. package/lib/typescript/module/src/components/view/ThemedScreenWrap.web.d.ts.map +0 -1
  501. package/lib/typescript/module/src/components/view/ThemedScrollView.d.ts +0 -5
  502. package/lib/typescript/module/src/components/view/ThemedScrollView.d.ts.map +0 -1
  503. package/lib/typescript/module/src/components/view/ThemedView.d.ts +0 -5
  504. package/lib/typescript/module/src/components/view/ThemedView.d.ts.map +0 -1
  505. package/lib/typescript/module/src/hooks/button.d.ts +0 -1647
  506. package/lib/typescript/module/src/hooks/button.d.ts.map +0 -1
  507. package/lib/typescript/module/src/hooks/list.d.ts +0 -4
  508. package/lib/typescript/module/src/hooks/list.d.ts.map +0 -1
  509. package/lib/typescript/module/src/hooks/overlay.d.ts +0 -16
  510. package/lib/typescript/module/src/hooks/overlay.d.ts.map +0 -1
  511. package/lib/typescript/module/src/hooks/reanimated.d.ts +0 -3
  512. package/lib/typescript/module/src/hooks/reanimated.d.ts.map +0 -1
  513. package/lib/typescript/module/src/hooks/separator.d.ts +0 -5
  514. package/lib/typescript/module/src/hooks/separator.d.ts.map +0 -1
  515. package/lib/typescript/module/src/hooks/style.d.ts +0 -11
  516. package/lib/typescript/module/src/hooks/style.d.ts.map +0 -1
  517. package/lib/typescript/module/src/hooks/switch.d.ts +0 -2
  518. package/lib/typescript/module/src/hooks/switch.d.ts.map +0 -1
  519. package/lib/typescript/module/src/hooks/theme.d.ts +0 -329
  520. package/lib/typescript/module/src/hooks/theme.d.ts.map +0 -1
  521. package/lib/typescript/module/src/hooks/view.d.ts +0 -3
  522. package/lib/typescript/module/src/hooks/view.d.ts.map +0 -1
  523. package/lib/typescript/module/src/index.d.ts +0 -53
  524. package/lib/typescript/module/src/index.d.ts.map +0 -1
  525. package/lib/typescript/module/src/test/utils/const.d.ts +0 -4
  526. package/lib/typescript/module/src/test/utils/const.d.ts.map +0 -1
  527. package/lib/typescript/module/src/test/utils/func.d.ts +0 -108
  528. package/lib/typescript/module/src/test/utils/func.d.ts.map +0 -1
  529. package/lib/typescript/module/src/test/utils/testingLib.d.ts +0 -6
  530. package/lib/typescript/module/src/test/utils/testingLib.d.ts.map +0 -1
  531. package/lib/typescript/module/src/types/button.d.ts +0 -32
  532. package/lib/typescript/module/src/types/button.d.ts.map +0 -1
  533. package/lib/typescript/module/src/types/icon.d.ts +0 -19
  534. package/lib/typescript/module/src/types/icon.d.ts.map +0 -1
  535. package/lib/typescript/module/src/types/list.d.ts +0 -29
  536. package/lib/typescript/module/src/types/list.d.ts.map +0 -1
  537. package/lib/typescript/module/src/types/loading.d.ts +0 -12
  538. package/lib/typescript/module/src/types/loading.d.ts.map +0 -1
  539. package/lib/typescript/module/src/types/overlay.d.ts +0 -106
  540. package/lib/typescript/module/src/types/overlay.d.ts.map +0 -1
  541. package/lib/typescript/module/src/types/provider.d.ts +0 -6
  542. package/lib/typescript/module/src/types/provider.d.ts.map +0 -1
  543. package/lib/typescript/module/src/types/react.d.ts +0 -6
  544. package/lib/typescript/module/src/types/react.d.ts.map +0 -1
  545. package/lib/typescript/module/src/types/reanimated.d.ts +0 -5
  546. package/lib/typescript/module/src/types/reanimated.d.ts.map +0 -1
  547. package/lib/typescript/module/src/types/separator.d.ts +0 -7
  548. package/lib/typescript/module/src/types/separator.d.ts.map +0 -1
  549. package/lib/typescript/module/src/types/style.d.ts +0 -18
  550. package/lib/typescript/module/src/types/style.d.ts.map +0 -1
  551. package/lib/typescript/module/src/types/switch.d.ts +0 -27
  552. package/lib/typescript/module/src/types/switch.d.ts.map +0 -1
  553. package/lib/typescript/module/src/types/text.d.ts +0 -19
  554. package/lib/typescript/module/src/types/text.d.ts.map +0 -1
  555. package/lib/typescript/module/src/types/theme.d.ts +0 -15
  556. package/lib/typescript/module/src/types/theme.d.ts.map +0 -1
  557. package/lib/typescript/module/src/types/view.d.ts +0 -22
  558. package/lib/typescript/module/src/types/view.d.ts.map +0 -1
  559. package/lib/typescript/module/src/utils/button/const.d.ts +0 -9
  560. package/lib/typescript/module/src/utils/button/const.d.ts.map +0 -1
  561. package/lib/typescript/module/src/utils/overlay/const.d.ts +0 -24
  562. package/lib/typescript/module/src/utils/overlay/const.d.ts.map +0 -1
  563. package/lib/typescript/module/src/utils/overlay/func.d.ts +0 -11
  564. package/lib/typescript/module/src/utils/overlay/func.d.ts.map +0 -1
  565. package/lib/typescript/module/src/utils/reanimated/func.d.ts +0 -2
  566. package/lib/typescript/module/src/utils/reanimated/func.d.ts.map +0 -1
  567. package/lib/typescript/module/src/utils/style/const.d.ts +0 -5
  568. package/lib/typescript/module/src/utils/style/const.d.ts.map +0 -1
  569. package/lib/typescript/module/src/utils/style/func.d.ts +0 -10
  570. package/lib/typescript/module/src/utils/style/func.d.ts.map +0 -1
  571. package/lib/typescript/module/src/utils/switch/const.d.ts +0 -2
  572. package/lib/typescript/module/src/utils/switch/const.d.ts.map +0 -1
  573. package/lib/typescript/module/src/utils/theme/const.d.ts +0 -173
  574. package/lib/typescript/module/src/utils/theme/const.d.ts.map +0 -1
  575. package/lib/typescript/module/src/utils/theme/restyle.d.ts +0 -1196
  576. package/lib/typescript/module/src/utils/theme/restyle.d.ts.map +0 -1
  577. /package/lib/typescript/{module/package.json → package.json} +0 -0
  578. /package/lib/typescript/{commonjs/src → src}/components/button/AnimatedPressable.d.ts +0 -0
  579. /package/lib/typescript/{commonjs/src → src}/components/button/AnimatedThemedPressable.d.ts +0 -0
  580. /package/lib/typescript/{commonjs/src → src}/components/button/ThemedButton.d.ts +0 -0
  581. /package/lib/typescript/{commonjs/src → src}/components/button/ThemedIconButton.d.ts +0 -0
  582. /package/lib/typescript/{commonjs/src → src}/components/button/ThemedIconTextButton.d.ts +0 -0
  583. /package/lib/typescript/{commonjs/src → src}/components/button/ThemedPressable.d.ts +0 -0
  584. /package/lib/typescript/{commonjs/src → src}/components/icon/ThemedIcon.d.ts +0 -0
  585. /package/lib/typescript/{commonjs/src → src}/components/list/List.d.ts +0 -0
  586. /package/lib/typescript/{commonjs/src → src}/components/loading/ThemedLoading.d.ts +0 -0
  587. /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheet.d.ts +0 -0
  588. /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetContentGesture.d.ts +0 -0
  589. /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetHeader.d.ts +0 -0
  590. /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetListView.d.ts +0 -0
  591. /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetListViewContent.d.ts +0 -0
  592. /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetOptList.d.ts +0 -0
  593. /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetOptListItem.d.ts +0 -0
  594. /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetOpts.d.ts +0 -0
  595. /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetScrollView.d.ts +0 -0
  596. /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetScrollViewContent.d.ts +0 -0
  597. /package/lib/typescript/{commonjs/src → src}/components/overlay/actionSheet/ActionSheetWrap.d.ts +0 -0
  598. /package/lib/typescript/{commonjs/src → src}/components/overlay/alert/Alert.d.ts +0 -0
  599. /package/lib/typescript/{commonjs/src → src}/components/overlay/alert/AlertButton.d.ts +0 -0
  600. /package/lib/typescript/{commonjs/src → src}/components/overlay/alert/AlertButtons.d.ts +0 -0
  601. /package/lib/typescript/{commonjs/src → src}/components/overlay/alert/AlertContent.d.ts +0 -0
  602. /package/lib/typescript/{commonjs/src → src}/components/overlay/alert/AlertWrap.d.ts +0 -0
  603. /package/lib/typescript/{commonjs/src → src}/components/overlay/modal/ThemedLoadingModal.d.ts +0 -0
  604. /package/lib/typescript/{commonjs/src → src}/components/overlay/modal/ThemedModal.d.ts +0 -0
  605. /package/lib/typescript/{commonjs/src → src}/components/overlay/toast/ThemedToast.d.ts +0 -0
  606. /package/lib/typescript/{commonjs/src → src}/components/provider/GestureProvider.d.ts +0 -0
  607. /package/lib/typescript/{commonjs/src → src}/components/provider/InsetsProvider.d.ts +0 -0
  608. /package/lib/typescript/{commonjs/src → src}/components/provider/ReactNativeTemplateProviders.d.ts +0 -0
  609. /package/lib/typescript/{commonjs/src → src}/components/provider/ThemeProvider.d.ts +0 -0
  610. /package/lib/typescript/{commonjs/src → src}/components/separator/ThemedSeparator.d.ts +0 -0
  611. /package/lib/typescript/{commonjs/src → src}/components/switch/ThemedSwitch.d.ts +0 -0
  612. /package/lib/typescript/{commonjs/src → src}/components/text/Text.d.ts +0 -0
  613. /package/lib/typescript/{commonjs/src → src}/components/text/ThemedIconText.d.ts +0 -0
  614. /package/lib/typescript/{commonjs/src → src}/components/text/ThemedText.d.ts +0 -0
  615. /package/lib/typescript/{commonjs/src → src}/components/view/AnimatedBox.d.ts +0 -0
  616. /package/lib/typescript/{commonjs/src → src}/components/view/AnimatedThemedView.d.ts +0 -0
  617. /package/lib/typescript/{commonjs/src → src}/components/view/Box.d.ts +0 -0
  618. /package/lib/typescript/{commonjs/src → src}/components/view/ThemedScreenWrap.d.ts +0 -0
  619. /package/lib/typescript/{commonjs/src → src}/components/view/ThemedScreenWrap.web.d.ts +0 -0
  620. /package/lib/typescript/{commonjs/src → src}/components/view/ThemedScrollView.d.ts +0 -0
  621. /package/lib/typescript/{commonjs/src → src}/components/view/ThemedView.d.ts +0 -0
  622. /package/lib/typescript/{commonjs/src → src}/hooks/button.d.ts +0 -0
  623. /package/lib/typescript/{commonjs/src → src}/hooks/list.d.ts +0 -0
  624. /package/lib/typescript/{commonjs/src → src}/hooks/overlay.d.ts +0 -0
  625. /package/lib/typescript/{commonjs/src → src}/hooks/reanimated.d.ts +0 -0
  626. /package/lib/typescript/{commonjs/src → src}/hooks/separator.d.ts +0 -0
  627. /package/lib/typescript/{commonjs/src → src}/hooks/style.d.ts +0 -0
  628. /package/lib/typescript/{commonjs/src → src}/hooks/switch.d.ts +0 -0
  629. /package/lib/typescript/{commonjs/src → src}/hooks/theme.d.ts +0 -0
  630. /package/lib/typescript/{commonjs/src → src}/hooks/view.d.ts +0 -0
  631. /package/lib/typescript/{commonjs/src → src}/index.d.ts +0 -0
  632. /package/lib/typescript/{commonjs/src → src}/test/utils/const.d.ts +0 -0
  633. /package/lib/typescript/{commonjs/src → src}/test/utils/func.d.ts +0 -0
  634. /package/lib/typescript/{commonjs/src → src}/test/utils/testingLib.d.ts +0 -0
  635. /package/lib/typescript/{commonjs/src → src}/types/button.d.ts +0 -0
  636. /package/lib/typescript/{commonjs/src → src}/types/icon.d.ts +0 -0
  637. /package/lib/typescript/{commonjs/src → src}/types/list.d.ts +0 -0
  638. /package/lib/typescript/{commonjs/src → src}/types/loading.d.ts +0 -0
  639. /package/lib/typescript/{commonjs/src → src}/types/overlay.d.ts +0 -0
  640. /package/lib/typescript/{commonjs/src → src}/types/provider.d.ts +0 -0
  641. /package/lib/typescript/{commonjs/src → src}/types/react.d.ts +0 -0
  642. /package/lib/typescript/{commonjs/src → src}/types/reanimated.d.ts +0 -0
  643. /package/lib/typescript/{commonjs/src → src}/types/separator.d.ts +0 -0
  644. /package/lib/typescript/{commonjs/src → src}/types/style.d.ts +0 -0
  645. /package/lib/typescript/{commonjs/src → src}/types/switch.d.ts +0 -0
  646. /package/lib/typescript/{commonjs/src → src}/types/text.d.ts +0 -0
  647. /package/lib/typescript/{commonjs/src → src}/types/theme.d.ts +0 -0
  648. /package/lib/typescript/{commonjs/src → src}/types/view.d.ts +0 -0
  649. /package/lib/typescript/{commonjs/src → src}/utils/button/const.d.ts +0 -0
  650. /package/lib/typescript/{commonjs/src → src}/utils/overlay/const.d.ts +0 -0
  651. /package/lib/typescript/{commonjs/src → src}/utils/overlay/func.d.ts +0 -0
  652. /package/lib/typescript/{commonjs/src → src}/utils/reanimated/func.d.ts +0 -0
  653. /package/lib/typescript/{commonjs/src → src}/utils/style/const.d.ts +0 -0
  654. /package/lib/typescript/{commonjs/src → src}/utils/style/func.d.ts +0 -0
  655. /package/lib/typescript/{commonjs/src → src}/utils/switch/const.d.ts +0 -0
  656. /package/lib/typescript/{commonjs/src → src}/utils/theme/const.d.ts +0 -0
  657. /package/lib/typescript/{commonjs/src → src}/utils/theme/restyle.d.ts +0 -0
@@ -1,61 +1,22 @@
1
1
  "use strict";
2
2
 
3
- import { c as _c } from "react/compiler-runtime";
4
3
  import { BorderSize } from "../../utils/theme/const.js";
5
4
  import ThemedView from "../view/ThemedView.js";
6
5
  import { jsx as _jsx } from "react/jsx-runtime";
7
- const ThemedSeparator = t0 => {
8
- const $ = _c(11);
9
- let bg;
10
- let props;
11
- let t1;
12
- let t2;
13
- let t3;
14
- if ($[0] !== t0) {
15
- ({
16
- size: t1,
17
- vertical: t2,
18
- backgroundColor: t3,
19
- bg,
20
- ...props
21
- } = t0);
22
- $[0] = t0;
23
- $[1] = bg;
24
- $[2] = props;
25
- $[3] = t1;
26
- $[4] = t2;
27
- $[5] = t3;
28
- } else {
29
- bg = $[1];
30
- props = $[2];
31
- t1 = $[3];
32
- t2 = $[4];
33
- t3 = $[5];
34
- }
35
- const size = t1 === undefined ? BorderSize.S : t1;
36
- const vertical = t2 === undefined ? false : t2;
37
- const backgroundColor = t3 === undefined ? "separator" : t3;
38
- const t4 = vertical ? size : undefined;
39
- const t5 = vertical ? undefined : size;
40
- const t6 = bg ?? backgroundColor;
41
- let t7;
42
- if ($[6] !== props || $[7] !== t4 || $[8] !== t5 || $[9] !== t6) {
43
- t7 = /*#__PURE__*/_jsx(ThemedView, {
44
- alignSelf: "stretch",
45
- width: t4,
46
- height: t5,
47
- backgroundColor: t6,
48
- ...props
49
- });
50
- $[6] = props;
51
- $[7] = t4;
52
- $[8] = t5;
53
- $[9] = t6;
54
- $[10] = t7;
55
- } else {
56
- t7 = $[10];
57
- }
58
- return t7;
6
+ const ThemedSeparator = ({
7
+ size = BorderSize.S,
8
+ vertical = false,
9
+ backgroundColor = 'separator',
10
+ bg,
11
+ ...props
12
+ }) => {
13
+ return /*#__PURE__*/_jsx(ThemedView, {
14
+ alignSelf: 'stretch',
15
+ width: vertical ? size : undefined,
16
+ height: vertical ? undefined : size,
17
+ backgroundColor: bg ?? backgroundColor,
18
+ ...props
19
+ });
59
20
  };
60
21
  export default ThemedSeparator;
61
22
  //# sourceMappingURL=ThemedSeparator.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["BorderSize","ThemedView","jsx","_jsx","ThemedSeparator","t0","$","_c","bg","props","t1","t2","t3","size","vertical","backgroundColor","undefined","S","t4","t5","t6","t7","alignSelf","width","height"],"sourceRoot":"../../../../src","sources":["components/separator/ThemedSeparator.tsx"],"mappings":";;;AAEA,SAASA,UAAU,QAAQ,4BAAyB;AACpD,OAAOC,UAAU,MAAM,uBAAoB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAE5C,MAAMC,eAAyC,GAAGC,EAAA;EAAA,MAAAC,CAAA,GAAAC,EAAA;EAAA,IAAAC,EAAA;EAAA,IAAAC,KAAA;EAAA,IAAAC,EAAA;EAAA,IAAAC,EAAA;EAAA,IAAAC,EAAA;EAAA,IAAAN,CAAA,QAAAD,EAAA;IAAC;MAAAQ,IAAA,EAAAH,EAAA;MAAAI,QAAA,EAAAH,EAAA;MAAAI,eAAA,EAAAH,EAAA;MAAAJ,EAAA;MAAA,GAAAC;IAAA,IAAAJ,EAMlD;IAAAC,CAAA,MAAAD,EAAA;IAAAC,CAAA,MAAAE,EAAA;IAAAF,CAAA,MAAAG,KAAA;IAAAH,CAAA,MAAAI,EAAA;IAAAJ,CAAA,MAAAK,EAAA;IAAAL,CAAA,MAAAM,EAAA;EAAA;IAAAJ,EAAA,GAAAF,CAAA;IAAAG,KAAA,GAAAH,CAAA;IAAAI,EAAA,GAAAJ,CAAA;IAAAK,EAAA,GAAAL,CAAA;IAAAM,EAAA,GAAAN,CAAA;EAAA;EALC,MAAAO,IAAA,GAAAH,EAAmB,KAAnBM,SAAmB,GAAZhB,UAAU,CAAAiB,CAAE,GAAnBP,EAAmB;EACnB,MAAAI,QAAA,GAAAH,EAAgB,KAAhBK,SAAgB,GAAhB,KAAgB,GAAhBL,EAAgB;EAChB,MAAAI,eAAA,GAAAH,EAA6B,KAA7BI,SAA6B,GAA7B,WAA6B,GAA7BJ,EAA6B;EAOlB,MAAAM,EAAA,GAAAJ,QAAQ,GAARD,IAA2B,GAA3BG,SAA2B;EAC1B,MAAAG,EAAA,GAAAL,QAAQ,GAARE,SAA2B,GAA3BH,IAA2B;EAClB,MAAAO,EAAA,GAAAZ,EAAqB,IAArBO,eAAqB;EAAA,IAAAM,EAAA;EAAA,IAAAf,CAAA,QAAAG,KAAA,IAAAH,CAAA,QAAAY,EAAA,IAAAZ,CAAA,QAAAa,EAAA,IAAAb,CAAA,QAAAc,EAAA;IAJxCC,EAAA,gBAAAlB,IAAA,CAACF,UAAU;MACEqB,SAAS,EAAT,SAAS;MACbC,KAA2B,EAA3BL,EAA2B;MAC1BM,MAA2B,EAA3BL,EAA2B;MAClBJ,eAAqB,EAArBK,EAAqB;MAAA,GAClCX;IAAK,CACV,CAAC;IAAAH,CAAA,MAAAG,KAAA;IAAAH,CAAA,MAAAY,EAAA;IAAAZ,CAAA,MAAAa,EAAA;IAAAb,CAAA,MAAAc,EAAA;IAAAd,CAAA,OAAAe,EAAA;EAAA;IAAAA,EAAA,GAAAf,CAAA;EAAA;EAAA,OANFe,EAME;AAAA,CAEL;AAED,eAAejB,eAAe","ignoreList":[]}
1
+ {"version":3,"names":["BorderSize","ThemedView","jsx","_jsx","ThemedSeparator","size","S","vertical","backgroundColor","bg","props","alignSelf","width","undefined","height"],"sourceRoot":"../../../../src","sources":["components/separator/ThemedSeparator.tsx"],"mappings":";;AAEA,SAASA,UAAU,QAAQ,4BAAyB;AACpD,OAAOC,UAAU,MAAM,uBAAoB;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAE5C,MAAMC,eAAyC,GAAGA,CAAC;EACjDC,IAAI,GAAGL,UAAU,CAACM,CAAC;EACnBC,QAAQ,GAAG,KAAK;EAChBC,eAAe,GAAG,WAAW;EAC7BC,EAAE;EACF,GAAGC;AACL,CAAC,KAAK;EACJ,oBACEP,IAAA,CAACF,UAAU;IACTU,SAAS,EAAE,SAAU;IACrBC,KAAK,EAAEL,QAAQ,GAAGF,IAAI,GAAGQ,SAAU;IACnCC,MAAM,EAAEP,QAAQ,GAAGM,SAAS,GAAGR,IAAK;IACpCG,eAAe,EAAEC,EAAE,IAAID,eAAgB;IAAA,GACnCE;EAAK,CACV,CAAC;AAEN,CAAC;AAED,eAAeN,eAAe","ignoreList":[]}
@@ -1,109 +1,41 @@
1
1
  "use strict";
2
2
 
3
- import { c as _c } from "react/compiler-runtime";
4
3
  import { useThemedSwitch } from "../../hooks/switch.js";
5
4
  import { composeStyles, flattenStyle } from "../../utils/style/func.js";
6
5
  import { SwitchSize } from "../../utils/theme/const.js";
7
6
  import AnimatedThemedPressable from "../button/AnimatedThemedPressable.js";
8
7
  import AnimatedThemedView from "../view/AnimatedThemedView.js";
9
8
  import { jsx as _jsx } from "react/jsx-runtime";
10
- const ThemedSwitch = t0 => {
11
- const $ = _c(23);
12
- let customColors;
13
- let customDisableAnimation;
14
- let customEnableAnimation;
15
- let enabled;
16
- let onPress;
17
- let onPressDelayConfig;
18
- let props;
19
- let style;
20
- let t1;
21
- let thumbProps;
22
- if ($[0] !== t0) {
23
- ({
24
- onPress,
25
- enabled,
26
- size: t1,
27
- onPressDelayConfig,
28
- customEnableAnimation,
29
- customDisableAnimation,
30
- customColors,
31
- thumbProps,
32
- style,
33
- ...props
34
- } = t0);
35
- $[0] = t0;
36
- $[1] = customColors;
37
- $[2] = customDisableAnimation;
38
- $[3] = customEnableAnimation;
39
- $[4] = enabled;
40
- $[5] = onPress;
41
- $[6] = onPressDelayConfig;
42
- $[7] = props;
43
- $[8] = style;
44
- $[9] = t1;
45
- $[10] = thumbProps;
46
- } else {
47
- customColors = $[1];
48
- customDisableAnimation = $[2];
49
- customEnableAnimation = $[3];
50
- enabled = $[4];
51
- onPress = $[5];
52
- onPressDelayConfig = $[6];
53
- props = $[7];
54
- style = $[8];
55
- t1 = $[9];
56
- thumbProps = $[10];
57
- }
58
- const size = t1 === undefined ? SwitchSize.M : t1;
9
+ const ThemedSwitch = ({
10
+ onPress,
11
+ enabled,
12
+ size = SwitchSize.M,
13
+ onPressDelayConfig,
14
+ customEnableAnimation,
15
+ customDisableAnimation,
16
+ customColors,
17
+ thumbProps,
18
+ style,
19
+ ...props
20
+ }) => {
59
21
  const {
60
22
  toggleSwitch,
61
23
  trackAnimatedStyle,
62
24
  thumbAnimatedStyle
63
25
  } = useThemedSwitch(onPress, enabled, size, onPressDelayConfig, customEnableAnimation, customDisableAnimation, customColors);
64
- let t2;
65
- if ($[11] !== style || $[12] !== trackAnimatedStyle) {
66
- t2 = flattenStyle(composeStyles(style, trackAnimatedStyle));
67
- $[11] = style;
68
- $[12] = trackAnimatedStyle;
69
- $[13] = t2;
70
- } else {
71
- t2 = $[13];
72
- }
73
- const switchStyle = t2;
74
- let t3;
75
- if ($[14] !== size || $[15] !== thumbAnimatedStyle || $[16] !== thumbProps) {
76
- t3 = /*#__PURE__*/_jsx(AnimatedThemedView, {
26
+ const switchStyle = flattenStyle(composeStyles(style, trackAnimatedStyle));
27
+ return /*#__PURE__*/_jsx(AnimatedThemedPressable, {
28
+ onPress: toggleSwitch,
29
+ style: switchStyle,
30
+ role: 'switch',
31
+ ...props,
32
+ children: /*#__PURE__*/_jsx(AnimatedThemedView, {
77
33
  width: size,
78
34
  aspectRatio: 1,
79
35
  style: thumbAnimatedStyle,
80
36
  ...thumbProps
81
- });
82
- $[14] = size;
83
- $[15] = thumbAnimatedStyle;
84
- $[16] = thumbProps;
85
- $[17] = t3;
86
- } else {
87
- t3 = $[17];
88
- }
89
- let t4;
90
- if ($[18] !== props || $[19] !== switchStyle || $[20] !== t3 || $[21] !== toggleSwitch) {
91
- t4 = /*#__PURE__*/_jsx(AnimatedThemedPressable, {
92
- onPress: toggleSwitch,
93
- style: switchStyle,
94
- role: "switch",
95
- ...props,
96
- children: t3
97
- });
98
- $[18] = props;
99
- $[19] = switchStyle;
100
- $[20] = t3;
101
- $[21] = toggleSwitch;
102
- $[22] = t4;
103
- } else {
104
- t4 = $[22];
105
- }
106
- return t4;
37
+ })
38
+ });
107
39
  };
108
40
  export default ThemedSwitch;
109
41
  //# sourceMappingURL=ThemedSwitch.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["useThemedSwitch","composeStyles","flattenStyle","SwitchSize","AnimatedThemedPressable","AnimatedThemedView","jsx","_jsx","ThemedSwitch","t0","$","_c","customColors","customDisableAnimation","customEnableAnimation","enabled","onPress","onPressDelayConfig","props","style","t1","thumbProps","size","undefined","M","toggleSwitch","trackAnimatedStyle","thumbAnimatedStyle","t2","switchStyle","t3","aspectRatio","t4","role","children"],"sourceRoot":"../../../../src","sources":["components/switch/ThemedSwitch.tsx"],"mappings":";;;AACA,SAASA,eAAe,QAAQ,uBAAoB;AAEpD,SAASC,aAAa,EAAEC,YAAY,QAAQ,2BAAwB;AACpE,SAASC,UAAU,QAAQ,4BAAyB;AACpD,OAAOC,uBAAuB,MAAM,sCAAmC;AACvE,OAAOC,kBAAkB,MAAM,+BAA4B;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAE5D,MAAMC,YAAmC,GAAGC,EAAA;EAAA,MAAAC,CAAA,GAAAC,EAAA;EAAA,IAAAC,YAAA;EAAA,IAAAC,sBAAA;EAAA,IAAAC,qBAAA;EAAA,IAAAC,OAAA;EAAA,IAAAC,OAAA;EAAA,IAAAC,kBAAA;EAAA,IAAAC,KAAA;EAAA,IAAAC,KAAA;EAAA,IAAAC,EAAA;EAAA,IAAAC,UAAA;EAAA,IAAAX,CAAA,QAAAD,EAAA;IAAC;MAAAO,OAAA;MAAAD,OAAA;MAAAO,IAAA,EAAAF,EAAA;MAAAH,kBAAA;MAAAH,qBAAA;MAAAD,sBAAA;MAAAD,YAAA;MAAAS,UAAA;MAAAF,KAAA;MAAA,GAAAD;IAAA,IAAAT,EAW5C;IAAAC,CAAA,MAAAD,EAAA;IAAAC,CAAA,MAAAE,YAAA;IAAAF,CAAA,MAAAG,sBAAA;IAAAH,CAAA,MAAAI,qBAAA;IAAAJ,CAAA,MAAAK,OAAA;IAAAL,CAAA,MAAAM,OAAA;IAAAN,CAAA,MAAAO,kBAAA;IAAAP,CAAA,MAAAQ,KAAA;IAAAR,CAAA,MAAAS,KAAA;IAAAT,CAAA,MAAAU,EAAA;IAAAV,CAAA,OAAAW,UAAA;EAAA;IAAAT,YAAA,GAAAF,CAAA;IAAAG,sBAAA,GAAAH,CAAA;IAAAI,qBAAA,GAAAJ,CAAA;IAAAK,OAAA,GAAAL,CAAA;IAAAM,OAAA,GAAAN,CAAA;IAAAO,kBAAA,GAAAP,CAAA;IAAAQ,KAAA,GAAAR,CAAA;IAAAS,KAAA,GAAAT,CAAA;IAAAU,EAAA,GAAAV,CAAA;IAAAW,UAAA,GAAAX,CAAA;EAAA;EARC,MAAAY,IAAA,GAAAF,EAAmB,KAAnBG,SAAmB,GAAZpB,UAAU,CAAAqB,CAAE,GAAnBJ,EAAmB;EASnB;IAAAK,YAAA;IAAAC,kBAAA;IAAAC;EAAA,IACE3B,eAAe,CACbgB,OAAO,EACPD,OAAO,EACPO,IAAI,EACJL,kBAAkB,EAClBH,qBAAqB,EACrBD,sBAAsB,EACtBD,YACF,CAAC;EAAC,IAAAgB,EAAA;EAAA,IAAAlB,CAAA,SAAAS,KAAA,IAAAT,CAAA,SAAAgB,kBAAA;IAEgBE,EAAA,GAAA1B,YAAY,CAACD,aAAa,CAACkB,KAAK,EAAEO,kBAAkB,CAAC,CAAC;IAAAhB,CAAA,OAAAS,KAAA;IAAAT,CAAA,OAAAgB,kBAAA;IAAAhB,CAAA,OAAAkB,EAAA;EAAA;IAAAA,EAAA,GAAAlB,CAAA;EAAA;EAA1E,MAAAmB,WAAA,GAAoBD,EAAsD;EAAC,IAAAE,EAAA;EAAA,IAAApB,CAAA,SAAAY,IAAA,IAAAZ,CAAA,SAAAiB,kBAAA,IAAAjB,CAAA,SAAAW,UAAA;IASvES,EAAA,gBAAAvB,IAAA,CAACF,kBAAkB;MACViB,KAAI,EAAJA,IAAI;MACES,WAAC,EAAD,CAAC;MACPJ,KAAkB,EAAlBA,kBAAkB;MAAA,GACrBN;IAAU,CACf,CAAC;IAAAX,CAAA,OAAAY,IAAA;IAAAZ,CAAA,OAAAiB,kBAAA;IAAAjB,CAAA,OAAAW,UAAA;IAAAX,CAAA,OAAAoB,EAAA;EAAA;IAAAA,EAAA,GAAApB,CAAA;EAAA;EAAA,IAAAsB,EAAA;EAAA,IAAAtB,CAAA,SAAAQ,KAAA,IAAAR,CAAA,SAAAmB,WAAA,IAAAnB,CAAA,SAAAoB,EAAA,IAAApB,CAAA,SAAAe,YAAA;IAXJO,EAAA,gBAAAzB,IAAA,CAACH,uBAAuB;MACbqB,OAAY,EAAZA,YAAY;MACdI,KAAW,EAAXA,WAAW;MACZI,IAAQ,EAAR,QAAQ;MAAA,GACVf,KAAK;MAAAgB,QAAA,EAETJ;IAKE,CACqB,CAAC;IAAApB,CAAA,OAAAQ,KAAA;IAAAR,CAAA,OAAAmB,WAAA;IAAAnB,CAAA,OAAAoB,EAAA;IAAApB,CAAA,OAAAe,YAAA;IAAAf,CAAA,OAAAsB,EAAA;EAAA;IAAAA,EAAA,GAAAtB,CAAA;EAAA;EAAA,OAZ1BsB,EAY0B;AAAA,CAE7B;AAED,eAAexB,YAAY","ignoreList":[]}
1
+ {"version":3,"names":["useThemedSwitch","composeStyles","flattenStyle","SwitchSize","AnimatedThemedPressable","AnimatedThemedView","jsx","_jsx","ThemedSwitch","onPress","enabled","size","M","onPressDelayConfig","customEnableAnimation","customDisableAnimation","customColors","thumbProps","style","props","toggleSwitch","trackAnimatedStyle","thumbAnimatedStyle","switchStyle","role","children","width","aspectRatio"],"sourceRoot":"../../../../src","sources":["components/switch/ThemedSwitch.tsx"],"mappings":";;AACA,SAASA,eAAe,QAAQ,uBAAoB;AAEpD,SAASC,aAAa,EAAEC,YAAY,QAAQ,2BAAwB;AACpE,SAASC,UAAU,QAAQ,4BAAyB;AACpD,OAAOC,uBAAuB,MAAM,sCAAmC;AACvE,OAAOC,kBAAkB,MAAM,+BAA4B;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAE5D,MAAMC,YAAmC,GAAGA,CAAC;EAC3CC,OAAO;EACPC,OAAO;EACPC,IAAI,GAAGR,UAAU,CAACS,CAAC;EACnBC,kBAAkB;EAClBC,qBAAqB;EACrBC,sBAAsB;EACtBC,YAAY;EACZC,UAAU;EACVC,KAAK;EACL,GAAGC;AACL,CAAC,KAAK;EACJ,MAAM;IAAEC,YAAY;IAAEC,kBAAkB;IAAEC;EAAmB,CAAC,GAC5DtB,eAAe,CACbS,OAAO,EACPC,OAAO,EACPC,IAAI,EACJE,kBAAkB,EAClBC,qBAAqB,EACrBC,sBAAsB,EACtBC,YACF,CAAC;EAEH,MAAMO,WAAW,GAAGrB,YAAY,CAACD,aAAa,CAACiB,KAAK,EAAEG,kBAAkB,CAAC,CAAC;EAE1E,oBACEd,IAAA,CAACH,uBAAuB;IACtBK,OAAO,EAAEW,YAAa;IACtBF,KAAK,EAAEK,WAAY;IACnBC,IAAI,EAAE,QAAS;IAAA,GACXL,KAAK;IAAAM,QAAA,eAETlB,IAAA,CAACF,kBAAkB;MACjBqB,KAAK,EAAEf,IAAK;MACZgB,WAAW,EAAE,CAAE;MACfT,KAAK,EAAEI,kBAAmB;MAAA,GACtBL;IAAU,CACf;EAAC,CACqB,CAAC;AAE9B,CAAC;AAED,eAAeT,YAAY","ignoreList":[]}
@@ -1,138 +1,49 @@
1
1
  "use strict";
2
2
 
3
- import { c as _c } from "react/compiler-runtime";
4
3
  import ThemedIcon from "../icon/ThemedIcon.js";
5
4
  import ThemedView from "../view/ThemedView.js";
6
5
  import ThemedText from "./ThemedText.js";
7
6
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
8
- const ThemedIconText = t0 => {
9
- const $ = _c(34);
10
- let iconColor;
11
- let iconName;
12
- let iconProps;
13
- let iconSize;
14
- let iconStyle;
15
- let props;
16
- let t1;
17
- let text;
18
- let textColor;
19
- let textFontSize;
20
- let textFontWeight;
21
- let textProps;
22
- let textStyle;
23
- let textVariant;
24
- if ($[0] !== t0) {
25
- ({
26
- flip: t1,
27
- iconName,
28
- iconSize,
29
- iconColor,
30
- iconStyle,
31
- iconProps,
32
- text,
33
- textVariant,
34
- textFontSize,
35
- textFontWeight,
36
- textColor,
37
- textStyle,
38
- textProps,
39
- ...props
40
- } = t0);
41
- $[0] = t0;
42
- $[1] = iconColor;
43
- $[2] = iconName;
44
- $[3] = iconProps;
45
- $[4] = iconSize;
46
- $[5] = iconStyle;
47
- $[6] = props;
48
- $[7] = t1;
49
- $[8] = text;
50
- $[9] = textColor;
51
- $[10] = textFontSize;
52
- $[11] = textFontWeight;
53
- $[12] = textProps;
54
- $[13] = textStyle;
55
- $[14] = textVariant;
56
- } else {
57
- iconColor = $[1];
58
- iconName = $[2];
59
- iconProps = $[3];
60
- iconSize = $[4];
61
- iconStyle = $[5];
62
- props = $[6];
63
- t1 = $[7];
64
- text = $[8];
65
- textColor = $[9];
66
- textFontSize = $[10];
67
- textFontWeight = $[11];
68
- textProps = $[12];
69
- textStyle = $[13];
70
- textVariant = $[14];
71
- }
72
- const flip = t1 === undefined ? false : t1;
73
- let t2;
74
- if ($[15] !== text || $[16] !== textColor || $[17] !== textFontSize || $[18] !== textFontWeight || $[19] !== textProps || $[20] !== textStyle || $[21] !== textVariant) {
75
- t2 = /*#__PURE__*/_jsx(ThemedText, {
76
- numberOfLines: 1,
77
- variant: textVariant,
78
- fontSize: textFontSize,
79
- fontWeight: textFontWeight,
80
- color: textColor,
81
- style: textStyle,
82
- ...textProps,
83
- children: text
84
- });
85
- $[15] = text;
86
- $[16] = textColor;
87
- $[17] = textFontSize;
88
- $[18] = textFontWeight;
89
- $[19] = textProps;
90
- $[20] = textStyle;
91
- $[21] = textVariant;
92
- $[22] = t2;
93
- } else {
94
- t2 = $[22];
95
- }
96
- const themedText = t2;
97
- const t3 = flip && themedText;
98
- let t4;
99
- if ($[23] !== iconColor || $[24] !== iconName || $[25] !== iconProps || $[26] !== iconSize || $[27] !== iconStyle) {
100
- t4 = /*#__PURE__*/_jsx(ThemedIcon, {
7
+ const ThemedIconText = ({
8
+ flip = false,
9
+ iconName,
10
+ iconSize,
11
+ iconColor,
12
+ iconStyle,
13
+ iconProps,
14
+ text,
15
+ textVariant,
16
+ textFontSize,
17
+ textFontWeight,
18
+ textColor,
19
+ textStyle,
20
+ textProps,
21
+ ...props
22
+ }) => {
23
+ const themedText = /*#__PURE__*/_jsx(ThemedText, {
24
+ numberOfLines: 1,
25
+ variant: textVariant,
26
+ fontSize: textFontSize,
27
+ fontWeight: textFontWeight,
28
+ color: textColor,
29
+ style: textStyle,
30
+ ...textProps,
31
+ children: text
32
+ });
33
+ return /*#__PURE__*/_jsxs(ThemedView, {
34
+ flexDirection: 'row',
35
+ alignItems: 'center',
36
+ gap: 's',
37
+ backgroundColor: 'transparent',
38
+ ...props,
39
+ children: [flip && themedText, /*#__PURE__*/_jsx(ThemedIcon, {
101
40
  name: iconName,
102
41
  size: iconSize,
103
42
  color: iconColor,
104
43
  style: iconStyle,
105
44
  ...iconProps
106
- });
107
- $[23] = iconColor;
108
- $[24] = iconName;
109
- $[25] = iconProps;
110
- $[26] = iconSize;
111
- $[27] = iconStyle;
112
- $[28] = t4;
113
- } else {
114
- t4 = $[28];
115
- }
116
- const t5 = !flip && themedText;
117
- let t6;
118
- if ($[29] !== props || $[30] !== t3 || $[31] !== t4 || $[32] !== t5) {
119
- t6 = /*#__PURE__*/_jsxs(ThemedView, {
120
- flexDirection: "row",
121
- alignItems: "center",
122
- gap: "s",
123
- backgroundColor: "transparent",
124
- ...props,
125
- children: [t3, t4, t5]
126
- });
127
- $[29] = props;
128
- $[30] = t3;
129
- $[31] = t4;
130
- $[32] = t5;
131
- $[33] = t6;
132
- } else {
133
- t6 = $[33];
134
- }
135
- return t6;
45
+ }), !flip && themedText]
46
+ });
136
47
  };
137
48
  export default ThemedIconText;
138
49
  //# sourceMappingURL=ThemedIconText.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["ThemedIcon","ThemedView","ThemedText","jsx","_jsx","jsxs","_jsxs","ThemedIconText","t0","$","_c","iconColor","iconName","iconProps","iconSize","iconStyle","props","t1","text","textColor","textFontSize","textFontWeight","textProps","textStyle","textVariant","flip","undefined","t2","numberOfLines","children","themedText","t3","t4","t5","t6","flexDirection","alignItems","gap","backgroundColor"],"sourceRoot":"../../../../src","sources":["components/text/ThemedIconText.tsx"],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["ThemedIcon","ThemedView","ThemedText","jsx","_jsx","jsxs","_jsxs","ThemedIconText","flip","iconName","iconSize","iconColor","iconStyle","iconProps","text","textVariant","textFontSize","textFontWeight","textColor","textStyle","textProps","props","themedText","numberOfLines","variant","fontSize","fontWeight","color","style","children","flexDirection","alignItems","gap","backgroundColor","name","size"],"sourceRoot":"../../../../src","sources":["components/text/ThemedIconText.tsx"],"mappings":";;AAEA,OAAOA,UAAU,MAAM,uBAAoB;AAC3C,OAAOC,UAAU,MAAM,uBAAoB;AAC3C,OAAOC,UAAU,MAAM,iBAAc;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAEtC,MAAMC,cAAuC,GAAGA,CAAC;EAC/CC,IAAI,GAAG,KAAK;EACZC,QAAQ;EACRC,QAAQ;EACRC,SAAS;EACTC,SAAS;EACTC,SAAS;EACTC,IAAI;EACJC,WAAW;EACXC,YAAY;EACZC,cAAc;EACdC,SAAS;EACTC,SAAS;EACTC,SAAS;EACT,GAAGC;AACL,CAAC,KAAK;EACJ,MAAMC,UAAU,gBACdlB,IAAA,CAACF,UAAU;IACTqB,aAAa,EAAE,CAAE;IACjBC,OAAO,EAAET,WAAY;IACrBU,QAAQ,EAAET,YAAa;IACvBU,UAAU,EAAET,cAAe;IAC3BU,KAAK,EAAET,SAAU;IACjBU,KAAK,EAAET,SAAU;IAAA,GACbC,SAAS;IAAAS,QAAA,EAEZf;EAAI,CACK,CACb;EAED,oBACER,KAAA,CAACL,UAAU;IACT6B,aAAa,EAAE,KAAM;IACrBC,UAAU,EAAE,QAAS;IACrBC,GAAG,EAAE,GAAI;IACTC,eAAe,EAAE,aAAc;IAAA,GAC3BZ,KAAK;IAAAQ,QAAA,GAERrB,IAAI,IAAIc,UAAU,eACnBlB,IAAA,CAACJ,UAAU;MACTkC,IAAI,EAAEzB,QAAS;MACf0B,IAAI,EAAEzB,QAAS;MACfiB,KAAK,EAAEhB,SAAU;MACjBiB,KAAK,EAAEhB,SAAU;MAAA,GACbC;IAAS,CACd,CAAC,EACD,CAACL,IAAI,IAAIc,UAAU;EAAA,CACV,CAAC;AAEjB,CAAC;AAED,eAAef,cAAc","ignoreList":[]}
@@ -1,21 +1,9 @@
1
1
  "use strict";
2
2
 
3
- import { c as _c } from "react/compiler-runtime";
4
3
  import Text from "./Text.js";
5
4
  import { jsx as _jsx } from "react/jsx-runtime";
6
- const ThemedText = props => {
7
- const $ = _c(2);
8
- let t0;
9
- if ($[0] !== props) {
10
- t0 = /*#__PURE__*/_jsx(Text, {
11
- ...props
12
- });
13
- $[0] = props;
14
- $[1] = t0;
15
- } else {
16
- t0 = $[1];
17
- }
18
- return t0;
19
- };
5
+ const ThemedText = props => /*#__PURE__*/_jsx(Text, {
6
+ ...props
7
+ });
20
8
  export default ThemedText;
21
9
  //# sourceMappingURL=ThemedText.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["Text","jsx","_jsx","ThemedText","props","$","_c","t0"],"sourceRoot":"../../../../src","sources":["components/text/ThemedText.tsx"],"mappings":";;;AAEA,OAAOA,IAAI,MAAM,WAAQ;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAE1B,MAAMC,UAA+B,GAAGC,KAAA;EAAA,MAAAC,CAAA,GAAAC,EAAA;EAAA,IAAAC,EAAA;EAAA,IAAAF,CAAA,QAAAD,KAAA;IAAWG,EAAA,gBAAAL,IAAA,CAACF,IAAI;MAAA,GAAKI;IAAK,CAAG,CAAC;IAAAC,CAAA,MAAAD,KAAA;IAAAC,CAAA,MAAAE,EAAA;EAAA;IAAAA,EAAA,GAAAF,CAAA;EAAA;EAAA,OAAnBE,EAAmB;AAAA;AAEtE,eAAeJ,UAAU","ignoreList":[]}
1
+ {"version":3,"names":["Text","jsx","_jsx","ThemedText","props"],"sourceRoot":"../../../../src","sources":["components/text/ThemedText.tsx"],"mappings":";;AAEA,OAAOA,IAAI,MAAM,WAAQ;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAE1B,MAAMC,UAA+B,GAAIC,KAAK,iBAAKF,IAAA,CAACF,IAAI;EAAA,GAAKI;AAAK,CAAG,CAAC;AAEtE,eAAeD,UAAU","ignoreList":[]}
@@ -1,40 +1,17 @@
1
1
  "use strict";
2
2
 
3
- import { c as _c } from "react/compiler-runtime";
4
3
  import AnimatedBox from "./AnimatedBox.js";
5
4
  import { jsx as _jsx } from "react/jsx-runtime";
6
- const AnimatedThemedView = t0 => {
7
- const $ = _c(6);
8
- let props;
9
- let t1;
10
- if ($[0] !== t0) {
11
- ({
12
- backgroundColor: t1,
13
- ...props
14
- } = t0);
15
- $[0] = t0;
16
- $[1] = props;
17
- $[2] = t1;
18
- } else {
19
- props = $[1];
20
- t1 = $[2];
21
- }
22
- const backgroundColor = t1 === undefined ? "background" : t1;
23
- let t2;
24
- if ($[3] !== backgroundColor || $[4] !== props) {
25
- t2 = /*#__PURE__*/_jsx(AnimatedBox, {
26
- backgroundColor: backgroundColor,
27
- accessible: true,
28
- role: "group",
29
- ...props
30
- });
31
- $[3] = backgroundColor;
32
- $[4] = props;
33
- $[5] = t2;
34
- } else {
35
- t2 = $[5];
36
- }
37
- return t2;
5
+ const AnimatedThemedView = ({
6
+ backgroundColor = 'background',
7
+ ...props
8
+ }) => {
9
+ return /*#__PURE__*/_jsx(AnimatedBox, {
10
+ backgroundColor: backgroundColor,
11
+ accessible: true,
12
+ role: 'group',
13
+ ...props
14
+ });
38
15
  };
39
16
  export default AnimatedThemedView;
40
17
  //# sourceMappingURL=AnimatedThemedView.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["AnimatedBox","jsx","_jsx","AnimatedThemedView","t0","$","_c","props","t1","backgroundColor","undefined","t2","accessible","role"],"sourceRoot":"../../../../src","sources":["components/view/AnimatedThemedView.tsx"],"mappings":";;;AAEA,OAAOA,WAAW,MAAM,kBAAe;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAExC,MAAMC,kBAA+C,GAAGC,EAAA;EAAA,MAAAC,CAAA,GAAAC,EAAA;EAAA,IAAAC,KAAA;EAAA,IAAAC,EAAA;EAAA,IAAAH,CAAA,QAAAD,EAAA;IAAC;MAAAK,eAAA,EAAAD,EAAA;MAAA,GAAAD;IAAA,IAAAH,EAGxD;IAAAC,CAAA,MAAAD,EAAA;IAAAC,CAAA,MAAAE,KAAA;IAAAF,CAAA,MAAAG,EAAA;EAAA;IAAAD,KAAA,GAAAF,CAAA;IAAAG,EAAA,GAAAH,CAAA;EAAA;EAFC,MAAAI,eAAA,GAAAD,EAA8B,KAA9BE,SAA8B,GAA9B,YAA8B,GAA9BF,EAA8B;EAAA,IAAAG,EAAA;EAAA,IAAAN,CAAA,QAAAI,eAAA,IAAAJ,CAAA,QAAAE,KAAA;IAI5BI,EAAA,gBAAAT,IAAA,CAACF,WAAW;MACOS,eAAe,EAAfA,eAAe;MACpBG,UAAI,EAAJ,IAAI;MACVC,IAAO,EAAP,OAAO;MAAA,GACTN;IAAK,CACV,CAAC;IAAAF,CAAA,MAAAI,eAAA;IAAAJ,CAAA,MAAAE,KAAA;IAAAF,CAAA,MAAAM,EAAA;EAAA;IAAAA,EAAA,GAAAN,CAAA;EAAA;EAAA,OALFM,EAKE;AAAA,CAEL;AAED,eAAeR,kBAAkB","ignoreList":[]}
1
+ {"version":3,"names":["AnimatedBox","jsx","_jsx","AnimatedThemedView","backgroundColor","props","accessible","role"],"sourceRoot":"../../../../src","sources":["components/view/AnimatedThemedView.tsx"],"mappings":";;AAEA,OAAOA,WAAW,MAAM,kBAAe;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAExC,MAAMC,kBAA+C,GAAGA,CAAC;EACvDC,eAAe,GAAG,YAAY;EAC9B,GAAGC;AACL,CAAC,KAAK;EACJ,oBACEH,IAAA,CAACF,WAAW;IACVI,eAAe,EAAEA,eAAgB;IACjCE,UAAU,EAAE,IAAK;IACjBC,IAAI,EAAE,OAAQ;IAAA,GACVF;EAAK,CACV,CAAC;AAEN,CAAC;AAED,eAAeF,kBAAkB","ignoreList":[]}