@tamagui/react-native-web-lite 2.0.0-rc.3 → 2.0.0-rc.30

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 (676) hide show
  1. package/dist/cjs/Libraries/Pressability/Pressability.cjs +26 -0
  2. package/dist/cjs/Libraries/Pressability/usePressability.cjs +26 -0
  3. package/dist/cjs/ScrollView/ScrollViewBase.cjs +9 -7
  4. package/dist/cjs/ScrollView/index.cjs +31 -0
  5. package/dist/cjs/createReactDOMStyle.cjs +4 -2
  6. package/dist/cjs/index.js +76 -18
  7. package/dist/cjs/preprocess.cjs +1 -0
  8. package/dist/cjs/without-animated.cjs +134 -43
  9. package/dist/esm/ActivityIndicator/__tests__/index-test.mjs +1 -1
  10. package/dist/esm/AppRegistry/__tests__/index-test.mjs +1 -1
  11. package/dist/esm/AppRegistry/__tests__/index-test.node.mjs +2 -2
  12. package/dist/esm/AppState/__tests__/index-test.mjs +1 -1
  13. package/dist/esm/Dimensions/__tests__/index-test.mjs +1 -1
  14. package/dist/esm/FlatList.mjs +4 -4
  15. package/dist/esm/ImageBackground/__tests__/index-test.mjs +2 -2
  16. package/dist/esm/Libraries/Pressability/Pressability.mjs +3 -0
  17. package/dist/esm/Libraries/Pressability/Pressability.mjs.map +1 -0
  18. package/dist/esm/Libraries/Pressability/usePressability.mjs +3 -0
  19. package/dist/esm/Libraries/Pressability/usePressability.mjs.map +1 -0
  20. package/dist/esm/Linking/__tests__/index-test.mjs +1 -1
  21. package/dist/esm/Modal/ModalContent.mjs +1 -1
  22. package/dist/esm/ScrollView/ScrollViewBase.mjs +9 -7
  23. package/dist/esm/ScrollView/ScrollViewBase.mjs.map +1 -1
  24. package/dist/esm/ScrollView/index.mjs +31 -0
  25. package/dist/esm/ScrollView/index.mjs.map +1 -1
  26. package/dist/esm/SectionList.mjs +2 -2
  27. package/dist/esm/TouchableOpacity.mjs +1 -1
  28. package/dist/esm/VirtualizedList.mjs +2 -2
  29. package/dist/esm/createElement/__tests__/index-test.mjs +1 -1
  30. package/dist/esm/createReactDOMStyle.mjs +2 -1
  31. package/dist/esm/createReactDOMStyle.mjs.map +1 -1
  32. package/dist/esm/index.js +54 -160
  33. package/dist/esm/index.js.map +1 -6
  34. package/dist/esm/preprocess.mjs +2 -2
  35. package/dist/esm/preprocess.mjs.map +1 -1
  36. package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.mjs +1 -1
  37. package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.mjs +1 -1
  38. package/dist/esm/vendor/react-native/Animated/components/AnimatedText.mjs +1 -1
  39. package/dist/esm/vendor/react-native/Animated/components/AnimatedView.mjs +1 -1
  40. package/dist/esm/vendor/react-native/FlatList/index.mjs +4 -4
  41. package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.mjs +1 -1
  42. package/dist/esm/vendor/react-native/SectionList/index.mjs +1 -1
  43. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.mjs +1 -1
  44. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.mjs +1 -1
  45. package/dist/esm/vendor/react-native/VirtualizedList/index.mjs +4 -4
  46. package/dist/esm/vendor/react-native/VirtualizedSectionList/index.mjs +1 -1
  47. package/dist/esm/without-animated.mjs +133 -42
  48. package/dist/esm/without-animated.mjs.map +1 -1
  49. package/package.json +34 -8
  50. package/src/Libraries/Pressability/Pressability.ts +2 -0
  51. package/src/Libraries/Pressability/usePressability.ts +2 -0
  52. package/src/ScrollView/ScrollViewBase.tsx +12 -7
  53. package/src/ScrollView/index.tsx +31 -0
  54. package/src/createReactDOMStyle.ts +4 -1
  55. package/src/preprocess.ts +1 -0
  56. package/src/without-animated.tsx +156 -27
  57. package/dist/cjs/AccessibilityInfo/index.js +0 -95
  58. package/dist/cjs/AccessibilityInfo/index.js.map +0 -6
  59. package/dist/cjs/ActivityIndicator/__tests__/index-test.js +0 -116
  60. package/dist/cjs/ActivityIndicator/__tests__/index-test.js.map +0 -6
  61. package/dist/cjs/ActivityIndicator/index.js +0 -109
  62. package/dist/cjs/ActivityIndicator/index.js.map +0 -6
  63. package/dist/cjs/Alert/index.js +0 -24
  64. package/dist/cjs/Alert/index.js.map +0 -6
  65. package/dist/cjs/AppRegistry/AppContainer.js +0 -41
  66. package/dist/cjs/AppRegistry/AppContainer.js.map +0 -6
  67. package/dist/cjs/AppRegistry/__tests__/index-test.js +0 -77
  68. package/dist/cjs/AppRegistry/__tests__/index-test.js.map +0 -6
  69. package/dist/cjs/AppRegistry/__tests__/index-test.node.js +0 -131
  70. package/dist/cjs/AppRegistry/__tests__/index-test.node.js.map +0 -6
  71. package/dist/cjs/AppRegistry/index.js +0 -90
  72. package/dist/cjs/AppRegistry/index.js.map +0 -6
  73. package/dist/cjs/AppRegistry/renderApplication.js +0 -43
  74. package/dist/cjs/AppRegistry/renderApplication.js.map +0 -6
  75. package/dist/cjs/AppState/__tests__/index-test.js +0 -33
  76. package/dist/cjs/AppState/__tests__/index-test.js.map +0 -6
  77. package/dist/cjs/AppState/index.js +0 -71
  78. package/dist/cjs/AppState/index.js.map +0 -6
  79. package/dist/cjs/Appearance/index.js +0 -40
  80. package/dist/cjs/Appearance/index.js.map +0 -6
  81. package/dist/cjs/BackHandler/index.js +0 -31
  82. package/dist/cjs/BackHandler/index.js.map +0 -6
  83. package/dist/cjs/Clipboard/index.js +0 -47
  84. package/dist/cjs/Clipboard/index.js.map +0 -6
  85. package/dist/cjs/DeviceEmitter.js +0 -22
  86. package/dist/cjs/DeviceEmitter.js.map +0 -6
  87. package/dist/cjs/DeviceInfo/index.js +0 -53
  88. package/dist/cjs/DeviceInfo/index.js.map +0 -6
  89. package/dist/cjs/Dimensions/__tests__/index-test.js +0 -51
  90. package/dist/cjs/Dimensions/__tests__/index-test.js.map +0 -6
  91. package/dist/cjs/Dimensions/index.js +0 -76
  92. package/dist/cjs/Dimensions/index.js.map +0 -6
  93. package/dist/cjs/FlatList.js +0 -194
  94. package/dist/cjs/FlatList.js.map +0 -6
  95. package/dist/cjs/I18nManager/index.js +0 -29
  96. package/dist/cjs/I18nManager/index.js.map +0 -6
  97. package/dist/cjs/Image/index.js +0 -254
  98. package/dist/cjs/Image/index.js.map +0 -6
  99. package/dist/cjs/Image/types.js +0 -14
  100. package/dist/cjs/Image/types.js.map +0 -6
  101. package/dist/cjs/ImageBackground/__tests__/index-test.js +0 -48
  102. package/dist/cjs/ImageBackground/__tests__/index-test.js.map +0 -6
  103. package/dist/cjs/ImageBackground/index.js +0 -55
  104. package/dist/cjs/ImageBackground/index.js.map +0 -6
  105. package/dist/cjs/InteractionManager/TaskQueue.js +0 -75
  106. package/dist/cjs/InteractionManager/TaskQueue.js.map +0 -6
  107. package/dist/cjs/InteractionManager/index.js +0 -94
  108. package/dist/cjs/InteractionManager/index.js.map +0 -6
  109. package/dist/cjs/Keyboard/index.js +0 -34
  110. package/dist/cjs/Keyboard/index.js.map +0 -6
  111. package/dist/cjs/KeyboardAvoidingView/index.js +0 -57
  112. package/dist/cjs/KeyboardAvoidingView/index.js.map +0 -6
  113. package/dist/cjs/Linking/__tests__/index-test.js +0 -38
  114. package/dist/cjs/Linking/__tests__/index-test.js.map +0 -6
  115. package/dist/cjs/Linking/index.js +0 -85
  116. package/dist/cjs/Linking/index.js.map +0 -6
  117. package/dist/cjs/LogBox/index.js +0 -32
  118. package/dist/cjs/LogBox/index.js.map +0 -6
  119. package/dist/cjs/Modal/ModalAnimation.js +0 -137
  120. package/dist/cjs/Modal/ModalAnimation.js.map +0 -6
  121. package/dist/cjs/Modal/ModalContent.js +0 -77
  122. package/dist/cjs/Modal/ModalContent.js.map +0 -6
  123. package/dist/cjs/Modal/ModalPortal.js +0 -42
  124. package/dist/cjs/Modal/ModalPortal.js.map +0 -6
  125. package/dist/cjs/Modal/index.js +0 -21
  126. package/dist/cjs/Modal/index.js.map +0 -6
  127. package/dist/cjs/NativeModules/index.js +0 -24
  128. package/dist/cjs/NativeModules/index.js.map +0 -6
  129. package/dist/cjs/PanResponder/index.js +0 -29
  130. package/dist/cjs/PanResponder/index.js.map +0 -6
  131. package/dist/cjs/PixelRatio/index.js +0 -52
  132. package/dist/cjs/PixelRatio/index.js.map +0 -6
  133. package/dist/cjs/Pressable/index.js +0 -141
  134. package/dist/cjs/Pressable/index.js.map +0 -6
  135. package/dist/cjs/RefreshControl/index.js +0 -41
  136. package/dist/cjs/RefreshControl/index.js.map +0 -6
  137. package/dist/cjs/SafeAreaView/index.js +0 -44
  138. package/dist/cjs/SafeAreaView/index.js.map +0 -6
  139. package/dist/cjs/ScrollView/ScrollViewBase.js +0 -125
  140. package/dist/cjs/ScrollView/ScrollViewBase.js.map +0 -6
  141. package/dist/cjs/ScrollView/index.js +0 -525
  142. package/dist/cjs/ScrollView/index.js.map +0 -6
  143. package/dist/cjs/SectionList.js +0 -30
  144. package/dist/cjs/SectionList.js.map +0 -6
  145. package/dist/cjs/Share/index.js +0 -55
  146. package/dist/cjs/Share/index.js.map +0 -6
  147. package/dist/cjs/StatusBar/index.js +0 -32
  148. package/dist/cjs/StatusBar/index.js.map +0 -6
  149. package/dist/cjs/Text/index.js +0 -153
  150. package/dist/cjs/Text/index.js.map +0 -6
  151. package/dist/cjs/Text/types.js +0 -14
  152. package/dist/cjs/Text/types.js.map +0 -6
  153. package/dist/cjs/TextInput/index.js +0 -269
  154. package/dist/cjs/TextInput/index.js.map +0 -6
  155. package/dist/cjs/TextInput/types.js +0 -14
  156. package/dist/cjs/TextInput/types.js.map +0 -6
  157. package/dist/cjs/TouchableNativeFeedback.js +0 -21
  158. package/dist/cjs/TouchableNativeFeedback.js.map +0 -6
  159. package/dist/cjs/TouchableOpacity.js +0 -122
  160. package/dist/cjs/TouchableOpacity.js.map +0 -6
  161. package/dist/cjs/TouchableWithoutFeedback.js +0 -89
  162. package/dist/cjs/TouchableWithoutFeedback.js.map +0 -6
  163. package/dist/cjs/UnimplementedView.js +0 -36
  164. package/dist/cjs/UnimplementedView.js.map +0 -6
  165. package/dist/cjs/Vibration/index.js +0 -30
  166. package/dist/cjs/Vibration/index.js.map +0 -6
  167. package/dist/cjs/View/index.js +0 -102
  168. package/dist/cjs/View/index.js.map +0 -6
  169. package/dist/cjs/View/types.js +0 -14
  170. package/dist/cjs/View/types.js.map +0 -6
  171. package/dist/cjs/VirtualizedList.js +0 -30
  172. package/dist/cjs/VirtualizedList.js.map +0 -6
  173. package/dist/cjs/codegenNativeCommand.js +0 -23
  174. package/dist/cjs/codegenNativeCommand.js.map +0 -6
  175. package/dist/cjs/codegenNativeComponent.js +0 -23
  176. package/dist/cjs/codegenNativeComponent.js.map +0 -6
  177. package/dist/cjs/createElement/__tests__/index-test.js +0 -536
  178. package/dist/cjs/createElement/__tests__/index-test.js.map +0 -6
  179. package/dist/cjs/createElement/index.js +0 -60
  180. package/dist/cjs/createElement/index.js.map +0 -6
  181. package/dist/cjs/createReactDOMStyle.js +0 -21
  182. package/dist/cjs/createReactDOMStyle.js.map +0 -6
  183. package/dist/cjs/modules/requestIdleCallback.js +0 -34
  184. package/dist/cjs/modules/requestIdleCallback.js.map +0 -6
  185. package/dist/cjs/preprocess.js +0 -24
  186. package/dist/cjs/preprocess.js.map +0 -6
  187. package/dist/cjs/render/index.js +0 -31
  188. package/dist/cjs/render/index.js.map +0 -6
  189. package/dist/cjs/styleTypes.js +0 -14
  190. package/dist/cjs/styleTypes.js.map +0 -6
  191. package/dist/cjs/types.js +0 -14
  192. package/dist/cjs/types.js.map +0 -6
  193. package/dist/cjs/useColorScheme/index.js +0 -39
  194. package/dist/cjs/useColorScheme/index.js.map +0 -6
  195. package/dist/cjs/useLocaleContext/index.js +0 -21
  196. package/dist/cjs/useLocaleContext/index.js.map +0 -6
  197. package/dist/cjs/useWindowDimensions/index.js +0 -40
  198. package/dist/cjs/useWindowDimensions/index.js.map +0 -6
  199. package/dist/cjs/vendor/react-native/Animated/Animated.js +0 -32
  200. package/dist/cjs/vendor/react-native/Animated/Animated.js.map +0 -6
  201. package/dist/cjs/vendor/react-native/Animated/AnimatedEvent.js +0 -130
  202. package/dist/cjs/vendor/react-native/Animated/AnimatedEvent.js.map +0 -6
  203. package/dist/cjs/vendor/react-native/Animated/AnimatedImplementation.js +0 -432
  204. package/dist/cjs/vendor/react-native/Animated/AnimatedImplementation.js.map +0 -6
  205. package/dist/cjs/vendor/react-native/Animated/AnimatedMock.js +0 -115
  206. package/dist/cjs/vendor/react-native/Animated/AnimatedMock.js.map +0 -6
  207. package/dist/cjs/vendor/react-native/Animated/AnimatedPlatformConfig.js +0 -2
  208. package/dist/cjs/vendor/react-native/Animated/AnimatedPlatformConfig.js.map +0 -6
  209. package/dist/cjs/vendor/react-native/Animated/Easing.js +0 -182
  210. package/dist/cjs/vendor/react-native/Animated/Easing.js.map +0 -6
  211. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedHelper.js +0 -322
  212. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedHelper.js.map +0 -6
  213. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedModule.js +0 -90
  214. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedModule.js.map +0 -6
  215. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedTurboModule.js +0 -85
  216. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedTurboModule.js.map +0 -6
  217. package/dist/cjs/vendor/react-native/Animated/SpringConfig.js +0 -71
  218. package/dist/cjs/vendor/react-native/Animated/SpringConfig.js.map +0 -6
  219. package/dist/cjs/vendor/react-native/Animated/animations/Animation.js +0 -63
  220. package/dist/cjs/vendor/react-native/Animated/animations/Animation.js.map +0 -6
  221. package/dist/cjs/vendor/react-native/Animated/animations/DecayAnimation.js +0 -59
  222. package/dist/cjs/vendor/react-native/Animated/animations/DecayAnimation.js.map +0 -6
  223. package/dist/cjs/vendor/react-native/Animated/animations/SpringAnimation.js +0 -155
  224. package/dist/cjs/vendor/react-native/Animated/animations/SpringAnimation.js.map +0 -6
  225. package/dist/cjs/vendor/react-native/Animated/animations/TimingAnimation.js +0 -80
  226. package/dist/cjs/vendor/react-native/Animated/animations/TimingAnimation.js.map +0 -6
  227. package/dist/cjs/vendor/react-native/Animated/bezier.js +0 -77
  228. package/dist/cjs/vendor/react-native/Animated/bezier.js.map +0 -6
  229. package/dist/cjs/vendor/react-native/Animated/components/AnimatedFlatList.js +0 -32
  230. package/dist/cjs/vendor/react-native/Animated/components/AnimatedFlatList.js.map +0 -6
  231. package/dist/cjs/vendor/react-native/Animated/components/AnimatedImage.js +0 -24
  232. package/dist/cjs/vendor/react-native/Animated/components/AnimatedImage.js.map +0 -6
  233. package/dist/cjs/vendor/react-native/Animated/components/AnimatedScrollView.js +0 -32
  234. package/dist/cjs/vendor/react-native/Animated/components/AnimatedScrollView.js.map +0 -6
  235. package/dist/cjs/vendor/react-native/Animated/components/AnimatedSectionList.js +0 -32
  236. package/dist/cjs/vendor/react-native/Animated/components/AnimatedSectionList.js.map +0 -6
  237. package/dist/cjs/vendor/react-native/Animated/components/AnimatedText.js +0 -24
  238. package/dist/cjs/vendor/react-native/Animated/components/AnimatedText.js.map +0 -6
  239. package/dist/cjs/vendor/react-native/Animated/components/AnimatedView.js +0 -24
  240. package/dist/cjs/vendor/react-native/Animated/components/AnimatedView.js.map +0 -6
  241. package/dist/cjs/vendor/react-native/Animated/createAnimatedComponent.js +0 -37
  242. package/dist/cjs/vendor/react-native/Animated/createAnimatedComponent.js.map +0 -6
  243. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedAddition.js +0 -52
  244. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedAddition.js.map +0 -6
  245. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedColor.js +0 -172
  246. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedColor.js.map +0 -6
  247. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js +0 -57
  248. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js.map +0 -6
  249. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDivision.js +0 -54
  250. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDivision.js.map +0 -6
  251. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedInterpolation.js +0 -167
  252. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedInterpolation.js.map +0 -6
  253. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedModulo.js +0 -52
  254. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedModulo.js.map +0 -6
  255. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedMultiplication.js +0 -52
  256. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedMultiplication.js.map +0 -6
  257. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedNode.js +0 -134
  258. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedNode.js.map +0 -6
  259. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedProps.js +0 -107
  260. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedProps.js.map +0 -6
  261. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedStyle.js +0 -95
  262. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedStyle.js.map +0 -6
  263. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedSubtraction.js +0 -52
  264. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedSubtraction.js.map +0 -6
  265. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTracking.js +0 -69
  266. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTracking.js.map +0 -6
  267. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTransform.js +0 -94
  268. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTransform.js.map +0 -6
  269. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValue.js +0 -181
  270. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValue.js.map +0 -6
  271. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValueXY.js +0 -82
  272. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValueXY.js.map +0 -6
  273. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedWithChildren.js +0 -66
  274. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedWithChildren.js.map +0 -6
  275. package/dist/cjs/vendor/react-native/Animated/useAnimatedProps.js +0 -75
  276. package/dist/cjs/vendor/react-native/Animated/useAnimatedProps.js.map +0 -6
  277. package/dist/cjs/vendor/react-native/Batchinator/index.js +0 -51
  278. package/dist/cjs/vendor/react-native/Batchinator/index.js.map +0 -6
  279. package/dist/cjs/vendor/react-native/EventEmitter/NativeEventEmitter.js +0 -60
  280. package/dist/cjs/vendor/react-native/EventEmitter/NativeEventEmitter.js.map +0 -6
  281. package/dist/cjs/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js +0 -24
  282. package/dist/cjs/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js.map +0 -6
  283. package/dist/cjs/vendor/react-native/FeatureFlags.js +0 -28
  284. package/dist/cjs/vendor/react-native/FeatureFlags.js.map +0 -6
  285. package/dist/cjs/vendor/react-native/FillRateHelper/index.js +0 -125
  286. package/dist/cjs/vendor/react-native/FillRateHelper/index.js.map +0 -6
  287. package/dist/cjs/vendor/react-native/FlatList/index.js +0 -263
  288. package/dist/cjs/vendor/react-native/FlatList/index.js.map +0 -6
  289. package/dist/cjs/vendor/react-native/JSEventLoopWatchdog/index.js +0 -57
  290. package/dist/cjs/vendor/react-native/JSEventLoopWatchdog/index.js.map +0 -6
  291. package/dist/cjs/vendor/react-native/LayoutAnimation/index.js +0 -102
  292. package/dist/cjs/vendor/react-native/LayoutAnimation/index.js.map +0 -6
  293. package/dist/cjs/vendor/react-native/PanResponder/index.js +0 -147
  294. package/dist/cjs/vendor/react-native/PanResponder/index.js.map +0 -6
  295. package/dist/cjs/vendor/react-native/PooledClass/index.js +0 -39
  296. package/dist/cjs/vendor/react-native/PooledClass/index.js.map +0 -6
  297. package/dist/cjs/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js +0 -29
  298. package/dist/cjs/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js.map +0 -6
  299. package/dist/cjs/vendor/react-native/SectionList/index.js +0 -87
  300. package/dist/cjs/vendor/react-native/SectionList/index.js.map +0 -6
  301. package/dist/cjs/vendor/react-native/StaticContainer/index.js +0 -41
  302. package/dist/cjs/vendor/react-native/StaticContainer/index.js.map +0 -6
  303. package/dist/cjs/vendor/react-native/StaticRenderer/index.js +0 -40
  304. package/dist/cjs/vendor/react-native/StaticRenderer/index.js.map +0 -6
  305. package/dist/cjs/vendor/react-native/TouchHistoryMath/index.js +0 -119
  306. package/dist/cjs/vendor/react-native/TouchHistoryMath/index.js.map +0 -6
  307. package/dist/cjs/vendor/react-native/TurboModule/RCTExport.js +0 -27
  308. package/dist/cjs/vendor/react-native/TurboModule/RCTExport.js.map +0 -6
  309. package/dist/cjs/vendor/react-native/TurboModule/TurboModuleRegistry.js +0 -33
  310. package/dist/cjs/vendor/react-native/TurboModule/TurboModuleRegistry.js.map +0 -6
  311. package/dist/cjs/vendor/react-native/Types/CoreEventTypes.js +0 -128
  312. package/dist/cjs/vendor/react-native/Types/CoreEventTypes.js.map +0 -6
  313. package/dist/cjs/vendor/react-native/Utilities/Platform.js +0 -23
  314. package/dist/cjs/vendor/react-native/Utilities/Platform.js.map +0 -6
  315. package/dist/cjs/vendor/react-native/Utilities/clamp.js +0 -26
  316. package/dist/cjs/vendor/react-native/Utilities/clamp.js.map +0 -6
  317. package/dist/cjs/vendor/react-native/Utilities/setAndForwardRef.js +0 -29
  318. package/dist/cjs/vendor/react-native/Utilities/setAndForwardRef.js.map +0 -6
  319. package/dist/cjs/vendor/react-native/Utilities/useMergeRefs.js +0 -33
  320. package/dist/cjs/vendor/react-native/Utilities/useMergeRefs.js.map +0 -6
  321. package/dist/cjs/vendor/react-native/Utilities/useRefEffect.js +0 -32
  322. package/dist/cjs/vendor/react-native/Utilities/useRefEffect.js.map +0 -6
  323. package/dist/cjs/vendor/react-native/ViewabilityHelper/index.js +0 -153
  324. package/dist/cjs/vendor/react-native/ViewabilityHelper/index.js.map +0 -6
  325. package/dist/cjs/vendor/react-native/ViewabilityHelper.js +0 -145
  326. package/dist/cjs/vendor/react-native/ViewabilityHelper.js.map +0 -6
  327. package/dist/cjs/vendor/react-native/VirtualizeUtils/index.js +0 -86
  328. package/dist/cjs/vendor/react-native/VirtualizeUtils/index.js.map +0 -6
  329. package/dist/cjs/vendor/react-native/VirtualizedList/CellRenderMask.js +0 -78
  330. package/dist/cjs/vendor/react-native/VirtualizedList/CellRenderMask.js.map +0 -6
  331. package/dist/cjs/vendor/react-native/VirtualizedList/ChildListCollection.js +0 -61
  332. package/dist/cjs/vendor/react-native/VirtualizedList/ChildListCollection.js.map +0 -6
  333. package/dist/cjs/vendor/react-native/VirtualizedList/StateSafePureComponent.js +0 -76
  334. package/dist/cjs/vendor/react-native/VirtualizedList/StateSafePureComponent.js.map +0 -6
  335. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js +0 -160
  336. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js.map +0 -6
  337. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListContext.js +0 -65
  338. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListContext.js.map +0 -6
  339. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListProps.js +0 -59
  340. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListProps.js.map +0 -6
  341. package/dist/cjs/vendor/react-native/VirtualizedList/index.js +0 -238
  342. package/dist/cjs/vendor/react-native/VirtualizedList/index.js.map +0 -6
  343. package/dist/cjs/vendor/react-native/VirtualizedSectionList/index.js +0 -119
  344. package/dist/cjs/vendor/react-native/VirtualizedSectionList/index.js.map +0 -6
  345. package/dist/cjs/vendor/react-native/deepDiffer/index.js +0 -49
  346. package/dist/cjs/vendor/react-native/deepDiffer/index.js.map +0 -6
  347. package/dist/cjs/vendor/react-native/emitter/EventEmitter.js +0 -24
  348. package/dist/cjs/vendor/react-native/emitter/EventEmitter.js.map +0 -6
  349. package/dist/cjs/vendor/react-native/emitter/EventSubscription.js +0 -2
  350. package/dist/cjs/vendor/react-native/emitter/EventSubscription.js.map +0 -6
  351. package/dist/cjs/vendor/react-native/emitter/_EmitterSubscription.js +0 -48
  352. package/dist/cjs/vendor/react-native/emitter/_EmitterSubscription.js.map +0 -6
  353. package/dist/cjs/vendor/react-native/emitter/_EventEmitter.js +0 -128
  354. package/dist/cjs/vendor/react-native/emitter/_EventEmitter.js.map +0 -6
  355. package/dist/cjs/vendor/react-native/emitter/_EventSubscription.js +0 -38
  356. package/dist/cjs/vendor/react-native/emitter/_EventSubscription.js.map +0 -6
  357. package/dist/cjs/vendor/react-native/emitter/_EventSubscriptionVendor.js +0 -77
  358. package/dist/cjs/vendor/react-native/emitter/_EventSubscriptionVendor.js.map +0 -6
  359. package/dist/cjs/vendor/react-native/infoLog/index.js +0 -26
  360. package/dist/cjs/vendor/react-native/infoLog/index.js.map +0 -6
  361. package/dist/cjs/vendor/react-native/useRefEffect.js +0 -32
  362. package/dist/cjs/vendor/react-native/useRefEffect.js.map +0 -6
  363. package/dist/cjs/vendor/react-native/vendor/emitter/EventEmitter.js +0 -87
  364. package/dist/cjs/vendor/react-native/vendor/emitter/EventEmitter.js.map +0 -6
  365. package/dist/cjs/without-animated.js +0 -179
  366. package/dist/cjs/without-animated.js.map +0 -6
  367. package/dist/esm/AccessibilityInfo/index.js +0 -79
  368. package/dist/esm/AccessibilityInfo/index.js.map +0 -6
  369. package/dist/esm/ActivityIndicator/__tests__/index-test.js +0 -102
  370. package/dist/esm/ActivityIndicator/__tests__/index-test.js.map +0 -6
  371. package/dist/esm/ActivityIndicator/index.js +0 -88
  372. package/dist/esm/ActivityIndicator/index.js.map +0 -6
  373. package/dist/esm/Alert/index.js +0 -8
  374. package/dist/esm/Alert/index.js.map +0 -6
  375. package/dist/esm/AppRegistry/AppContainer.js +0 -20
  376. package/dist/esm/AppRegistry/AppContainer.js.map +0 -6
  377. package/dist/esm/AppRegistry/__tests__/index-test.js +0 -59
  378. package/dist/esm/AppRegistry/__tests__/index-test.js.map +0 -6
  379. package/dist/esm/AppRegistry/__tests__/index-test.node.js +0 -116
  380. package/dist/esm/AppRegistry/__tests__/index-test.node.js.map +0 -6
  381. package/dist/esm/AppRegistry/index.js +0 -76
  382. package/dist/esm/AppRegistry/index.js.map +0 -6
  383. package/dist/esm/AppRegistry/renderApplication.js +0 -31
  384. package/dist/esm/AppRegistry/renderApplication.js.map +0 -6
  385. package/dist/esm/AppState/__tests__/index-test.js +0 -14
  386. package/dist/esm/AppState/__tests__/index-test.js.map +0 -6
  387. package/dist/esm/AppState/index.js +0 -55
  388. package/dist/esm/AppState/index.js.map +0 -6
  389. package/dist/esm/Appearance/index.js +0 -24
  390. package/dist/esm/Appearance/index.js.map +0 -6
  391. package/dist/esm/BackHandler/index.js +0 -15
  392. package/dist/esm/BackHandler/index.js.map +0 -6
  393. package/dist/esm/Clipboard/index.js +0 -31
  394. package/dist/esm/Clipboard/index.js.map +0 -6
  395. package/dist/esm/DeviceEmitter.js +0 -6
  396. package/dist/esm/DeviceEmitter.js.map +0 -6
  397. package/dist/esm/DeviceInfo/index.js +0 -38
  398. package/dist/esm/DeviceInfo/index.js.map +0 -6
  399. package/dist/esm/Dimensions/__tests__/index-test.js +0 -32
  400. package/dist/esm/Dimensions/__tests__/index-test.js.map +0 -6
  401. package/dist/esm/Dimensions/index.js +0 -60
  402. package/dist/esm/Dimensions/index.js.map +0 -6
  403. package/dist/esm/FlatList.js +0 -177
  404. package/dist/esm/FlatList.js.map +0 -6
  405. package/dist/esm/I18nManager/index.js +0 -13
  406. package/dist/esm/I18nManager/index.js.map +0 -6
  407. package/dist/esm/Image/index.js +0 -240
  408. package/dist/esm/Image/index.js.map +0 -6
  409. package/dist/esm/Image/types.js +0 -1
  410. package/dist/esm/Image/types.js.map +0 -6
  411. package/dist/esm/ImageBackground/__tests__/index-test.js +0 -32
  412. package/dist/esm/ImageBackground/__tests__/index-test.js.map +0 -6
  413. package/dist/esm/ImageBackground/index.js +0 -43
  414. package/dist/esm/ImageBackground/index.js.map +0 -6
  415. package/dist/esm/InteractionManager/TaskQueue.js +0 -59
  416. package/dist/esm/InteractionManager/TaskQueue.js.map +0 -6
  417. package/dist/esm/InteractionManager/index.js +0 -73
  418. package/dist/esm/InteractionManager/index.js.map +0 -6
  419. package/dist/esm/Keyboard/index.js +0 -18
  420. package/dist/esm/Keyboard/index.js.map +0 -6
  421. package/dist/esm/KeyboardAvoidingView/index.js +0 -35
  422. package/dist/esm/KeyboardAvoidingView/index.js.map +0 -6
  423. package/dist/esm/Linking/__tests__/index-test.js +0 -19
  424. package/dist/esm/Linking/__tests__/index-test.js.map +0 -6
  425. package/dist/esm/Linking/index.js +0 -69
  426. package/dist/esm/Linking/index.js.map +0 -6
  427. package/dist/esm/LogBox/index.js +0 -16
  428. package/dist/esm/LogBox/index.js.map +0 -6
  429. package/dist/esm/Modal/ModalAnimation.js +0 -116
  430. package/dist/esm/Modal/ModalAnimation.js.map +0 -6
  431. package/dist/esm/Modal/ModalContent.js +0 -55
  432. package/dist/esm/Modal/ModalContent.js.map +0 -6
  433. package/dist/esm/Modal/ModalPortal.js +0 -20
  434. package/dist/esm/Modal/ModalPortal.js.map +0 -6
  435. package/dist/esm/Modal/index.js +0 -5
  436. package/dist/esm/Modal/index.js.map +0 -6
  437. package/dist/esm/NativeModules/index.js +0 -8
  438. package/dist/esm/NativeModules/index.js.map +0 -6
  439. package/dist/esm/PanResponder/index.js +0 -5
  440. package/dist/esm/PanResponder/index.js.map +0 -6
  441. package/dist/esm/PixelRatio/index.js +0 -36
  442. package/dist/esm/PixelRatio/index.js.map +0 -6
  443. package/dist/esm/Pressable/index.js +0 -122
  444. package/dist/esm/Pressable/index.js.map +0 -6
  445. package/dist/esm/RefreshControl/index.js +0 -26
  446. package/dist/esm/RefreshControl/index.js.map +0 -6
  447. package/dist/esm/SafeAreaView/index.js +0 -23
  448. package/dist/esm/SafeAreaView/index.js.map +0 -6
  449. package/dist/esm/ScrollView/ScrollViewBase.js +0 -104
  450. package/dist/esm/ScrollView/ScrollViewBase.js.map +0 -6
  451. package/dist/esm/ScrollView/index.js +0 -515
  452. package/dist/esm/ScrollView/index.js.map +0 -6
  453. package/dist/esm/SectionList.js +0 -7
  454. package/dist/esm/SectionList.js.map +0 -6
  455. package/dist/esm/Share/index.js +0 -39
  456. package/dist/esm/Share/index.js.map +0 -6
  457. package/dist/esm/StatusBar/index.js +0 -16
  458. package/dist/esm/StatusBar/index.js.map +0 -6
  459. package/dist/esm/Text/index.js +0 -142
  460. package/dist/esm/Text/index.js.map +0 -6
  461. package/dist/esm/Text/types.js +0 -1
  462. package/dist/esm/Text/types.js.map +0 -6
  463. package/dist/esm/TextInput/index.js +0 -258
  464. package/dist/esm/TextInput/index.js.map +0 -6
  465. package/dist/esm/TextInput/types.js +0 -1
  466. package/dist/esm/TextInput/types.js.map +0 -6
  467. package/dist/esm/TouchableNativeFeedback.js +0 -5
  468. package/dist/esm/TouchableNativeFeedback.js.map +0 -6
  469. package/dist/esm/TouchableOpacity.js +0 -105
  470. package/dist/esm/TouchableOpacity.js.map +0 -6
  471. package/dist/esm/TouchableWithoutFeedback.js +0 -67
  472. package/dist/esm/TouchableWithoutFeedback.js.map +0 -6
  473. package/dist/esm/UnimplementedView.js +0 -14
  474. package/dist/esm/UnimplementedView.js.map +0 -6
  475. package/dist/esm/Vibration/index.js +0 -14
  476. package/dist/esm/Vibration/index.js.map +0 -6
  477. package/dist/esm/View/index.js +0 -90
  478. package/dist/esm/View/index.js.map +0 -6
  479. package/dist/esm/View/types.js +0 -1
  480. package/dist/esm/View/types.js.map +0 -6
  481. package/dist/esm/VirtualizedList.js +0 -7
  482. package/dist/esm/VirtualizedList.js.map +0 -6
  483. package/dist/esm/codegenNativeCommand.js +0 -7
  484. package/dist/esm/codegenNativeCommand.js.map +0 -6
  485. package/dist/esm/codegenNativeComponent.js +0 -7
  486. package/dist/esm/codegenNativeComponent.js.map +0 -6
  487. package/dist/esm/createElement/__tests__/index-test.js +0 -519
  488. package/dist/esm/createElement/__tests__/index-test.js.map +0 -6
  489. package/dist/esm/createElement/index.js +0 -48
  490. package/dist/esm/createElement/index.js.map +0 -6
  491. package/dist/esm/createReactDOMStyle.js +0 -5
  492. package/dist/esm/createReactDOMStyle.js.map +0 -6
  493. package/dist/esm/modules/requestIdleCallback.js +0 -18
  494. package/dist/esm/modules/requestIdleCallback.js.map +0 -6
  495. package/dist/esm/preprocess.js +0 -13
  496. package/dist/esm/preprocess.js.map +0 -6
  497. package/dist/esm/render/index.js +0 -15
  498. package/dist/esm/render/index.js.map +0 -6
  499. package/dist/esm/styleTypes.js +0 -1
  500. package/dist/esm/styleTypes.js.map +0 -6
  501. package/dist/esm/types.js +0 -1
  502. package/dist/esm/types.js.map +0 -6
  503. package/dist/esm/useColorScheme/index.js +0 -16
  504. package/dist/esm/useColorScheme/index.js.map +0 -6
  505. package/dist/esm/useLocaleContext/index.js +0 -5
  506. package/dist/esm/useLocaleContext/index.js.map +0 -6
  507. package/dist/esm/useWindowDimensions/index.js +0 -17
  508. package/dist/esm/useWindowDimensions/index.js.map +0 -6
  509. package/dist/esm/vendor/react-native/Animated/Animated.js +0 -24
  510. package/dist/esm/vendor/react-native/Animated/Animated.js.map +0 -6
  511. package/dist/esm/vendor/react-native/Animated/AnimatedEvent.js +0 -116
  512. package/dist/esm/vendor/react-native/Animated/AnimatedEvent.js.map +0 -6
  513. package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.js +0 -433
  514. package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.js.map +0 -6
  515. package/dist/esm/vendor/react-native/Animated/AnimatedMock.js +0 -105
  516. package/dist/esm/vendor/react-native/Animated/AnimatedMock.js.map +0 -6
  517. package/dist/esm/vendor/react-native/Animated/AnimatedPlatformConfig.js +0 -1
  518. package/dist/esm/vendor/react-native/Animated/AnimatedPlatformConfig.js.map +0 -6
  519. package/dist/esm/vendor/react-native/Animated/Easing.js +0 -165
  520. package/dist/esm/vendor/react-native/Animated/Easing.js.map +0 -6
  521. package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.js +0 -312
  522. package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.js.map +0 -6
  523. package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.js +0 -66
  524. package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.js.map +0 -6
  525. package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.js +0 -61
  526. package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.js.map +0 -6
  527. package/dist/esm/vendor/react-native/Animated/SpringConfig.js +0 -55
  528. package/dist/esm/vendor/react-native/Animated/SpringConfig.js.map +0 -6
  529. package/dist/esm/vendor/react-native/Animated/animations/Animation.js +0 -46
  530. package/dist/esm/vendor/react-native/Animated/animations/Animation.js.map +0 -6
  531. package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.js +0 -43
  532. package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.js.map +0 -6
  533. package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.js +0 -141
  534. package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.js.map +0 -6
  535. package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.js +0 -66
  536. package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.js.map +0 -6
  537. package/dist/esm/vendor/react-native/Animated/bezier.js +0 -60
  538. package/dist/esm/vendor/react-native/Animated/bezier.js.map +0 -6
  539. package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.js +0 -11
  540. package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.js.map +0 -6
  541. package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.js +0 -10
  542. package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.js.map +0 -6
  543. package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.js +0 -11
  544. package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.js.map +0 -6
  545. package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.js +0 -11
  546. package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.js.map +0 -6
  547. package/dist/esm/vendor/react-native/Animated/components/AnimatedText.js +0 -9
  548. package/dist/esm/vendor/react-native/Animated/components/AnimatedText.js.map +0 -6
  549. package/dist/esm/vendor/react-native/Animated/components/AnimatedView.js +0 -9
  550. package/dist/esm/vendor/react-native/Animated/components/AnimatedView.js.map +0 -6
  551. package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.js +0 -16
  552. package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.js.map +0 -6
  553. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.js +0 -37
  554. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.js.map +0 -6
  555. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.js +0 -159
  556. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.js.map +0 -6
  557. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js +0 -42
  558. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js.map +0 -6
  559. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.js +0 -40
  560. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.js.map +0 -6
  561. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.js +0 -152
  562. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.js.map +0 -6
  563. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.js +0 -37
  564. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.js.map +0 -6
  565. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.js +0 -37
  566. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.js.map +0 -6
  567. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.js +0 -118
  568. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.js.map +0 -6
  569. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.js +0 -95
  570. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.js.map +0 -6
  571. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.js +0 -83
  572. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.js.map +0 -6
  573. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.js +0 -37
  574. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.js.map +0 -6
  575. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.js +0 -55
  576. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.js.map +0 -6
  577. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.js +0 -79
  578. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.js.map +0 -6
  579. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.js +0 -167
  580. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.js.map +0 -6
  581. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.js +0 -68
  582. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.js.map +0 -6
  583. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.js +0 -50
  584. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.js.map +0 -6
  585. package/dist/esm/vendor/react-native/Animated/useAnimatedProps.js +0 -63
  586. package/dist/esm/vendor/react-native/Animated/useAnimatedProps.js.map +0 -6
  587. package/dist/esm/vendor/react-native/Batchinator/index.js +0 -34
  588. package/dist/esm/vendor/react-native/Batchinator/index.js.map +0 -6
  589. package/dist/esm/vendor/react-native/EventEmitter/NativeEventEmitter.js +0 -44
  590. package/dist/esm/vendor/react-native/EventEmitter/NativeEventEmitter.js.map +0 -6
  591. package/dist/esm/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js +0 -8
  592. package/dist/esm/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js.map +0 -6
  593. package/dist/esm/vendor/react-native/FeatureFlags.js +0 -12
  594. package/dist/esm/vendor/react-native/FeatureFlags.js.map +0 -6
  595. package/dist/esm/vendor/react-native/FillRateHelper/index.js +0 -109
  596. package/dist/esm/vendor/react-native/FillRateHelper/index.js.map +0 -6
  597. package/dist/esm/vendor/react-native/FlatList/index.js +0 -247
  598. package/dist/esm/vendor/react-native/FlatList/index.js.map +0 -6
  599. package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.js +0 -40
  600. package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.js.map +0 -6
  601. package/dist/esm/vendor/react-native/LayoutAnimation/index.js +0 -86
  602. package/dist/esm/vendor/react-native/LayoutAnimation/index.js.map +0 -6
  603. package/dist/esm/vendor/react-native/PanResponder/index.js +0 -124
  604. package/dist/esm/vendor/react-native/PanResponder/index.js.map +0 -6
  605. package/dist/esm/vendor/react-native/PooledClass/index.js +0 -23
  606. package/dist/esm/vendor/react-native/PooledClass/index.js.map +0 -6
  607. package/dist/esm/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js +0 -13
  608. package/dist/esm/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js.map +0 -6
  609. package/dist/esm/vendor/react-native/SectionList/index.js +0 -65
  610. package/dist/esm/vendor/react-native/SectionList/index.js.map +0 -6
  611. package/dist/esm/vendor/react-native/StaticContainer/index.js +0 -16
  612. package/dist/esm/vendor/react-native/StaticContainer/index.js.map +0 -6
  613. package/dist/esm/vendor/react-native/StaticRenderer/index.js +0 -15
  614. package/dist/esm/vendor/react-native/StaticRenderer/index.js.map +0 -6
  615. package/dist/esm/vendor/react-native/TouchHistoryMath/index.js +0 -103
  616. package/dist/esm/vendor/react-native/TouchHistoryMath/index.js.map +0 -6
  617. package/dist/esm/vendor/react-native/TurboModule/RCTExport.js +0 -10
  618. package/dist/esm/vendor/react-native/TurboModule/RCTExport.js.map +0 -6
  619. package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.js +0 -16
  620. package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.js.map +0 -6
  621. package/dist/esm/vendor/react-native/Types/CoreEventTypes.js +0 -111
  622. package/dist/esm/vendor/react-native/Types/CoreEventTypes.js.map +0 -6
  623. package/dist/esm/vendor/react-native/Utilities/Platform.js +0 -7
  624. package/dist/esm/vendor/react-native/Utilities/Platform.js.map +0 -6
  625. package/dist/esm/vendor/react-native/Utilities/clamp.js +0 -9
  626. package/dist/esm/vendor/react-native/Utilities/clamp.js.map +0 -6
  627. package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.js +0 -12
  628. package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.js.map +0 -6
  629. package/dist/esm/vendor/react-native/Utilities/useMergeRefs.js +0 -17
  630. package/dist/esm/vendor/react-native/Utilities/useMergeRefs.js.map +0 -6
  631. package/dist/esm/vendor/react-native/Utilities/useRefEffect.js +0 -16
  632. package/dist/esm/vendor/react-native/Utilities/useRefEffect.js.map +0 -6
  633. package/dist/esm/vendor/react-native/ViewabilityHelper/index.js +0 -136
  634. package/dist/esm/vendor/react-native/ViewabilityHelper/index.js.map +0 -6
  635. package/dist/esm/vendor/react-native/ViewabilityHelper.js +0 -129
  636. package/dist/esm/vendor/react-native/ViewabilityHelper.js.map +0 -6
  637. package/dist/esm/vendor/react-native/VirtualizeUtils/index.js +0 -70
  638. package/dist/esm/vendor/react-native/VirtualizeUtils/index.js.map +0 -6
  639. package/dist/esm/vendor/react-native/VirtualizedList/CellRenderMask.js +0 -62
  640. package/dist/esm/vendor/react-native/VirtualizedList/CellRenderMask.js.map +0 -6
  641. package/dist/esm/vendor/react-native/VirtualizedList/ChildListCollection.js +0 -45
  642. package/dist/esm/vendor/react-native/VirtualizedList/ChildListCollection.js.map +0 -6
  643. package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.js +0 -53
  644. package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.js.map +0 -6
  645. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js +0 -140
  646. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js.map +0 -6
  647. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.js +0 -44
  648. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.js.map +0 -6
  649. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListProps.js +0 -43
  650. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListProps.js.map +0 -6
  651. package/dist/esm/vendor/react-native/VirtualizedList/index.js +0 -232
  652. package/dist/esm/vendor/react-native/VirtualizedList/index.js.map +0 -6
  653. package/dist/esm/vendor/react-native/VirtualizedSectionList/index.js +0 -97
  654. package/dist/esm/vendor/react-native/VirtualizedSectionList/index.js.map +0 -6
  655. package/dist/esm/vendor/react-native/deepDiffer/index.js +0 -32
  656. package/dist/esm/vendor/react-native/deepDiffer/index.js.map +0 -6
  657. package/dist/esm/vendor/react-native/emitter/EventEmitter.js +0 -7
  658. package/dist/esm/vendor/react-native/emitter/EventEmitter.js.map +0 -6
  659. package/dist/esm/vendor/react-native/emitter/EventSubscription.js +0 -1
  660. package/dist/esm/vendor/react-native/emitter/EventSubscription.js.map +0 -6
  661. package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.js +0 -31
  662. package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.js.map +0 -6
  663. package/dist/esm/vendor/react-native/emitter/_EventEmitter.js +0 -115
  664. package/dist/esm/vendor/react-native/emitter/_EventEmitter.js.map +0 -6
  665. package/dist/esm/vendor/react-native/emitter/_EventSubscription.js +0 -21
  666. package/dist/esm/vendor/react-native/emitter/_EventSubscription.js.map +0 -6
  667. package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.js +0 -60
  668. package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.js.map +0 -6
  669. package/dist/esm/vendor/react-native/infoLog/index.js +0 -9
  670. package/dist/esm/vendor/react-native/infoLog/index.js.map +0 -6
  671. package/dist/esm/vendor/react-native/useRefEffect.js +0 -16
  672. package/dist/esm/vendor/react-native/useRefEffect.js.map +0 -6
  673. package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.js +0 -71
  674. package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.js.map +0 -6
  675. package/dist/esm/without-animated.js +0 -229
  676. package/dist/esm/without-animated.js.map +0 -6
@@ -0,0 +1,26 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all) __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: !0
9
+ });
10
+ },
11
+ __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
13
+ get: () => from[key],
14
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
+ });
16
+ return to;
17
+ };
18
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
+ value: !0
20
+ }), mod);
21
+ var Pressability_exports = {};
22
+ __export(Pressability_exports, {
23
+ default: () => Pressability_default
24
+ });
25
+ module.exports = __toCommonJS(Pressability_exports);
26
+ var Pressability_default = {};
@@ -0,0 +1,26 @@
1
+ var __defProp = Object.defineProperty;
2
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
+ var __getOwnPropNames = Object.getOwnPropertyNames;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __export = (target, all) => {
6
+ for (var name in all) __defProp(target, name, {
7
+ get: all[name],
8
+ enumerable: !0
9
+ });
10
+ },
11
+ __copyProps = (to, from, except, desc) => {
12
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
13
+ get: () => from[key],
14
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
15
+ });
16
+ return to;
17
+ };
18
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
+ value: !0
20
+ }), mod);
21
+ var usePressability_exports = {};
22
+ __export(usePressability_exports, {
23
+ default: () => usePressability_default
24
+ });
25
+ module.exports = __toCommonJS(usePressability_exports);
26
+ var usePressability_default = config => ({});
@@ -84,6 +84,11 @@ const ScrollViewBase = React.forwardRef((props, forwardedRef) => {
84
84
  showsHorizontalScrollIndicator,
85
85
  showsVerticalScrollIndicator,
86
86
  style,
87
+ // strip RN-only props that shouldn't reach the DOM
88
+ onMomentumScrollBegin,
89
+ onMomentumScrollEnd,
90
+ onScrollBeginDrag,
91
+ onScrollEndDrag,
87
92
  ...rest
88
93
  } = props,
89
94
  scrollState = React.useRef({
@@ -111,18 +116,18 @@ const ScrollViewBase = React.forwardRef((props, forwardedRef) => {
111
116
  function handleScrollEnd(e) {
112
117
  scrollState.current.isScrolling = !1, onScroll && onScroll(normalizeScrollEvent(e));
113
118
  }
114
- const hideScrollbar = showsHorizontalScrollIndicator === !1 || showsVerticalScrollIndicator === !1;
119
+ const hideHorizontalScrollbar = showsHorizontalScrollIndicator === !1,
120
+ hideVerticalScrollbar = showsVerticalScrollIndicator === !1;
115
121
  return /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_View.View, {
116
122
  ...rest,
123
+ className: "_dsp_contents" + (hideHorizontalScrollbar ? " _hsb-x" : "") + (hideVerticalScrollbar ? " _hsb-y" : ""),
117
124
  onScroll: handleScroll,
118
125
  onTouchMove: createPreventableScrollHandler(onTouchMove),
119
126
  onWheel: createPreventableScrollHandler(onWheel),
120
127
  ref: (0, import_react_native_web_internals.useMergeRefs)(scrollRef, forwardedRef),
121
128
  style: [style,
122
129
  // @ts-ignore
123
- !scrollEnabled && styles.scrollDisabled,
124
- // @ts-ignore
125
- hideScrollbar && styles.hideScrollbar]
130
+ !scrollEnabled && styles.scrollDisabled]
126
131
  });
127
132
  }),
128
133
  styles = {
@@ -130,9 +135,6 @@ const ScrollViewBase = React.forwardRef((props, forwardedRef) => {
130
135
  overflowX: "hidden",
131
136
  overflowY: "hidden",
132
137
  touchAction: "none"
133
- },
134
- hideScrollbar: {
135
- scrollbarWidth: "none"
136
138
  }
137
139
  };
138
140
  var ScrollViewBase_default = ScrollViewBase;
@@ -139,6 +139,37 @@ class ScrollView extends import_react.default.Component {
139
139
  keyboardDismissMode,
140
140
  onScroll,
141
141
  centerContent,
142
+ // strip RN-only props that shouldn't reach the DOM
143
+ contentOffset,
144
+ contentInset,
145
+ contentInsetAdjustmentBehavior,
146
+ decelerationRate,
147
+ directionalLockEnabled,
148
+ disableIntervalMomentum,
149
+ disableScrollViewPanResponder,
150
+ endFillColor,
151
+ fadingEdgeLength,
152
+ indicatorStyle,
153
+ invertStickyHeaders,
154
+ keyboardShouldPersistTaps,
155
+ maintainVisibleContentPosition,
156
+ maximumZoomScale,
157
+ minimumZoomScale,
158
+ nestedScrollEnabled,
159
+ onScrollToTop,
160
+ overScrollMode,
161
+ pinchGestureEnabled,
162
+ removeClippedSubviews,
163
+ scrollIndicatorInsets,
164
+ scrollPerfTag,
165
+ scrollToOverflowEnabled,
166
+ snapToAlignment,
167
+ snapToEnd,
168
+ snapToInterval,
169
+ snapToOffsets,
170
+ snapToStart,
171
+ StickyHeaderComponent,
172
+ ScrollComponent,
142
173
  /* eslint-enable */
143
174
  ...other
144
175
  } = this.props;
@@ -20,7 +20,9 @@ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
20
20
  }), mod);
21
21
  var createReactDOMStyle_exports = {};
22
22
  __export(createReactDOMStyle_exports, {
23
- createReactDOMStyle: () => import_react_native_web_internals.createReactDOMStyle
23
+ createReactDOMStyle: () => import_react_native_web_internals.createReactDOMStyle,
24
+ default: () => createReactDOMStyle_default
24
25
  });
25
26
  module.exports = __toCommonJS(createReactDOMStyle_exports);
26
- var import_react_native_web_internals = require("@tamagui/react-native-web-internals");
27
+ var import_react_native_web_internals = require("@tamagui/react-native-web-internals");
28
+ var createReactDOMStyle_default = import_react_native_web_internals.createReactDOMStyle;
package/dist/cjs/index.js CHANGED
@@ -2,24 +2,33 @@ var __create = Object.create;
2
2
  var __defProp = Object.defineProperty;
3
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __getProtoOf = Object.getPrototypeOf,
6
+ __hasOwnProp = Object.prototype.hasOwnProperty;
6
7
  var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: !0 });
9
- }, __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from == "object" || typeof from == "function")
11
- for (let key of __getOwnPropNames(from))
12
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
- return to;
14
- };
8
+ for (var name in all) __defProp(target, name, {
9
+ get: all[name],
10
+ enumerable: !0
11
+ });
12
+ },
13
+ __copyProps = (to, from, except, desc) => {
14
+ if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
15
+ get: () => from[key],
16
+ enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
17
+ });
18
+ return to;
19
+ };
15
20
  var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
16
21
  // If the importer is in node compatibility mode or this is not an ESM
17
22
  // file that has been converted to a CommonJS file using a Babel-
18
23
  // compatible transform (i.e. "__esModule" has not been set), then set
19
24
  // "default" to the CommonJS "module.exports" for node compatibility.
20
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
21
- mod
22
- )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
26
+ value: mod,
27
+ enumerable: !0
28
+ }) : target, mod)),
29
+ __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
30
+ value: !0
31
+ }), mod);
23
32
  var index_exports = {};
24
33
  __export(index_exports, {
25
34
  AccessibilityInfo: () => import_AccessibilityInfo.AccessibilityInfo,
@@ -102,13 +111,62 @@ __export(index_exports, {
102
111
  useWindowDimensions: () => import_useWindowDimensions.useWindowDimensions
103
112
  });
104
113
  module.exports = __toCommonJS(index_exports);
105
- var import_react = require("react"), import_react_native_web_internals = require("@tamagui/react-native-web-internals"), import_createElement = require("./createElement/index"), import_NativeModules = require("./NativeModules/index"), import_render = require("./render/index"), import_Animated = __toESM(require("./vendor/react-native/Animated/Animated"), 1), import_Easing = __toESM(require("./vendor/react-native/Animated/Easing"), 1), import_NativeEventEmitter = __toESM(require("./vendor/react-native/EventEmitter/NativeEventEmitter"), 1), import_AccessibilityInfo = require("./AccessibilityInfo/index"), import_Alert = require("./Alert/index"), import_Appearance = require("./Appearance/index"), import_AppRegistry = require("./AppRegistry/index"), import_AppState = require("./AppState/index"), import_BackHandler = require("./BackHandler/index"), import_Clipboard = require("./Clipboard/index"), import_DeviceEmitter = require("./DeviceEmitter"), import_DeviceInfo = require("./DeviceInfo/index"), import_Dimensions = require("./Dimensions/index"), import_I18nManager = require("./I18nManager/index"), import_Keyboard = require("./Keyboard/index"), import_Linking = require("./Linking/index"), import_PanResponder = require("./PanResponder/index"), import_PixelRatio = require("./PixelRatio/index"), import_Share = require("./Share/index"), import_Vibration = require("./Vibration/index"), import_FlatList = require("./FlatList"), import_SectionList = require("./SectionList"), import_VirtualizedList = require("./VirtualizedList"), import_TouchableNativeFeedback = require("./TouchableNativeFeedback"), import_UnimplementedView = require("./UnimplementedView"), import_TouchableOpacity = require("./TouchableOpacity"), import_TouchableWithoutFeedback = require("./TouchableWithoutFeedback"), import_ActivityIndicator = require("./ActivityIndicator/index"), import_Image = require("./Image/index"), import_ImageBackground = require("./ImageBackground/index"), import_KeyboardAvoidingView = require("./KeyboardAvoidingView/index"), import_LogBox = require("./LogBox/index"), import_Modal = require("./Modal/index"), import_Pressable = require("./Pressable/index"), import_RefreshControl = require("./RefreshControl/index"), import_SafeAreaView = require("./SafeAreaView/index"), import_ScrollView = require("./ScrollView/index"), import_StatusBar = require("./StatusBar/index"), import_Text = require("./Text/index"), import_TextInput = require("./TextInput/index"), import_View = require("./View/index"), import_useColorScheme = require("./useColorScheme/index"), import_useLocaleContext = require("./useLocaleContext/index"), import_useWindowDimensions = require("./useWindowDimensions/index"), import_react_dom = require("react-dom");
114
+ var import_react = require("react"),
115
+ import_react_native_web_internals = require("@tamagui/react-native-web-internals"),
116
+ import_createElement = require("./createElement/index.cjs"),
117
+ import_NativeModules = require("./NativeModules/index.cjs"),
118
+ import_render = require("./render/index.cjs"),
119
+ import_Animated = __toESM(require("./vendor/react-native/Animated/Animated.cjs"), 1),
120
+ import_Easing = __toESM(require("./vendor/react-native/Animated/Easing.cjs"), 1),
121
+ import_NativeEventEmitter = __toESM(require("./vendor/react-native/EventEmitter/NativeEventEmitter.cjs"), 1),
122
+ import_AccessibilityInfo = require("./AccessibilityInfo/index.cjs"),
123
+ import_Alert = require("./Alert/index.cjs"),
124
+ import_Appearance = require("./Appearance/index.cjs"),
125
+ import_AppRegistry = require("./AppRegistry/index.cjs"),
126
+ import_AppState = require("./AppState/index.cjs"),
127
+ import_BackHandler = require("./BackHandler/index.cjs"),
128
+ import_Clipboard = require("./Clipboard/index.cjs"),
129
+ import_DeviceEmitter = require("./DeviceEmitter.cjs"),
130
+ import_DeviceInfo = require("./DeviceInfo/index.cjs"),
131
+ import_Dimensions = require("./Dimensions/index.cjs"),
132
+ import_I18nManager = require("./I18nManager/index.cjs"),
133
+ import_Keyboard = require("./Keyboard/index.cjs"),
134
+ import_Linking = require("./Linking/index.cjs"),
135
+ import_PanResponder = require("./PanResponder/index.cjs"),
136
+ import_PixelRatio = require("./PixelRatio/index.cjs"),
137
+ import_Share = require("./Share/index.cjs"),
138
+ import_Vibration = require("./Vibration/index.cjs"),
139
+ import_FlatList = require("./FlatList.cjs"),
140
+ import_SectionList = require("./SectionList.cjs"),
141
+ import_VirtualizedList = require("./VirtualizedList.cjs"),
142
+ import_TouchableNativeFeedback = require("./TouchableNativeFeedback.cjs"),
143
+ import_UnimplementedView = require("./UnimplementedView.cjs"),
144
+ import_TouchableOpacity = require("./TouchableOpacity.cjs"),
145
+ import_TouchableWithoutFeedback = require("./TouchableWithoutFeedback.cjs"),
146
+ import_ActivityIndicator = require("./ActivityIndicator/index.cjs"),
147
+ import_Image = require("./Image/index.cjs"),
148
+ import_ImageBackground = require("./ImageBackground/index.cjs"),
149
+ import_KeyboardAvoidingView = require("./KeyboardAvoidingView/index.cjs"),
150
+ import_LogBox = require("./LogBox/index.cjs"),
151
+ import_Modal = require("./Modal/index.cjs"),
152
+ import_Pressable = require("./Pressable/index.cjs"),
153
+ import_RefreshControl = require("./RefreshControl/index.cjs"),
154
+ import_SafeAreaView = require("./SafeAreaView/index.cjs"),
155
+ import_ScrollView = require("./ScrollView/index.cjs"),
156
+ import_StatusBar = require("./StatusBar/index.cjs"),
157
+ import_Text = require("./Text/index.cjs"),
158
+ import_TextInput = require("./TextInput/index.cjs"),
159
+ import_View = require("./View/index.cjs"),
160
+ import_useColorScheme = require("./useColorScheme/index.cjs"),
161
+ import_useLocaleContext = require("./useLocaleContext/index.cjs"),
162
+ import_useWindowDimensions = require("./useWindowDimensions/index.cjs"),
163
+ import_react_dom = require("react-dom");
106
164
  function requireNativeComponent(name) {
107
- return function() {
165
+ return function () {
108
166
  return null;
109
167
  };
110
168
  }
111
- const findNodeHandle = (component) => {
112
- throw new Error("not supported - use ref instead");
113
- }, RootTagContext = (0, import_react.createContext)(null);
114
- //# sourceMappingURL=index.js.map
169
+ const findNodeHandle = component => {
170
+ throw new Error("not supported - use ref instead");
171
+ },
172
+ RootTagContext = (0, import_react.createContext)(null);
@@ -22,6 +22,7 @@ var preprocess_exports = {};
22
22
  __export(preprocess_exports, {
23
23
  createBoxShadowValue: () => import_react_native_web_internals.createBoxShadowValue,
24
24
  createTextShadowValue: () => import_react_native_web_internals.createTextShadowValue,
25
+ createTransformValue: () => import_react_native_web_internals.createTransformValue,
25
26
  preprocess: () => import_react_native_web_internals.preprocess,
26
27
  processStyle: () => import_react_native_web_internals.processStyle
27
28
  });
@@ -163,56 +163,147 @@ var import_react = require("react"),
163
163
  import_useLocaleContext = require("./useLocaleContext/index.cjs"),
164
164
  import_useWindowDimensions = require("./useWindowDimensions/index.cjs");
165
165
  __reExport(without_animated_exports, require("@tamagui/react-native-web-internals"), module.exports);
166
- var import_react_dom = require("react-dom");
166
+ var import_View2 = require("./View/index.cjs"),
167
+ import_Text2 = require("./Text/index.cjs"),
168
+ import_Image2 = require("./Image/index.cjs"),
169
+ import_ScrollView2 = require("./ScrollView/index.cjs"),
170
+ import_react_dom = require("react-dom");
167
171
  function requireNativeComponent(name) {
168
172
  return function () {
169
173
  return null;
170
174
  };
171
175
  }
172
- const Animated = {
173
- View: "div",
174
- Text: "span",
175
- Image: "img",
176
- ScrollView: "div",
177
- FlatList: "div",
178
- SectionList: "div",
179
- Value: class {
180
- constructor() {}
181
- },
182
- ValueXY: class {
183
- constructor() {}
184
- },
185
- timing: () => ({
186
- start: () => {}
187
- }),
188
- spring: () => ({
189
- start: () => {}
190
- }),
191
- decay: () => ({
192
- start: () => {}
193
- }),
194
- sequence: () => ({
195
- start: () => {}
196
- }),
197
- parallel: () => ({
198
- start: () => {}
199
- }),
200
- stagger: () => ({
201
- start: () => {}
202
- }),
203
- loop: () => ({
204
- start: () => {}
176
+ class AnimatedValue {
177
+ _value;
178
+ _offset;
179
+ _listeners;
180
+ _nextId;
181
+ constructor(value = 0) {
182
+ this._value = value, this._offset = 0, this._listeners = {}, this._nextId = 0;
183
+ }
184
+ setValue(value) {
185
+ this._value = value, this._notifyListeners();
186
+ }
187
+ setOffset(offset) {
188
+ this._offset = offset;
189
+ }
190
+ flattenOffset() {
191
+ this._value += this._offset, this._offset = 0;
192
+ }
193
+ extractOffset() {
194
+ this._offset = this._value, this._value = 0;
195
+ }
196
+ addListener(callback) {
197
+ const id = String(this._nextId++);
198
+ return this._listeners[id] = callback, id;
199
+ }
200
+ removeListener(id) {
201
+ delete this._listeners[id];
202
+ }
203
+ removeAllListeners() {
204
+ this._listeners = {};
205
+ }
206
+ stopAnimation(callback) {
207
+ callback?.(this._value);
208
+ }
209
+ resetAnimation(callback) {
210
+ callback?.(this._value);
211
+ }
212
+ interpolate(config) {
213
+ return new AnimatedValue(this._value);
214
+ }
215
+ _notifyListeners() {
216
+ for (const key in this._listeners) this._listeners[key]({
217
+ value: this._value
218
+ });
219
+ }
220
+ __getValue() {
221
+ return this._value + this._offset;
222
+ }
223
+ }
224
+ class AnimatedValueXY {
225
+ x;
226
+ y;
227
+ constructor(value) {
228
+ this.x = new AnimatedValue(value?.x ?? 0), this.y = new AnimatedValue(value?.y ?? 0);
229
+ }
230
+ setValue(value) {
231
+ this.x.setValue(value.x), this.y.setValue(value.y);
232
+ }
233
+ setOffset(offset) {
234
+ this.x.setOffset(offset.x), this.y.setOffset(offset.y);
235
+ }
236
+ flattenOffset() {
237
+ this.x.flattenOffset(), this.y.flattenOffset();
238
+ }
239
+ stopAnimation(callback) {
240
+ callback?.({
241
+ x: this.x._value,
242
+ y: this.y._value
243
+ });
244
+ }
245
+ addListener(callback) {
246
+ const xId = this.x.addListener(() => {
247
+ callback({
248
+ x: this.x._value,
249
+ y: this.y._value
250
+ });
251
+ });
252
+ return this.y.addListener(() => {
253
+ callback({
254
+ x: this.x._value,
255
+ y: this.y._value
256
+ });
257
+ }), xId;
258
+ }
259
+ removeAllListeners() {
260
+ this.x.removeAllListeners(), this.y.removeAllListeners();
261
+ }
262
+ getLayout() {
263
+ return {
264
+ left: this.x,
265
+ top: this.y
266
+ };
267
+ }
268
+ getTranslateTransform() {
269
+ return [{
270
+ translateX: this.x
271
+ }, {
272
+ translateY: this.y
273
+ }];
274
+ }
275
+ }
276
+ const noopAnim = {
277
+ start: cb => cb?.({
278
+ finished: !0
205
279
  }),
280
+ stop: () => {},
281
+ reset: () => {}
282
+ },
283
+ Animated = {
284
+ View: import_View2.View,
285
+ Text: import_Text2.Text,
286
+ Image: import_Image2.Image,
287
+ ScrollView: import_ScrollView2.ScrollView,
288
+ FlatList: import_View2.View,
289
+ SectionList: import_View2.View,
290
+ Value: AnimatedValue,
291
+ ValueXY: AnimatedValueXY,
292
+ timing: () => noopAnim,
293
+ spring: () => noopAnim,
294
+ decay: () => noopAnim,
295
+ sequence: () => noopAnim,
296
+ parallel: () => noopAnim,
297
+ stagger: () => noopAnim,
298
+ loop: () => noopAnim,
206
299
  event: () => () => {},
207
- add: () => new class {}(),
208
- subtract: () => new class {}(),
209
- multiply: () => new class {}(),
210
- divide: () => new class {}(),
211
- modulo: () => new class {}(),
212
- diffClamp: () => new class {}(),
213
- delay: () => ({
214
- start: () => {}
215
- }),
300
+ add: (a, b) => new AnimatedValue(0),
301
+ subtract: (a, b) => new AnimatedValue(0),
302
+ multiply: (a, b) => new AnimatedValue(0),
303
+ divide: (a, b) => new AnimatedValue(0),
304
+ modulo: (a, b) => new AnimatedValue(0),
305
+ diffClamp: (a, min, max) => new AnimatedValue(0),
306
+ delay: () => noopAnim,
216
307
  createAnimatedComponent: c => c
217
308
  },
218
309
  Easing = {
@@ -2,7 +2,7 @@ import { render } from "@testing-library/react";
2
2
  import { createEventTarget } from "dom-event-testing-library";
3
3
  import React from "react";
4
4
  import { act } from "react-dom/test-utils";
5
- import ActivityIndicator from "..";
5
+ import ActivityIndicator from "../index.mjs";
6
6
  import { jsx } from "react/jsx-runtime";
7
7
  describe("components/ActivityIndicator", () => {
8
8
  describe('prop "accessibilityLabel"', () => {
@@ -1,5 +1,5 @@
1
1
  import React from "react";
2
- import AppRegistry from "..";
2
+ import AppRegistry from "../index.mjs";
3
3
  const NoopComponent = () => React.createElement("div");
4
4
  describe("AppRegistry", () => {
5
5
  describe("runApplication", () => {
@@ -1,8 +1,8 @@
1
1
  import React from "react";
2
2
  import ReactDOMServer from "react-dom/server";
3
3
  import StyleSheet from "../../StyleSheet/index";
4
- import View from "../../View";
5
- import AppRegistry from "..";
4
+ import View from "../../View/index.mjs";
5
+ import AppRegistry from "../index.mjs";
6
6
  const NoopComponent = () => React.createElement("div");
7
7
  describe("AppRegistry", () => {
8
8
  describe("getApplication", () => {
@@ -1,4 +1,4 @@
1
- import AppState from "..";
1
+ import AppState from "../index.mjs";
2
2
  describe("apis/AppState", () => {
3
3
  const handler = () => {};
4
4
  describe("addEventListener", () => {
@@ -1,4 +1,4 @@
1
- import Dimensions from "..";
1
+ import Dimensions from "../index.mjs";
2
2
  describe("apis/Dimensions/index.js", () => {
3
3
  test("get", () => {
4
4
  expect(Dimensions.get("screen")).toMatchInlineSnapshot(`
@@ -1,10 +1,10 @@
1
1
  import { invariant, Platform } from "@tamagui/react-native-web-internals";
2
2
  import memoizeOne from "memoize-one";
3
3
  import React from "react";
4
- import { deepDiffer } from "./vendor/react-native/deepDiffer";
5
- import { VirtualizedList } from "./vendor/react-native/VirtualizedList";
6
- import { keyExtractor as defaultKeyExtractor } from "./vendor/react-native/VirtualizeUtils";
7
- import { View } from "./View";
4
+ import { deepDiffer } from "./vendor/react-native/deepDiffer/index.mjs";
5
+ import { VirtualizedList } from "./vendor/react-native/VirtualizedList/index.mjs";
6
+ import { keyExtractor as defaultKeyExtractor } from "./vendor/react-native/VirtualizeUtils/index.mjs";
7
+ import { View } from "./View/index.mjs";
8
8
  import { jsx } from "react/jsx-runtime";
9
9
  function removeClippedSubviewsOrDefault(removeClippedSubviews) {
10
10
  return removeClippedSubviews ?? Platform.OS === "android";
@@ -1,6 +1,6 @@
1
1
  import { render } from "@testing-library/react";
2
- import Text from "../../Text";
3
- import ImageBackground from "..";
2
+ import Text from "../../Text/index.mjs";
3
+ import ImageBackground from "../index.mjs";
4
4
  import { jsx } from "react/jsx-runtime";
5
5
  function findImage(container) {
6
6
  return container.firstChild.firstChild;
@@ -0,0 +1,3 @@
1
+ var Pressability_default = {};
2
+ export { Pressability_default as default };
3
+ //# sourceMappingURL=Pressability.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["Pressability_default"],"sources":["../../../../src/Libraries/Pressability/Pressability.ts"],"sourcesContent":[null],"mappings":"AACA,IAAOA,oBAAA,GAAQ,CAAC","ignoreList":[]}
@@ -0,0 +1,3 @@
1
+ var usePressability_default = config => ({});
2
+ export { usePressability_default as default };
3
+ //# sourceMappingURL=usePressability.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"names":["usePressability_default","config"],"sources":["../../../../src/Libraries/Pressability/usePressability.ts"],"sourcesContent":[null],"mappings":"AACA,IAAOA,uBAAA,GAASC,MAAA,KAAiB,CAAC","ignoreList":[]}
@@ -1,4 +1,4 @@
1
- import Linking from "..";
1
+ import Linking from "../index.mjs";
2
2
  describe("apis/Linking", () => {
3
3
  describe("openURL", () => {
4
4
  test("calls open with a url and target", done => {
@@ -1,6 +1,6 @@
1
1
  import * as React from "react";
2
2
  import { StyleSheet, canUseDOM } from "@tamagui/react-native-web-internals";
3
- import { View } from "../View";
3
+ import { View } from "../View/index.mjs";
4
4
  const ModalContent = /* @__PURE__ */React.forwardRef((props, forwardedRef) => {
5
5
  const {
6
6
  active,
@@ -47,6 +47,11 @@ const ScrollViewBase = React.forwardRef((props, forwardedRef) => {
47
47
  showsHorizontalScrollIndicator,
48
48
  showsVerticalScrollIndicator,
49
49
  style,
50
+ // strip RN-only props that shouldn't reach the DOM
51
+ onMomentumScrollBegin,
52
+ onMomentumScrollEnd,
53
+ onScrollBeginDrag,
54
+ onScrollEndDrag,
50
55
  ...rest
51
56
  } = props,
52
57
  scrollState = React.useRef({
@@ -74,18 +79,18 @@ const ScrollViewBase = React.forwardRef((props, forwardedRef) => {
74
79
  function handleScrollEnd(e) {
75
80
  scrollState.current.isScrolling = !1, onScroll && onScroll(normalizeScrollEvent(e));
76
81
  }
77
- const hideScrollbar = showsHorizontalScrollIndicator === !1 || showsVerticalScrollIndicator === !1;
82
+ const hideHorizontalScrollbar = showsHorizontalScrollIndicator === !1,
83
+ hideVerticalScrollbar = showsVerticalScrollIndicator === !1;
78
84
  return /* @__PURE__ */jsx(View, {
79
85
  ...rest,
86
+ className: "_dsp_contents" + (hideHorizontalScrollbar ? " _hsb-x" : "") + (hideVerticalScrollbar ? " _hsb-y" : ""),
80
87
  onScroll: handleScroll,
81
88
  onTouchMove: createPreventableScrollHandler(onTouchMove),
82
89
  onWheel: createPreventableScrollHandler(onWheel),
83
90
  ref: useMergeRefs(scrollRef, forwardedRef),
84
91
  style: [style,
85
92
  // @ts-ignore
86
- !scrollEnabled && styles.scrollDisabled,
87
- // @ts-ignore
88
- hideScrollbar && styles.hideScrollbar]
93
+ !scrollEnabled && styles.scrollDisabled]
89
94
  });
90
95
  }),
91
96
  styles = {
@@ -93,9 +98,6 @@ const ScrollViewBase = React.forwardRef((props, forwardedRef) => {
93
98
  overflowX: "hidden",
94
99
  overflowY: "hidden",
95
100
  touchAction: "none"
96
- },
97
- hideScrollbar: {
98
- scrollbarWidth: "none"
99
101
  }
100
102
  };
101
103
  var ScrollViewBase_default = ScrollViewBase;
@@ -1 +1 @@
1
- {"version":3,"names":["useMergeRefs","React","View","jsx","normalizeScrollEvent","e","nativeEvent","contentOffset","x","target","scrollLeft","y","scrollTop","contentSize","height","scrollHeight","width","scrollWidth","layoutMeasurement","offsetHeight","offsetWidth","timeStamp","Date","now","shouldEmitScrollEvent","lastTick","eventThrottle","timeSinceLastTick","ScrollViewBase","forwardRef","props","forwardedRef","onScroll","onTouchMove","onWheel","scrollEnabled","scrollEventThrottle","showsHorizontalScrollIndicator","showsVerticalScrollIndicator","style","rest","scrollState","useRef","isScrolling","scrollLastTick","scrollTimeout","scrollRef","createPreventableScrollHandler","handler","handleScroll","stopPropagation","current","persist","clearTimeout","setTimeout","handleScrollEnd","handleScrollTick","handleScrollStart","hideScrollbar","ref","styles","scrollDisabled","overflowX","overflowY","touchAction","scrollbarWidth","ScrollViewBase_default"],"sources":["../../../src/ScrollView/ScrollViewBase.tsx"],"sourcesContent":[null],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"names":["useMergeRefs","React","View","jsx","normalizeScrollEvent","e","nativeEvent","contentOffset","x","target","scrollLeft","y","scrollTop","contentSize","height","scrollHeight","width","scrollWidth","layoutMeasurement","offsetHeight","offsetWidth","timeStamp","Date","now","shouldEmitScrollEvent","lastTick","eventThrottle","timeSinceLastTick","ScrollViewBase","forwardRef","props","forwardedRef","onScroll","onTouchMove","onWheel","scrollEnabled","scrollEventThrottle","showsHorizontalScrollIndicator","showsVerticalScrollIndicator","style","onMomentumScrollBegin","onMomentumScrollEnd","onScrollBeginDrag","onScrollEndDrag","rest","scrollState","useRef","isScrolling","scrollLastTick","scrollTimeout","scrollRef","createPreventableScrollHandler","handler","handleScroll","stopPropagation","current","persist","clearTimeout","setTimeout","handleScrollEnd","handleScrollTick","handleScrollStart","hideHorizontalScrollbar","hideVerticalScrollbar","className","ref","styles","scrollDisabled","overflowX","overflowY","touchAction","ScrollViewBase_default"],"sources":["../../../src/ScrollView/ScrollViewBase.tsx"],"sourcesContent":[null],"mappings":"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","ignoreList":[]}