@tamagui/react-native-web-lite 2.7.6 → 3.0.0-beta.637.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (504) hide show
  1. package/dist/cjs/AccessibilityInfo/index.cjs +82 -87
  2. package/dist/cjs/ActivityIndicator/index.cjs +83 -103
  3. package/dist/cjs/Alert/index.cjs +17 -20
  4. package/dist/cjs/AppRegistry/AppContainer.cjs +37 -52
  5. package/dist/cjs/AppRegistry/index.cjs +69 -81
  6. package/dist/cjs/AppRegistry/renderApplication.cjs +42 -54
  7. package/dist/cjs/AppState/index.cjs +60 -67
  8. package/dist/cjs/Appearance/index.cjs +40 -49
  9. package/dist/cjs/BackHandler/index.cjs +20 -25
  10. package/dist/cjs/Clipboard/index.cjs +50 -53
  11. package/dist/cjs/DeviceEmitter.cjs +15 -18
  12. package/dist/cjs/DeviceInfo/index.cjs +50 -63
  13. package/dist/cjs/Dimensions/index.cjs +86 -89
  14. package/dist/cjs/FlatList.cjs +177 -211
  15. package/dist/cjs/I18nManager/index.cjs +24 -29
  16. package/dist/cjs/Image/index.cjs +277 -308
  17. package/dist/cjs/Image/types.cjs +10 -11
  18. package/dist/cjs/ImageBackground/index.cjs +35 -48
  19. package/dist/cjs/InteractionManager/TaskQueue.cjs +95 -100
  20. package/dist/cjs/InteractionManager/index.cjs +105 -115
  21. package/dist/cjs/Keyboard/index.cjs +23 -28
  22. package/dist/cjs/KeyboardAvoidingView/index.cjs +41 -54
  23. package/dist/cjs/Libraries/Pressability/Pressability.cjs +15 -18
  24. package/dist/cjs/Libraries/Pressability/usePressability.cjs +15 -18
  25. package/dist/cjs/Linking/index.cjs +86 -89
  26. package/dist/cjs/LogBox/index.cjs +20 -21
  27. package/dist/cjs/Modal/ModalAnimation.cjs +131 -151
  28. package/dist/cjs/Modal/ModalContent.cjs +57 -77
  29. package/dist/cjs/Modal/ModalPortal.cjs +38 -46
  30. package/dist/cjs/Modal/index.cjs +15 -18
  31. package/dist/cjs/NativeModules/index.cjs +15 -20
  32. package/dist/cjs/PanResponder/index.cjs +18 -26
  33. package/dist/cjs/PixelRatio/index.cjs +45 -48
  34. package/dist/cjs/Pressable/index.cjs +130 -142
  35. package/dist/cjs/RefreshControl/index.cjs +18 -35
  36. package/dist/cjs/SafeAreaView/index.cjs +35 -46
  37. package/dist/cjs/ScrollView/WebScrollView.cjs +270 -0
  38. package/dist/cjs/ScrollView/index.cjs +15 -662
  39. package/dist/cjs/SectionList.cjs +19 -25
  40. package/dist/cjs/Share/index.cjs +44 -47
  41. package/dist/cjs/StatusBar/index.cjs +17 -18
  42. package/dist/cjs/Text/index.cjs +133 -171
  43. package/dist/cjs/Text/types.cjs +10 -11
  44. package/dist/cjs/TextInput/index.cjs +281 -359
  45. package/dist/cjs/TextInput/types.cjs +10 -11
  46. package/dist/cjs/TouchableNativeFeedback.cjs +15 -18
  47. package/dist/cjs/TouchableOpacity.cjs +91 -99
  48. package/dist/cjs/TouchableWithoutFeedback.cjs +65 -74
  49. package/dist/cjs/UnimplementedView.cjs +26 -36
  50. package/dist/cjs/Vibration/index.cjs +25 -28
  51. package/dist/cjs/View/index.cjs +89 -121
  52. package/dist/cjs/View/types.cjs +10 -11
  53. package/dist/cjs/VirtualizedList.cjs +19 -25
  54. package/dist/cjs/codegenNativeCommands.cjs +32 -0
  55. package/dist/cjs/codegenNativeComponent.cjs +19 -18
  56. package/dist/cjs/createElement/index.cjs +52 -70
  57. package/dist/cjs/createReactDOMStyle.cjs +16 -17
  58. package/dist/cjs/index.cjs +106 -106
  59. package/dist/cjs/modules/requestIdleCallback.cjs +28 -29
  60. package/dist/cjs/preprocess.cjs +19 -20
  61. package/dist/cjs/render/index.cjs +18 -19
  62. package/dist/cjs/styleTypes.cjs +10 -11
  63. package/dist/cjs/types.cjs +10 -11
  64. package/dist/cjs/useColorScheme/index.cjs +27 -37
  65. package/dist/cjs/useLocaleContext/index.cjs +15 -18
  66. package/dist/cjs/useWindowDimensions/index.cjs +32 -42
  67. package/dist/cjs/vendor/react-native/Animated/Animated.cjs +23 -24
  68. package/dist/cjs/vendor/react-native/Animated/AnimatedEvent.cjs +136 -141
  69. package/dist/cjs/vendor/react-native/Animated/AnimatedImplementation.cjs +500 -533
  70. package/dist/cjs/vendor/react-native/Animated/AnimatedMock.cjs +100 -109
  71. package/dist/cjs/vendor/react-native/Animated/AnimatedPlatformConfig.cjs +2 -1
  72. package/dist/cjs/vendor/react-native/Animated/Easing.cjs +182 -183
  73. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedHelper.cjs +302 -328
  74. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedModule.cjs +48 -56
  75. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedTurboModule.cjs +46 -53
  76. package/dist/cjs/vendor/react-native/Animated/SpringConfig.cjs +63 -64
  77. package/dist/cjs/vendor/react-native/Animated/animations/Animation.cjs +52 -56
  78. package/dist/cjs/vendor/react-native/Animated/animations/DecayAnimation.cjs +74 -79
  79. package/dist/cjs/vendor/react-native/Animated/animations/SpringAnimation.cjs +210 -215
  80. package/dist/cjs/vendor/react-native/Animated/animations/TimingAnimation.cjs +107 -116
  81. package/dist/cjs/vendor/react-native/Animated/bezier.cjs +83 -88
  82. package/dist/cjs/vendor/react-native/Animated/components/AnimatedFlatList.cjs +23 -29
  83. package/dist/cjs/vendor/react-native/Animated/components/AnimatedImage.cjs +19 -25
  84. package/dist/cjs/vendor/react-native/Animated/components/AnimatedScrollView.cjs +23 -29
  85. package/dist/cjs/vendor/react-native/Animated/components/AnimatedSectionList.cjs +23 -29
  86. package/dist/cjs/vendor/react-native/Animated/components/AnimatedText.cjs +16 -17
  87. package/dist/cjs/vendor/react-native/Animated/components/AnimatedView.cjs +16 -17
  88. package/dist/cjs/vendor/react-native/Animated/createAnimatedComponent.cjs +32 -44
  89. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedAddition.cjs +51 -52
  90. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedColor.cjs +244 -247
  91. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDiffClamp.cjs +59 -60
  92. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDivision.cjs +65 -66
  93. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedInterpolation.cjs +185 -188
  94. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedModulo.cjs +49 -50
  95. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedMultiplication.cjs +51 -52
  96. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedNode.cjs +152 -156
  97. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedProps.cjs +133 -134
  98. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedStyle.cjs +113 -116
  99. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedSubtraction.cjs +51 -52
  100. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTracking.cjs +73 -75
  101. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTransform.cjs +109 -110
  102. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValue.cjs +212 -216
  103. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValueXY.cjs +96 -103
  104. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedWithChildren.cjs +70 -71
  105. package/dist/cjs/vendor/react-native/Animated/useAnimatedProps.cjs +75 -76
  106. package/dist/cjs/vendor/react-native/Batchinator/index.cjs +46 -57
  107. package/dist/cjs/vendor/react-native/EventEmitter/NativeEventEmitter.cjs +54 -57
  108. package/dist/cjs/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.cjs +16 -17
  109. package/dist/cjs/vendor/react-native/FeatureFlags.cjs +21 -24
  110. package/dist/cjs/vendor/react-native/FillRateHelper/index.cjs +165 -173
  111. package/dist/cjs/vendor/react-native/FlatList/index.cjs +259 -294
  112. package/dist/cjs/vendor/react-native/JSEventLoopWatchdog/index.cjs +66 -69
  113. package/dist/cjs/vendor/react-native/LayoutAnimation/index.cjs +87 -91
  114. package/dist/cjs/vendor/react-native/PanResponder/index.cjs +170 -176
  115. package/dist/cjs/vendor/react-native/PooledClass/index.cjs +42 -43
  116. package/dist/cjs/vendor/react-native/ReactNative/ReactNativeFeatureFlags.cjs +21 -22
  117. package/dist/cjs/vendor/react-native/SectionList/index.cjs +95 -110
  118. package/dist/cjs/vendor/react-native/StaticContainer/index.cjs +28 -34
  119. package/dist/cjs/vendor/react-native/StaticRenderer/index.cjs +27 -33
  120. package/dist/cjs/vendor/react-native/TouchHistoryMath/index.cjs +82 -111
  121. package/dist/cjs/vendor/react-native/TurboModule/RCTExport.cjs +17 -22
  122. package/dist/cjs/vendor/react-native/TurboModule/TurboModuleRegistry.cjs +20 -21
  123. package/dist/cjs/vendor/react-native/Types/CoreEventTypes.cjs +124 -127
  124. package/dist/cjs/vendor/react-native/Utilities/Platform.cjs +16 -17
  125. package/dist/cjs/vendor/react-native/Utilities/clamp.cjs +23 -24
  126. package/dist/cjs/vendor/react-native/Utilities/setAndForwardRef.cjs +26 -30
  127. package/dist/cjs/vendor/react-native/Utilities/useMergeRefs.cjs +27 -30
  128. package/dist/cjs/vendor/react-native/Utilities/useRefEffect.cjs +26 -27
  129. package/dist/cjs/vendor/react-native/ViewabilityHelper/index.cjs +154 -163
  130. package/dist/cjs/vendor/react-native/ViewabilityHelper.cjs +147 -156
  131. package/dist/cjs/vendor/react-native/VirtualizeUtils/index.cjs +124 -125
  132. package/dist/cjs/vendor/react-native/VirtualizedList/CellRenderMask.cjs +100 -99
  133. package/dist/cjs/vendor/react-native/VirtualizedList/ChildListCollection.cjs +63 -64
  134. package/dist/cjs/vendor/react-native/VirtualizedList/StateSafePureComponent.cjs +66 -75
  135. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.cjs +104 -160
  136. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListContext.cjs +56 -64
  137. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListProps.cjs +51 -52
  138. package/dist/cjs/vendor/react-native/VirtualizedList/index.cjs +222 -284
  139. package/dist/cjs/vendor/react-native/VirtualizedSectionList/index.cjs +124 -144
  140. package/dist/cjs/vendor/react-native/deepDiffer/index.cjs +58 -59
  141. package/dist/cjs/vendor/react-native/emitter/EventEmitter.cjs +16 -17
  142. package/dist/cjs/vendor/react-native/emitter/EventSubscription.cjs +2 -1
  143. package/dist/cjs/vendor/react-native/emitter/_EmitterSubscription.cjs +43 -44
  144. package/dist/cjs/vendor/react-native/emitter/_EventEmitter.cjs +115 -120
  145. package/dist/cjs/vendor/react-native/emitter/_EventSubscription.cjs +31 -32
  146. package/dist/cjs/vendor/react-native/emitter/_EventSubscriptionVendor.cjs +80 -81
  147. package/dist/cjs/vendor/react-native/infoLog/index.cjs +17 -18
  148. package/dist/cjs/vendor/react-native/useRefEffect.cjs +26 -27
  149. package/dist/cjs/vendor/react-native/vendor/emitter/EventEmitter.cjs +88 -89
  150. package/dist/cjs/without-animated.cjs +255 -267
  151. package/dist/esm/AccessibilityInfo/index.mjs +69 -69
  152. package/dist/esm/AccessibilityInfo/index.mjs.map +1 -1
  153. package/dist/esm/ActivityIndicator/index.mjs +66 -78
  154. package/dist/esm/ActivityIndicator/index.mjs.map +1 -1
  155. package/dist/esm/Alert/index.mjs +4 -3
  156. package/dist/esm/Alert/index.mjs.map +1 -1
  157. package/dist/esm/AppRegistry/AppContainer.mjs +21 -28
  158. package/dist/esm/AppRegistry/AppContainer.mjs.map +1 -1
  159. package/dist/esm/AppRegistry/index.mjs +58 -65
  160. package/dist/esm/AppRegistry/index.mjs.map +1 -1
  161. package/dist/esm/AppRegistry/renderApplication.mjs +30 -40
  162. package/dist/esm/AppRegistry/renderApplication.mjs.map +1 -1
  163. package/dist/esm/AppState/index.mjs +48 -50
  164. package/dist/esm/AppState/index.mjs.map +1 -1
  165. package/dist/esm/Appearance/index.mjs +27 -31
  166. package/dist/esm/Appearance/index.mjs.map +1 -1
  167. package/dist/esm/BackHandler/index.mjs +6 -7
  168. package/dist/esm/BackHandler/index.mjs.map +1 -1
  169. package/dist/esm/Clipboard/index.mjs +37 -36
  170. package/dist/esm/Clipboard/index.mjs.map +1 -1
  171. package/dist/esm/DeviceEmitter.mjs +2 -0
  172. package/dist/esm/DeviceEmitter.mjs.map +1 -1
  173. package/dist/esm/DeviceInfo/index.mjs +37 -45
  174. package/dist/esm/DeviceInfo/index.mjs.map +1 -1
  175. package/dist/esm/Dimensions/index.mjs +72 -72
  176. package/dist/esm/Dimensions/index.mjs.map +1 -1
  177. package/dist/esm/FlatList.mjs +162 -188
  178. package/dist/esm/FlatList.mjs.map +1 -1
  179. package/dist/esm/I18nManager/index.mjs +10 -11
  180. package/dist/esm/I18nManager/index.mjs.map +1 -1
  181. package/dist/esm/Image/index.mjs +261 -285
  182. package/dist/esm/Image/index.mjs.map +1 -1
  183. package/dist/esm/Image/types.mjs +0 -2
  184. package/dist/esm/ImageBackground/index.mjs +21 -31
  185. package/dist/esm/ImageBackground/index.mjs.map +1 -1
  186. package/dist/esm/InteractionManager/TaskQueue.mjs +83 -83
  187. package/dist/esm/InteractionManager/TaskQueue.mjs.map +1 -1
  188. package/dist/esm/InteractionManager/index.mjs +89 -89
  189. package/dist/esm/InteractionManager/index.mjs.map +1 -1
  190. package/dist/esm/Keyboard/index.mjs +10 -10
  191. package/dist/esm/Keyboard/index.mjs.map +1 -1
  192. package/dist/esm/KeyboardAvoidingView/index.mjs +24 -29
  193. package/dist/esm/KeyboardAvoidingView/index.mjs.map +1 -1
  194. package/dist/esm/Libraries/Pressability/Pressability.mjs +1 -0
  195. package/dist/esm/Libraries/Pressability/Pressability.mjs.map +1 -1
  196. package/dist/esm/Libraries/Pressability/usePressability.mjs +2 -1
  197. package/dist/esm/Libraries/Pressability/usePressability.mjs.map +1 -1
  198. package/dist/esm/Linking/index.mjs +73 -71
  199. package/dist/esm/Linking/index.mjs.map +1 -1
  200. package/dist/esm/LogBox/index.mjs +5 -4
  201. package/dist/esm/LogBox/index.mjs.map +1 -1
  202. package/dist/esm/Modal/ModalAnimation.mjs +116 -126
  203. package/dist/esm/Modal/ModalAnimation.mjs.map +1 -1
  204. package/dist/esm/Modal/ModalContent.mjs +41 -51
  205. package/dist/esm/Modal/ModalContent.mjs.map +1 -1
  206. package/dist/esm/Modal/ModalPortal.mjs +22 -20
  207. package/dist/esm/Modal/ModalPortal.mjs.map +1 -1
  208. package/dist/esm/Modal/index.mjs +1 -0
  209. package/dist/esm/Modal/index.mjs.map +1 -1
  210. package/dist/esm/NativeModules/index.mjs +3 -3
  211. package/dist/esm/NativeModules/index.mjs.map +1 -1
  212. package/dist/esm/PanResponder/index.mjs +3 -3
  213. package/dist/esm/PixelRatio/index.mjs +33 -31
  214. package/dist/esm/PixelRatio/index.mjs.map +1 -1
  215. package/dist/esm/Pressable/index.mjs +114 -119
  216. package/dist/esm/Pressable/index.mjs.map +1 -1
  217. package/dist/esm/RefreshControl/index.mjs +4 -18
  218. package/dist/esm/RefreshControl/index.mjs.map +1 -1
  219. package/dist/esm/SafeAreaView/index.mjs +18 -21
  220. package/dist/esm/SafeAreaView/index.mjs.map +1 -1
  221. package/dist/esm/ScrollView/WebScrollView.mjs +244 -0
  222. package/dist/esm/ScrollView/WebScrollView.mjs.map +1 -0
  223. package/dist/esm/ScrollView/index.mjs +3 -635
  224. package/dist/esm/SectionList.mjs +3 -4
  225. package/dist/esm/Share/index.mjs +32 -30
  226. package/dist/esm/Share/index.mjs.map +1 -1
  227. package/dist/esm/StatusBar/index.mjs +2 -1
  228. package/dist/esm/StatusBar/index.mjs.map +1 -1
  229. package/dist/esm/Text/index.mjs +116 -146
  230. package/dist/esm/Text/index.mjs.map +1 -1
  231. package/dist/esm/Text/types.mjs +0 -2
  232. package/dist/esm/TextInput/index.mjs +265 -336
  233. package/dist/esm/TextInput/index.mjs.map +1 -1
  234. package/dist/esm/TextInput/types.mjs +0 -2
  235. package/dist/esm/TouchableNativeFeedback.mjs +2 -2
  236. package/dist/esm/TouchableOpacity.mjs +75 -73
  237. package/dist/esm/TouchableOpacity.mjs.map +1 -1
  238. package/dist/esm/TouchableWithoutFeedback.mjs +49 -48
  239. package/dist/esm/TouchableWithoutFeedback.mjs.map +1 -1
  240. package/dist/esm/UnimplementedView.mjs +11 -11
  241. package/dist/esm/UnimplementedView.mjs.map +1 -1
  242. package/dist/esm/Vibration/index.mjs +11 -10
  243. package/dist/esm/Vibration/index.mjs.map +1 -1
  244. package/dist/esm/View/index.mjs +73 -97
  245. package/dist/esm/View/index.mjs.map +1 -1
  246. package/dist/esm/View/types.mjs +0 -2
  247. package/dist/esm/VirtualizedList.mjs +3 -4
  248. package/dist/esm/codegenNativeCommands.mjs +8 -0
  249. package/dist/esm/codegenNativeCommands.mjs.map +1 -0
  250. package/dist/esm/codegenNativeComponent.mjs +5 -3
  251. package/dist/esm/codegenNativeComponent.mjs.map +1 -1
  252. package/dist/esm/createElement/index.mjs +35 -45
  253. package/dist/esm/createElement/index.mjs.map +1 -1
  254. package/dist/esm/createReactDOMStyle.mjs +2 -0
  255. package/dist/esm/createReactDOMStyle.mjs.map +1 -1
  256. package/dist/esm/index.js +15 -10
  257. package/dist/esm/index.js.map +1 -1
  258. package/dist/esm/index.mjs +15 -10
  259. package/dist/esm/index.mjs.map +1 -1
  260. package/dist/esm/modules/requestIdleCallback.mjs +13 -12
  261. package/dist/esm/modules/requestIdleCallback.mjs.map +1 -1
  262. package/dist/esm/preprocess.mjs +3 -3
  263. package/dist/esm/render/index.mjs +1 -0
  264. package/dist/esm/render/index.mjs.map +1 -1
  265. package/dist/esm/styleTypes.mjs +0 -2
  266. package/dist/esm/types.mjs +0 -2
  267. package/dist/esm/useColorScheme/index.mjs +11 -11
  268. package/dist/esm/useColorScheme/index.mjs.map +1 -1
  269. package/dist/esm/useLocaleContext/index.mjs +2 -2
  270. package/dist/esm/useWindowDimensions/index.mjs +16 -16
  271. package/dist/esm/useWindowDimensions/index.mjs.map +1 -1
  272. package/dist/esm/vendor/react-native/Animated/Animated.mjs +12 -10
  273. package/dist/esm/vendor/react-native/Animated/Animated.mjs.map +1 -1
  274. package/dist/esm/vendor/react-native/Animated/AnimatedEvent.mjs +124 -127
  275. package/dist/esm/vendor/react-native/Animated/AnimatedEvent.mjs.map +1 -1
  276. package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.mjs +485 -515
  277. package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.mjs.map +1 -1
  278. package/dist/esm/vendor/react-native/Animated/AnimatedMock.mjs +85 -91
  279. package/dist/esm/vendor/react-native/Animated/AnimatedMock.mjs.map +1 -1
  280. package/dist/esm/vendor/react-native/Animated/AnimatedPlatformConfig.mjs +0 -2
  281. package/dist/esm/vendor/react-native/Animated/Easing.mjs +169 -167
  282. package/dist/esm/vendor/react-native/Animated/Easing.mjs.map +1 -1
  283. package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.mjs +273 -296
  284. package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.mjs.map +1 -1
  285. package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.mjs +26 -26
  286. package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.mjs.map +1 -1
  287. package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.mjs +24 -23
  288. package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.mjs.map +1 -1
  289. package/dist/esm/vendor/react-native/Animated/SpringConfig.mjs +48 -47
  290. package/dist/esm/vendor/react-native/Animated/SpringConfig.mjs.map +1 -1
  291. package/dist/esm/vendor/react-native/Animated/animations/Animation.mjs +38 -39
  292. package/dist/esm/vendor/react-native/Animated/animations/Animation.mjs.map +1 -1
  293. package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.mjs +60 -62
  294. package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.mjs.map +1 -1
  295. package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.mjs +196 -198
  296. package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.mjs.map +1 -1
  297. package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.mjs +93 -99
  298. package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.mjs.map +1 -1
  299. package/dist/esm/vendor/react-native/Animated/bezier.mjs +68 -71
  300. package/dist/esm/vendor/react-native/Animated/bezier.mjs.map +1 -1
  301. package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.mjs +7 -5
  302. package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.mjs.map +1 -1
  303. package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.mjs +3 -1
  304. package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.mjs.map +1 -1
  305. package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.mjs +7 -5
  306. package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.mjs.map +1 -1
  307. package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.mjs +7 -5
  308. package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.mjs.map +1 -1
  309. package/dist/esm/vendor/react-native/Animated/components/AnimatedText.mjs +2 -0
  310. package/dist/esm/vendor/react-native/Animated/components/AnimatedText.mjs.map +1 -1
  311. package/dist/esm/vendor/react-native/Animated/components/AnimatedView.mjs +2 -0
  312. package/dist/esm/vendor/react-native/Animated/components/AnimatedView.mjs.map +1 -1
  313. package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.mjs +15 -19
  314. package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.mjs.map +1 -1
  315. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.mjs +37 -35
  316. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.mjs.map +1 -1
  317. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.mjs +230 -230
  318. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.mjs.map +1 -1
  319. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.mjs +45 -43
  320. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.mjs.map +1 -1
  321. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.mjs +51 -49
  322. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.mjs.map +1 -1
  323. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.mjs +172 -172
  324. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.mjs.map +1 -1
  325. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.mjs +35 -33
  326. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.mjs.map +1 -1
  327. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.mjs +37 -35
  328. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.mjs.map +1 -1
  329. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.mjs +138 -139
  330. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.mjs.map +1 -1
  331. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.mjs +119 -117
  332. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.mjs.map +1 -1
  333. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.mjs +99 -99
  334. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.mjs.map +1 -1
  335. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.mjs +37 -35
  336. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.mjs.map +1 -1
  337. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.mjs +60 -59
  338. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.mjs.map +1 -1
  339. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.mjs +95 -93
  340. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.mjs.map +1 -1
  341. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.mjs +198 -199
  342. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.mjs.map +1 -1
  343. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.mjs +82 -86
  344. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.mjs.map +1 -1
  345. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.mjs +56 -54
  346. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.mjs.map +1 -1
  347. package/dist/esm/vendor/react-native/Animated/useAnimatedProps.mjs +61 -59
  348. package/dist/esm/vendor/react-native/Animated/useAnimatedProps.mjs.map +1 -1
  349. package/dist/esm/vendor/react-native/Batchinator/index.mjs +32 -40
  350. package/dist/esm/vendor/react-native/Batchinator/index.mjs.map +1 -1
  351. package/dist/esm/vendor/react-native/EventEmitter/NativeEventEmitter.mjs +40 -40
  352. package/dist/esm/vendor/react-native/EventEmitter/NativeEventEmitter.mjs.map +1 -1
  353. package/dist/esm/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.mjs +2 -0
  354. package/dist/esm/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.mjs.map +1 -1
  355. package/dist/esm/vendor/react-native/FeatureFlags.mjs +7 -6
  356. package/dist/esm/vendor/react-native/FeatureFlags.mjs.map +1 -1
  357. package/dist/esm/vendor/react-native/FillRateHelper/index.mjs +150 -156
  358. package/dist/esm/vendor/react-native/FillRateHelper/index.mjs.map +1 -1
  359. package/dist/esm/vendor/react-native/FlatList/index.mjs +244 -271
  360. package/dist/esm/vendor/react-native/FlatList/index.mjs.map +1 -1
  361. package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.mjs +52 -52
  362. package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.mjs.map +1 -1
  363. package/dist/esm/vendor/react-native/LayoutAnimation/index.mjs +73 -74
  364. package/dist/esm/vendor/react-native/LayoutAnimation/index.mjs.map +1 -1
  365. package/dist/esm/vendor/react-native/PanResponder/index.mjs +153 -151
  366. package/dist/esm/vendor/react-native/PanResponder/index.mjs.map +1 -1
  367. package/dist/esm/vendor/react-native/PooledClass/index.mjs +27 -26
  368. package/dist/esm/vendor/react-native/PooledClass/index.mjs.map +1 -1
  369. package/dist/esm/vendor/react-native/ReactNative/ReactNativeFeatureFlags.mjs +6 -5
  370. package/dist/esm/vendor/react-native/ReactNative/ReactNativeFeatureFlags.mjs.map +1 -1
  371. package/dist/esm/vendor/react-native/SectionList/index.mjs +78 -85
  372. package/dist/esm/vendor/react-native/SectionList/index.mjs.map +1 -1
  373. package/dist/esm/vendor/react-native/StaticContainer/index.mjs +11 -9
  374. package/dist/esm/vendor/react-native/StaticContainer/index.mjs.map +1 -1
  375. package/dist/esm/vendor/react-native/StaticRenderer/index.mjs +10 -8
  376. package/dist/esm/vendor/react-native/StaticRenderer/index.mjs.map +1 -1
  377. package/dist/esm/vendor/react-native/TouchHistoryMath/index.mjs +67 -94
  378. package/dist/esm/vendor/react-native/TouchHistoryMath/index.mjs.map +1 -1
  379. package/dist/esm/vendor/react-native/TurboModule/RCTExport.mjs +3 -6
  380. package/dist/esm/vendor/react-native/TurboModule/RCTExport.mjs.map +1 -1
  381. package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.mjs +6 -4
  382. package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.mjs.map +1 -1
  383. package/dist/esm/vendor/react-native/Types/CoreEventTypes.mjs +105 -106
  384. package/dist/esm/vendor/react-native/Types/CoreEventTypes.mjs.map +1 -1
  385. package/dist/esm/vendor/react-native/Utilities/Platform.mjs +2 -0
  386. package/dist/esm/vendor/react-native/Utilities/Platform.mjs.map +1 -1
  387. package/dist/esm/vendor/react-native/Utilities/clamp.mjs +8 -7
  388. package/dist/esm/vendor/react-native/Utilities/clamp.mjs.map +1 -1
  389. package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.mjs +11 -13
  390. package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.mjs.map +1 -1
  391. package/dist/esm/vendor/react-native/Utilities/useMergeRefs.mjs +13 -13
  392. package/dist/esm/vendor/react-native/Utilities/useMergeRefs.mjs.map +1 -1
  393. package/dist/esm/vendor/react-native/Utilities/useRefEffect.mjs +12 -10
  394. package/dist/esm/vendor/react-native/Utilities/useRefEffect.mjs.map +1 -1
  395. package/dist/esm/vendor/react-native/ViewabilityHelper/index.mjs +140 -146
  396. package/dist/esm/vendor/react-native/ViewabilityHelper/index.mjs.map +1 -1
  397. package/dist/esm/vendor/react-native/ViewabilityHelper.mjs +133 -139
  398. package/dist/esm/vendor/react-native/ViewabilityHelper.mjs.map +1 -1
  399. package/dist/esm/vendor/react-native/VirtualizeUtils/index.mjs +107 -106
  400. package/dist/esm/vendor/react-native/VirtualizeUtils/index.mjs.map +1 -1
  401. package/dist/esm/vendor/react-native/VirtualizedList/CellRenderMask.mjs +88 -82
  402. package/dist/esm/vendor/react-native/VirtualizedList/CellRenderMask.mjs.map +1 -1
  403. package/dist/esm/vendor/react-native/VirtualizedList/ChildListCollection.mjs +49 -47
  404. package/dist/esm/vendor/react-native/VirtualizedList/ChildListCollection.mjs.map +1 -1
  405. package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.mjs +49 -50
  406. package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.mjs.map +1 -1
  407. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.mjs +87 -135
  408. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.mjs.map +1 -1
  409. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.mjs +38 -38
  410. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.mjs.map +1 -1
  411. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListProps.mjs +36 -35
  412. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListProps.mjs.map +1 -1
  413. package/dist/esm/vendor/react-native/VirtualizedList/index.mjs +207 -266
  414. package/dist/esm/vendor/react-native/VirtualizedList/index.mjs.map +1 -1
  415. package/dist/esm/vendor/react-native/VirtualizedSectionList/index.mjs +107 -119
  416. package/dist/esm/vendor/react-native/VirtualizedSectionList/index.mjs.map +1 -1
  417. package/dist/esm/vendor/react-native/deepDiffer/index.mjs +43 -42
  418. package/dist/esm/vendor/react-native/deepDiffer/index.mjs.map +1 -1
  419. package/dist/esm/vendor/react-native/emitter/EventEmitter.mjs +2 -0
  420. package/dist/esm/vendor/react-native/emitter/EventEmitter.mjs.map +1 -1
  421. package/dist/esm/vendor/react-native/emitter/EventSubscription.mjs +0 -2
  422. package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.mjs +29 -27
  423. package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.mjs.map +1 -1
  424. package/dist/esm/vendor/react-native/emitter/_EventEmitter.mjs +101 -103
  425. package/dist/esm/vendor/react-native/emitter/_EventEmitter.mjs.map +1 -1
  426. package/dist/esm/vendor/react-native/emitter/_EventSubscription.mjs +16 -15
  427. package/dist/esm/vendor/react-native/emitter/_EventSubscription.mjs.map +1 -1
  428. package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.mjs +66 -64
  429. package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.mjs.map +1 -1
  430. package/dist/esm/vendor/react-native/infoLog/index.mjs +2 -1
  431. package/dist/esm/vendor/react-native/infoLog/index.mjs.map +1 -1
  432. package/dist/esm/vendor/react-native/useRefEffect.mjs +12 -10
  433. package/dist/esm/vendor/react-native/useRefEffect.mjs.map +1 -1
  434. package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.mjs +71 -70
  435. package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.mjs.map +1 -1
  436. package/dist/esm/without-animated.mjs +172 -187
  437. package/dist/esm/without-animated.mjs.map +1 -1
  438. package/package.json +12 -12
  439. package/src/ScrollView/WebScrollView.tsx +383 -0
  440. package/src/ScrollView/index.tsx +6 -892
  441. package/src/codegenNativeCommands.ts +6 -0
  442. package/src/codegenNativeComponent.ts +2 -2
  443. package/src/index.tsx +3 -0
  444. package/src/without-animated.tsx +1 -0
  445. package/dist/cjs/ActivityIndicator/__tests__/index-test.cjs +0 -209
  446. package/dist/cjs/AppRegistry/__tests__/index-test.cjs +0 -97
  447. package/dist/cjs/AppRegistry/__tests__/index-test.node.cjs +0 -162
  448. package/dist/cjs/AppState/__tests__/index-test.cjs +0 -38
  449. package/dist/cjs/Dimensions/__tests__/index-test.cjs +0 -67
  450. package/dist/cjs/ImageBackground/__tests__/index-test.cjs +0 -72
  451. package/dist/cjs/Linking/__tests__/index-test.cjs +0 -56
  452. package/dist/cjs/ScrollView/ScrollViewBase.cjs +0 -167
  453. package/dist/cjs/codegenNativeCommand.cjs +0 -31
  454. package/dist/cjs/createElement/__tests__/index-test.cjs +0 -828
  455. package/dist/esm/ActivityIndicator/__tests__/index-test.mjs +0 -186
  456. package/dist/esm/ActivityIndicator/__tests__/index-test.mjs.map +0 -1
  457. package/dist/esm/AppRegistry/__tests__/index-test.mjs +0 -74
  458. package/dist/esm/AppRegistry/__tests__/index-test.mjs.map +0 -1
  459. package/dist/esm/AppRegistry/__tests__/index-test.node.mjs +0 -139
  460. package/dist/esm/AppRegistry/__tests__/index-test.node.mjs.map +0 -1
  461. package/dist/esm/AppState/__tests__/index-test.mjs +0 -15
  462. package/dist/esm/AppState/__tests__/index-test.mjs.map +0 -1
  463. package/dist/esm/Dimensions/__tests__/index-test.mjs +0 -44
  464. package/dist/esm/Dimensions/__tests__/index-test.mjs.map +0 -1
  465. package/dist/esm/Image/types.mjs.map +0 -1
  466. package/dist/esm/ImageBackground/__tests__/index-test.mjs +0 -49
  467. package/dist/esm/ImageBackground/__tests__/index-test.mjs.map +0 -1
  468. package/dist/esm/Linking/__tests__/index-test.mjs +0 -33
  469. package/dist/esm/Linking/__tests__/index-test.mjs.map +0 -1
  470. package/dist/esm/PanResponder/index.mjs.map +0 -1
  471. package/dist/esm/ScrollView/ScrollViewBase.mjs +0 -130
  472. package/dist/esm/ScrollView/ScrollViewBase.mjs.map +0 -1
  473. package/dist/esm/ScrollView/index.mjs.map +0 -1
  474. package/dist/esm/SectionList.mjs.map +0 -1
  475. package/dist/esm/Text/types.mjs.map +0 -1
  476. package/dist/esm/TextInput/types.mjs.map +0 -1
  477. package/dist/esm/TouchableNativeFeedback.mjs.map +0 -1
  478. package/dist/esm/View/types.mjs.map +0 -1
  479. package/dist/esm/VirtualizedList.mjs.map +0 -1
  480. package/dist/esm/codegenNativeCommand.mjs +0 -6
  481. package/dist/esm/codegenNativeCommand.mjs.map +0 -1
  482. package/dist/esm/createElement/__tests__/index-test.mjs +0 -805
  483. package/dist/esm/createElement/__tests__/index-test.mjs.map +0 -1
  484. package/dist/esm/preprocess.mjs.map +0 -1
  485. package/dist/esm/styleTypes.mjs.map +0 -1
  486. package/dist/esm/types.mjs.map +0 -1
  487. package/dist/esm/useLocaleContext/index.mjs.map +0 -1
  488. package/dist/esm/vendor/react-native/Animated/AnimatedPlatformConfig.mjs.map +0 -1
  489. package/dist/esm/vendor/react-native/emitter/EventSubscription.mjs.map +0 -1
  490. package/src/ActivityIndicator/__tests__/__snapshots__/index-test.js.snap +0 -466
  491. package/src/ActivityIndicator/__tests__/index-test.tsx +0 -147
  492. package/src/AppRegistry/__tests__/index-test.node.tsx +0 -144
  493. package/src/AppRegistry/__tests__/index-test.tsx +0 -94
  494. package/src/AppState/__tests__/index-test.tsx +0 -24
  495. package/src/Dimensions/__tests__/index-test.tsx +0 -54
  496. package/src/ImageBackground/__tests__/index-test.tsx +0 -49
  497. package/src/Linking/__tests__/index-test.tsx +0 -37
  498. package/src/Pressable/__tests__/__snapshots__/index-test.js.snap +0 -196
  499. package/src/ScrollView/ScrollViewBase.tsx +0 -183
  500. package/src/ScrollView/__tests__/__snapshots__/index-test.js.snap +0 -49
  501. package/src/Text/__tests__/__snapshots__/index-test.js.snap +0 -218
  502. package/src/codegenNativeCommand.ts +0 -6
  503. package/src/createElement/__tests__/__snapshots__/index-test.js.snap +0 -13
  504. package/src/createElement/__tests__/index-test.tsx +0 -647
@@ -1 +1 @@
1
- {"version":3,"names":["AnimatedInterpolation","AnimatedWithChildren","InteractionManager","NativeAnimatedHelper","NativeAnimatedAPI","API","_flush","rootNode","animatedStyles","Set","findAnimatedStyles","node","update","add","__getChildren","forEach","animatedStyle","_executeAsAnimatedBatch","id","operation","setWaitingForIdentifier","unsetWaitingForIdentifier","AnimatedValue","_value","_startingValue","_offset","_animation","_tracking","constructor","value","config","Error","useNativeDriver","__makeNative","__detach","__isNative","getValue","__getNativeTag","stopAnimation","__getValue","setValue","stop","_updateValue","toString","setAnimatedNodeValue","setOffset","offset","setAnimatedNodeOffset","flattenOffset","flattenAnimatedNodeOffset","extractOffset","extractAnimatedNodeOffset","callback","stopTracking","resetAnimation","__onAnimatedValueUpdateReceived","interpolate","animate","animation","handle","__isInteraction","createInteractionHandle","previousAnimation","start","result","clearInteractionHandle","track","tracking","flush","__callListeners","__getNativeConfig","type","AnimatedValue_default"],"sources":["../../../../../../src/vendor/react-native/Animated/nodes/AnimatedValue.js"],"sourcesContent":[null],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"AnimatedValue.js","names":[],"sources":["esm/vendor/react-native/Animated/nodes/AnimatedValue.js"],"sourcesContent":["import { AnimatedInterpolation } from \"./AnimatedInterpolation\";\nimport { AnimatedWithChildren } from \"./AnimatedWithChildren\";\nimport { InteractionManager } from \"@tamagui/react-native-web-internals\";\nimport { NativeAnimatedHelper } from \"../NativeAnimatedHelper\";\nconst NativeAnimatedAPI = NativeAnimatedHelper.API;\nfunction _flush(rootNode) {\n const animatedStyles = /* @__PURE__ */ new Set();\n function findAnimatedStyles(node) {\n if (typeof node.update === \"function\") {\n animatedStyles.add(node);\n } else {\n node.__getChildren().forEach(findAnimatedStyles);\n }\n }\n findAnimatedStyles(rootNode);\n animatedStyles.forEach((animatedStyle) => animatedStyle.update());\n}\nfunction _executeAsAnimatedBatch(id, operation) {\n NativeAnimatedAPI.setWaitingForIdentifier(id);\n operation();\n NativeAnimatedAPI.unsetWaitingForIdentifier(id);\n}\nclass AnimatedValue extends AnimatedWithChildren {\n _value;\n _startingValue;\n _offset;\n _animation;\n _tracking;\n constructor(value, config) {\n super();\n if (typeof value !== \"number\") {\n throw new Error(\"AnimatedValue: Attempting to set value to undefined\");\n }\n this._startingValue = this._value = value;\n this._offset = 0;\n this._animation = null;\n if (config && config.useNativeDriver) {\n this.__makeNative();\n }\n }\n __detach() {\n if (this.__isNative) {\n NativeAnimatedAPI.getValue(this.__getNativeTag(), (value) => {\n this._value = value - this._offset;\n });\n }\n this.stopAnimation();\n super.__detach();\n }\n __getValue() {\n return this._value + this._offset;\n }\n /**\n * Directly set the value. This will stop any animations running on the value\n * and update all the bound properties.\n *\n * See https://reactnative.dev/docs/animatedvalue#setvalue\n */\n setValue(value) {\n if (this._animation) {\n this._animation.stop();\n this._animation = null;\n }\n this._updateValue(\n value,\n !this.__isNative\n /* don't perform a flush for natively driven values */\n );\n if (this.__isNative) {\n _executeAsAnimatedBatch(\n this.__getNativeTag().toString(),\n () => NativeAnimatedAPI.setAnimatedNodeValue(this.__getNativeTag(), value)\n );\n }\n }\n /**\n * Sets an offset that is applied on top of whatever value is set, whether via\n * `setValue`, an animation, or `Animated.event`. Useful for compensating\n * things like the start of a pan gesture.\n *\n * See https://reactnative.dev/docs/animatedvalue#setoffset\n */\n setOffset(offset) {\n this._offset = offset;\n if (this.__isNative) {\n NativeAnimatedAPI.setAnimatedNodeOffset(this.__getNativeTag(), offset);\n }\n }\n /**\n * Merges the offset value into the base value and resets the offset to zero.\n * The final output of the value is unchanged.\n *\n * See https://reactnative.dev/docs/animatedvalue#flattenoffset\n */\n flattenOffset() {\n this._value += this._offset;\n this._offset = 0;\n if (this.__isNative) {\n NativeAnimatedAPI.flattenAnimatedNodeOffset(this.__getNativeTag());\n }\n }\n /**\n * Sets the offset value to the base value, and resets the base value to zero.\n * The final output of the value is unchanged.\n *\n * See https://reactnative.dev/docs/animatedvalue#extractoffset\n */\n extractOffset() {\n this._offset += this._value;\n this._value = 0;\n if (this.__isNative) {\n NativeAnimatedAPI.extractAnimatedNodeOffset(this.__getNativeTag());\n }\n }\n /**\n * Stops any running animation or tracking. `callback` is invoked with the\n * final value after stopping the animation, which is useful for updating\n * state to match the animation position with layout.\n *\n * See https://reactnative.dev/docs/animatedvalue#stopanimation\n */\n stopAnimation(callback) {\n this.stopTracking();\n this._animation && this._animation.stop();\n this._animation = null;\n if (callback) {\n if (this.__isNative) {\n NativeAnimatedAPI.getValue(this.__getNativeTag(), callback);\n } else {\n callback(this.__getValue());\n }\n }\n }\n /**\n * Stops any animation and resets the value to its original.\n *\n * See https://reactnative.dev/docs/animatedvalue#resetanimation\n */\n resetAnimation(callback) {\n this.stopAnimation(callback);\n this._value = this._startingValue;\n if (this.__isNative) {\n NativeAnimatedAPI.setAnimatedNodeValue(this.__getNativeTag(), this._startingValue);\n }\n }\n __onAnimatedValueUpdateReceived(value) {\n this._updateValue(\n value,\n false\n /*flush*/\n );\n }\n /**\n * Interpolates the value before updating the property, e.g. mapping 0-1 to\n * 0-10.\n */\n interpolate(config) {\n return new AnimatedInterpolation(this, config);\n }\n /**\n * Typically only used internally, but could be used by a custom Animation\n * class.\n *\n * See https://reactnative.dev/docs/animatedvalue#animate\n */\n animate(animation, callback) {\n let handle = null;\n if (animation.__isInteraction) {\n handle = InteractionManager.createInteractionHandle();\n }\n const previousAnimation = this._animation;\n this._animation && this._animation.stop();\n this._animation = animation;\n animation.start(\n this._value,\n (value) => {\n this._updateValue(\n value,\n true\n /* flush */\n );\n },\n (result) => {\n this._animation = null;\n if (handle !== null) {\n InteractionManager.clearInteractionHandle(handle);\n }\n callback && callback(result);\n },\n previousAnimation,\n this\n );\n }\n /**\n * Typically only used internally.\n */\n stopTracking() {\n this._tracking && this._tracking.__detach();\n this._tracking = null;\n }\n /**\n * Typically only used internally.\n */\n track(tracking) {\n this.stopTracking();\n this._tracking = tracking;\n this._tracking && this._tracking.update();\n }\n _updateValue(value, flush) {\n if (value === void 0) {\n throw new Error(\"AnimatedValue: Attempting to set value to undefined\");\n }\n this._value = value;\n if (flush) {\n _flush(this);\n }\n super.__callListeners(this.__getValue());\n }\n __getNativeConfig() {\n return {\n type: \"value\",\n value: this._value,\n offset: this._offset\n };\n }\n}\nvar AnimatedValue_default = AnimatedValue;\nexport {\n AnimatedValue,\n AnimatedValue_default as default\n};\n//# sourceMappingURL=AnimatedValue.js.map\n"],"mappings":"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"}
@@ -1,93 +1,89 @@
1
1
  import { AnimatedValue } from "./AnimatedValue.mjs";
2
2
  import { AnimatedWithChildren } from "./AnimatedWithChildren.mjs";
3
3
  import { invariant } from "@tamagui/react-native-web-internals";
4
+
4
5
  let _uniqueId = 1;
5
- class AnimatedValueXY extends AnimatedWithChildren {
6
- constructor(valueIn) {
7
- super();
8
- const value = valueIn || {
9
- x: 0,
10
- y: 0
11
- };
12
- if (typeof value.x === "number" && typeof value.y === "number") {
13
- this.x = new AnimatedValue(value.x);
14
- this.y = new AnimatedValue(value.y);
15
- } else {
16
- invariant(value.x instanceof AnimatedValue && value.y instanceof AnimatedValue, "AnimatedValueXY must be initialized with an object of numbers or AnimatedValues.");
17
- this.x = value.x;
18
- this.y = value.y;
19
- }
20
- this._listeners = {};
21
- }
22
- setValue(value) {
23
- this.x.setValue(value.x);
24
- this.y.setValue(value.y);
25
- }
26
- setOffset(offset) {
27
- this.x.setOffset(offset.x);
28
- this.y.setOffset(offset.y);
29
- }
30
- flattenOffset() {
31
- this.x.flattenOffset();
32
- this.y.flattenOffset();
33
- }
34
- extractOffset() {
35
- this.x.extractOffset();
36
- this.y.extractOffset();
37
- }
38
- __getValue() {
39
- return {
40
- x: this.x.__getValue(),
41
- y: this.y.__getValue()
42
- };
43
- }
44
- resetAnimation(callback) {
45
- this.x.resetAnimation();
46
- this.y.resetAnimation();
47
- callback && callback(this.__getValue());
48
- }
49
- stopAnimation(callback) {
50
- this.x.stopAnimation();
51
- this.y.stopAnimation();
52
- callback && callback(this.__getValue());
53
- }
54
- addListener(callback) {
55
- const id = String(_uniqueId++);
56
- const jointCallback = ({
57
- value
58
- }) => {
59
- callback(this.__getValue());
60
- };
61
- this._listeners[id] = {
62
- x: this.x.addListener(jointCallback),
63
- y: this.y.addListener(jointCallback)
64
- };
65
- return id;
66
- }
67
- removeListener(id) {
68
- this.x.removeListener(this._listeners[id].x);
69
- this.y.removeListener(this._listeners[id].y);
70
- delete this._listeners[id];
71
- }
72
- removeAllListeners() {
73
- this.x.removeAllListeners();
74
- this.y.removeAllListeners();
75
- this._listeners = {};
76
- }
77
- getLayout() {
78
- return {
79
- left: this.x,
80
- top: this.y
81
- };
82
- }
83
- getTranslateTransform() {
84
- return [{
85
- translateX: this.x
86
- }, {
87
- translateY: this.y
88
- }];
89
- }
90
- }
6
+ var AnimatedValueXY = class extends AnimatedWithChildren {
7
+ constructor(valueIn) {
8
+ super();
9
+ const value = valueIn || {
10
+ x: 0,
11
+ y: 0
12
+ };
13
+ if (typeof value.x === "number" && typeof value.y === "number") {
14
+ this.x = new AnimatedValue(value.x);
15
+ this.y = new AnimatedValue(value.y);
16
+ } else {
17
+ invariant(value.x instanceof AnimatedValue && value.y instanceof AnimatedValue, "AnimatedValueXY must be initialized with an object of numbers or AnimatedValues.");
18
+ this.x = value.x;
19
+ this.y = value.y;
20
+ }
21
+ this._listeners = {};
22
+ }
23
+ setValue(value) {
24
+ this.x.setValue(value.x);
25
+ this.y.setValue(value.y);
26
+ }
27
+ setOffset(offset) {
28
+ this.x.setOffset(offset.x);
29
+ this.y.setOffset(offset.y);
30
+ }
31
+ flattenOffset() {
32
+ this.x.flattenOffset();
33
+ this.y.flattenOffset();
34
+ }
35
+ extractOffset() {
36
+ this.x.extractOffset();
37
+ this.y.extractOffset();
38
+ }
39
+ __getValue() {
40
+ return {
41
+ x: this.x.__getValue(),
42
+ y: this.y.__getValue()
43
+ };
44
+ }
45
+ resetAnimation(callback) {
46
+ this.x.resetAnimation();
47
+ this.y.resetAnimation();
48
+ callback && callback(this.__getValue());
49
+ }
50
+ stopAnimation(callback) {
51
+ this.x.stopAnimation();
52
+ this.y.stopAnimation();
53
+ callback && callback(this.__getValue());
54
+ }
55
+ addListener(callback) {
56
+ const id = String(_uniqueId++);
57
+ const jointCallback = ({ value }) => {
58
+ callback(this.__getValue());
59
+ };
60
+ this._listeners[id] = {
61
+ x: this.x.addListener(jointCallback),
62
+ y: this.y.addListener(jointCallback)
63
+ };
64
+ return id;
65
+ }
66
+ removeListener(id) {
67
+ this.x.removeListener(this._listeners[id].x);
68
+ this.y.removeListener(this._listeners[id].y);
69
+ delete this._listeners[id];
70
+ }
71
+ removeAllListeners() {
72
+ this.x.removeAllListeners();
73
+ this.y.removeAllListeners();
74
+ this._listeners = {};
75
+ }
76
+ getLayout() {
77
+ return {
78
+ left: this.x,
79
+ top: this.y
80
+ };
81
+ }
82
+ getTranslateTransform() {
83
+ return [{ translateX: this.x }, { translateY: this.y }];
84
+ }
85
+ };
91
86
  var AnimatedValueXY_default = AnimatedValueXY;
87
+
92
88
  export { AnimatedValueXY, AnimatedValueXY_default as default };
93
89
  //# sourceMappingURL=AnimatedValueXY.mjs.map
@@ -1 +1 @@
1
- {"version":3,"names":["AnimatedValue","AnimatedWithChildren","invariant","_uniqueId","AnimatedValueXY","constructor","valueIn","value","x","y","_listeners","setValue","setOffset","offset","flattenOffset","extractOffset","__getValue","resetAnimation","callback","stopAnimation","addListener","id","String","jointCallback","removeListener","removeAllListeners","getLayout","left","top","getTranslateTransform","translateX","translateY","AnimatedValueXY_default"],"sources":["../../../../../../src/vendor/react-native/Animated/nodes/AnimatedValueXY.js"],"sourcesContent":[null],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"AnimatedValueXY.js","names":[],"sources":["esm/vendor/react-native/Animated/nodes/AnimatedValueXY.js"],"sourcesContent":["import { AnimatedValue } from \"./AnimatedValue\";\nimport { AnimatedWithChildren } from \"./AnimatedWithChildren\";\nimport { invariant } from \"@tamagui/react-native-web-internals\";\nlet _uniqueId = 1;\nclass AnimatedValueXY extends AnimatedWithChildren {\n constructor(valueIn) {\n super();\n const value = valueIn || { x: 0, y: 0 };\n if (typeof value.x === \"number\" && typeof value.y === \"number\") {\n this.x = new AnimatedValue(value.x);\n this.y = new AnimatedValue(value.y);\n } else {\n invariant(\n value.x instanceof AnimatedValue && value.y instanceof AnimatedValue,\n \"AnimatedValueXY must be initialized with an object of numbers or AnimatedValues.\"\n );\n this.x = value.x;\n this.y = value.y;\n }\n this._listeners = {};\n }\n setValue(value) {\n this.x.setValue(value.x);\n this.y.setValue(value.y);\n }\n setOffset(offset) {\n this.x.setOffset(offset.x);\n this.y.setOffset(offset.y);\n }\n flattenOffset() {\n this.x.flattenOffset();\n this.y.flattenOffset();\n }\n extractOffset() {\n this.x.extractOffset();\n this.y.extractOffset();\n }\n __getValue() {\n return {\n x: this.x.__getValue(),\n y: this.y.__getValue()\n };\n }\n resetAnimation(callback) {\n this.x.resetAnimation();\n this.y.resetAnimation();\n callback && callback(this.__getValue());\n }\n stopAnimation(callback) {\n this.x.stopAnimation();\n this.y.stopAnimation();\n callback && callback(this.__getValue());\n }\n addListener(callback) {\n const id = String(_uniqueId++);\n const jointCallback = ({ value }) => {\n callback(this.__getValue());\n };\n this._listeners[id] = {\n x: this.x.addListener(jointCallback),\n y: this.y.addListener(jointCallback)\n };\n return id;\n }\n removeListener(id) {\n this.x.removeListener(this._listeners[id].x);\n this.y.removeListener(this._listeners[id].y);\n delete this._listeners[id];\n }\n removeAllListeners() {\n this.x.removeAllListeners();\n this.y.removeAllListeners();\n this._listeners = {};\n }\n getLayout() {\n return {\n left: this.x,\n top: this.y\n };\n }\n getTranslateTransform() {\n return [{ translateX: this.x }, { translateY: this.y }];\n }\n}\nvar AnimatedValueXY_default = AnimatedValueXY;\nexport {\n AnimatedValueXY,\n AnimatedValueXY_default as default\n};\n//# sourceMappingURL=AnimatedValueXY.js.map\n"],"mappings":";;;;;AAGA,IAAI,YAAY;AAChB,IAAM,kBAAN,cAA8B,qBAAqB;CACjD,YAAY,SAAS;EACnB,MAAM;EACN,MAAM,QAAQ,WAAW;GAAE,GAAG;GAAG,GAAG;EAAE;EACtC,IAAI,OAAO,MAAM,MAAM,YAAY,OAAO,MAAM,MAAM,UAAU;GAC9D,KAAK,IAAI,IAAI,cAAc,MAAM,CAAC;GAClC,KAAK,IAAI,IAAI,cAAc,MAAM,CAAC;EACpC,OAAO;GACL,UACE,MAAM,aAAa,iBAAiB,MAAM,aAAa,eACvD,kFACF;GACA,KAAK,IAAI,MAAM;GACf,KAAK,IAAI,MAAM;EACjB;EACA,KAAK,aAAa,CAAC;CACrB;CACA,SAAS,OAAO;EACd,KAAK,EAAE,SAAS,MAAM,CAAC;EACvB,KAAK,EAAE,SAAS,MAAM,CAAC;CACzB;CACA,UAAU,QAAQ;EAChB,KAAK,EAAE,UAAU,OAAO,CAAC;EACzB,KAAK,EAAE,UAAU,OAAO,CAAC;CAC3B;CACA,gBAAgB;EACd,KAAK,EAAE,cAAc;EACrB,KAAK,EAAE,cAAc;CACvB;CACA,gBAAgB;EACd,KAAK,EAAE,cAAc;EACrB,KAAK,EAAE,cAAc;CACvB;CACA,aAAa;EACX,OAAO;GACL,GAAG,KAAK,EAAE,WAAW;GACrB,GAAG,KAAK,EAAE,WAAW;EACvB;CACF;CACA,eAAe,UAAU;EACvB,KAAK,EAAE,eAAe;EACtB,KAAK,EAAE,eAAe;EACtB,YAAY,SAAS,KAAK,WAAW,CAAC;CACxC;CACA,cAAc,UAAU;EACtB,KAAK,EAAE,cAAc;EACrB,KAAK,EAAE,cAAc;EACrB,YAAY,SAAS,KAAK,WAAW,CAAC;CACxC;CACA,YAAY,UAAU;EACpB,MAAM,KAAK,OAAO,WAAW;EAC7B,MAAM,iBAAiB,EAAE,YAAY;GACnC,SAAS,KAAK,WAAW,CAAC;EAC5B;EACA,KAAK,WAAW,MAAM;GACpB,GAAG,KAAK,EAAE,YAAY,aAAa;GACnC,GAAG,KAAK,EAAE,YAAY,aAAa;EACrC;EACA,OAAO;CACT;CACA,eAAe,IAAI;EACjB,KAAK,EAAE,eAAe,KAAK,WAAW,IAAI,CAAC;EAC3C,KAAK,EAAE,eAAe,KAAK,WAAW,IAAI,CAAC;EAC3C,OAAO,KAAK,WAAW;CACzB;CACA,qBAAqB;EACnB,KAAK,EAAE,mBAAmB;EAC1B,KAAK,EAAE,mBAAmB;EAC1B,KAAK,aAAa,CAAC;CACrB;CACA,YAAY;EACV,OAAO;GACL,MAAM,KAAK;GACX,KAAK,KAAK;EACZ;CACF;CACA,wBAAwB;EACtB,OAAO,CAAC,EAAE,YAAY,KAAK,EAAE,GAAG,EAAE,YAAY,KAAK,EAAE,CAAC;CACxD;AACF;AACA,IAAI,0BAA0B"}
@@ -1,59 +1,61 @@
1
1
  import { AnimatedNode } from "./AnimatedNode.mjs";
2
2
  import { NativeAnimatedHelper } from "../NativeAnimatedHelper.mjs";
3
- class AnimatedWithChildren extends AnimatedNode {
4
- _children;
5
- constructor() {
6
- super();
7
- this._children = [];
8
- }
9
- __makeNative(platformConfig) {
10
- if (!this.__isNative) {
11
- this.__isNative = true;
12
- for (const child of this._children) {
13
- child.__makeNative(platformConfig);
14
- NativeAnimatedHelper.API.connectAnimatedNodes(this.__getNativeTag(), child.__getNativeTag());
15
- }
16
- }
17
- super.__makeNative(platformConfig);
18
- }
19
- __addChild(child) {
20
- if (this._children.length === 0) {
21
- this.__attach();
22
- }
23
- this._children.push(child);
24
- if (this.__isNative) {
25
- child.__makeNative(this.__getPlatformConfig());
26
- NativeAnimatedHelper.API.connectAnimatedNodes(this.__getNativeTag(), child.__getNativeTag());
27
- }
28
- }
29
- __removeChild(child) {
30
- const index = this._children.indexOf(child);
31
- if (index === -1) {
32
- console.warn("Trying to remove a child that doesn't exist");
33
- return;
34
- }
35
- if (this.__isNative && child.__isNative) {
36
- NativeAnimatedHelper.API.disconnectAnimatedNodes(this.__getNativeTag(), child.__getNativeTag());
37
- }
38
- this._children.splice(index, 1);
39
- if (this._children.length === 0) {
40
- this.__detach();
41
- }
42
- }
43
- __getChildren() {
44
- return this._children;
45
- }
46
- __callListeners(value) {
47
- super.__callListeners(value);
48
- if (!this.__isNative) {
49
- for (const child of this._children) {
50
- if (child.__getValue) {
51
- child.__callListeners(child.__getValue());
52
- }
53
- }
54
- }
55
- }
56
- }
3
+
4
+ var AnimatedWithChildren = class extends AnimatedNode {
5
+ _children;
6
+ constructor() {
7
+ super();
8
+ this._children = [];
9
+ }
10
+ __makeNative(platformConfig) {
11
+ if (!this.__isNative) {
12
+ this.__isNative = true;
13
+ for (const child of this._children) {
14
+ child.__makeNative(platformConfig);
15
+ NativeAnimatedHelper.API.connectAnimatedNodes(this.__getNativeTag(), child.__getNativeTag());
16
+ }
17
+ }
18
+ super.__makeNative(platformConfig);
19
+ }
20
+ __addChild(child) {
21
+ if (this._children.length === 0) {
22
+ this.__attach();
23
+ }
24
+ this._children.push(child);
25
+ if (this.__isNative) {
26
+ child.__makeNative(this.__getPlatformConfig());
27
+ NativeAnimatedHelper.API.connectAnimatedNodes(this.__getNativeTag(), child.__getNativeTag());
28
+ }
29
+ }
30
+ __removeChild(child) {
31
+ const index = this._children.indexOf(child);
32
+ if (index === -1) {
33
+ console.warn("Trying to remove a child that doesn't exist");
34
+ return;
35
+ }
36
+ if (this.__isNative && child.__isNative) {
37
+ NativeAnimatedHelper.API.disconnectAnimatedNodes(this.__getNativeTag(), child.__getNativeTag());
38
+ }
39
+ this._children.splice(index, 1);
40
+ if (this._children.length === 0) {
41
+ this.__detach();
42
+ }
43
+ }
44
+ __getChildren() {
45
+ return this._children;
46
+ }
47
+ __callListeners(value) {
48
+ super.__callListeners(value);
49
+ if (!this.__isNative) {
50
+ for (const child of this._children) {
51
+ if (child.__getValue) {
52
+ child.__callListeners(child.__getValue());
53
+ }
54
+ }
55
+ }
56
+ }
57
+ };
57
58
  var AnimatedWithChildren_default = AnimatedWithChildren;
59
+
58
60
  export { AnimatedWithChildren, AnimatedWithChildren_default as default };
59
61
  //# sourceMappingURL=AnimatedWithChildren.mjs.map
@@ -1 +1 @@
1
- {"version":3,"names":["AnimatedNode","NativeAnimatedHelper","AnimatedWithChildren","_children","constructor","__makeNative","platformConfig","__isNative","child","API","connectAnimatedNodes","__getNativeTag","__addChild","length","__attach","push","__getPlatformConfig","__removeChild","index","indexOf","console","warn","disconnectAnimatedNodes","splice","__detach","__getChildren","__callListeners","value","__getValue","AnimatedWithChildren_default"],"sources":["../../../../../../src/vendor/react-native/Animated/nodes/AnimatedWithChildren.js"],"sourcesContent":[null],"mappings":"AAYA,SAASA,YAAA,QAAoB;AAC7B,SAASC,oBAAA,QAA4B;AAErC,MAAMC,oBAAA,SAA6BF,YAAA,CAAa;EAC9CG,SAAA;EAEAC,YAAA,EAAc;IACZ,MAAM;IACN,KAAKD,SAAA,GAAY,EAAC;EACpB;EAEAE,aAAaC,cAAA,EAAgB;IAC3B,IAAI,CAAC,KAAKC,UAAA,EAAY;MACpB,KAAKA,UAAA,GAAa;MAClB,WAAWC,KAAA,IAAS,KAAKL,SAAA,EAAW;QAClCK,KAAA,CAAMH,YAAA,CAAaC,cAAc;QACjCL,oBAAA,CAAqBQ,GAAA,CAAIC,oBAAA,CACvB,KAAKC,cAAA,CAAe,GACpBH,KAAA,CAAMG,cAAA,CAAe,CACvB;MACF;IACF;IACA,MAAMN,YAAA,CAAaC,cAAc;EACnC;EAEAM,WAAWJ,KAAA,EAAO;IAChB,IAAI,KAAKL,SAAA,CAAUU,MAAA,KAAW,GAAG;MAC/B,KAAKC,QAAA,CAAS;IAChB;IACA,KAAKX,SAAA,CAAUY,IAAA,CAAKP,KAAK;IACzB,IAAI,KAAKD,UAAA,EAAY;MAEnBC,KAAA,CAAMH,YAAA,CAAa,KAAKW,mBAAA,CAAoB,CAAC;MAC7Cf,oBAAA,CAAqBQ,GAAA,CAAIC,oBAAA,CACvB,KAAKC,cAAA,CAAe,GACpBH,KAAA,CAAMG,cAAA,CAAe,CACvB;IACF;EACF;EAEAM,cAAcT,KAAA,EAAO;IACnB,MAAMU,KAAA,GAAQ,KAAKf,SAAA,CAAUgB,OAAA,CAAQX,KAAK;IAC1C,IAAIU,KAAA,KAAU,IAAI;MAChBE,OAAA,CAAQC,IAAA,CAAK,6CAA6C;MAC1D;IACF;IACA,IAAI,KAAKd,UAAA,IAAcC,KAAA,CAAMD,UAAA,EAAY;MACvCN,oBAAA,CAAqBQ,GAAA,CAAIa,uBAAA,CACvB,KAAKX,cAAA,CAAe,GACpBH,KAAA,CAAMG,cAAA,CAAe,CACvB;IACF;IACA,KAAKR,SAAA,CAAUoB,MAAA,CAAOL,KAAA,EAAO,CAAC;IAC9B,IAAI,KAAKf,SAAA,CAAUU,MAAA,KAAW,GAAG;MAC/B,KAAKW,QAAA,CAAS;IAChB;EACF;EAEAC,cAAA,EAAgB;IACd,OAAO,KAAKtB,SAAA;EACd;EAEAuB,gBAAgBC,KAAA,EAAO;IACrB,MAAMD,eAAA,CAAgBC,KAAK;IAC3B,IAAI,CAAC,KAAKpB,UAAA,EAAY;MACpB,WAAWC,KAAA,IAAS,KAAKL,SAAA,EAAW;QAElC,IAAIK,KAAA,CAAMoB,UAAA,EAAY;UACpBpB,KAAA,CAAMkB,eAAA,CAAgBlB,KAAA,CAAMoB,UAAA,CAAW,CAAC;QAC1C;MACF;IACF;EACF;AACF;AAGA,IAAOC,4BAAA,GAAQ3B,oBAAA","ignoreList":[]}
1
+ {"version":3,"file":"AnimatedWithChildren.js","names":[],"sources":["esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.js"],"sourcesContent":["import { AnimatedNode } from \"./AnimatedNode\";\nimport { NativeAnimatedHelper } from \"../NativeAnimatedHelper\";\nclass AnimatedWithChildren extends AnimatedNode {\n _children;\n constructor() {\n super();\n this._children = [];\n }\n __makeNative(platformConfig) {\n if (!this.__isNative) {\n this.__isNative = true;\n for (const child of this._children) {\n child.__makeNative(platformConfig);\n NativeAnimatedHelper.API.connectAnimatedNodes(\n this.__getNativeTag(),\n child.__getNativeTag()\n );\n }\n }\n super.__makeNative(platformConfig);\n }\n __addChild(child) {\n if (this._children.length === 0) {\n this.__attach();\n }\n this._children.push(child);\n if (this.__isNative) {\n child.__makeNative(this.__getPlatformConfig());\n NativeAnimatedHelper.API.connectAnimatedNodes(\n this.__getNativeTag(),\n child.__getNativeTag()\n );\n }\n }\n __removeChild(child) {\n const index = this._children.indexOf(child);\n if (index === -1) {\n console.warn(\"Trying to remove a child that doesn't exist\");\n return;\n }\n if (this.__isNative && child.__isNative) {\n NativeAnimatedHelper.API.disconnectAnimatedNodes(\n this.__getNativeTag(),\n child.__getNativeTag()\n );\n }\n this._children.splice(index, 1);\n if (this._children.length === 0) {\n this.__detach();\n }\n }\n __getChildren() {\n return this._children;\n }\n __callListeners(value) {\n super.__callListeners(value);\n if (!this.__isNative) {\n for (const child of this._children) {\n if (child.__getValue) {\n child.__callListeners(child.__getValue());\n }\n }\n }\n }\n}\nvar AnimatedWithChildren_default = AnimatedWithChildren;\nexport {\n AnimatedWithChildren,\n AnimatedWithChildren_default as default\n};\n//# sourceMappingURL=AnimatedWithChildren.js.map\n"],"mappings":";;;;AAEA,IAAM,uBAAN,cAAmC,aAAa;CAC9C;CACA,cAAc;EACZ,MAAM;EACN,KAAK,YAAY,CAAC;CACpB;CACA,aAAa,gBAAgB;EAC3B,IAAI,CAAC,KAAK,YAAY;GACpB,KAAK,aAAa;GAClB,KAAK,MAAM,SAAS,KAAK,WAAW;IAClC,MAAM,aAAa,cAAc;IACjC,qBAAqB,IAAI,qBACvB,KAAK,eAAe,GACpB,MAAM,eAAe,CACvB;GACF;EACF;EACA,MAAM,aAAa,cAAc;CACnC;CACA,WAAW,OAAO;EAChB,IAAI,KAAK,UAAU,WAAW,GAAG;GAC/B,KAAK,SAAS;EAChB;EACA,KAAK,UAAU,KAAK,KAAK;EACzB,IAAI,KAAK,YAAY;GACnB,MAAM,aAAa,KAAK,oBAAoB,CAAC;GAC7C,qBAAqB,IAAI,qBACvB,KAAK,eAAe,GACpB,MAAM,eAAe,CACvB;EACF;CACF;CACA,cAAc,OAAO;EACnB,MAAM,QAAQ,KAAK,UAAU,QAAQ,KAAK;EAC1C,IAAI,UAAU,CAAC,GAAG;GAChB,QAAQ,KAAK,6CAA6C;GAC1D;EACF;EACA,IAAI,KAAK,cAAc,MAAM,YAAY;GACvC,qBAAqB,IAAI,wBACvB,KAAK,eAAe,GACpB,MAAM,eAAe,CACvB;EACF;EACA,KAAK,UAAU,OAAO,OAAO,CAAC;EAC9B,IAAI,KAAK,UAAU,WAAW,GAAG;GAC/B,KAAK,SAAS;EAChB;CACF;CACA,gBAAgB;EACd,OAAO,KAAK;CACd;CACA,gBAAgB,OAAO;EACrB,MAAM,gBAAgB,KAAK;EAC3B,IAAI,CAAC,KAAK,YAAY;GACpB,KAAK,MAAM,SAAS,KAAK,WAAW;IAClC,IAAI,MAAM,YAAY;KACpB,MAAM,gBAAgB,MAAM,WAAW,CAAC;IAC1C;GACF;EACF;CACF;AACF;AACA,IAAI,+BAA+B"}
@@ -4,73 +4,75 @@ import { useRefEffect } from "../Utilities/useRefEffect.mjs";
4
4
  import { NativeAnimatedHelper } from "./NativeAnimatedHelper.mjs";
5
5
  import { useCallback, useEffect, useMemo, useReducer, useRef } from "react";
6
6
  import { useLayoutEffect } from "@tamagui/react-native-web-internals";
7
+
7
8
  function useAnimatedProps(props) {
8
- const [, scheduleUpdate] = useReducer(count => count + 1, 0);
9
- const onUpdateRef = useRef(null);
10
- const node = useMemo(() => new AnimatedProps(props, () => onUpdateRef.current?.()), [props]);
11
- useAnimatedPropsLifecycle(node);
12
- const refEffect = useCallback(instance => {
13
- node.setNativeView(instance);
14
- onUpdateRef.current = () => {
15
- scheduleUpdate();
16
- };
17
- const target = getEventTarget(instance);
18
- const events = [];
19
- for (const propName in props) {
20
- const propValue = props[propName];
21
- if (propValue instanceof AnimatedEvent && propValue.__isNative) {
22
- propValue.__attach(target, propName);
23
- events.push([propName, propValue]);
24
- }
25
- }
26
- return () => {
27
- onUpdateRef.current = null;
28
- for (const [propName, propValue] of events) {
29
- propValue.__detach(target, propName);
30
- }
31
- };
32
- }, [props, node]);
33
- const callbackRef = useRefEffect(refEffect);
34
- return [reduceAnimatedProps(node), callbackRef];
9
+ const [, scheduleUpdate] = useReducer((count) => count + 1, 0);
10
+ const onUpdateRef = useRef(null);
11
+ const node = useMemo(() => new AnimatedProps(props, () => onUpdateRef.current?.()), [props]);
12
+ useAnimatedPropsLifecycle(node);
13
+ const refEffect = useCallback((instance) => {
14
+ node.setNativeView(instance);
15
+ onUpdateRef.current = () => {
16
+ scheduleUpdate();
17
+ };
18
+ const target = getEventTarget(instance);
19
+ const events = [];
20
+ for (const propName in props) {
21
+ const propValue = props[propName];
22
+ if (propValue instanceof AnimatedEvent && propValue.__isNative) {
23
+ propValue.__attach(target, propName);
24
+ events.push([propName, propValue]);
25
+ }
26
+ }
27
+ return () => {
28
+ onUpdateRef.current = null;
29
+ for (const [propName, propValue] of events) {
30
+ propValue.__detach(target, propName);
31
+ }
32
+ };
33
+ }, [props, node]);
34
+ const callbackRef = useRefEffect(refEffect);
35
+ return [reduceAnimatedProps(node), callbackRef];
35
36
  }
36
37
  function reduceAnimatedProps(node) {
37
- return {
38
- ...node.__getValue(),
39
- collapsable: false
40
- };
38
+ return {
39
+ ...node.__getValue(),
40
+ collapsable: false
41
+ };
41
42
  }
42
43
  function useAnimatedPropsLifecycle(node) {
43
- const prevNodeRef = useRef(null);
44
- const isUnmountingRef = useRef(false);
45
- useEffect(() => {
46
- NativeAnimatedHelper.API.flushQueue();
47
- });
48
- useLayoutEffect(() => {
49
- isUnmountingRef.current = false;
50
- return () => {
51
- isUnmountingRef.current = true;
52
- };
53
- }, []);
54
- useLayoutEffect(() => {
55
- node.__attach();
56
- if (prevNodeRef.current != null) {
57
- const prevNode = prevNodeRef.current;
58
- prevNode.__restoreDefaultValues();
59
- prevNode.__detach();
60
- prevNodeRef.current = null;
61
- }
62
- return () => {
63
- if (isUnmountingRef.current) {
64
- node.__detach();
65
- } else {
66
- prevNodeRef.current = node;
67
- }
68
- };
69
- }, [node]);
44
+ const prevNodeRef = useRef(null);
45
+ const isUnmountingRef = useRef(false);
46
+ useEffect(() => {
47
+ NativeAnimatedHelper.API.flushQueue();
48
+ });
49
+ useLayoutEffect(() => {
50
+ isUnmountingRef.current = false;
51
+ return () => {
52
+ isUnmountingRef.current = true;
53
+ };
54
+ }, []);
55
+ useLayoutEffect(() => {
56
+ node.__attach();
57
+ if (prevNodeRef.current != null) {
58
+ const prevNode = prevNodeRef.current;
59
+ prevNode.__restoreDefaultValues();
60
+ prevNode.__detach();
61
+ prevNodeRef.current = null;
62
+ }
63
+ return () => {
64
+ if (isUnmountingRef.current) {
65
+ node.__detach();
66
+ } else {
67
+ prevNodeRef.current = node;
68
+ }
69
+ };
70
+ }, [node]);
70
71
  }
71
72
  function getEventTarget(instance) {
72
- return typeof instance === "object" && typeof instance?.getScrollableNode === "function" ? instance.getScrollableNode() : instance;
73
+ return typeof instance === "object" && typeof instance?.getScrollableNode === "function" ? instance.getScrollableNode() : instance;
73
74
  }
74
75
  var useAnimatedProps_default = useAnimatedProps;
76
+
75
77
  export { useAnimatedProps_default as default, useAnimatedProps };
76
78
  //# sourceMappingURL=useAnimatedProps.mjs.map
@@ -1 +1 @@
1
- {"version":3,"names":["AnimatedProps","AnimatedEvent","useRefEffect","NativeAnimatedHelper","useCallback","useEffect","useMemo","useReducer","useRef","useLayoutEffect","useAnimatedProps","props","scheduleUpdate","count","onUpdateRef","node","current","useAnimatedPropsLifecycle","refEffect","instance","setNativeView","target","getEventTarget","events","propName","propValue","__isNative","__attach","push","__detach","callbackRef","reduceAnimatedProps","__getValue","collapsable","prevNodeRef","isUnmountingRef","API","flushQueue","prevNode","__restoreDefaultValues","getScrollableNode","useAnimatedProps_default"],"sources":["../../../../../src/vendor/react-native/Animated/useAnimatedProps.js"],"sourcesContent":[null],"mappings":"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","ignoreList":[]}
1
+ {"version":3,"file":"useAnimatedProps.js","names":[],"sources":["esm/vendor/react-native/Animated/useAnimatedProps.js"],"sourcesContent":["import { AnimatedProps } from \"./nodes/AnimatedProps\";\nimport { AnimatedEvent } from \"./AnimatedEvent\";\nimport { useRefEffect } from \"../Utilities/useRefEffect\";\nimport { NativeAnimatedHelper } from \"./NativeAnimatedHelper\";\nimport { useCallback, useEffect, useMemo, useReducer, useRef } from \"react\";\nimport { useLayoutEffect } from \"@tamagui/react-native-web-internals\";\nfunction useAnimatedProps(props) {\n const [, scheduleUpdate] = useReducer((count) => count + 1, 0);\n const onUpdateRef = useRef(null);\n const node = useMemo(\n () => new AnimatedProps(props, () => onUpdateRef.current?.()),\n [props]\n );\n useAnimatedPropsLifecycle(node);\n const refEffect = useCallback(\n (instance) => {\n node.setNativeView(instance);\n onUpdateRef.current = () => {\n scheduleUpdate();\n };\n const target = getEventTarget(instance);\n const events = [];\n for (const propName in props) {\n const propValue = props[propName];\n if (propValue instanceof AnimatedEvent && propValue.__isNative) {\n propValue.__attach(target, propName);\n events.push([propName, propValue]);\n }\n }\n return () => {\n onUpdateRef.current = null;\n for (const [propName, propValue] of events) {\n propValue.__detach(target, propName);\n }\n };\n },\n [props, node]\n );\n const callbackRef = useRefEffect(refEffect);\n return [reduceAnimatedProps(node), callbackRef];\n}\nfunction reduceAnimatedProps(node) {\n return {\n ...node.__getValue(),\n collapsable: false\n };\n}\nfunction useAnimatedPropsLifecycle(node) {\n const prevNodeRef = useRef(null);\n const isUnmountingRef = useRef(false);\n useEffect(() => {\n NativeAnimatedHelper.API.flushQueue();\n });\n useLayoutEffect(() => {\n isUnmountingRef.current = false;\n return () => {\n isUnmountingRef.current = true;\n };\n }, []);\n useLayoutEffect(() => {\n node.__attach();\n if (prevNodeRef.current != null) {\n const prevNode = prevNodeRef.current;\n prevNode.__restoreDefaultValues();\n prevNode.__detach();\n prevNodeRef.current = null;\n }\n return () => {\n if (isUnmountingRef.current) {\n node.__detach();\n } else {\n prevNodeRef.current = node;\n }\n };\n }, [node]);\n}\nfunction getEventTarget(instance) {\n return typeof instance === \"object\" && typeof instance?.getScrollableNode === \"function\" ? instance.getScrollableNode() : instance;\n}\nvar useAnimatedProps_default = useAnimatedProps;\nexport {\n useAnimatedProps_default as default,\n useAnimatedProps\n};\n//# sourceMappingURL=useAnimatedProps.js.map\n"],"mappings":";;;;;;;;AAMA,SAAS,iBAAiB,OAAO;CAC/B,MAAM,GAAG,kBAAkB,YAAY,UAAU,QAAQ,GAAG,CAAC;CAC7D,MAAM,cAAc,OAAO,IAAI;CAC/B,MAAM,OAAO,cACL,IAAI,cAAc,aAAa,YAAY,UAAU,CAAC,GAC5D,CAAC,KAAK,CACR;CACA,0BAA0B,IAAI;CAC9B,MAAM,YAAY,aACf,aAAa;EACZ,KAAK,cAAc,QAAQ;EAC3B,YAAY,gBAAgB;GAC1B,eAAe;EACjB;EACA,MAAM,SAAS,eAAe,QAAQ;EACtC,MAAM,SAAS,CAAC;EAChB,KAAK,MAAM,YAAY,OAAO;GAC5B,MAAM,YAAY,MAAM;GACxB,IAAI,qBAAqB,iBAAiB,UAAU,YAAY;IAC9D,UAAU,SAAS,QAAQ,QAAQ;IACnC,OAAO,KAAK,CAAC,UAAU,SAAS,CAAC;GACnC;EACF;EACA,aAAa;GACX,YAAY,UAAU;GACtB,KAAK,MAAM,CAAC,UAAU,cAAc,QAAQ;IAC1C,UAAU,SAAS,QAAQ,QAAQ;GACrC;EACF;CACF,GACA,CAAC,OAAO,IAAI,CACd;CACA,MAAM,cAAc,aAAa,SAAS;CAC1C,OAAO,CAAC,oBAAoB,IAAI,GAAG,WAAW;AAChD;AACA,SAAS,oBAAoB,MAAM;CACjC,OAAO;EACL,GAAG,KAAK,WAAW;EACnB,aAAa;CACf;AACF;AACA,SAAS,0BAA0B,MAAM;CACvC,MAAM,cAAc,OAAO,IAAI;CAC/B,MAAM,kBAAkB,OAAO,KAAK;CACpC,gBAAgB;EACd,qBAAqB,IAAI,WAAW;CACtC,CAAC;CACD,sBAAsB;EACpB,gBAAgB,UAAU;EAC1B,aAAa;GACX,gBAAgB,UAAU;EAC5B;CACF,GAAG,CAAC,CAAC;CACL,sBAAsB;EACpB,KAAK,SAAS;EACd,IAAI,YAAY,WAAW,MAAM;GAC/B,MAAM,WAAW,YAAY;GAC7B,SAAS,uBAAuB;GAChC,SAAS,SAAS;GAClB,YAAY,UAAU;EACxB;EACA,aAAa;GACX,IAAI,gBAAgB,SAAS;IAC3B,KAAK,SAAS;GAChB,OAAO;IACL,YAAY,UAAU;GACxB;EACF;CACF,GAAG,CAAC,IAAI,CAAC;AACX;AACA,SAAS,eAAe,UAAU;CAChC,OAAO,OAAO,aAAa,YAAY,OAAO,UAAU,sBAAsB,aAAa,SAAS,kBAAkB,IAAI;AAC5H;AACA,IAAI,2BAA2B"}