@tamagui/react-native-web-lite 1.113.0 → 1.113.2

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 (243) hide show
  1. package/dist/esm/AccessibilityInfo/index.native.js +62 -58
  2. package/dist/esm/AccessibilityInfo/index.native.js.map +6 -1
  3. package/dist/esm/ActivityIndicator/__tests__/index-test.native.js +55 -85
  4. package/dist/esm/ActivityIndicator/__tests__/index-test.native.js.map +6 -1
  5. package/dist/esm/ActivityIndicator/index.native.js +90 -82
  6. package/dist/esm/ActivityIndicator/index.native.js.map +6 -1
  7. package/dist/esm/Alert/index.native.js +18 -14
  8. package/dist/esm/Alert/index.native.js.map +6 -1
  9. package/dist/esm/AppRegistry/AppContainer.native.js +26 -30
  10. package/dist/esm/AppRegistry/AppContainer.native.js.map +6 -1
  11. package/dist/esm/AppRegistry/__tests__/index-test.native.js +13 -13
  12. package/dist/esm/AppRegistry/__tests__/index-test.native.js.map +6 -1
  13. package/dist/esm/AppRegistry/__tests__/index-test.node.native.js +34 -45
  14. package/dist/esm/AppRegistry/__tests__/index-test.node.native.js.map +6 -1
  15. package/dist/esm/AppRegistry/index.native.js +55 -50
  16. package/dist/esm/AppRegistry/index.native.js.map +6 -1
  17. package/dist/esm/AppRegistry/renderApplication.native.js +27 -33
  18. package/dist/esm/AppRegistry/renderApplication.native.js.map +6 -1
  19. package/dist/esm/AppState/__tests__/index-test.native.js +10 -9
  20. package/dist/esm/AppState/__tests__/index-test.native.js.map +6 -1
  21. package/dist/esm/AppState/index.native.js +51 -45
  22. package/dist/esm/AppState/index.native.js.map +6 -1
  23. package/dist/esm/Appearance/index.native.js +24 -27
  24. package/dist/esm/Appearance/index.native.js.map +6 -1
  25. package/dist/esm/BackHandler/index.native.js +13 -11
  26. package/dist/esm/BackHandler/index.native.js.map +6 -1
  27. package/dist/esm/Clipboard/index.native.js +26 -21
  28. package/dist/esm/Clipboard/index.native.js.map +6 -1
  29. package/dist/esm/DeviceEmitter.native.js +5 -3
  30. package/dist/esm/DeviceEmitter.native.js.map +6 -1
  31. package/dist/esm/DeviceInfo/index.native.js +33 -41
  32. package/dist/esm/DeviceInfo/index.native.js.map +6 -1
  33. package/dist/esm/Dimensions/__tests__/index-test.native.js +8 -9
  34. package/dist/esm/Dimensions/__tests__/index-test.native.js.map +6 -1
  35. package/dist/esm/Dimensions/index.native.js +53 -49
  36. package/dist/esm/Dimensions/index.native.js.map +6 -1
  37. package/dist/esm/I18nManager/index.native.js +13 -10
  38. package/dist/esm/I18nManager/index.native.js.map +6 -1
  39. package/dist/esm/Image/index.native.js +149 -174
  40. package/dist/esm/Image/index.native.js.map +6 -1
  41. package/dist/esm/Image/types.native.js +1 -2
  42. package/dist/esm/Image/types.native.js.map +6 -1
  43. package/dist/esm/ImageBackground/__tests__/index-test.native.js +19 -27
  44. package/dist/esm/ImageBackground/__tests__/index-test.native.js.map +6 -1
  45. package/dist/esm/ImageBackground/index.native.js +33 -35
  46. package/dist/esm/ImageBackground/index.native.js.map +6 -1
  47. package/dist/esm/Keyboard/index.native.js +17 -13
  48. package/dist/esm/Keyboard/index.native.js.map +6 -1
  49. package/dist/esm/KeyboardAvoidingView/index.native.js +44 -34
  50. package/dist/esm/KeyboardAvoidingView/index.native.js.map +6 -1
  51. package/dist/esm/Linking/__tests__/index-test.native.js +9 -9
  52. package/dist/esm/Linking/__tests__/index-test.native.js.map +6 -1
  53. package/dist/esm/Linking/index.native.js +49 -42
  54. package/dist/esm/Linking/index.native.js.map +6 -1
  55. package/dist/esm/LogBox/index.native.js +12 -7
  56. package/dist/esm/LogBox/index.native.js.map +6 -1
  57. package/dist/esm/Modal/ModalAnimation.native.js +112 -89
  58. package/dist/esm/Modal/ModalAnimation.native.js.map +6 -1
  59. package/dist/esm/Modal/ModalContent.native.js +54 -52
  60. package/dist/esm/Modal/ModalContent.native.js.map +6 -1
  61. package/dist/esm/Modal/ModalFocusTrap.native.js +52 -49
  62. package/dist/esm/Modal/ModalFocusTrap.native.js.map +6 -1
  63. package/dist/esm/Modal/ModalPortal.native.js +11 -9
  64. package/dist/esm/Modal/ModalPortal.native.js.map +6 -1
  65. package/dist/esm/Modal/index.native.js +45 -53
  66. package/dist/esm/Modal/index.native.js.map +6 -1
  67. package/dist/esm/NativeModules/index.native.js +6 -5
  68. package/dist/esm/NativeModules/index.native.js.map +6 -1
  69. package/dist/esm/PanResponder/Alternative.js +122 -157
  70. package/dist/esm/PanResponder/Alternative.js.map +6 -1
  71. package/dist/esm/PanResponder/index.native.js +5 -3
  72. package/dist/esm/PanResponder/index.native.js.map +6 -1
  73. package/dist/esm/PixelRatio/index.native.js +59 -48
  74. package/dist/esm/PixelRatio/index.native.js.map +6 -1
  75. package/dist/esm/Pressable/index.native.js +67 -70
  76. package/dist/esm/Pressable/index.native.js.map +6 -1
  77. package/dist/esm/RefreshControl/index.native.js +6 -4
  78. package/dist/esm/RefreshControl/index.native.js.map +6 -1
  79. package/dist/esm/SafeAreaView/index.native.js +21 -24
  80. package/dist/esm/SafeAreaView/index.native.js.map +6 -1
  81. package/dist/esm/ScrollView/ScrollViewBase.native.js +50 -61
  82. package/dist/esm/ScrollView/ScrollViewBase.native.js.map +6 -1
  83. package/dist/esm/ScrollView/index.native.js +211 -183
  84. package/dist/esm/ScrollView/index.native.js.map +6 -1
  85. package/dist/esm/Share/index.native.js +36 -29
  86. package/dist/esm/Share/index.native.js.map +6 -1
  87. package/dist/esm/StatusBar/index.native.js +6 -3
  88. package/dist/esm/StatusBar/index.native.js.map +6 -1
  89. package/dist/esm/Text/index.native.js +100 -128
  90. package/dist/esm/Text/index.native.js.map +6 -1
  91. package/dist/esm/Text/types.native.js +1 -2
  92. package/dist/esm/Text/types.native.js.map +6 -1
  93. package/dist/esm/TextInput/__tests__/index-test.native.js +259 -445
  94. package/dist/esm/TextInput/__tests__/index-test.native.js.map +6 -1
  95. package/dist/esm/TextInput/index.native.js +157 -220
  96. package/dist/esm/TextInput/index.native.js.map +6 -1
  97. package/dist/esm/TextInput/types.native.js +1 -2
  98. package/dist/esm/TextInput/types.native.js.map +6 -1
  99. package/dist/esm/TouchableOpacity.native.js +67 -63
  100. package/dist/esm/TouchableOpacity.native.js.map +6 -1
  101. package/dist/esm/TouchableWithoutFeedback.native.js +45 -49
  102. package/dist/esm/TouchableWithoutFeedback.native.js.map +6 -1
  103. package/dist/esm/UnimplementedView.native.js +30 -22
  104. package/dist/esm/UnimplementedView.native.js.map +6 -1
  105. package/dist/esm/Vibration/index.native.js +14 -14
  106. package/dist/esm/Vibration/index.native.js.map +6 -1
  107. package/dist/esm/View/index.native.js +55 -84
  108. package/dist/esm/View/index.native.js.map +6 -1
  109. package/dist/esm/View/types.native.js +1 -2
  110. package/dist/esm/View/types.native.js.map +6 -1
  111. package/dist/esm/createElement/__tests__/index-test.native.js +195 -398
  112. package/dist/esm/createElement/__tests__/index-test.native.js.map +6 -1
  113. package/dist/esm/createElement/index.native.js +14 -16
  114. package/dist/esm/createElement/index.native.js.map +6 -1
  115. package/dist/esm/createReactDOMStyle.native.js +4 -2
  116. package/dist/esm/createReactDOMStyle.native.js.map +6 -1
  117. package/dist/esm/findNodeHandle.native.js +7 -4
  118. package/dist/esm/findNodeHandle.native.js.map +6 -1
  119. package/dist/esm/index.native.js +133 -55
  120. package/dist/esm/index.native.js.map +6 -1
  121. package/dist/esm/render/index.native.js +9 -4
  122. package/dist/esm/render/index.native.js.map +6 -1
  123. package/dist/esm/styleTypes.native.js +1 -2
  124. package/dist/esm/styleTypes.native.js.map +6 -1
  125. package/dist/esm/types.native.js +1 -2
  126. package/dist/esm/types.native.js.map +6 -1
  127. package/dist/esm/useColorScheme/index.native.js +7 -7
  128. package/dist/esm/useColorScheme/index.native.js.map +6 -1
  129. package/dist/esm/useLocaleContext/index.native.js +4 -2
  130. package/dist/esm/useLocaleContext/index.native.js.map +6 -1
  131. package/dist/esm/useWindowDimensions/index.native.js +9 -9
  132. package/dist/esm/useWindowDimensions/index.native.js.map +6 -1
  133. package/dist/esm/vendor/react-native/Animated/Animated.native.js +17 -16
  134. package/dist/esm/vendor/react-native/Animated/Animated.native.js.map +6 -1
  135. package/dist/esm/vendor/react-native/Animated/AnimatedEvent.native.js +99 -72
  136. package/dist/esm/vendor/react-native/Animated/AnimatedEvent.native.js.map +6 -1
  137. package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.native.js +436 -465
  138. package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.native.js.map +6 -1
  139. package/dist/esm/vendor/react-native/Animated/AnimatedMock.native.js +91 -97
  140. package/dist/esm/vendor/react-native/Animated/AnimatedMock.native.js.map +6 -1
  141. package/dist/esm/vendor/react-native/Animated/AnimatedPlatformConfig.native.js +1 -2
  142. package/dist/esm/vendor/react-native/Animated/AnimatedPlatformConfig.native.js.map +6 -1
  143. package/dist/esm/vendor/react-native/Animated/Easing.native.js +231 -194
  144. package/dist/esm/vendor/react-native/Animated/Easing.native.js.map +6 -1
  145. package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.native.js +222 -206
  146. package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.native.js.map +6 -1
  147. package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.native.js +5 -3
  148. package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.native.js.map +6 -1
  149. package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.native.js +5 -3
  150. package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.native.js.map +6 -1
  151. package/dist/esm/vendor/react-native/Animated/SpringConfig.native.js +5 -5
  152. package/dist/esm/vendor/react-native/Animated/SpringConfig.native.js.map +6 -1
  153. package/dist/esm/vendor/react-native/Animated/animations/Animation.native.js +37 -25
  154. package/dist/esm/vendor/react-native/Animated/animations/Animation.native.js.map +6 -1
  155. package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.native.js +54 -42
  156. package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.native.js.map +6 -1
  157. package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.native.js +72 -72
  158. package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.native.js.map +6 -1
  159. package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.native.js +60 -45
  160. package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.native.js.map +6 -1
  161. package/dist/esm/vendor/react-native/Animated/bezier.native.js +20 -23
  162. package/dist/esm/vendor/react-native/Animated/bezier.native.js.map +6 -1
  163. package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.native.js +6 -4
  164. package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.native.js.map +6 -1
  165. package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.native.js +13 -12
  166. package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.native.js.map +6 -1
  167. package/dist/esm/vendor/react-native/Animated/components/AnimatedText.native.js +6 -4
  168. package/dist/esm/vendor/react-native/Animated/components/AnimatedText.native.js.map +6 -1
  169. package/dist/esm/vendor/react-native/Animated/components/AnimatedView.native.js +6 -4
  170. package/dist/esm/vendor/react-native/Animated/components/AnimatedView.native.js.map +6 -1
  171. package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.native.js +11 -17
  172. package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.native.js.map +6 -1
  173. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.native.js +55 -39
  174. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.native.js.map +6 -1
  175. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.native.js +197 -180
  176. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.native.js.map +6 -1
  177. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.native.js +51 -39
  178. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.native.js.map +6 -1
  179. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.native.js +57 -42
  180. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.native.js.map +6 -1
  181. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.native.js +116 -99
  182. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.native.js.map +6 -1
  183. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.native.js +50 -37
  184. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.native.js.map +6 -1
  185. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.native.js +55 -39
  186. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.native.js.map +6 -1
  187. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.native.js +89 -61
  188. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.native.js.map +6 -1
  189. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.native.js +70 -52
  190. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.native.js.map +6 -1
  191. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.native.js +68 -50
  192. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.native.js.map +6 -1
  193. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.native.js +55 -39
  194. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.native.js.map +6 -1
  195. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.native.js +53 -41
  196. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.native.js.map +6 -1
  197. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.native.js +57 -44
  198. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.native.js.map +6 -1
  199. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.native.js +99 -70
  200. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.native.js.map +6 -1
  201. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.native.js +82 -64
  202. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.native.js.map +6 -1
  203. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.native.js +53 -40
  204. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.native.js.map +6 -1
  205. package/dist/esm/vendor/react-native/Animated/useAnimatedProps.native.js +58 -50
  206. package/dist/esm/vendor/react-native/Animated/useAnimatedProps.native.js.map +6 -1
  207. package/dist/esm/vendor/react-native/FeatureFlags.native.js +10 -8
  208. package/dist/esm/vendor/react-native/FeatureFlags.native.js.map +6 -1
  209. package/dist/esm/vendor/react-native/NativeEventEmitter/RCTDeviceEventEmitter.native.js +5 -3
  210. package/dist/esm/vendor/react-native/NativeEventEmitter/RCTDeviceEventEmitter.native.js.map +6 -1
  211. package/dist/esm/vendor/react-native/NativeEventEmitter/index.native.js +55 -46
  212. package/dist/esm/vendor/react-native/NativeEventEmitter/index.native.js.map +6 -1
  213. package/dist/esm/vendor/react-native/PanResponder/index.native.js +219 -224
  214. package/dist/esm/vendor/react-native/PanResponder/index.native.js.map +6 -1
  215. package/dist/esm/vendor/react-native/TouchHistoryMath/index.native.js +81 -58
  216. package/dist/esm/vendor/react-native/TouchHistoryMath/index.native.js.map +6 -1
  217. package/dist/esm/vendor/react-native/TurboModule/RCTExport.native.js +1 -2
  218. package/dist/esm/vendor/react-native/TurboModule/RCTExport.native.js.map +6 -1
  219. package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.native.js +5 -2
  220. package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.native.js.map +6 -1
  221. package/dist/esm/vendor/react-native/Types/CoreEventTypes.native.js +1 -2
  222. package/dist/esm/vendor/react-native/Types/CoreEventTypes.native.js.map +6 -1
  223. package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.native.js +6 -5
  224. package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.native.js.map +6 -1
  225. package/dist/esm/vendor/react-native/emitter/EventEmitter.native.js +5 -3
  226. package/dist/esm/vendor/react-native/emitter/EventEmitter.native.js.map +6 -1
  227. package/dist/esm/vendor/react-native/emitter/EventSubscription.native.js +1 -2
  228. package/dist/esm/vendor/react-native/emitter/EventSubscription.native.js.map +6 -1
  229. package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.native.js +33 -24
  230. package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.native.js.map +6 -1
  231. package/dist/esm/vendor/react-native/emitter/_EventEmitter.native.js +51 -41
  232. package/dist/esm/vendor/react-native/emitter/_EventEmitter.native.js.map +6 -1
  233. package/dist/esm/vendor/react-native/emitter/_EventSubscription.native.js +16 -12
  234. package/dist/esm/vendor/react-native/emitter/_EventSubscription.native.js.map +6 -1
  235. package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.native.js +26 -21
  236. package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.native.js.map +6 -1
  237. package/dist/esm/vendor/react-native/infoLog/index.native.js +6 -3
  238. package/dist/esm/vendor/react-native/infoLog/index.native.js.map +6 -1
  239. package/dist/esm/vendor/react-native/useRefEffect.native.js +8 -4
  240. package/dist/esm/vendor/react-native/useRefEffect.native.js.map +6 -1
  241. package/dist/esm/without-animated.native.js +115 -52
  242. package/dist/esm/without-animated.native.js.map +6 -1
  243. package/package.json +6 -6
@@ -1,6 +1,7 @@
1
- import NativeAnimatedHelper from "../NativeAnimatedHelper.native.js";
1
+ import NativeAnimatedHelper from "../NativeAnimatedHelper";
2
2
  function _class_call_check(instance, Constructor) {
3
- if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
3
+ if (!(instance instanceof Constructor))
4
+ throw new TypeError("Cannot call a class as a function");
4
5
  }
5
6
  function _defineProperties(target, props) {
6
7
  for (var i = 0; i < props.length; i++) {
@@ -11,49 +12,60 @@ function _defineProperties(target, props) {
11
12
  function _create_class(Constructor, protoProps, staticProps) {
12
13
  return protoProps && _defineProperties(Constructor.prototype, protoProps), staticProps && _defineProperties(Constructor, staticProps), Constructor;
13
14
  }
14
- var startNativeAnimationNextId = 1,
15
- Animation = /* @__PURE__ */function () {
16
- function Animation2() {
17
- _class_call_check(this, Animation2);
18
- }
19
- return _create_class(Animation2, [{
15
+ var startNativeAnimationNextId = 1, Animation = /* @__PURE__ */ function() {
16
+ function Animation2() {
17
+ _class_call_check(this, Animation2);
18
+ }
19
+ return _create_class(Animation2, [
20
+ {
20
21
  key: "start",
21
- value: function (fromValue, onUpdate, onEnd, previousAnimation, animatedValue) {}
22
- }, {
22
+ value: function(fromValue, onUpdate, onEnd, previousAnimation, animatedValue) {
23
+ }
24
+ },
25
+ {
23
26
  key: "stop",
24
- value: function () {
27
+ value: function() {
25
28
  this.__nativeId && NativeAnimatedHelper.API.stopAnimation(this.__nativeId);
26
29
  }
27
- }, {
30
+ },
31
+ {
28
32
  key: "__getNativeAnimationConfig",
29
- value: function () {
33
+ value: function() {
30
34
  throw new Error("This animation type cannot be offloaded to native");
31
35
  }
32
- }, {
36
+ },
37
+ {
33
38
  // Helper function for subclasses to make sure onEnd is only called once.
34
39
  key: "__debouncedOnEnd",
35
- value: function (result) {
40
+ value: function(result) {
36
41
  var onEnd = this.__onEnd;
37
42
  this.__onEnd = null, onEnd && onEnd(result);
38
43
  }
39
- }, {
44
+ },
45
+ {
40
46
  key: "__startNativeAnimation",
41
- value: function (animatedValue) {
47
+ value: function(animatedValue) {
42
48
  var startNativeAnimationWaitId = startNativeAnimationNextId + ":startAnimation";
43
49
  startNativeAnimationNextId += 1, NativeAnimatedHelper.API.setWaitingForIdentifier(startNativeAnimationWaitId);
44
50
  try {
45
51
  var config = this.__getNativeAnimationConfig();
46
- animatedValue.__makeNative(config.platformConfig), this.__nativeId = NativeAnimatedHelper.generateNewAnimationId(), NativeAnimatedHelper.API.startAnimatingNode(this.__nativeId, animatedValue.__getNativeTag(), config,
47
- // $FlowFixMe[method-unbinding] added when improving typing for this parameters
48
- this.__debouncedOnEnd.bind(this));
52
+ animatedValue.__makeNative(config.platformConfig), this.__nativeId = NativeAnimatedHelper.generateNewAnimationId(), NativeAnimatedHelper.API.startAnimatingNode(
53
+ this.__nativeId,
54
+ animatedValue.__getNativeTag(),
55
+ config,
56
+ // $FlowFixMe[method-unbinding] added when improving typing for this parameters
57
+ this.__debouncedOnEnd.bind(this)
58
+ );
49
59
  } catch (e) {
50
60
  throw e;
51
61
  } finally {
52
62
  NativeAnimatedHelper.API.unsetWaitingForIdentifier(startNativeAnimationWaitId);
53
63
  }
54
64
  }
55
- }]), Animation2;
56
- }(),
57
- Animation_default = Animation;
58
- export { Animation_default as default };
59
- //# sourceMappingURL=Animation.native.js.map
65
+ }
66
+ ]), Animation2;
67
+ }(), Animation_default = Animation;
68
+ export {
69
+ Animation_default as default
70
+ };
71
+ //# sourceMappingURL=Animation.js.map
@@ -1 +1,6 @@
1
- {"version":3,"names":["NativeAnimatedHelper","_class_call_check","instance","Constructor","TypeError","_defineProperties","target","props","i","length","descriptor","enumerable","configurable","writable","Object","defineProperty","key","_create_class","protoProps","staticProps","prototype","startNativeAnimationNextId","Animation","Animation2","value","fromValue","onUpdate","onEnd","previousAnimation","animatedValue","__nativeId","API","stopAnimation","Error"],"sources":["../../../../../../src/vendor/react-native/Animated/animations/Animation.js"],"sourcesContent":[null],"mappings":"AAWA,OAAOA,oBAAA,MAA0B;AACjC,SAAIC,kBAAAC,QAA6B,EAAAC,WAAA;EAIjC,IAAM,EAAAD,QAAU,YAAAC,WAAA,GACd,MAAM,IAAAC,SAAW,oCAAoC;AAAe;AAAC,SAE9DC,kBAAAC,MAAA,EAAAC,KAAA;EACL,KAAI,IAAKC,CAAA,MAAAA,CAAA,GAAAD,KACP,CAAAE,MAAA,EAAAD,CAAA;IAEJ,IAAAE,UAAA,GAAAH,KAAA,CAAAC,CAAA;IAEAE,UAAA,CAAAC,UAAA,GAAAD,UAA6B,CAAAC,UAAA,QAAAD,UAAA,CAAAE,YAAA,kBAAAF,UAAA,KAAAA,UAAA,CAAAG,QAAA,QAAAC,MAAA,CAAAC,cAAA,CAAAT,MAAA,EAAAI,UAAA,CAAAM,GAAA,EAAAN,UAAA;EAG3B;AAAmE;AACrE,SAAAO,cAAAd,WAAA,EAAAe,UAAA,EAAAC,WAAA;EAEA,OAAAD,UAAiB,IAAAb,iBAAQ,CAAAF,WAAA,CAAAiB,SAAA,EAAAF,UAAA,GAAAC,WAAA,IAAAd,iBAAA,CAAAF,WAAA,EAAAgB,WAAA,GAAAhB,WAAA;AACvB;AACA,IAAAkB,0BACA,IAAS;EAAAC,SAAM,GAAM;IACvB,SAAAC,WAAA;MAEAtB,iBAAA,KAAuB,EAAAsB,UAAA;IACrB;IACA,OAAAN,aAAA,CAAAM,UAAA,EAA8B,CAG9B;MACEP,GAAA,EAAI;MAEJQ,KAAA,WAAAA,CAAcC,SAAA,EAAaC,QAAO,EAAAC,KAAA,EAAAC,iBAE7B,EAAAC,aAAa,GACO;IAClB,GACwB;MAC7Bb,GAAA;MAAAQ,KACA,EAAK,SAAAA,CAAA;QACP,KAAAM,UAAA,IAAA9B,oBAAA,CAAA+B,GAAA,CAAAC,aAAA,MAAAF,UAAA;MACF;IACE,GACF;MACEd,GAAA,8BAAyB;MAC3BQ,KAAA,WAAAA,CAAA;QACF,UAAAS,KAAA;MACF;IAEO,G","ignoreList":[]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../../../src/vendor/react-native/Animated/animations/Users/n8/tamagui/code/packages/react-native-web-lite/src/vendor/react-native/Animated/animations/Animation.js"],
4
+ "mappings": "AAWA,OAAOA,0BAA0B;;;;;;;;;;;;;;AACjC,IAAIC,6BAA6B,GAI3BC,YAAN,2BAAA;WAAMA,aAAAA;4BAAAA,UAAAA;;uBAAAA,YAAAA;;MACJC,KAAAA;aAAAA,SAAMC,WAAWC,UAAUC,OAAOC,mBAAmBC,eAAa;MAAG;;;MAErEC,KAAAA;aAAAA,WAAAA;AACE,QAAI,KAAKC,cACPV,qBAAqBW,IAAIC,cAAc,KAAKF,UAAU;MAE1D;;;MAEAG,KAAAA;aAAAA,WAAAA;AAGE,cAAM,IAAIC,MAAM,mDAAA;MAClB;;;;MAEAC,KAAAA;aAAAA,SAAiBC,QAAM;AACrB,YAAIV,QAAQ,KAAKW;AACjB,aAAKA,UAAU,MACfX,SAASA,MAAMU,MAAAA;MACjB;;;MAEAE,KAAAA;aAAAA,SAAuBV,eAAa;AAClC,YAAIW,6BAA6BlB,6BAA6B;AAC9DA,sCAA8B,GAC9BD,qBAAqBW,IAAIS,wBAAwBD,0BAAAA;AAEjD,YAAI;AACF,cAAIE,SAAS,KAAKR,2BAA0B;AAE5CL,wBAAcc,aAAaD,OAAOE,cAAc,GAEhD,KAAKb,aAAaV,qBAAqBwB,uBAAsB,GAC7DxB,qBAAqBW,IAAIc;YACvB,KAAKf;YACLF,cAAckB,eAAc;YAC5BL;;YACA,KAAKN,iBAAiBY,KAAK,IAAI;UAAA;QAEnC,SAASC,GAAG;AACV,gBAAMA;QACR,UAAA;AACE5B,+BAAqBW,IAAIkB,0BAA0BV,0BAAAA;QACrD;MACF;;MA3CIjB;KA8CN,oBAAeA;",
5
+ "names": ["NativeAnimatedHelper", "startNativeAnimationNextId", "Animation", "start", "fromValue", "onUpdate", "onEnd", "previousAnimation", "animatedValue", "stop", "__nativeId", "API", "stopAnimation", "__getNativeAnimationConfig", "Error", "__debouncedOnEnd", "result", "__onEnd", "__startNativeAnimation", "startNativeAnimationWaitId", "setWaitingForIdentifier", "config", "__makeNative", "platformConfig", "generateNewAnimationId", "startAnimatingNode", "__getNativeTag", "bind", "e", "unsetWaitingForIdentifier"]
6
+ }
@@ -1,21 +1,24 @@
1
- import { shouldUseNativeDriver } from "../NativeAnimatedHelper.native.js";
2
- import Animation from "./Animation.native.js";
1
+ import { shouldUseNativeDriver } from "../NativeAnimatedHelper";
2
+ import Animation from "./Animation";
3
3
  function _assert_this_initialized(self) {
4
- if (self === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
4
+ if (self === void 0)
5
+ throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
5
6
  return self;
6
7
  }
7
8
  function _call_super(_this, derived, args) {
8
9
  return derived = _get_prototype_of(derived), _possible_constructor_return(_this, _is_native_reflect_construct() ? Reflect.construct(derived, args || [], _get_prototype_of(_this).constructor) : derived.apply(_this, args));
9
10
  }
10
11
  function _class_call_check(instance, Constructor) {
11
- if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
12
+ if (!(instance instanceof Constructor))
13
+ throw new TypeError("Cannot call a class as a function");
12
14
  }
13
15
  function _construct(Parent, args, Class) {
14
- return _is_native_reflect_construct() ? _construct = Reflect.construct : _construct = function (Parent2, args2, Class2) {
15
- var a = [null];
16
+ return _is_native_reflect_construct() ? _construct = Reflect.construct : _construct = function(Parent2, args2, Class2) {
17
+ var a = [
18
+ null
19
+ ];
16
20
  a.push.apply(a, args2);
17
- var Constructor = Function.bind.apply(Parent2, a),
18
- instance = new Constructor();
21
+ var Constructor = Function.bind.apply(Parent2, a), instance = new Constructor();
19
22
  return Class2 && _set_prototype_of(instance, Class2.prototype), instance;
20
23
  }, _construct.apply(null, arguments);
21
24
  }
@@ -29,7 +32,7 @@ function _create_class(Constructor, protoProps, staticProps) {
29
32
  return protoProps && _defineProperties(Constructor.prototype, protoProps), staticProps && _defineProperties(Constructor, staticProps), Constructor;
30
33
  }
31
34
  function _get(target, property, receiver) {
32
- return typeof Reflect < "u" && Reflect.get ? _get = Reflect.get : _get = function (target2, property2, receiver2) {
35
+ return typeof Reflect < "u" && Reflect.get ? _get = Reflect.get : _get = function(target2, property2, receiver2) {
33
36
  var base = _super_prop_base(target2, property2);
34
37
  if (base) {
35
38
  var desc = Object.getOwnPropertyDescriptor(base, property2);
@@ -38,12 +41,13 @@ function _get(target, property, receiver) {
38
41
  }, _get(target, property, receiver || target);
39
42
  }
40
43
  function _get_prototype_of(o) {
41
- return _get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function (o2) {
44
+ return _get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function(o2) {
42
45
  return o2.__proto__ || Object.getPrototypeOf(o2);
43
46
  }, _get_prototype_of(o);
44
47
  }
45
48
  function _inherits(subClass, superClass) {
46
- if (typeof superClass != "function" && superClass !== null) throw new TypeError("Super expression must either be null or a function");
49
+ if (typeof superClass != "function" && superClass !== null)
50
+ throw new TypeError("Super expression must either be null or a function");
47
51
  subClass.prototype = Object.create(superClass && superClass.prototype, {
48
52
  constructor: {
49
53
  value: subClass,
@@ -59,24 +63,25 @@ function _possible_constructor_return(self, call) {
59
63
  return call && (_type_of(call) === "object" || typeof call == "function") ? call : _assert_this_initialized(self);
60
64
  }
61
65
  function _set_prototype_of(o, p) {
62
- return _set_prototype_of = Object.setPrototypeOf || function (o2, p2) {
66
+ return _set_prototype_of = Object.setPrototypeOf || function(o2, p2) {
63
67
  return o2.__proto__ = p2, o2;
64
68
  }, _set_prototype_of(o, p);
65
69
  }
66
70
  function _super_prop_base(object, property) {
67
- for (; !Object.prototype.hasOwnProperty.call(object, property) && (object = _get_prototype_of(object), object !== null););
71
+ for (; !Object.prototype.hasOwnProperty.call(object, property) && (object = _get_prototype_of(object), object !== null); )
72
+ ;
68
73
  return object;
69
74
  }
70
75
  function _type_of(obj) {
71
76
  "@swc/helpers - typeof";
72
-
73
77
  return obj && typeof Symbol < "u" && obj.constructor === Symbol ? "symbol" : typeof obj;
74
78
  }
75
79
  function _wrap_native_super(Class) {
76
- var _cache = typeof Map == "function" ? /* @__PURE__ */new Map() : void 0;
77
- return _wrap_native_super = function (Class2) {
80
+ var _cache = typeof Map == "function" ? /* @__PURE__ */ new Map() : void 0;
81
+ return _wrap_native_super = function(Class2) {
78
82
  if (Class2 === null || !_is_native_function(Class2)) return Class2;
79
- if (typeof Class2 != "function") throw new TypeError("Super expression must either be null or a function");
83
+ if (typeof Class2 != "function")
84
+ throw new TypeError("Super expression must either be null or a function");
80
85
  if (typeof _cache < "u") {
81
86
  if (_cache.has(Class2)) return _cache.get(Class2);
82
87
  _cache.set(Class2, Wrapper);
@@ -96,22 +101,25 @@ function _wrap_native_super(Class) {
96
101
  }
97
102
  function _is_native_reflect_construct() {
98
103
  try {
99
- var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
100
- } catch {}
101
- return (_is_native_reflect_construct = function () {
104
+ var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
105
+ }));
106
+ } catch {
107
+ }
108
+ return (_is_native_reflect_construct = function() {
102
109
  return !!result;
103
110
  })();
104
111
  }
105
- var DecayAnimation = /* @__PURE__ */function (Animation2) {
106
- _inherits(DecayAnimation2, Animation2);
107
- function DecayAnimation2(config) {
108
- _class_call_check(this, DecayAnimation2);
109
- var _this, _config$deceleration, _config$isInteraction, _config$iterations;
110
- return _this = _call_super(this, DecayAnimation2), _this._deceleration = (_config$deceleration = config.deceleration) !== null && _config$deceleration !== void 0 ? _config$deceleration : 0.998, _this._velocity = config.velocity, _this._useNativeDriver = shouldUseNativeDriver(config), _this.__isInteraction = (_config$isInteraction = config.isInteraction) !== null && _config$isInteraction !== void 0 ? _config$isInteraction : !_this._useNativeDriver, _this.__iterations = (_config$iterations = config.iterations) !== null && _config$iterations !== void 0 ? _config$iterations : 1, _this;
111
- }
112
- return _create_class(DecayAnimation2, [{
112
+ var DecayAnimation = /* @__PURE__ */ function(Animation2) {
113
+ _inherits(DecayAnimation2, Animation2);
114
+ function DecayAnimation2(config) {
115
+ _class_call_check(this, DecayAnimation2);
116
+ var _this, _config$deceleration, _config$isInteraction, _config$iterations;
117
+ return _this = _call_super(this, DecayAnimation2), _this._deceleration = (_config$deceleration = config.deceleration) !== null && _config$deceleration !== void 0 ? _config$deceleration : 0.998, _this._velocity = config.velocity, _this._useNativeDriver = shouldUseNativeDriver(config), _this.__isInteraction = (_config$isInteraction = config.isInteraction) !== null && _config$isInteraction !== void 0 ? _config$isInteraction : !_this._useNativeDriver, _this.__iterations = (_config$iterations = config.iterations) !== null && _config$iterations !== void 0 ? _config$iterations : 1, _this;
118
+ }
119
+ return _create_class(DecayAnimation2, [
120
+ {
113
121
  key: "__getNativeAnimationConfig",
114
- value: function () {
122
+ value: function() {
115
123
  return {
116
124
  type: "decay",
117
125
  deceleration: this._deceleration,
@@ -119,16 +127,17 @@ var DecayAnimation = /* @__PURE__ */function (Animation2) {
119
127
  iterations: this.__iterations
120
128
  };
121
129
  }
122
- }, {
130
+ },
131
+ {
123
132
  key: "start",
124
- value: function (fromValue, onUpdate, onEnd, previousAnimation, animatedValue) {
133
+ value: function(fromValue, onUpdate, onEnd, previousAnimation, animatedValue) {
125
134
  this.__active = !0, this._lastValue = fromValue, this._fromValue = fromValue, this._onUpdate = onUpdate, this.__onEnd = onEnd, this._startTime = Date.now(), this._useNativeDriver ? this.__startNativeAnimation(animatedValue) : this._animationFrame = requestAnimationFrame(this.onUpdate.bind(this));
126
135
  }
127
- }, {
136
+ },
137
+ {
128
138
  key: "onUpdate",
129
- value: function () {
130
- var now = Date.now(),
131
- value = this._fromValue + this._velocity / (1 - this._deceleration) * (1 - Math.exp(-(1 - this._deceleration) * (now - this._startTime)));
139
+ value: function() {
140
+ var now = Date.now(), value = this._fromValue + this._velocity / (1 - this._deceleration) * (1 - Math.exp(-(1 - this._deceleration) * (now - this._startTime)));
132
141
  if (this._onUpdate(value), Math.abs(this._lastValue - value) < 0.1) {
133
142
  this.__debouncedOnEnd({
134
143
  finished: !0
@@ -137,15 +146,18 @@ var DecayAnimation = /* @__PURE__ */function (Animation2) {
137
146
  }
138
147
  this._lastValue = value, this.__active && (this._animationFrame = requestAnimationFrame(this.onUpdate.bind(this)));
139
148
  }
140
- }, {
149
+ },
150
+ {
141
151
  key: "stop",
142
- value: function () {
152
+ value: function() {
143
153
  _get(_get_prototype_of(DecayAnimation2.prototype), "stop", this).call(this), this.__active = !1, global.cancelAnimationFrame(this._animationFrame), this.__debouncedOnEnd({
144
154
  finished: !1
145
155
  });
146
156
  }
147
- }]), DecayAnimation2;
148
- }(_wrap_native_super(Animation)),
149
- DecayAnimation_default = DecayAnimation;
150
- export { DecayAnimation_default as default };
151
- //# sourceMappingURL=DecayAnimation.native.js.map
157
+ }
158
+ ]), DecayAnimation2;
159
+ }(_wrap_native_super(Animation)), DecayAnimation_default = DecayAnimation;
160
+ export {
161
+ DecayAnimation_default as default
162
+ };
163
+ //# sourceMappingURL=DecayAnimation.js.map
@@ -1 +1,6 @@
1
- {"version":3,"names":["shouldUseNativeDriver","Animation","_assert_this_initialized","self","ReferenceError","_call_super","_this","derived","args","_get_prototype_of","_possible_constructor_return","_is_native_reflect_construct","Reflect","construct","constructor","apply","_class_call_check","instance","Constructor","TypeError","_construct","Parent","Class","Parent2","args2","Class2","a","push","Function","bind","_set_prototype_of","prototype","arguments","_defineProperties","target","props","i","length","descriptor","enumerable","configurable","writable","Object","defineProperty","key","_create_class","protoProps","staticProps","_get","property","receiver","get","target2","property2","receiver2"],"sources":["../../../../../../src/vendor/react-native/Animated/animations/DecayAnimation.js"],"sourcesContent":[null],"mappings":"AAWA,SAASA,qBAAA,QAA6B;AACtC,OAAOC,SAAA,MAAe;AAEtB,SAAMC,wBAAuBA,CAAAC,IAAA,EAAU;EACrC,IAAAA,IAAA,KAAY,QACV,MAAI,IAAAC,cAAA,4DAA6C;EAEjD,OAAAD,IACA;AAeM;AACR,SAEAE,YAAAC,KAAA,EAAAC,OAA6B,EAAAC,IAAA;EAC3B,OAAAD,OAAO,GAAAE,iBAAA,CAAAF,OAAA,GAAAG,4BAAA,CAAAJ,KAAA,EAAAK,4BAAA,KAAAC,OAAA,CAAAC,SAAA,CAAAN,OAAA,EAAAC,IAAA,QAAAC,iBAAA,CAAAH,KAAA,EAAAQ,WAAA,IAAAP,OAAA,CAAAQ,KAAA,CAAAT,KAAA,EAAAE,IAAA;AAAA;AACC,SACNQ,iBAAmBA,CAAAC,QAAA,EAAAC,WAAA;EAAA,IACnB,EAAAD,QAAU,YAAKC,WAAA,SACf,IAAAC,SAAiB;AAAA;AACnB,SACFC,WAAAC,MAAA,EAAAb,IAAA,EAAAc,KAAA;EAEA,OAAMX,4BAA4B,KAAAS,UAAA,GAAmBR,OAAA,CAAAC,SAAe,GAAAO,UAAA,YAAAA,CAAAG,OAAA,EAAAC,KAAA,EAAAC,MAAA;IAClE,IAAAC,CAAK,IAYP,KAEA;IACEA,CAAA,CAAAC,IAAI,CAAAZ,KAAM,CAAAW,CAAA,EAAKF,KAAI,CACf;IAOJ,IAFAN,WAAK,GAAAU,QAAe,CAEhBC,IAAA,CAAKd,KAAI,CAAAQ,OAAK,EAAAG,CAAA;MAAAT,QAAkB,OAAIC,WAAK;IAC3C,OAAKO,MAAA,IAAAK,iBAAiB,CAAAb,QAAA,EAAAQ,MAAA,CAAAM,SAAA,GAAAd,QAAA;EAAA,GAAAG,UACpB,CAAAL,KAAU,OAAAiB,SAAA;AAAA;AAGZ,SAAAC,kBAAAC,MAAA,EAAAC,KAAA;EAAA,KACF,IAAAC,CAAA,MAAAA,CAAA,GAAAD,KAAA,CAAAE,MAAA,EAAAD,CAAA;IAEA,IAAAE,UAAK,GAAAH,KAAa,CAAAC,CAAA,CAEd;IAGNE,UAAA,CAAAC,UAAA,GAAAD,UAAA,CAAAC,UAAA,QAAAD,UAAA,CAAAE,YAAA,kBAAAF,UAAA,KAAAA,UAAA,CAAAG,QAAA,QAAAC,MAAA,CAAAC,cAAA,CAAAT,MAAA,EAAAI,UAAA,CAAAM,GAAA,EAAAN,UAAA;EAEA;AACE;AAIsB,SACpBO,aAAUA,CAAA3B,WAAA,EAAA4B,UAAA,EAAAC,WAAA;EAAA,OACXD,UAAA,IAAAb,iBAAA,CAAAf,WAAA,CAAAa,SAAA,EAAAe,UAAA,GAAAC,WAAA,IAAAd,iBAAA,CAAAf,WAAA,EAAA6B,WAAA,GAAA7B,WAAA;AAAA;AAEL,SAAA8B,KAAAd,MAAA,EAAAe,QAAA,EAAAC,QAAA;EAEA,OAAO,OAAAtC,OAAA,MAAQ,IAAAA,OAAA,CAAAuC,GAAA,GAAAH,IAAA,GAAApC,OAAA,CAAAuC,GAAA,GAAAH,IAAA,YAAAA,CAAAI,OAAA,EAAAC,SAAA,EAAAC,SAAA","ignoreList":[]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../../../src/vendor/react-native/Animated/animations/Users/n8/tamagui/code/packages/react-native-web-lite/src/vendor/react-native/Animated/animations/DecayAnimation.js"],
4
+ "mappings": "AAWA,SAASA,6BAA6B;AACtC,OAAOC,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtB,IAAMC,iBAAN,yBAAAD,YAAA;YAAMC,iBAAAA,UAAAA;WAAAA,gBACQC,QAAM;4BADdD,eAAAA;eAEEE,sBAAsBC,uBAAuBC;mBAEjD,YAAA,MAJEJ,eAAAA,GAKF,MAAKK,iBACFH,uBAAuBD,OAAOK,kBAAkB,QACjDJ,yBAAyB,SACrBA,uBACA,OACN,MAAKK,YAAYN,OAAOO,UACxB,MAAKC,mBAAmBX,sBAAsBG,MAAAA,GAC9C,MAAKS,mBACFP,wBAAwBF,OAAOU,mBAAmB,QACnDR,0BAA0B,SACtBA,wBACA,CAAC,MAAKM,kBACZ,MAAKG,gBACFR,qBAAqBH,OAAOY,gBAAgB,QAAQT,uBAAuB,SACxEA,qBACA;;uBApBJJ,iBAAAA;;MAuBJc,KAAAA;aAAAA,WAAAA;AACE,eAAO;UACLC,MAAM;UACNT,cAAc,KAAKD;UACnBG,UAAU,KAAKD;UACfM,YAAY,KAAKD;QACnB;MACF;;;MAEAI,KAAAA;aAAAA,SAAMC,WAAWC,UAAUC,OAAOC,mBAAmBC,eAAa;AAChE,aAAKC,WAAW,IAChB,KAAKC,aAAaN,WAClB,KAAKO,aAAaP,WAClB,KAAKQ,YAAYP,UACjB,KAAKQ,UAAUP,OACf,KAAKQ,aAAaC,KAAKC,IAAG,GAEtB,KAAKpB,mBACP,KAAKqB,uBAAuBT,aAAAA,IAE5B,KAAKU,kBAAkBC,sBAAsB,KAAKd,SAASe,KAAK,IAAI,CAAA;MAExE;;;MAEAf,KAAAA;aAAAA,WAAAA;AACE,YAAIW,MAAMD,KAAKC,IAAG,GACdK,QACF,KAAKV,aACJ,KAAKjB,aAAa,IAAI,KAAKF,kBACzB,IAAI8B,KAAKC,IAAI,EAAE,IAAI,KAAK/B,kBAAkBwB,MAAM,KAAKF,WAAS;AAInE,YAFA,KAAKF,UAAUS,KAAAA,GAEXC,KAAKE,IAAI,KAAKd,aAAaW,KAAAA,IAAS,KAAK;AAC3C,eAAKI,iBAAiB;YACpBC,UAAU;UACZ,CAAA;AAEA;QACF;AAEA,aAAKhB,aAAaW,OAEd,KAAKZ,aACP,KAAKS,kBAAkBC,sBAAsB,KAAKd,SAASe,KAAK,IAAI,CAAA;MAExE;;;MAEAO,KAAAA;aAAAA,WAAAA;AACE,aAAA,kBAxEExC,gBAAAA,SAAAA,GAwEIwC,QAAN,IAAK,EAAA,KAAA,IAAA,GACL,KAAKlB,WAAW,IAChBmB,OAAOC,qBAAqB,KAAKX,eAAe,GAEhD,KAAKO,iBAAiB;UACpBC,UAAU;QACZ,CAAA;MACF;;MA/EIvC;qBAAuBD,SAAAA,CAAAA,GAkF7B,yBAAeC;",
5
+ "names": ["shouldUseNativeDriver", "Animation", "DecayAnimation", "config", "_config$deceleration", "_config$isInteraction", "_config$iterations", "_deceleration", "deceleration", "_velocity", "velocity", "_useNativeDriver", "__isInteraction", "isInteraction", "__iterations", "iterations", "__getNativeAnimationConfig", "type", "start", "fromValue", "onUpdate", "onEnd", "previousAnimation", "animatedValue", "__active", "_lastValue", "_fromValue", "_onUpdate", "__onEnd", "_startTime", "Date", "now", "__startNativeAnimation", "_animationFrame", "requestAnimationFrame", "bind", "value", "Math", "exp", "abs", "__debouncedOnEnd", "finished", "stop", "global", "cancelAnimationFrame"]
6
+ }
@@ -1,23 +1,26 @@
1
1
  import { invariant } from "@tamagui/react-native-web-internals";
2
- import { shouldUseNativeDriver } from "../NativeAnimatedHelper.native.js";
3
- import SpringConfig from "../SpringConfig.native.js";
4
- import Animation from "./Animation.native.js";
2
+ import { shouldUseNativeDriver } from "../NativeAnimatedHelper";
3
+ import SpringConfig from "../SpringConfig";
4
+ import Animation from "./Animation";
5
5
  function _assert_this_initialized(self) {
6
- if (self === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
6
+ if (self === void 0)
7
+ throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
7
8
  return self;
8
9
  }
9
10
  function _call_super(_this, derived, args) {
10
11
  return derived = _get_prototype_of(derived), _possible_constructor_return(_this, _is_native_reflect_construct() ? Reflect.construct(derived, args || [], _get_prototype_of(_this).constructor) : derived.apply(_this, args));
11
12
  }
12
13
  function _class_call_check(instance, Constructor) {
13
- if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
14
+ if (!(instance instanceof Constructor))
15
+ throw new TypeError("Cannot call a class as a function");
14
16
  }
15
17
  function _construct(Parent, args, Class) {
16
- return _is_native_reflect_construct() ? _construct = Reflect.construct : _construct = function (Parent2, args2, Class2) {
17
- var a = [null];
18
+ return _is_native_reflect_construct() ? _construct = Reflect.construct : _construct = function(Parent2, args2, Class2) {
19
+ var a = [
20
+ null
21
+ ];
18
22
  a.push.apply(a, args2);
19
- var Constructor = Function.bind.apply(Parent2, a),
20
- instance = new Constructor();
23
+ var Constructor = Function.bind.apply(Parent2, a), instance = new Constructor();
21
24
  return Class2 && _set_prototype_of(instance, Class2.prototype), instance;
22
25
  }, _construct.apply(null, arguments);
23
26
  }
@@ -31,7 +34,7 @@ function _create_class(Constructor, protoProps, staticProps) {
31
34
  return protoProps && _defineProperties(Constructor.prototype, protoProps), staticProps && _defineProperties(Constructor, staticProps), Constructor;
32
35
  }
33
36
  function _get(target, property, receiver) {
34
- return typeof Reflect < "u" && Reflect.get ? _get = Reflect.get : _get = function (target2, property2, receiver2) {
37
+ return typeof Reflect < "u" && Reflect.get ? _get = Reflect.get : _get = function(target2, property2, receiver2) {
35
38
  var base = _super_prop_base(target2, property2);
36
39
  if (base) {
37
40
  var desc = Object.getOwnPropertyDescriptor(base, property2);
@@ -40,12 +43,13 @@ function _get(target, property, receiver) {
40
43
  }, _get(target, property, receiver || target);
41
44
  }
42
45
  function _get_prototype_of(o) {
43
- return _get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function (o2) {
46
+ return _get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function(o2) {
44
47
  return o2.__proto__ || Object.getPrototypeOf(o2);
45
48
  }, _get_prototype_of(o);
46
49
  }
47
50
  function _inherits(subClass, superClass) {
48
- if (typeof superClass != "function" && superClass !== null) throw new TypeError("Super expression must either be null or a function");
51
+ if (typeof superClass != "function" && superClass !== null)
52
+ throw new TypeError("Super expression must either be null or a function");
49
53
  subClass.prototype = Object.create(superClass && superClass.prototype, {
50
54
  constructor: {
51
55
  value: subClass,
@@ -61,24 +65,25 @@ function _possible_constructor_return(self, call) {
61
65
  return call && (_type_of(call) === "object" || typeof call == "function") ? call : _assert_this_initialized(self);
62
66
  }
63
67
  function _set_prototype_of(o, p) {
64
- return _set_prototype_of = Object.setPrototypeOf || function (o2, p2) {
68
+ return _set_prototype_of = Object.setPrototypeOf || function(o2, p2) {
65
69
  return o2.__proto__ = p2, o2;
66
70
  }, _set_prototype_of(o, p);
67
71
  }
68
72
  function _super_prop_base(object, property) {
69
- for (; !Object.prototype.hasOwnProperty.call(object, property) && (object = _get_prototype_of(object), object !== null););
73
+ for (; !Object.prototype.hasOwnProperty.call(object, property) && (object = _get_prototype_of(object), object !== null); )
74
+ ;
70
75
  return object;
71
76
  }
72
77
  function _type_of(obj) {
73
78
  "@swc/helpers - typeof";
74
-
75
79
  return obj && typeof Symbol < "u" && obj.constructor === Symbol ? "symbol" : typeof obj;
76
80
  }
77
81
  function _wrap_native_super(Class) {
78
- var _cache = typeof Map == "function" ? /* @__PURE__ */new Map() : void 0;
79
- return _wrap_native_super = function (Class2) {
82
+ var _cache = typeof Map == "function" ? /* @__PURE__ */ new Map() : void 0;
83
+ return _wrap_native_super = function(Class2) {
80
84
  if (Class2 === null || !_is_native_function(Class2)) return Class2;
81
- if (typeof Class2 != "function") throw new TypeError("Super expression must either be null or a function");
85
+ if (typeof Class2 != "function")
86
+ throw new TypeError("Super expression must either be null or a function");
82
87
  if (typeof _cache < "u") {
83
88
  if (_cache.has(Class2)) return _cache.get(Class2);
84
89
  _cache.set(Class2, Wrapper);
@@ -98,36 +103,37 @@ function _wrap_native_super(Class) {
98
103
  }
99
104
  function _is_native_reflect_construct() {
100
105
  try {
101
- var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
102
- } catch {}
103
- return (_is_native_reflect_construct = function () {
106
+ var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
107
+ }));
108
+ } catch {
109
+ }
110
+ return (_is_native_reflect_construct = function() {
104
111
  return !!result;
105
112
  })();
106
113
  }
107
- var SpringAnimation = /* @__PURE__ */function (Animation2) {
108
- _inherits(SpringAnimation2, Animation2);
109
- function SpringAnimation2(config) {
110
- _class_call_check(this, SpringAnimation2);
111
- var _this, _config$overshootClam, _config$restDisplacem, _config$restSpeedThre, _config$velocity, _config$velocity2, _config$delay, _config$isInteraction, _config$iterations;
112
- if (_this = _call_super(this, SpringAnimation2), _this._overshootClamping = (_config$overshootClam = config.overshootClamping) !== null && _config$overshootClam !== void 0 ? _config$overshootClam : !1, _this._restDisplacementThreshold = (_config$restDisplacem = config.restDisplacementThreshold) !== null && _config$restDisplacem !== void 0 ? _config$restDisplacem : 1e-3, _this._restSpeedThreshold = (_config$restSpeedThre = config.restSpeedThreshold) !== null && _config$restSpeedThre !== void 0 ? _config$restSpeedThre : 1e-3, _this._initialVelocity = (_config$velocity = config.velocity) !== null && _config$velocity !== void 0 ? _config$velocity : 0, _this._lastVelocity = (_config$velocity2 = config.velocity) !== null && _config$velocity2 !== void 0 ? _config$velocity2 : 0, _this._toValue = config.toValue, _this._delay = (_config$delay = config.delay) !== null && _config$delay !== void 0 ? _config$delay : 0, _this._useNativeDriver = shouldUseNativeDriver(config), _this._platformConfig = config.platformConfig, _this.__isInteraction = (_config$isInteraction = config.isInteraction) !== null && _config$isInteraction !== void 0 ? _config$isInteraction : !_this._useNativeDriver, _this.__iterations = (_config$iterations = config.iterations) !== null && _config$iterations !== void 0 ? _config$iterations : 1, config.stiffness !== void 0 || config.damping !== void 0 || config.mass !== void 0) {
113
- var _config$stiffness, _config$damping, _config$mass;
114
- invariant(config.bounciness === void 0 && config.speed === void 0 && config.tension === void 0 && config.friction === void 0, "You can define one of bounciness/speed, tension/friction, or stiffness/damping/mass, but not more than one"), _this._stiffness = (_config$stiffness = config.stiffness) !== null && _config$stiffness !== void 0 ? _config$stiffness : 100, _this._damping = (_config$damping = config.damping) !== null && _config$damping !== void 0 ? _config$damping : 10, _this._mass = (_config$mass = config.mass) !== null && _config$mass !== void 0 ? _config$mass : 1;
115
- } else if (config.bounciness !== void 0 || config.speed !== void 0) {
116
- var _config$bounciness, _config$speed;
117
- invariant(config.tension === void 0 && config.friction === void 0 && config.stiffness === void 0 && config.damping === void 0 && config.mass === void 0, "You can define one of bounciness/speed, tension/friction, or stiffness/damping/mass, but not more than one");
118
- var springConfig = SpringConfig.fromBouncinessAndSpeed((_config$bounciness = config.bounciness) !== null && _config$bounciness !== void 0 ? _config$bounciness : 8, (_config$speed = config.speed) !== null && _config$speed !== void 0 ? _config$speed : 12);
119
- _this._stiffness = springConfig.stiffness, _this._damping = springConfig.damping, _this._mass = 1;
120
- } else {
121
- var _config$tension,
122
- _config$friction,
123
- _springConfig = SpringConfig.fromOrigamiTensionAndFriction((_config$tension = config.tension) !== null && _config$tension !== void 0 ? _config$tension : 40, (_config$friction = config.friction) !== null && _config$friction !== void 0 ? _config$friction : 7);
124
- _this._stiffness = _springConfig.stiffness, _this._damping = _springConfig.damping, _this._mass = 1;
125
- }
126
- return invariant(_this._stiffness > 0, "Stiffness value must be greater than 0"), invariant(_this._damping > 0, "Damping value must be greater than 0"), invariant(_this._mass > 0, "Mass value must be greater than 0"), _this;
114
+ var SpringAnimation = /* @__PURE__ */ function(Animation2) {
115
+ _inherits(SpringAnimation2, Animation2);
116
+ function SpringAnimation2(config) {
117
+ _class_call_check(this, SpringAnimation2);
118
+ var _this, _config$overshootClam, _config$restDisplacem, _config$restSpeedThre, _config$velocity, _config$velocity2, _config$delay, _config$isInteraction, _config$iterations;
119
+ if (_this = _call_super(this, SpringAnimation2), _this._overshootClamping = (_config$overshootClam = config.overshootClamping) !== null && _config$overshootClam !== void 0 ? _config$overshootClam : !1, _this._restDisplacementThreshold = (_config$restDisplacem = config.restDisplacementThreshold) !== null && _config$restDisplacem !== void 0 ? _config$restDisplacem : 1e-3, _this._restSpeedThreshold = (_config$restSpeedThre = config.restSpeedThreshold) !== null && _config$restSpeedThre !== void 0 ? _config$restSpeedThre : 1e-3, _this._initialVelocity = (_config$velocity = config.velocity) !== null && _config$velocity !== void 0 ? _config$velocity : 0, _this._lastVelocity = (_config$velocity2 = config.velocity) !== null && _config$velocity2 !== void 0 ? _config$velocity2 : 0, _this._toValue = config.toValue, _this._delay = (_config$delay = config.delay) !== null && _config$delay !== void 0 ? _config$delay : 0, _this._useNativeDriver = shouldUseNativeDriver(config), _this._platformConfig = config.platformConfig, _this.__isInteraction = (_config$isInteraction = config.isInteraction) !== null && _config$isInteraction !== void 0 ? _config$isInteraction : !_this._useNativeDriver, _this.__iterations = (_config$iterations = config.iterations) !== null && _config$iterations !== void 0 ? _config$iterations : 1, config.stiffness !== void 0 || config.damping !== void 0 || config.mass !== void 0) {
120
+ var _config$stiffness, _config$damping, _config$mass;
121
+ invariant(config.bounciness === void 0 && config.speed === void 0 && config.tension === void 0 && config.friction === void 0, "You can define one of bounciness/speed, tension/friction, or stiffness/damping/mass, but not more than one"), _this._stiffness = (_config$stiffness = config.stiffness) !== null && _config$stiffness !== void 0 ? _config$stiffness : 100, _this._damping = (_config$damping = config.damping) !== null && _config$damping !== void 0 ? _config$damping : 10, _this._mass = (_config$mass = config.mass) !== null && _config$mass !== void 0 ? _config$mass : 1;
122
+ } else if (config.bounciness !== void 0 || config.speed !== void 0) {
123
+ var _config$bounciness, _config$speed;
124
+ invariant(config.tension === void 0 && config.friction === void 0 && config.stiffness === void 0 && config.damping === void 0 && config.mass === void 0, "You can define one of bounciness/speed, tension/friction, or stiffness/damping/mass, but not more than one");
125
+ var springConfig = SpringConfig.fromBouncinessAndSpeed((_config$bounciness = config.bounciness) !== null && _config$bounciness !== void 0 ? _config$bounciness : 8, (_config$speed = config.speed) !== null && _config$speed !== void 0 ? _config$speed : 12);
126
+ _this._stiffness = springConfig.stiffness, _this._damping = springConfig.damping, _this._mass = 1;
127
+ } else {
128
+ var _config$tension, _config$friction, _springConfig = SpringConfig.fromOrigamiTensionAndFriction((_config$tension = config.tension) !== null && _config$tension !== void 0 ? _config$tension : 40, (_config$friction = config.friction) !== null && _config$friction !== void 0 ? _config$friction : 7);
129
+ _this._stiffness = _springConfig.stiffness, _this._damping = _springConfig.damping, _this._mass = 1;
127
130
  }
128
- return _create_class(SpringAnimation2, [{
131
+ return invariant(_this._stiffness > 0, "Stiffness value must be greater than 0"), invariant(_this._damping > 0, "Damping value must be greater than 0"), invariant(_this._mass > 0, "Mass value must be greater than 0"), _this;
132
+ }
133
+ return _create_class(SpringAnimation2, [
134
+ {
129
135
  key: "__getNativeAnimationConfig",
130
- value: function () {
136
+ value: function() {
131
137
  var _this$_initialVelocit;
132
138
  return {
133
139
  type: "spring",
@@ -143,29 +149,32 @@ var SpringAnimation = /* @__PURE__ */function (Animation2) {
143
149
  platformConfig: this._platformConfig
144
150
  };
145
151
  }
146
- }, {
152
+ },
153
+ {
147
154
  key: "start",
148
- value: function (fromValue, onUpdate, onEnd, previousAnimation, animatedValue) {
155
+ value: function(fromValue, onUpdate, onEnd, previousAnimation, animatedValue) {
149
156
  var _this = this;
150
157
  if (this.__active = !0, this._startPosition = fromValue, this._lastPosition = this._startPosition, this._onUpdate = onUpdate, this.__onEnd = onEnd, this._lastTime = Date.now(), this._frameTime = 0, previousAnimation instanceof SpringAnimation2) {
151
158
  var internalState = previousAnimation.getInternalState();
152
159
  this._lastPosition = internalState.lastPosition, this._lastVelocity = internalState.lastVelocity, this._initialVelocity = this._lastVelocity, this._lastTime = internalState.lastTime;
153
160
  }
154
- var start2 = function () {
161
+ var start2 = function() {
155
162
  _this._useNativeDriver ? _this.__startNativeAnimation(animatedValue) : _this.onUpdate();
156
163
  };
157
164
  this._delay ? this._timeout = setTimeout(start2, this._delay) : start2();
158
165
  }
159
- }, {
166
+ },
167
+ {
160
168
  key: "getInternalState",
161
- value: function () {
169
+ value: function() {
162
170
  return {
163
171
  lastPosition: this._lastPosition,
164
172
  lastVelocity: this._lastVelocity,
165
173
  lastTime: this._lastTime
166
174
  };
167
175
  }
168
- }, {
176
+ },
177
+ {
169
178
  /**
170
179
  * This spring model is based off of a damped harmonic oscillator
171
180
  * (https://en.wikipedia.org/wiki/Harmonic_oscillator#Damped_harmonic_oscillator).
@@ -188,23 +197,12 @@ var SpringAnimation = /* @__PURE__ */function (Animation2) {
188
197
  * a QuartzCore (iOS) API that creates spring animations.
189
198
  */
190
199
  key: "onUpdate",
191
- value: function () {
192
- var MAX_STEPS = 64,
193
- now = Date.now();
200
+ value: function() {
201
+ var MAX_STEPS = 64, now = Date.now();
194
202
  now > this._lastTime + MAX_STEPS && (now = this._lastTime + MAX_STEPS);
195
203
  var deltaTime = (now - this._lastTime) / 1e3;
196
204
  this._frameTime += deltaTime;
197
- var c = this._damping,
198
- m = this._mass,
199
- k = this._stiffness,
200
- v0 = -this._initialVelocity,
201
- zeta = c / (2 * Math.sqrt(k * m)),
202
- omega0 = Math.sqrt(k / m),
203
- omega1 = omega0 * Math.sqrt(1 - zeta * zeta),
204
- x0 = this._toValue - this._startPosition,
205
- position = 0,
206
- velocity = 0,
207
- t = this._frameTime;
205
+ var c = this._damping, m = this._mass, k = this._stiffness, v0 = -this._initialVelocity, zeta = c / (2 * Math.sqrt(k * m)), omega0 = Math.sqrt(k / m), omega1 = omega0 * Math.sqrt(1 - zeta * zeta), x0 = this._toValue - this._startPosition, position = 0, velocity = 0, t = this._frameTime;
208
206
  if (zeta < 1) {
209
207
  var envelope = Math.exp(-zeta * omega0 * t);
210
208
  position = this._toValue - envelope * ((v0 + zeta * omega0 * x0) / omega1 * Math.sin(omega1 * t) + x0 * Math.cos(omega1 * t)), velocity = zeta * omega0 * envelope * (Math.sin(omega1 * t) * (v0 + zeta * omega0 * x0) / omega1 + x0 * Math.cos(omega1 * t)) - envelope * (Math.cos(omega1 * t) * (v0 + zeta * omega0 * x0) - omega1 * x0 * Math.sin(omega1 * t));
@@ -215,8 +213,7 @@ var SpringAnimation = /* @__PURE__ */function (Animation2) {
215
213
  if (this._lastTime = now, this._lastPosition = position, this._lastVelocity = velocity, this._onUpdate(position), !!this.__active) {
216
214
  var isOvershooting = !1;
217
215
  this._overshootClamping && this._stiffness !== 0 && (this._startPosition < this._toValue ? isOvershooting = position > this._toValue : isOvershooting = position < this._toValue);
218
- var isVelocity = Math.abs(velocity) <= this._restSpeedThreshold,
219
- isDisplacement = !0;
216
+ var isVelocity = Math.abs(velocity) <= this._restSpeedThreshold, isDisplacement = !0;
220
217
  if (this._stiffness !== 0 && (isDisplacement = Math.abs(this._toValue - position) <= this._restDisplacementThreshold), isOvershooting || isVelocity && isDisplacement) {
221
218
  this._stiffness !== 0 && (this._lastPosition = this._toValue, this._lastVelocity = 0, this._onUpdate(this._toValue)), this.__debouncedOnEnd({
222
219
  finished: !0
@@ -226,15 +223,18 @@ var SpringAnimation = /* @__PURE__ */function (Animation2) {
226
223
  this._animationFrame = requestAnimationFrame(this.onUpdate.bind(this));
227
224
  }
228
225
  }
229
- }, {
226
+ },
227
+ {
230
228
  key: "stop",
231
- value: function () {
229
+ value: function() {
232
230
  _get(_get_prototype_of(SpringAnimation2.prototype), "stop", this).call(this), this.__active = !1, clearTimeout(this._timeout), global.cancelAnimationFrame(this._animationFrame), this.__debouncedOnEnd({
233
231
  finished: !1
234
232
  });
235
233
  }
236
- }]), SpringAnimation2;
237
- }(_wrap_native_super(Animation)),
238
- SpringAnimation_default = SpringAnimation;
239
- export { SpringAnimation_default as default };
240
- //# sourceMappingURL=SpringAnimation.native.js.map
234
+ }
235
+ ]), SpringAnimation2;
236
+ }(_wrap_native_super(Animation)), SpringAnimation_default = SpringAnimation;
237
+ export {
238
+ SpringAnimation_default as default
239
+ };
240
+ //# sourceMappingURL=SpringAnimation.js.map
@@ -1 +1,6 @@
1
- {"version":3,"names":["invariant","shouldUseNativeDriver","SpringConfig","Animation","_assert_this_initialized","self","ReferenceError","_call_super","_this","derived","args","_get_prototype_of","_possible_constructor_return","_is_native_reflect_construct","Reflect","construct","constructor","apply","_class_call_check","instance","Constructor","TypeError","_construct","Parent","Class","Parent2","args2","Class2","a","push","Function","bind","_set_prototype_of","prototype","arguments","_defineProperties","target","props","i","length","descriptor","enumerable","configurable","writable","Object","defineProperty","key","_create_class","protoProps","staticProps","_get","property","receiver","get","target2","property2","receiver2","base","_super_prop_base","desc","getOwnPropertyDescriptor","call","value","o","setPrototypeOf","getPrototypeOf","o2","__proto__","_inherits","subClass","superClass","create","_is_native_function","fn","toString","indexOf","_type_of","p","p2","object","hasOwnProperty","obj","Symbol","_wrap_native_super","_cache","Map","has","set","Wrapper","result","Boolean","valueOf","SpringAnimation","Animation2","SpringAnimation2","config","_config$overshootClam","_config$restDisplacem","_config$restSpeedThre","_config$velocity","_config$velocity2","_config$delay","_config$isInteraction","_config$iterations","_overshootClamping","overshootClamping","_restDisplacementThreshold","restDisplacementThreshold","_restSpeedThreshold","restSpeedThreshold","_initialVelocity","velocity","_lastVelocity","_toValue","toValue","_delay","delay","_useNativeDriver","_platformConfig","platformConfig","__isInteraction","isInteraction","__iterations","iterations","stiffness","damping","mass","_config$stiffness","_config$damping","_config$mass"],"sources":["../../../../../../src/vendor/react-native/Animated/animations/SpringAnimation.js"],"sourcesContent":[null],"mappings":"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","ignoreList":[]}
1
+ {
2
+ "version": 3,
3
+ "sources": ["../../../../../../src/vendor/react-native/Animated/animations/Users/n8/tamagui/code/packages/react-native-web-lite/src/vendor/react-native/Animated/animations/SpringAnimation.js"],
4
+ "mappings": "AAWA,SAASA,iBAAiB;AAE1B,SAASC,6BAA6B;AACtC,OAAOC,kBAAkB;AACzB,OAAOC,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEtB,IAAMC,kBAAN,yBAAAD,YAAA;YAAMC,kBAAAA,UAAAA;WAAAA,iBACQC,QAAM;4BADdD,gBAAAA;eAEEE,uBACFC,uBACAC,uBACAC,kBACAC,mBACAC,eACAC,uBACAC;AA2CF,gBAzCA,YAAA,MAXET,gBAAAA,GAYF,MAAKU,sBACFR,wBAAwBD,OAAOU,uBAAuB,QACvDT,0BAA0B,SACtBA,wBACA,IACN,MAAKU,8BACFT,wBAAwBF,OAAOY,+BAA+B,QAC/DV,0BAA0B,SACtBA,wBACA,MACN,MAAKW,uBACFV,wBAAwBH,OAAOc,wBAAwB,QACxDX,0BAA0B,SACtBA,wBACA,MACN,MAAKY,oBACFX,mBAAmBJ,OAAOgB,cAAc,QAAQZ,qBAAqB,SAClEA,mBACA,GACN,MAAKa,iBACFZ,oBAAoBL,OAAOgB,cAAc,QAAQX,sBAAsB,SACpEA,oBACA,GACN,MAAKa,WAAWlB,OAAOmB,SACvB,MAAKC,UACFd,gBAAgBN,OAAOqB,WAAW,QAAQf,kBAAkB,SACzDA,gBACA,GACN,MAAKgB,mBAAmB1B,sBAAsBI,MAAAA,GAC9C,MAAKuB,kBAAkBvB,OAAOwB,gBAC9B,MAAKC,mBACFlB,wBAAwBP,OAAO0B,mBAAmB,QACnDnB,0BAA0B,SACtBA,wBACA,CAAC,MAAKe,kBACZ,MAAKK,gBACFnB,qBAAqBR,OAAO4B,gBAAgB,QAAQpB,uBAAuB,SACxEA,qBACA,GAGJR,OAAO6B,cAAcC,UACrB9B,OAAO+B,YAAYD,UACnB9B,OAAOgC,SAASF,QAChB;AACA,UAAIG,mBAAmBC,iBAAiBC;AAExCxC,gBACEK,OAAOoC,eAAeN,UACpB9B,OAAOqC,UAAUP,UACjB9B,OAAOsC,YAAYR,UACnB9B,OAAOuC,aAAaT,QACtB,4GAAA,GAEF,MAAKU,cACFP,oBAAoBjC,OAAO6B,eAAe,QAAQI,sBAAsB,SACrEA,oBACA,KACN,MAAKQ,YACFP,kBAAkBlC,OAAO+B,aAAa,QAAQG,oBAAoB,SAC/DA,kBACA,IACN,MAAKQ,SACFP,eAAenC,OAAOgC,UAAU,QAAQG,iBAAiB,SACtDA,eACA;IACR,WAAWnC,OAAOoC,eAAeN,UAAa9B,OAAOqC,UAAUP,QAAW;AACxE,UAAIa,oBAAoBC;AAIxBjD,gBACEK,OAAOsC,YAAYR,UACjB9B,OAAOuC,aAAaT,UACpB9B,OAAO6B,cAAcC,UACrB9B,OAAO+B,YAAYD,UACnB9B,OAAOgC,SAASF,QAClB,4GAAA;AAEF,UAAIe,eAAehD,aAAaiD,wBAC7BH,qBAAqB3C,OAAOoC,gBAAgB,QAAQO,uBAAuB,SACxEA,qBACA,IACHC,gBAAgB5C,OAAOqC,WAAW,QAAQO,kBAAkB,SACzDA,gBACA,EAAA;AAEN,YAAKJ,aAAaK,aAAahB,WAC/B,MAAKY,WAAWI,aAAad,SAC7B,MAAKW,QAAQ;IACf,OAAO;AACL,UAAIK,iBAAiBC,kBAIjBC,gBAAgBpD,aAAaqD,+BAC9BH,kBAAkB/C,OAAOsC,aAAa,QAAQS,oBAAoB,SAC/DA,kBACA,KACHC,mBAAmBhD,OAAOuC,cAAc,QAAQS,qBAAqB,SAClEA,mBACA,CAAA;AAGN,YAAKR,aAAaS,cAAcpB,WAChC,MAAKY,WAAWQ,cAAclB,SAC9B,MAAKW,QAAQ;IACf;AAEA/C,qBAAU,MAAK6C,aAAa,GAAG,wCAAA,GAC/B7C,UAAU,MAAK8C,WAAW,GAAG,sCAAA,GAC7B9C,UAAU,MAAK+C,QAAQ,GAAG,mCAAA;;uBA3HxB3C,kBAAAA;;MA8HJoD,KAAAA;aAAAA,WAAAA;AACE,YAAIC;AAEJ,eAAO;UACLC,MAAM;UACN3C,mBAAmB,KAAKD;UACxBG,2BAA2B,KAAKD;UAChCG,oBAAoB,KAAKD;UACzBgB,WAAW,KAAKW;UAChBT,SAAS,KAAKU;UACdT,MAAM,KAAKU;UACXY,kBACGF,wBAAwB,KAAKrC,sBAAsB,QACpDqC,0BAA0B,SACtBA,wBACA,KAAKnC;UACXE,SAAS,KAAKD;UACdU,YAAY,KAAKD;UACjBH,gBAAgB,KAAKD;QACvB;MACF;;;MAEAgC,KAAAA;aAAAA,SAAMC,WAAWC,UAAUC,OAAOC,mBAAmBC,eAAa;;AAShE,YARA,KAAKC,WAAW,IAChB,KAAKC,iBAAiBN,WACtB,KAAKO,gBAAgB,KAAKD,gBAC1B,KAAKE,YAAYP,UACjB,KAAKQ,UAAUP,OACf,KAAKQ,YAAYC,KAAKC,IAAG,GACzB,KAAKC,aAAa,GAEdV,6BA7JF5D,kBA6JgD;AAChD,cAAIuE,gBAAgBX,kBAAkBY,iBAAgB;AACtD,eAAKR,gBAAgBO,cAAcE,cACnC,KAAKvD,gBAAgBqD,cAAcG,cAEnC,KAAK1D,mBAAmB,KAAKE,eAC7B,KAAKiD,YAAYI,cAAcI;QACjC;AAEA,YAAInB,SAAQ,WAAA;AACV,UAAI,MAAKjC,mBACP,MAAKqD,uBAAuBf,aAAAA,IAE5B,MAAKH,SAAQ;QAEjB;AAEA,QAAI,KAAKrC,SACP,KAAKwD,WAAWC,WAAWtB,QAAO,KAAKnC,MAAM,IAE7CmC,OAAAA;MAEJ;;;MAEAgB,KAAAA;aAAAA,WAAAA;AACE,eAAO;UACLC,cAAc,KAAKT;UACnBU,cAAc,KAAKxD;UACnByD,UAAU,KAAKR;QACjB;MACF;;;;;;;;;;;;;;;;;;;;;;;;MAuBAT,KAAAA;aAAAA,WAAAA;AAKE,YAAIqB,YAAY,IACZV,MAAMD,KAAKC,IAAG;AAElB,QAAIA,MAAM,KAAKF,YAAYY,cACzBV,MAAM,KAAKF,YAAYY;AAGzB,YAAIC,aAAaX,MAAM,KAAKF,aAAa;AACzC,aAAKG,cAAcU;AACnB,YAAIC,IAAI,KAAKvC,UACTwC,IAAI,KAAKvC,OACTwC,IAAI,KAAK1C,YACT2C,KAAK,CAAC,KAAKpE,kBACXqE,OAAOJ,KAAK,IAAIK,KAAKC,KAAKJ,IAAID,CAAAA,IAE9BM,SAASF,KAAKC,KAAKJ,IAAID,CAAAA,GAEvBO,SAASD,SAASF,KAAKC,KAAK,IAAMF,OAAOA,IAAAA,GAEzCK,KAAK,KAAKvE,WAAW,KAAK4C,gBAE1B4B,WAAW,GACX1E,WAAW,GACX2E,IAAI,KAAKtB;AAEb,YAAIe,OAAO,GAAG;AAEZ,cAAIQ,WAAWP,KAAKQ,IAAI,CAACT,OAAOG,SAASI,CAAAA;AACzCD,qBACE,KAAKxE,WACL0E,aACKT,KAAKC,OAAOG,SAASE,MAAMD,SAAUH,KAAKS,IAAIN,SAASG,CAAAA,IACxDF,KAAKJ,KAAKU,IAAIP,SAASG,CAAAA,IAG7B3E,WACEoE,OACEG,SACAK,YACEP,KAAKS,IAAIN,SAASG,CAAAA,KAAMR,KAAKC,OAAOG,SAASE,MAAOD,SACpDC,KAAKJ,KAAKU,IAAIP,SAASG,CAAAA,KAC3BC,YACGP,KAAKU,IAAIP,SAASG,CAAAA,KAAMR,KAAKC,OAAOG,SAASE,MAC5CD,SAASC,KAAKJ,KAAKS,IAAIN,SAASG,CAAAA;QACxC,OAAO;AAEL,cAAIK,YAAYX,KAAKQ,IAAI,CAACN,SAASI,CAAAA;AAEnCD,qBAAW,KAAKxE,WAAW8E,aAAaP,MAAMN,KAAKI,SAASE,MAAME,IAClE3E,WAAWgF,aAAab,MAAMQ,IAAIJ,SAAS,KAAKI,IAAIF,MAAMF,SAASA;QACrE;AAQA,YANA,KAAKrB,YAAYE,KACjB,KAAKL,gBAAgB2B,UACrB,KAAKzE,gBAAgBD,UAErB,KAAKgD,UAAU0B,QAAAA,GAEX,EAAC,KAAK7B,UAKV;cAAIoC,iBAAiB;AAErB,UAAI,KAAKxF,sBAAsB,KAAK+B,eAAe,MAC7C,KAAKsB,iBAAiB,KAAK5C,WAC7B+E,iBAAiBP,WAAW,KAAKxE,WAEjC+E,iBAAiBP,WAAW,KAAKxE;AAIrC,cAAIgF,aAAab,KAAKc,IAAInF,QAAAA,KAAa,KAAKH,qBAExCuF,iBAAiB;AAOrB,cALI,KAAK5D,eAAe,MACtB4D,iBACEf,KAAKc,IAAI,KAAKjF,WAAWwE,QAAAA,KAAa,KAAK/E,6BAG3CsF,kBAAmBC,cAAcE,gBAAiB;AACpD,YAAI,KAAK5D,eAAe,MAEtB,KAAKuB,gBAAgB,KAAK7C,UAC1B,KAAKD,gBAAgB,GAErB,KAAK+C,UAAU,KAAK9C,QAAQ,IAG9B,KAAKmF,iBAAiB;cACpBC,UAAU;YACZ,CAAA;AAEA;UACF;AAEA,eAAKC,kBAAkBC,sBAAsB,KAAK/C,SAASgD,KAAK,IAAI,CAAA;;MACtE;;;MAEAC,KAAAA;aAAAA,WAAAA;AACE,aAAA,kBA7TE3G,iBAAAA,SAAAA,GA6TI2G,QAAN,IAAK,EAAA,KAAA,IAAA,GACL,KAAK7C,WAAW,IAChB8C,aAAa,KAAK/B,QAAQ,GAC1BgC,OAAOC,qBAAqB,KAAKN,eAAe,GAEhD,KAAKF,iBAAiB;UACpBC,UAAU;QACZ,CAAA;MACF;;MArUIvG;qBAAwBD,SAAAA,CAAAA,GAwU9B,0BAAeC;",
5
+ "names": ["invariant", "shouldUseNativeDriver", "SpringConfig", "Animation", "SpringAnimation", "config", "_config$overshootClam", "_config$restDisplacem", "_config$restSpeedThre", "_config$velocity", "_config$velocity2", "_config$delay", "_config$isInteraction", "_config$iterations", "_overshootClamping", "overshootClamping", "_restDisplacementThreshold", "restDisplacementThreshold", "_restSpeedThreshold", "restSpeedThreshold", "_initialVelocity", "velocity", "_lastVelocity", "_toValue", "toValue", "_delay", "delay", "_useNativeDriver", "_platformConfig", "platformConfig", "__isInteraction", "isInteraction", "__iterations", "iterations", "stiffness", "undefined", "damping", "mass", "_config$stiffness", "_config$damping", "_config$mass", "bounciness", "speed", "tension", "friction", "_stiffness", "_damping", "_mass", "_config$bounciness", "_config$speed", "springConfig", "fromBouncinessAndSpeed", "_config$tension", "_config$friction", "_springConfig", "fromOrigamiTensionAndFriction", "__getNativeAnimationConfig", "_this$_initialVelocit", "type", "initialVelocity", "start", "fromValue", "onUpdate", "onEnd", "previousAnimation", "animatedValue", "__active", "_startPosition", "_lastPosition", "_onUpdate", "__onEnd", "_lastTime", "Date", "now", "_frameTime", "internalState", "getInternalState", "lastPosition", "lastVelocity", "lastTime", "__startNativeAnimation", "_timeout", "setTimeout", "MAX_STEPS", "deltaTime", "c", "m", "k", "v0", "zeta", "Math", "sqrt", "omega0", "omega1", "x0", "position", "t", "envelope", "exp", "sin", "cos", "_envelope", "isOvershooting", "isVelocity", "abs", "isDisplacement", "__debouncedOnEnd", "finished", "_animationFrame", "requestAnimationFrame", "bind", "stop", "clearTimeout", "global", "cancelAnimationFrame"]
6
+ }