@tamagui/react-native-web-lite 1.125.6 → 1.125.8

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 (274) hide show
  1. package/dist/esm/AccessibilityInfo/index.native.js +58 -62
  2. package/dist/esm/AccessibilityInfo/index.native.js.map +1 -6
  3. package/dist/esm/ActivityIndicator/__tests__/index-test.native.js +85 -55
  4. package/dist/esm/ActivityIndicator/__tests__/index-test.native.js.map +1 -6
  5. package/dist/esm/ActivityIndicator/index.native.js +82 -90
  6. package/dist/esm/ActivityIndicator/index.native.js.map +1 -6
  7. package/dist/esm/Alert/index.native.js +14 -18
  8. package/dist/esm/Alert/index.native.js.map +1 -6
  9. package/dist/esm/AppRegistry/AppContainer.native.js +30 -26
  10. package/dist/esm/AppRegistry/AppContainer.native.js.map +1 -6
  11. package/dist/esm/AppRegistry/__tests__/index-test.native.js +13 -13
  12. package/dist/esm/AppRegistry/__tests__/index-test.native.js.map +1 -6
  13. package/dist/esm/AppRegistry/__tests__/index-test.node.native.js +45 -34
  14. package/dist/esm/AppRegistry/__tests__/index-test.node.native.js.map +1 -6
  15. package/dist/esm/AppRegistry/index.native.js +50 -55
  16. package/dist/esm/AppRegistry/index.native.js.map +1 -6
  17. package/dist/esm/AppRegistry/renderApplication.native.js +33 -27
  18. package/dist/esm/AppRegistry/renderApplication.native.js.map +1 -6
  19. package/dist/esm/AppState/__tests__/index-test.native.js +9 -10
  20. package/dist/esm/AppState/__tests__/index-test.native.js.map +1 -6
  21. package/dist/esm/AppState/index.native.js +45 -51
  22. package/dist/esm/AppState/index.native.js.map +1 -6
  23. package/dist/esm/Appearance/index.native.js +27 -24
  24. package/dist/esm/Appearance/index.native.js.map +1 -6
  25. package/dist/esm/BackHandler/index.native.js +11 -13
  26. package/dist/esm/BackHandler/index.native.js.map +1 -6
  27. package/dist/esm/Batchinator/index.native.js +19 -23
  28. package/dist/esm/Batchinator/index.native.js.map +1 -6
  29. package/dist/esm/Clipboard/index.native.js +21 -26
  30. package/dist/esm/Clipboard/index.native.js.map +1 -6
  31. package/dist/esm/DeviceEmitter.native.js +3 -5
  32. package/dist/esm/DeviceEmitter.native.js.map +1 -6
  33. package/dist/esm/DeviceInfo/index.native.js +41 -33
  34. package/dist/esm/DeviceInfo/index.native.js.map +1 -6
  35. package/dist/esm/Dimensions/__tests__/index-test.native.js +9 -8
  36. package/dist/esm/Dimensions/__tests__/index-test.native.js.map +1 -6
  37. package/dist/esm/Dimensions/index.native.js +49 -53
  38. package/dist/esm/Dimensions/index.native.js.map +1 -6
  39. package/dist/esm/FlatList.native.js +137 -131
  40. package/dist/esm/FlatList.native.js.map +1 -6
  41. package/dist/esm/I18nManager/index.native.js +10 -13
  42. package/dist/esm/I18nManager/index.native.js.map +1 -6
  43. package/dist/esm/Image/index.native.js +174 -149
  44. package/dist/esm/Image/index.native.js.map +1 -6
  45. package/dist/esm/Image/types.native.js +2 -1
  46. package/dist/esm/Image/types.native.js.map +1 -6
  47. package/dist/esm/ImageBackground/__tests__/index-test.native.js +27 -19
  48. package/dist/esm/ImageBackground/__tests__/index-test.native.js.map +1 -6
  49. package/dist/esm/ImageBackground/index.native.js +35 -33
  50. package/dist/esm/ImageBackground/index.native.js.map +1 -6
  51. package/dist/esm/InteractionManager/TaskQueue.native.js +46 -51
  52. package/dist/esm/InteractionManager/TaskQueue.native.js.map +1 -6
  53. package/dist/esm/InteractionManager/index.native.js +66 -60
  54. package/dist/esm/InteractionManager/index.native.js.map +1 -6
  55. package/dist/esm/Keyboard/index.native.js +13 -17
  56. package/dist/esm/Keyboard/index.native.js.map +1 -6
  57. package/dist/esm/KeyboardAvoidingView/index.native.js +34 -44
  58. package/dist/esm/KeyboardAvoidingView/index.native.js.map +1 -6
  59. package/dist/esm/Linking/__tests__/index-test.native.js +9 -9
  60. package/dist/esm/Linking/__tests__/index-test.native.js.map +1 -6
  61. package/dist/esm/Linking/index.native.js +42 -49
  62. package/dist/esm/Linking/index.native.js.map +1 -6
  63. package/dist/esm/LogBox/index.native.js +7 -12
  64. package/dist/esm/LogBox/index.native.js.map +1 -6
  65. package/dist/esm/Modal/ModalAnimation.native.js +89 -112
  66. package/dist/esm/Modal/ModalAnimation.native.js.map +1 -6
  67. package/dist/esm/Modal/ModalContent.native.js +52 -54
  68. package/dist/esm/Modal/ModalContent.native.js.map +1 -6
  69. package/dist/esm/Modal/ModalFocusTrap.native.js +49 -52
  70. package/dist/esm/Modal/ModalFocusTrap.native.js.map +1 -6
  71. package/dist/esm/Modal/ModalPortal.native.js +9 -11
  72. package/dist/esm/Modal/ModalPortal.native.js.map +1 -6
  73. package/dist/esm/Modal/index.native.js +53 -45
  74. package/dist/esm/Modal/index.native.js.map +1 -6
  75. package/dist/esm/NativeModules/index.native.js +5 -6
  76. package/dist/esm/NativeModules/index.native.js.map +1 -6
  77. package/dist/esm/PanResponder/Alternative.js +157 -122
  78. package/dist/esm/PanResponder/Alternative.js.map +1 -6
  79. package/dist/esm/PanResponder/index.native.js +3 -5
  80. package/dist/esm/PanResponder/index.native.js.map +1 -6
  81. package/dist/esm/PixelRatio/index.native.js +48 -59
  82. package/dist/esm/PixelRatio/index.native.js.map +1 -6
  83. package/dist/esm/Pressable/index.native.js +70 -67
  84. package/dist/esm/Pressable/index.native.js.map +1 -6
  85. package/dist/esm/RefreshControl/index.native.js +4 -6
  86. package/dist/esm/RefreshControl/index.native.js.map +1 -6
  87. package/dist/esm/SafeAreaView/index.native.js +24 -21
  88. package/dist/esm/SafeAreaView/index.native.js.map +1 -6
  89. package/dist/esm/ScrollView/ScrollViewBase.native.js +61 -50
  90. package/dist/esm/ScrollView/ScrollViewBase.native.js.map +1 -6
  91. package/dist/esm/ScrollView/index.native.js +183 -211
  92. package/dist/esm/ScrollView/index.native.js.map +1 -6
  93. package/dist/esm/Share/index.native.js +29 -36
  94. package/dist/esm/Share/index.native.js.map +1 -6
  95. package/dist/esm/StatusBar/index.native.js +3 -6
  96. package/dist/esm/StatusBar/index.native.js.map +1 -6
  97. package/dist/esm/Text/index.native.js +128 -100
  98. package/dist/esm/Text/index.native.js.map +1 -6
  99. package/dist/esm/Text/types.native.js +2 -1
  100. package/dist/esm/Text/types.native.js.map +1 -6
  101. package/dist/esm/TextInput/__tests__/index-test.native.js +445 -259
  102. package/dist/esm/TextInput/__tests__/index-test.native.js.map +1 -6
  103. package/dist/esm/TextInput/index.native.js +210 -147
  104. package/dist/esm/TextInput/index.native.js.map +1 -6
  105. package/dist/esm/TextInput/types.native.js +2 -1
  106. package/dist/esm/TextInput/types.native.js.map +1 -6
  107. package/dist/esm/TouchableOpacity.native.js +63 -67
  108. package/dist/esm/TouchableOpacity.native.js.map +1 -6
  109. package/dist/esm/TouchableWithoutFeedback.native.js +49 -45
  110. package/dist/esm/TouchableWithoutFeedback.native.js.map +1 -6
  111. package/dist/esm/UnimplementedView.native.js +22 -30
  112. package/dist/esm/UnimplementedView.native.js.map +1 -6
  113. package/dist/esm/Vibration/index.native.js +14 -14
  114. package/dist/esm/Vibration/index.native.js.map +1 -6
  115. package/dist/esm/View/index.native.js +84 -55
  116. package/dist/esm/View/index.native.js.map +1 -6
  117. package/dist/esm/View/types.native.js +2 -1
  118. package/dist/esm/View/types.native.js.map +1 -6
  119. package/dist/esm/createElement/__tests__/index-test.native.js +398 -195
  120. package/dist/esm/createElement/__tests__/index-test.native.js.map +1 -6
  121. package/dist/esm/createElement/index.native.js +18 -16
  122. package/dist/esm/createElement/index.native.js.map +1 -6
  123. package/dist/esm/createReactDOMStyle.native.js +2 -4
  124. package/dist/esm/createReactDOMStyle.native.js.map +1 -6
  125. package/dist/esm/index.native.js +47 -123
  126. package/dist/esm/index.native.js.map +1 -6
  127. package/dist/esm/render/index.native.js +6 -15
  128. package/dist/esm/render/index.native.js.map +1 -6
  129. package/dist/esm/styleTypes.native.js +2 -1
  130. package/dist/esm/styleTypes.native.js.map +1 -6
  131. package/dist/esm/types.native.js +2 -1
  132. package/dist/esm/types.native.js.map +1 -6
  133. package/dist/esm/useColorScheme/index.native.js +7 -7
  134. package/dist/esm/useColorScheme/index.native.js.map +1 -6
  135. package/dist/esm/useLocaleContext/index.native.js +2 -4
  136. package/dist/esm/useLocaleContext/index.native.js.map +1 -6
  137. package/dist/esm/useWindowDimensions/index.native.js +9 -9
  138. package/dist/esm/useWindowDimensions/index.native.js.map +1 -6
  139. package/dist/esm/vendor/react-native/Animated/Animated.native.js +16 -17
  140. package/dist/esm/vendor/react-native/Animated/Animated.native.js.map +1 -6
  141. package/dist/esm/vendor/react-native/Animated/AnimatedEvent.native.js +72 -99
  142. package/dist/esm/vendor/react-native/Animated/AnimatedEvent.native.js.map +1 -6
  143. package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.native.js +465 -436
  144. package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.native.js.map +1 -6
  145. package/dist/esm/vendor/react-native/Animated/AnimatedMock.native.js +97 -91
  146. package/dist/esm/vendor/react-native/Animated/AnimatedMock.native.js.map +1 -6
  147. package/dist/esm/vendor/react-native/Animated/AnimatedPlatformConfig.native.js +2 -1
  148. package/dist/esm/vendor/react-native/Animated/AnimatedPlatformConfig.native.js.map +1 -6
  149. package/dist/esm/vendor/react-native/Animated/Easing.native.js +194 -231
  150. package/dist/esm/vendor/react-native/Animated/Easing.native.js.map +1 -6
  151. package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.native.js +206 -222
  152. package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.native.js.map +1 -6
  153. package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.native.js +3 -5
  154. package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.native.js.map +1 -6
  155. package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.native.js +3 -5
  156. package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.native.js.map +1 -6
  157. package/dist/esm/vendor/react-native/Animated/SpringConfig.native.js +5 -5
  158. package/dist/esm/vendor/react-native/Animated/SpringConfig.native.js.map +1 -6
  159. package/dist/esm/vendor/react-native/Animated/animations/Animation.native.js +25 -37
  160. package/dist/esm/vendor/react-native/Animated/animations/Animation.native.js.map +1 -6
  161. package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.native.js +42 -54
  162. package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.native.js.map +1 -6
  163. package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.native.js +72 -72
  164. package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.native.js.map +1 -6
  165. package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.native.js +45 -60
  166. package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.native.js.map +1 -6
  167. package/dist/esm/vendor/react-native/Animated/bezier.native.js +23 -20
  168. package/dist/esm/vendor/react-native/Animated/bezier.native.js.map +1 -6
  169. package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.native.js +4 -6
  170. package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.native.js.map +1 -6
  171. package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.native.js +12 -13
  172. package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.native.js.map +1 -6
  173. package/dist/esm/vendor/react-native/Animated/components/AnimatedText.native.js +4 -6
  174. package/dist/esm/vendor/react-native/Animated/components/AnimatedText.native.js.map +1 -6
  175. package/dist/esm/vendor/react-native/Animated/components/AnimatedView.native.js +4 -6
  176. package/dist/esm/vendor/react-native/Animated/components/AnimatedView.native.js.map +1 -6
  177. package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.native.js +17 -11
  178. package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.native.js.map +1 -6
  179. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.native.js +39 -55
  180. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.native.js.map +1 -6
  181. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.native.js +180 -197
  182. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.native.js.map +1 -6
  183. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.native.js +39 -51
  184. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.native.js.map +1 -6
  185. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.native.js +42 -57
  186. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.native.js.map +1 -6
  187. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.native.js +99 -116
  188. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.native.js.map +1 -6
  189. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.native.js +37 -50
  190. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.native.js.map +1 -6
  191. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.native.js +39 -55
  192. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.native.js.map +1 -6
  193. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.native.js +61 -89
  194. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.native.js.map +1 -6
  195. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.native.js +52 -70
  196. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.native.js.map +1 -6
  197. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.native.js +50 -68
  198. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.native.js.map +1 -6
  199. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.native.js +39 -55
  200. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.native.js.map +1 -6
  201. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.native.js +41 -53
  202. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.native.js.map +1 -6
  203. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.native.js +44 -57
  204. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.native.js.map +1 -6
  205. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.native.js +70 -99
  206. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.native.js.map +1 -6
  207. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.native.js +64 -82
  208. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.native.js.map +1 -6
  209. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.native.js +40 -53
  210. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.native.js.map +1 -6
  211. package/dist/esm/vendor/react-native/Animated/useAnimatedProps.native.js +50 -58
  212. package/dist/esm/vendor/react-native/Animated/useAnimatedProps.native.js.map +1 -6
  213. package/dist/esm/vendor/react-native/FeatureFlags.native.js +8 -10
  214. package/dist/esm/vendor/react-native/FeatureFlags.native.js.map +1 -6
  215. package/dist/esm/vendor/react-native/FillRateHelper/index.native.js +58 -59
  216. package/dist/esm/vendor/react-native/FillRateHelper/index.native.js.map +1 -6
  217. package/dist/esm/vendor/react-native/NativeEventEmitter/RCTDeviceEventEmitter.native.js +3 -5
  218. package/dist/esm/vendor/react-native/NativeEventEmitter/RCTDeviceEventEmitter.native.js.map +1 -6
  219. package/dist/esm/vendor/react-native/NativeEventEmitter/index.native.js +46 -55
  220. package/dist/esm/vendor/react-native/NativeEventEmitter/index.native.js.map +1 -6
  221. package/dist/esm/vendor/react-native/PanResponder/index.native.js +224 -219
  222. package/dist/esm/vendor/react-native/PanResponder/index.native.js.map +1 -6
  223. package/dist/esm/vendor/react-native/TouchHistoryMath/index.native.js +58 -81
  224. package/dist/esm/vendor/react-native/TouchHistoryMath/index.native.js.map +1 -6
  225. package/dist/esm/vendor/react-native/TurboModule/RCTExport.native.js +2 -1
  226. package/dist/esm/vendor/react-native/TurboModule/RCTExport.native.js.map +1 -6
  227. package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.native.js +2 -5
  228. package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.native.js.map +1 -6
  229. package/dist/esm/vendor/react-native/Types/CoreEventTypes.native.js +2 -1
  230. package/dist/esm/vendor/react-native/Types/CoreEventTypes.native.js.map +1 -6
  231. package/dist/esm/vendor/react-native/Utilities/clamp.native.js +2 -4
  232. package/dist/esm/vendor/react-native/Utilities/clamp.native.js.map +1 -6
  233. package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.native.js +5 -6
  234. package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.native.js.map +1 -6
  235. package/dist/esm/vendor/react-native/ViewabilityHelper.native.js +127 -129
  236. package/dist/esm/vendor/react-native/ViewabilityHelper.native.js.map +1 -6
  237. package/dist/esm/vendor/react-native/VirtualizeUtils/index.native.js +51 -50
  238. package/dist/esm/vendor/react-native/VirtualizeUtils/index.native.js.map +1 -6
  239. package/dist/esm/vendor/react-native/VirtualizedList/CellRenderMask.native.js +60 -73
  240. package/dist/esm/vendor/react-native/VirtualizedList/CellRenderMask.native.js.map +1 -6
  241. package/dist/esm/vendor/react-native/VirtualizedList/ChildListCollection.native.js +96 -96
  242. package/dist/esm/vendor/react-native/VirtualizedList/ChildListCollection.native.js.map +1 -6
  243. package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.native.js +57 -64
  244. package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.native.js.map +1 -6
  245. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.native.js +105 -117
  246. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.native.js.map +1 -6
  247. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.native.js +35 -37
  248. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.native.js.map +1 -6
  249. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListProps.native.js +2 -1
  250. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListProps.native.js.map +1 -6
  251. package/dist/esm/vendor/react-native/VirtualizedList/index.native.js +817 -760
  252. package/dist/esm/vendor/react-native/VirtualizedList/index.native.js.map +1 -6
  253. package/dist/esm/vendor/react-native/deepDiffer/index.native.js +17 -29
  254. package/dist/esm/vendor/react-native/deepDiffer/index.native.js.map +1 -6
  255. package/dist/esm/vendor/react-native/emitter/EventEmitter.native.js +3 -5
  256. package/dist/esm/vendor/react-native/emitter/EventEmitter.native.js.map +1 -6
  257. package/dist/esm/vendor/react-native/emitter/EventSubscription.native.js +2 -1
  258. package/dist/esm/vendor/react-native/emitter/EventSubscription.native.js.map +1 -6
  259. package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.native.js +24 -33
  260. package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.native.js.map +1 -6
  261. package/dist/esm/vendor/react-native/emitter/_EventEmitter.native.js +41 -51
  262. package/dist/esm/vendor/react-native/emitter/_EventEmitter.native.js.map +1 -6
  263. package/dist/esm/vendor/react-native/emitter/_EventSubscription.native.js +12 -16
  264. package/dist/esm/vendor/react-native/emitter/_EventSubscription.native.js.map +1 -6
  265. package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.native.js +21 -26
  266. package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.native.js.map +1 -6
  267. package/dist/esm/vendor/react-native/infoLog/index.native.js +3 -6
  268. package/dist/esm/vendor/react-native/infoLog/index.native.js.map +1 -6
  269. package/dist/esm/vendor/react-native/useRefEffect.native.js +4 -8
  270. package/dist/esm/vendor/react-native/useRefEffect.native.js.map +1 -6
  271. package/dist/esm/without-animated.native.js +51 -112
  272. package/dist/esm/without-animated.native.js.map +1 -6
  273. package/package.json +6 -6
  274. package/src/vendor/react-native/Animated/NativeAnimatedHelper.js +1 -1
@@ -4,84 +4,80 @@ import { useCallback, useMemo, useRef, useState } from "react";
4
4
  import { StyleSheet, useMergeRefs, usePressEvents } from "@tamagui/react-native-web-internals";
5
5
  import View from "./View";
6
6
  function TouchableOpacity(props, forwardedRef) {
7
- var { activeOpacity, delayPressIn, delayPressOut, delayLongPress, disabled, focusable, onLongPress, onPress, onPressIn, onPressOut, rejectResponderTermination, style, ...rest } = props, hostRef = useRef(null), setRef = useMergeRefs(forwardedRef, hostRef), [duration, setDuration] = useState("0s"), [opacityOverride, setOpacityOverride] = useState(null), setOpacityTo = useCallback(function(value, duration2) {
8
- setOpacityOverride(value), setDuration(duration2 ? `${duration2 / 1e3}s` : "0s");
9
- }, [
10
- setOpacityOverride,
11
- setDuration
12
- ]), setOpacityActive = useCallback(function(duration2) {
13
- setOpacityTo(activeOpacity ?? 0.2, duration2);
14
- }, [
15
- activeOpacity,
16
- setOpacityTo
17
- ]), setOpacityInactive = useCallback(function(duration2) {
18
- setOpacityTo(null, duration2);
19
- }, [
20
- setOpacityTo
21
- ]), pressConfig = useMemo(function() {
22
- return {
23
- cancelable: !rejectResponderTermination,
24
- disabled,
7
+ var {
8
+ activeOpacity,
9
+ delayPressIn,
10
+ delayPressOut,
25
11
  delayLongPress,
26
- delayPressStart: delayPressIn,
27
- delayPressEnd: delayPressOut,
12
+ disabled,
13
+ focusable,
28
14
  onLongPress,
29
15
  onPress,
30
- onPressStart(event) {
31
- var isGrant = event.dispatchConfig != null ? event.dispatchConfig.registrationName === "onResponderGrant" : event.type === "keydown";
32
- setOpacityActive(isGrant ? 0 : 150), onPressIn?.(event);
33
- },
34
- onPressEnd(event) {
35
- setOpacityInactive(250), onPressOut?.(event);
36
- }
37
- };
38
- }, [
39
- delayLongPress,
40
- delayPressIn,
41
- delayPressOut,
42
- disabled,
43
- onLongPress,
44
- onPress,
45
- onPressIn,
46
- onPressOut,
47
- rejectResponderTermination,
48
- setOpacityActive,
49
- setOpacityInactive
50
- ]), pressEventHandlers = usePressEvents(hostRef, pressConfig);
51
- return /* @__PURE__ */ _jsx(View, {
16
+ onPressIn,
17
+ onPressOut,
18
+ rejectResponderTermination,
19
+ style,
20
+ ...rest
21
+ } = props,
22
+ hostRef = useRef(null),
23
+ setRef = useMergeRefs(forwardedRef, hostRef),
24
+ [duration, setDuration] = useState("0s"),
25
+ [opacityOverride, setOpacityOverride] = useState(null),
26
+ setOpacityTo = useCallback(function (value, duration2) {
27
+ setOpacityOverride(value), setDuration(duration2 ? `${duration2 / 1e3}s` : "0s");
28
+ }, [setOpacityOverride, setDuration]),
29
+ setOpacityActive = useCallback(function (duration2) {
30
+ setOpacityTo(activeOpacity ?? 0.2, duration2);
31
+ }, [activeOpacity, setOpacityTo]),
32
+ setOpacityInactive = useCallback(function (duration2) {
33
+ setOpacityTo(null, duration2);
34
+ }, [setOpacityTo]),
35
+ pressConfig = useMemo(function () {
36
+ return {
37
+ cancelable: !rejectResponderTermination,
38
+ disabled,
39
+ delayLongPress,
40
+ delayPressStart: delayPressIn,
41
+ delayPressEnd: delayPressOut,
42
+ onLongPress,
43
+ onPress,
44
+ onPressStart(event) {
45
+ var isGrant = event.dispatchConfig != null ? event.dispatchConfig.registrationName === "onResponderGrant" : event.type === "keydown";
46
+ setOpacityActive(isGrant ? 0 : 150), onPressIn?.(event);
47
+ },
48
+ onPressEnd(event) {
49
+ setOpacityInactive(250), onPressOut?.(event);
50
+ }
51
+ };
52
+ }, [delayLongPress, delayPressIn, delayPressOut, disabled, onLongPress, onPress, onPressIn, onPressOut, rejectResponderTermination, setOpacityActive, setOpacityInactive]),
53
+ pressEventHandlers = usePressEvents(hostRef, pressConfig);
54
+ return /* @__PURE__ */_jsx(View, {
52
55
  ...rest,
53
56
  ...pressEventHandlers,
54
57
  accessibilityDisabled: disabled,
55
58
  focusable: !disabled && focusable !== !1,
56
59
  ref: setRef,
57
- style: [
58
- styles.root,
59
- !disabled && styles.actionable,
60
- style,
61
- opacityOverride != null && {
62
- opacity: opacityOverride
63
- },
64
- {
65
- transitionDuration: duration
66
- }
67
- ]
60
+ style: [styles.root, !disabled && styles.actionable, style, opacityOverride != null && {
61
+ opacity: opacityOverride
62
+ }, {
63
+ transitionDuration: duration
64
+ }]
68
65
  });
69
66
  }
70
67
  var styles = StyleSheet.create({
71
- root: {
72
- transitionProperty: "opacity",
73
- transitionDuration: "0.15s",
74
- userSelect: "none"
75
- },
76
- actionable: {
77
- cursor: "pointer",
78
- touchAction: "manipulation"
79
- }
80
- }), MemoedTouchableOpacity = /* @__PURE__ */ React.memo(/* @__PURE__ */ React.forwardRef(TouchableOpacity));
68
+ root: {
69
+ transitionProperty: "opacity",
70
+ transitionDuration: "0.15s",
71
+ userSelect: "none"
72
+ },
73
+ actionable: {
74
+ cursor: "pointer",
75
+ touchAction: "manipulation"
76
+ }
77
+ }),
78
+ MemoedTouchableOpacity = /* @__PURE__ */React.memo(/* @__PURE__ */React.forwardRef(TouchableOpacity));
81
79
  MemoedTouchableOpacity.displayName = "TouchableOpacity";
82
80
  MemoedTouchableOpacity.Mixin = {};
83
81
  var TouchableOpacity_default = MemoedTouchableOpacity;
84
- export {
85
- TouchableOpacity_default as default
86
- };
87
- //# sourceMappingURL=TouchableOpacity.js.map
82
+ export { TouchableOpacity_default as default };
83
+ //# sourceMappingURL=TouchableOpacity.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/Users/n8/tamagui/code/packages/react-native-web-lite/src/TouchableOpacity.tsx"],
4
- "mappings": ";AAYA,YAAYA,WAAW;AACvB,SAASC,aAAaC,SAASC,QAAQC,gBAAgB;AACvD,SACEC,YACAC,cACAC,sBACK;AAEP,OAAOC,UAAU;AAMjB,SAASC,iBAAiBC,OAAOC,cAAY;AAC3C,MAAM,EACJC,eACAC,cACAC,eACAC,gBACAC,UACAC,WACAC,aACAC,SACAC,WACAC,YACAC,4BACAC,OACA,GAAGC,KAAAA,IACDd,OAEEe,UAAUtB,OAAO,IAAA,GACjBuB,SAASpB,aAAaK,cAAcc,OAAAA,GAEpC,CAACE,UAAUC,WAAAA,IAAexB,SAAS,IAAA,GACnC,CAACyB,iBAAiBC,kBAAAA,IAAsB1B,SAAS,IAAA,GAEjD2B,eAAe9B,YACnB,SAAC+B,OAAOL,WAAAA;AACNG,uBAAmBE,KAAAA,GACnBJ,YAAYD,YAAW,GAAGA,YAAW,GAAA,MAAU,IAAA;EACjD,GACA;IAACG;IAAoBF;GAAY,GAG7BK,mBAAmBhC,YACvB,SAAC0B,WAAAA;AACCI,iBAAanB,iBAAiB,KAAKe,SAAAA;EACrC,GACA;IAACf;IAAemB;GAAa,GAGzBG,qBAAqBjC,YACzB,SAAC0B,WAAAA;AACCI,iBAAa,MAAMJ,SAAAA;EACrB,GACA;IAACI;GAAa,GAGVI,cAAcjC,QAClB,WAAA;WAAO;MACLkC,YAAY,CAACd;MACbN;MACAD;MACAsB,iBAAiBxB;MACjByB,eAAexB;MACfI;MACAC;MACAoB,aAAaC,OAAK;AAChB,YAAMC,UACJD,MAAME,kBAAkB,OACpBF,MAAME,eAAeC,qBAAqB,qBAC1CH,MAAMI,SAAS;AACrBX,yBAAiBQ,UAAU,IAAI,GAAA,GAE7BrB,YAAUoB,KAAAA;MAEd;MACAK,WAAWL,OAAK;AACdN,2BAAmB,GAAA,GAEjBb,aAAWmB,KAAAA;MAEf;IACF;KACA;IACEzB;IACAF;IACAC;IACAE;IACAE;IACAC;IACAC;IACAC;IACAC;IACAW;IACAC;GACD,GAGGY,qBAAqBvC,eAAekB,SAASU,WAAAA;AAEnD,SACE,qBAAC3B,MAAAA;IACE,GAAGgB;IACH,GAAGsB;IACJC,uBAAuB/B;IACvBC,WAAW,CAACD,YAAYC,cAAc;IACtC+B,KAAKtB;IACLH,OAAO;MACL0B,OAAOC;MACP,CAAClC,YAAYiC,OAAOE;MACpB5B;MACAM,mBAAmB,QAAQ;QAAEuB,SAASvB;MAAgB;MACtD;QAAEwB,oBAAoB1B;MAAS;;;AAIvC;AAEA,IAAMsB,SAAS5C,WAAWiD,OAAO;EAC/BJ,MAAM;IACJK,oBAAoB;IACpBF,oBAAoB;IACpBG,YAAY;EACd;EACAL,YAAY;IACVM,QAAQ;IACRC,aAAa;EACf;AACF,CAAA,GAEMC,yBAAyB3D,sBAAM4D,KAAK5D,sBAAM6D,WAAWpD,gBAAAA,CAAAA;AAC3DkD,uBAAuBG,cAAc;AAIrCH,uBAAuBI,QAAQ,CAAC;AAEhC,IAAA,2BAAeJ;",
5
- "names": ["React", "useCallback", "useMemo", "useRef", "useState", "StyleSheet", "useMergeRefs", "usePressEvents", "View", "TouchableOpacity", "props", "forwardedRef", "activeOpacity", "delayPressIn", "delayPressOut", "delayLongPress", "disabled", "focusable", "onLongPress", "onPress", "onPressIn", "onPressOut", "rejectResponderTermination", "style", "rest", "hostRef", "setRef", "duration", "setDuration", "opacityOverride", "setOpacityOverride", "setOpacityTo", "value", "setOpacityActive", "setOpacityInactive", "pressConfig", "cancelable", "delayPressStart", "delayPressEnd", "onPressStart", "event", "isGrant", "dispatchConfig", "registrationName", "type", "onPressEnd", "pressEventHandlers", "accessibilityDisabled", "ref", "styles", "root", "actionable", "opacity", "transitionDuration", "create", "transitionProperty", "userSelect", "cursor", "touchAction", "MemoedTouchableOpacity", "memo", "forwardRef", "displayName", "Mixin"]
6
- }
1
+ {"version":3,"names":["jsx","_jsx","React","useCallback","useMemo","useRef","useState","StyleSheet","useMergeRefs","usePressEvents","View","TouchableOpacity","props","forwardedRef","activeOpacity","delayPressIn","delayPressOut","delayLongPress","disabled","focusable","onLongPress","onPress","onPressIn","onPressOut","rejectResponderTermination","style","rest","hostRef","setRef","duration","setDuration","opacityOverride","setOpacityOverride","setOpacityTo","value","duration2","setOpacityActive","setOpacityInactive","pressConfig","cancelable","delayPressStart","delayPressEnd","onPressStart","event","isGrant","dispatchConfig","registrationName","type","onPressEnd","pressEventHandlers","accessibilityDisabled","ref","styles","root","actionable","opacity","transitionDuration","create","transitionProperty","userSelect","cursor","touchAction","MemoedTouchableOpacity","memo","forwardRef","displayName","Mixin","TouchableOpacity_default","default"],"sources":["../../src/TouchableOpacity.tsx"],"sourcesContent":[null],"mappings":"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","ignoreList":[]}
@@ -2,57 +2,61 @@ import * as React from "react";
2
2
  import { useMemo, useRef } from "react";
3
3
  import { pick, useMergeRefs, usePressEvents } from "@tamagui/react-native-web-internals";
4
4
  var forwardPropsList = {
5
- accessibilityDisabled: !0,
6
- accessibilityLabel: !0,
7
- accessibilityLiveRegion: !0,
8
- accessibilityRole: !0,
9
- accessibilityState: !0,
10
- accessibilityValue: !0,
11
- children: !0,
12
- disabled: !0,
13
- focusable: !0,
14
- nativeID: !0,
15
- onBlur: !0,
16
- onFocus: !0,
17
- onLayout: !0,
18
- testID: !0
19
- }, pickProps = function(props) {
20
- return pick(props, forwardPropsList);
21
- };
5
+ accessibilityDisabled: !0,
6
+ accessibilityLabel: !0,
7
+ accessibilityLiveRegion: !0,
8
+ accessibilityRole: !0,
9
+ accessibilityState: !0,
10
+ accessibilityValue: !0,
11
+ children: !0,
12
+ disabled: !0,
13
+ focusable: !0,
14
+ nativeID: !0,
15
+ onBlur: !0,
16
+ onFocus: !0,
17
+ onLayout: !0,
18
+ testID: !0
19
+ },
20
+ pickProps = function (props) {
21
+ return pick(props, forwardPropsList);
22
+ };
22
23
  function TouchableWithoutFeedback(props, forwardedRef) {
23
- var { delayPressIn, delayPressOut, delayLongPress, disabled, focusable, onLongPress, onPress, onPressIn, onPressOut, rejectResponderTermination } = props, hostRef = useRef(null), pressConfig = useMemo(function() {
24
- return {
25
- cancelable: !rejectResponderTermination,
26
- disabled,
24
+ var {
25
+ delayPressIn,
26
+ delayPressOut,
27
27
  delayLongPress,
28
- delayPressStart: delayPressIn,
29
- delayPressEnd: delayPressOut,
28
+ disabled,
29
+ focusable,
30
30
  onLongPress,
31
31
  onPress,
32
- onPressStart: onPressIn,
33
- onPressEnd: onPressOut
34
- };
35
- }, [
36
- disabled,
37
- delayPressIn,
38
- delayPressOut,
39
- delayLongPress,
40
- onLongPress,
41
- onPress,
42
- onPressIn,
43
- onPressOut,
44
- rejectResponderTermination
45
- ]), pressEventHandlers = usePressEvents(hostRef, pressConfig), element = React.Children.only(props.children), children = [
46
- element.props.children
47
- ], supportedProps = pickProps(props);
32
+ onPressIn,
33
+ onPressOut,
34
+ rejectResponderTermination
35
+ } = props,
36
+ hostRef = useRef(null),
37
+ pressConfig = useMemo(function () {
38
+ return {
39
+ cancelable: !rejectResponderTermination,
40
+ disabled,
41
+ delayLongPress,
42
+ delayPressStart: delayPressIn,
43
+ delayPressEnd: delayPressOut,
44
+ onLongPress,
45
+ onPress,
46
+ onPressStart: onPressIn,
47
+ onPressEnd: onPressOut
48
+ };
49
+ }, [disabled, delayPressIn, delayPressOut, delayLongPress, onLongPress, onPress, onPressIn, onPressOut, rejectResponderTermination]),
50
+ pressEventHandlers = usePressEvents(hostRef, pressConfig),
51
+ element = React.Children.only(props.children),
52
+ children = [element.props.children],
53
+ supportedProps = pickProps(props);
48
54
  supportedProps.accessibilityDisabled = disabled, supportedProps.focusable = !disabled && focusable !== !1, supportedProps.ref = useMergeRefs(forwardedRef, hostRef, element.ref);
49
55
  var elementProps = Object.assign(supportedProps, pressEventHandlers);
50
- return /* @__PURE__ */ React.cloneElement(element, elementProps, ...children);
56
+ return /* @__PURE__ */React.cloneElement(element, elementProps, ...children);
51
57
  }
52
- var MemoedTouchableWithoutFeedback = /* @__PURE__ */ React.memo(/* @__PURE__ */ React.forwardRef(TouchableWithoutFeedback));
58
+ var MemoedTouchableWithoutFeedback = /* @__PURE__ */React.memo(/* @__PURE__ */React.forwardRef(TouchableWithoutFeedback));
53
59
  MemoedTouchableWithoutFeedback.displayName = "TouchableWithoutFeedback";
54
60
  var TouchableWithoutFeedback_default = MemoedTouchableWithoutFeedback;
55
- export {
56
- TouchableWithoutFeedback_default as default
57
- };
58
- //# sourceMappingURL=TouchableWithoutFeedback.js.map
61
+ export { TouchableWithoutFeedback_default as default };
62
+ //# sourceMappingURL=TouchableWithoutFeedback.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/Users/n8/tamagui/code/packages/react-native-web-lite/src/TouchableWithoutFeedback.tsx"],
4
- "mappings": "AAUA,YAAYA,WAAW;AACvB,SAASC,SAASC,cAAc;AAChC,SAASC,MAAMC,cAAcC,sBAAsB;AAEnD,IAAMC,mBAAmB;EACvBC,uBAAuB;EACvBC,oBAAoB;EACpBC,yBAAyB;EACzBC,mBAAmB;EACnBC,oBAAoB;EACpBC,oBAAoB;EACpBC,UAAU;EACVC,UAAU;EACVC,WAAW;EACXC,UAAU;EACVC,QAAQ;EACRC,SAAS;EACTC,UAAU;EACVC,QAAQ;AACV,GAEMC,YAAY,SAACC,OAAAA;SAAUnB,KAAKmB,OAAOhB,gBAAAA;;AAEzC,SAASiB,yBAAyBD,OAAOE,cAAY;AACnD,MAAM,EACJC,cACAC,eACAC,gBACAb,UACAC,WACAa,aACAC,SACAC,WACAC,YACAC,2BAA0B,IACxBV,OAEEW,UAAU/B,OAAO,IAAA,GAEjBgC,cAAcjC,QAClB,WAAA;WAAO;MACLkC,YAAY,CAACH;MACblB;MACAa;MACAS,iBAAiBX;MACjBY,eAAeX;MACfE;MACAC;MACAS,cAAcR;MACdS,YAAYR;IACd;KACA;IACEjB;IACAW;IACAC;IACAC;IACAC;IACAC;IACAC;IACAC;IACAC;GACD,GAGGQ,qBAAqBnC,eAAe4B,SAASC,WAAAA,GAE7CO,UAAUzC,MAAM0C,SAASC,KAAKrB,MAAMT,QAAQ,GAC5CA,WAAW;IAAC4B,QAAQnB,MAAMT;KAC1B+B,iBAAiBvB,UAAUC,KAAAA;AAEjCsB,iBAAerC,wBAAwBO,UAEvC8B,eAAe7B,YAAY,CAACD,YAAYC,cAAc,IAEtD6B,eAAeC,MAAMzC,aAAaoB,cAAcS,SAASQ,QAAQI,GAAG;AAEpE,MAAMC,eAAeC,OAAOC,OAAOJ,gBAAgBJ,kBAAAA;AAEnD,SAAOxC,sBAAMiD,aAAaR,SAASK,cAAAA,GAAiBjC,QAAAA;AACtD;AAEA,IAAMqC,iCAAiClD,sBAAMmD,KAC3CnD,sBAAMoD,WAAW7B,wBAAAA,CAAAA;AAEnB2B,+BAA+BG,cAAc;AAE7C,IAAA,mCAAeH;",
5
- "names": ["React", "useMemo", "useRef", "pick", "useMergeRefs", "usePressEvents", "forwardPropsList", "accessibilityDisabled", "accessibilityLabel", "accessibilityLiveRegion", "accessibilityRole", "accessibilityState", "accessibilityValue", "children", "disabled", "focusable", "nativeID", "onBlur", "onFocus", "onLayout", "testID", "pickProps", "props", "TouchableWithoutFeedback", "forwardedRef", "delayPressIn", "delayPressOut", "delayLongPress", "onLongPress", "onPress", "onPressIn", "onPressOut", "rejectResponderTermination", "hostRef", "pressConfig", "cancelable", "delayPressStart", "delayPressEnd", "onPressStart", "onPressEnd", "pressEventHandlers", "element", "Children", "only", "supportedProps", "ref", "elementProps", "Object", "assign", "cloneElement", "MemoedTouchableWithoutFeedback", "memo", "forwardRef", "displayName"]
6
- }
1
+ {"version":3,"names":["React","useMemo","useRef","pick","useMergeRefs","usePressEvents","forwardPropsList","accessibilityDisabled","accessibilityLabel","accessibilityLiveRegion","accessibilityRole","accessibilityState","accessibilityValue","children","disabled","focusable","nativeID","onBlur","onFocus","onLayout","testID","pickProps","props","TouchableWithoutFeedback","forwardedRef","delayPressIn","delayPressOut","delayLongPress","onLongPress","onPress","onPressIn","onPressOut","rejectResponderTermination","hostRef","pressConfig","cancelable","delayPressStart","delayPressEnd","onPressStart","onPressEnd","pressEventHandlers","element","Children","only","supportedProps","ref","elementProps","Object","assign","cloneElement","MemoedTouchableWithoutFeedback","memo","forwardRef","displayName","TouchableWithoutFeedback_default","default"],"sources":["../../src/TouchableWithoutFeedback.tsx"],"sourcesContent":[null],"mappings":"AAUA,YAAYA,KAAA,MAAW;AACvB,SAASC,OAAA,EAASC,MAAA,QAAc;AAChC,SAASC,IAAA,EAAMC,YAAA,EAAcC,cAAA,QAAsB;AAEnD,IAAAC,gBAAM;IACJC,qBAAA,EAAuB;IACvBC,kBAAA,EAAoB;IACpBC,uBAAA,EAAyB;IACzBC,iBAAA,EAAmB;IACnBC,kBAAA,EAAoB;IACpBC,kBAAA,EAAoB;IACpBC,QAAA,EAAU;IACVC,QAAA,EAAU;IACVC,SAAA,EAAW;IACXC,QAAA,EAAU;IACVC,MAAA,EAAQ;IACRC,OAAA,EAAS;IACTC,QAAA,EAAU;IACVC,MAAA,EAAQ;EACV;EAEMC,SAAA,GAAY,SAAAA,CAACC,KAAU,EAAK;IAElC,OAASnB,IAAA,CAAAmB,KAAA,EAAAhB,gBAAyB;EAChC;AAAM,SACJiB,yBAAAD,KAAA,EAAAE,YAAA;EAAA,IACA;MAAAC,YAAA;MAAAC,aAAA;MAAAC,cAAA;MAAAb,QAAA;MAAAC,SAAA;MAAAa,WAAA;MAAAC,OAAA;MAAAC,SAAA;MAAAC,UAAA;MAAAC;IAAA,IAAAV,KAAA;IAAAW,OAAA,GAAA/B,MAAA;IAAAgC,WAAA,GAAAjC,OAAA;MACA;QACAkC,UAAA,GAAAH,0BAAA;QACAlB,QAAA;QACAa,cAAA;QACAS,eAAA,EAAAX,YAAA;QACAY,aAAA,EAAAX,aAAA;QACAE,WAAA;QACAC,OAAA;QACES,YAEE,EAAAR,SAAU;QAGdS,UAAO,EAAAR;MAAA;IACQ,IACbjB,QACA,EAAAW,YACA,EAAiBC,aACjB,EAAeC,cACf,EAAAC,WACA,EAAAC,OACA,EAAcC,SACd,EACFC,UAAA,EACAC,0BAAA;IACEQ,kBAAA,GAAAnC,cAAA,CAAA4B,OAAA,EAAAC,WAAA;IAAAO,OAAA,GAAAzC,KAAA,CAAA0C,QAAA,CAAAC,IAAA,CAAArB,KAAA,CAAAT,QAAA;IAAAA,QAAA,IAAA4B,OACA,CAAAnB,KAAA,CAAAT,QAAA;IAAA+B,cACA,GAAAvB,SAAA,CAAAC,KAAA;EAAAsB,cACA,CAAArC,qBAAA,GAAAO,QAAA,EAAA8B,cAAA,CAAA7B,SAAA,IAAAD,QAAA,IAAAC,SAAA,SAAA6B,cAAA,CAAAC,GAAA,GAAAzC,YAAA,CAAAoB,YAAA,EAAAS,OAAA,EAAAQ,OAAA,CAAAI,GAAA;EAAA,IACAC,YAAA,GAAAC,MAAA,CAAAC,MAAA,CAAAJ,cAAA,EAAAJ,kBAAA;EAAA,OACA,eAAAxC,KAAA,CAAAiD,YAAA,CAAAR,OAAA,EAAAK,YAAA,KAAAjC,QAAA;AAAA;AACA,IAAAqC,8BACA,kBAAAlD,KAAA,CAAAmD,IAAA,gBAAAnD,KAAA,CAAAoD,UAAA,CAAA7B,wBAAA;AAAA2B,8BACA,CAAAG,WAAA;AAAA,IACFC,gCAAA,GAAAJ,8BAAA;AAAA,SASFI,gCAAe,IAAAC,OAAwB","ignoreList":[]}
@@ -1,17 +1,15 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  import React from "react";
3
- import View from "./View/index";
3
+ import View from "./View/index.native.js";
4
4
  function _assert_this_initialized(self) {
5
- if (self === void 0)
6
- throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
5
+ if (self === void 0) throw new ReferenceError("this hasn't been initialised - super() hasn't been called");
7
6
  return self;
8
7
  }
9
8
  function _call_super(_this, derived, args) {
10
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));
11
10
  }
12
11
  function _class_call_check(instance, Constructor) {
13
- if (!(instance instanceof Constructor))
14
- throw new TypeError("Cannot call a class as a function");
12
+ if (!(instance instanceof Constructor)) throw new TypeError("Cannot call a class as a function");
15
13
  }
16
14
  function _defineProperties(target, props) {
17
15
  for (var i = 0; i < props.length; i++) {
@@ -31,13 +29,12 @@ function _define_property(obj, key, value) {
31
29
  }) : obj[key] = value, obj;
32
30
  }
33
31
  function _get_prototype_of(o) {
34
- return _get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function(o2) {
32
+ return _get_prototype_of = Object.setPrototypeOf ? Object.getPrototypeOf : function (o2) {
35
33
  return o2.__proto__ || Object.getPrototypeOf(o2);
36
34
  }, _get_prototype_of(o);
37
35
  }
38
36
  function _inherits(subClass, superClass) {
39
- if (typeof superClass != "function" && superClass !== null)
40
- throw new TypeError("Super expression must either be null or a function");
37
+ if (typeof superClass != "function" && superClass !== null) throw new TypeError("Super expression must either be null or a function");
41
38
  subClass.prototype = Object.create(superClass && superClass.prototype, {
42
39
  constructor: {
43
40
  value: subClass,
@@ -50,45 +47,40 @@ function _possible_constructor_return(self, call) {
50
47
  return call && (_type_of(call) === "object" || typeof call == "function") ? call : _assert_this_initialized(self);
51
48
  }
52
49
  function _set_prototype_of(o, p) {
53
- return _set_prototype_of = Object.setPrototypeOf || function(o2, p2) {
50
+ return _set_prototype_of = Object.setPrototypeOf || function (o2, p2) {
54
51
  return o2.__proto__ = p2, o2;
55
52
  }, _set_prototype_of(o, p);
56
53
  }
57
54
  function _type_of(obj) {
58
55
  "@swc/helpers - typeof";
56
+
59
57
  return obj && typeof Symbol < "u" && obj.constructor === Symbol ? "symbol" : typeof obj;
60
58
  }
61
59
  function _is_native_reflect_construct() {
62
60
  try {
63
- var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function() {
64
- }));
65
- } catch {
66
- }
67
- return (_is_native_reflect_construct = function() {
61
+ var result = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {}));
62
+ } catch {}
63
+ return (_is_native_reflect_construct = function () {
68
64
  return !!result;
69
65
  })();
70
66
  }
71
- var UnimplementedView = /* @__PURE__ */ function(_React_Component) {
67
+ var UnimplementedView = /* @__PURE__ */function (_React_Component) {
72
68
  "use strict";
69
+
73
70
  _inherits(UnimplementedView2, _React_Component);
74
71
  function UnimplementedView2() {
75
72
  _class_call_check(this, UnimplementedView2);
76
73
  var _this;
77
- return _this = _call_super(this, UnimplementedView2, arguments), _define_property(_this, "setNativeProps", function() {
78
- }), _this;
74
+ return _this = _call_super(this, UnimplementedView2, arguments), _define_property(_this, "setNativeProps", function () {}), _this;
79
75
  }
80
- return _create_class(UnimplementedView2, [
81
- {
82
- key: "render",
83
- value: function() {
84
- return process.env.NODE_ENV === "development" && console.warn("Unimplemented view"), /* @__PURE__ */ _jsx(View, {
85
- ...this.props
86
- });
87
- }
76
+ return _create_class(UnimplementedView2, [{
77
+ key: "render",
78
+ value: function () {
79
+ return process.env.NODE_ENV === "development" && console.warn("Unimplemented view"), /* @__PURE__ */_jsx(View, {
80
+ ...this.props
81
+ });
88
82
  }
89
- ]), UnimplementedView2;
83
+ }]), UnimplementedView2;
90
84
  }(React.Component);
91
- export {
92
- UnimplementedView as default
93
- };
94
- //# sourceMappingURL=UnimplementedView.js.map
85
+ export { UnimplementedView as default };
86
+ //# sourceMappingURL=UnimplementedView.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/Users/n8/tamagui/code/packages/react-native-web-lite/src/UnimplementedView.tsx"],
4
- "mappings": ";AAAA,OAAOA,WAAW;AAElB,OAAOC,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEF,IAAMC,oBAAN,yBAAA,kBAAA;;YAAMA,oBAAAA,gBAAAA;WAAAA,qBAAAA;4BAAAA,kBAAAA;;mBAAN,YAAA,MAAMA,oBAAAA,SAAAA,GACnBC,iBAAAA,OAAAA,kBAAiB,WAAA;IAAO,CAAA;;uBADLD,oBAAAA;;MAEnBE,KAAAA;aAAAA,WAAAA;AACE,eAAIC,QAAQC,IAAIC,aAAa,iBAC3BC,QAAQC,KAAK,oBAAoB,GAE5B,qBAACR,MAAAA;UAAM,GAAG,KAAKS;;MACxB;;MAPmBR;EAA0BF,MAAMW,SAAS;",
5
- "names": ["React", "View", "UnimplementedView", "setNativeProps", "render", "process", "env", "NODE_ENV", "console", "warn", "props", "Component"]
6
- }
1
+ {"version":3,"names":["jsx","_jsx","React","View","_assert_this_initialized","self","ReferenceError","_call_super","_this","derived","args","_get_prototype_of","_possible_constructor_return","_is_native_reflect_construct","Reflect","construct","constructor","apply"],"sources":["../../src/UnimplementedView.tsx"],"sourcesContent":[null],"mappings":"AAAA,SAAOA,GAAA,IAAAC,IAAW;AAElB,OAAOC,KAAA,MAAU;AAQN,OAAAC,IAAA;AANX,SAAOC,wBAAwCA,CAAAC,IAAM;EACnD,IAAAA,IAAA,UAAiB,GAAO,UAAAC,cAAA;EACxB,OAAAD,IAAS;AACP;AAG6B,SAC/BE,YAAAC,KAAA,EAAAC,OAAA,EAAAC,IAAA;EACF,OAAAD,OAAA,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","ignoreList":[]}
@@ -1,15 +1,15 @@
1
- var vibrate = function(pattern) {
2
- "vibrate" in window.navigator && window.navigator.vibrate(pattern);
3
- }, Vibration = {
4
- cancel() {
5
- vibrate(0);
1
+ var vibrate = function (pattern) {
2
+ "vibrate" in window.navigator && window.navigator.vibrate(pattern);
6
3
  },
7
- vibrate() {
8
- var pattern = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 400;
9
- vibrate(pattern);
10
- }
11
- }, Vibration_default = Vibration;
12
- export {
13
- Vibration_default as default
14
- };
15
- //# sourceMappingURL=index.js.map
4
+ Vibration = {
5
+ cancel() {
6
+ vibrate(0);
7
+ },
8
+ vibrate() {
9
+ var pattern = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : 400;
10
+ vibrate(pattern);
11
+ }
12
+ },
13
+ Vibration_default = Vibration;
14
+ export { Vibration_default as default };
15
+ //# sourceMappingURL=index.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/Vibration/Users/n8/tamagui/code/packages/react-native-web-lite/src/Vibration/index.tsx"],
4
- "mappings": "AAYA,IAAMA,UAAU,SAACC,SAAAA;AACf,EAAI,aAAaC,OAAOC,aACtBD,OAAOC,UAAUH,QAAQC,OAAAA;AAE7B,GAEMG,YAAY;EAChBC,SAAAA;AACEL,YAAQ,CAAA;EACV;EACAA,UAAAA;QAAQC,UAAAA,UAAAA,SAAAA,KAAAA,UAAAA,CAAAA,MAAAA,SAAAA,UAAAA,CAAAA,IAA0B;AAChCD,YAAQC,OAAAA;EACV;AACF,GAEA,oBAAeG;",
5
- "names": ["vibrate", "pattern", "window", "navigator", "Vibration", "cancel"]
6
- }
1
+ {"version":3,"names":["vibrate","pattern","window","navigator","Vibration","cancel","arguments","length","Vibration_default"],"sources":["../../../src/Vibration/index.tsx"],"sourcesContent":[null],"mappings":"AAYA,IAAAA,OAAM,YAAAA,CAAWC,OAA4B;IACvC,aAAaC,MAAA,CAAOC,SAAA,IACtBD,MAAA,CAAOC,SAAA,CAAUH,OAAA,CAAQC,OAAO;EAEpC;EAEMG,SAAA,GAAY;IAChBC,OAAA,EAAS;MACPL,OAAA,CAAQ,CAAC;IACX;IACAA,QAAA,EAAQ;MACN,IAAAC,OAAQ,GAAAK,SAAO,CAAAC,MAAA,QAAAD,SAAA,iBAAAA,SAAA;MACjBN,OAAA,CAAAC,OAAA;IACF;EAEA;EAAAO,iBAAO,GAAAJ,SAAQ","ignoreList":[]}
@@ -1,61 +1,90 @@
1
1
  import { forwardPropsListView, getLocaleDirection, pick, TextAncestorContext, useElementLayout, useLocaleContext, useMergeRefs, usePlatformMethods, useResponderEvents } from "@tamagui/react-native-web-internals";
2
2
  import * as React from "react";
3
- import createElement from "../createElement/index";
4
- var pickProps = function(props) {
5
- return pick(props, forwardPropsListView);
6
- }, View = /* @__PURE__ */ React.forwardRef(function(props, forwardedRef) {
7
- var { hrefAttrs, onLayout, onMoveShouldSetResponder, onMoveShouldSetResponderCapture, onResponderEnd, onResponderGrant, onResponderMove, onResponderReject, onResponderRelease, onResponderStart, onResponderTerminate, onResponderTerminationRequest, onScrollShouldSetResponder, onScrollShouldSetResponderCapture, onSelectionChangeShouldSetResponder, onSelectionChangeShouldSetResponderCapture, onStartShouldSetResponder, onStartShouldSetResponderCapture, ...rest } = props;
8
- process.env.NODE_ENV !== "production" && React.Children.toArray(props.children).forEach(function(item) {
9
- typeof item == "string" && console.error(`Unexpected text node: ${item}. A text node cannot be a child of a <View>.`);
10
- });
11
- var hasTextAncestor = React.useContext(TextAncestorContext), hostRef = React.useRef(null), { direction: contextDirection } = useLocaleContext();
12
- useElementLayout(hostRef, onLayout), useResponderEvents(hostRef, {
13
- onMoveShouldSetResponder,
14
- onMoveShouldSetResponderCapture,
15
- onResponderEnd,
16
- onResponderGrant,
17
- onResponderMove,
18
- onResponderReject,
19
- onResponderRelease,
20
- onResponderStart,
21
- onResponderTerminate,
22
- onResponderTerminationRequest,
23
- onScrollShouldSetResponder,
24
- onScrollShouldSetResponderCapture,
25
- onSelectionChangeShouldSetResponder,
26
- onSelectionChangeShouldSetResponderCapture,
27
- onStartShouldSetResponder,
28
- onStartShouldSetResponderCapture
29
- });
30
- var component = "div", langDirection = props.lang != null ? getLocaleDirection(props.lang) : null, componentDirection = props.dir || langDirection, writingDirection = componentDirection || contextDirection, supportedProps = pickProps(rest);
31
- if (supportedProps.dir = componentDirection, supportedProps.style = [
32
- styles.view,
33
- hasTextAncestor && styles.inline,
34
- props.style
35
- ], props.href != null && (component = "a", hrefAttrs != null)) {
36
- var { download, rel, target } = hrefAttrs;
37
- download != null && (supportedProps.download = download), rel != null && (supportedProps.rel = rel), typeof target == "string" && (supportedProps.target = target.charAt(0) !== "_" ? "_" + target : target);
38
- }
39
- var platformMethodsRef = usePlatformMethods(supportedProps), setRef = useMergeRefs(hostRef, platformMethodsRef, forwardedRef);
40
- return supportedProps.ref = setRef, createElement(component, supportedProps, {
41
- writingDirection
3
+ import createElement from "../createElement/index.native.js";
4
+ var pickProps = function (props) {
5
+ return pick(props, forwardPropsListView);
6
+ },
7
+ View = /* @__PURE__ */React.forwardRef(function (props, forwardedRef) {
8
+ var {
9
+ hrefAttrs,
10
+ onLayout,
11
+ onMoveShouldSetResponder,
12
+ onMoveShouldSetResponderCapture,
13
+ onResponderEnd,
14
+ onResponderGrant,
15
+ onResponderMove,
16
+ onResponderReject,
17
+ onResponderRelease,
18
+ onResponderStart,
19
+ onResponderTerminate,
20
+ onResponderTerminationRequest,
21
+ onScrollShouldSetResponder,
22
+ onScrollShouldSetResponderCapture,
23
+ onSelectionChangeShouldSetResponder,
24
+ onSelectionChangeShouldSetResponderCapture,
25
+ onStartShouldSetResponder,
26
+ onStartShouldSetResponderCapture,
27
+ ...rest
28
+ } = props;
29
+ process.env.NODE_ENV !== "production" && React.Children.toArray(props.children).forEach(function (item) {
30
+ typeof item == "string" && console.error(`Unexpected text node: ${item}. A text node cannot be a child of a <View>.`);
31
+ });
32
+ var hasTextAncestor = React.useContext(TextAncestorContext),
33
+ hostRef = React.useRef(null),
34
+ {
35
+ direction: contextDirection
36
+ } = useLocaleContext();
37
+ useElementLayout(hostRef, onLayout), useResponderEvents(hostRef, {
38
+ onMoveShouldSetResponder,
39
+ onMoveShouldSetResponderCapture,
40
+ onResponderEnd,
41
+ onResponderGrant,
42
+ onResponderMove,
43
+ onResponderReject,
44
+ onResponderRelease,
45
+ onResponderStart,
46
+ onResponderTerminate,
47
+ onResponderTerminationRequest,
48
+ onScrollShouldSetResponder,
49
+ onScrollShouldSetResponderCapture,
50
+ onSelectionChangeShouldSetResponder,
51
+ onSelectionChangeShouldSetResponderCapture,
52
+ onStartShouldSetResponder,
53
+ onStartShouldSetResponderCapture
54
+ });
55
+ var component = "div",
56
+ langDirection = props.lang != null ? getLocaleDirection(props.lang) : null,
57
+ componentDirection = props.dir || langDirection,
58
+ writingDirection = componentDirection || contextDirection,
59
+ supportedProps = pickProps(rest);
60
+ if (supportedProps.dir = componentDirection, supportedProps.style = [styles.view, hasTextAncestor && styles.inline, props.style], props.href != null && (component = "a", hrefAttrs != null)) {
61
+ var {
62
+ download,
63
+ rel,
64
+ target
65
+ } = hrefAttrs;
66
+ download != null && (supportedProps.download = download), rel != null && (supportedProps.rel = rel), typeof target == "string" && (supportedProps.target = target.charAt(0) !== "_" ? "_" + target : target);
67
+ }
68
+ var platformMethodsRef = usePlatformMethods(supportedProps),
69
+ setRef = useMergeRefs(hostRef, platformMethodsRef, forwardedRef);
70
+ return supportedProps.ref = setRef, createElement(component, supportedProps, {
71
+ writingDirection
72
+ });
42
73
  });
43
- });
44
74
  View.displayName = "View";
45
75
  var styles = {
46
- view: {
47
- alignItems: "stretch",
48
- boxSizing: "border-box",
49
- display: "flex",
50
- flexBasis: "auto",
51
- flexDirection: "column",
52
- flexShrink: 0
76
+ view: {
77
+ alignItems: "stretch",
78
+ boxSizing: "border-box",
79
+ display: "flex",
80
+ flexBasis: "auto",
81
+ flexDirection: "column",
82
+ flexShrink: 0
83
+ },
84
+ inline: {
85
+ display: "inline-flex"
86
+ }
53
87
  },
54
- inline: {
55
- display: "inline-flex"
56
- }
57
- }, View_default = View;
58
- export {
59
- View_default as default
60
- };
61
- //# sourceMappingURL=index.js.map
88
+ View_default = View;
89
+ export { View_default as default };
90
+ //# sourceMappingURL=index.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/View/Users/n8/tamagui/code/packages/react-native-web-lite/src/View/index.tsx"],
4
- "mappings": "AAUA,SACEA,sBACAC,oBACAC,MACAC,qBACAC,kBACAC,kBACAC,cACAC,oBACAC,0BACK;AACP,YAAYC,WAAW;AAEvB,OAAOC,mBAAmB;AAI1B,IAAMC,YAAY,SAACC,OAAAA;SAAUV,KAAKU,OAAOZ,oBAAAA;GAEnCa,OAAOJ,sBAAMK,WACjB,SAACF,OAAOG,cAAAA;AACN,MAAM,EACJC,WACAC,UACAC,0BACAC,iCACAC,gBACAC,kBACAC,iBACAC,mBACAC,oBACAC,kBACAC,sBACAC,+BACAC,4BACAC,mCACAC,qCACAC,4CACAC,2BACAC,kCACA,GAAGC,KAAAA,IACDtB;AAEJ,EAAIuB,QAAQC,IAAIC,aAAa,gBAC3B5B,MAAM6B,SAASC,QAAQ3B,MAAM4B,QAAQ,EAAEC,QAAQ,SAACC,MAAAA;AAC9C,IAAI,OAAOA,QAAS,YAClBC,QAAQC,MACN,yBAAyBF,IAAAA,8CAAkD;EAGjF,CAAA;AAGF,MAAMG,kBAAkBpC,MAAMqC,WAAW3C,mBAAAA,GACnC4C,UAAUtC,MAAMuC,OAAO,IAAA,GACvB,EAAEC,WAAWC,iBAAgB,IAAK7C,iBAAAA;AAExCD,mBAAiB2C,SAAS9B,QAAAA,GAC1BT,mBAAmBuC,SAAS;IAC1B7B;IACAC;IACAC;IACAC;IACAC;IACAC;IACAC;IACAC;IACAC;IACAC;IACAC;IACAC;IACAC;IACAC;IACAC;IACAC;EACF,CAAA;AAEA,MAAIkB,YAAY,OAEVC,gBAAgBxC,MAAMyC,QAAQ,OAAOpD,mBAAmBW,MAAMyC,IAAI,IAAI,MACtEC,qBAAqB1C,MAAM2C,OAAOH,eAClCI,mBAAmBF,sBAAsBJ,kBAEzCO,iBAAiB9C,UAAUuB,IAAAA;AAGjC,MAFAuB,eAAeF,MAAMD,oBACrBG,eAAeC,QAAQ;IAACC,OAAOC;IAAMf,mBAAmBc,OAAOE;IAAQjD,MAAM8C;KACzE9C,MAAMkD,QAAQ,SAChBX,YAAY,KACRnC,aAAa,OAAM;AACrB,QAAM,EAAE+C,UAAUC,KAAKC,OAAM,IAAKjD;AAClC,IAAI+C,YAAY,SACdN,eAAeM,WAAWA,WAExBC,OAAO,SACTP,eAAeO,MAAMA,MAEnB,OAAOC,UAAW,aACpBR,eAAeQ,SAASA,OAAOC,OAAO,CAAA,MAAO,MAAM,MAAMD,SAASA;EAEtE;AAGF,MAAME,qBAAqB5D,mBAAmBkD,cAAAA,GACxCW,SAAS9D,aAAayC,SAASoB,oBAAoBpD,YAAAA;AAEzD0C,wBAAeY,MAAMD,QAEd1D,cAAcyC,WAAWM,gBAAgB;IAAED;EAAiB,CAAA;AACrE,CAAA;AAGF3C,KAAKyD,cAAc;AAEnB,IAAMX,SAAS;EACbC,MAAM;IACJW,YAAY;IACZC,WAAW;IACXC,SAAS;IACTC,WAAW;IACXC,eAAe;IACfC,YAAY;EACd;EACAf,QAAQ;IACNY,SAAS;EACX;AACF,GAIA,eAAe5D;",
5
- "names": ["forwardPropsListView", "getLocaleDirection", "pick", "TextAncestorContext", "useElementLayout", "useLocaleContext", "useMergeRefs", "usePlatformMethods", "useResponderEvents", "React", "createElement", "pickProps", "props", "View", "forwardRef", "forwardedRef", "hrefAttrs", "onLayout", "onMoveShouldSetResponder", "onMoveShouldSetResponderCapture", "onResponderEnd", "onResponderGrant", "onResponderMove", "onResponderReject", "onResponderRelease", "onResponderStart", "onResponderTerminate", "onResponderTerminationRequest", "onScrollShouldSetResponder", "onScrollShouldSetResponderCapture", "onSelectionChangeShouldSetResponder", "onSelectionChangeShouldSetResponderCapture", "onStartShouldSetResponder", "onStartShouldSetResponderCapture", "rest", "process", "env", "NODE_ENV", "Children", "toArray", "children", "forEach", "item", "console", "error", "hasTextAncestor", "useContext", "hostRef", "useRef", "direction", "contextDirection", "component", "langDirection", "lang", "componentDirection", "dir", "writingDirection", "supportedProps", "style", "styles", "view", "inline", "href", "download", "rel", "target", "charAt", "platformMethodsRef", "setRef", "ref", "displayName", "alignItems", "boxSizing", "display", "flexBasis", "flexDirection", "flexShrink"]
6
- }
1
+ {"version":3,"names":["forwardPropsListView","getLocaleDirection","pick","TextAncestorContext","useElementLayout","useLocaleContext","useMergeRefs","usePlatformMethods","useResponderEvents","React","createElement","pickProps","props","View","forwardRef","forwardedRef","hrefAttrs","onLayout","onMoveShouldSetResponder","onMoveShouldSetResponderCapture","onResponderEnd","onResponderGrant","onResponderMove","onResponderReject","onResponderRelease","onResponderStart","onResponderTerminate","onResponderTerminationRequest","onScrollShouldSetResponder","onScrollShouldSetResponderCapture","onSelectionChangeShouldSetResponder","onSelectionChangeShouldSetResponderCapture","onStartShouldSetResponder","onStartShouldSetResponderCapture","rest","process","env","NODE_ENV","Children","toArray","children","forEach","item","console","error","hasTextAncestor","useContext","hostRef","useRef","direction","contextDirection","component","langDirection","lang","componentDirection","dir","writingDirection","supportedProps","style","styles","view","inline","href","download","rel","target","charAt","platformMethodsRef","setRef","ref","displayName","alignItems","boxSizing","display","flexBasis","flexDirection","flexShrink","View_default","default"],"sources":["../../../src/View/index.tsx"],"sourcesContent":[null],"mappings":"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","ignoreList":[]}
@@ -1 +1,2 @@
1
- //# sourceMappingURL=types.js.map
1
+
2
+ //# sourceMappingURL=types.native.js.map
@@ -1,6 +1 @@
1
- {
2
- "version": 3,
3
- "sources": [],
4
- "mappings": "",
5
- "names": []
6
- }
1
+ {"version":3,"names":[],"sources":[],"sourcesContent":[],"mappings":"","ignoreList":[]}