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

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 (677) hide show
  1. package/dist/cjs/Libraries/Pressability/Pressability.cjs +26 -0
  2. package/dist/cjs/Libraries/Pressability/usePressability.cjs +26 -0
  3. package/dist/cjs/ScrollView/ScrollViewBase.cjs +9 -7
  4. package/dist/cjs/ScrollView/index.cjs +31 -0
  5. package/dist/cjs/createReactDOMStyle.cjs +4 -2
  6. package/dist/cjs/preprocess.cjs +1 -0
  7. package/dist/cjs/without-animated.cjs +134 -43
  8. package/dist/esm/ActivityIndicator/__tests__/index-test.mjs +1 -1
  9. package/dist/esm/AppRegistry/__tests__/index-test.mjs +1 -1
  10. package/dist/esm/AppRegistry/__tests__/index-test.node.mjs +2 -2
  11. package/dist/esm/AppState/__tests__/index-test.mjs +1 -1
  12. package/dist/esm/Dimensions/__tests__/index-test.mjs +1 -1
  13. package/dist/esm/FlatList.mjs +4 -4
  14. package/dist/esm/ImageBackground/__tests__/index-test.mjs +2 -2
  15. package/dist/esm/Libraries/Pressability/Pressability.mjs +3 -0
  16. package/dist/esm/Libraries/Pressability/Pressability.mjs.map +1 -0
  17. package/dist/esm/Libraries/Pressability/usePressability.mjs +3 -0
  18. package/dist/esm/Libraries/Pressability/usePressability.mjs.map +1 -0
  19. package/dist/esm/Linking/__tests__/index-test.mjs +1 -1
  20. package/dist/esm/Modal/ModalContent.mjs +1 -1
  21. package/dist/esm/ScrollView/ScrollViewBase.mjs +9 -7
  22. package/dist/esm/ScrollView/ScrollViewBase.mjs.map +1 -1
  23. package/dist/esm/ScrollView/index.mjs +31 -0
  24. package/dist/esm/ScrollView/index.mjs.map +1 -1
  25. package/dist/esm/SectionList.mjs +2 -2
  26. package/dist/esm/TouchableOpacity.mjs +1 -1
  27. package/dist/esm/VirtualizedList.mjs +2 -2
  28. package/dist/esm/createElement/__tests__/index-test.mjs +1 -1
  29. package/dist/esm/createReactDOMStyle.mjs +2 -1
  30. package/dist/esm/createReactDOMStyle.mjs.map +1 -1
  31. package/dist/esm/index.js +54 -160
  32. package/dist/esm/index.js.map +1 -6
  33. package/dist/esm/preprocess.mjs +2 -2
  34. package/dist/esm/preprocess.mjs.map +1 -1
  35. package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.mjs +1 -1
  36. package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.mjs +1 -1
  37. package/dist/esm/vendor/react-native/Animated/components/AnimatedText.mjs +1 -1
  38. package/dist/esm/vendor/react-native/Animated/components/AnimatedView.mjs +1 -1
  39. package/dist/esm/vendor/react-native/FlatList/index.mjs +4 -4
  40. package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.mjs +1 -1
  41. package/dist/esm/vendor/react-native/SectionList/index.mjs +1 -1
  42. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.mjs +1 -1
  43. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.mjs +1 -1
  44. package/dist/esm/vendor/react-native/VirtualizedList/index.mjs +4 -4
  45. package/dist/esm/vendor/react-native/VirtualizedSectionList/index.mjs +1 -1
  46. package/dist/esm/without-animated.mjs +133 -42
  47. package/dist/esm/without-animated.mjs.map +1 -1
  48. package/package.json +34 -8
  49. package/src/Libraries/Pressability/Pressability.ts +2 -0
  50. package/src/Libraries/Pressability/usePressability.ts +2 -0
  51. package/src/ScrollView/ScrollViewBase.tsx +12 -7
  52. package/src/ScrollView/index.tsx +31 -0
  53. package/src/createReactDOMStyle.ts +4 -1
  54. package/src/preprocess.ts +1 -0
  55. package/src/without-animated.tsx +156 -27
  56. package/dist/cjs/AccessibilityInfo/index.js +0 -95
  57. package/dist/cjs/AccessibilityInfo/index.js.map +0 -6
  58. package/dist/cjs/ActivityIndicator/__tests__/index-test.js +0 -116
  59. package/dist/cjs/ActivityIndicator/__tests__/index-test.js.map +0 -6
  60. package/dist/cjs/ActivityIndicator/index.js +0 -109
  61. package/dist/cjs/ActivityIndicator/index.js.map +0 -6
  62. package/dist/cjs/Alert/index.js +0 -24
  63. package/dist/cjs/Alert/index.js.map +0 -6
  64. package/dist/cjs/AppRegistry/AppContainer.js +0 -41
  65. package/dist/cjs/AppRegistry/AppContainer.js.map +0 -6
  66. package/dist/cjs/AppRegistry/__tests__/index-test.js +0 -77
  67. package/dist/cjs/AppRegistry/__tests__/index-test.js.map +0 -6
  68. package/dist/cjs/AppRegistry/__tests__/index-test.node.js +0 -131
  69. package/dist/cjs/AppRegistry/__tests__/index-test.node.js.map +0 -6
  70. package/dist/cjs/AppRegistry/index.js +0 -90
  71. package/dist/cjs/AppRegistry/index.js.map +0 -6
  72. package/dist/cjs/AppRegistry/renderApplication.js +0 -43
  73. package/dist/cjs/AppRegistry/renderApplication.js.map +0 -6
  74. package/dist/cjs/AppState/__tests__/index-test.js +0 -33
  75. package/dist/cjs/AppState/__tests__/index-test.js.map +0 -6
  76. package/dist/cjs/AppState/index.js +0 -71
  77. package/dist/cjs/AppState/index.js.map +0 -6
  78. package/dist/cjs/Appearance/index.js +0 -40
  79. package/dist/cjs/Appearance/index.js.map +0 -6
  80. package/dist/cjs/BackHandler/index.js +0 -31
  81. package/dist/cjs/BackHandler/index.js.map +0 -6
  82. package/dist/cjs/Clipboard/index.js +0 -47
  83. package/dist/cjs/Clipboard/index.js.map +0 -6
  84. package/dist/cjs/DeviceEmitter.js +0 -22
  85. package/dist/cjs/DeviceEmitter.js.map +0 -6
  86. package/dist/cjs/DeviceInfo/index.js +0 -53
  87. package/dist/cjs/DeviceInfo/index.js.map +0 -6
  88. package/dist/cjs/Dimensions/__tests__/index-test.js +0 -51
  89. package/dist/cjs/Dimensions/__tests__/index-test.js.map +0 -6
  90. package/dist/cjs/Dimensions/index.js +0 -76
  91. package/dist/cjs/Dimensions/index.js.map +0 -6
  92. package/dist/cjs/FlatList.js +0 -194
  93. package/dist/cjs/FlatList.js.map +0 -6
  94. package/dist/cjs/I18nManager/index.js +0 -29
  95. package/dist/cjs/I18nManager/index.js.map +0 -6
  96. package/dist/cjs/Image/index.js +0 -254
  97. package/dist/cjs/Image/index.js.map +0 -6
  98. package/dist/cjs/Image/types.js +0 -14
  99. package/dist/cjs/Image/types.js.map +0 -6
  100. package/dist/cjs/ImageBackground/__tests__/index-test.js +0 -48
  101. package/dist/cjs/ImageBackground/__tests__/index-test.js.map +0 -6
  102. package/dist/cjs/ImageBackground/index.js +0 -55
  103. package/dist/cjs/ImageBackground/index.js.map +0 -6
  104. package/dist/cjs/InteractionManager/TaskQueue.js +0 -75
  105. package/dist/cjs/InteractionManager/TaskQueue.js.map +0 -6
  106. package/dist/cjs/InteractionManager/index.js +0 -94
  107. package/dist/cjs/InteractionManager/index.js.map +0 -6
  108. package/dist/cjs/Keyboard/index.js +0 -34
  109. package/dist/cjs/Keyboard/index.js.map +0 -6
  110. package/dist/cjs/KeyboardAvoidingView/index.js +0 -57
  111. package/dist/cjs/KeyboardAvoidingView/index.js.map +0 -6
  112. package/dist/cjs/Linking/__tests__/index-test.js +0 -38
  113. package/dist/cjs/Linking/__tests__/index-test.js.map +0 -6
  114. package/dist/cjs/Linking/index.js +0 -85
  115. package/dist/cjs/Linking/index.js.map +0 -6
  116. package/dist/cjs/LogBox/index.js +0 -32
  117. package/dist/cjs/LogBox/index.js.map +0 -6
  118. package/dist/cjs/Modal/ModalAnimation.js +0 -137
  119. package/dist/cjs/Modal/ModalAnimation.js.map +0 -6
  120. package/dist/cjs/Modal/ModalContent.js +0 -77
  121. package/dist/cjs/Modal/ModalContent.js.map +0 -6
  122. package/dist/cjs/Modal/ModalPortal.js +0 -42
  123. package/dist/cjs/Modal/ModalPortal.js.map +0 -6
  124. package/dist/cjs/Modal/index.js +0 -21
  125. package/dist/cjs/Modal/index.js.map +0 -6
  126. package/dist/cjs/NativeModules/index.js +0 -24
  127. package/dist/cjs/NativeModules/index.js.map +0 -6
  128. package/dist/cjs/PanResponder/index.js +0 -29
  129. package/dist/cjs/PanResponder/index.js.map +0 -6
  130. package/dist/cjs/PixelRatio/index.js +0 -52
  131. package/dist/cjs/PixelRatio/index.js.map +0 -6
  132. package/dist/cjs/Pressable/index.js +0 -141
  133. package/dist/cjs/Pressable/index.js.map +0 -6
  134. package/dist/cjs/RefreshControl/index.js +0 -41
  135. package/dist/cjs/RefreshControl/index.js.map +0 -6
  136. package/dist/cjs/SafeAreaView/index.js +0 -44
  137. package/dist/cjs/SafeAreaView/index.js.map +0 -6
  138. package/dist/cjs/ScrollView/ScrollViewBase.js +0 -125
  139. package/dist/cjs/ScrollView/ScrollViewBase.js.map +0 -6
  140. package/dist/cjs/ScrollView/index.js +0 -525
  141. package/dist/cjs/ScrollView/index.js.map +0 -6
  142. package/dist/cjs/SectionList.js +0 -30
  143. package/dist/cjs/SectionList.js.map +0 -6
  144. package/dist/cjs/Share/index.js +0 -55
  145. package/dist/cjs/Share/index.js.map +0 -6
  146. package/dist/cjs/StatusBar/index.js +0 -32
  147. package/dist/cjs/StatusBar/index.js.map +0 -6
  148. package/dist/cjs/Text/index.js +0 -153
  149. package/dist/cjs/Text/index.js.map +0 -6
  150. package/dist/cjs/Text/types.js +0 -14
  151. package/dist/cjs/Text/types.js.map +0 -6
  152. package/dist/cjs/TextInput/index.js +0 -269
  153. package/dist/cjs/TextInput/index.js.map +0 -6
  154. package/dist/cjs/TextInput/types.js +0 -14
  155. package/dist/cjs/TextInput/types.js.map +0 -6
  156. package/dist/cjs/TouchableNativeFeedback.js +0 -21
  157. package/dist/cjs/TouchableNativeFeedback.js.map +0 -6
  158. package/dist/cjs/TouchableOpacity.js +0 -122
  159. package/dist/cjs/TouchableOpacity.js.map +0 -6
  160. package/dist/cjs/TouchableWithoutFeedback.js +0 -89
  161. package/dist/cjs/TouchableWithoutFeedback.js.map +0 -6
  162. package/dist/cjs/UnimplementedView.js +0 -36
  163. package/dist/cjs/UnimplementedView.js.map +0 -6
  164. package/dist/cjs/Vibration/index.js +0 -30
  165. package/dist/cjs/Vibration/index.js.map +0 -6
  166. package/dist/cjs/View/index.js +0 -102
  167. package/dist/cjs/View/index.js.map +0 -6
  168. package/dist/cjs/View/types.js +0 -14
  169. package/dist/cjs/View/types.js.map +0 -6
  170. package/dist/cjs/VirtualizedList.js +0 -30
  171. package/dist/cjs/VirtualizedList.js.map +0 -6
  172. package/dist/cjs/codegenNativeCommand.js +0 -23
  173. package/dist/cjs/codegenNativeCommand.js.map +0 -6
  174. package/dist/cjs/codegenNativeComponent.js +0 -23
  175. package/dist/cjs/codegenNativeComponent.js.map +0 -6
  176. package/dist/cjs/createElement/__tests__/index-test.js +0 -536
  177. package/dist/cjs/createElement/__tests__/index-test.js.map +0 -6
  178. package/dist/cjs/createElement/index.js +0 -60
  179. package/dist/cjs/createElement/index.js.map +0 -6
  180. package/dist/cjs/createReactDOMStyle.js +0 -21
  181. package/dist/cjs/createReactDOMStyle.js.map +0 -6
  182. package/dist/cjs/index.js +0 -114
  183. package/dist/cjs/index.js.map +0 -6
  184. package/dist/cjs/modules/requestIdleCallback.js +0 -34
  185. package/dist/cjs/modules/requestIdleCallback.js.map +0 -6
  186. package/dist/cjs/preprocess.js +0 -24
  187. package/dist/cjs/preprocess.js.map +0 -6
  188. package/dist/cjs/render/index.js +0 -31
  189. package/dist/cjs/render/index.js.map +0 -6
  190. package/dist/cjs/styleTypes.js +0 -14
  191. package/dist/cjs/styleTypes.js.map +0 -6
  192. package/dist/cjs/types.js +0 -14
  193. package/dist/cjs/types.js.map +0 -6
  194. package/dist/cjs/useColorScheme/index.js +0 -39
  195. package/dist/cjs/useColorScheme/index.js.map +0 -6
  196. package/dist/cjs/useLocaleContext/index.js +0 -21
  197. package/dist/cjs/useLocaleContext/index.js.map +0 -6
  198. package/dist/cjs/useWindowDimensions/index.js +0 -40
  199. package/dist/cjs/useWindowDimensions/index.js.map +0 -6
  200. package/dist/cjs/vendor/react-native/Animated/Animated.js +0 -32
  201. package/dist/cjs/vendor/react-native/Animated/Animated.js.map +0 -6
  202. package/dist/cjs/vendor/react-native/Animated/AnimatedEvent.js +0 -130
  203. package/dist/cjs/vendor/react-native/Animated/AnimatedEvent.js.map +0 -6
  204. package/dist/cjs/vendor/react-native/Animated/AnimatedImplementation.js +0 -432
  205. package/dist/cjs/vendor/react-native/Animated/AnimatedImplementation.js.map +0 -6
  206. package/dist/cjs/vendor/react-native/Animated/AnimatedMock.js +0 -115
  207. package/dist/cjs/vendor/react-native/Animated/AnimatedMock.js.map +0 -6
  208. package/dist/cjs/vendor/react-native/Animated/AnimatedPlatformConfig.js +0 -2
  209. package/dist/cjs/vendor/react-native/Animated/AnimatedPlatformConfig.js.map +0 -6
  210. package/dist/cjs/vendor/react-native/Animated/Easing.js +0 -182
  211. package/dist/cjs/vendor/react-native/Animated/Easing.js.map +0 -6
  212. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedHelper.js +0 -322
  213. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedHelper.js.map +0 -6
  214. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedModule.js +0 -90
  215. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedModule.js.map +0 -6
  216. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedTurboModule.js +0 -85
  217. package/dist/cjs/vendor/react-native/Animated/NativeAnimatedTurboModule.js.map +0 -6
  218. package/dist/cjs/vendor/react-native/Animated/SpringConfig.js +0 -71
  219. package/dist/cjs/vendor/react-native/Animated/SpringConfig.js.map +0 -6
  220. package/dist/cjs/vendor/react-native/Animated/animations/Animation.js +0 -63
  221. package/dist/cjs/vendor/react-native/Animated/animations/Animation.js.map +0 -6
  222. package/dist/cjs/vendor/react-native/Animated/animations/DecayAnimation.js +0 -59
  223. package/dist/cjs/vendor/react-native/Animated/animations/DecayAnimation.js.map +0 -6
  224. package/dist/cjs/vendor/react-native/Animated/animations/SpringAnimation.js +0 -155
  225. package/dist/cjs/vendor/react-native/Animated/animations/SpringAnimation.js.map +0 -6
  226. package/dist/cjs/vendor/react-native/Animated/animations/TimingAnimation.js +0 -80
  227. package/dist/cjs/vendor/react-native/Animated/animations/TimingAnimation.js.map +0 -6
  228. package/dist/cjs/vendor/react-native/Animated/bezier.js +0 -77
  229. package/dist/cjs/vendor/react-native/Animated/bezier.js.map +0 -6
  230. package/dist/cjs/vendor/react-native/Animated/components/AnimatedFlatList.js +0 -32
  231. package/dist/cjs/vendor/react-native/Animated/components/AnimatedFlatList.js.map +0 -6
  232. package/dist/cjs/vendor/react-native/Animated/components/AnimatedImage.js +0 -24
  233. package/dist/cjs/vendor/react-native/Animated/components/AnimatedImage.js.map +0 -6
  234. package/dist/cjs/vendor/react-native/Animated/components/AnimatedScrollView.js +0 -32
  235. package/dist/cjs/vendor/react-native/Animated/components/AnimatedScrollView.js.map +0 -6
  236. package/dist/cjs/vendor/react-native/Animated/components/AnimatedSectionList.js +0 -32
  237. package/dist/cjs/vendor/react-native/Animated/components/AnimatedSectionList.js.map +0 -6
  238. package/dist/cjs/vendor/react-native/Animated/components/AnimatedText.js +0 -24
  239. package/dist/cjs/vendor/react-native/Animated/components/AnimatedText.js.map +0 -6
  240. package/dist/cjs/vendor/react-native/Animated/components/AnimatedView.js +0 -24
  241. package/dist/cjs/vendor/react-native/Animated/components/AnimatedView.js.map +0 -6
  242. package/dist/cjs/vendor/react-native/Animated/createAnimatedComponent.js +0 -37
  243. package/dist/cjs/vendor/react-native/Animated/createAnimatedComponent.js.map +0 -6
  244. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedAddition.js +0 -52
  245. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedAddition.js.map +0 -6
  246. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedColor.js +0 -172
  247. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedColor.js.map +0 -6
  248. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js +0 -57
  249. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js.map +0 -6
  250. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDivision.js +0 -54
  251. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDivision.js.map +0 -6
  252. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedInterpolation.js +0 -167
  253. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedInterpolation.js.map +0 -6
  254. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedModulo.js +0 -52
  255. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedModulo.js.map +0 -6
  256. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedMultiplication.js +0 -52
  257. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedMultiplication.js.map +0 -6
  258. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedNode.js +0 -134
  259. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedNode.js.map +0 -6
  260. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedProps.js +0 -107
  261. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedProps.js.map +0 -6
  262. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedStyle.js +0 -95
  263. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedStyle.js.map +0 -6
  264. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedSubtraction.js +0 -52
  265. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedSubtraction.js.map +0 -6
  266. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTracking.js +0 -69
  267. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTracking.js.map +0 -6
  268. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTransform.js +0 -94
  269. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTransform.js.map +0 -6
  270. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValue.js +0 -181
  271. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValue.js.map +0 -6
  272. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValueXY.js +0 -82
  273. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValueXY.js.map +0 -6
  274. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedWithChildren.js +0 -66
  275. package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedWithChildren.js.map +0 -6
  276. package/dist/cjs/vendor/react-native/Animated/useAnimatedProps.js +0 -75
  277. package/dist/cjs/vendor/react-native/Animated/useAnimatedProps.js.map +0 -6
  278. package/dist/cjs/vendor/react-native/Batchinator/index.js +0 -51
  279. package/dist/cjs/vendor/react-native/Batchinator/index.js.map +0 -6
  280. package/dist/cjs/vendor/react-native/EventEmitter/NativeEventEmitter.js +0 -60
  281. package/dist/cjs/vendor/react-native/EventEmitter/NativeEventEmitter.js.map +0 -6
  282. package/dist/cjs/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js +0 -24
  283. package/dist/cjs/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js.map +0 -6
  284. package/dist/cjs/vendor/react-native/FeatureFlags.js +0 -28
  285. package/dist/cjs/vendor/react-native/FeatureFlags.js.map +0 -6
  286. package/dist/cjs/vendor/react-native/FillRateHelper/index.js +0 -125
  287. package/dist/cjs/vendor/react-native/FillRateHelper/index.js.map +0 -6
  288. package/dist/cjs/vendor/react-native/FlatList/index.js +0 -263
  289. package/dist/cjs/vendor/react-native/FlatList/index.js.map +0 -6
  290. package/dist/cjs/vendor/react-native/JSEventLoopWatchdog/index.js +0 -57
  291. package/dist/cjs/vendor/react-native/JSEventLoopWatchdog/index.js.map +0 -6
  292. package/dist/cjs/vendor/react-native/LayoutAnimation/index.js +0 -102
  293. package/dist/cjs/vendor/react-native/LayoutAnimation/index.js.map +0 -6
  294. package/dist/cjs/vendor/react-native/PanResponder/index.js +0 -147
  295. package/dist/cjs/vendor/react-native/PanResponder/index.js.map +0 -6
  296. package/dist/cjs/vendor/react-native/PooledClass/index.js +0 -39
  297. package/dist/cjs/vendor/react-native/PooledClass/index.js.map +0 -6
  298. package/dist/cjs/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js +0 -29
  299. package/dist/cjs/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js.map +0 -6
  300. package/dist/cjs/vendor/react-native/SectionList/index.js +0 -87
  301. package/dist/cjs/vendor/react-native/SectionList/index.js.map +0 -6
  302. package/dist/cjs/vendor/react-native/StaticContainer/index.js +0 -41
  303. package/dist/cjs/vendor/react-native/StaticContainer/index.js.map +0 -6
  304. package/dist/cjs/vendor/react-native/StaticRenderer/index.js +0 -40
  305. package/dist/cjs/vendor/react-native/StaticRenderer/index.js.map +0 -6
  306. package/dist/cjs/vendor/react-native/TouchHistoryMath/index.js +0 -119
  307. package/dist/cjs/vendor/react-native/TouchHistoryMath/index.js.map +0 -6
  308. package/dist/cjs/vendor/react-native/TurboModule/RCTExport.js +0 -27
  309. package/dist/cjs/vendor/react-native/TurboModule/RCTExport.js.map +0 -6
  310. package/dist/cjs/vendor/react-native/TurboModule/TurboModuleRegistry.js +0 -33
  311. package/dist/cjs/vendor/react-native/TurboModule/TurboModuleRegistry.js.map +0 -6
  312. package/dist/cjs/vendor/react-native/Types/CoreEventTypes.js +0 -128
  313. package/dist/cjs/vendor/react-native/Types/CoreEventTypes.js.map +0 -6
  314. package/dist/cjs/vendor/react-native/Utilities/Platform.js +0 -23
  315. package/dist/cjs/vendor/react-native/Utilities/Platform.js.map +0 -6
  316. package/dist/cjs/vendor/react-native/Utilities/clamp.js +0 -26
  317. package/dist/cjs/vendor/react-native/Utilities/clamp.js.map +0 -6
  318. package/dist/cjs/vendor/react-native/Utilities/setAndForwardRef.js +0 -29
  319. package/dist/cjs/vendor/react-native/Utilities/setAndForwardRef.js.map +0 -6
  320. package/dist/cjs/vendor/react-native/Utilities/useMergeRefs.js +0 -33
  321. package/dist/cjs/vendor/react-native/Utilities/useMergeRefs.js.map +0 -6
  322. package/dist/cjs/vendor/react-native/Utilities/useRefEffect.js +0 -32
  323. package/dist/cjs/vendor/react-native/Utilities/useRefEffect.js.map +0 -6
  324. package/dist/cjs/vendor/react-native/ViewabilityHelper/index.js +0 -153
  325. package/dist/cjs/vendor/react-native/ViewabilityHelper/index.js.map +0 -6
  326. package/dist/cjs/vendor/react-native/ViewabilityHelper.js +0 -145
  327. package/dist/cjs/vendor/react-native/ViewabilityHelper.js.map +0 -6
  328. package/dist/cjs/vendor/react-native/VirtualizeUtils/index.js +0 -86
  329. package/dist/cjs/vendor/react-native/VirtualizeUtils/index.js.map +0 -6
  330. package/dist/cjs/vendor/react-native/VirtualizedList/CellRenderMask.js +0 -78
  331. package/dist/cjs/vendor/react-native/VirtualizedList/CellRenderMask.js.map +0 -6
  332. package/dist/cjs/vendor/react-native/VirtualizedList/ChildListCollection.js +0 -61
  333. package/dist/cjs/vendor/react-native/VirtualizedList/ChildListCollection.js.map +0 -6
  334. package/dist/cjs/vendor/react-native/VirtualizedList/StateSafePureComponent.js +0 -76
  335. package/dist/cjs/vendor/react-native/VirtualizedList/StateSafePureComponent.js.map +0 -6
  336. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js +0 -160
  337. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js.map +0 -6
  338. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListContext.js +0 -65
  339. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListContext.js.map +0 -6
  340. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListProps.js +0 -59
  341. package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListProps.js.map +0 -6
  342. package/dist/cjs/vendor/react-native/VirtualizedList/index.js +0 -238
  343. package/dist/cjs/vendor/react-native/VirtualizedList/index.js.map +0 -6
  344. package/dist/cjs/vendor/react-native/VirtualizedSectionList/index.js +0 -119
  345. package/dist/cjs/vendor/react-native/VirtualizedSectionList/index.js.map +0 -6
  346. package/dist/cjs/vendor/react-native/deepDiffer/index.js +0 -49
  347. package/dist/cjs/vendor/react-native/deepDiffer/index.js.map +0 -6
  348. package/dist/cjs/vendor/react-native/emitter/EventEmitter.js +0 -24
  349. package/dist/cjs/vendor/react-native/emitter/EventEmitter.js.map +0 -6
  350. package/dist/cjs/vendor/react-native/emitter/EventSubscription.js +0 -2
  351. package/dist/cjs/vendor/react-native/emitter/EventSubscription.js.map +0 -6
  352. package/dist/cjs/vendor/react-native/emitter/_EmitterSubscription.js +0 -48
  353. package/dist/cjs/vendor/react-native/emitter/_EmitterSubscription.js.map +0 -6
  354. package/dist/cjs/vendor/react-native/emitter/_EventEmitter.js +0 -128
  355. package/dist/cjs/vendor/react-native/emitter/_EventEmitter.js.map +0 -6
  356. package/dist/cjs/vendor/react-native/emitter/_EventSubscription.js +0 -38
  357. package/dist/cjs/vendor/react-native/emitter/_EventSubscription.js.map +0 -6
  358. package/dist/cjs/vendor/react-native/emitter/_EventSubscriptionVendor.js +0 -77
  359. package/dist/cjs/vendor/react-native/emitter/_EventSubscriptionVendor.js.map +0 -6
  360. package/dist/cjs/vendor/react-native/infoLog/index.js +0 -26
  361. package/dist/cjs/vendor/react-native/infoLog/index.js.map +0 -6
  362. package/dist/cjs/vendor/react-native/useRefEffect.js +0 -32
  363. package/dist/cjs/vendor/react-native/useRefEffect.js.map +0 -6
  364. package/dist/cjs/vendor/react-native/vendor/emitter/EventEmitter.js +0 -87
  365. package/dist/cjs/vendor/react-native/vendor/emitter/EventEmitter.js.map +0 -6
  366. package/dist/cjs/without-animated.js +0 -179
  367. package/dist/cjs/without-animated.js.map +0 -6
  368. package/dist/esm/AccessibilityInfo/index.js +0 -79
  369. package/dist/esm/AccessibilityInfo/index.js.map +0 -6
  370. package/dist/esm/ActivityIndicator/__tests__/index-test.js +0 -102
  371. package/dist/esm/ActivityIndicator/__tests__/index-test.js.map +0 -6
  372. package/dist/esm/ActivityIndicator/index.js +0 -88
  373. package/dist/esm/ActivityIndicator/index.js.map +0 -6
  374. package/dist/esm/Alert/index.js +0 -8
  375. package/dist/esm/Alert/index.js.map +0 -6
  376. package/dist/esm/AppRegistry/AppContainer.js +0 -20
  377. package/dist/esm/AppRegistry/AppContainer.js.map +0 -6
  378. package/dist/esm/AppRegistry/__tests__/index-test.js +0 -59
  379. package/dist/esm/AppRegistry/__tests__/index-test.js.map +0 -6
  380. package/dist/esm/AppRegistry/__tests__/index-test.node.js +0 -116
  381. package/dist/esm/AppRegistry/__tests__/index-test.node.js.map +0 -6
  382. package/dist/esm/AppRegistry/index.js +0 -76
  383. package/dist/esm/AppRegistry/index.js.map +0 -6
  384. package/dist/esm/AppRegistry/renderApplication.js +0 -31
  385. package/dist/esm/AppRegistry/renderApplication.js.map +0 -6
  386. package/dist/esm/AppState/__tests__/index-test.js +0 -14
  387. package/dist/esm/AppState/__tests__/index-test.js.map +0 -6
  388. package/dist/esm/AppState/index.js +0 -55
  389. package/dist/esm/AppState/index.js.map +0 -6
  390. package/dist/esm/Appearance/index.js +0 -24
  391. package/dist/esm/Appearance/index.js.map +0 -6
  392. package/dist/esm/BackHandler/index.js +0 -15
  393. package/dist/esm/BackHandler/index.js.map +0 -6
  394. package/dist/esm/Clipboard/index.js +0 -31
  395. package/dist/esm/Clipboard/index.js.map +0 -6
  396. package/dist/esm/DeviceEmitter.js +0 -6
  397. package/dist/esm/DeviceEmitter.js.map +0 -6
  398. package/dist/esm/DeviceInfo/index.js +0 -38
  399. package/dist/esm/DeviceInfo/index.js.map +0 -6
  400. package/dist/esm/Dimensions/__tests__/index-test.js +0 -32
  401. package/dist/esm/Dimensions/__tests__/index-test.js.map +0 -6
  402. package/dist/esm/Dimensions/index.js +0 -60
  403. package/dist/esm/Dimensions/index.js.map +0 -6
  404. package/dist/esm/FlatList.js +0 -177
  405. package/dist/esm/FlatList.js.map +0 -6
  406. package/dist/esm/I18nManager/index.js +0 -13
  407. package/dist/esm/I18nManager/index.js.map +0 -6
  408. package/dist/esm/Image/index.js +0 -240
  409. package/dist/esm/Image/index.js.map +0 -6
  410. package/dist/esm/Image/types.js +0 -1
  411. package/dist/esm/Image/types.js.map +0 -6
  412. package/dist/esm/ImageBackground/__tests__/index-test.js +0 -32
  413. package/dist/esm/ImageBackground/__tests__/index-test.js.map +0 -6
  414. package/dist/esm/ImageBackground/index.js +0 -43
  415. package/dist/esm/ImageBackground/index.js.map +0 -6
  416. package/dist/esm/InteractionManager/TaskQueue.js +0 -59
  417. package/dist/esm/InteractionManager/TaskQueue.js.map +0 -6
  418. package/dist/esm/InteractionManager/index.js +0 -73
  419. package/dist/esm/InteractionManager/index.js.map +0 -6
  420. package/dist/esm/Keyboard/index.js +0 -18
  421. package/dist/esm/Keyboard/index.js.map +0 -6
  422. package/dist/esm/KeyboardAvoidingView/index.js +0 -35
  423. package/dist/esm/KeyboardAvoidingView/index.js.map +0 -6
  424. package/dist/esm/Linking/__tests__/index-test.js +0 -19
  425. package/dist/esm/Linking/__tests__/index-test.js.map +0 -6
  426. package/dist/esm/Linking/index.js +0 -69
  427. package/dist/esm/Linking/index.js.map +0 -6
  428. package/dist/esm/LogBox/index.js +0 -16
  429. package/dist/esm/LogBox/index.js.map +0 -6
  430. package/dist/esm/Modal/ModalAnimation.js +0 -116
  431. package/dist/esm/Modal/ModalAnimation.js.map +0 -6
  432. package/dist/esm/Modal/ModalContent.js +0 -55
  433. package/dist/esm/Modal/ModalContent.js.map +0 -6
  434. package/dist/esm/Modal/ModalPortal.js +0 -20
  435. package/dist/esm/Modal/ModalPortal.js.map +0 -6
  436. package/dist/esm/Modal/index.js +0 -5
  437. package/dist/esm/Modal/index.js.map +0 -6
  438. package/dist/esm/NativeModules/index.js +0 -8
  439. package/dist/esm/NativeModules/index.js.map +0 -6
  440. package/dist/esm/PanResponder/index.js +0 -5
  441. package/dist/esm/PanResponder/index.js.map +0 -6
  442. package/dist/esm/PixelRatio/index.js +0 -36
  443. package/dist/esm/PixelRatio/index.js.map +0 -6
  444. package/dist/esm/Pressable/index.js +0 -122
  445. package/dist/esm/Pressable/index.js.map +0 -6
  446. package/dist/esm/RefreshControl/index.js +0 -26
  447. package/dist/esm/RefreshControl/index.js.map +0 -6
  448. package/dist/esm/SafeAreaView/index.js +0 -23
  449. package/dist/esm/SafeAreaView/index.js.map +0 -6
  450. package/dist/esm/ScrollView/ScrollViewBase.js +0 -104
  451. package/dist/esm/ScrollView/ScrollViewBase.js.map +0 -6
  452. package/dist/esm/ScrollView/index.js +0 -515
  453. package/dist/esm/ScrollView/index.js.map +0 -6
  454. package/dist/esm/SectionList.js +0 -7
  455. package/dist/esm/SectionList.js.map +0 -6
  456. package/dist/esm/Share/index.js +0 -39
  457. package/dist/esm/Share/index.js.map +0 -6
  458. package/dist/esm/StatusBar/index.js +0 -16
  459. package/dist/esm/StatusBar/index.js.map +0 -6
  460. package/dist/esm/Text/index.js +0 -142
  461. package/dist/esm/Text/index.js.map +0 -6
  462. package/dist/esm/Text/types.js +0 -1
  463. package/dist/esm/Text/types.js.map +0 -6
  464. package/dist/esm/TextInput/index.js +0 -258
  465. package/dist/esm/TextInput/index.js.map +0 -6
  466. package/dist/esm/TextInput/types.js +0 -1
  467. package/dist/esm/TextInput/types.js.map +0 -6
  468. package/dist/esm/TouchableNativeFeedback.js +0 -5
  469. package/dist/esm/TouchableNativeFeedback.js.map +0 -6
  470. package/dist/esm/TouchableOpacity.js +0 -105
  471. package/dist/esm/TouchableOpacity.js.map +0 -6
  472. package/dist/esm/TouchableWithoutFeedback.js +0 -67
  473. package/dist/esm/TouchableWithoutFeedback.js.map +0 -6
  474. package/dist/esm/UnimplementedView.js +0 -14
  475. package/dist/esm/UnimplementedView.js.map +0 -6
  476. package/dist/esm/Vibration/index.js +0 -14
  477. package/dist/esm/Vibration/index.js.map +0 -6
  478. package/dist/esm/View/index.js +0 -90
  479. package/dist/esm/View/index.js.map +0 -6
  480. package/dist/esm/View/types.js +0 -1
  481. package/dist/esm/View/types.js.map +0 -6
  482. package/dist/esm/VirtualizedList.js +0 -7
  483. package/dist/esm/VirtualizedList.js.map +0 -6
  484. package/dist/esm/codegenNativeCommand.js +0 -7
  485. package/dist/esm/codegenNativeCommand.js.map +0 -6
  486. package/dist/esm/codegenNativeComponent.js +0 -7
  487. package/dist/esm/codegenNativeComponent.js.map +0 -6
  488. package/dist/esm/createElement/__tests__/index-test.js +0 -519
  489. package/dist/esm/createElement/__tests__/index-test.js.map +0 -6
  490. package/dist/esm/createElement/index.js +0 -48
  491. package/dist/esm/createElement/index.js.map +0 -6
  492. package/dist/esm/createReactDOMStyle.js +0 -5
  493. package/dist/esm/createReactDOMStyle.js.map +0 -6
  494. package/dist/esm/modules/requestIdleCallback.js +0 -18
  495. package/dist/esm/modules/requestIdleCallback.js.map +0 -6
  496. package/dist/esm/preprocess.js +0 -13
  497. package/dist/esm/preprocess.js.map +0 -6
  498. package/dist/esm/render/index.js +0 -15
  499. package/dist/esm/render/index.js.map +0 -6
  500. package/dist/esm/styleTypes.js +0 -1
  501. package/dist/esm/styleTypes.js.map +0 -6
  502. package/dist/esm/types.js +0 -1
  503. package/dist/esm/types.js.map +0 -6
  504. package/dist/esm/useColorScheme/index.js +0 -16
  505. package/dist/esm/useColorScheme/index.js.map +0 -6
  506. package/dist/esm/useLocaleContext/index.js +0 -5
  507. package/dist/esm/useLocaleContext/index.js.map +0 -6
  508. package/dist/esm/useWindowDimensions/index.js +0 -17
  509. package/dist/esm/useWindowDimensions/index.js.map +0 -6
  510. package/dist/esm/vendor/react-native/Animated/Animated.js +0 -24
  511. package/dist/esm/vendor/react-native/Animated/Animated.js.map +0 -6
  512. package/dist/esm/vendor/react-native/Animated/AnimatedEvent.js +0 -116
  513. package/dist/esm/vendor/react-native/Animated/AnimatedEvent.js.map +0 -6
  514. package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.js +0 -433
  515. package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.js.map +0 -6
  516. package/dist/esm/vendor/react-native/Animated/AnimatedMock.js +0 -105
  517. package/dist/esm/vendor/react-native/Animated/AnimatedMock.js.map +0 -6
  518. package/dist/esm/vendor/react-native/Animated/AnimatedPlatformConfig.js +0 -1
  519. package/dist/esm/vendor/react-native/Animated/AnimatedPlatformConfig.js.map +0 -6
  520. package/dist/esm/vendor/react-native/Animated/Easing.js +0 -165
  521. package/dist/esm/vendor/react-native/Animated/Easing.js.map +0 -6
  522. package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.js +0 -312
  523. package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.js.map +0 -6
  524. package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.js +0 -66
  525. package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.js.map +0 -6
  526. package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.js +0 -61
  527. package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.js.map +0 -6
  528. package/dist/esm/vendor/react-native/Animated/SpringConfig.js +0 -55
  529. package/dist/esm/vendor/react-native/Animated/SpringConfig.js.map +0 -6
  530. package/dist/esm/vendor/react-native/Animated/animations/Animation.js +0 -46
  531. package/dist/esm/vendor/react-native/Animated/animations/Animation.js.map +0 -6
  532. package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.js +0 -43
  533. package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.js.map +0 -6
  534. package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.js +0 -141
  535. package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.js.map +0 -6
  536. package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.js +0 -66
  537. package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.js.map +0 -6
  538. package/dist/esm/vendor/react-native/Animated/bezier.js +0 -60
  539. package/dist/esm/vendor/react-native/Animated/bezier.js.map +0 -6
  540. package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.js +0 -11
  541. package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.js.map +0 -6
  542. package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.js +0 -10
  543. package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.js.map +0 -6
  544. package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.js +0 -11
  545. package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.js.map +0 -6
  546. package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.js +0 -11
  547. package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.js.map +0 -6
  548. package/dist/esm/vendor/react-native/Animated/components/AnimatedText.js +0 -9
  549. package/dist/esm/vendor/react-native/Animated/components/AnimatedText.js.map +0 -6
  550. package/dist/esm/vendor/react-native/Animated/components/AnimatedView.js +0 -9
  551. package/dist/esm/vendor/react-native/Animated/components/AnimatedView.js.map +0 -6
  552. package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.js +0 -16
  553. package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.js.map +0 -6
  554. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.js +0 -37
  555. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.js.map +0 -6
  556. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.js +0 -159
  557. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.js.map +0 -6
  558. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js +0 -42
  559. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js.map +0 -6
  560. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.js +0 -40
  561. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.js.map +0 -6
  562. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.js +0 -152
  563. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.js.map +0 -6
  564. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.js +0 -37
  565. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.js.map +0 -6
  566. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.js +0 -37
  567. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.js.map +0 -6
  568. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.js +0 -118
  569. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.js.map +0 -6
  570. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.js +0 -95
  571. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.js.map +0 -6
  572. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.js +0 -83
  573. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.js.map +0 -6
  574. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.js +0 -37
  575. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.js.map +0 -6
  576. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.js +0 -55
  577. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.js.map +0 -6
  578. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.js +0 -79
  579. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.js.map +0 -6
  580. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.js +0 -167
  581. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.js.map +0 -6
  582. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.js +0 -68
  583. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.js.map +0 -6
  584. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.js +0 -50
  585. package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.js.map +0 -6
  586. package/dist/esm/vendor/react-native/Animated/useAnimatedProps.js +0 -63
  587. package/dist/esm/vendor/react-native/Animated/useAnimatedProps.js.map +0 -6
  588. package/dist/esm/vendor/react-native/Batchinator/index.js +0 -34
  589. package/dist/esm/vendor/react-native/Batchinator/index.js.map +0 -6
  590. package/dist/esm/vendor/react-native/EventEmitter/NativeEventEmitter.js +0 -44
  591. package/dist/esm/vendor/react-native/EventEmitter/NativeEventEmitter.js.map +0 -6
  592. package/dist/esm/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js +0 -8
  593. package/dist/esm/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js.map +0 -6
  594. package/dist/esm/vendor/react-native/FeatureFlags.js +0 -12
  595. package/dist/esm/vendor/react-native/FeatureFlags.js.map +0 -6
  596. package/dist/esm/vendor/react-native/FillRateHelper/index.js +0 -109
  597. package/dist/esm/vendor/react-native/FillRateHelper/index.js.map +0 -6
  598. package/dist/esm/vendor/react-native/FlatList/index.js +0 -247
  599. package/dist/esm/vendor/react-native/FlatList/index.js.map +0 -6
  600. package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.js +0 -40
  601. package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.js.map +0 -6
  602. package/dist/esm/vendor/react-native/LayoutAnimation/index.js +0 -86
  603. package/dist/esm/vendor/react-native/LayoutAnimation/index.js.map +0 -6
  604. package/dist/esm/vendor/react-native/PanResponder/index.js +0 -124
  605. package/dist/esm/vendor/react-native/PanResponder/index.js.map +0 -6
  606. package/dist/esm/vendor/react-native/PooledClass/index.js +0 -23
  607. package/dist/esm/vendor/react-native/PooledClass/index.js.map +0 -6
  608. package/dist/esm/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js +0 -13
  609. package/dist/esm/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js.map +0 -6
  610. package/dist/esm/vendor/react-native/SectionList/index.js +0 -65
  611. package/dist/esm/vendor/react-native/SectionList/index.js.map +0 -6
  612. package/dist/esm/vendor/react-native/StaticContainer/index.js +0 -16
  613. package/dist/esm/vendor/react-native/StaticContainer/index.js.map +0 -6
  614. package/dist/esm/vendor/react-native/StaticRenderer/index.js +0 -15
  615. package/dist/esm/vendor/react-native/StaticRenderer/index.js.map +0 -6
  616. package/dist/esm/vendor/react-native/TouchHistoryMath/index.js +0 -103
  617. package/dist/esm/vendor/react-native/TouchHistoryMath/index.js.map +0 -6
  618. package/dist/esm/vendor/react-native/TurboModule/RCTExport.js +0 -10
  619. package/dist/esm/vendor/react-native/TurboModule/RCTExport.js.map +0 -6
  620. package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.js +0 -16
  621. package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.js.map +0 -6
  622. package/dist/esm/vendor/react-native/Types/CoreEventTypes.js +0 -111
  623. package/dist/esm/vendor/react-native/Types/CoreEventTypes.js.map +0 -6
  624. package/dist/esm/vendor/react-native/Utilities/Platform.js +0 -7
  625. package/dist/esm/vendor/react-native/Utilities/Platform.js.map +0 -6
  626. package/dist/esm/vendor/react-native/Utilities/clamp.js +0 -9
  627. package/dist/esm/vendor/react-native/Utilities/clamp.js.map +0 -6
  628. package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.js +0 -12
  629. package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.js.map +0 -6
  630. package/dist/esm/vendor/react-native/Utilities/useMergeRefs.js +0 -17
  631. package/dist/esm/vendor/react-native/Utilities/useMergeRefs.js.map +0 -6
  632. package/dist/esm/vendor/react-native/Utilities/useRefEffect.js +0 -16
  633. package/dist/esm/vendor/react-native/Utilities/useRefEffect.js.map +0 -6
  634. package/dist/esm/vendor/react-native/ViewabilityHelper/index.js +0 -136
  635. package/dist/esm/vendor/react-native/ViewabilityHelper/index.js.map +0 -6
  636. package/dist/esm/vendor/react-native/ViewabilityHelper.js +0 -129
  637. package/dist/esm/vendor/react-native/ViewabilityHelper.js.map +0 -6
  638. package/dist/esm/vendor/react-native/VirtualizeUtils/index.js +0 -70
  639. package/dist/esm/vendor/react-native/VirtualizeUtils/index.js.map +0 -6
  640. package/dist/esm/vendor/react-native/VirtualizedList/CellRenderMask.js +0 -62
  641. package/dist/esm/vendor/react-native/VirtualizedList/CellRenderMask.js.map +0 -6
  642. package/dist/esm/vendor/react-native/VirtualizedList/ChildListCollection.js +0 -45
  643. package/dist/esm/vendor/react-native/VirtualizedList/ChildListCollection.js.map +0 -6
  644. package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.js +0 -53
  645. package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.js.map +0 -6
  646. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js +0 -140
  647. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js.map +0 -6
  648. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.js +0 -44
  649. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.js.map +0 -6
  650. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListProps.js +0 -43
  651. package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListProps.js.map +0 -6
  652. package/dist/esm/vendor/react-native/VirtualizedList/index.js +0 -232
  653. package/dist/esm/vendor/react-native/VirtualizedList/index.js.map +0 -6
  654. package/dist/esm/vendor/react-native/VirtualizedSectionList/index.js +0 -97
  655. package/dist/esm/vendor/react-native/VirtualizedSectionList/index.js.map +0 -6
  656. package/dist/esm/vendor/react-native/deepDiffer/index.js +0 -32
  657. package/dist/esm/vendor/react-native/deepDiffer/index.js.map +0 -6
  658. package/dist/esm/vendor/react-native/emitter/EventEmitter.js +0 -7
  659. package/dist/esm/vendor/react-native/emitter/EventEmitter.js.map +0 -6
  660. package/dist/esm/vendor/react-native/emitter/EventSubscription.js +0 -1
  661. package/dist/esm/vendor/react-native/emitter/EventSubscription.js.map +0 -6
  662. package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.js +0 -31
  663. package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.js.map +0 -6
  664. package/dist/esm/vendor/react-native/emitter/_EventEmitter.js +0 -115
  665. package/dist/esm/vendor/react-native/emitter/_EventEmitter.js.map +0 -6
  666. package/dist/esm/vendor/react-native/emitter/_EventSubscription.js +0 -21
  667. package/dist/esm/vendor/react-native/emitter/_EventSubscription.js.map +0 -6
  668. package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.js +0 -60
  669. package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.js.map +0 -6
  670. package/dist/esm/vendor/react-native/infoLog/index.js +0 -9
  671. package/dist/esm/vendor/react-native/infoLog/index.js.map +0 -6
  672. package/dist/esm/vendor/react-native/useRefEffect.js +0 -16
  673. package/dist/esm/vendor/react-native/useRefEffect.js.map +0 -6
  674. package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.js +0 -71
  675. package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.js.map +0 -6
  676. package/dist/esm/without-animated.js +0 -229
  677. package/dist/esm/without-animated.js.map +0 -6
@@ -1,95 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all)
7
- __defProp(target, name, { get: all[name], enumerable: !0 });
8
- }, __copyProps = (to, from, except, desc) => {
9
- if (from && typeof from == "object" || typeof from == "function")
10
- for (let key of __getOwnPropNames(from))
11
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
12
- return to;
13
- };
14
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
15
- var AccessibilityInfo_exports = {};
16
- __export(AccessibilityInfo_exports, {
17
- AccessibilityInfo: () => AccessibilityInfo
18
- });
19
- module.exports = __toCommonJS(AccessibilityInfo_exports);
20
- var import_react_native_web_internals = require("@tamagui/react-native-web-internals");
21
- function isScreenReaderEnabled() {
22
- return new Promise((resolve, reject) => {
23
- resolve(!0);
24
- });
25
- }
26
- const prefersReducedMotionMedia = import_react_native_web_internals.canUseDOM && typeof window.matchMedia == "function" ? window.matchMedia("(prefers-reduced-motion: reduce)") : null;
27
- function isReduceMotionEnabled() {
28
- return new Promise((resolve, reject) => {
29
- resolve(prefersReducedMotionMedia ? prefersReducedMotionMedia.matches : !0);
30
- });
31
- }
32
- function addChangeListener(fn) {
33
- prefersReducedMotionMedia != null && (prefersReducedMotionMedia.addEventListener != null ? prefersReducedMotionMedia.addEventListener("change", fn) : prefersReducedMotionMedia.addListener(fn));
34
- }
35
- function removeChangeListener(fn) {
36
- prefersReducedMotionMedia != null && (prefersReducedMotionMedia.removeEventListener != null ? prefersReducedMotionMedia.removeEventListener("change", fn) : prefersReducedMotionMedia.removeListener(fn));
37
- }
38
- const handlers = {}, AccessibilityInfo = {
39
- /**
40
- * Query whether a screen reader is currently enabled.
41
- *
42
- * Returns a promise which resolves to a boolean.
43
- * The result is `true` when a screen reader is enabled and `false` otherwise.
44
- */
45
- isScreenReaderEnabled,
46
- /**
47
- * Query whether the user prefers reduced motion.
48
- *
49
- * Returns a promise which resolves to a boolean.
50
- * The result is `true` when a screen reader is enabled and `false` otherwise.
51
- */
52
- isReduceMotionEnabled,
53
- /**
54
- * Deprecated
55
- */
56
- fetch: isScreenReaderEnabled,
57
- /**
58
- * Add an event handler. Supported events: reduceMotionChanged
59
- */
60
- addEventListener: function(eventName, handler) {
61
- if (eventName === "reduceMotionChanged") {
62
- if (!prefersReducedMotionMedia)
63
- return;
64
- const listener = (event) => {
65
- handler(event.matches);
66
- };
67
- addChangeListener(listener), handlers[handler] = listener;
68
- }
69
- return {
70
- remove: () => AccessibilityInfo.removeEventListener(eventName, handler)
71
- };
72
- },
73
- /**
74
- * Set accessibility focus to a react component.
75
- */
76
- setAccessibilityFocus: function(reactTag) {
77
- },
78
- /**
79
- * Post a string to be announced by the screen reader.
80
- */
81
- announceForAccessibility: function(announcement) {
82
- },
83
- /**
84
- * Remove an event handler.
85
- */
86
- removeEventListener: function(eventName, handler) {
87
- if (eventName === "reduceMotionChanged") {
88
- const listener = handlers[handler];
89
- if (!listener || !prefersReducedMotionMedia)
90
- return;
91
- removeChangeListener(listener);
92
- }
93
- }
94
- };
95
- //# sourceMappingURL=index.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/AccessibilityInfo/index.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAQA,wCAA0B;AAE1B,SAAS,wBAA0C;AACjD,SAAO,IAAI,QAAQ,CAAC,SAAS,WAAW;AACtC,YAAQ,EAAI;AAAA,EACd,CAAC;AACH;AAEA,MAAM,4BACJ,+CAAa,OAAO,OAAO,cAAe,aACtC,OAAO,WAAW,kCAAkC,IACpD;AAEN,SAAS,wBAA0C;AACjD,SAAO,IAAI,QAAQ,CAAC,SAAS,WAAW;AACtC,YAAQ,4BAA4B,0BAA0B,UAAU,EAAI;AAAA,EAC9E,CAAC;AACH;AAEA,SAAS,kBAAkB,IAAI;AAC7B,EAAI,6BAA6B,SAC/B,0BAA0B,oBAAoB,OAC1C,0BAA0B,iBAAiB,UAAU,EAAE,IACvD,0BAA0B,YAAY,EAAE;AAEhD;AAEA,SAAS,qBAAqB,IAAI;AAChC,EAAI,6BAA6B,SAC/B,0BAA0B,uBAAuB,OAC7C,0BAA0B,oBAAoB,UAAU,EAAE,IAC1D,0BAA0B,eAAe,EAAE;AAEnD;AAEA,MAAM,WAAW,CAAC,GAEL,oBAAoB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAO/B;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAQA;AAAA;AAAA;AAAA;AAAA,EAKA,OAAO;AAAA;AAAA;AAAA;AAAA,EAKP,kBAAkB,SAAU,WAAmB,SAAwB;AACrE,QAAI,cAAc,uBAAuB;AACvC,UAAI,CAAC;AACH;AAEF,YAAM,WAAW,CAAC,UAAU;AAC1B,gBAAQ,MAAM,OAAO;AAAA,MACvB;AACA,wBAAkB,QAAQ,GAE1B,SAAS,OAAO,IAAI;AAAA,IACtB;AAEA,WAAO;AAAA,MACL,QAAQ,MAAM,kBAAkB,oBAAoB,WAAW,OAAO;AAAA,IACxE;AAAA,EACF;AAAA;AAAA;AAAA;AAAA,EAKA,uBAAuB,SAAU,UAAwB;AAAA,EAAC;AAAA;AAAA;AAAA;AAAA,EAK1D,0BAA0B,SAAU,cAA4B;AAAA,EAAC;AAAA;AAAA;AAAA;AAAA,EAKjE,qBAAqB,SAAU,WAAmB,SAAyB;AACzE,QAAI,cAAc,uBAAuB;AAEvC,YAAM,WAAW,SAAS,OAAO;AACjC,UAAI,CAAC,YAAY,CAAC;AAChB;AAEF,2BAAqB,QAAQ;AAAA,IAC/B;AAAA,EAEF;AACF;",
5
- "names": []
6
- }
@@ -1,116 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __copyProps = (to, from, except, desc) => {
7
- if (from && typeof from == "object" || typeof from == "function")
8
- for (let key of __getOwnPropNames(from))
9
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
10
- return to;
11
- };
12
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
13
- // If the importer is in node compatibility mode or this is not an ESM
14
- // file that has been converted to a CommonJS file using a Babel-
15
- // compatible transform (i.e. "__esModule" has not been set), then set
16
- // "default" to the CommonJS "module.exports" for node compatibility.
17
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
18
- mod
19
- ));
20
- var import_react = require("@testing-library/react"), import_dom_event_testing_library = require("dom-event-testing-library"), import_react2 = __toESM(require("react"), 1), import_test_utils = require("react-dom/test-utils"), import__ = __toESM(require(".."), 1), import_jsx_runtime = require("react/jsx-runtime");
21
- describe("components/ActivityIndicator", () => {
22
- describe('prop "accessibilityLabel"', () => {
23
- test("value is set", () => {
24
- const { container } = (0, import_react.render)(
25
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import__.default, { accessibilityLabel: "accessibility label" })
26
- );
27
- expect(container.firstChild).toMatchSnapshot();
28
- });
29
- }), describe('prop "accessibilityLiveRegion"', () => {
30
- test("value is set", () => {
31
- const { container } = (0, import_react.render)(/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import__.default, { accessibilityLiveRegion: "polite" }));
32
- expect(container.firstChild).toMatchSnapshot();
33
- });
34
- }), describe('prop "animating"', () => {
35
- test('is "true"', () => {
36
- const { container } = (0, import_react.render)(/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import__.default, { animating: !0 }));
37
- expect(container.firstChild).toMatchSnapshot();
38
- }), test('is "false"', () => {
39
- const { container } = (0, import_react.render)(/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import__.default, { animating: !1 }));
40
- expect(container.firstChild).toMatchSnapshot();
41
- });
42
- }), test('prop "color"', () => {
43
- const { container } = (0, import_react.render)(/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import__.default, { color: "red" })), svg = container.firstChild.querySelector("svg");
44
- expect(svg).toMatchSnapshot();
45
- }), describe('prop "dataSet"', () => {
46
- test("value is set", () => {
47
- const { container } = (0, import_react.render)(
48
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import__.default, { dataSet: { one: "one", two: "two" } })
49
- );
50
- expect(container.firstChild).toMatchSnapshot();
51
- });
52
- }), describe('prop "hidesWhenStopped"', () => {
53
- test('is "true"', () => {
54
- const { container } = (0, import_react.render)(
55
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import__.default, { animating: !1, hidesWhenStopped: !0 })
56
- );
57
- expect(container.firstChild).toMatchSnapshot();
58
- }), test('is "false"', () => {
59
- const { container } = (0, import_react.render)(
60
- /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import__.default, { animating: !1, hidesWhenStopped: !1 })
61
- );
62
- expect(container.firstChild).toMatchSnapshot();
63
- });
64
- }), describe('prop "nativeID"', () => {
65
- test("value is set", () => {
66
- const { container } = (0, import_react.render)(/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import__.default, { nativeID: "123" }));
67
- expect(container.firstChild).toMatchSnapshot();
68
- });
69
- }), describe('prop "onBlur"', () => {
70
- test("is called", () => {
71
- const onBlur = jest.fn(), ref = import_react2.default.createRef();
72
- (0, import_test_utils.act)(() => {
73
- (0, import_react.render)(/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import__.default, { onBlur, ref }));
74
- });
75
- const target = (0, import_dom_event_testing_library.createEventTarget)(ref.current), body = (0, import_dom_event_testing_library.createEventTarget)(document.body);
76
- (0, import_test_utils.act)(() => {
77
- target.focus(), body.focus({ relatedTarget: target.node });
78
- }), expect(onBlur).toBeCalled();
79
- });
80
- }), describe('prop "onFocus"', () => {
81
- test("is called", () => {
82
- const onFocus = jest.fn(), ref = import_react2.default.createRef();
83
- (0, import_test_utils.act)(() => {
84
- (0, import_react.render)(/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import__.default, { onFocus, ref }));
85
- });
86
- const target = (0, import_dom_event_testing_library.createEventTarget)(ref.current);
87
- (0, import_test_utils.act)(() => {
88
- target.focus();
89
- }), expect(onFocus).toBeCalled();
90
- });
91
- }), describe('prop "ref"', () => {
92
- test("value is set", () => {
93
- const ref = jest.fn();
94
- (0, import_react.render)(/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import__.default, { ref })), expect(ref).toBeCalled();
95
- });
96
- }), describe('prop "size"', () => {
97
- test('is "large"', () => {
98
- const { container } = (0, import_react.render)(/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import__.default, { size: "large" }));
99
- expect(container.firstChild).toMatchSnapshot();
100
- }), test("is a number", () => {
101
- const { container } = (0, import_react.render)(/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import__.default, { size: 30 }));
102
- expect(container.firstChild).toMatchSnapshot();
103
- });
104
- }), describe('prop "style"', () => {
105
- test("value is set", () => {
106
- const { container } = (0, import_react.render)(/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import__.default, { style: { borderWidth: 5 } }));
107
- expect(container.firstChild).toMatchSnapshot();
108
- });
109
- }), describe('prop "testID"', () => {
110
- test("value is set", () => {
111
- const { container } = (0, import_react.render)(/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import__.default, { testID: "123" }));
112
- expect(container.firstChild).toMatchSnapshot();
113
- });
114
- });
115
- });
116
- //# sourceMappingURL=index-test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../../src/ActivityIndicator/__tests__/index-test.tsx"],
4
- "mappings": "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",
5
- "names": ["import_react", "ActivityIndicator", "React"]
6
- }
@@ -1,109 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: !0 });
9
- }, __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from == "object" || typeof from == "function")
11
- for (let key of __getOwnPropNames(from))
12
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
- return to;
14
- };
15
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
16
- // If the importer is in node compatibility mode or this is not an ESM
17
- // file that has been converted to a CommonJS file using a Babel-
18
- // compatible transform (i.e. "__esModule" has not been set), then set
19
- // "default" to the CommonJS "module.exports" for node compatibility.
20
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
21
- mod
22
- )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
23
- var ActivityIndicator_exports = {};
24
- __export(ActivityIndicator_exports, {
25
- ActivityIndicator: () => ActivityIndicator,
26
- default: () => ActivityIndicator_default
27
- });
28
- module.exports = __toCommonJS(ActivityIndicator_exports);
29
- var React = __toESM(require("react"), 1), import_react_native_web_internals = require("@tamagui/react-native-web-internals"), import_View = require("../View/index"), import_jsx_runtime = require("react/jsx-runtime");
30
- const createSvgCircle = (style) => /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "16", cy: "16", fill: "none", r: "14", strokeWidth: "4", style }), ActivityIndicator = React.forwardRef(
31
- (props, forwardedRef) => {
32
- const {
33
- animating = !0,
34
- color = "#1976D2",
35
- hidesWhenStopped = !0,
36
- size = "small",
37
- style,
38
- ...other
39
- } = props, svg = /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("svg", { height: "100%", viewBox: "0 0 32 32", width: "100%", children: [
40
- createSvgCircle({
41
- stroke: color,
42
- opacity: 0.2
43
- }),
44
- createSvgCircle({
45
- stroke: color,
46
- strokeDasharray: 80,
47
- strokeDashoffset: 60
48
- })
49
- ] });
50
- return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
51
- import_View.View,
52
- {
53
- ...other,
54
- accessibilityRole: "progressbar",
55
- accessibilityValueMax: 1,
56
- accessibilityValueMin: 0,
57
- ref: forwardedRef,
58
- style: [styles.container, style],
59
- children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
60
- import_View.View,
61
- {
62
- children: svg,
63
- style: [
64
- typeof size == "number" ? { height: size, width: size } : indicatorSizes[size],
65
- styles.animation,
66
- !animating && styles.animationPause,
67
- !animating && hidesWhenStopped && styles.hidesWhenStopped
68
- ]
69
- }
70
- )
71
- }
72
- );
73
- }
74
- );
75
- ActivityIndicator.displayName = "ActivityIndicator";
76
- const styles = import_react_native_web_internals.StyleSheet.create({
77
- container: {
78
- alignItems: "center",
79
- justifyContent: "center"
80
- },
81
- hidesWhenStopped: {
82
- visibility: "hidden"
83
- },
84
- animation: {
85
- animationDuration: "0.75s",
86
- animationKeyframes: [
87
- {
88
- "0%": { transform: [{ rotate: "0deg" }] },
89
- "100%": { transform: [{ rotate: "360deg" }] }
90
- }
91
- ],
92
- animationTimingFunction: "linear",
93
- animationIterationCount: "infinite"
94
- },
95
- animationPause: {
96
- animationPlayState: "paused"
97
- }
98
- }), indicatorSizes = import_react_native_web_internals.StyleSheet.create({
99
- small: {
100
- width: 20,
101
- height: 20
102
- },
103
- large: {
104
- width: 36,
105
- height: 36
106
- }
107
- });
108
- var ActivityIndicator_default = ActivityIndicator;
109
- //# sourceMappingURL=index.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/ActivityIndicator/index.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAUA,YAAuB,8BACvB,oCAA2B,gDAG3B,cAAqB,0BAGnB;AADF,MAAM,kBAAkB,CAAC,UACvB,4CAAC,YAAO,IAAG,MAAK,IAAG,MAAK,MAAK,QAAO,GAAE,MAAK,aAAY,KAAI,OAAc,GAUrE,oBAAoB,MAAM;AAAA,EAC9B,CAAC,OAAO,iBAAiB;AACvB,UAAM;AAAA,MACJ,YAAY;AAAA,MACZ,QAAQ;AAAA,MACR,mBAAmB;AAAA,MACnB,OAAO;AAAA,MACP;AAAA,MACA,GAAG;AAAA,IACL,IAAI,OAEE,MACJ,6CAAC,SAAI,QAAO,QAAO,SAAQ,aAAY,OAAM,QAC1C;AAAA,sBAAgB;AAAA,QACf,QAAQ;AAAA,QACR,SAAS;AAAA,MACX,CAAC;AAAA,MACA,gBAAgB;AAAA,QACf,QAAQ;AAAA,QACR,iBAAiB;AAAA,QACjB,kBAAkB;AAAA,MACpB,CAAC;AAAA,OACH;AAGF,WACE;AAAA,MAAC;AAAA;AAAA,QACE,GAAG;AAAA,QACJ,mBAAkB;AAAA,QAClB,uBAAuB;AAAA,QACvB,uBAAuB;AAAA,QACvB,KAAK;AAAA,QACL,OAAO,CAAC,OAAO,WAAW,KAAK;AAAA,QAE/B;AAAA,UAAC;AAAA;AAAA,YACC,UAAU;AAAA,YACV,OAAO;AAAA,cACL,OAAO,QAAS,WACZ,EAAE,QAAQ,MAAM,OAAO,KAAK,IAC5B,eAAe,IAAI;AAAA,cACvB,OAAO;AAAA,cACP,CAAC,aAAa,OAAO;AAAA,cACrB,CAAC,aAAa,oBAAoB,OAAO;AAAA,YAC3C;AAAA;AAAA,QACF;AAAA;AAAA,IACF;AAAA,EAEJ;AACF;AAEA,kBAAkB,cAAc;AAEhC,MAAM,SAAS,6CAAW,OAAO;AAAA,EAC/B,WAAW;AAAA,IACT,YAAY;AAAA,IACZ,gBAAgB;AAAA,EAClB;AAAA,EACA,kBAAkB;AAAA,IAChB,YAAY;AAAA,EACd;AAAA,EACA,WAAW;AAAA,IACT,mBAAmB;AAAA,IACnB,oBAAoB;AAAA,MAClB;AAAA,QACE,MAAM,EAAE,WAAW,CAAC,EAAE,QAAQ,OAAO,CAAC,EAAE;AAAA,QACxC,QAAQ,EAAE,WAAW,CAAC,EAAE,QAAQ,SAAS,CAAC,EAAE;AAAA,MAC9C;AAAA,IACF;AAAA,IACA,yBAAyB;AAAA,IACzB,yBAAyB;AAAA,EAC3B;AAAA,EACA,gBAAgB;AAAA,IACd,oBAAoB;AAAA,EACtB;AACF,CAAC,GAEK,iBAAiB,6CAAW,OAAO;AAAA,EACvC,OAAO;AAAA,IACL,OAAO;AAAA,IACP,QAAQ;AAAA,EACV;AAAA,EACA,OAAO;AAAA,IACL,OAAO;AAAA,IACP,QAAQ;AAAA,EACV;AACF,CAAC;AAGD,IAAO,4BAAQ;",
5
- "names": []
6
- }
@@ -1,24 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all)
7
- __defProp(target, name, { get: all[name], enumerable: !0 });
8
- }, __copyProps = (to, from, except, desc) => {
9
- if (from && typeof from == "object" || typeof from == "function")
10
- for (let key of __getOwnPropNames(from))
11
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
12
- return to;
13
- };
14
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
15
- var Alert_exports = {};
16
- __export(Alert_exports, {
17
- Alert: () => Alert
18
- });
19
- module.exports = __toCommonJS(Alert_exports);
20
- class Alert {
21
- static alert() {
22
- }
23
- }
24
- //# sourceMappingURL=index.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/Alert/index.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AASO,MAAM,MAAM;AAAA,EACjB,OAAO,QAAQ;AAAA,EAAC;AAClB;",
5
- "names": []
6
- }
@@ -1,41 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: !0 });
9
- }, __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from == "object" || typeof from == "function")
11
- for (let key of __getOwnPropNames(from))
12
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
13
- return to;
14
- };
15
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
16
- // If the importer is in node compatibility mode or this is not an ESM
17
- // file that has been converted to a CommonJS file using a Babel-
18
- // compatible transform (i.e. "__esModule" has not been set), then set
19
- // "default" to the CommonJS "module.exports" for node compatibility.
20
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
21
- mod
22
- )), __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
23
- var AppContainer_exports = {};
24
- __export(AppContainer_exports, {
25
- AppContainer: () => AppContainer,
26
- RootTagContext: () => RootTagContext
27
- });
28
- module.exports = __toCommonJS(AppContainer_exports);
29
- var React = __toESM(require("react"), 1), import_react_native_web_internals = require("@tamagui/react-native-web-internals"), import_View = require("../View/index"), import_jsx_runtime = require("react/jsx-runtime");
30
- const RootTagContext = React.createContext(null), AppContainer = React.forwardRef((props, forwardedRef) => {
31
- const { children, WrapperComponent } = props;
32
- let innerView = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_View.View, { pointerEvents: "box-none", style: styles.appContainer, children }, 1);
33
- return WrapperComponent && (innerView = /* @__PURE__ */ (0, import_jsx_runtime.jsx)(WrapperComponent, { children: innerView })), /* @__PURE__ */ (0, import_jsx_runtime.jsx)(RootTagContext.Provider, { value: props.rootTag, children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_View.View, { pointerEvents: "box-none", ref: forwardedRef, style: styles.appContainer, children: innerView }) });
34
- });
35
- AppContainer.displayName = "AppContainer";
36
- const styles = import_react_native_web_internals.StyleSheet.create({
37
- appContainer: {
38
- flex: 1
39
- }
40
- });
41
- //# sourceMappingURL=AppContainer.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../src/AppRegistry/AppContainer.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAUA,YAAuB,8BACvB,oCAA2B,gDAE3B,cAAqB,0BAcjB;AANG,MAAM,iBAAqC,MAAM,cAAc,IAAI,GAEpE,eAAe,MAAM,WAAW,CAAC,OAAc,iBAAkC;AACrF,QAAM,EAAE,UAAU,iBAAiB,IAAI;AAEvC,MAAI,YACF,4CAAC,oBAAa,eAAc,YAAW,OAAO,OAAO,cAClD,YADQ,CAEX;AAGF,SAAI,qBACF,YAAY,4CAAC,oBAAkB,qBAAU,IAIzC,4CAAC,eAAe,UAAf,EAAwB,OAAO,MAAM,SACpC,sDAAC,oBAAK,eAAc,YAAW,KAAK,cAAc,OAAO,OAAO,cAC7D,qBACH,GACF;AAEJ,CAAC;AAED,aAAa,cAAc;AAE3B,MAAM,SAAS,6CAAW,OAAO;AAAA,EAC/B,cAAc;AAAA,IACZ,MAAM;AAAA,EACR;AACF,CAAC;",
5
- "names": []
6
- }
@@ -1,77 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __copyProps = (to, from, except, desc) => {
7
- if (from && typeof from == "object" || typeof from == "function")
8
- for (let key of __getOwnPropNames(from))
9
- !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
10
- return to;
11
- };
12
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
13
- // If the importer is in node compatibility mode or this is not an ESM
14
- // file that has been converted to a CommonJS file using a Babel-
15
- // compatible transform (i.e. "__esModule" has not been set), then set
16
- // "default" to the CommonJS "module.exports" for node compatibility.
17
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
18
- mod
19
- ));
20
- var import_react = __toESM(require("react"), 1), import__ = __toESM(require(".."), 1);
21
- const NoopComponent = () => import_react.default.createElement("div");
22
- describe("AppRegistry", () => {
23
- describe("runApplication", () => {
24
- let rootTag;
25
- beforeEach(() => {
26
- rootTag = document.createElement("div"), rootTag.id = "react-root", document.body.appendChild(rootTag);
27
- }), afterEach(() => {
28
- document.body.removeChild(rootTag);
29
- }), test("callback after render", () => {
30
- const callback = jest.fn();
31
- import__.default.registerComponent("App", () => NoopComponent), import__.default.runApplication("App", {
32
- initialProps: {},
33
- rootTag,
34
- callback
35
- }), expect(callback).toHaveBeenCalledTimes(1);
36
- }), test("styles roots in different documents", () => {
37
- import__.default.registerComponent("App", () => NoopComponent), import__.default.runApplication("App", { initialProps: {}, rootTag });
38
- const iframe = document.createElement("iframe");
39
- document.body.appendChild(iframe);
40
- const iframeRootTag = document.createElement("div");
41
- iframeRootTag.id = "react-iframe-root", iframe.contentWindow.document.body.appendChild(iframeRootTag), import__.default.registerComponent("App", () => NoopComponent), import__.default.runApplication("App", {
42
- initialProps: {},
43
- rootTag: iframeRootTag
44
- });
45
- const iframedoc = iframeRootTag.ownerDocument;
46
- expect(iframedoc).toBe(iframe.contentWindow.document), expect(iframedoc).not.toBe(document);
47
- const cssText = Array.prototype.slice.call(iframedoc.getElementById("react-native-stylesheet").sheet.cssRules).map((cssRule) => cssRule.cssText);
48
- expect(cssText).toMatchInlineSnapshot(`
49
- [
50
- "[stylesheet-group=\\"0\\"] {}",
51
- "body {margin: 0;}",
52
- "button::-moz-focus-inner,input::-moz-focus-inner {border: 0; padding: 0;}",
53
- "html {-ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0);}",
54
- "input::-webkit-search-cancel-button,input::-webkit-search-decoration,input::-webkit-search-results-button,input::-webkit-search-results-decoration {display: none;}",
55
- "[stylesheet-group=\\"1\\"] {}",
56
- ".css-view-175oi2r {align-items: stretch; background-color: rgba(0,0,0,0.00); border: 0 solid black; box-sizing: border-box; display: flex; flex-basis: auto; flex-direction: column; flex-shrink: 0; list-style: none; margin: 0px; min-height: 0px; min-width: 0px; padding: 0px; position: relative; text-decoration: none; z-index: 0;}",
57
- "[stylesheet-group=\\"2\\"] {}",
58
- ".r-display-xoduu5 {display: inline-flex;}",
59
- ".r-flex-13awgt0 {flex: 1;}",
60
- "[stylesheet-group=\\"2.2\\"] {}",
61
- ".r-bottom-1p0dtai {bottom: 0px;}",
62
- ".r-left-1d2f490 {left: 0px;}",
63
- ".r-pointerEvents-105ug2t {pointer-events: auto !important;}",
64
- ".r-pointerEvents-12vffkv>* {pointer-events: auto;}",
65
- ".r-pointerEvents-12vffkv {pointer-events: none !important;}",
66
- ".r-pointerEvents-633pao {pointer-events: none !important;}",
67
- ".r-pointerEvents-ah5dr5>* {pointer-events: none;}",
68
- ".r-pointerEvents-ah5dr5 {pointer-events: auto !important;}",
69
- ".r-position-u8s1d {position: absolute;}",
70
- ".r-right-zchlnj {right: 0px;}",
71
- ".r-top-ipm5af {top: 0px;}",
72
- ]
73
- `);
74
- });
75
- });
76
- });
77
- //# sourceMappingURL=index-test.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../../../src/AppRegistry/__tests__/index-test.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;AAOA,mBAAkB,8BAElB,WAAwB;AAExB,MAAM,gBAAgB,MAAM,aAAAA,QAAM,cAAc,KAAK;AAErD,SAAS,eAAe,MAAM;AAC5B,WAAS,kBAAkB,MAAM;AAC/B,QAAI;AAEJ,eAAW,MAAM;AACf,gBAAU,SAAS,cAAc,KAAK,GACtC,QAAQ,KAAK,cACb,SAAS,KAAK,YAAY,OAAO;AAAA,IACnC,CAAC,GAED,UAAU,MAAM;AACd,eAAS,KAAK,YAAY,OAAO;AAAA,IACnC,CAAC,GAED,KAAK,yBAAyB,MAAM;AAClC,YAAM,WAAW,KAAK,GAAG;AACzB,eAAAC,QAAY,kBAAkB,OAAO,MAAM,aAAa,GACxD,SAAAA,QAAY,eAAe,OAAO;AAAA,QAChC,cAAc,CAAC;AAAA,QACf;AAAA,QACA;AAAA,MACF,CAAC,GACD,OAAO,QAAQ,EAAE,sBAAsB,CAAC;AAAA,IAC1C,CAAC,GAED,KAAK,uCAAuC,MAAM;AAChD,eAAAA,QAAY,kBAAkB,OAAO,MAAM,aAAa,GACxD,SAAAA,QAAY,eAAe,OAAO,EAAE,cAAc,CAAC,GAAG,QAAQ,CAAC;AAG/D,YAAM,SAAS,SAAS,cAAc,QAAQ;AAC9C,eAAS,KAAK,YAAY,MAAM;AAEhC,YAAM,gBAAgB,SAAS,cAAc,KAAK;AAClD,oBAAc,KAAK,qBACnB,OAAO,cAAc,SAAS,KAAK,YAAY,aAAa,GAG5D,SAAAA,QAAY,kBAAkB,OAAO,MAAM,aAAa,GACxD,SAAAA,QAAY,eAAe,OAAO;AAAA,QAChC,cAAc,CAAC;AAAA,QACf,SAAS;AAAA,MACX,CAAC;AAED,YAAM,YAAY,cAAc;AAChC,aAAO,SAAS,EAAE,KAAK,OAAO,cAAc,QAAQ,GACpD,OAAO,SAAS,EAAE,IAAI,KAAK,QAAQ;AAEnC,YAAM,UAAU,MAAM,UAAU,MAC7B,KAAK,UAAU,eAAe,yBAAyB,EAAE,MAAM,QAAQ,EACvE,IAAI,CAAC,YAAY,QAAQ,OAAO;AAEnC,aAAO,OAAO,EAAE,sBAAsB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,OAyBrC;AAAA,IACH,CAAC;AAAA,EACH,CAAC;AACH,CAAC;",
5
- "names": ["React", "AppRegistry"]
6
- }