@tamagui/react-native-web-lite 1.135.4 → 1.135.5

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 (1077) hide show
  1. package/dist/cjs/AccessibilityInfo/index.cjs +2 -3
  2. package/dist/cjs/AccessibilityInfo/index.js +1 -2
  3. package/dist/cjs/AccessibilityInfo/index.js.map +1 -1
  4. package/dist/cjs/ActivityIndicator/__tests__/index-test.cjs +2 -2
  5. package/dist/cjs/ActivityIndicator/__tests__/index-test.js +1 -1
  6. package/dist/cjs/ActivityIndicator/__tests__/index-test.js.map +1 -1
  7. package/dist/cjs/ActivityIndicator/index.cjs +5 -4
  8. package/dist/cjs/ActivityIndicator/index.js +4 -3
  9. package/dist/cjs/ActivityIndicator/index.js.map +2 -2
  10. package/dist/cjs/Alert/index.cjs +2 -3
  11. package/dist/cjs/Alert/index.js +1 -2
  12. package/dist/cjs/Alert/index.js.map +1 -1
  13. package/dist/cjs/AppRegistry/AppContainer.cjs +6 -6
  14. package/dist/cjs/AppRegistry/AppContainer.js +5 -5
  15. package/dist/cjs/AppRegistry/AppContainer.js.map +2 -2
  16. package/dist/cjs/AppRegistry/__tests__/index-test.cjs +2 -2
  17. package/dist/cjs/AppRegistry/__tests__/index-test.js +1 -1
  18. package/dist/cjs/AppRegistry/__tests__/index-test.js.map +1 -1
  19. package/dist/cjs/AppRegistry/__tests__/index-test.node.cjs +5 -5
  20. package/dist/cjs/AppRegistry/__tests__/index-test.node.js +1 -1
  21. package/dist/cjs/AppRegistry/__tests__/index-test.node.js.map +1 -1
  22. package/dist/cjs/AppRegistry/index.cjs +7 -18
  23. package/dist/cjs/AppRegistry/index.js +5 -13
  24. package/dist/cjs/AppRegistry/index.js.map +2 -2
  25. package/dist/cjs/AppRegistry/renderApplication.cjs +11 -22
  26. package/dist/cjs/AppRegistry/renderApplication.js +8 -16
  27. package/dist/cjs/AppRegistry/renderApplication.js.map +2 -2
  28. package/dist/cjs/AppState/__tests__/index-test.cjs +1 -1
  29. package/dist/cjs/AppState/__tests__/index-test.js +1 -1
  30. package/dist/cjs/AppState/index.cjs +1 -1
  31. package/dist/cjs/AppState/index.js +1 -1
  32. package/dist/cjs/AppState/index.js.map +1 -1
  33. package/dist/cjs/Appearance/index.cjs +2 -3
  34. package/dist/cjs/Appearance/index.js +1 -2
  35. package/dist/cjs/Appearance/index.js.map +1 -1
  36. package/dist/cjs/BackHandler/index.cjs +2 -3
  37. package/dist/cjs/BackHandler/index.js +1 -2
  38. package/dist/cjs/BackHandler/index.js.map +1 -1
  39. package/dist/cjs/Clipboard/index.cjs +1 -1
  40. package/dist/cjs/Clipboard/index.js +1 -1
  41. package/dist/cjs/Clipboard/index.js.map +1 -1
  42. package/dist/cjs/DeviceEmitter.cjs +7 -18
  43. package/dist/cjs/DeviceEmitter.js +5 -12
  44. package/dist/cjs/DeviceEmitter.js.map +2 -2
  45. package/dist/cjs/DeviceInfo/index.cjs +9 -21
  46. package/dist/cjs/DeviceInfo/index.js +6 -15
  47. package/dist/cjs/DeviceInfo/index.js.map +2 -2
  48. package/dist/cjs/Dimensions/__tests__/index-test.cjs +1 -1
  49. package/dist/cjs/Dimensions/__tests__/index-test.js +1 -1
  50. package/dist/cjs/Dimensions/index.cjs +4 -2
  51. package/dist/cjs/Dimensions/index.js +3 -1
  52. package/dist/cjs/Dimensions/index.js.map +1 -1
  53. package/dist/cjs/FlatList.cjs +9 -8
  54. package/dist/cjs/FlatList.js +5 -4
  55. package/dist/cjs/FlatList.js.map +2 -2
  56. package/dist/cjs/I18nManager/index.cjs +2 -3
  57. package/dist/cjs/I18nManager/index.js +1 -2
  58. package/dist/cjs/I18nManager/index.js.map +1 -1
  59. package/dist/cjs/Image/index.cjs +9 -8
  60. package/dist/cjs/Image/index.js +6 -5
  61. package/dist/cjs/Image/index.js.map +2 -2
  62. package/dist/cjs/ImageBackground/__tests__/index-test.cjs +2 -2
  63. package/dist/cjs/ImageBackground/__tests__/index-test.js +1 -1
  64. package/dist/cjs/ImageBackground/__tests__/index-test.js.map +1 -1
  65. package/dist/cjs/ImageBackground/index.cjs +9 -19
  66. package/dist/cjs/ImageBackground/index.js +6 -13
  67. package/dist/cjs/ImageBackground/index.js.map +2 -2
  68. package/dist/cjs/InteractionManager/TaskQueue.cjs +2 -3
  69. package/dist/cjs/InteractionManager/TaskQueue.js +1 -2
  70. package/dist/cjs/InteractionManager/TaskQueue.js.map +1 -1
  71. package/dist/cjs/InteractionManager/index.cjs +7 -8
  72. package/dist/cjs/InteractionManager/index.js +4 -5
  73. package/dist/cjs/InteractionManager/index.js.map +2 -2
  74. package/dist/cjs/Keyboard/index.cjs +2 -3
  75. package/dist/cjs/Keyboard/index.js +1 -2
  76. package/dist/cjs/Keyboard/index.js.map +1 -1
  77. package/dist/cjs/KeyboardAvoidingView/index.cjs +4 -3
  78. package/dist/cjs/KeyboardAvoidingView/index.js +3 -2
  79. package/dist/cjs/KeyboardAvoidingView/index.js.map +2 -2
  80. package/dist/cjs/Linking/__tests__/index-test.cjs +1 -1
  81. package/dist/cjs/Linking/__tests__/index-test.js +1 -1
  82. package/dist/cjs/Linking/index.cjs +7 -7
  83. package/dist/cjs/Linking/index.js +2 -3
  84. package/dist/cjs/Linking/index.js.map +1 -1
  85. package/dist/cjs/LogBox/index.cjs +1 -0
  86. package/dist/cjs/LogBox/index.js +1 -0
  87. package/dist/cjs/LogBox/index.js.map +1 -1
  88. package/dist/cjs/Modal/ModalAnimation.cjs +5 -6
  89. package/dist/cjs/Modal/ModalAnimation.js +4 -4
  90. package/dist/cjs/Modal/ModalAnimation.js.map +2 -2
  91. package/dist/cjs/Modal/ModalContent.cjs +48 -49
  92. package/dist/cjs/Modal/ModalContent.js +8 -6
  93. package/dist/cjs/Modal/ModalContent.js.map +2 -2
  94. package/dist/cjs/Modal/ModalPortal.cjs +4 -5
  95. package/dist/cjs/Modal/ModalPortal.js +2 -3
  96. package/dist/cjs/Modal/ModalPortal.js.map +1 -1
  97. package/dist/cjs/Modal/index.cjs +2 -2
  98. package/dist/cjs/Modal/index.js +2 -2
  99. package/dist/cjs/Modal/index.js.map +1 -1
  100. package/dist/cjs/NativeModules/index.cjs +2 -3
  101. package/dist/cjs/NativeModules/index.js +1 -2
  102. package/dist/cjs/NativeModules/index.js.map +1 -1
  103. package/dist/cjs/PanResponder/index.cjs +2 -3
  104. package/dist/cjs/PanResponder/index.js +2 -2
  105. package/dist/cjs/PanResponder/index.js.map +2 -2
  106. package/dist/cjs/PixelRatio/index.cjs +8 -19
  107. package/dist/cjs/PixelRatio/index.js +6 -14
  108. package/dist/cjs/PixelRatio/index.js.map +2 -2
  109. package/dist/cjs/Pressable/index.cjs +7 -6
  110. package/dist/cjs/Pressable/index.js +6 -5
  111. package/dist/cjs/Pressable/index.js.map +2 -2
  112. package/dist/cjs/RefreshControl/index.cjs +7 -17
  113. package/dist/cjs/RefreshControl/index.js +5 -12
  114. package/dist/cjs/RefreshControl/index.js.map +2 -2
  115. package/dist/cjs/SafeAreaView/index.cjs +4 -3
  116. package/dist/cjs/SafeAreaView/index.js +3 -2
  117. package/dist/cjs/SafeAreaView/index.js.map +2 -2
  118. package/dist/cjs/ScrollView/ScrollViewBase.cjs +4 -3
  119. package/dist/cjs/ScrollView/ScrollViewBase.js +3 -2
  120. package/dist/cjs/ScrollView/ScrollViewBase.js.map +2 -2
  121. package/dist/cjs/ScrollView/index.cjs +9 -8
  122. package/dist/cjs/ScrollView/index.js +6 -5
  123. package/dist/cjs/ScrollView/index.js.map +2 -2
  124. package/dist/cjs/SectionList.cjs +4 -3
  125. package/dist/cjs/SectionList.js +3 -2
  126. package/dist/cjs/SectionList.js.map +2 -2
  127. package/dist/cjs/Share/index.cjs +2 -3
  128. package/dist/cjs/Share/index.js +1 -2
  129. package/dist/cjs/Share/index.js.map +1 -1
  130. package/dist/cjs/StatusBar/index.cjs +1 -0
  131. package/dist/cjs/StatusBar/index.js +1 -0
  132. package/dist/cjs/StatusBar/index.js.map +1 -1
  133. package/dist/cjs/Text/index.cjs +2 -1
  134. package/dist/cjs/Text/index.js +2 -1
  135. package/dist/cjs/Text/index.js.map +1 -1
  136. package/dist/cjs/TextInput/index.cjs +2 -1
  137. package/dist/cjs/TextInput/index.js +2 -1
  138. package/dist/cjs/TextInput/index.js.map +1 -1
  139. package/dist/cjs/TouchableNativeFeedback.cjs +6 -18
  140. package/dist/cjs/TouchableNativeFeedback.js +4 -12
  141. package/dist/cjs/TouchableNativeFeedback.js.map +2 -2
  142. package/dist/cjs/TouchableOpacity.cjs +8 -9
  143. package/dist/cjs/TouchableOpacity.js +7 -8
  144. package/dist/cjs/TouchableOpacity.js.map +2 -2
  145. package/dist/cjs/TouchableWithoutFeedback.cjs +5 -6
  146. package/dist/cjs/TouchableWithoutFeedback.js +6 -7
  147. package/dist/cjs/TouchableWithoutFeedback.js.map +1 -1
  148. package/dist/cjs/UnimplementedView.cjs +4 -4
  149. package/dist/cjs/UnimplementedView.js +3 -3
  150. package/dist/cjs/UnimplementedView.js.map +2 -2
  151. package/dist/cjs/Vibration/index.cjs +2 -3
  152. package/dist/cjs/Vibration/index.js +1 -2
  153. package/dist/cjs/Vibration/index.js.map +1 -1
  154. package/dist/cjs/View/index.cjs +2 -1
  155. package/dist/cjs/View/index.js +2 -1
  156. package/dist/cjs/View/index.js.map +1 -1
  157. package/dist/cjs/VirtualizedList.cjs +4 -3
  158. package/dist/cjs/VirtualizedList.js +3 -2
  159. package/dist/cjs/VirtualizedList.js.map +2 -2
  160. package/dist/cjs/codegenNativeCommand.cjs +1 -1
  161. package/dist/cjs/codegenNativeCommand.js +1 -1
  162. package/dist/cjs/codegenNativeCommand.js.map +1 -1
  163. package/dist/cjs/codegenNativeComponent.cjs +1 -1
  164. package/dist/cjs/codegenNativeComponent.js +1 -1
  165. package/dist/cjs/codegenNativeComponent.js.map +1 -1
  166. package/dist/cjs/createElement/__tests__/index-test.cjs +1 -1
  167. package/dist/cjs/createElement/__tests__/index-test.js +1 -1
  168. package/dist/cjs/createElement/__tests__/index-test.js.map +1 -1
  169. package/dist/cjs/createElement/index.cjs +3 -4
  170. package/dist/cjs/createElement/index.js +2 -3
  171. package/dist/cjs/createElement/index.js.map +1 -1
  172. package/dist/cjs/createReactDOMStyle.cjs +2 -3
  173. package/dist/cjs/createReactDOMStyle.js +2 -2
  174. package/dist/cjs/createReactDOMStyle.js.map +1 -1
  175. package/dist/cjs/index.cjs +99 -96
  176. package/dist/cjs/index.js +50 -49
  177. package/dist/cjs/index.js.map +1 -1
  178. package/dist/cjs/modules/requestIdleCallback.cjs +2 -3
  179. package/dist/cjs/modules/requestIdleCallback.js +1 -2
  180. package/dist/cjs/modules/requestIdleCallback.js.map +1 -1
  181. package/dist/cjs/render/index.cjs +2 -2
  182. package/dist/cjs/render/index.js +2 -2
  183. package/dist/cjs/render/index.js.map +1 -1
  184. package/dist/cjs/useColorScheme/index.cjs +5 -5
  185. package/dist/cjs/useColorScheme/index.js +4 -4
  186. package/dist/cjs/useColorScheme/index.js.map +2 -2
  187. package/dist/cjs/useWindowDimensions/index.cjs +6 -6
  188. package/dist/cjs/useWindowDimensions/index.js +5 -5
  189. package/dist/cjs/useWindowDimensions/index.js.map +2 -2
  190. package/dist/cjs/vendor/react-native/Animated/Animated.cjs +24 -33
  191. package/dist/cjs/vendor/react-native/Animated/Animated.js +12 -19
  192. package/dist/cjs/vendor/react-native/Animated/Animated.js.map +2 -2
  193. package/dist/cjs/vendor/react-native/Animated/AnimatedEvent.cjs +12 -23
  194. package/dist/cjs/vendor/react-native/Animated/AnimatedEvent.js +9 -17
  195. package/dist/cjs/vendor/react-native/Animated/AnimatedEvent.js.map +2 -2
  196. package/dist/cjs/vendor/react-native/Animated/AnimatedImplementation.cjs +202 -210
  197. package/dist/cjs/vendor/react-native/Animated/AnimatedImplementation.js +31 -37
  198. package/dist/cjs/vendor/react-native/Animated/AnimatedImplementation.js.map +2 -2
  199. package/dist/cjs/vendor/react-native/Animated/AnimatedMock.cjs +41 -49
  200. package/dist/cjs/vendor/react-native/Animated/AnimatedMock.js +22 -28
  201. package/dist/cjs/vendor/react-native/Animated/AnimatedMock.js.map +2 -2
  202. package/dist/cjs/vendor/react-native/Animated/Easing.cjs +7 -17
  203. package/dist/cjs/vendor/react-native/Animated/Easing.js +5 -12
  204. package/dist/cjs/vendor/react-native/Animated/Easing.js.map +1 -1
  205. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedHelper.cjs +20 -29
  206. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedHelper.js +12 -18
  207. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedHelper.js.map +2 -2
  208. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedModule.cjs +5 -3
  209. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedModule.js +4 -3
  210. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedModule.js.map +1 -1
  211. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedTurboModule.cjs +5 -3
  212. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedTurboModule.js +4 -3
  213. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedTurboModule.js.map +1 -1
  214. package/dist/cjs/vendor/react-native/Animated/SpringConfig.cjs +4 -2
  215. package/dist/cjs/vendor/react-native/Animated/SpringConfig.js +3 -1
  216. package/dist/cjs/vendor/react-native/Animated/SpringConfig.js.map +1 -1
  217. package/dist/cjs/vendor/react-native/Animated/animations/Animation.cjs +10 -20
  218. package/dist/cjs/vendor/react-native/Animated/animations/Animation.js +8 -15
  219. package/dist/cjs/vendor/react-native/Animated/animations/Animation.js.map +2 -2
  220. package/dist/cjs/vendor/react-native/Animated/animations/DecayAnimation.cjs +7 -17
  221. package/dist/cjs/vendor/react-native/Animated/animations/DecayAnimation.js +5 -12
  222. package/dist/cjs/vendor/react-native/Animated/animations/DecayAnimation.js.map +2 -2
  223. package/dist/cjs/vendor/react-native/Animated/animations/SpringAnimation.cjs +10 -20
  224. package/dist/cjs/vendor/react-native/Animated/animations/SpringAnimation.js +7 -14
  225. package/dist/cjs/vendor/react-native/Animated/animations/SpringAnimation.js.map +2 -2
  226. package/dist/cjs/vendor/react-native/Animated/animations/TimingAnimation.cjs +9 -19
  227. package/dist/cjs/vendor/react-native/Animated/animations/TimingAnimation.js +6 -13
  228. package/dist/cjs/vendor/react-native/Animated/animations/TimingAnimation.js.map +2 -2
  229. package/dist/cjs/vendor/react-native/Animated/bezier.cjs +4 -2
  230. package/dist/cjs/vendor/react-native/Animated/bezier.js +3 -1
  231. package/dist/cjs/vendor/react-native/Animated/bezier.js.map +1 -1
  232. package/dist/cjs/vendor/react-native/Animated/components/AnimatedFlatList.cjs +11 -9
  233. package/dist/cjs/vendor/react-native/Animated/components/AnimatedFlatList.js +4 -3
  234. package/dist/cjs/vendor/react-native/Animated/components/AnimatedFlatList.js.map +2 -2
  235. package/dist/cjs/vendor/react-native/Animated/components/AnimatedImage.cjs +9 -18
  236. package/dist/cjs/vendor/react-native/Animated/components/AnimatedImage.js +6 -11
  237. package/dist/cjs/vendor/react-native/Animated/components/AnimatedImage.js.map +2 -2
  238. package/dist/cjs/vendor/react-native/Animated/components/AnimatedScrollView.cjs +11 -9
  239. package/dist/cjs/vendor/react-native/Animated/components/AnimatedScrollView.js +4 -3
  240. package/dist/cjs/vendor/react-native/Animated/components/AnimatedScrollView.js.map +2 -2
  241. package/dist/cjs/vendor/react-native/Animated/components/AnimatedSectionList.cjs +11 -9
  242. package/dist/cjs/vendor/react-native/Animated/components/AnimatedSectionList.js +4 -3
  243. package/dist/cjs/vendor/react-native/Animated/components/AnimatedSectionList.js.map +2 -2
  244. package/dist/cjs/vendor/react-native/Animated/components/AnimatedText.cjs +9 -18
  245. package/dist/cjs/vendor/react-native/Animated/components/AnimatedText.js +6 -11
  246. package/dist/cjs/vendor/react-native/Animated/components/AnimatedText.js.map +2 -2
  247. package/dist/cjs/vendor/react-native/Animated/components/AnimatedView.cjs +9 -18
  248. package/dist/cjs/vendor/react-native/Animated/components/AnimatedView.js +6 -11
  249. package/dist/cjs/vendor/react-native/Animated/components/AnimatedView.js.map +2 -2
  250. package/dist/cjs/vendor/react-native/Animated/createAnimatedComponent.cjs +9 -7
  251. package/dist/cjs/vendor/react-native/Animated/createAnimatedComponent.js +6 -4
  252. package/dist/cjs/vendor/react-native/Animated/createAnimatedComponent.js.map +2 -2
  253. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedAddition.cjs +11 -21
  254. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedAddition.js +7 -14
  255. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedAddition.js.map +2 -2
  256. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedColor.cjs +15 -24
  257. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedColor.js +10 -16
  258. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedColor.js.map +2 -2
  259. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDiffClamp.cjs +9 -19
  260. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js +6 -13
  261. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js.map +2 -2
  262. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDivision.cjs +12 -22
  263. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDivision.js +7 -14
  264. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDivision.js.map +2 -2
  265. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedInterpolation.cjs +10 -20
  266. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedInterpolation.js +7 -14
  267. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedInterpolation.js.map +2 -2
  268. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedModulo.cjs +9 -19
  269. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedModulo.js +6 -13
  270. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedModulo.js.map +2 -2
  271. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedMultiplication.cjs +11 -21
  272. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedMultiplication.js +7 -14
  273. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedMultiplication.js.map +2 -2
  274. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedNode.cjs +12 -22
  275. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedNode.js +10 -17
  276. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedNode.js.map +2 -2
  277. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedProps.cjs +19 -29
  278. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedProps.js +15 -22
  279. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedProps.js.map +2 -2
  280. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedStyle.cjs +18 -28
  281. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedStyle.js +13 -20
  282. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedStyle.js.map +2 -2
  283. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedSubtraction.cjs +11 -21
  284. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedSubtraction.js +7 -14
  285. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedSubtraction.js.map +2 -2
  286. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTracking.cjs +7 -17
  287. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTracking.js +5 -12
  288. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTracking.js.map +2 -2
  289. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTransform.cjs +17 -27
  290. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTransform.js +13 -20
  291. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTransform.js.map +2 -2
  292. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValue.cjs +11 -21
  293. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValue.js +7 -14
  294. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValue.js.map +2 -2
  295. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValueXY.cjs +9 -19
  296. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValueXY.js +7 -14
  297. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValueXY.js.map +2 -2
  298. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedWithChildren.cjs +11 -21
  299. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedWithChildren.js +8 -15
  300. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedWithChildren.js.map +2 -2
  301. package/dist/cjs/vendor/react-native/Animated/useAnimatedProps.cjs +14 -23
  302. package/dist/cjs/vendor/react-native/Animated/useAnimatedProps.js +9 -15
  303. package/dist/cjs/vendor/react-native/Animated/useAnimatedProps.js.map +2 -2
  304. package/dist/cjs/vendor/react-native/Batchinator/index.cjs +1 -0
  305. package/dist/cjs/vendor/react-native/Batchinator/index.js +1 -0
  306. package/dist/cjs/vendor/react-native/Batchinator/index.js.map +1 -1
  307. package/dist/cjs/vendor/react-native/EventEmitter/NativeEventEmitter.cjs +14 -23
  308. package/dist/cjs/vendor/react-native/EventEmitter/NativeEventEmitter.js +11 -17
  309. package/dist/cjs/vendor/react-native/EventEmitter/NativeEventEmitter.js.map +2 -2
  310. package/dist/cjs/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.cjs +8 -17
  311. package/dist/cjs/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js +6 -11
  312. package/dist/cjs/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js.map +2 -2
  313. package/dist/cjs/vendor/react-native/FillRateHelper/index.cjs +1 -0
  314. package/dist/cjs/vendor/react-native/FillRateHelper/index.js +1 -0
  315. package/dist/cjs/vendor/react-native/FillRateHelper/index.js.map +1 -1
  316. package/dist/cjs/vendor/react-native/FlatList/index.cjs +11 -10
  317. package/dist/cjs/vendor/react-native/FlatList/index.js +6 -5
  318. package/dist/cjs/vendor/react-native/FlatList/index.js.map +2 -2
  319. package/dist/cjs/vendor/react-native/JSEventLoopWatchdog/index.cjs +8 -18
  320. package/dist/cjs/vendor/react-native/JSEventLoopWatchdog/index.js +6 -13
  321. package/dist/cjs/vendor/react-native/JSEventLoopWatchdog/index.js.map +2 -2
  322. package/dist/cjs/vendor/react-native/LayoutAnimation/index.cjs +8 -18
  323. package/dist/cjs/vendor/react-native/LayoutAnimation/index.js +5 -12
  324. package/dist/cjs/vendor/react-native/LayoutAnimation/index.js.map +2 -2
  325. package/dist/cjs/vendor/react-native/PanResponder/index.cjs +1 -0
  326. package/dist/cjs/vendor/react-native/PanResponder/index.js +1 -0
  327. package/dist/cjs/vendor/react-native/PanResponder/index.js.map +1 -1
  328. package/dist/cjs/vendor/react-native/PooledClass/index.cjs +3 -2
  329. package/dist/cjs/vendor/react-native/PooledClass/index.js +3 -1
  330. package/dist/cjs/vendor/react-native/PooledClass/index.js.map +1 -1
  331. package/dist/cjs/vendor/react-native/ReactNative/ReactNativeFeatureFlags.cjs +1 -0
  332. package/dist/cjs/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js +1 -0
  333. package/dist/cjs/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js.map +1 -1
  334. package/dist/cjs/vendor/react-native/SectionList/index.cjs +7 -5
  335. package/dist/cjs/vendor/react-native/SectionList/index.js +5 -3
  336. package/dist/cjs/vendor/react-native/SectionList/index.js.map +2 -2
  337. package/dist/cjs/vendor/react-native/StaticContainer/index.cjs +2 -1
  338. package/dist/cjs/vendor/react-native/StaticContainer/index.js +2 -1
  339. package/dist/cjs/vendor/react-native/StaticContainer/index.js.map +1 -1
  340. package/dist/cjs/vendor/react-native/StaticRenderer/index.cjs +2 -1
  341. package/dist/cjs/vendor/react-native/StaticRenderer/index.js +2 -1
  342. package/dist/cjs/vendor/react-native/StaticRenderer/index.js.map +1 -1
  343. package/dist/cjs/vendor/react-native/TouchHistoryMath/index.cjs +1 -0
  344. package/dist/cjs/vendor/react-native/TouchHistoryMath/index.js +1 -0
  345. package/dist/cjs/vendor/react-native/TouchHistoryMath/index.js.map +1 -1
  346. package/dist/cjs/vendor/react-native/Types/CoreEventTypes.cjs +3 -15
  347. package/dist/cjs/vendor/react-native/Types/CoreEventTypes.js +3 -12
  348. package/dist/cjs/vendor/react-native/Types/CoreEventTypes.js.map +1 -1
  349. package/dist/cjs/vendor/react-native/Utilities/Platform.cjs +3 -2
  350. package/dist/cjs/vendor/react-native/Utilities/Platform.js +3 -1
  351. package/dist/cjs/vendor/react-native/Utilities/Platform.js.map +1 -1
  352. package/dist/cjs/vendor/react-native/Utilities/clamp.cjs +1 -0
  353. package/dist/cjs/vendor/react-native/Utilities/clamp.js +1 -0
  354. package/dist/cjs/vendor/react-native/Utilities/clamp.js.map +1 -1
  355. package/dist/cjs/vendor/react-native/Utilities/setAndForwardRef.cjs +2 -1
  356. package/dist/cjs/vendor/react-native/Utilities/setAndForwardRef.js +2 -1
  357. package/dist/cjs/vendor/react-native/Utilities/setAndForwardRef.js.map +1 -1
  358. package/dist/cjs/vendor/react-native/Utilities/useMergeRefs.cjs +4 -2
  359. package/dist/cjs/vendor/react-native/Utilities/useMergeRefs.js +3 -1
  360. package/dist/cjs/vendor/react-native/Utilities/useMergeRefs.js.map +1 -1
  361. package/dist/cjs/vendor/react-native/Utilities/useRefEffect.cjs +4 -2
  362. package/dist/cjs/vendor/react-native/Utilities/useRefEffect.js +3 -1
  363. package/dist/cjs/vendor/react-native/Utilities/useRefEffect.js.map +1 -1
  364. package/dist/cjs/vendor/react-native/ViewabilityHelper/index.cjs +1 -0
  365. package/dist/cjs/vendor/react-native/ViewabilityHelper/index.js +1 -0
  366. package/dist/cjs/vendor/react-native/ViewabilityHelper/index.js.map +1 -1
  367. package/dist/cjs/vendor/react-native/ViewabilityHelper.cjs +1 -0
  368. package/dist/cjs/vendor/react-native/ViewabilityHelper.js +1 -0
  369. package/dist/cjs/vendor/react-native/ViewabilityHelper.js.map +1 -1
  370. package/dist/cjs/vendor/react-native/VirtualizedList/ChildListCollection.cjs +4 -2
  371. package/dist/cjs/vendor/react-native/VirtualizedList/ChildListCollection.js +3 -1
  372. package/dist/cjs/vendor/react-native/VirtualizedList/ChildListCollection.js.map +1 -1
  373. package/dist/cjs/vendor/react-native/VirtualizedList/StateSafePureComponent.cjs +5 -3
  374. package/dist/cjs/vendor/react-native/VirtualizedList/StateSafePureComponent.js +4 -2
  375. package/dist/cjs/vendor/react-native/VirtualizedList/StateSafePureComponent.js.map +1 -1
  376. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.cjs +7 -5
  377. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js +5 -3
  378. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js.map +2 -2
  379. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListContext.cjs +1 -1
  380. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListContext.js +1 -1
  381. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListContext.js.map +1 -1
  382. package/dist/cjs/vendor/react-native/VirtualizedList/index.cjs +20 -30
  383. package/dist/cjs/vendor/react-native/VirtualizedList/index.js +11 -18
  384. package/dist/cjs/vendor/react-native/VirtualizedList/index.js.map +2 -2
  385. package/dist/cjs/vendor/react-native/VirtualizedSectionList/index.cjs +4 -3
  386. package/dist/cjs/vendor/react-native/VirtualizedSectionList/index.js +3 -2
  387. package/dist/cjs/vendor/react-native/VirtualizedSectionList/index.js.map +2 -2
  388. package/dist/cjs/vendor/react-native/deepDiffer/index.cjs +1 -0
  389. package/dist/cjs/vendor/react-native/deepDiffer/index.js +1 -0
  390. package/dist/cjs/vendor/react-native/deepDiffer/index.js.map +1 -1
  391. package/dist/cjs/vendor/react-native/emitter/EventEmitter.cjs +7 -17
  392. package/dist/cjs/vendor/react-native/emitter/EventEmitter.js +5 -11
  393. package/dist/cjs/vendor/react-native/emitter/EventEmitter.js.map +2 -2
  394. package/dist/cjs/vendor/react-native/emitter/_EmitterSubscription.cjs +7 -17
  395. package/dist/cjs/vendor/react-native/emitter/_EmitterSubscription.js +5 -12
  396. package/dist/cjs/vendor/react-native/emitter/_EmitterSubscription.js.map +2 -2
  397. package/dist/cjs/vendor/react-native/emitter/_EventEmitter.cjs +9 -19
  398. package/dist/cjs/vendor/react-native/emitter/_EventEmitter.js +6 -13
  399. package/dist/cjs/vendor/react-native/emitter/_EventEmitter.js.map +2 -2
  400. package/dist/cjs/vendor/react-native/emitter/_EventSubscription.cjs +1 -0
  401. package/dist/cjs/vendor/react-native/emitter/_EventSubscription.js +1 -0
  402. package/dist/cjs/vendor/react-native/emitter/_EventSubscription.js.map +1 -1
  403. package/dist/cjs/vendor/react-native/emitter/_EventSubscriptionVendor.cjs +1 -0
  404. package/dist/cjs/vendor/react-native/emitter/_EventSubscriptionVendor.js +1 -0
  405. package/dist/cjs/vendor/react-native/emitter/_EventSubscriptionVendor.js.map +1 -1
  406. package/dist/cjs/vendor/react-native/infoLog/index.cjs +2 -1
  407. package/dist/cjs/vendor/react-native/infoLog/index.js +2 -1
  408. package/dist/cjs/vendor/react-native/infoLog/index.js.map +1 -1
  409. package/dist/cjs/vendor/react-native/useRefEffect.cjs +4 -2
  410. package/dist/cjs/vendor/react-native/useRefEffect.js +3 -1
  411. package/dist/cjs/vendor/react-native/useRefEffect.js.map +1 -1
  412. package/dist/cjs/vendor/react-native/vendor/emitter/EventEmitter.cjs +4 -2
  413. package/dist/cjs/vendor/react-native/vendor/emitter/EventEmitter.js +3 -1
  414. package/dist/cjs/vendor/react-native/vendor/emitter/EventEmitter.js.map +1 -1
  415. package/dist/cjs/without-animated.cjs +93 -93
  416. package/dist/cjs/without-animated.js +47 -47
  417. package/dist/cjs/without-animated.js.map +1 -1
  418. package/dist/esm/AccessibilityInfo/index.js +1 -2
  419. package/dist/esm/AccessibilityInfo/index.js.map +1 -1
  420. package/dist/esm/AccessibilityInfo/index.mjs +1 -2
  421. package/dist/esm/AccessibilityInfo/index.mjs.map +1 -1
  422. package/dist/esm/ActivityIndicator/index.js +2 -1
  423. package/dist/esm/ActivityIndicator/index.js.map +1 -1
  424. package/dist/esm/ActivityIndicator/index.mjs +2 -2
  425. package/dist/esm/ActivityIndicator/index.mjs.map +1 -1
  426. package/dist/esm/Alert/index.js +1 -2
  427. package/dist/esm/Alert/index.js.map +1 -1
  428. package/dist/esm/Alert/index.mjs +1 -2
  429. package/dist/esm/Alert/index.mjs.map +1 -1
  430. package/dist/esm/AppRegistry/AppContainer.js +3 -3
  431. package/dist/esm/AppRegistry/AppContainer.js.map +1 -1
  432. package/dist/esm/AppRegistry/AppContainer.mjs +2 -3
  433. package/dist/esm/AppRegistry/AppContainer.mjs.map +1 -1
  434. package/dist/esm/AppRegistry/index.js +2 -2
  435. package/dist/esm/AppRegistry/index.js.map +1 -1
  436. package/dist/esm/AppRegistry/index.mjs +2 -2
  437. package/dist/esm/AppRegistry/index.mjs.map +1 -1
  438. package/dist/esm/AppRegistry/renderApplication.js +4 -4
  439. package/dist/esm/AppRegistry/renderApplication.js.map +1 -1
  440. package/dist/esm/AppRegistry/renderApplication.mjs +3 -3
  441. package/dist/esm/AppRegistry/renderApplication.mjs.map +1 -1
  442. package/dist/esm/AppState/index.js +1 -1
  443. package/dist/esm/AppState/index.js.map +1 -1
  444. package/dist/esm/AppState/index.mjs +1 -1
  445. package/dist/esm/AppState/index.mjs.map +1 -1
  446. package/dist/esm/Appearance/index.js +1 -2
  447. package/dist/esm/Appearance/index.js.map +1 -1
  448. package/dist/esm/Appearance/index.mjs +1 -2
  449. package/dist/esm/Appearance/index.mjs.map +1 -1
  450. package/dist/esm/BackHandler/index.js +1 -2
  451. package/dist/esm/BackHandler/index.js.map +1 -1
  452. package/dist/esm/BackHandler/index.mjs +1 -2
  453. package/dist/esm/BackHandler/index.mjs.map +1 -1
  454. package/dist/esm/Clipboard/index.js +1 -1
  455. package/dist/esm/Clipboard/index.js.map +1 -1
  456. package/dist/esm/Clipboard/index.mjs +1 -1
  457. package/dist/esm/Clipboard/index.mjs.map +1 -1
  458. package/dist/esm/DeviceEmitter.js +3 -3
  459. package/dist/esm/DeviceEmitter.js.map +1 -1
  460. package/dist/esm/DeviceEmitter.mjs +3 -3
  461. package/dist/esm/DeviceEmitter.mjs.map +1 -1
  462. package/dist/esm/DeviceInfo/index.js +2 -3
  463. package/dist/esm/DeviceInfo/index.js.map +1 -1
  464. package/dist/esm/DeviceInfo/index.mjs +2 -3
  465. package/dist/esm/DeviceInfo/index.mjs.map +1 -1
  466. package/dist/esm/Dimensions/index.js +3 -1
  467. package/dist/esm/Dimensions/index.js.map +1 -1
  468. package/dist/esm/Dimensions/index.mjs +2 -1
  469. package/dist/esm/Dimensions/index.mjs.map +1 -1
  470. package/dist/esm/FlatList.js +4 -3
  471. package/dist/esm/FlatList.js.map +1 -1
  472. package/dist/esm/FlatList.mjs +4 -4
  473. package/dist/esm/FlatList.mjs.map +1 -1
  474. package/dist/esm/I18nManager/index.js +1 -2
  475. package/dist/esm/I18nManager/index.js.map +1 -1
  476. package/dist/esm/I18nManager/index.mjs +1 -2
  477. package/dist/esm/I18nManager/index.mjs.map +1 -1
  478. package/dist/esm/Image/index.js +4 -3
  479. package/dist/esm/Image/index.js.map +1 -1
  480. package/dist/esm/Image/index.mjs +4 -4
  481. package/dist/esm/Image/index.mjs.map +1 -1
  482. package/dist/esm/ImageBackground/index.js +3 -2
  483. package/dist/esm/ImageBackground/index.js.map +1 -1
  484. package/dist/esm/ImageBackground/index.mjs +3 -3
  485. package/dist/esm/ImageBackground/index.mjs.map +1 -1
  486. package/dist/esm/InteractionManager/TaskQueue.js +1 -2
  487. package/dist/esm/InteractionManager/TaskQueue.js.map +1 -1
  488. package/dist/esm/InteractionManager/TaskQueue.mjs +1 -2
  489. package/dist/esm/InteractionManager/TaskQueue.mjs.map +1 -1
  490. package/dist/esm/InteractionManager/index.js +3 -4
  491. package/dist/esm/InteractionManager/index.js.map +1 -1
  492. package/dist/esm/InteractionManager/index.mjs +3 -4
  493. package/dist/esm/InteractionManager/index.mjs.map +1 -1
  494. package/dist/esm/Keyboard/index.js +1 -2
  495. package/dist/esm/Keyboard/index.js.map +1 -1
  496. package/dist/esm/Keyboard/index.mjs +1 -2
  497. package/dist/esm/Keyboard/index.mjs.map +1 -1
  498. package/dist/esm/KeyboardAvoidingView/index.js +2 -1
  499. package/dist/esm/KeyboardAvoidingView/index.js.map +1 -1
  500. package/dist/esm/KeyboardAvoidingView/index.mjs +2 -2
  501. package/dist/esm/KeyboardAvoidingView/index.mjs.map +1 -1
  502. package/dist/esm/Linking/index.js +2 -3
  503. package/dist/esm/Linking/index.js.map +1 -1
  504. package/dist/esm/Linking/index.mjs +7 -7
  505. package/dist/esm/Linking/index.mjs.map +1 -1
  506. package/dist/esm/LogBox/index.js +1 -0
  507. package/dist/esm/LogBox/index.js.map +1 -1
  508. package/dist/esm/LogBox/index.mjs +1 -1
  509. package/dist/esm/LogBox/index.mjs.map +1 -1
  510. package/dist/esm/Modal/ModalAnimation.js +3 -3
  511. package/dist/esm/Modal/ModalAnimation.js.map +1 -1
  512. package/dist/esm/Modal/ModalAnimation.mjs +3 -4
  513. package/dist/esm/Modal/ModalAnimation.mjs.map +1 -1
  514. package/dist/esm/Modal/ModalContent.js +6 -5
  515. package/dist/esm/Modal/ModalContent.js.map +1 -1
  516. package/dist/esm/Modal/ModalContent.mjs +47 -48
  517. package/dist/esm/Modal/ModalContent.mjs.map +1 -1
  518. package/dist/esm/Modal/ModalPortal.js +1 -2
  519. package/dist/esm/Modal/ModalPortal.js.map +1 -1
  520. package/dist/esm/Modal/ModalPortal.mjs +1 -2
  521. package/dist/esm/Modal/ModalPortal.mjs.map +1 -1
  522. package/dist/esm/Modal/index.js +2 -2
  523. package/dist/esm/Modal/index.js.map +1 -1
  524. package/dist/esm/Modal/index.mjs +2 -2
  525. package/dist/esm/Modal/index.mjs.map +1 -1
  526. package/dist/esm/NativeModules/index.js +1 -2
  527. package/dist/esm/NativeModules/index.js.map +1 -1
  528. package/dist/esm/NativeModules/index.mjs +1 -2
  529. package/dist/esm/NativeModules/index.mjs.map +1 -1
  530. package/dist/esm/PanResponder/index.js +2 -3
  531. package/dist/esm/PanResponder/index.js.map +2 -2
  532. package/dist/esm/PanResponder/index.mjs +2 -3
  533. package/dist/esm/PanResponder/index.mjs.map +1 -1
  534. package/dist/esm/PixelRatio/index.js +2 -2
  535. package/dist/esm/PixelRatio/index.js.map +1 -1
  536. package/dist/esm/PixelRatio/index.mjs +2 -2
  537. package/dist/esm/PixelRatio/index.mjs.map +1 -1
  538. package/dist/esm/Pressable/index.js +5 -4
  539. package/dist/esm/Pressable/index.js.map +1 -1
  540. package/dist/esm/Pressable/index.mjs +5 -5
  541. package/dist/esm/Pressable/index.mjs.map +1 -1
  542. package/dist/esm/RefreshControl/index.js +2 -1
  543. package/dist/esm/RefreshControl/index.js.map +1 -1
  544. package/dist/esm/RefreshControl/index.mjs +2 -2
  545. package/dist/esm/RefreshControl/index.mjs.map +1 -1
  546. package/dist/esm/SafeAreaView/index.js +2 -1
  547. package/dist/esm/SafeAreaView/index.js.map +1 -1
  548. package/dist/esm/SafeAreaView/index.mjs +2 -2
  549. package/dist/esm/SafeAreaView/index.mjs.map +1 -1
  550. package/dist/esm/ScrollView/ScrollViewBase.js +2 -1
  551. package/dist/esm/ScrollView/ScrollViewBase.js.map +1 -1
  552. package/dist/esm/ScrollView/ScrollViewBase.mjs +2 -2
  553. package/dist/esm/ScrollView/ScrollViewBase.mjs.map +1 -1
  554. package/dist/esm/ScrollView/index.js +4 -3
  555. package/dist/esm/ScrollView/index.js.map +1 -1
  556. package/dist/esm/ScrollView/index.mjs +4 -4
  557. package/dist/esm/ScrollView/index.mjs.map +1 -1
  558. package/dist/esm/SectionList.js +4 -3
  559. package/dist/esm/SectionList.js.map +2 -2
  560. package/dist/esm/SectionList.mjs +3 -3
  561. package/dist/esm/SectionList.mjs.map +1 -1
  562. package/dist/esm/Share/index.js +1 -2
  563. package/dist/esm/Share/index.js.map +1 -1
  564. package/dist/esm/Share/index.mjs +1 -2
  565. package/dist/esm/Share/index.mjs.map +1 -1
  566. package/dist/esm/StatusBar/index.js +1 -0
  567. package/dist/esm/StatusBar/index.js.map +1 -1
  568. package/dist/esm/StatusBar/index.mjs +1 -1
  569. package/dist/esm/StatusBar/index.mjs.map +1 -1
  570. package/dist/esm/Text/index.js +1 -0
  571. package/dist/esm/Text/index.js.map +1 -1
  572. package/dist/esm/Text/index.mjs +1 -1
  573. package/dist/esm/Text/index.mjs.map +1 -1
  574. package/dist/esm/TextInput/index.js +1 -0
  575. package/dist/esm/TextInput/index.js.map +1 -1
  576. package/dist/esm/TextInput/index.mjs +1 -1
  577. package/dist/esm/TextInput/index.mjs.map +1 -1
  578. package/dist/esm/TouchableNativeFeedback.js +2 -3
  579. package/dist/esm/TouchableNativeFeedback.js.map +1 -1
  580. package/dist/esm/TouchableNativeFeedback.mjs +2 -3
  581. package/dist/esm/TouchableNativeFeedback.mjs.map +1 -1
  582. package/dist/esm/TouchableOpacity.js +6 -7
  583. package/dist/esm/TouchableOpacity.js.map +1 -1
  584. package/dist/esm/TouchableOpacity.mjs +6 -7
  585. package/dist/esm/TouchableOpacity.mjs.map +1 -1
  586. package/dist/esm/TouchableWithoutFeedback.js +5 -6
  587. package/dist/esm/TouchableWithoutFeedback.js.map +1 -1
  588. package/dist/esm/TouchableWithoutFeedback.mjs +4 -5
  589. package/dist/esm/TouchableWithoutFeedback.mjs.map +1 -1
  590. package/dist/esm/UnimplementedView.js +2 -2
  591. package/dist/esm/UnimplementedView.js.map +1 -1
  592. package/dist/esm/UnimplementedView.mjs +2 -2
  593. package/dist/esm/UnimplementedView.mjs.map +1 -1
  594. package/dist/esm/Vibration/index.js +1 -2
  595. package/dist/esm/Vibration/index.js.map +1 -1
  596. package/dist/esm/Vibration/index.mjs +1 -2
  597. package/dist/esm/Vibration/index.mjs.map +1 -1
  598. package/dist/esm/View/index.js +1 -0
  599. package/dist/esm/View/index.js.map +1 -1
  600. package/dist/esm/View/index.mjs +1 -1
  601. package/dist/esm/View/index.mjs.map +1 -1
  602. package/dist/esm/VirtualizedList.js +4 -3
  603. package/dist/esm/VirtualizedList.js.map +2 -2
  604. package/dist/esm/VirtualizedList.mjs +3 -3
  605. package/dist/esm/VirtualizedList.mjs.map +1 -1
  606. package/dist/esm/codegenNativeCommand.js +1 -1
  607. package/dist/esm/codegenNativeCommand.js.map +1 -1
  608. package/dist/esm/codegenNativeCommand.mjs +1 -1
  609. package/dist/esm/codegenNativeCommand.mjs.map +1 -1
  610. package/dist/esm/codegenNativeComponent.js +1 -1
  611. package/dist/esm/codegenNativeComponent.js.map +1 -1
  612. package/dist/esm/codegenNativeComponent.mjs +1 -1
  613. package/dist/esm/codegenNativeComponent.mjs.map +1 -1
  614. package/dist/esm/createElement/index.js +1 -2
  615. package/dist/esm/createElement/index.js.map +1 -1
  616. package/dist/esm/createElement/index.mjs +1 -2
  617. package/dist/esm/createElement/index.mjs.map +1 -1
  618. package/dist/esm/createReactDOMStyle.js +1 -2
  619. package/dist/esm/createReactDOMStyle.js.map +1 -1
  620. package/dist/esm/createReactDOMStyle.mjs +1 -2
  621. package/dist/esm/createReactDOMStyle.mjs.map +1 -1
  622. package/dist/esm/index.js +101 -99
  623. package/dist/esm/index.js.map +2 -2
  624. package/dist/esm/index.mjs +51 -49
  625. package/dist/esm/index.mjs.map +1 -1
  626. package/dist/esm/modules/requestIdleCallback.js +1 -2
  627. package/dist/esm/modules/requestIdleCallback.js.map +1 -1
  628. package/dist/esm/modules/requestIdleCallback.mjs +1 -2
  629. package/dist/esm/modules/requestIdleCallback.mjs.map +1 -1
  630. package/dist/esm/render/index.js +2 -2
  631. package/dist/esm/render/index.js.map +1 -1
  632. package/dist/esm/render/index.mjs +1 -1
  633. package/dist/esm/render/index.mjs.map +1 -1
  634. package/dist/esm/useColorScheme/index.js +2 -2
  635. package/dist/esm/useColorScheme/index.js.map +1 -1
  636. package/dist/esm/useColorScheme/index.mjs +2 -2
  637. package/dist/esm/useColorScheme/index.mjs.map +1 -1
  638. package/dist/esm/useWindowDimensions/index.js +2 -2
  639. package/dist/esm/useWindowDimensions/index.js.map +1 -1
  640. package/dist/esm/useWindowDimensions/index.mjs +2 -2
  641. package/dist/esm/useWindowDimensions/index.mjs.map +1 -1
  642. package/dist/esm/vendor/react-native/Animated/Animated.js +11 -10
  643. package/dist/esm/vendor/react-native/Animated/Animated.js.map +1 -1
  644. package/dist/esm/vendor/react-native/Animated/Animated.mjs +20 -19
  645. package/dist/esm/vendor/react-native/Animated/Animated.mjs.map +1 -1
  646. package/dist/esm/vendor/react-native/Animated/AnimatedEvent.js +2 -2
  647. package/dist/esm/vendor/react-native/Animated/AnimatedEvent.js.map +1 -1
  648. package/dist/esm/vendor/react-native/Animated/AnimatedEvent.mjs +2 -2
  649. package/dist/esm/vendor/react-native/Animated/AnimatedEvent.mjs.map +1 -1
  650. package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.js +20 -18
  651. package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.js.map +1 -1
  652. package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.mjs +185 -184
  653. package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.mjs.map +1 -1
  654. package/dist/esm/vendor/react-native/Animated/AnimatedMock.js +11 -9
  655. package/dist/esm/vendor/react-native/Animated/AnimatedMock.js.map +1 -1
  656. package/dist/esm/vendor/react-native/Animated/AnimatedMock.mjs +36 -35
  657. package/dist/esm/vendor/react-native/Animated/AnimatedMock.mjs.map +1 -1
  658. package/dist/esm/vendor/react-native/Animated/Easing.js +2 -1
  659. package/dist/esm/vendor/react-native/Animated/Easing.js.map +1 -1
  660. package/dist/esm/vendor/react-native/Animated/Easing.mjs +2 -2
  661. package/dist/esm/vendor/react-native/Animated/Easing.mjs.map +1 -1
  662. package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.js +9 -7
  663. package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.js.map +1 -1
  664. package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.mjs +9 -8
  665. package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.mjs.map +1 -1
  666. package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.js +3 -2
  667. package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.js.map +1 -1
  668. package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.mjs +4 -3
  669. package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.mjs.map +1 -1
  670. package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.js +3 -2
  671. package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.js.map +1 -1
  672. package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.mjs +4 -3
  673. package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.mjs.map +1 -1
  674. package/dist/esm/vendor/react-native/Animated/SpringConfig.js +3 -1
  675. package/dist/esm/vendor/react-native/Animated/SpringConfig.js.map +1 -1
  676. package/dist/esm/vendor/react-native/Animated/SpringConfig.mjs +3 -2
  677. package/dist/esm/vendor/react-native/Animated/SpringConfig.mjs.map +1 -1
  678. package/dist/esm/vendor/react-native/Animated/animations/Animation.js +2 -1
  679. package/dist/esm/vendor/react-native/Animated/animations/Animation.js.map +1 -1
  680. package/dist/esm/vendor/react-native/Animated/animations/Animation.mjs +2 -2
  681. package/dist/esm/vendor/react-native/Animated/animations/Animation.mjs.map +1 -1
  682. package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.js +2 -1
  683. package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.js.map +1 -1
  684. package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.mjs +2 -2
  685. package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.mjs.map +1 -1
  686. package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.js +3 -2
  687. package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.js.map +1 -1
  688. package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.mjs +3 -3
  689. package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.mjs.map +1 -1
  690. package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.js +3 -2
  691. package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.js.map +1 -1
  692. package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.mjs +3 -3
  693. package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.mjs.map +1 -1
  694. package/dist/esm/vendor/react-native/Animated/bezier.js +3 -1
  695. package/dist/esm/vendor/react-native/Animated/bezier.js.map +1 -1
  696. package/dist/esm/vendor/react-native/Animated/bezier.mjs +2 -1
  697. package/dist/esm/vendor/react-native/Animated/bezier.mjs.map +1 -1
  698. package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.js +5 -4
  699. package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.js.map +1 -1
  700. package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.mjs +10 -9
  701. package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.mjs.map +1 -1
  702. package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.js +5 -3
  703. package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.js.map +1 -1
  704. package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.mjs +5 -4
  705. package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.mjs.map +1 -1
  706. package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.js +5 -4
  707. package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.js.map +1 -1
  708. package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.mjs +10 -9
  709. package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.mjs.map +1 -1
  710. package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.js +5 -4
  711. package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.js.map +1 -1
  712. package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.mjs +10 -9
  713. package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.mjs.map +1 -1
  714. package/dist/esm/vendor/react-native/Animated/components/AnimatedText.js +5 -3
  715. package/dist/esm/vendor/react-native/Animated/components/AnimatedText.js.map +1 -1
  716. package/dist/esm/vendor/react-native/Animated/components/AnimatedText.mjs +5 -4
  717. package/dist/esm/vendor/react-native/Animated/components/AnimatedText.mjs.map +1 -1
  718. package/dist/esm/vendor/react-native/Animated/components/AnimatedView.js +5 -3
  719. package/dist/esm/vendor/react-native/Animated/components/AnimatedView.js.map +1 -1
  720. package/dist/esm/vendor/react-native/Animated/components/AnimatedView.mjs +5 -4
  721. package/dist/esm/vendor/react-native/Animated/components/AnimatedView.mjs.map +1 -1
  722. package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.js +5 -3
  723. package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.js.map +1 -1
  724. package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.mjs +4 -3
  725. package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.mjs.map +1 -1
  726. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.js +4 -3
  727. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.js.map +1 -1
  728. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.mjs +4 -4
  729. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.mjs.map +1 -1
  730. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.js +6 -4
  731. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.js.map +1 -1
  732. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.mjs +5 -4
  733. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.mjs.map +1 -1
  734. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js +3 -2
  735. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js.map +1 -1
  736. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.mjs +3 -3
  737. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.mjs.map +1 -1
  738. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.js +5 -4
  739. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.js.map +1 -1
  740. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.mjs +5 -5
  741. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.mjs.map +1 -1
  742. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.js +3 -2
  743. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.js.map +1 -1
  744. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.mjs +3 -3
  745. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.mjs.map +1 -1
  746. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.js +3 -2
  747. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.js.map +1 -1
  748. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.mjs +3 -3
  749. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.mjs.map +1 -1
  750. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.js +4 -3
  751. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.js.map +1 -1
  752. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.mjs +4 -4
  753. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.mjs.map +1 -1
  754. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.js +2 -1
  755. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.js.map +1 -1
  756. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.mjs +2 -2
  757. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.mjs.map +1 -1
  758. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.js +4 -3
  759. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.js.map +1 -1
  760. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.mjs +4 -4
  761. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.mjs.map +1 -1
  762. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.js +5 -4
  763. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.js.map +1 -1
  764. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.mjs +5 -5
  765. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.mjs.map +1 -1
  766. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.js +4 -3
  767. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.js.map +1 -1
  768. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.mjs +4 -4
  769. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.mjs.map +1 -1
  770. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.js +2 -1
  771. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.js.map +1 -1
  772. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.mjs +2 -2
  773. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.mjs.map +1 -1
  774. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.js +4 -3
  775. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.js.map +1 -1
  776. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.mjs +4 -4
  777. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.mjs.map +1 -1
  778. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.js +4 -3
  779. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.js.map +1 -1
  780. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.mjs +4 -4
  781. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.mjs.map +1 -1
  782. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.js +3 -2
  783. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.js.map +1 -1
  784. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.mjs +3 -3
  785. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.mjs.map +1 -1
  786. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.js +3 -2
  787. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.js.map +1 -1
  788. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.mjs +3 -3
  789. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.mjs.map +1 -1
  790. package/dist/esm/vendor/react-native/Animated/useAnimatedProps.js +6 -4
  791. package/dist/esm/vendor/react-native/Animated/useAnimatedProps.js.map +1 -1
  792. package/dist/esm/vendor/react-native/Animated/useAnimatedProps.mjs +5 -4
  793. package/dist/esm/vendor/react-native/Animated/useAnimatedProps.mjs.map +1 -1
  794. package/dist/esm/vendor/react-native/Batchinator/index.js +1 -0
  795. package/dist/esm/vendor/react-native/Batchinator/index.js.map +1 -1
  796. package/dist/esm/vendor/react-native/Batchinator/index.mjs +1 -1
  797. package/dist/esm/vendor/react-native/Batchinator/index.mjs.map +1 -1
  798. package/dist/esm/vendor/react-native/EventEmitter/NativeEventEmitter.js +4 -2
  799. package/dist/esm/vendor/react-native/EventEmitter/NativeEventEmitter.js.map +1 -1
  800. package/dist/esm/vendor/react-native/EventEmitter/NativeEventEmitter.mjs +3 -2
  801. package/dist/esm/vendor/react-native/EventEmitter/NativeEventEmitter.mjs.map +1 -1
  802. package/dist/esm/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js +4 -2
  803. package/dist/esm/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js.map +1 -1
  804. package/dist/esm/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.mjs +4 -3
  805. package/dist/esm/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.mjs.map +1 -1
  806. package/dist/esm/vendor/react-native/FillRateHelper/index.js +1 -0
  807. package/dist/esm/vendor/react-native/FillRateHelper/index.js.map +1 -1
  808. package/dist/esm/vendor/react-native/FillRateHelper/index.mjs +1 -1
  809. package/dist/esm/vendor/react-native/FillRateHelper/index.mjs.map +1 -1
  810. package/dist/esm/vendor/react-native/FlatList/index.js +5 -4
  811. package/dist/esm/vendor/react-native/FlatList/index.js.map +1 -1
  812. package/dist/esm/vendor/react-native/FlatList/index.mjs +5 -5
  813. package/dist/esm/vendor/react-native/FlatList/index.mjs.map +1 -1
  814. package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.js +2 -1
  815. package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.js.map +1 -1
  816. package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.mjs +2 -2
  817. package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.mjs.map +1 -1
  818. package/dist/esm/vendor/react-native/LayoutAnimation/index.js +3 -2
  819. package/dist/esm/vendor/react-native/LayoutAnimation/index.js.map +1 -1
  820. package/dist/esm/vendor/react-native/LayoutAnimation/index.mjs +3 -3
  821. package/dist/esm/vendor/react-native/LayoutAnimation/index.mjs.map +1 -1
  822. package/dist/esm/vendor/react-native/PanResponder/index.js +1 -0
  823. package/dist/esm/vendor/react-native/PanResponder/index.js.map +1 -1
  824. package/dist/esm/vendor/react-native/PanResponder/index.mjs +1 -1
  825. package/dist/esm/vendor/react-native/PanResponder/index.mjs.map +1 -1
  826. package/dist/esm/vendor/react-native/PooledClass/index.js +3 -1
  827. package/dist/esm/vendor/react-native/PooledClass/index.js.map +1 -1
  828. package/dist/esm/vendor/react-native/PooledClass/index.mjs +3 -3
  829. package/dist/esm/vendor/react-native/PooledClass/index.mjs.map +1 -1
  830. package/dist/esm/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js +1 -0
  831. package/dist/esm/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js.map +1 -1
  832. package/dist/esm/vendor/react-native/ReactNative/ReactNativeFeatureFlags.mjs +1 -1
  833. package/dist/esm/vendor/react-native/ReactNative/ReactNativeFeatureFlags.mjs.map +1 -1
  834. package/dist/esm/vendor/react-native/SectionList/index.js +4 -2
  835. package/dist/esm/vendor/react-native/SectionList/index.js.map +1 -1
  836. package/dist/esm/vendor/react-native/SectionList/index.mjs +3 -2
  837. package/dist/esm/vendor/react-native/SectionList/index.mjs.map +1 -1
  838. package/dist/esm/vendor/react-native/StaticContainer/index.js +1 -0
  839. package/dist/esm/vendor/react-native/StaticContainer/index.js.map +1 -1
  840. package/dist/esm/vendor/react-native/StaticContainer/index.mjs +1 -1
  841. package/dist/esm/vendor/react-native/StaticContainer/index.mjs.map +1 -1
  842. package/dist/esm/vendor/react-native/StaticRenderer/index.js +1 -0
  843. package/dist/esm/vendor/react-native/StaticRenderer/index.js.map +1 -1
  844. package/dist/esm/vendor/react-native/StaticRenderer/index.mjs +1 -1
  845. package/dist/esm/vendor/react-native/StaticRenderer/index.mjs.map +1 -1
  846. package/dist/esm/vendor/react-native/TouchHistoryMath/index.js +1 -0
  847. package/dist/esm/vendor/react-native/TouchHistoryMath/index.js.map +1 -1
  848. package/dist/esm/vendor/react-native/TouchHistoryMath/index.mjs +1 -1
  849. package/dist/esm/vendor/react-native/TouchHistoryMath/index.mjs.map +1 -1
  850. package/dist/esm/vendor/react-native/Types/CoreEventTypes.js +3 -12
  851. package/dist/esm/vendor/react-native/Types/CoreEventTypes.js.map +1 -1
  852. package/dist/esm/vendor/react-native/Types/CoreEventTypes.mjs +3 -9
  853. package/dist/esm/vendor/react-native/Types/CoreEventTypes.mjs.map +1 -1
  854. package/dist/esm/vendor/react-native/Utilities/Platform.js +1 -0
  855. package/dist/esm/vendor/react-native/Utilities/Platform.js.map +1 -1
  856. package/dist/esm/vendor/react-native/Utilities/Platform.mjs +1 -1
  857. package/dist/esm/vendor/react-native/Utilities/Platform.mjs.map +1 -1
  858. package/dist/esm/vendor/react-native/Utilities/clamp.js +1 -0
  859. package/dist/esm/vendor/react-native/Utilities/clamp.js.map +1 -1
  860. package/dist/esm/vendor/react-native/Utilities/clamp.mjs +1 -1
  861. package/dist/esm/vendor/react-native/Utilities/clamp.mjs.map +1 -1
  862. package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.js +2 -1
  863. package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.js.map +1 -1
  864. package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.mjs +1 -1
  865. package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.mjs.map +1 -1
  866. package/dist/esm/vendor/react-native/Utilities/useMergeRefs.js +3 -1
  867. package/dist/esm/vendor/react-native/Utilities/useMergeRefs.js.map +1 -1
  868. package/dist/esm/vendor/react-native/Utilities/useMergeRefs.mjs +2 -1
  869. package/dist/esm/vendor/react-native/Utilities/useMergeRefs.mjs.map +1 -1
  870. package/dist/esm/vendor/react-native/Utilities/useRefEffect.js +3 -1
  871. package/dist/esm/vendor/react-native/Utilities/useRefEffect.js.map +1 -1
  872. package/dist/esm/vendor/react-native/Utilities/useRefEffect.mjs +2 -1
  873. package/dist/esm/vendor/react-native/Utilities/useRefEffect.mjs.map +1 -1
  874. package/dist/esm/vendor/react-native/ViewabilityHelper/index.js +1 -0
  875. package/dist/esm/vendor/react-native/ViewabilityHelper/index.js.map +1 -1
  876. package/dist/esm/vendor/react-native/ViewabilityHelper/index.mjs +1 -1
  877. package/dist/esm/vendor/react-native/ViewabilityHelper/index.mjs.map +1 -1
  878. package/dist/esm/vendor/react-native/ViewabilityHelper.js +1 -0
  879. package/dist/esm/vendor/react-native/ViewabilityHelper.mjs +1 -1
  880. package/dist/esm/vendor/react-native/VirtualizedList/ChildListCollection.js +3 -1
  881. package/dist/esm/vendor/react-native/VirtualizedList/ChildListCollection.js.map +1 -1
  882. package/dist/esm/vendor/react-native/VirtualizedList/ChildListCollection.mjs +2 -1
  883. package/dist/esm/vendor/react-native/VirtualizedList/ChildListCollection.mjs.map +1 -1
  884. package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.js +3 -1
  885. package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.js.map +1 -1
  886. package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.mjs +2 -1
  887. package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.mjs.map +1 -1
  888. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js +4 -2
  889. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js.map +1 -1
  890. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.mjs +3 -2
  891. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.mjs.map +1 -1
  892. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.js.map +1 -1
  893. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.mjs.map +1 -1
  894. package/dist/esm/vendor/react-native/VirtualizedList/index.js +9 -8
  895. package/dist/esm/vendor/react-native/VirtualizedList/index.js.map +1 -1
  896. package/dist/esm/vendor/react-native/VirtualizedList/index.mjs +9 -9
  897. package/dist/esm/vendor/react-native/VirtualizedList/index.mjs.map +1 -1
  898. package/dist/esm/vendor/react-native/VirtualizedSectionList/index.js +2 -1
  899. package/dist/esm/vendor/react-native/VirtualizedSectionList/index.js.map +1 -1
  900. package/dist/esm/vendor/react-native/VirtualizedSectionList/index.mjs +2 -2
  901. package/dist/esm/vendor/react-native/VirtualizedSectionList/index.mjs.map +1 -1
  902. package/dist/esm/vendor/react-native/deepDiffer/index.js +1 -0
  903. package/dist/esm/vendor/react-native/deepDiffer/index.js.map +1 -1
  904. package/dist/esm/vendor/react-native/deepDiffer/index.mjs +1 -1
  905. package/dist/esm/vendor/react-native/deepDiffer/index.mjs.map +1 -1
  906. package/dist/esm/vendor/react-native/emitter/EventEmitter.js +2 -1
  907. package/dist/esm/vendor/react-native/emitter/EventEmitter.js.map +1 -1
  908. package/dist/esm/vendor/react-native/emitter/EventEmitter.mjs +2 -2
  909. package/dist/esm/vendor/react-native/emitter/EventEmitter.mjs.map +1 -1
  910. package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.js +2 -1
  911. package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.js.map +1 -1
  912. package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.mjs +2 -2
  913. package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.mjs.map +1 -1
  914. package/dist/esm/vendor/react-native/emitter/_EventEmitter.js +3 -2
  915. package/dist/esm/vendor/react-native/emitter/_EventEmitter.js.map +1 -1
  916. package/dist/esm/vendor/react-native/emitter/_EventEmitter.mjs +3 -3
  917. package/dist/esm/vendor/react-native/emitter/_EventEmitter.mjs.map +1 -1
  918. package/dist/esm/vendor/react-native/emitter/_EventSubscription.js +1 -0
  919. package/dist/esm/vendor/react-native/emitter/_EventSubscription.js.map +1 -1
  920. package/dist/esm/vendor/react-native/emitter/_EventSubscription.mjs +1 -1
  921. package/dist/esm/vendor/react-native/emitter/_EventSubscription.mjs.map +1 -1
  922. package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.js +1 -0
  923. package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.js.map +1 -1
  924. package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.mjs +1 -1
  925. package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.mjs.map +1 -1
  926. package/dist/esm/vendor/react-native/infoLog/index.js +2 -1
  927. package/dist/esm/vendor/react-native/infoLog/index.js.map +1 -1
  928. package/dist/esm/vendor/react-native/infoLog/index.mjs +1 -1
  929. package/dist/esm/vendor/react-native/infoLog/index.mjs.map +1 -1
  930. package/dist/esm/vendor/react-native/useRefEffect.js +3 -1
  931. package/dist/esm/vendor/react-native/useRefEffect.js.map +1 -1
  932. package/dist/esm/vendor/react-native/useRefEffect.mjs +2 -1
  933. package/dist/esm/vendor/react-native/useRefEffect.mjs.map +1 -1
  934. package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.js +3 -1
  935. package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.js.map +1 -1
  936. package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.mjs +2 -1
  937. package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.mjs.map +1 -1
  938. package/dist/esm/without-animated.js +94 -94
  939. package/dist/esm/without-animated.js.map +2 -2
  940. package/dist/esm/without-animated.mjs +48 -48
  941. package/dist/esm/without-animated.mjs.map +1 -1
  942. package/package.json +8 -7
  943. package/src/AccessibilityInfo/index.tsx +1 -3
  944. package/src/ActivityIndicator/index.tsx +2 -1
  945. package/src/Alert/index.tsx +1 -3
  946. package/src/AppRegistry/AppContainer.tsx +4 -4
  947. package/src/AppRegistry/index.tsx +2 -2
  948. package/src/AppRegistry/renderApplication.tsx +3 -3
  949. package/src/AppState/index.tsx +1 -1
  950. package/src/Appearance/index.tsx +1 -3
  951. package/src/BackHandler/index.tsx +1 -3
  952. package/src/Clipboard/index.tsx +1 -1
  953. package/src/DeviceEmitter.ts +2 -2
  954. package/src/DeviceInfo/index.tsx +2 -4
  955. package/src/Dimensions/index.tsx +3 -1
  956. package/src/FlatList.tsx +4 -3
  957. package/src/I18nManager/index.tsx +1 -3
  958. package/src/Image/index.tsx +4 -3
  959. package/src/ImageBackground/index.tsx +3 -2
  960. package/src/InteractionManager/TaskQueue.tsx +1 -3
  961. package/src/InteractionManager/index.tsx +3 -3
  962. package/src/Keyboard/index.tsx +1 -3
  963. package/src/KeyboardAvoidingView/index.tsx +2 -2
  964. package/src/Linking/index.tsx +2 -1
  965. package/src/LogBox/index.tsx +1 -1
  966. package/src/Modal/ModalAnimation.js +2 -3
  967. package/src/Modal/ModalContent.js +2 -3
  968. package/src/Modal/ModalPortal.js +1 -3
  969. package/src/Modal/index.js +1 -1
  970. package/src/NativeModules/index.tsx +1 -3
  971. package/src/PanResponder/Alternative.tsx +1 -1
  972. package/src/PanResponder/index.tsx +1 -2
  973. package/src/PixelRatio/index.tsx +2 -2
  974. package/src/Pressable/index.tsx +5 -4
  975. package/src/RefreshControl/index.tsx +2 -2
  976. package/src/SafeAreaView/index.tsx +2 -1
  977. package/src/ScrollView/ScrollViewBase.tsx +2 -1
  978. package/src/ScrollView/index.tsx +4 -3
  979. package/src/SectionList.tsx +2 -2
  980. package/src/Share/index.tsx +1 -3
  981. package/src/StatusBar/index.tsx +1 -1
  982. package/src/Text/index.tsx +1 -0
  983. package/src/TextInput/index.tsx +1 -0
  984. package/src/TouchableNativeFeedback.tsx +1 -2
  985. package/src/TouchableOpacity.tsx +5 -7
  986. package/src/TouchableWithoutFeedback.tsx +4 -6
  987. package/src/UnimplementedView.tsx +2 -2
  988. package/src/Vibration/index.tsx +1 -3
  989. package/src/View/index.tsx +1 -2
  990. package/src/VirtualizedList.tsx +2 -2
  991. package/src/codegenNativeCommand.ts +1 -1
  992. package/src/codegenNativeComponent.ts +1 -1
  993. package/src/createElement/index.tsx +1 -3
  994. package/src/createReactDOMStyle.ts +1 -3
  995. package/src/index.tsx +51 -47
  996. package/src/modules/requestIdleCallback.ts +3 -6
  997. package/src/render/index.tsx +1 -1
  998. package/src/useColorScheme/index.tsx +2 -2
  999. package/src/useWindowDimensions/index.tsx +2 -2
  1000. package/src/vendor/react-native/Animated/Animated.js +14 -12
  1001. package/src/vendor/react-native/Animated/AnimatedEvent.js +2 -2
  1002. package/src/vendor/react-native/Animated/AnimatedImplementation.js +24 -20
  1003. package/src/vendor/react-native/Animated/AnimatedMock.js +13 -9
  1004. package/src/vendor/react-native/Animated/Easing.js +2 -1
  1005. package/src/vendor/react-native/Animated/NativeAnimatedHelper.js +10 -7
  1006. package/src/vendor/react-native/Animated/NativeAnimatedModule.js +3 -1
  1007. package/src/vendor/react-native/Animated/NativeAnimatedTurboModule.js +3 -1
  1008. package/src/vendor/react-native/Animated/SpringConfig.js +5 -2
  1009. package/src/vendor/react-native/Animated/animations/Animation.js +2 -1
  1010. package/src/vendor/react-native/Animated/animations/DecayAnimation.js +2 -1
  1011. package/src/vendor/react-native/Animated/animations/SpringAnimation.js +3 -2
  1012. package/src/vendor/react-native/Animated/animations/TimingAnimation.js +3 -2
  1013. package/src/vendor/react-native/Animated/bezier.js +4 -1
  1014. package/src/vendor/react-native/Animated/components/AnimatedFlatList.jsx +6 -4
  1015. package/src/vendor/react-native/Animated/components/AnimatedImage.js +5 -3
  1016. package/src/vendor/react-native/Animated/components/AnimatedScrollView.jsx +6 -4
  1017. package/src/vendor/react-native/Animated/components/AnimatedSectionList.jsx +6 -4
  1018. package/src/vendor/react-native/Animated/components/AnimatedText.js +5 -3
  1019. package/src/vendor/react-native/Animated/components/AnimatedView.js +5 -3
  1020. package/src/vendor/react-native/Animated/createAnimatedComponent.jsx +6 -3
  1021. package/src/vendor/react-native/Animated/nodes/AnimatedAddition.js +4 -3
  1022. package/src/vendor/react-native/Animated/nodes/AnimatedColor.js +7 -4
  1023. package/src/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js +3 -2
  1024. package/src/vendor/react-native/Animated/nodes/AnimatedDivision.js +5 -4
  1025. package/src/vendor/react-native/Animated/nodes/AnimatedInterpolation.jsx +3 -2
  1026. package/src/vendor/react-native/Animated/nodes/AnimatedModulo.js +3 -2
  1027. package/src/vendor/react-native/Animated/nodes/AnimatedMultiplication.js +4 -3
  1028. package/src/vendor/react-native/Animated/nodes/AnimatedNode.js +2 -1
  1029. package/src/vendor/react-native/Animated/nodes/AnimatedProps.js +4 -3
  1030. package/src/vendor/react-native/Animated/nodes/AnimatedStyle.js +5 -4
  1031. package/src/vendor/react-native/Animated/nodes/AnimatedSubtraction.js +4 -3
  1032. package/src/vendor/react-native/Animated/nodes/AnimatedTracking.js +3 -2
  1033. package/src/vendor/react-native/Animated/nodes/AnimatedTransform.js +4 -3
  1034. package/src/vendor/react-native/Animated/nodes/AnimatedValue.js +4 -3
  1035. package/src/vendor/react-native/Animated/nodes/AnimatedValueXY.js +3 -2
  1036. package/src/vendor/react-native/Animated/nodes/AnimatedWithChildren.js +3 -2
  1037. package/src/vendor/react-native/Animated/useAnimatedProps.js +7 -4
  1038. package/src/vendor/react-native/Batchinator/index.js +1 -0
  1039. package/src/vendor/react-native/EventEmitter/NativeEventEmitter.js +5 -2
  1040. package/src/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js +4 -2
  1041. package/src/vendor/react-native/FillRateHelper/index.js +1 -0
  1042. package/src/vendor/react-native/FlatList/index.jsx +5 -4
  1043. package/src/vendor/react-native/JSEventLoopWatchdog/index.js +2 -1
  1044. package/src/vendor/react-native/LayoutAnimation/index.js +3 -2
  1045. package/src/vendor/react-native/PanResponder/index.js +1 -0
  1046. package/src/vendor/react-native/PooledClass/index.js +1 -0
  1047. package/src/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js +1 -0
  1048. package/src/vendor/react-native/SectionList/index.jsx +5 -2
  1049. package/src/vendor/react-native/StaticContainer/index.js +1 -0
  1050. package/src/vendor/react-native/StaticRenderer/index.js +1 -0
  1051. package/src/vendor/react-native/TouchHistoryMath/index.js +1 -0
  1052. package/src/vendor/react-native/Types/CoreEventTypes.js +0 -1
  1053. package/src/vendor/react-native/Utilities/Platform.js +1 -0
  1054. package/src/vendor/react-native/Utilities/clamp.js +1 -0
  1055. package/src/vendor/react-native/Utilities/setAndForwardRef.js +1 -0
  1056. package/src/vendor/react-native/Utilities/useMergeRefs.js +4 -1
  1057. package/src/vendor/react-native/Utilities/useRefEffect.js +4 -1
  1058. package/src/vendor/react-native/ViewabilityHelper/index.js +1 -0
  1059. package/src/vendor/react-native/ViewabilityHelper.ts +2 -0
  1060. package/src/vendor/react-native/VirtualizedList/ChildListCollection.js +4 -1
  1061. package/src/vendor/react-native/VirtualizedList/StateSafePureComponent.js +4 -1
  1062. package/src/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.jsx +5 -2
  1063. package/src/vendor/react-native/VirtualizedList/VirtualizedListContext.jsx +1 -1
  1064. package/src/vendor/react-native/VirtualizedList/index.jsx +10 -9
  1065. package/src/vendor/react-native/VirtualizedSectionList/index.jsx +2 -1
  1066. package/src/vendor/react-native/deepDiffer/index.js +1 -0
  1067. package/src/vendor/react-native/emitter/EventEmitter.js +2 -1
  1068. package/src/vendor/react-native/emitter/_EmitterSubscription.js +2 -1
  1069. package/src/vendor/react-native/emitter/_EventEmitter.js +3 -2
  1070. package/src/vendor/react-native/emitter/_EventSubscription.js +1 -0
  1071. package/src/vendor/react-native/emitter/_EventSubscriptionVendor.js +1 -0
  1072. package/src/vendor/react-native/infoLog/index.js +1 -0
  1073. package/src/vendor/react-native/useRefEffect.js +4 -1
  1074. package/src/vendor/react-native/vendor/emitter/EventEmitter.js +4 -1
  1075. package/src/without-animated.tsx +46 -46
  1076. package/src/vendor/react-native/useRefEffect.d.ts +0 -2
  1077. package/src/vendor/react-native/useRefEffect.d.ts.map +0 -1
@@ -1,11 +1,9 @@
1
1
  "use strict";
2
2
 
3
- var __create = Object.create;
4
3
  var __defProp = Object.defineProperty;
5
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
7
- var __getProtoOf = Object.getPrototypeOf,
8
- __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
9
7
  var __export = (target, all) => {
10
8
  for (var name in all) __defProp(target, name, {
11
9
  get: all[name],
@@ -19,28 +17,20 @@ var __export = (target, all) => {
19
17
  });
20
18
  return to;
21
19
  };
22
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
23
- // If the importer is in node compatibility mode or this is not an ESM
24
- // file that has been converted to a CommonJS file using a Babel-
25
- // compatible transform (i.e. "__esModule" has not been set), then set
26
- // "default" to the CommonJS "module.exports" for node compatibility.
27
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
28
- value: mod,
29
- enumerable: !0
30
- }) : target, mod)),
31
- __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
32
- value: !0
33
- }), mod);
20
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
+ value: !0
22
+ }), mod);
34
23
  var AnimatedValue_exports = {};
35
24
  __export(AnimatedValue_exports, {
25
+ AnimatedValue: () => AnimatedValue,
36
26
  default: () => AnimatedValue_default
37
27
  });
38
28
  module.exports = __toCommonJS(AnimatedValue_exports);
39
- var import_AnimatedInterpolation = __toESM(require("./AnimatedInterpolation.cjs")),
40
- import_AnimatedWithChildren = __toESM(require("./AnimatedWithChildren.cjs")),
29
+ var import_AnimatedInterpolation = require("./AnimatedInterpolation.cjs"),
30
+ import_AnimatedWithChildren = require("./AnimatedWithChildren.cjs"),
41
31
  import_react_native_web_internals = require("@tamagui/react-native-web-internals"),
42
- import_NativeAnimatedHelper = __toESM(require("../NativeAnimatedHelper.cjs"));
43
- const NativeAnimatedAPI = import_NativeAnimatedHelper.default.API;
32
+ import_NativeAnimatedHelper = require("../NativeAnimatedHelper.cjs");
33
+ const NativeAnimatedAPI = import_NativeAnimatedHelper.NativeAnimatedHelper.API;
44
34
  function _flush(rootNode) {
45
35
  const animatedStyles = /* @__PURE__ */new Set();
46
36
  function findAnimatedStyles(node) {
@@ -51,7 +41,7 @@ function _flush(rootNode) {
51
41
  function _executeAsAnimatedBatch(id, operation) {
52
42
  NativeAnimatedAPI.setWaitingForIdentifier(id), operation(), NativeAnimatedAPI.unsetWaitingForIdentifier(id);
53
43
  }
54
- class AnimatedValue extends import_AnimatedWithChildren.default {
44
+ class AnimatedValue extends import_AnimatedWithChildren.AnimatedWithChildren {
55
45
  _value;
56
46
  _startingValue;
57
47
  _offset;
@@ -134,7 +124,7 @@ class AnimatedValue extends import_AnimatedWithChildren.default {
134
124
  * 0-10.
135
125
  */
136
126
  interpolate(config) {
137
- return new import_AnimatedInterpolation.default(this, config);
127
+ return new import_AnimatedInterpolation.AnimatedInterpolation(this, config);
138
128
  }
139
129
  /**
140
130
  * Typically only used internally, but could be used by a custom Animation
@@ -1,9 +1,8 @@
1
1
  "use strict";
2
- var __create = Object.create;
3
2
  var __defProp = Object.defineProperty;
4
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
6
  var __export = (target, all) => {
8
7
  for (var name in all)
9
8
  __defProp(target, name, { get: all[name], enumerable: !0 });
@@ -13,21 +12,15 @@ var __export = (target, all) => {
13
12
  !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
13
  return to;
15
14
  };
16
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
- // If the importer is in node compatibility mode or this is not an ESM
18
- // file that has been converted to a CommonJS file using a Babel-
19
- // compatible transform (i.e. "__esModule" has not been set), then set
20
- // "default" to the CommonJS "module.exports" for node compatibility.
21
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
22
- mod
23
- )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
24
16
  var AnimatedValue_exports = {};
25
17
  __export(AnimatedValue_exports, {
18
+ AnimatedValue: () => AnimatedValue,
26
19
  default: () => AnimatedValue_default
27
20
  });
28
21
  module.exports = __toCommonJS(AnimatedValue_exports);
29
- var import_AnimatedInterpolation = __toESM(require("./AnimatedInterpolation")), import_AnimatedWithChildren = __toESM(require("./AnimatedWithChildren")), import_react_native_web_internals = require("@tamagui/react-native-web-internals"), import_NativeAnimatedHelper = __toESM(require("../NativeAnimatedHelper"));
30
- const NativeAnimatedAPI = import_NativeAnimatedHelper.default.API;
22
+ var import_AnimatedInterpolation = require("./AnimatedInterpolation"), import_AnimatedWithChildren = require("./AnimatedWithChildren"), import_react_native_web_internals = require("@tamagui/react-native-web-internals"), import_NativeAnimatedHelper = require("../NativeAnimatedHelper");
23
+ const NativeAnimatedAPI = import_NativeAnimatedHelper.NativeAnimatedHelper.API;
31
24
  function _flush(rootNode) {
32
25
  const animatedStyles = /* @__PURE__ */ new Set();
33
26
  function findAnimatedStyles(node) {
@@ -38,7 +31,7 @@ function _flush(rootNode) {
38
31
  function _executeAsAnimatedBatch(id, operation) {
39
32
  NativeAnimatedAPI.setWaitingForIdentifier(id), operation(), NativeAnimatedAPI.unsetWaitingForIdentifier(id);
40
33
  }
41
- class AnimatedValue extends import_AnimatedWithChildren.default {
34
+ class AnimatedValue extends import_AnimatedWithChildren.AnimatedWithChildren {
42
35
  _value;
43
36
  _startingValue;
44
37
  _offset;
@@ -131,7 +124,7 @@ class AnimatedValue extends import_AnimatedWithChildren.default {
131
124
  * 0-10.
132
125
  */
133
126
  interpolate(config) {
134
- return new import_AnimatedInterpolation.default(this, config);
127
+ return new import_AnimatedInterpolation.AnimatedInterpolation(this, config);
135
128
  }
136
129
  /**
137
130
  * Typically only used internally, but could be used by a custom Animation
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../src/vendor/react-native/Animated/nodes/AnimatedValue.js"],
4
- "mappings": "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",
5
- "names": ["NativeAnimatedHelper", "AnimatedWithChildren", "AnimatedInterpolation"]
4
+ "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAWA,mCAAsC,oCACtC,8BAAqC,mCACrC,oCAAmC,gDACnC,8BAAqC;AAErC,MAAM,oBAAoB,iDAAqB;AAwB/C,SAAS,OAAO,UAAU;AACxB,QAAM,iBAAiB,oBAAI,IAAI;AAC/B,WAAS,mBAAmB,MAAM;AAIhC,IAAI,OAAO,KAAK,UAAW,aACzB,eAAe,IAAI,IAAI,IAEvB,KAAK,cAAc,EAAE,QAAQ,kBAAkB;AAAA,EAEnD;AACA,qBAAmB,QAAQ,GAE3B,eAAe,QAAQ,CAAC,kBAAkB,cAAc,OAAO,CAAC;AAClE;AAOA,SAAS,wBAAwB,IAAI,WAAW;AAC9C,oBAAkB,wBAAwB,EAAE,GAC5C,UAAU,GACV,kBAAkB,0BAA0B,EAAE;AAChD;AAUA,MAAM,sBAAsB,iDAAqB;AAAA,EAC/C;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EAEA,YAAY,OAAO,QAAQ;AAEzB,QADA,MAAM,GACF,OAAO,SAAU;AACnB,YAAM,IAAI,MAAM,qDAAqD;AAEvE,SAAK,iBAAiB,KAAK,SAAS,OACpC,KAAK,UAAU,GACf,KAAK,aAAa,MACd,UAAU,OAAO,mBACnB,KAAK,aAAa;AAAA,EAEtB;AAAA,EAEA,WAAW;AACT,IAAI,KAAK,cACP,kBAAkB,SAAS,KAAK,eAAe,GAAG,CAAC,UAAU;AAC3D,WAAK,SAAS,QAAQ,KAAK;AAAA,IAC7B,CAAC,GAEH,KAAK,cAAc,GACnB,MAAM,SAAS;AAAA,EACjB;AAAA,EAEA,aAAa;AACX,WAAO,KAAK,SAAS,KAAK;AAAA,EAC5B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQA,SAAS,OAAO;AACd,IAAI,KAAK,eACP,KAAK,WAAW,KAAK,GACrB,KAAK,aAAa,OAEpB,KAAK;AAAA,MACH;AAAA,MACA,CAAC,KAAK;AAAA;AAAA,IACR,GACI,KAAK,cACP;AAAA,MAAwB,KAAK,eAAe,EAAE,SAAS;AAAA,MAAG,MACxD,kBAAkB,qBAAqB,KAAK,eAAe,GAAG,KAAK;AAAA,IACrE;AAAA,EAEJ;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EASA,UAAU,QAAQ;AAChB,SAAK,UAAU,QACX,KAAK,cACP,kBAAkB,sBAAsB,KAAK,eAAe,GAAG,MAAM;AAAA,EAEzE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQA,gBAAgB;AACd,SAAK,UAAU,KAAK,SACpB,KAAK,UAAU,GACX,KAAK,cACP,kBAAkB,0BAA0B,KAAK,eAAe,CAAC;AAAA,EAErE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQA,gBAAgB;AACd,SAAK,WAAW,KAAK,QACrB,KAAK,SAAS,GACV,KAAK,cACP,kBAAkB,0BAA0B,KAAK,eAAe,CAAC;AAAA,EAErE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EASA,cAAc,UAAU;AACtB,SAAK,aAAa,GAClB,KAAK,cAAc,KAAK,WAAW,KAAK,GACxC,KAAK,aAAa,MACd,aACE,KAAK,aACP,kBAAkB,SAAS,KAAK,eAAe,GAAG,QAAQ,IAE1D,SAAS,KAAK,WAAW,CAAC;AAAA,EAGhC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOA,eAAe,UAAU;AACvB,SAAK,cAAc,QAAQ,GAC3B,KAAK,SAAS,KAAK,gBACf,KAAK,cACP,kBAAkB,qBAAqB,KAAK,eAAe,GAAG,KAAK,cAAc;AAAA,EAErF;AAAA,EAEA,gCAAgC,OAAO;AACrC,SAAK;AAAA,MAAa;AAAA,MAAO;AAAA;AAAA,IAAe;AAAA,EAC1C;AAAA;AAAA;AAAA;AAAA;AAAA,EAMA,YAAY,QAAQ;AAClB,WAAO,IAAI,mDAAsB,MAAM,MAAM;AAAA,EAC/C;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQA,QAAQ,WAAW,UAAU;AAC3B,QAAI,SAAS;AACb,IAAI,UAAU,oBACZ,SAAS,qDAAmB,wBAAwB;AAEtD,UAAM,oBAAoB,KAAK;AAC/B,SAAK,cAAc,KAAK,WAAW,KAAK,GACxC,KAAK,aAAa,WAClB,UAAU;AAAA,MACR,KAAK;AAAA,MACL,CAAC,UAAU;AAET,aAAK;AAAA,UAAa;AAAA,UAAO;AAAA;AAAA,QAAgB;AAAA,MAC3C;AAAA,MACA,CAAC,WAAW;AACV,aAAK,aAAa,MACd,WAAW,QACb,qDAAmB,uBAAuB,MAAM,GAElD,YAAY,SAAS,MAAM;AAAA,MAC7B;AAAA,MACA;AAAA,MACA;AAAA,IACF;AAAA,EACF;AAAA;AAAA;AAAA;AAAA,EAKA,eAAe;AACb,SAAK,aAAa,KAAK,UAAU,SAAS,GAC1C,KAAK,YAAY;AAAA,EACnB;AAAA;AAAA;AAAA;AAAA,EAKA,MAAM,UAAU;AACd,SAAK,aAAa,GAClB,KAAK,YAAY,UAEjB,KAAK,aAAa,KAAK,UAAU,OAAO;AAAA,EAC1C;AAAA,EAEA,aAAa,OAAO,OAAO;AACzB,QAAI,UAAU;AACZ,YAAM,IAAI,MAAM,qDAAqD;AAGvE,SAAK,SAAS,OACV,SACF,OAAO,IAAI,GAEb,MAAM,gBAAgB,KAAK,WAAW,CAAC;AAAA,EACzC;AAAA,EAEA,oBAAoB;AAClB,WAAO;AAAA,MACL,MAAM;AAAA,MACN,OAAO,KAAK;AAAA,MACZ,QAAQ,KAAK;AAAA,IACf;AAAA,EACF;AACF;AAGA,IAAO,wBAAQ;",
5
+ "names": []
6
6
  }
@@ -1,9 +1,7 @@
1
- var __create = Object.create;
2
1
  var __defProp = Object.defineProperty;
3
2
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf,
6
- __hasOwnProp = Object.prototype.hasOwnProperty;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
5
  var __export = (target, all) => {
8
6
  for (var name in all) __defProp(target, name, {
9
7
  get: all[name],
@@ -17,35 +15,27 @@ var __export = (target, all) => {
17
15
  });
18
16
  return to;
19
17
  };
20
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
- // If the importer is in node compatibility mode or this is not an ESM
22
- // file that has been converted to a CommonJS file using a Babel-
23
- // compatible transform (i.e. "__esModule" has not been set), then set
24
- // "default" to the CommonJS "module.exports" for node compatibility.
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);
18
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
19
+ value: !0
20
+ }), mod);
32
21
  var AnimatedValueXY_exports = {};
33
22
  __export(AnimatedValueXY_exports, {
23
+ AnimatedValueXY: () => AnimatedValueXY,
34
24
  default: () => AnimatedValueXY_default
35
25
  });
36
26
  module.exports = __toCommonJS(AnimatedValueXY_exports);
37
- var import_AnimatedValue = __toESM(require("./AnimatedValue.cjs")),
38
- import_AnimatedWithChildren = __toESM(require("./AnimatedWithChildren.cjs")),
27
+ var import_AnimatedValue = require("./AnimatedValue.cjs"),
28
+ import_AnimatedWithChildren = require("./AnimatedWithChildren.cjs"),
39
29
  import_react_native_web_internals = require("@tamagui/react-native-web-internals");
40
30
  let _uniqueId = 1;
41
- class AnimatedValueXY extends import_AnimatedWithChildren.default {
31
+ class AnimatedValueXY extends import_AnimatedWithChildren.AnimatedWithChildren {
42
32
  constructor(valueIn) {
43
33
  super();
44
34
  const value = valueIn || {
45
35
  x: 0,
46
36
  y: 0
47
37
  };
48
- typeof value.x == "number" && typeof value.y == "number" ? (this.x = new import_AnimatedValue.default(value.x), this.y = new import_AnimatedValue.default(value.y)) : ((0, import_react_native_web_internals.invariant)(value.x instanceof import_AnimatedValue.default && value.y instanceof import_AnimatedValue.default, "AnimatedValueXY must be initialized with an object of numbers or AnimatedValues."), this.x = value.x, this.y = value.y), this._listeners = {};
38
+ typeof value.x == "number" && typeof value.y == "number" ? (this.x = new import_AnimatedValue.AnimatedValue(value.x), this.y = new import_AnimatedValue.AnimatedValue(value.y)) : ((0, import_react_native_web_internals.invariant)(value.x instanceof import_AnimatedValue.AnimatedValue && value.y instanceof import_AnimatedValue.AnimatedValue, "AnimatedValueXY must be initialized with an object of numbers or AnimatedValues."), this.x = value.x, this.y = value.y), this._listeners = {};
49
39
  }
50
40
  setValue(value) {
51
41
  this.x.setValue(value.x), this.y.setValue(value.y);
@@ -1,8 +1,7 @@
1
- var __create = Object.create;
2
1
  var __defProp = Object.defineProperty;
3
2
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
3
  var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
4
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
5
  var __export = (target, all) => {
7
6
  for (var name in all)
8
7
  __defProp(target, name, { get: all[name], enumerable: !0 });
@@ -12,27 +11,21 @@ var __export = (target, all) => {
12
11
  !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
12
  return to;
14
13
  };
15
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
16
- // If the importer is in node compatibility mode or this is not an ESM
17
- // file that has been converted to a CommonJS file using a Babel-
18
- // compatible transform (i.e. "__esModule" has not been set), then set
19
- // "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);
14
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
23
15
  var AnimatedValueXY_exports = {};
24
16
  __export(AnimatedValueXY_exports, {
17
+ AnimatedValueXY: () => AnimatedValueXY,
25
18
  default: () => AnimatedValueXY_default
26
19
  });
27
20
  module.exports = __toCommonJS(AnimatedValueXY_exports);
28
- var import_AnimatedValue = __toESM(require("./AnimatedValue")), import_AnimatedWithChildren = __toESM(require("./AnimatedWithChildren")), import_react_native_web_internals = require("@tamagui/react-native-web-internals");
21
+ var import_AnimatedValue = require("./AnimatedValue"), import_AnimatedWithChildren = require("./AnimatedWithChildren"), import_react_native_web_internals = require("@tamagui/react-native-web-internals");
29
22
  let _uniqueId = 1;
30
- class AnimatedValueXY extends import_AnimatedWithChildren.default {
23
+ class AnimatedValueXY extends import_AnimatedWithChildren.AnimatedWithChildren {
31
24
  constructor(valueIn) {
32
25
  super();
33
26
  const value = valueIn || { x: 0, y: 0 };
34
- typeof value.x == "number" && typeof value.y == "number" ? (this.x = new import_AnimatedValue.default(value.x), this.y = new import_AnimatedValue.default(value.y)) : ((0, import_react_native_web_internals.invariant)(
35
- value.x instanceof import_AnimatedValue.default && value.y instanceof import_AnimatedValue.default,
27
+ typeof value.x == "number" && typeof value.y == "number" ? (this.x = new import_AnimatedValue.AnimatedValue(value.x), this.y = new import_AnimatedValue.AnimatedValue(value.y)) : ((0, import_react_native_web_internals.invariant)(
28
+ value.x instanceof import_AnimatedValue.AnimatedValue && value.y instanceof import_AnimatedValue.AnimatedValue,
36
29
  "AnimatedValueXY must be initialized with an object of numbers or AnimatedValues."
37
30
  ), this.x = value.x, this.y = value.y), this._listeners = {};
38
31
  }
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../src/vendor/react-native/Animated/nodes/AnimatedValueXY.js"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAOA,2BAA0B,qCAC1B,8BAAiC,4CACjC,oCAA0B;AAE1B,IAAI,YAAY;AAEhB,MAAM,wBAAwB,4BAAAA,QAAqB;AAAA,EACjD,YAAY,SAAS;AACnB,UAAM;AACN,UAAM,QAAQ,WAAW,EAAE,GAAG,GAAG,GAAG,EAAE;AACtC,IAAI,OAAO,MAAM,KAAM,YAAY,OAAO,MAAM,KAAM,YACpD,KAAK,IAAI,IAAI,qBAAAC,QAAc,MAAM,CAAC,GAClC,KAAK,IAAI,IAAI,qBAAAA,QAAc,MAAM,CAAC,UAElC;AAAA,MACE,MAAM,aAAa,qBAAAA,WAAiB,MAAM,aAAa,qBAAAA;AAAA,MACvD;AAAA,IACF,GACA,KAAK,IAAI,MAAM,GACf,KAAK,IAAI,MAAM,IAEjB,KAAK,aAAa,CAAC;AAAA,EACrB;AAAA,EAEA,SAAS,OAAO;AACd,SAAK,EAAE,SAAS,MAAM,CAAC,GACvB,KAAK,EAAE,SAAS,MAAM,CAAC;AAAA,EACzB;AAAA,EAEA,UAAU,QAAQ;AAChB,SAAK,EAAE,UAAU,OAAO,CAAC,GACzB,KAAK,EAAE,UAAU,OAAO,CAAC;AAAA,EAC3B;AAAA,EAEA,gBAAgB;AACd,SAAK,EAAE,cAAc,GACrB,KAAK,EAAE,cAAc;AAAA,EACvB;AAAA,EAEA,gBAAgB;AACd,SAAK,EAAE,cAAc,GACrB,KAAK,EAAE,cAAc;AAAA,EACvB;AAAA,EAEA,aAAa;AACX,WAAO;AAAA,MACL,GAAG,KAAK,EAAE,WAAW;AAAA,MACrB,GAAG,KAAK,EAAE,WAAW;AAAA,IACvB;AAAA,EACF;AAAA,EAEA,eAAe,UAAU;AACvB,SAAK,EAAE,eAAe,GACtB,KAAK,EAAE,eAAe,GACtB,YAAY,SAAS,KAAK,WAAW,CAAC;AAAA,EACxC;AAAA,EAEA,cAAc,UAAU;AACtB,SAAK,EAAE,cAAc,GACrB,KAAK,EAAE,cAAc,GACrB,YAAY,SAAS,KAAK,WAAW,CAAC;AAAA,EACxC;AAAA,EAEA,YAAY,UAAU;AACpB,UAAM,KAAK,OAAO,WAAW,GACvB,gBAAgB,CAAC,EAAE,MAAM,MAAM;AACnC,eAAS,KAAK,WAAW,CAAC;AAAA,IAC5B;AACA,gBAAK,WAAW,EAAE,IAAI;AAAA,MACpB,GAAG,KAAK,EAAE,YAAY,aAAa;AAAA,MACnC,GAAG,KAAK,EAAE,YAAY,aAAa;AAAA,IACrC,GACO;AAAA,EACT;AAAA,EAEA,eAAe,IAAI;AACjB,SAAK,EAAE,eAAe,KAAK,WAAW,EAAE,EAAE,CAAC,GAC3C,KAAK,EAAE,eAAe,KAAK,WAAW,EAAE,EAAE,CAAC,GAC3C,OAAO,KAAK,WAAW,EAAE;AAAA,EAC3B;AAAA,EAEA,qBAAqB;AACnB,SAAK,EAAE,mBAAmB,GAC1B,KAAK,EAAE,mBAAmB,GAC1B,KAAK,aAAa,CAAC;AAAA,EACrB;AAAA,EAEA,YAAY;AACV,WAAO;AAAA,MACL,MAAM,KAAK;AAAA,MACX,KAAK,KAAK;AAAA,IACZ;AAAA,EACF;AAAA,EAEA,wBAAwB;AACtB,WAAO,CAAC,EAAE,YAAY,KAAK,EAAE,GAAG,EAAE,YAAY,KAAK,EAAE,CAAC;AAAA,EACxD;AACF;AAEA,IAAO,0BAAQ;",
5
- "names": ["AnimatedWithChildren", "AnimatedValue"]
4
+ "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAOA,2BAA8B,4BAC9B,8BAAqC,mCACrC,oCAA0B;AAE1B,IAAI,YAAY;AAEhB,MAAM,wBAAwB,iDAAqB;AAAA,EACjD,YAAY,SAAS;AACnB,UAAM;AACN,UAAM,QAAQ,WAAW,EAAE,GAAG,GAAG,GAAG,EAAE;AACtC,IAAI,OAAO,MAAM,KAAM,YAAY,OAAO,MAAM,KAAM,YACpD,KAAK,IAAI,IAAI,mCAAc,MAAM,CAAC,GAClC,KAAK,IAAI,IAAI,mCAAc,MAAM,CAAC,UAElC;AAAA,MACE,MAAM,aAAa,sCAAiB,MAAM,aAAa;AAAA,MACvD;AAAA,IACF,GACA,KAAK,IAAI,MAAM,GACf,KAAK,IAAI,MAAM,IAEjB,KAAK,aAAa,CAAC;AAAA,EACrB;AAAA,EAEA,SAAS,OAAO;AACd,SAAK,EAAE,SAAS,MAAM,CAAC,GACvB,KAAK,EAAE,SAAS,MAAM,CAAC;AAAA,EACzB;AAAA,EAEA,UAAU,QAAQ;AAChB,SAAK,EAAE,UAAU,OAAO,CAAC,GACzB,KAAK,EAAE,UAAU,OAAO,CAAC;AAAA,EAC3B;AAAA,EAEA,gBAAgB;AACd,SAAK,EAAE,cAAc,GACrB,KAAK,EAAE,cAAc;AAAA,EACvB;AAAA,EAEA,gBAAgB;AACd,SAAK,EAAE,cAAc,GACrB,KAAK,EAAE,cAAc;AAAA,EACvB;AAAA,EAEA,aAAa;AACX,WAAO;AAAA,MACL,GAAG,KAAK,EAAE,WAAW;AAAA,MACrB,GAAG,KAAK,EAAE,WAAW;AAAA,IACvB;AAAA,EACF;AAAA,EAEA,eAAe,UAAU;AACvB,SAAK,EAAE,eAAe,GACtB,KAAK,EAAE,eAAe,GACtB,YAAY,SAAS,KAAK,WAAW,CAAC;AAAA,EACxC;AAAA,EAEA,cAAc,UAAU;AACtB,SAAK,EAAE,cAAc,GACrB,KAAK,EAAE,cAAc,GACrB,YAAY,SAAS,KAAK,WAAW,CAAC;AAAA,EACxC;AAAA,EAEA,YAAY,UAAU;AACpB,UAAM,KAAK,OAAO,WAAW,GACvB,gBAAgB,CAAC,EAAE,MAAM,MAAM;AACnC,eAAS,KAAK,WAAW,CAAC;AAAA,IAC5B;AACA,gBAAK,WAAW,EAAE,IAAI;AAAA,MACpB,GAAG,KAAK,EAAE,YAAY,aAAa;AAAA,MACnC,GAAG,KAAK,EAAE,YAAY,aAAa;AAAA,IACrC,GACO;AAAA,EACT;AAAA,EAEA,eAAe,IAAI;AACjB,SAAK,EAAE,eAAe,KAAK,WAAW,EAAE,EAAE,CAAC,GAC3C,KAAK,EAAE,eAAe,KAAK,WAAW,EAAE,EAAE,CAAC,GAC3C,OAAO,KAAK,WAAW,EAAE;AAAA,EAC3B;AAAA,EAEA,qBAAqB;AACnB,SAAK,EAAE,mBAAmB,GAC1B,KAAK,EAAE,mBAAmB,GAC1B,KAAK,aAAa,CAAC;AAAA,EACrB;AAAA,EAEA,YAAY;AACV,WAAO;AAAA,MACL,MAAM,KAAK;AAAA,MACX,KAAK,KAAK;AAAA,IACZ;AAAA,EACF;AAAA,EAEA,wBAAwB;AACtB,WAAO,CAAC,EAAE,YAAY,KAAK,EAAE,GAAG,EAAE,YAAY,KAAK,EAAE,CAAC;AAAA,EACxD;AACF;AAGA,IAAO,0BAAQ;",
5
+ "names": []
6
6
  }
@@ -1,11 +1,9 @@
1
1
  "use strict";
2
2
 
3
- var __create = Object.create;
4
3
  var __defProp = Object.defineProperty;
5
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
7
- var __getProtoOf = Object.getPrototypeOf,
8
- __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
9
7
  var __export = (target, all) => {
10
8
  for (var name in all) __defProp(target, name, {
11
9
  get: all[name],
@@ -19,26 +17,18 @@ var __export = (target, all) => {
19
17
  });
20
18
  return to;
21
19
  };
22
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
23
- // If the importer is in node compatibility mode or this is not an ESM
24
- // file that has been converted to a CommonJS file using a Babel-
25
- // compatible transform (i.e. "__esModule" has not been set), then set
26
- // "default" to the CommonJS "module.exports" for node compatibility.
27
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
28
- value: mod,
29
- enumerable: !0
30
- }) : target, mod)),
31
- __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
32
- value: !0
33
- }), mod);
20
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
+ value: !0
22
+ }), mod);
34
23
  var AnimatedWithChildren_exports = {};
35
24
  __export(AnimatedWithChildren_exports, {
25
+ AnimatedWithChildren: () => AnimatedWithChildren,
36
26
  default: () => AnimatedWithChildren_default
37
27
  });
38
28
  module.exports = __toCommonJS(AnimatedWithChildren_exports);
39
- var import_AnimatedNode = __toESM(require("./AnimatedNode.cjs")),
40
- import_NativeAnimatedHelper = __toESM(require("../NativeAnimatedHelper.cjs"));
41
- class AnimatedWithChildren extends import_AnimatedNode.default {
29
+ var import_AnimatedNode = require("./AnimatedNode.cjs"),
30
+ import_NativeAnimatedHelper = require("../NativeAnimatedHelper.cjs");
31
+ class AnimatedWithChildren extends import_AnimatedNode.AnimatedNode {
42
32
  _children;
43
33
  constructor() {
44
34
  super(), this._children = [];
@@ -46,12 +36,12 @@ class AnimatedWithChildren extends import_AnimatedNode.default {
46
36
  __makeNative(platformConfig) {
47
37
  if (!this.__isNative) {
48
38
  this.__isNative = !0;
49
- for (const child of this._children) child.__makeNative(platformConfig), import_NativeAnimatedHelper.default.API.connectAnimatedNodes(this.__getNativeTag(), child.__getNativeTag());
39
+ for (const child of this._children) child.__makeNative(platformConfig), import_NativeAnimatedHelper.NativeAnimatedHelper.API.connectAnimatedNodes(this.__getNativeTag(), child.__getNativeTag());
50
40
  }
51
41
  super.__makeNative(platformConfig);
52
42
  }
53
43
  __addChild(child) {
54
- this._children.length === 0 && this.__attach(), this._children.push(child), this.__isNative && (child.__makeNative(this.__getPlatformConfig()), import_NativeAnimatedHelper.default.API.connectAnimatedNodes(this.__getNativeTag(), child.__getNativeTag()));
44
+ this._children.length === 0 && this.__attach(), this._children.push(child), this.__isNative && (child.__makeNative(this.__getPlatformConfig()), import_NativeAnimatedHelper.NativeAnimatedHelper.API.connectAnimatedNodes(this.__getNativeTag(), child.__getNativeTag()));
55
45
  }
56
46
  __removeChild(child) {
57
47
  const index = this._children.indexOf(child);
@@ -59,7 +49,7 @@ class AnimatedWithChildren extends import_AnimatedNode.default {
59
49
  console.warn("Trying to remove a child that doesn't exist");
60
50
  return;
61
51
  }
62
- this.__isNative && child.__isNative && import_NativeAnimatedHelper.default.API.disconnectAnimatedNodes(this.__getNativeTag(), child.__getNativeTag()), this._children.splice(index, 1), this._children.length === 0 && this.__detach();
52
+ this.__isNative && child.__isNative && import_NativeAnimatedHelper.NativeAnimatedHelper.API.disconnectAnimatedNodes(this.__getNativeTag(), child.__getNativeTag()), this._children.splice(index, 1), this._children.length === 0 && this.__detach();
63
53
  }
64
54
  __getChildren() {
65
55
  return this._children;
@@ -1,9 +1,8 @@
1
1
  "use strict";
2
- var __create = Object.create;
3
2
  var __defProp = Object.defineProperty;
4
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
6
  var __export = (target, all) => {
8
7
  for (var name in all)
9
8
  __defProp(target, name, { get: all[name], enumerable: !0 });
@@ -13,21 +12,15 @@ var __export = (target, all) => {
13
12
  !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
13
  return to;
15
14
  };
16
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
- // If the importer is in node compatibility mode or this is not an ESM
18
- // file that has been converted to a CommonJS file using a Babel-
19
- // compatible transform (i.e. "__esModule" has not been set), then set
20
- // "default" to the CommonJS "module.exports" for node compatibility.
21
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
22
- mod
23
- )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
24
16
  var AnimatedWithChildren_exports = {};
25
17
  __export(AnimatedWithChildren_exports, {
18
+ AnimatedWithChildren: () => AnimatedWithChildren,
26
19
  default: () => AnimatedWithChildren_default
27
20
  });
28
21
  module.exports = __toCommonJS(AnimatedWithChildren_exports);
29
- var import_AnimatedNode = __toESM(require("./AnimatedNode")), import_NativeAnimatedHelper = __toESM(require("../NativeAnimatedHelper"));
30
- class AnimatedWithChildren extends import_AnimatedNode.default {
22
+ var import_AnimatedNode = require("./AnimatedNode"), import_NativeAnimatedHelper = require("../NativeAnimatedHelper");
23
+ class AnimatedWithChildren extends import_AnimatedNode.AnimatedNode {
31
24
  _children;
32
25
  constructor() {
33
26
  super(), this._children = [];
@@ -36,7 +29,7 @@ class AnimatedWithChildren extends import_AnimatedNode.default {
36
29
  if (!this.__isNative) {
37
30
  this.__isNative = !0;
38
31
  for (const child of this._children)
39
- child.__makeNative(platformConfig), import_NativeAnimatedHelper.default.API.connectAnimatedNodes(
32
+ child.__makeNative(platformConfig), import_NativeAnimatedHelper.NativeAnimatedHelper.API.connectAnimatedNodes(
40
33
  this.__getNativeTag(),
41
34
  child.__getNativeTag()
42
35
  );
@@ -44,7 +37,7 @@ class AnimatedWithChildren extends import_AnimatedNode.default {
44
37
  super.__makeNative(platformConfig);
45
38
  }
46
39
  __addChild(child) {
47
- this._children.length === 0 && this.__attach(), this._children.push(child), this.__isNative && (child.__makeNative(this.__getPlatformConfig()), import_NativeAnimatedHelper.default.API.connectAnimatedNodes(
40
+ this._children.length === 0 && this.__attach(), this._children.push(child), this.__isNative && (child.__makeNative(this.__getPlatformConfig()), import_NativeAnimatedHelper.NativeAnimatedHelper.API.connectAnimatedNodes(
48
41
  this.__getNativeTag(),
49
42
  child.__getNativeTag()
50
43
  ));
@@ -55,7 +48,7 @@ class AnimatedWithChildren extends import_AnimatedNode.default {
55
48
  console.warn("Trying to remove a child that doesn't exist");
56
49
  return;
57
50
  }
58
- this.__isNative && child.__isNative && import_NativeAnimatedHelper.default.API.disconnectAnimatedNodes(
51
+ this.__isNative && child.__isNative && import_NativeAnimatedHelper.NativeAnimatedHelper.API.disconnectAnimatedNodes(
59
52
  this.__getNativeTag(),
60
53
  child.__getNativeTag()
61
54
  ), this._children.splice(index, 1), this._children.length === 0 && this.__detach();
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../../src/vendor/react-native/Animated/nodes/AnimatedWithChildren.js"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAaA,0BAAyB,oCACzB,8BAAiC;AAEjC,MAAM,6BAA6B,oBAAAA,QAAa;AAAA,EAC9C;AAAA,EAEA,cAAc;AACZ,UAAM,GACN,KAAK,YAAY,CAAC;AAAA,EACpB;AAAA,EAEA,aAAa,gBAAgB;AAC3B,QAAI,CAAC,KAAK,YAAY;AACpB,WAAK,aAAa;AAClB,iBAAW,SAAS,KAAK;AACvB,cAAM,aAAa,cAAc,GACjC,4BAAAC,QAAqB,IAAI;AAAA,UACvB,KAAK,eAAe;AAAA,UACpB,MAAM,eAAe;AAAA,QACvB;AAAA,IAEJ;AACA,UAAM,aAAa,cAAc;AAAA,EACnC;AAAA,EAEA,WAAW,OAAO;AAChB,IAAI,KAAK,UAAU,WAAW,KAC5B,KAAK,SAAS,GAEhB,KAAK,UAAU,KAAK,KAAK,GACrB,KAAK,eAEP,MAAM,aAAa,KAAK,oBAAoB,CAAC,GAC7C,4BAAAA,QAAqB,IAAI;AAAA,MACvB,KAAK,eAAe;AAAA,MACpB,MAAM,eAAe;AAAA,IACvB;AAAA,EAEJ;AAAA,EAEA,cAAc,OAAO;AACnB,UAAM,QAAQ,KAAK,UAAU,QAAQ,KAAK;AAC1C,QAAI,UAAU,IAAI;AAChB,cAAQ,KAAK,6CAA6C;AAC1D;AAAA,IACF;AACA,IAAI,KAAK,cAAc,MAAM,cAC3B,4BAAAA,QAAqB,IAAI;AAAA,MACvB,KAAK,eAAe;AAAA,MACpB,MAAM,eAAe;AAAA,IACvB,GAEF,KAAK,UAAU,OAAO,OAAO,CAAC,GAC1B,KAAK,UAAU,WAAW,KAC5B,KAAK,SAAS;AAAA,EAElB;AAAA,EAEA,gBAAgB;AACd,WAAO,KAAK;AAAA,EACd;AAAA,EAEA,gBAAgB,OAAO;AAErB,QADA,MAAM,gBAAgB,KAAK,GACvB,CAAC,KAAK;AACR,iBAAW,SAAS,KAAK;AAEvB,QAAI,MAAM,cACR,MAAM,gBAAgB,MAAM,WAAW,CAAC;AAAA,EAIhD;AACF;AAEA,IAAO,+BAAQ;",
5
- "names": ["AnimatedNode", "NativeAnimatedHelper"]
4
+ "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAaA,0BAA6B,2BAC7B,8BAAqC;AAErC,MAAM,6BAA6B,iCAAa;AAAA,EAC9C;AAAA,EAEA,cAAc;AACZ,UAAM,GACN,KAAK,YAAY,CAAC;AAAA,EACpB;AAAA,EAEA,aAAa,gBAAgB;AAC3B,QAAI,CAAC,KAAK,YAAY;AACpB,WAAK,aAAa;AAClB,iBAAW,SAAS,KAAK;AACvB,cAAM,aAAa,cAAc,GACjC,iDAAqB,IAAI;AAAA,UACvB,KAAK,eAAe;AAAA,UACpB,MAAM,eAAe;AAAA,QACvB;AAAA,IAEJ;AACA,UAAM,aAAa,cAAc;AAAA,EACnC;AAAA,EAEA,WAAW,OAAO;AAChB,IAAI,KAAK,UAAU,WAAW,KAC5B,KAAK,SAAS,GAEhB,KAAK,UAAU,KAAK,KAAK,GACrB,KAAK,eAEP,MAAM,aAAa,KAAK,oBAAoB,CAAC,GAC7C,iDAAqB,IAAI;AAAA,MACvB,KAAK,eAAe;AAAA,MACpB,MAAM,eAAe;AAAA,IACvB;AAAA,EAEJ;AAAA,EAEA,cAAc,OAAO;AACnB,UAAM,QAAQ,KAAK,UAAU,QAAQ,KAAK;AAC1C,QAAI,UAAU,IAAI;AAChB,cAAQ,KAAK,6CAA6C;AAC1D;AAAA,IACF;AACA,IAAI,KAAK,cAAc,MAAM,cAC3B,iDAAqB,IAAI;AAAA,MACvB,KAAK,eAAe;AAAA,MACpB,MAAM,eAAe;AAAA,IACvB,GAEF,KAAK,UAAU,OAAO,OAAO,CAAC,GAC1B,KAAK,UAAU,WAAW,KAC5B,KAAK,SAAS;AAAA,EAElB;AAAA,EAEA,gBAAgB;AACd,WAAO,KAAK;AAAA,EACd;AAAA,EAEA,gBAAgB,OAAO;AAErB,QADA,MAAM,gBAAgB,KAAK,GACvB,CAAC,KAAK;AACR,iBAAW,SAAS,KAAK;AAEvB,QAAI,MAAM,cACR,MAAM,gBAAgB,MAAM,WAAW,CAAC;AAAA,EAIhD;AACF;AAGA,IAAO,+BAAQ;",
5
+ "names": []
6
6
  }
@@ -1,11 +1,9 @@
1
1
  "use strict";
2
2
 
3
- var __create = Object.create;
4
3
  var __defProp = Object.defineProperty;
5
4
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
6
5
  var __getOwnPropNames = Object.getOwnPropertyNames;
7
- var __getProtoOf = Object.getPrototypeOf,
8
- __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
9
7
  var __export = (target, all) => {
10
8
  for (var name in all) __defProp(target, name, {
11
9
  get: all[name],
@@ -19,33 +17,25 @@ var __export = (target, all) => {
19
17
  });
20
18
  return to;
21
19
  };
22
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
23
- // If the importer is in node compatibility mode or this is not an ESM
24
- // file that has been converted to a CommonJS file using a Babel-
25
- // compatible transform (i.e. "__esModule" has not been set), then set
26
- // "default" to the CommonJS "module.exports" for node compatibility.
27
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
28
- value: mod,
29
- enumerable: !0
30
- }) : target, mod)),
31
- __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
32
- value: !0
33
- }), mod);
20
+ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
21
+ value: !0
22
+ }), mod);
34
23
  var useAnimatedProps_exports = {};
35
24
  __export(useAnimatedProps_exports, {
36
- default: () => useAnimatedProps
25
+ default: () => useAnimatedProps_default,
26
+ useAnimatedProps: () => useAnimatedProps
37
27
  });
38
28
  module.exports = __toCommonJS(useAnimatedProps_exports);
39
- var import_AnimatedProps = __toESM(require("./nodes/AnimatedProps.cjs")),
29
+ var import_AnimatedProps = require("./nodes/AnimatedProps.cjs"),
40
30
  import_AnimatedEvent = require("./AnimatedEvent.cjs"),
41
- import_useRefEffect = __toESM(require("../Utilities/useRefEffect.cjs")),
42
- import_NativeAnimatedHelper = __toESM(require("./NativeAnimatedHelper.cjs")),
31
+ import_useRefEffect = require("../Utilities/useRefEffect.cjs"),
32
+ import_NativeAnimatedHelper = require("./NativeAnimatedHelper.cjs"),
43
33
  import_react = require("react"),
44
34
  import_react_native_web_internals = require("@tamagui/react-native-web-internals");
45
35
  function useAnimatedProps(props) {
46
36
  const [, scheduleUpdate] = (0, import_react.useReducer)(count => count + 1, 0),
47
37
  onUpdateRef = (0, import_react.useRef)(null),
48
- node = (0, import_react.useMemo)(() => new import_AnimatedProps.default(props, () => onUpdateRef.current?.()), [props]);
38
+ node = (0, import_react.useMemo)(() => new import_AnimatedProps.AnimatedProps(props, () => onUpdateRef.current?.()), [props]);
49
39
  useAnimatedPropsLifecycle(node);
50
40
  const refEffect = (0, import_react.useCallback)(instance => {
51
41
  node.setNativeView(instance), onUpdateRef.current = () => {
@@ -62,7 +52,7 @@ function useAnimatedProps(props) {
62
52
  for (const [propName, propValue] of events) propValue.__detach(target, propName);
63
53
  };
64
54
  }, [props, node]),
65
- callbackRef = (0, import_useRefEffect.default)(refEffect);
55
+ callbackRef = (0, import_useRefEffect.useRefEffect)(refEffect);
66
56
  return [reduceAnimatedProps(node), callbackRef];
67
57
  }
68
58
  function reduceAnimatedProps(node) {
@@ -75,7 +65,7 @@ function useAnimatedPropsLifecycle(node) {
75
65
  const prevNodeRef = (0, import_react.useRef)(null),
76
66
  isUnmountingRef = (0, import_react.useRef)(!1);
77
67
  (0, import_react.useEffect)(() => {
78
- import_NativeAnimatedHelper.default.API.flushQueue();
68
+ import_NativeAnimatedHelper.NativeAnimatedHelper.API.flushQueue();
79
69
  }), (0, import_react_native_web_internals.useLayoutEffect)(() => (isUnmountingRef.current = !1, () => {
80
70
  isUnmountingRef.current = !0;
81
71
  }), []), (0, import_react_native_web_internals.useLayoutEffect)(() => {
@@ -90,4 +80,5 @@ function useAnimatedPropsLifecycle(node) {
90
80
  }
91
81
  function getEventTarget(instance) {
92
82
  return typeof instance == "object" && typeof instance?.getScrollableNode == "function" ? instance.getScrollableNode() : instance;
93
- }
83
+ }
84
+ var useAnimatedProps_default = useAnimatedProps;
@@ -1,9 +1,8 @@
1
1
  "use strict";
2
- var __create = Object.create;
3
2
  var __defProp = Object.defineProperty;
4
3
  var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
4
  var __getOwnPropNames = Object.getOwnPropertyNames;
6
- var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
7
6
  var __export = (target, all) => {
8
7
  for (var name in all)
9
8
  __defProp(target, name, { get: all[name], enumerable: !0 });
@@ -13,23 +12,17 @@ var __export = (target, all) => {
13
12
  !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
13
  return to;
15
14
  };
16
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
17
- // If the importer is in node compatibility mode or this is not an ESM
18
- // file that has been converted to a CommonJS file using a Babel-
19
- // compatible transform (i.e. "__esModule" has not been set), then set
20
- // "default" to the CommonJS "module.exports" for node compatibility.
21
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
22
- mod
23
- )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
15
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
24
16
  var useAnimatedProps_exports = {};
25
17
  __export(useAnimatedProps_exports, {
26
- default: () => useAnimatedProps
18
+ default: () => useAnimatedProps_default,
19
+ useAnimatedProps: () => useAnimatedProps
27
20
  });
28
21
  module.exports = __toCommonJS(useAnimatedProps_exports);
29
- var import_AnimatedProps = __toESM(require("./nodes/AnimatedProps")), import_AnimatedEvent = require("./AnimatedEvent"), import_useRefEffect = __toESM(require("../Utilities/useRefEffect")), import_NativeAnimatedHelper = __toESM(require("./NativeAnimatedHelper")), import_react = require("react"), import_react_native_web_internals = require("@tamagui/react-native-web-internals");
22
+ var import_AnimatedProps = require("./nodes/AnimatedProps"), import_AnimatedEvent = require("./AnimatedEvent"), import_useRefEffect = require("../Utilities/useRefEffect"), import_NativeAnimatedHelper = require("./NativeAnimatedHelper"), import_react = require("react"), import_react_native_web_internals = require("@tamagui/react-native-web-internals");
30
23
  function useAnimatedProps(props) {
31
24
  const [, scheduleUpdate] = (0, import_react.useReducer)((count) => count + 1, 0), onUpdateRef = (0, import_react.useRef)(null), node = (0, import_react.useMemo)(
32
- () => new import_AnimatedProps.default(props, () => onUpdateRef.current?.()),
25
+ () => new import_AnimatedProps.AnimatedProps(props, () => onUpdateRef.current?.()),
33
26
  [props]
34
27
  );
35
28
  useAnimatedPropsLifecycle(node);
@@ -50,7 +43,7 @@ function useAnimatedProps(props) {
50
43
  };
51
44
  },
52
45
  [props, node]
53
- ), callbackRef = (0, import_useRefEffect.default)(refEffect);
46
+ ), callbackRef = (0, import_useRefEffect.useRefEffect)(refEffect);
54
47
  return [reduceAnimatedProps(node), callbackRef];
55
48
  }
56
49
  function reduceAnimatedProps(node) {
@@ -62,7 +55,7 @@ function reduceAnimatedProps(node) {
62
55
  function useAnimatedPropsLifecycle(node) {
63
56
  const prevNodeRef = (0, import_react.useRef)(null), isUnmountingRef = (0, import_react.useRef)(!1);
64
57
  (0, import_react.useEffect)(() => {
65
- import_NativeAnimatedHelper.default.API.flushQueue();
58
+ import_NativeAnimatedHelper.NativeAnimatedHelper.API.flushQueue();
66
59
  }), (0, import_react_native_web_internals.useLayoutEffect)(() => (isUnmountingRef.current = !1, () => {
67
60
  isUnmountingRef.current = !0;
68
61
  }), []), (0, import_react_native_web_internals.useLayoutEffect)(() => {
@@ -78,4 +71,5 @@ function useAnimatedPropsLifecycle(node) {
78
71
  function getEventTarget(instance) {
79
72
  return typeof instance == "object" && typeof instance?.getScrollableNode == "function" ? instance.getScrollableNode() : instance;
80
73
  }
74
+ var useAnimatedProps_default = useAnimatedProps;
81
75
  //# sourceMappingURL=useAnimatedProps.js.map
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../src/vendor/react-native/Animated/useAnimatedProps.js"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAYA,2BAA0B,2CAC1B,uBAA8B,4BAC9B,sBAAyB,+CACzB,8BAAiC,4CACjC,eAAoE,kBAEpE,oCAAgC;AAIjB,SAAR,iBAAkC,OAAO;AAC9C,QAAM,CAAC,EAAE,cAAc,QAAI,yBAAW,CAAC,UAAU,QAAQ,GAAG,CAAC,GACvD,kBAAc,qBAAO,IAAI,GAMzB,WAAO;AAAA,IACX,MAAM,IAAI,qBAAAA,QAAc,OAAO,MAAM,YAAY,UAAU,CAAC;AAAA,IAC5D,CAAC,KAAK;AAAA,EACR;AACA,4BAA0B,IAAI;AAe9B,QAAM,gBAAY;AAAA,IAChB,CAAC,aAAa;AAGZ,WAAK,cAAc,QAAQ,GAG3B,YAAY,UAAU,MAAM;AAI1B,uBAAe;AAAA,MACjB;AAEA,YAAM,SAAS,eAAe,QAAQ,GAChC,SAAS,CAAC;AAEhB,iBAAW,YAAY,OAAO;AAC5B,cAAM,YAAY,MAAM,QAAQ;AAChC,QAAI,qBAAqB,sCAAiB,UAAU,eAClD,UAAU,SAAS,QAAQ,QAAQ,GACnC,OAAO,KAAK,CAAC,UAAU,SAAS,CAAC;AAAA,MAErC;AAEA,aAAO,MAAM;AACX,oBAAY,UAAU;AAEtB,mBAAW,CAAC,UAAU,SAAS,KAAK;AAClC,oBAAU,SAAS,QAAQ,QAAQ;AAAA,MAEvC;AAAA,IACF;AAAA,IACA,CAAC,OAAO,IAAI;AAAA,EACd,GACM,kBAAc,oBAAAC,SAAa,SAAS;AAE1C,SAAO,CAAC,oBAAoB,IAAI,GAAG,WAAW;AAChD;AAEA,SAAS,oBAAoB,MAAM;AAGjC,SAAO;AAAA,IACL,GAAG,KAAK,WAAW;AAAA,IACnB,aAAa;AAAA,EACf;AACF;AASA,SAAS,0BAA0B,MAAM;AACvC,QAAM,kBAAc,qBAAO,IAAI,GACzB,sBAAkB,qBAAO,EAAK;AAEpC,8BAAU,MAAM;AAId,gCAAAC,QAAqB,IAAI,WAAW;AAAA,EACtC,CAAC,OAED,mDAAgB,OACd,gBAAgB,UAAU,IACnB,MAAM;AACX,oBAAgB,UAAU;AAAA,EAC5B,IACC,CAAC,CAAC,OAEL,mDAAgB,MAAM;AAEpB,QADA,KAAK,SAAS,GACV,YAAY,WAAW,MAAM;AAC/B,YAAM,WAAW,YAAY;AAE7B,eAAS,uBAAuB,GAChC,SAAS,SAAS,GAClB,YAAY,UAAU;AAAA,IACxB;AACA,WAAO,MAAM;AACX,MAAI,gBAAgB,UAElB,KAAK,SAAS,IAEd,YAAY,UAAU;AAAA,IAE1B;AAAA,EACF,GAAG,CAAC,IAAI,CAAC;AACX;AAEA,SAAS,eAAe,UAAU;AAChC,SAAO,OAAO,YAAa,YAAY,OAAO,UAAU,qBAAsB,aAC1E,SAAS,kBAAkB,IAC3B;AACN;",
5
- "names": ["AnimatedProps", "useRefEffect", "NativeAnimatedHelper"]
4
+ "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAYA,2BAA8B,kCAC9B,uBAA8B,4BAC9B,sBAA6B,sCAC7B,8BAAqC,mCACrC,eAAoE,kBAEpE,oCAAgC;AAIhC,SAAS,iBAAiB,OAAO;AAC/B,QAAM,CAAC,EAAE,cAAc,QAAI,yBAAW,CAAC,UAAU,QAAQ,GAAG,CAAC,GACvD,kBAAc,qBAAO,IAAI,GAMzB,WAAO;AAAA,IACX,MAAM,IAAI,mCAAc,OAAO,MAAM,YAAY,UAAU,CAAC;AAAA,IAC5D,CAAC,KAAK;AAAA,EACR;AACA,4BAA0B,IAAI;AAe9B,QAAM,gBAAY;AAAA,IAChB,CAAC,aAAa;AAGZ,WAAK,cAAc,QAAQ,GAG3B,YAAY,UAAU,MAAM;AAI1B,uBAAe;AAAA,MACjB;AAEA,YAAM,SAAS,eAAe,QAAQ,GAChC,SAAS,CAAC;AAEhB,iBAAW,YAAY,OAAO;AAC5B,cAAM,YAAY,MAAM,QAAQ;AAChC,QAAI,qBAAqB,sCAAiB,UAAU,eAClD,UAAU,SAAS,QAAQ,QAAQ,GACnC,OAAO,KAAK,CAAC,UAAU,SAAS,CAAC;AAAA,MAErC;AAEA,aAAO,MAAM;AACX,oBAAY,UAAU;AAEtB,mBAAW,CAAC,UAAU,SAAS,KAAK;AAClC,oBAAU,SAAS,QAAQ,QAAQ;AAAA,MAEvC;AAAA,IACF;AAAA,IACA,CAAC,OAAO,IAAI;AAAA,EACd,GACM,kBAAc,kCAAa,SAAS;AAE1C,SAAO,CAAC,oBAAoB,IAAI,GAAG,WAAW;AAChD;AAEA,SAAS,oBAAoB,MAAM;AAGjC,SAAO;AAAA,IACL,GAAG,KAAK,WAAW;AAAA,IACnB,aAAa;AAAA,EACf;AACF;AASA,SAAS,0BAA0B,MAAM;AACvC,QAAM,kBAAc,qBAAO,IAAI,GACzB,sBAAkB,qBAAO,EAAK;AAEpC,8BAAU,MAAM;AAId,qDAAqB,IAAI,WAAW;AAAA,EACtC,CAAC,OAED,mDAAgB,OACd,gBAAgB,UAAU,IACnB,MAAM;AACX,oBAAgB,UAAU;AAAA,EAC5B,IACC,CAAC,CAAC,OAEL,mDAAgB,MAAM;AAEpB,QADA,KAAK,SAAS,GACV,YAAY,WAAW,MAAM;AAC/B,YAAM,WAAW,YAAY;AAE7B,eAAS,uBAAuB,GAChC,SAAS,SAAS,GAClB,YAAY,UAAU;AAAA,IACxB;AACA,WAAO,MAAM;AACX,MAAI,gBAAgB,UAElB,KAAK,SAAS,IAEd,YAAY,UAAU;AAAA,IAE1B;AAAA,EACF,GAAG,CAAC,IAAI,CAAC;AACX;AAEA,SAAS,eAAe,UAAU;AAChC,SAAO,OAAO,YAAa,YAAY,OAAO,UAAU,qBAAsB,aAC1E,SAAS,kBAAkB,IAC3B;AACN;AAyBA,IAAO,2BAAQ;",
5
+ "names": []
6
6
  }
@@ -22,6 +22,7 @@ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
22
22
  }), mod);
23
23
  var Batchinator_exports = {};
24
24
  __export(Batchinator_exports, {
25
+ Batchinator: () => Batchinator,
25
26
  default: () => Batchinator_default
26
27
  });
27
28
  module.exports = __toCommonJS(Batchinator_exports);
@@ -15,6 +15,7 @@ var __export = (target, all) => {
15
15
  var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
16
16
  var Batchinator_exports = {};
17
17
  __export(Batchinator_exports, {
18
+ Batchinator: () => Batchinator,
18
19
  default: () => Batchinator_default
19
20
  });
20
21
  module.exports = __toCommonJS(Batchinator_exports);
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../../../../src/vendor/react-native/Batchinator/index.js"],
4
- "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAYA,wCAAmC;AAwBnC,MAAM,YAAY;AAAA,EAChB;AAAA,EACA;AAAA,EACA;AAAA,EACA,YAAY,UAAU,SAAS;AAC7B,SAAK,SAAS,SACd,KAAK,YAAY;AAAA,EACnB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOA,QAAQ,UAAU,EAAE,OAAO,GAAM,GAAG;AAClC,IAAI,KAAK,gBACP,KAAK,YAAY,OAAO,GACnB,QAAQ,SACX,KAAK,UAAU,GAEjB,KAAK,cAAc;AAAA,EAEvB;AAAA,EACA,WAAW;AACT,QAAI,KAAK;AACP;AAEF,UAAM,gBAAgB,WAAW,MAAM;AACrC,WAAK,cAAc,qDAAmB,qBAAqB,MAAM;AAG/D,aAAK,cAAc,MACnB,KAAK,UAAU;AAAA,MACjB,CAAC;AAAA,IACH,GAAG,KAAK,MAAM;AACd,SAAK,cAAc,EAAE,QAAQ,MAAM,aAAa,aAAa,EAAE;AAAA,EACjE;AACF;AAEA,IAAO,sBAAQ;",
4
+ "mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAYA,wCAAmC;AAwBnC,MAAM,YAAY;AAAA,EAChB;AAAA,EACA;AAAA,EACA;AAAA,EACA,YAAY,UAAU,SAAS;AAC7B,SAAK,SAAS,SACd,KAAK,YAAY;AAAA,EACnB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOA,QAAQ,UAAU,EAAE,OAAO,GAAM,GAAG;AAClC,IAAI,KAAK,gBACP,KAAK,YAAY,OAAO,GACnB,QAAQ,SACX,KAAK,UAAU,GAEjB,KAAK,cAAc;AAAA,EAEvB;AAAA,EACA,WAAW;AACT,QAAI,KAAK;AACP;AAEF,UAAM,gBAAgB,WAAW,MAAM;AACrC,WAAK,cAAc,qDAAmB,qBAAqB,MAAM;AAG/D,aAAK,cAAc,MACnB,KAAK,UAAU;AAAA,MACjB,CAAC;AAAA,IACH,GAAG,KAAK,MAAM;AACd,SAAK,cAAc,EAAE,QAAQ,MAAM,aAAa,aAAa,EAAE;AAAA,EACjE;AACF;AAGA,IAAO,sBAAQ;",
5
5
  "names": []
6
6
  }