@jamadd/react-native-template-ui 0.2.0 → 0.2.3

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 +86 -319
  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,79 +1,38 @@
1
1
  "use strict";
2
2
 
3
- import { c as _c } from "react/compiler-runtime";
4
3
  import { useActionSheetListView } from "../../../hooks/overlay.js";
5
4
  import { ActionSheetContext } from "../../../utils/overlay/const.js";
6
5
  import ActionSheetHeader from "./ActionSheetHeader.js";
7
6
  import ActionSheetListViewContent from "./ActionSheetListViewContent.js";
8
7
  import ActionSheetWrap from "./ActionSheetWrap.js";
9
8
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
10
- const ActionSheetListView = t0 => {
11
- const $ = _c(14);
12
- const {
13
- title,
14
- expandable,
15
- listProps,
16
- onDismiss,
17
- dismissable,
18
- wrapViewProps,
19
- headerShowIcon,
20
- headerWrapProps,
21
- headerTextProps,
22
- headerIconButtonProps
23
- } = t0;
9
+ const ActionSheetListView = ({
10
+ title,
11
+ expandable,
12
+ listProps,
13
+ onDismiss,
14
+ dismissable,
15
+ wrapViewProps,
16
+ headerShowIcon,
17
+ headerWrapProps,
18
+ headerTextProps,
19
+ headerIconButtonProps
20
+ }) => {
24
21
  const actionSheetContextVal = useActionSheetListView(title, expandable, listProps, onDismiss, dismissable);
25
- let t1;
26
- if ($[0] !== headerIconButtonProps || $[1] !== headerShowIcon || $[2] !== headerTextProps || $[3] !== headerWrapProps) {
27
- t1 = /*#__PURE__*/_jsx(ActionSheetHeader, {
28
- headerShowIcon: headerShowIcon,
29
- headerWrapProps: headerWrapProps,
30
- headerTextProps: headerTextProps,
31
- headerIconButtonProps: headerIconButtonProps
32
- });
33
- $[0] = headerIconButtonProps;
34
- $[1] = headerShowIcon;
35
- $[2] = headerTextProps;
36
- $[3] = headerWrapProps;
37
- $[4] = t1;
38
- } else {
39
- t1 = $[4];
40
- }
41
- let t2;
42
- if ($[5] !== listProps) {
43
- t2 = /*#__PURE__*/_jsx(ActionSheetListViewContent, {
44
- listProps: listProps
45
- });
46
- $[5] = listProps;
47
- $[6] = t2;
48
- } else {
49
- t2 = $[6];
50
- }
51
- let t3;
52
- if ($[7] !== t1 || $[8] !== t2 || $[9] !== wrapViewProps) {
53
- t3 = /*#__PURE__*/_jsxs(ActionSheetWrap, {
22
+ return /*#__PURE__*/_jsx(ActionSheetContext.Provider, {
23
+ value: actionSheetContextVal,
24
+ children: /*#__PURE__*/_jsxs(ActionSheetWrap, {
54
25
  wrapViewProps: wrapViewProps,
55
- children: [t1, t2]
56
- });
57
- $[7] = t1;
58
- $[8] = t2;
59
- $[9] = wrapViewProps;
60
- $[10] = t3;
61
- } else {
62
- t3 = $[10];
63
- }
64
- let t4;
65
- if ($[11] !== actionSheetContextVal || $[12] !== t3) {
66
- t4 = /*#__PURE__*/_jsx(ActionSheetContext.Provider, {
67
- value: actionSheetContextVal,
68
- children: t3
69
- });
70
- $[11] = actionSheetContextVal;
71
- $[12] = t3;
72
- $[13] = t4;
73
- } else {
74
- t4 = $[13];
75
- }
76
- return t4;
26
+ children: [/*#__PURE__*/_jsx(ActionSheetHeader, {
27
+ headerShowIcon: headerShowIcon,
28
+ headerWrapProps: headerWrapProps,
29
+ headerTextProps: headerTextProps,
30
+ headerIconButtonProps: headerIconButtonProps
31
+ }), /*#__PURE__*/_jsx(ActionSheetListViewContent, {
32
+ listProps: listProps
33
+ })]
34
+ })
35
+ });
77
36
  };
78
37
  export default ActionSheetListView;
79
38
  //# sourceMappingURL=ActionSheetListView.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["useActionSheetListView","ActionSheetContext","ActionSheetHeader","ActionSheetListViewContent","ActionSheetWrap","jsx","_jsx","jsxs","_jsxs","ActionSheetListView","t0","$","_c","title","expandable","listProps","onDismiss","dismissable","wrapViewProps","headerShowIcon","headerWrapProps","headerTextProps","headerIconButtonProps","actionSheetContextVal","t1","t2","t3","children","t4","Provider"],"sourceRoot":"../../../../../src","sources":["components/overlay/actionSheet/ActionSheetListView.tsx"],"mappings":";;;AACA,SAASA,sBAAsB,QAAQ,2BAAwB;AAE/D,SAASC,kBAAkB,QAAQ,iCAA8B;AACjE,OAAOC,iBAAiB,MAAM,wBAAqB;AACnD,OAAOC,0BAA0B,MAAM,iCAA8B;AACrE,OAAOC,eAAe,MAAM,sBAAmB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAEhD,MAAMC,mBAAiD,GAAGC,EAAA;EAAA,MAAAC,CAAA,GAAAC,EAAA;EAAC;IAAAC,KAAA;IAAAC,UAAA;IAAAC,SAAA;IAAAC,SAAA;IAAAC,WAAA;IAAAC,aAAA;IAAAC,cAAA;IAAAC,eAAA;IAAAC,eAAA;IAAAC;EAAA,IAAAZ,EAW1D;EACC,MAAAa,qBAAA,GAA8BvB,sBAAsB,CAClDa,KAAK,EACLC,UAAU,EACVC,SAAS,EACTC,SAAS,EACTC,WACF,CAAC;EAAC,IAAAO,EAAA;EAAA,IAAAb,CAAA,QAAAW,qBAAA,IAAAX,CAAA,QAAAQ,cAAA,IAAAR,CAAA,QAAAU,eAAA,IAAAV,CAAA,QAAAS,eAAA;IAKII,EAAA,gBAAAlB,IAAA,CAACJ,iBAAiB;MACAiB,cAAc,EAAdA,cAAc;MACbC,eAAe,EAAfA,eAAe;MACfC,eAAe,EAAfA,eAAe;MACTC,qBAAqB,EAArBA;IAAqB,CAC7C,CAAC;IAAAX,CAAA,MAAAW,qBAAA;IAAAX,CAAA,MAAAQ,cAAA;IAAAR,CAAA,MAAAU,eAAA;IAAAV,CAAA,MAAAS,eAAA;IAAAT,CAAA,MAAAa,EAAA;EAAA;IAAAA,EAAA,GAAAb,CAAA;EAAA;EAAA,IAAAc,EAAA;EAAA,IAAAd,CAAA,QAAAI,SAAA;IACFU,EAAA,gBAAAnB,IAAA,CAACH,0BAA0B;MAAYY,SAAS,EAATA;IAAS,CAAG,CAAC;IAAAJ,CAAA,MAAAI,SAAA;IAAAJ,CAAA,MAAAc,EAAA;EAAA;IAAAA,EAAA,GAAAd,CAAA;EAAA;EAAA,IAAAe,EAAA;EAAA,IAAAf,CAAA,QAAAa,EAAA,IAAAb,CAAA,QAAAc,EAAA,IAAAd,CAAA,QAAAO,aAAA;IAPtDQ,EAAA,gBAAAlB,KAAA,CAACJ,eAAe;MAAgBc,aAAa,EAAbA,aAAa;MAAAS,QAAA,GAC3CH,EAKE,EACFC,EAAoD;IAAA,CACrC,CAAC;IAAAd,CAAA,MAAAa,EAAA;IAAAb,CAAA,MAAAc,EAAA;IAAAd,CAAA,MAAAO,aAAA;IAAAP,CAAA,OAAAe,EAAA;EAAA;IAAAA,EAAA,GAAAf,CAAA;EAAA;EAAA,IAAAiB,EAAA;EAAA,IAAAjB,CAAA,SAAAY,qBAAA,IAAAZ,CAAA,SAAAe,EAAA;IATpBE,EAAA,gBAAAtB,IAAA,CAAAL,kBAAA,CAAA4B,QAAA;MAAoCN,KAAqB,EAArBA,qBAAqB;MAAAI,QAAA,EACvDD;IAQkB,CACS,CAAC;IAAAf,CAAA,OAAAY,qBAAA;IAAAZ,CAAA,OAAAe,EAAA;IAAAf,CAAA,OAAAiB,EAAA;EAAA;IAAAA,EAAA,GAAAjB,CAAA;EAAA;EAAA,OAV9BiB,EAU8B;AAAA,CAEjC;AAED,eAAenB,mBAAmB","ignoreList":[]}
1
+ {"version":3,"names":["useActionSheetListView","ActionSheetContext","ActionSheetHeader","ActionSheetListViewContent","ActionSheetWrap","jsx","_jsx","jsxs","_jsxs","ActionSheetListView","title","expandable","listProps","onDismiss","dismissable","wrapViewProps","headerShowIcon","headerWrapProps","headerTextProps","headerIconButtonProps","actionSheetContextVal","Provider","value","children"],"sourceRoot":"../../../../../src","sources":["components/overlay/actionSheet/ActionSheetListView.tsx"],"mappings":";;AACA,SAASA,sBAAsB,QAAQ,2BAAwB;AAE/D,SAASC,kBAAkB,QAAQ,iCAA8B;AACjE,OAAOC,iBAAiB,MAAM,wBAAqB;AACnD,OAAOC,0BAA0B,MAAM,iCAA8B;AACrE,OAAOC,eAAe,MAAM,sBAAmB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAEhD,MAAMC,mBAAiD,GAAGA,CAAC;EACzDC,KAAK;EACLC,UAAU;EACVC,SAAS;EACTC,SAAS;EACTC,WAAW;EACXC,aAAa;EACbC,cAAc;EACdC,eAAe;EACfC,eAAe;EACfC;AACF,CAAC,KAAK;EACJ,MAAMC,qBAAqB,GAAGpB,sBAAsB,CAClDU,KAAK,EACLC,UAAU,EACVC,SAAS,EACTC,SAAS,EACTC,WACF,CAAC;EAED,oBACER,IAAA,CAACL,kBAAkB,CAACoB,QAAQ;IAACC,KAAK,EAAEF,qBAAsB;IAAAG,QAAA,eACxDf,KAAA,CAACJ,eAAe;MAACW,aAAa,EAAEA,aAAc;MAAAQ,QAAA,gBAC5CjB,IAAA,CAACJ,iBAAiB;QAChBc,cAAc,EAAEA,cAAe;QAC/BC,eAAe,EAAEA,eAAgB;QACjCC,eAAe,EAAEA,eAAgB;QACjCC,qBAAqB,EAAEA;MAAsB,CAC9C,CAAC,eACFb,IAAA,CAACH,0BAA0B;QAACS,SAAS,EAAEA;MAAU,CAAE,CAAC;IAAA,CACrC;EAAC,CACS,CAAC;AAElC,CAAC;AAED,eAAeH,mBAAmB","ignoreList":[]}
@@ -1,52 +1,27 @@
1
1
  "use strict";
2
2
 
3
- import { c as _c } from "react/compiler-runtime";
4
3
  import { useLayoutEffect } from 'react';
5
4
  import { getActionSheetContext } from "../../../utils/overlay/func.js";
6
5
  import List from "../../list/List.js";
7
6
  import ActionSheetContentGesture from "./ActionSheetContentGesture.js";
8
7
  import { jsx as _jsx } from "react/jsx-runtime";
9
- const ActionSheetListViewContent = t0 => {
10
- const $ = _c(4);
11
- const {
12
- listProps
13
- } = t0;
14
- let t1;
15
- if ($[0] === Symbol.for("react.memo_cache_sentinel")) {
16
- t1 = getActionSheetContext();
17
- $[0] = t1;
18
- } else {
19
- t1 = $[0];
20
- }
8
+ const ActionSheetListViewContent = ({
9
+ listProps
10
+ }) => {
21
11
  const {
22
12
  contentAnimatedRefObj,
23
13
  setContentHeight
24
- } = t1;
25
- let t2;
26
- if ($[1] === Symbol.for("react.memo_cache_sentinel")) {
27
- t2 = () => {
28
- const contentHeight = contentAnimatedRefObj.current?.getChildContainerDimensions().height;
29
- setContentHeight?.(contentHeight ?? 0);
30
- };
31
- $[1] = t2;
32
- } else {
33
- t2 = $[1];
34
- }
35
- useLayoutEffect(t2);
36
- let t3;
37
- if ($[2] !== listProps) {
38
- t3 = /*#__PURE__*/_jsx(ActionSheetContentGesture, {
39
- children: /*#__PURE__*/_jsx(List, {
40
- ref: contentAnimatedRefObj,
41
- ...listProps
42
- })
43
- });
44
- $[2] = listProps;
45
- $[3] = t3;
46
- } else {
47
- t3 = $[3];
48
- }
49
- return t3;
14
+ } = getActionSheetContext();
15
+ useLayoutEffect(() => {
16
+ const contentHeight = contentAnimatedRefObj.current?.getChildContainerDimensions().height;
17
+ setContentHeight?.(contentHeight ?? 0);
18
+ });
19
+ return /*#__PURE__*/_jsx(ActionSheetContentGesture, {
20
+ children: /*#__PURE__*/_jsx(List, {
21
+ ref: contentAnimatedRefObj,
22
+ ...listProps
23
+ })
24
+ });
50
25
  };
51
26
  export default ActionSheetListViewContent;
52
27
  //# sourceMappingURL=ActionSheetListViewContent.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["useLayoutEffect","getActionSheetContext","List","ActionSheetContentGesture","jsx","_jsx","ActionSheetListViewContent","t0","$","_c","listProps","t1","Symbol","for","contentAnimatedRefObj","setContentHeight","t2","contentHeight","current","getChildContainerDimensions","height","t3","children","ref"],"sourceRoot":"../../../../../src","sources":["components/overlay/actionSheet/ActionSheetListViewContent.tsx"],"mappings":";;;AAAA,SAASA,eAAe,QAAiB,OAAO;AAKhD,SAASC,qBAAqB,QAAQ,gCAA6B;AACnE,OAAOC,IAAI,MAAM,oBAAiB;AAClC,OAAOC,yBAAyB,MAAM,gCAA6B;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAEpE,MAAMC,0BAEL,GAAGC,EAAA;EAAA,MAAAC,CAAA,GAAAC,EAAA;EAAC;IAAAC;EAAA,IAAAH,EAAa;EAAA,IAAAI,EAAA;EAAA,IAAAH,CAAA,QAAAI,MAAA,CAAAC,GAAA;IACoCF,EAAA,GAAAV,qBAAqB,CAAC,CAAC;IAAAO,CAAA,MAAAG,EAAA;EAAA;IAAAA,EAAA,GAAAH,CAAA;EAAA;EAA3E;IAAAM,qBAAA;IAAAC;EAAA,IAAoDJ,EAAuB;EAAC,IAAAK,EAAA;EAAA,IAAAR,CAAA,QAAAI,MAAA,CAAAC,GAAA;IAC5DG,EAAA,GAAAA,CAAA;MACd,MAAAC,aAAA,GACEH,qBAAqB,CAAAI,OACe,EAAAC,2BAAE,CAAM,CAAC,CAAAC,MAAA;MAC/CL,gBAAgB,GAAGE,aAAkB,IAAlB,CAAkB,CAAC;IAAA,CACvC;IAAAT,CAAA,MAAAQ,EAAA;EAAA;IAAAA,EAAA,GAAAR,CAAA;EAAA;EALDR,eAAe,CAACgB,EAKf,CAAC;EAAA,IAAAK,EAAA;EAAA,IAAAb,CAAA,QAAAE,SAAA;IAGAW,EAAA,gBAAAhB,IAAA,CAACF,yBAAyB;MAAAmB,QAAA,eACxBjB,IAAA,CAACH,IAAI;QACEqB,GAAsD,EAAtDT,qBAAsD;QAAA,GACvDJ;MAAS,CACd;IAAC,CACuB,CAAC;IAAAF,CAAA,MAAAE,SAAA;IAAAF,CAAA,MAAAa,EAAA;EAAA;IAAAA,EAAA,GAAAb,CAAA;EAAA;EAAA,OAL5Ba,EAK4B;AAAA,CAE/B;AAED,eAAef,0BAA0B","ignoreList":[]}
1
+ {"version":3,"names":["useLayoutEffect","getActionSheetContext","List","ActionSheetContentGesture","jsx","_jsx","ActionSheetListViewContent","listProps","contentAnimatedRefObj","setContentHeight","contentHeight","current","getChildContainerDimensions","height","children","ref"],"sourceRoot":"../../../../../src","sources":["components/overlay/actionSheet/ActionSheetListViewContent.tsx"],"mappings":";;AAAA,SAASA,eAAe,QAAiB,OAAO;AAKhD,SAASC,qBAAqB,QAAQ,gCAA6B;AACnE,OAAOC,IAAI,MAAM,oBAAiB;AAClC,OAAOC,yBAAyB,MAAM,gCAA6B;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAEpE,MAAMC,0BAEL,GAAGA,CAAC;EAAEC;AAAU,CAAC,KAAK;EACrB,MAAM;IAAEC,qBAAqB;IAAEC;EAAiB,CAAC,GAAGR,qBAAqB,CAAC,CAAC;EAC3ED,eAAe,CAAC,MAAM;IACpB,MAAMU,aAAa,GACjBF,qBAAqB,CACrBG,OAAO,EAAEC,2BAA2B,CAAC,CAAC,CAACC,MAAM;IAC/CJ,gBAAgB,GAAGC,aAAa,IAAI,CAAC,CAAC;EACxC,CAAC,CAAC;EAEF,oBACEL,IAAA,CAACF,yBAAyB;IAAAW,QAAA,eACxBT,IAAA,CAACH,IAAI;MACHa,GAAG,EAAEP,qBAAuD;MAAA,GACxDD;IAAS,CACd;EAAC,CACuB,CAAC;AAEhC,CAAC;AAED,eAAeD,0BAA0B","ignoreList":[]}
@@ -1,76 +1,43 @@
1
1
  "use strict";
2
2
 
3
- import { c as _c } from "react/compiler-runtime";
4
3
  /** @internal */
4
+
5
5
  import { useActionSheetOnDismiss, useActionSheetOptItemSize } from "../../../hooks/overlay.js";
6
6
  import { getActionSheetContext } from "../../../utils/overlay/func.js";
7
7
  import List from "../../list/List.js";
8
8
  import ActionSheetContentGesture from "./ActionSheetContentGesture.js";
9
9
  import ActionSheetOptListItem from "./ActionSheetOptListItem.js";
10
10
  import { jsx as _jsx } from "react/jsx-runtime";
11
- const ActionSheetOptList = t0 => {
12
- const $ = _c(9);
13
- const {
14
- opts,
15
- optListProps,
16
- optListItemProps
17
- } = t0;
11
+ const ActionSheetOptList = ({
12
+ opts,
13
+ optListProps,
14
+ optListItemProps
15
+ }) => {
18
16
  const {
19
17
  insetsStyle
20
18
  } = useActionSheetOptItemSize(optListProps);
21
19
  const onDismiss = useActionSheetOnDismiss();
22
- let t1;
23
- if ($[0] === Symbol.for("react.memo_cache_sentinel")) {
24
- t1 = getActionSheetContext();
25
- $[0] = t1;
26
- } else {
27
- t1 = $[0];
28
- }
29
20
  const {
30
21
  contentAnimatedRefObj
31
- } = t1;
32
- const keyExtractor = _temp;
33
- let t2;
34
- if ($[1] !== onDismiss || $[2] !== optListItemProps) {
35
- t2 = {
36
- optListItemProps,
37
- onDismiss
38
- };
39
- $[1] = onDismiss;
40
- $[2] = optListItemProps;
41
- $[3] = t2;
42
- } else {
43
- t2 = $[3];
44
- }
45
- const extraData = t2;
46
- let t3;
47
- if ($[4] !== extraData || $[5] !== insetsStyle || $[6] !== optListProps || $[7] !== opts) {
48
- t3 = /*#__PURE__*/_jsx(ActionSheetContentGesture, {
49
- children: /*#__PURE__*/_jsx(List, {
50
- ref: contentAnimatedRefObj,
51
- data: opts,
52
- Item: ActionSheetOptListItem,
53
- keyExtractor: keyExtractor,
54
- extraData: extraData,
55
- contentContainerStyle: insetsStyle,
56
- ...optListProps
57
- })
58
- });
59
- $[4] = extraData;
60
- $[5] = insetsStyle;
61
- $[6] = optListProps;
62
- $[7] = opts;
63
- $[8] = t3;
64
- } else {
65
- t3 = $[8];
66
- }
67
- return t3;
22
+ } = getActionSheetContext();
23
+ const keyExtractor = ({
24
+ text
25
+ }, index) => `${text}_${index}`;
26
+ const extraData = {
27
+ optListItemProps,
28
+ onDismiss
29
+ };
30
+ return /*#__PURE__*/_jsx(ActionSheetContentGesture, {
31
+ children: /*#__PURE__*/_jsx(List, {
32
+ ref: contentAnimatedRefObj,
33
+ data: opts,
34
+ Item: ActionSheetOptListItem,
35
+ keyExtractor: keyExtractor,
36
+ extraData: extraData,
37
+ contentContainerStyle: insetsStyle,
38
+ ...optListProps
39
+ })
40
+ });
68
41
  };
69
42
  export default ActionSheetOptList;
70
- function _temp(t0, index) {
71
- const {
72
- text
73
- } = t0;
74
- return `${text}_${index}`;
75
- }
76
43
  //# sourceMappingURL=ActionSheetOptList.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["useActionSheetOnDismiss","useActionSheetOptItemSize","getActionSheetContext","List","ActionSheetContentGesture","ActionSheetOptListItem","jsx","_jsx","ActionSheetOptList","t0","$","_c","opts","optListProps","optListItemProps","insetsStyle","onDismiss","t1","Symbol","for","contentAnimatedRefObj","keyExtractor","_temp","t2","extraData","t3","children","ref","index","text"],"sourceRoot":"../../../../../src","sources":["components/overlay/actionSheet/ActionSheetOptList.tsx"],"mappings":";;;AAAA;AAEA,SACEA,uBAAuB,EACvBC,yBAAyB,QACpB,2BAAwB;AAQ/B,SAASC,qBAAqB,QAAQ,gCAA6B;AACnE,OAAOC,IAAI,MAAM,oBAAiB;AAClC,OAAOC,yBAAyB,MAAM,gCAA6B;AACnE,OAAOC,sBAAsB,MAAM,6BAA0B;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAE9D,MAAMC,kBAEL,GAAGC,EAAA;EAAA,MAAAC,CAAA,GAAAC,EAAA;EAAC;IAAAC,IAAA;IAAAC,YAAA;IAAAC;EAAA,IAAAL,EAAwC;EAC3C;IAAAM;EAAA,IAAwBd,yBAAyB,CAACY,YAAY,CAAC;EAC/D,MAAAG,SAAA,GAAkBhB,uBAAuB,CAAC,CAAC;EAAC,IAAAiB,EAAA;EAAA,IAAAP,CAAA,QAAAQ,MAAA,CAAAC,GAAA;IAEVF,EAAA,GAAAf,qBAAqB,CAAC,CAAC;IAAAQ,CAAA,MAAAO,EAAA;EAAA;IAAAA,EAAA,GAAAP,CAAA;EAAA;EAAzD;IAAAU;EAAA,IAAkCH,EAAuB;EACzD,MAAAI,YAAA,GAAuDC,KACnC;EAAC,IAAAC,EAAA;EAAA,IAAAb,CAAA,QAAAM,SAAA,IAAAN,CAAA,QAAAI,gBAAA;IAC0BS,EAAA;MAAAT,gBAAA;MAAAE;IAG/C,CAAC;IAAAN,CAAA,MAAAM,SAAA;IAAAN,CAAA,MAAAI,gBAAA;IAAAJ,CAAA,MAAAa,EAAA;EAAA;IAAAA,EAAA,GAAAb,CAAA;EAAA;EAHD,MAAAc,SAAA,GAA+CD,EAG9C;EAAC,IAAAE,EAAA;EAAA,IAAAf,CAAA,QAAAc,SAAA,IAAAd,CAAA,QAAAK,WAAA,IAAAL,CAAA,QAAAG,YAAA,IAAAH,CAAA,QAAAE,IAAA;IAGAa,EAAA,gBAAAlB,IAAA,CAACH,yBAAyB;MAAAsB,QAAA,eACxBnB,IAAA,CAACJ,IAAI;QACEwB,GAAiD,EAAjDP,qBAAiD;QAChDR,IAAI,EAAJA,IAAI;QACJP,IAAsB,EAAtBA,sBAAsB;QACdgB,YAAY,EAAZA,YAAY;QACfG,SAAS,EAATA,SAAS;QACGT,qBAAW,EAAXA,WAAW;QAAA,GAC9BF;MAAY,CACjB;IAAC,CACuB,CAAC;IAAAH,CAAA,MAAAc,SAAA;IAAAd,CAAA,MAAAK,WAAA;IAAAL,CAAA,MAAAG,YAAA;IAAAH,CAAA,MAAAE,IAAA;IAAAF,CAAA,MAAAe,EAAA;EAAA;IAAAA,EAAA,GAAAf,CAAA;EAAA;EAAA,OAV5Be,EAU4B;AAAA,CAE/B;AAED,eAAejB,kBAAkB;AA3B7B,SAAAc,MAAAb,EAAA,EAAAmB,KAAA;EAKsD;IAAAC;EAAA,IAAApB,EAAQ;EAAA,OAC9D,GAAGoB,IAAI,IAAID,KAAK,EAAE;AAAA","ignoreList":[]}
1
+ {"version":3,"names":["useActionSheetOnDismiss","useActionSheetOptItemSize","getActionSheetContext","List","ActionSheetContentGesture","ActionSheetOptListItem","jsx","_jsx","ActionSheetOptList","opts","optListProps","optListItemProps","insetsStyle","onDismiss","contentAnimatedRefObj","keyExtractor","text","index","extraData","children","ref","data","Item","contentContainerStyle"],"sourceRoot":"../../../../../src","sources":["components/overlay/actionSheet/ActionSheetOptList.tsx"],"mappings":";;AAAA;;AAEA,SACEA,uBAAuB,EACvBC,yBAAyB,QACpB,2BAAwB;AAQ/B,SAASC,qBAAqB,QAAQ,gCAA6B;AACnE,OAAOC,IAAI,MAAM,oBAAiB;AAClC,OAAOC,yBAAyB,MAAM,gCAA6B;AACnE,OAAOC,sBAAsB,MAAM,6BAA0B;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAE9D,MAAMC,kBAEL,GAAGA,CAAC;EAAEC,IAAI;EAAEC,YAAY;EAAEC;AAAiB,CAAC,KAAK;EAChD,MAAM;IAAEC;EAAY,CAAC,GAAGX,yBAAyB,CAACS,YAAY,CAAC;EAC/D,MAAMG,SAAS,GAAGb,uBAAuB,CAAC,CAAC;EAE3C,MAAM;IAAEc;EAAsB,CAAC,GAAGZ,qBAAqB,CAAC,CAAC;EACzD,MAAMa,YAA8C,GAAGA,CAAC;IAAEC;EAAK,CAAC,EAAEC,KAAK,KACrE,GAAGD,IAAI,IAAIC,KAAK,EAAE;EACpB,MAAMC,SAAsC,GAAG;IAC7CP,gBAAgB;IAChBE;EACF,CAAC;EAED,oBACEN,IAAA,CAACH,yBAAyB;IAAAe,QAAA,eACxBZ,IAAA,CAACJ,IAAI;MACHiB,GAAG,EAAEN,qBAAkD;MACvDO,IAAI,EAAEZ,IAAK;MACXa,IAAI,EAAEjB,sBAAuB;MAC7BU,YAAY,EAAEA,YAAa;MAC3BG,SAAS,EAAEA,SAAU;MACrBK,qBAAqB,EAAEX,WAAY;MAAA,GAC/BF;IAAY,CACjB;EAAC,CACuB,CAAC;AAEhC,CAAC;AAED,eAAeF,kBAAkB","ignoreList":[]}
@@ -1,61 +1,37 @@
1
1
  "use strict";
2
2
 
3
- import { c as _c } from "react/compiler-runtime";
4
3
  /** @internal */
4
+
5
5
  import { actionSheetOptListItemPadding, actionSheetOptListItemTextVariant } from "../../../utils/overlay/const.js";
6
6
  import ThemedButton from "../../button/ThemedButton.js";
7
7
  import { jsx as _jsx } from "react/jsx-runtime";
8
- const ActionSheetOptListItem = t0 => {
9
- const $ = _c(9);
10
- const {
11
- item: t1,
12
- extraData
13
- } = t0;
14
- const {
8
+ const ActionSheetOptListItem = ({
9
+ item: {
15
10
  text,
16
11
  onPress,
17
12
  props
18
- } = t1;
13
+ },
14
+ extraData
15
+ }) => {
19
16
  const {
20
17
  optListItemProps,
21
18
  onDismiss
22
19
  } = extraData;
23
- let t2;
24
- if ($[0] !== onDismiss || $[1] !== onPress || $[2] !== text) {
25
- t2 = event => {
26
- onPress?.(event);
27
- onDismiss(text);
28
- };
29
- $[0] = onDismiss;
30
- $[1] = onPress;
31
- $[2] = text;
32
- $[3] = t2;
33
- } else {
34
- t2 = $[3];
35
- }
36
- const onItemPress = t2;
37
- let t3;
38
- if ($[4] !== onItemPress || $[5] !== optListItemProps || $[6] !== props || $[7] !== text) {
39
- t3 = /*#__PURE__*/_jsx(ThemedButton, {
40
- onPress: onItemPress,
41
- alignItems: "flex-start",
42
- paddingVertical: actionSheetOptListItemPadding,
43
- backgroundColor: "background",
44
- text: text,
45
- textVariant: actionSheetOptListItemTextVariant,
46
- textColor: "text",
47
- ...optListItemProps,
48
- ...props
49
- });
50
- $[4] = onItemPress;
51
- $[5] = optListItemProps;
52
- $[6] = props;
53
- $[7] = text;
54
- $[8] = t3;
55
- } else {
56
- t3 = $[8];
57
- }
58
- return t3;
20
+ const onItemPress = event => {
21
+ onPress?.(event);
22
+ onDismiss(text);
23
+ };
24
+ return /*#__PURE__*/_jsx(ThemedButton, {
25
+ onPress: onItemPress,
26
+ alignItems: 'flex-start',
27
+ paddingVertical: actionSheetOptListItemPadding,
28
+ backgroundColor: 'background',
29
+ text: text,
30
+ textVariant: actionSheetOptListItemTextVariant,
31
+ textColor: 'text',
32
+ ...optListItemProps,
33
+ ...props
34
+ });
59
35
  };
60
36
  export default ActionSheetOptListItem;
61
37
  //# sourceMappingURL=ActionSheetOptListItem.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["actionSheetOptListItemPadding","actionSheetOptListItemTextVariant","ThemedButton","jsx","_jsx","ActionSheetOptListItem","t0","$","_c","item","t1","extraData","text","onPress","props","optListItemProps","onDismiss","t2","event","onItemPress","t3","alignItems","backgroundColor","textVariant","textColor"],"sourceRoot":"../../../../../src","sources":["components/overlay/actionSheet/ActionSheetOptListItem.tsx"],"mappings":";;;AAAA;AAQA,SACEA,6BAA6B,EAC7BC,iCAAiC,QAC5B,iCAA8B;AACrC,OAAOC,YAAY,MAAM,8BAA2B;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAErD,MAAMC,sBAAyD,GAAGC,EAAA;EAAA,MAAAC,CAAA,GAAAC,EAAA;EAAC;IAAAC,IAAA,EAAAC,EAAA;IAAAC;EAAA,IAAAL,EAGlE;EAFO;IAAAM,IAAA;IAAAC,OAAA;IAAAC;EAAA,IAAAJ,EAAwB;EAG9B;IAAAK,gBAAA;IAAAC;EAAA,IACEL,SAAS;EAAgC,IAAAM,EAAA;EAAA,IAAAV,CAAA,QAAAS,SAAA,IAAAT,CAAA,QAAAM,OAAA,IAAAN,CAAA,QAAAK,IAAA;IACOK,EAAA,GAAAC,KAAA;MAChDL,OAAO,GAAGK,KAAK,CAAC;MAChBF,SAAS,CAACJ,IAAI,CAAC;IAAA,CAChB;IAAAL,CAAA,MAAAS,SAAA;IAAAT,CAAA,MAAAM,OAAA;IAAAN,CAAA,MAAAK,IAAA;IAAAL,CAAA,MAAAU,EAAA;EAAA;IAAAA,EAAA,GAAAV,CAAA;EAAA;EAHD,MAAAY,WAAA,GAAkDF,EAGjD;EAAC,IAAAG,EAAA;EAAA,IAAAb,CAAA,QAAAY,WAAA,IAAAZ,CAAA,QAAAQ,gBAAA,IAAAR,CAAA,QAAAO,KAAA,IAAAP,CAAA,QAAAK,IAAA;IAGAQ,EAAA,gBAAAhB,IAAA,CAACF,YAAY;MACFiB,OAAW,EAAXA,WAAW;MACRE,UAAY,EAAZ,YAAY;MACPrB,eAA6B,EAA7BA,6BAA6B;MAC7BsB,eAAY,EAAZ,YAAY;MACvBV,IAAI,EAAJA,IAAI;MAERW,WAAqE,EAArEtB,iCAAqE;MAE5DuB,SAAM,EAAN,MAAM;MAAA,GACbT,gBAAgB;MAAA,GAChBD;IAAK,CACV,CAAC;IAAAP,CAAA,MAAAY,WAAA;IAAAZ,CAAA,MAAAQ,gBAAA;IAAAR,CAAA,MAAAO,KAAA;IAAAP,CAAA,MAAAK,IAAA;IAAAL,CAAA,MAAAa,EAAA;EAAA;IAAAA,EAAA,GAAAb,CAAA;EAAA;EAAA,OAZFa,EAYE;AAAA,CAEL;AAED,eAAef,sBAAsB","ignoreList":[]}
1
+ {"version":3,"names":["actionSheetOptListItemPadding","actionSheetOptListItemTextVariant","ThemedButton","jsx","_jsx","ActionSheetOptListItem","item","text","onPress","props","extraData","optListItemProps","onDismiss","onItemPress","event","alignItems","paddingVertical","backgroundColor","textVariant","textColor"],"sourceRoot":"../../../../../src","sources":["components/overlay/actionSheet/ActionSheetOptListItem.tsx"],"mappings":";;AAAA;;AAQA,SACEA,6BAA6B,EAC7BC,iCAAiC,QAC5B,iCAA8B;AACrC,OAAOC,YAAY,MAAM,8BAA2B;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAErD,MAAMC,sBAAyD,GAAGA,CAAC;EACjEC,IAAI,EAAE;IAAEC,IAAI;IAAEC,OAAO;IAAEC;EAAM,CAAC;EAC9BC;AACF,CAAC,KAAK;EACJ,MAAM;IAAEC,gBAAgB;IAAEC;EAAU,CAAC,GACnCF,SAAwC;EAC1C,MAAMG,WAAyC,GAAIC,KAAK,IAAK;IAC3DN,OAAO,GAAGM,KAAK,CAAC;IAChBF,SAAS,CAACL,IAAI,CAAC;EACjB,CAAC;EAED,oBACEH,IAAA,CAACF,YAAY;IACXM,OAAO,EAAEK,WAAY;IACrBE,UAAU,EAAE,YAAa;IACzBC,eAAe,EAAEhB,6BAA8B;IAC/CiB,eAAe,EAAE,YAAa;IAC9BV,IAAI,EAAEA,IAAK;IACXW,WAAW,EACTjB,iCACD;IACDkB,SAAS,EAAE,MAAO;IAAA,GACdR,gBAAgB;IAAA,GAChBF;EAAK,CACV,CAAC;AAEN,CAAC;AAED,eAAeJ,sBAAsB","ignoreList":[]}
@@ -1,86 +1,44 @@
1
1
  "use strict";
2
2
 
3
- import { c as _c } from "react/compiler-runtime";
4
3
  /** @internal */
4
+
5
5
  import { useActionSheetOpts } from "../../../hooks/overlay.js";
6
6
  import { ActionSheetContext } from "../../../utils/overlay/const.js";
7
7
  import ActionSheetHeader from "./ActionSheetHeader.js";
8
8
  import ActionSheetOptList from "./ActionSheetOptList.js";
9
9
  import ActionSheetWrap from "./ActionSheetWrap.js";
10
10
  import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
11
- const ActionSheetOpts = t0 => {
12
- const $ = _c(16);
13
- const {
14
- title,
15
- expandable,
16
- opts,
17
- optListProps,
18
- optListItemProps,
19
- onDismiss,
20
- dismissable,
21
- wrapViewProps,
22
- headerShowIcon,
23
- headerWrapProps,
24
- headerTextProps,
25
- headerIconButtonProps
26
- } = t0;
11
+ const ActionSheetOpts = ({
12
+ title,
13
+ expandable,
14
+ opts,
15
+ optListProps,
16
+ optListItemProps,
17
+ onDismiss,
18
+ dismissable,
19
+ wrapViewProps,
20
+ headerShowIcon,
21
+ headerWrapProps,
22
+ headerTextProps,
23
+ headerIconButtonProps
24
+ }) => {
27
25
  const actionSheetContextVal = useActionSheetOpts(title, expandable, opts, optListProps, onDismiss, dismissable);
28
- let t1;
29
- if ($[0] !== headerIconButtonProps || $[1] !== headerShowIcon || $[2] !== headerTextProps || $[3] !== headerWrapProps) {
30
- t1 = /*#__PURE__*/_jsx(ActionSheetHeader, {
31
- headerShowIcon: headerShowIcon,
32
- headerWrapProps: headerWrapProps,
33
- headerTextProps: headerTextProps,
34
- headerIconButtonProps: headerIconButtonProps
35
- });
36
- $[0] = headerIconButtonProps;
37
- $[1] = headerShowIcon;
38
- $[2] = headerTextProps;
39
- $[3] = headerWrapProps;
40
- $[4] = t1;
41
- } else {
42
- t1 = $[4];
43
- }
44
- let t2;
45
- if ($[5] !== optListItemProps || $[6] !== optListProps || $[7] !== opts) {
46
- t2 = /*#__PURE__*/_jsx(ActionSheetOptList, {
47
- opts: opts,
48
- optListProps: optListProps,
49
- optListItemProps: optListItemProps
50
- });
51
- $[5] = optListItemProps;
52
- $[6] = optListProps;
53
- $[7] = opts;
54
- $[8] = t2;
55
- } else {
56
- t2 = $[8];
57
- }
58
- let t3;
59
- if ($[9] !== t1 || $[10] !== t2 || $[11] !== wrapViewProps) {
60
- t3 = /*#__PURE__*/_jsxs(ActionSheetWrap, {
26
+ return /*#__PURE__*/_jsx(ActionSheetContext.Provider, {
27
+ value: actionSheetContextVal,
28
+ children: /*#__PURE__*/_jsxs(ActionSheetWrap, {
61
29
  wrapViewProps: wrapViewProps,
62
- children: [t1, t2]
63
- });
64
- $[9] = t1;
65
- $[10] = t2;
66
- $[11] = wrapViewProps;
67
- $[12] = t3;
68
- } else {
69
- t3 = $[12];
70
- }
71
- let t4;
72
- if ($[13] !== actionSheetContextVal || $[14] !== t3) {
73
- t4 = /*#__PURE__*/_jsx(ActionSheetContext.Provider, {
74
- value: actionSheetContextVal,
75
- children: t3
76
- });
77
- $[13] = actionSheetContextVal;
78
- $[14] = t3;
79
- $[15] = t4;
80
- } else {
81
- t4 = $[15];
82
- }
83
- return t4;
30
+ children: [/*#__PURE__*/_jsx(ActionSheetHeader, {
31
+ headerShowIcon: headerShowIcon,
32
+ headerWrapProps: headerWrapProps,
33
+ headerTextProps: headerTextProps,
34
+ headerIconButtonProps: headerIconButtonProps
35
+ }), /*#__PURE__*/_jsx(ActionSheetOptList, {
36
+ opts: opts,
37
+ optListProps: optListProps,
38
+ optListItemProps: optListItemProps
39
+ })]
40
+ })
41
+ });
84
42
  };
85
43
  export default ActionSheetOpts;
86
44
  //# sourceMappingURL=ActionSheetOpts.js.map
@@ -1 +1 @@
1
- {"version":3,"names":["useActionSheetOpts","ActionSheetContext","ActionSheetHeader","ActionSheetOptList","ActionSheetWrap","jsx","_jsx","jsxs","_jsxs","ActionSheetOpts","t0","$","_c","title","expandable","opts","optListProps","optListItemProps","onDismiss","dismissable","wrapViewProps","headerShowIcon","headerWrapProps","headerTextProps","headerIconButtonProps","actionSheetContextVal","t1","t2","t3","children","t4","Provider"],"sourceRoot":"../../../../../src","sources":["components/overlay/actionSheet/ActionSheetOpts.tsx"],"mappings":";;;AAAA;AAEA,SAASA,kBAAkB,QAAQ,2BAAwB;AAE3D,SAASC,kBAAkB,QAAQ,iCAA8B;AACjE,OAAOC,iBAAiB,MAAM,wBAAqB;AACnD,OAAOC,kBAAkB,MAAM,yBAAsB;AACrD,OAAOC,eAAe,MAAM,sBAAmB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAEhD,MAAMC,eAAyC,GAAGC,EAAA;EAAA,MAAAC,CAAA,GAAAC,EAAA;EAAC;IAAAC,KAAA;IAAAC,UAAA;IAAAC,IAAA;IAAAC,YAAA;IAAAC,gBAAA;IAAAC,SAAA;IAAAC,WAAA;IAAAC,aAAA;IAAAC,cAAA;IAAAC,eAAA;IAAAC,eAAA;IAAAC;EAAA,IAAAd,EAalD;EACC,MAAAe,qBAAA,GAA8BzB,kBAAkB,CAC9Ca,KAAK,EACLC,UAAU,EACVC,IAAI,EACJC,YAAY,EACZE,SAAS,EACTC,WACF,CAAC;EAAC,IAAAO,EAAA;EAAA,IAAAf,CAAA,QAAAa,qBAAA,IAAAb,CAAA,QAAAU,cAAA,IAAAV,CAAA,QAAAY,eAAA,IAAAZ,CAAA,QAAAW,eAAA;IAKII,EAAA,gBAAApB,IAAA,CAACJ,iBAAiB;MACAmB,cAAc,EAAdA,cAAc;MACbC,eAAe,EAAfA,eAAe;MACfC,eAAe,EAAfA,eAAe;MACTC,qBAAqB,EAArBA;IAAqB,CAC7C,CAAC;IAAAb,CAAA,MAAAa,qBAAA;IAAAb,CAAA,MAAAU,cAAA;IAAAV,CAAA,MAAAY,eAAA;IAAAZ,CAAA,MAAAW,eAAA;IAAAX,CAAA,MAAAe,EAAA;EAAA;IAAAA,EAAA,GAAAf,CAAA;EAAA;EAAA,IAAAgB,EAAA;EAAA,IAAAhB,CAAA,QAAAM,gBAAA,IAAAN,CAAA,QAAAK,YAAA,IAAAL,CAAA,QAAAI,IAAA;IACFY,EAAA,gBAAArB,IAAA,CAACH,kBAAkB;MACXY,IAAI,EAAJA,IAAI;MACIC,YAAY,EAAZA,YAAY;MACRC,gBAAgB,EAAhBA;IAAgB,CACnC,CAAC;IAAAN,CAAA,MAAAM,gBAAA;IAAAN,CAAA,MAAAK,YAAA;IAAAL,CAAA,MAAAI,IAAA;IAAAJ,CAAA,MAAAgB,EAAA;EAAA;IAAAA,EAAA,GAAAhB,CAAA;EAAA;EAAA,IAAAiB,EAAA;EAAA,IAAAjB,CAAA,QAAAe,EAAA,IAAAf,CAAA,SAAAgB,EAAA,IAAAhB,CAAA,SAAAS,aAAA;IAXJQ,EAAA,gBAAApB,KAAA,CAACJ,eAAe;MAAgBgB,aAAa,EAAbA,aAAa;MAAAS,QAAA,GAC3CH,EAKE,EACFC,EAIE;IAAA,CACa,CAAC;IAAAhB,CAAA,MAAAe,EAAA;IAAAf,CAAA,OAAAgB,EAAA;IAAAhB,CAAA,OAAAS,aAAA;IAAAT,CAAA,OAAAiB,EAAA;EAAA;IAAAA,EAAA,GAAAjB,CAAA;EAAA;EAAA,IAAAmB,EAAA;EAAA,IAAAnB,CAAA,SAAAc,qBAAA,IAAAd,CAAA,SAAAiB,EAAA;IAbpBE,EAAA,gBAAAxB,IAAA,CAAAL,kBAAA,CAAA8B,QAAA;MAAoCN,KAAqB,EAArBA,qBAAqB;MAAAI,QAAA,EACvDD;IAYkB,CACS,CAAC;IAAAjB,CAAA,OAAAc,qBAAA;IAAAd,CAAA,OAAAiB,EAAA;IAAAjB,CAAA,OAAAmB,EAAA;EAAA;IAAAA,EAAA,GAAAnB,CAAA;EAAA;EAAA,OAd9BmB,EAc8B;AAAA,CAEjC;AAED,eAAerB,eAAe","ignoreList":[]}
1
+ {"version":3,"names":["useActionSheetOpts","ActionSheetContext","ActionSheetHeader","ActionSheetOptList","ActionSheetWrap","jsx","_jsx","jsxs","_jsxs","ActionSheetOpts","title","expandable","opts","optListProps","optListItemProps","onDismiss","dismissable","wrapViewProps","headerShowIcon","headerWrapProps","headerTextProps","headerIconButtonProps","actionSheetContextVal","Provider","value","children"],"sourceRoot":"../../../../../src","sources":["components/overlay/actionSheet/ActionSheetOpts.tsx"],"mappings":";;AAAA;;AAEA,SAASA,kBAAkB,QAAQ,2BAAwB;AAE3D,SAASC,kBAAkB,QAAQ,iCAA8B;AACjE,OAAOC,iBAAiB,MAAM,wBAAqB;AACnD,OAAOC,kBAAkB,MAAM,yBAAsB;AACrD,OAAOC,eAAe,MAAM,sBAAmB;AAAC,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAEhD,MAAMC,eAAyC,GAAGA,CAAC;EACjDC,KAAK;EACLC,UAAU;EACVC,IAAI;EACJC,YAAY;EACZC,gBAAgB;EAChBC,SAAS;EACTC,WAAW;EACXC,aAAa;EACbC,cAAc;EACdC,eAAe;EACfC,eAAe;EACfC;AACF,CAAC,KAAK;EACJ,MAAMC,qBAAqB,GAAGtB,kBAAkB,CAC9CU,KAAK,EACLC,UAAU,EACVC,IAAI,EACJC,YAAY,EACZE,SAAS,EACTC,WACF,CAAC;EAED,oBACEV,IAAA,CAACL,kBAAkB,CAACsB,QAAQ;IAACC,KAAK,EAAEF,qBAAsB;IAAAG,QAAA,eACxDjB,KAAA,CAACJ,eAAe;MAACa,aAAa,EAAEA,aAAc;MAAAQ,QAAA,gBAC5CnB,IAAA,CAACJ,iBAAiB;QAChBgB,cAAc,EAAEA,cAAe;QAC/BC,eAAe,EAAEA,eAAgB;QACjCC,eAAe,EAAEA,eAAgB;QACjCC,qBAAqB,EAAEA;MAAsB,CAC9C,CAAC,eACFf,IAAA,CAACH,kBAAkB;QACjBS,IAAI,EAAEA,IAAK;QACXC,YAAY,EAAEA,YAAa;QAC3BC,gBAAgB,EAAEA;MAAiB,CACpC,CAAC;IAAA,CACa;EAAC,CACS,CAAC;AAElC,CAAC;AAED,eAAeL,eAAe","ignoreList":[]}