@tamagui/react-native-web-lite 2.0.0-rc.3 → 2.0.0-rc.30
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.
- package/dist/cjs/Libraries/Pressability/Pressability.cjs +26 -0
- package/dist/cjs/Libraries/Pressability/usePressability.cjs +26 -0
- package/dist/cjs/ScrollView/ScrollViewBase.cjs +9 -7
- package/dist/cjs/ScrollView/index.cjs +31 -0
- package/dist/cjs/createReactDOMStyle.cjs +4 -2
- package/dist/cjs/index.js +76 -18
- package/dist/cjs/preprocess.cjs +1 -0
- package/dist/cjs/without-animated.cjs +134 -43
- package/dist/esm/ActivityIndicator/__tests__/index-test.mjs +1 -1
- package/dist/esm/AppRegistry/__tests__/index-test.mjs +1 -1
- package/dist/esm/AppRegistry/__tests__/index-test.node.mjs +2 -2
- package/dist/esm/AppState/__tests__/index-test.mjs +1 -1
- package/dist/esm/Dimensions/__tests__/index-test.mjs +1 -1
- package/dist/esm/FlatList.mjs +4 -4
- package/dist/esm/ImageBackground/__tests__/index-test.mjs +2 -2
- package/dist/esm/Libraries/Pressability/Pressability.mjs +3 -0
- package/dist/esm/Libraries/Pressability/Pressability.mjs.map +1 -0
- package/dist/esm/Libraries/Pressability/usePressability.mjs +3 -0
- package/dist/esm/Libraries/Pressability/usePressability.mjs.map +1 -0
- package/dist/esm/Linking/__tests__/index-test.mjs +1 -1
- package/dist/esm/Modal/ModalContent.mjs +1 -1
- package/dist/esm/ScrollView/ScrollViewBase.mjs +9 -7
- package/dist/esm/ScrollView/ScrollViewBase.mjs.map +1 -1
- package/dist/esm/ScrollView/index.mjs +31 -0
- package/dist/esm/ScrollView/index.mjs.map +1 -1
- package/dist/esm/SectionList.mjs +2 -2
- package/dist/esm/TouchableOpacity.mjs +1 -1
- package/dist/esm/VirtualizedList.mjs +2 -2
- package/dist/esm/createElement/__tests__/index-test.mjs +1 -1
- package/dist/esm/createReactDOMStyle.mjs +2 -1
- package/dist/esm/createReactDOMStyle.mjs.map +1 -1
- package/dist/esm/index.js +54 -160
- package/dist/esm/index.js.map +1 -6
- package/dist/esm/preprocess.mjs +2 -2
- package/dist/esm/preprocess.mjs.map +1 -1
- package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.mjs +1 -1
- package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.mjs +1 -1
- package/dist/esm/vendor/react-native/Animated/components/AnimatedText.mjs +1 -1
- package/dist/esm/vendor/react-native/Animated/components/AnimatedView.mjs +1 -1
- package/dist/esm/vendor/react-native/FlatList/index.mjs +4 -4
- package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.mjs +1 -1
- package/dist/esm/vendor/react-native/SectionList/index.mjs +1 -1
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.mjs +1 -1
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.mjs +1 -1
- package/dist/esm/vendor/react-native/VirtualizedList/index.mjs +4 -4
- package/dist/esm/vendor/react-native/VirtualizedSectionList/index.mjs +1 -1
- package/dist/esm/without-animated.mjs +133 -42
- package/dist/esm/without-animated.mjs.map +1 -1
- package/package.json +34 -8
- package/src/Libraries/Pressability/Pressability.ts +2 -0
- package/src/Libraries/Pressability/usePressability.ts +2 -0
- package/src/ScrollView/ScrollViewBase.tsx +12 -7
- package/src/ScrollView/index.tsx +31 -0
- package/src/createReactDOMStyle.ts +4 -1
- package/src/preprocess.ts +1 -0
- package/src/without-animated.tsx +156 -27
- package/dist/cjs/AccessibilityInfo/index.js +0 -95
- package/dist/cjs/AccessibilityInfo/index.js.map +0 -6
- package/dist/cjs/ActivityIndicator/__tests__/index-test.js +0 -116
- package/dist/cjs/ActivityIndicator/__tests__/index-test.js.map +0 -6
- package/dist/cjs/ActivityIndicator/index.js +0 -109
- package/dist/cjs/ActivityIndicator/index.js.map +0 -6
- package/dist/cjs/Alert/index.js +0 -24
- package/dist/cjs/Alert/index.js.map +0 -6
- package/dist/cjs/AppRegistry/AppContainer.js +0 -41
- package/dist/cjs/AppRegistry/AppContainer.js.map +0 -6
- package/dist/cjs/AppRegistry/__tests__/index-test.js +0 -77
- package/dist/cjs/AppRegistry/__tests__/index-test.js.map +0 -6
- package/dist/cjs/AppRegistry/__tests__/index-test.node.js +0 -131
- package/dist/cjs/AppRegistry/__tests__/index-test.node.js.map +0 -6
- package/dist/cjs/AppRegistry/index.js +0 -90
- package/dist/cjs/AppRegistry/index.js.map +0 -6
- package/dist/cjs/AppRegistry/renderApplication.js +0 -43
- package/dist/cjs/AppRegistry/renderApplication.js.map +0 -6
- package/dist/cjs/AppState/__tests__/index-test.js +0 -33
- package/dist/cjs/AppState/__tests__/index-test.js.map +0 -6
- package/dist/cjs/AppState/index.js +0 -71
- package/dist/cjs/AppState/index.js.map +0 -6
- package/dist/cjs/Appearance/index.js +0 -40
- package/dist/cjs/Appearance/index.js.map +0 -6
- package/dist/cjs/BackHandler/index.js +0 -31
- package/dist/cjs/BackHandler/index.js.map +0 -6
- package/dist/cjs/Clipboard/index.js +0 -47
- package/dist/cjs/Clipboard/index.js.map +0 -6
- package/dist/cjs/DeviceEmitter.js +0 -22
- package/dist/cjs/DeviceEmitter.js.map +0 -6
- package/dist/cjs/DeviceInfo/index.js +0 -53
- package/dist/cjs/DeviceInfo/index.js.map +0 -6
- package/dist/cjs/Dimensions/__tests__/index-test.js +0 -51
- package/dist/cjs/Dimensions/__tests__/index-test.js.map +0 -6
- package/dist/cjs/Dimensions/index.js +0 -76
- package/dist/cjs/Dimensions/index.js.map +0 -6
- package/dist/cjs/FlatList.js +0 -194
- package/dist/cjs/FlatList.js.map +0 -6
- package/dist/cjs/I18nManager/index.js +0 -29
- package/dist/cjs/I18nManager/index.js.map +0 -6
- package/dist/cjs/Image/index.js +0 -254
- package/dist/cjs/Image/index.js.map +0 -6
- package/dist/cjs/Image/types.js +0 -14
- package/dist/cjs/Image/types.js.map +0 -6
- package/dist/cjs/ImageBackground/__tests__/index-test.js +0 -48
- package/dist/cjs/ImageBackground/__tests__/index-test.js.map +0 -6
- package/dist/cjs/ImageBackground/index.js +0 -55
- package/dist/cjs/ImageBackground/index.js.map +0 -6
- package/dist/cjs/InteractionManager/TaskQueue.js +0 -75
- package/dist/cjs/InteractionManager/TaskQueue.js.map +0 -6
- package/dist/cjs/InteractionManager/index.js +0 -94
- package/dist/cjs/InteractionManager/index.js.map +0 -6
- package/dist/cjs/Keyboard/index.js +0 -34
- package/dist/cjs/Keyboard/index.js.map +0 -6
- package/dist/cjs/KeyboardAvoidingView/index.js +0 -57
- package/dist/cjs/KeyboardAvoidingView/index.js.map +0 -6
- package/dist/cjs/Linking/__tests__/index-test.js +0 -38
- package/dist/cjs/Linking/__tests__/index-test.js.map +0 -6
- package/dist/cjs/Linking/index.js +0 -85
- package/dist/cjs/Linking/index.js.map +0 -6
- package/dist/cjs/LogBox/index.js +0 -32
- package/dist/cjs/LogBox/index.js.map +0 -6
- package/dist/cjs/Modal/ModalAnimation.js +0 -137
- package/dist/cjs/Modal/ModalAnimation.js.map +0 -6
- package/dist/cjs/Modal/ModalContent.js +0 -77
- package/dist/cjs/Modal/ModalContent.js.map +0 -6
- package/dist/cjs/Modal/ModalPortal.js +0 -42
- package/dist/cjs/Modal/ModalPortal.js.map +0 -6
- package/dist/cjs/Modal/index.js +0 -21
- package/dist/cjs/Modal/index.js.map +0 -6
- package/dist/cjs/NativeModules/index.js +0 -24
- package/dist/cjs/NativeModules/index.js.map +0 -6
- package/dist/cjs/PanResponder/index.js +0 -29
- package/dist/cjs/PanResponder/index.js.map +0 -6
- package/dist/cjs/PixelRatio/index.js +0 -52
- package/dist/cjs/PixelRatio/index.js.map +0 -6
- package/dist/cjs/Pressable/index.js +0 -141
- package/dist/cjs/Pressable/index.js.map +0 -6
- package/dist/cjs/RefreshControl/index.js +0 -41
- package/dist/cjs/RefreshControl/index.js.map +0 -6
- package/dist/cjs/SafeAreaView/index.js +0 -44
- package/dist/cjs/SafeAreaView/index.js.map +0 -6
- package/dist/cjs/ScrollView/ScrollViewBase.js +0 -125
- package/dist/cjs/ScrollView/ScrollViewBase.js.map +0 -6
- package/dist/cjs/ScrollView/index.js +0 -525
- package/dist/cjs/ScrollView/index.js.map +0 -6
- package/dist/cjs/SectionList.js +0 -30
- package/dist/cjs/SectionList.js.map +0 -6
- package/dist/cjs/Share/index.js +0 -55
- package/dist/cjs/Share/index.js.map +0 -6
- package/dist/cjs/StatusBar/index.js +0 -32
- package/dist/cjs/StatusBar/index.js.map +0 -6
- package/dist/cjs/Text/index.js +0 -153
- package/dist/cjs/Text/index.js.map +0 -6
- package/dist/cjs/Text/types.js +0 -14
- package/dist/cjs/Text/types.js.map +0 -6
- package/dist/cjs/TextInput/index.js +0 -269
- package/dist/cjs/TextInput/index.js.map +0 -6
- package/dist/cjs/TextInput/types.js +0 -14
- package/dist/cjs/TextInput/types.js.map +0 -6
- package/dist/cjs/TouchableNativeFeedback.js +0 -21
- package/dist/cjs/TouchableNativeFeedback.js.map +0 -6
- package/dist/cjs/TouchableOpacity.js +0 -122
- package/dist/cjs/TouchableOpacity.js.map +0 -6
- package/dist/cjs/TouchableWithoutFeedback.js +0 -89
- package/dist/cjs/TouchableWithoutFeedback.js.map +0 -6
- package/dist/cjs/UnimplementedView.js +0 -36
- package/dist/cjs/UnimplementedView.js.map +0 -6
- package/dist/cjs/Vibration/index.js +0 -30
- package/dist/cjs/Vibration/index.js.map +0 -6
- package/dist/cjs/View/index.js +0 -102
- package/dist/cjs/View/index.js.map +0 -6
- package/dist/cjs/View/types.js +0 -14
- package/dist/cjs/View/types.js.map +0 -6
- package/dist/cjs/VirtualizedList.js +0 -30
- package/dist/cjs/VirtualizedList.js.map +0 -6
- package/dist/cjs/codegenNativeCommand.js +0 -23
- package/dist/cjs/codegenNativeCommand.js.map +0 -6
- package/dist/cjs/codegenNativeComponent.js +0 -23
- package/dist/cjs/codegenNativeComponent.js.map +0 -6
- package/dist/cjs/createElement/__tests__/index-test.js +0 -536
- package/dist/cjs/createElement/__tests__/index-test.js.map +0 -6
- package/dist/cjs/createElement/index.js +0 -60
- package/dist/cjs/createElement/index.js.map +0 -6
- package/dist/cjs/createReactDOMStyle.js +0 -21
- package/dist/cjs/createReactDOMStyle.js.map +0 -6
- package/dist/cjs/modules/requestIdleCallback.js +0 -34
- package/dist/cjs/modules/requestIdleCallback.js.map +0 -6
- package/dist/cjs/preprocess.js +0 -24
- package/dist/cjs/preprocess.js.map +0 -6
- package/dist/cjs/render/index.js +0 -31
- package/dist/cjs/render/index.js.map +0 -6
- package/dist/cjs/styleTypes.js +0 -14
- package/dist/cjs/styleTypes.js.map +0 -6
- package/dist/cjs/types.js +0 -14
- package/dist/cjs/types.js.map +0 -6
- package/dist/cjs/useColorScheme/index.js +0 -39
- package/dist/cjs/useColorScheme/index.js.map +0 -6
- package/dist/cjs/useLocaleContext/index.js +0 -21
- package/dist/cjs/useLocaleContext/index.js.map +0 -6
- package/dist/cjs/useWindowDimensions/index.js +0 -40
- package/dist/cjs/useWindowDimensions/index.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/Animated.js +0 -32
- package/dist/cjs/vendor/react-native/Animated/Animated.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/AnimatedEvent.js +0 -130
- package/dist/cjs/vendor/react-native/Animated/AnimatedEvent.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/AnimatedImplementation.js +0 -432
- package/dist/cjs/vendor/react-native/Animated/AnimatedImplementation.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/AnimatedMock.js +0 -115
- package/dist/cjs/vendor/react-native/Animated/AnimatedMock.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/AnimatedPlatformConfig.js +0 -2
- package/dist/cjs/vendor/react-native/Animated/AnimatedPlatformConfig.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/Easing.js +0 -182
- package/dist/cjs/vendor/react-native/Animated/Easing.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/NativeAnimatedHelper.js +0 -322
- package/dist/cjs/vendor/react-native/Animated/NativeAnimatedHelper.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/NativeAnimatedModule.js +0 -90
- package/dist/cjs/vendor/react-native/Animated/NativeAnimatedModule.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/NativeAnimatedTurboModule.js +0 -85
- package/dist/cjs/vendor/react-native/Animated/NativeAnimatedTurboModule.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/SpringConfig.js +0 -71
- package/dist/cjs/vendor/react-native/Animated/SpringConfig.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/animations/Animation.js +0 -63
- package/dist/cjs/vendor/react-native/Animated/animations/Animation.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/animations/DecayAnimation.js +0 -59
- package/dist/cjs/vendor/react-native/Animated/animations/DecayAnimation.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/animations/SpringAnimation.js +0 -155
- package/dist/cjs/vendor/react-native/Animated/animations/SpringAnimation.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/animations/TimingAnimation.js +0 -80
- package/dist/cjs/vendor/react-native/Animated/animations/TimingAnimation.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/bezier.js +0 -77
- package/dist/cjs/vendor/react-native/Animated/bezier.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedFlatList.js +0 -32
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedFlatList.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedImage.js +0 -24
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedImage.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedScrollView.js +0 -32
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedScrollView.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedSectionList.js +0 -32
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedSectionList.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedText.js +0 -24
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedText.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedView.js +0 -24
- package/dist/cjs/vendor/react-native/Animated/components/AnimatedView.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/createAnimatedComponent.js +0 -37
- package/dist/cjs/vendor/react-native/Animated/createAnimatedComponent.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedAddition.js +0 -52
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedAddition.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedColor.js +0 -172
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedColor.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js +0 -57
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDivision.js +0 -54
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedDivision.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedInterpolation.js +0 -167
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedInterpolation.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedModulo.js +0 -52
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedModulo.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedMultiplication.js +0 -52
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedMultiplication.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedNode.js +0 -134
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedNode.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedProps.js +0 -107
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedProps.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedStyle.js +0 -95
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedStyle.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedSubtraction.js +0 -52
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedSubtraction.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTracking.js +0 -69
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTracking.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTransform.js +0 -94
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedTransform.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValue.js +0 -181
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValue.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValueXY.js +0 -82
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedValueXY.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedWithChildren.js +0 -66
- package/dist/cjs/vendor/react-native/Animated/nodes/AnimatedWithChildren.js.map +0 -6
- package/dist/cjs/vendor/react-native/Animated/useAnimatedProps.js +0 -75
- package/dist/cjs/vendor/react-native/Animated/useAnimatedProps.js.map +0 -6
- package/dist/cjs/vendor/react-native/Batchinator/index.js +0 -51
- package/dist/cjs/vendor/react-native/Batchinator/index.js.map +0 -6
- package/dist/cjs/vendor/react-native/EventEmitter/NativeEventEmitter.js +0 -60
- package/dist/cjs/vendor/react-native/EventEmitter/NativeEventEmitter.js.map +0 -6
- package/dist/cjs/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js +0 -24
- package/dist/cjs/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js.map +0 -6
- package/dist/cjs/vendor/react-native/FeatureFlags.js +0 -28
- package/dist/cjs/vendor/react-native/FeatureFlags.js.map +0 -6
- package/dist/cjs/vendor/react-native/FillRateHelper/index.js +0 -125
- package/dist/cjs/vendor/react-native/FillRateHelper/index.js.map +0 -6
- package/dist/cjs/vendor/react-native/FlatList/index.js +0 -263
- package/dist/cjs/vendor/react-native/FlatList/index.js.map +0 -6
- package/dist/cjs/vendor/react-native/JSEventLoopWatchdog/index.js +0 -57
- package/dist/cjs/vendor/react-native/JSEventLoopWatchdog/index.js.map +0 -6
- package/dist/cjs/vendor/react-native/LayoutAnimation/index.js +0 -102
- package/dist/cjs/vendor/react-native/LayoutAnimation/index.js.map +0 -6
- package/dist/cjs/vendor/react-native/PanResponder/index.js +0 -147
- package/dist/cjs/vendor/react-native/PanResponder/index.js.map +0 -6
- package/dist/cjs/vendor/react-native/PooledClass/index.js +0 -39
- package/dist/cjs/vendor/react-native/PooledClass/index.js.map +0 -6
- package/dist/cjs/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js +0 -29
- package/dist/cjs/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js.map +0 -6
- package/dist/cjs/vendor/react-native/SectionList/index.js +0 -87
- package/dist/cjs/vendor/react-native/SectionList/index.js.map +0 -6
- package/dist/cjs/vendor/react-native/StaticContainer/index.js +0 -41
- package/dist/cjs/vendor/react-native/StaticContainer/index.js.map +0 -6
- package/dist/cjs/vendor/react-native/StaticRenderer/index.js +0 -40
- package/dist/cjs/vendor/react-native/StaticRenderer/index.js.map +0 -6
- package/dist/cjs/vendor/react-native/TouchHistoryMath/index.js +0 -119
- package/dist/cjs/vendor/react-native/TouchHistoryMath/index.js.map +0 -6
- package/dist/cjs/vendor/react-native/TurboModule/RCTExport.js +0 -27
- package/dist/cjs/vendor/react-native/TurboModule/RCTExport.js.map +0 -6
- package/dist/cjs/vendor/react-native/TurboModule/TurboModuleRegistry.js +0 -33
- package/dist/cjs/vendor/react-native/TurboModule/TurboModuleRegistry.js.map +0 -6
- package/dist/cjs/vendor/react-native/Types/CoreEventTypes.js +0 -128
- package/dist/cjs/vendor/react-native/Types/CoreEventTypes.js.map +0 -6
- package/dist/cjs/vendor/react-native/Utilities/Platform.js +0 -23
- package/dist/cjs/vendor/react-native/Utilities/Platform.js.map +0 -6
- package/dist/cjs/vendor/react-native/Utilities/clamp.js +0 -26
- package/dist/cjs/vendor/react-native/Utilities/clamp.js.map +0 -6
- package/dist/cjs/vendor/react-native/Utilities/setAndForwardRef.js +0 -29
- package/dist/cjs/vendor/react-native/Utilities/setAndForwardRef.js.map +0 -6
- package/dist/cjs/vendor/react-native/Utilities/useMergeRefs.js +0 -33
- package/dist/cjs/vendor/react-native/Utilities/useMergeRefs.js.map +0 -6
- package/dist/cjs/vendor/react-native/Utilities/useRefEffect.js +0 -32
- package/dist/cjs/vendor/react-native/Utilities/useRefEffect.js.map +0 -6
- package/dist/cjs/vendor/react-native/ViewabilityHelper/index.js +0 -153
- package/dist/cjs/vendor/react-native/ViewabilityHelper/index.js.map +0 -6
- package/dist/cjs/vendor/react-native/ViewabilityHelper.js +0 -145
- package/dist/cjs/vendor/react-native/ViewabilityHelper.js.map +0 -6
- package/dist/cjs/vendor/react-native/VirtualizeUtils/index.js +0 -86
- package/dist/cjs/vendor/react-native/VirtualizeUtils/index.js.map +0 -6
- package/dist/cjs/vendor/react-native/VirtualizedList/CellRenderMask.js +0 -78
- package/dist/cjs/vendor/react-native/VirtualizedList/CellRenderMask.js.map +0 -6
- package/dist/cjs/vendor/react-native/VirtualizedList/ChildListCollection.js +0 -61
- package/dist/cjs/vendor/react-native/VirtualizedList/ChildListCollection.js.map +0 -6
- package/dist/cjs/vendor/react-native/VirtualizedList/StateSafePureComponent.js +0 -76
- package/dist/cjs/vendor/react-native/VirtualizedList/StateSafePureComponent.js.map +0 -6
- package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js +0 -160
- package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js.map +0 -6
- package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListContext.js +0 -65
- package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListContext.js.map +0 -6
- package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListProps.js +0 -59
- package/dist/cjs/vendor/react-native/VirtualizedList/VirtualizedListProps.js.map +0 -6
- package/dist/cjs/vendor/react-native/VirtualizedList/index.js +0 -238
- package/dist/cjs/vendor/react-native/VirtualizedList/index.js.map +0 -6
- package/dist/cjs/vendor/react-native/VirtualizedSectionList/index.js +0 -119
- package/dist/cjs/vendor/react-native/VirtualizedSectionList/index.js.map +0 -6
- package/dist/cjs/vendor/react-native/deepDiffer/index.js +0 -49
- package/dist/cjs/vendor/react-native/deepDiffer/index.js.map +0 -6
- package/dist/cjs/vendor/react-native/emitter/EventEmitter.js +0 -24
- package/dist/cjs/vendor/react-native/emitter/EventEmitter.js.map +0 -6
- package/dist/cjs/vendor/react-native/emitter/EventSubscription.js +0 -2
- package/dist/cjs/vendor/react-native/emitter/EventSubscription.js.map +0 -6
- package/dist/cjs/vendor/react-native/emitter/_EmitterSubscription.js +0 -48
- package/dist/cjs/vendor/react-native/emitter/_EmitterSubscription.js.map +0 -6
- package/dist/cjs/vendor/react-native/emitter/_EventEmitter.js +0 -128
- package/dist/cjs/vendor/react-native/emitter/_EventEmitter.js.map +0 -6
- package/dist/cjs/vendor/react-native/emitter/_EventSubscription.js +0 -38
- package/dist/cjs/vendor/react-native/emitter/_EventSubscription.js.map +0 -6
- package/dist/cjs/vendor/react-native/emitter/_EventSubscriptionVendor.js +0 -77
- package/dist/cjs/vendor/react-native/emitter/_EventSubscriptionVendor.js.map +0 -6
- package/dist/cjs/vendor/react-native/infoLog/index.js +0 -26
- package/dist/cjs/vendor/react-native/infoLog/index.js.map +0 -6
- package/dist/cjs/vendor/react-native/useRefEffect.js +0 -32
- package/dist/cjs/vendor/react-native/useRefEffect.js.map +0 -6
- package/dist/cjs/vendor/react-native/vendor/emitter/EventEmitter.js +0 -87
- package/dist/cjs/vendor/react-native/vendor/emitter/EventEmitter.js.map +0 -6
- package/dist/cjs/without-animated.js +0 -179
- package/dist/cjs/without-animated.js.map +0 -6
- package/dist/esm/AccessibilityInfo/index.js +0 -79
- package/dist/esm/AccessibilityInfo/index.js.map +0 -6
- package/dist/esm/ActivityIndicator/__tests__/index-test.js +0 -102
- package/dist/esm/ActivityIndicator/__tests__/index-test.js.map +0 -6
- package/dist/esm/ActivityIndicator/index.js +0 -88
- package/dist/esm/ActivityIndicator/index.js.map +0 -6
- package/dist/esm/Alert/index.js +0 -8
- package/dist/esm/Alert/index.js.map +0 -6
- package/dist/esm/AppRegistry/AppContainer.js +0 -20
- package/dist/esm/AppRegistry/AppContainer.js.map +0 -6
- package/dist/esm/AppRegistry/__tests__/index-test.js +0 -59
- package/dist/esm/AppRegistry/__tests__/index-test.js.map +0 -6
- package/dist/esm/AppRegistry/__tests__/index-test.node.js +0 -116
- package/dist/esm/AppRegistry/__tests__/index-test.node.js.map +0 -6
- package/dist/esm/AppRegistry/index.js +0 -76
- package/dist/esm/AppRegistry/index.js.map +0 -6
- package/dist/esm/AppRegistry/renderApplication.js +0 -31
- package/dist/esm/AppRegistry/renderApplication.js.map +0 -6
- package/dist/esm/AppState/__tests__/index-test.js +0 -14
- package/dist/esm/AppState/__tests__/index-test.js.map +0 -6
- package/dist/esm/AppState/index.js +0 -55
- package/dist/esm/AppState/index.js.map +0 -6
- package/dist/esm/Appearance/index.js +0 -24
- package/dist/esm/Appearance/index.js.map +0 -6
- package/dist/esm/BackHandler/index.js +0 -15
- package/dist/esm/BackHandler/index.js.map +0 -6
- package/dist/esm/Clipboard/index.js +0 -31
- package/dist/esm/Clipboard/index.js.map +0 -6
- package/dist/esm/DeviceEmitter.js +0 -6
- package/dist/esm/DeviceEmitter.js.map +0 -6
- package/dist/esm/DeviceInfo/index.js +0 -38
- package/dist/esm/DeviceInfo/index.js.map +0 -6
- package/dist/esm/Dimensions/__tests__/index-test.js +0 -32
- package/dist/esm/Dimensions/__tests__/index-test.js.map +0 -6
- package/dist/esm/Dimensions/index.js +0 -60
- package/dist/esm/Dimensions/index.js.map +0 -6
- package/dist/esm/FlatList.js +0 -177
- package/dist/esm/FlatList.js.map +0 -6
- package/dist/esm/I18nManager/index.js +0 -13
- package/dist/esm/I18nManager/index.js.map +0 -6
- package/dist/esm/Image/index.js +0 -240
- package/dist/esm/Image/index.js.map +0 -6
- package/dist/esm/Image/types.js +0 -1
- package/dist/esm/Image/types.js.map +0 -6
- package/dist/esm/ImageBackground/__tests__/index-test.js +0 -32
- package/dist/esm/ImageBackground/__tests__/index-test.js.map +0 -6
- package/dist/esm/ImageBackground/index.js +0 -43
- package/dist/esm/ImageBackground/index.js.map +0 -6
- package/dist/esm/InteractionManager/TaskQueue.js +0 -59
- package/dist/esm/InteractionManager/TaskQueue.js.map +0 -6
- package/dist/esm/InteractionManager/index.js +0 -73
- package/dist/esm/InteractionManager/index.js.map +0 -6
- package/dist/esm/Keyboard/index.js +0 -18
- package/dist/esm/Keyboard/index.js.map +0 -6
- package/dist/esm/KeyboardAvoidingView/index.js +0 -35
- package/dist/esm/KeyboardAvoidingView/index.js.map +0 -6
- package/dist/esm/Linking/__tests__/index-test.js +0 -19
- package/dist/esm/Linking/__tests__/index-test.js.map +0 -6
- package/dist/esm/Linking/index.js +0 -69
- package/dist/esm/Linking/index.js.map +0 -6
- package/dist/esm/LogBox/index.js +0 -16
- package/dist/esm/LogBox/index.js.map +0 -6
- package/dist/esm/Modal/ModalAnimation.js +0 -116
- package/dist/esm/Modal/ModalAnimation.js.map +0 -6
- package/dist/esm/Modal/ModalContent.js +0 -55
- package/dist/esm/Modal/ModalContent.js.map +0 -6
- package/dist/esm/Modal/ModalPortal.js +0 -20
- package/dist/esm/Modal/ModalPortal.js.map +0 -6
- package/dist/esm/Modal/index.js +0 -5
- package/dist/esm/Modal/index.js.map +0 -6
- package/dist/esm/NativeModules/index.js +0 -8
- package/dist/esm/NativeModules/index.js.map +0 -6
- package/dist/esm/PanResponder/index.js +0 -5
- package/dist/esm/PanResponder/index.js.map +0 -6
- package/dist/esm/PixelRatio/index.js +0 -36
- package/dist/esm/PixelRatio/index.js.map +0 -6
- package/dist/esm/Pressable/index.js +0 -122
- package/dist/esm/Pressable/index.js.map +0 -6
- package/dist/esm/RefreshControl/index.js +0 -26
- package/dist/esm/RefreshControl/index.js.map +0 -6
- package/dist/esm/SafeAreaView/index.js +0 -23
- package/dist/esm/SafeAreaView/index.js.map +0 -6
- package/dist/esm/ScrollView/ScrollViewBase.js +0 -104
- package/dist/esm/ScrollView/ScrollViewBase.js.map +0 -6
- package/dist/esm/ScrollView/index.js +0 -515
- package/dist/esm/ScrollView/index.js.map +0 -6
- package/dist/esm/SectionList.js +0 -7
- package/dist/esm/SectionList.js.map +0 -6
- package/dist/esm/Share/index.js +0 -39
- package/dist/esm/Share/index.js.map +0 -6
- package/dist/esm/StatusBar/index.js +0 -16
- package/dist/esm/StatusBar/index.js.map +0 -6
- package/dist/esm/Text/index.js +0 -142
- package/dist/esm/Text/index.js.map +0 -6
- package/dist/esm/Text/types.js +0 -1
- package/dist/esm/Text/types.js.map +0 -6
- package/dist/esm/TextInput/index.js +0 -258
- package/dist/esm/TextInput/index.js.map +0 -6
- package/dist/esm/TextInput/types.js +0 -1
- package/dist/esm/TextInput/types.js.map +0 -6
- package/dist/esm/TouchableNativeFeedback.js +0 -5
- package/dist/esm/TouchableNativeFeedback.js.map +0 -6
- package/dist/esm/TouchableOpacity.js +0 -105
- package/dist/esm/TouchableOpacity.js.map +0 -6
- package/dist/esm/TouchableWithoutFeedback.js +0 -67
- package/dist/esm/TouchableWithoutFeedback.js.map +0 -6
- package/dist/esm/UnimplementedView.js +0 -14
- package/dist/esm/UnimplementedView.js.map +0 -6
- package/dist/esm/Vibration/index.js +0 -14
- package/dist/esm/Vibration/index.js.map +0 -6
- package/dist/esm/View/index.js +0 -90
- package/dist/esm/View/index.js.map +0 -6
- package/dist/esm/View/types.js +0 -1
- package/dist/esm/View/types.js.map +0 -6
- package/dist/esm/VirtualizedList.js +0 -7
- package/dist/esm/VirtualizedList.js.map +0 -6
- package/dist/esm/codegenNativeCommand.js +0 -7
- package/dist/esm/codegenNativeCommand.js.map +0 -6
- package/dist/esm/codegenNativeComponent.js +0 -7
- package/dist/esm/codegenNativeComponent.js.map +0 -6
- package/dist/esm/createElement/__tests__/index-test.js +0 -519
- package/dist/esm/createElement/__tests__/index-test.js.map +0 -6
- package/dist/esm/createElement/index.js +0 -48
- package/dist/esm/createElement/index.js.map +0 -6
- package/dist/esm/createReactDOMStyle.js +0 -5
- package/dist/esm/createReactDOMStyle.js.map +0 -6
- package/dist/esm/modules/requestIdleCallback.js +0 -18
- package/dist/esm/modules/requestIdleCallback.js.map +0 -6
- package/dist/esm/preprocess.js +0 -13
- package/dist/esm/preprocess.js.map +0 -6
- package/dist/esm/render/index.js +0 -15
- package/dist/esm/render/index.js.map +0 -6
- package/dist/esm/styleTypes.js +0 -1
- package/dist/esm/styleTypes.js.map +0 -6
- package/dist/esm/types.js +0 -1
- package/dist/esm/types.js.map +0 -6
- package/dist/esm/useColorScheme/index.js +0 -16
- package/dist/esm/useColorScheme/index.js.map +0 -6
- package/dist/esm/useLocaleContext/index.js +0 -5
- package/dist/esm/useLocaleContext/index.js.map +0 -6
- package/dist/esm/useWindowDimensions/index.js +0 -17
- package/dist/esm/useWindowDimensions/index.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/Animated.js +0 -24
- package/dist/esm/vendor/react-native/Animated/Animated.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/AnimatedEvent.js +0 -116
- package/dist/esm/vendor/react-native/Animated/AnimatedEvent.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.js +0 -433
- package/dist/esm/vendor/react-native/Animated/AnimatedImplementation.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/AnimatedMock.js +0 -105
- package/dist/esm/vendor/react-native/Animated/AnimatedMock.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/AnimatedPlatformConfig.js +0 -1
- package/dist/esm/vendor/react-native/Animated/AnimatedPlatformConfig.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/Easing.js +0 -165
- package/dist/esm/vendor/react-native/Animated/Easing.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.js +0 -312
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedHelper.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.js +0 -66
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedModule.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.js +0 -61
- package/dist/esm/vendor/react-native/Animated/NativeAnimatedTurboModule.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/SpringConfig.js +0 -55
- package/dist/esm/vendor/react-native/Animated/SpringConfig.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/animations/Animation.js +0 -46
- package/dist/esm/vendor/react-native/Animated/animations/Animation.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.js +0 -43
- package/dist/esm/vendor/react-native/Animated/animations/DecayAnimation.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.js +0 -141
- package/dist/esm/vendor/react-native/Animated/animations/SpringAnimation.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.js +0 -66
- package/dist/esm/vendor/react-native/Animated/animations/TimingAnimation.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/bezier.js +0 -60
- package/dist/esm/vendor/react-native/Animated/bezier.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.js +0 -11
- package/dist/esm/vendor/react-native/Animated/components/AnimatedFlatList.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.js +0 -10
- package/dist/esm/vendor/react-native/Animated/components/AnimatedImage.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.js +0 -11
- package/dist/esm/vendor/react-native/Animated/components/AnimatedScrollView.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.js +0 -11
- package/dist/esm/vendor/react-native/Animated/components/AnimatedSectionList.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/components/AnimatedText.js +0 -9
- package/dist/esm/vendor/react-native/Animated/components/AnimatedText.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/components/AnimatedView.js +0 -9
- package/dist/esm/vendor/react-native/Animated/components/AnimatedView.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.js +0 -16
- package/dist/esm/vendor/react-native/Animated/createAnimatedComponent.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.js +0 -37
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedAddition.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.js +0 -159
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedColor.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js +0 -42
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDiffClamp.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.js +0 -40
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedDivision.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.js +0 -152
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedInterpolation.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.js +0 -37
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedModulo.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.js +0 -37
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedMultiplication.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.js +0 -118
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedNode.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.js +0 -95
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedProps.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.js +0 -83
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedStyle.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.js +0 -37
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedSubtraction.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.js +0 -55
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTracking.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.js +0 -79
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedTransform.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.js +0 -167
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValue.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.js +0 -68
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedValueXY.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.js +0 -50
- package/dist/esm/vendor/react-native/Animated/nodes/AnimatedWithChildren.js.map +0 -6
- package/dist/esm/vendor/react-native/Animated/useAnimatedProps.js +0 -63
- package/dist/esm/vendor/react-native/Animated/useAnimatedProps.js.map +0 -6
- package/dist/esm/vendor/react-native/Batchinator/index.js +0 -34
- package/dist/esm/vendor/react-native/Batchinator/index.js.map +0 -6
- package/dist/esm/vendor/react-native/EventEmitter/NativeEventEmitter.js +0 -44
- package/dist/esm/vendor/react-native/EventEmitter/NativeEventEmitter.js.map +0 -6
- package/dist/esm/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js +0 -8
- package/dist/esm/vendor/react-native/EventEmitter/RCTDeviceEventEmitter.js.map +0 -6
- package/dist/esm/vendor/react-native/FeatureFlags.js +0 -12
- package/dist/esm/vendor/react-native/FeatureFlags.js.map +0 -6
- package/dist/esm/vendor/react-native/FillRateHelper/index.js +0 -109
- package/dist/esm/vendor/react-native/FillRateHelper/index.js.map +0 -6
- package/dist/esm/vendor/react-native/FlatList/index.js +0 -247
- package/dist/esm/vendor/react-native/FlatList/index.js.map +0 -6
- package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.js +0 -40
- package/dist/esm/vendor/react-native/JSEventLoopWatchdog/index.js.map +0 -6
- package/dist/esm/vendor/react-native/LayoutAnimation/index.js +0 -86
- package/dist/esm/vendor/react-native/LayoutAnimation/index.js.map +0 -6
- package/dist/esm/vendor/react-native/PanResponder/index.js +0 -124
- package/dist/esm/vendor/react-native/PanResponder/index.js.map +0 -6
- package/dist/esm/vendor/react-native/PooledClass/index.js +0 -23
- package/dist/esm/vendor/react-native/PooledClass/index.js.map +0 -6
- package/dist/esm/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js +0 -13
- package/dist/esm/vendor/react-native/ReactNative/ReactNativeFeatureFlags.js.map +0 -6
- package/dist/esm/vendor/react-native/SectionList/index.js +0 -65
- package/dist/esm/vendor/react-native/SectionList/index.js.map +0 -6
- package/dist/esm/vendor/react-native/StaticContainer/index.js +0 -16
- package/dist/esm/vendor/react-native/StaticContainer/index.js.map +0 -6
- package/dist/esm/vendor/react-native/StaticRenderer/index.js +0 -15
- package/dist/esm/vendor/react-native/StaticRenderer/index.js.map +0 -6
- package/dist/esm/vendor/react-native/TouchHistoryMath/index.js +0 -103
- package/dist/esm/vendor/react-native/TouchHistoryMath/index.js.map +0 -6
- package/dist/esm/vendor/react-native/TurboModule/RCTExport.js +0 -10
- package/dist/esm/vendor/react-native/TurboModule/RCTExport.js.map +0 -6
- package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.js +0 -16
- package/dist/esm/vendor/react-native/TurboModule/TurboModuleRegistry.js.map +0 -6
- package/dist/esm/vendor/react-native/Types/CoreEventTypes.js +0 -111
- package/dist/esm/vendor/react-native/Types/CoreEventTypes.js.map +0 -6
- package/dist/esm/vendor/react-native/Utilities/Platform.js +0 -7
- package/dist/esm/vendor/react-native/Utilities/Platform.js.map +0 -6
- package/dist/esm/vendor/react-native/Utilities/clamp.js +0 -9
- package/dist/esm/vendor/react-native/Utilities/clamp.js.map +0 -6
- package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.js +0 -12
- package/dist/esm/vendor/react-native/Utilities/setAndForwardRef.js.map +0 -6
- package/dist/esm/vendor/react-native/Utilities/useMergeRefs.js +0 -17
- package/dist/esm/vendor/react-native/Utilities/useMergeRefs.js.map +0 -6
- package/dist/esm/vendor/react-native/Utilities/useRefEffect.js +0 -16
- package/dist/esm/vendor/react-native/Utilities/useRefEffect.js.map +0 -6
- package/dist/esm/vendor/react-native/ViewabilityHelper/index.js +0 -136
- package/dist/esm/vendor/react-native/ViewabilityHelper/index.js.map +0 -6
- package/dist/esm/vendor/react-native/ViewabilityHelper.js +0 -129
- package/dist/esm/vendor/react-native/ViewabilityHelper.js.map +0 -6
- package/dist/esm/vendor/react-native/VirtualizeUtils/index.js +0 -70
- package/dist/esm/vendor/react-native/VirtualizeUtils/index.js.map +0 -6
- package/dist/esm/vendor/react-native/VirtualizedList/CellRenderMask.js +0 -62
- package/dist/esm/vendor/react-native/VirtualizedList/CellRenderMask.js.map +0 -6
- package/dist/esm/vendor/react-native/VirtualizedList/ChildListCollection.js +0 -45
- package/dist/esm/vendor/react-native/VirtualizedList/ChildListCollection.js.map +0 -6
- package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.js +0 -53
- package/dist/esm/vendor/react-native/VirtualizedList/StateSafePureComponent.js.map +0 -6
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js +0 -140
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListCellRenderer.js.map +0 -6
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.js +0 -44
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListContext.js.map +0 -6
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListProps.js +0 -43
- package/dist/esm/vendor/react-native/VirtualizedList/VirtualizedListProps.js.map +0 -6
- package/dist/esm/vendor/react-native/VirtualizedList/index.js +0 -232
- package/dist/esm/vendor/react-native/VirtualizedList/index.js.map +0 -6
- package/dist/esm/vendor/react-native/VirtualizedSectionList/index.js +0 -97
- package/dist/esm/vendor/react-native/VirtualizedSectionList/index.js.map +0 -6
- package/dist/esm/vendor/react-native/deepDiffer/index.js +0 -32
- package/dist/esm/vendor/react-native/deepDiffer/index.js.map +0 -6
- package/dist/esm/vendor/react-native/emitter/EventEmitter.js +0 -7
- package/dist/esm/vendor/react-native/emitter/EventEmitter.js.map +0 -6
- package/dist/esm/vendor/react-native/emitter/EventSubscription.js +0 -1
- package/dist/esm/vendor/react-native/emitter/EventSubscription.js.map +0 -6
- package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.js +0 -31
- package/dist/esm/vendor/react-native/emitter/_EmitterSubscription.js.map +0 -6
- package/dist/esm/vendor/react-native/emitter/_EventEmitter.js +0 -115
- package/dist/esm/vendor/react-native/emitter/_EventEmitter.js.map +0 -6
- package/dist/esm/vendor/react-native/emitter/_EventSubscription.js +0 -21
- package/dist/esm/vendor/react-native/emitter/_EventSubscription.js.map +0 -6
- package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.js +0 -60
- package/dist/esm/vendor/react-native/emitter/_EventSubscriptionVendor.js.map +0 -6
- package/dist/esm/vendor/react-native/infoLog/index.js +0 -9
- package/dist/esm/vendor/react-native/infoLog/index.js.map +0 -6
- package/dist/esm/vendor/react-native/useRefEffect.js +0 -16
- package/dist/esm/vendor/react-native/useRefEffect.js.map +0 -6
- package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.js +0 -71
- package/dist/esm/vendor/react-native/vendor/emitter/EventEmitter.js.map +0 -6
- package/dist/esm/without-animated.js +0 -229
- package/dist/esm/without-animated.js.map +0 -6
|
@@ -0,0 +1,26 @@
|
|
|
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) __defProp(target, name, {
|
|
7
|
+
get: all[name],
|
|
8
|
+
enumerable: !0
|
|
9
|
+
});
|
|
10
|
+
},
|
|
11
|
+
__copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
|
|
13
|
+
get: () => from[key],
|
|
14
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
15
|
+
});
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
19
|
+
value: !0
|
|
20
|
+
}), mod);
|
|
21
|
+
var Pressability_exports = {};
|
|
22
|
+
__export(Pressability_exports, {
|
|
23
|
+
default: () => Pressability_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(Pressability_exports);
|
|
26
|
+
var Pressability_default = {};
|
|
@@ -0,0 +1,26 @@
|
|
|
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) __defProp(target, name, {
|
|
7
|
+
get: all[name],
|
|
8
|
+
enumerable: !0
|
|
9
|
+
});
|
|
10
|
+
},
|
|
11
|
+
__copyProps = (to, from, except, desc) => {
|
|
12
|
+
if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
|
|
13
|
+
get: () => from[key],
|
|
14
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
15
|
+
});
|
|
16
|
+
return to;
|
|
17
|
+
};
|
|
18
|
+
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
19
|
+
value: !0
|
|
20
|
+
}), mod);
|
|
21
|
+
var usePressability_exports = {};
|
|
22
|
+
__export(usePressability_exports, {
|
|
23
|
+
default: () => usePressability_default
|
|
24
|
+
});
|
|
25
|
+
module.exports = __toCommonJS(usePressability_exports);
|
|
26
|
+
var usePressability_default = config => ({});
|
|
@@ -84,6 +84,11 @@ const ScrollViewBase = React.forwardRef((props, forwardedRef) => {
|
|
|
84
84
|
showsHorizontalScrollIndicator,
|
|
85
85
|
showsVerticalScrollIndicator,
|
|
86
86
|
style,
|
|
87
|
+
// strip RN-only props that shouldn't reach the DOM
|
|
88
|
+
onMomentumScrollBegin,
|
|
89
|
+
onMomentumScrollEnd,
|
|
90
|
+
onScrollBeginDrag,
|
|
91
|
+
onScrollEndDrag,
|
|
87
92
|
...rest
|
|
88
93
|
} = props,
|
|
89
94
|
scrollState = React.useRef({
|
|
@@ -111,18 +116,18 @@ const ScrollViewBase = React.forwardRef((props, forwardedRef) => {
|
|
|
111
116
|
function handleScrollEnd(e) {
|
|
112
117
|
scrollState.current.isScrolling = !1, onScroll && onScroll(normalizeScrollEvent(e));
|
|
113
118
|
}
|
|
114
|
-
const
|
|
119
|
+
const hideHorizontalScrollbar = showsHorizontalScrollIndicator === !1,
|
|
120
|
+
hideVerticalScrollbar = showsVerticalScrollIndicator === !1;
|
|
115
121
|
return /* @__PURE__ */(0, import_jsx_runtime.jsx)(import_View.View, {
|
|
116
122
|
...rest,
|
|
123
|
+
className: "_dsp_contents" + (hideHorizontalScrollbar ? " _hsb-x" : "") + (hideVerticalScrollbar ? " _hsb-y" : ""),
|
|
117
124
|
onScroll: handleScroll,
|
|
118
125
|
onTouchMove: createPreventableScrollHandler(onTouchMove),
|
|
119
126
|
onWheel: createPreventableScrollHandler(onWheel),
|
|
120
127
|
ref: (0, import_react_native_web_internals.useMergeRefs)(scrollRef, forwardedRef),
|
|
121
128
|
style: [style,
|
|
122
129
|
// @ts-ignore
|
|
123
|
-
!scrollEnabled && styles.scrollDisabled
|
|
124
|
-
// @ts-ignore
|
|
125
|
-
hideScrollbar && styles.hideScrollbar]
|
|
130
|
+
!scrollEnabled && styles.scrollDisabled]
|
|
126
131
|
});
|
|
127
132
|
}),
|
|
128
133
|
styles = {
|
|
@@ -130,9 +135,6 @@ const ScrollViewBase = React.forwardRef((props, forwardedRef) => {
|
|
|
130
135
|
overflowX: "hidden",
|
|
131
136
|
overflowY: "hidden",
|
|
132
137
|
touchAction: "none"
|
|
133
|
-
},
|
|
134
|
-
hideScrollbar: {
|
|
135
|
-
scrollbarWidth: "none"
|
|
136
138
|
}
|
|
137
139
|
};
|
|
138
140
|
var ScrollViewBase_default = ScrollViewBase;
|
|
@@ -139,6 +139,37 @@ class ScrollView extends import_react.default.Component {
|
|
|
139
139
|
keyboardDismissMode,
|
|
140
140
|
onScroll,
|
|
141
141
|
centerContent,
|
|
142
|
+
// strip RN-only props that shouldn't reach the DOM
|
|
143
|
+
contentOffset,
|
|
144
|
+
contentInset,
|
|
145
|
+
contentInsetAdjustmentBehavior,
|
|
146
|
+
decelerationRate,
|
|
147
|
+
directionalLockEnabled,
|
|
148
|
+
disableIntervalMomentum,
|
|
149
|
+
disableScrollViewPanResponder,
|
|
150
|
+
endFillColor,
|
|
151
|
+
fadingEdgeLength,
|
|
152
|
+
indicatorStyle,
|
|
153
|
+
invertStickyHeaders,
|
|
154
|
+
keyboardShouldPersistTaps,
|
|
155
|
+
maintainVisibleContentPosition,
|
|
156
|
+
maximumZoomScale,
|
|
157
|
+
minimumZoomScale,
|
|
158
|
+
nestedScrollEnabled,
|
|
159
|
+
onScrollToTop,
|
|
160
|
+
overScrollMode,
|
|
161
|
+
pinchGestureEnabled,
|
|
162
|
+
removeClippedSubviews,
|
|
163
|
+
scrollIndicatorInsets,
|
|
164
|
+
scrollPerfTag,
|
|
165
|
+
scrollToOverflowEnabled,
|
|
166
|
+
snapToAlignment,
|
|
167
|
+
snapToEnd,
|
|
168
|
+
snapToInterval,
|
|
169
|
+
snapToOffsets,
|
|
170
|
+
snapToStart,
|
|
171
|
+
StickyHeaderComponent,
|
|
172
|
+
ScrollComponent,
|
|
142
173
|
/* eslint-enable */
|
|
143
174
|
...other
|
|
144
175
|
} = this.props;
|
|
@@ -20,7 +20,9 @@ var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
|
20
20
|
}), mod);
|
|
21
21
|
var createReactDOMStyle_exports = {};
|
|
22
22
|
__export(createReactDOMStyle_exports, {
|
|
23
|
-
createReactDOMStyle: () => import_react_native_web_internals.createReactDOMStyle
|
|
23
|
+
createReactDOMStyle: () => import_react_native_web_internals.createReactDOMStyle,
|
|
24
|
+
default: () => createReactDOMStyle_default
|
|
24
25
|
});
|
|
25
26
|
module.exports = __toCommonJS(createReactDOMStyle_exports);
|
|
26
|
-
var import_react_native_web_internals = require("@tamagui/react-native-web-internals");
|
|
27
|
+
var import_react_native_web_internals = require("@tamagui/react-native-web-internals");
|
|
28
|
+
var createReactDOMStyle_default = import_react_native_web_internals.createReactDOMStyle;
|
package/dist/cjs/index.js
CHANGED
|
@@ -2,24 +2,33 @@ var __create = Object.create;
|
|
|
2
2
|
var __defProp = Object.defineProperty;
|
|
3
3
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
4
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __getProtoOf = Object.getPrototypeOf,
|
|
5
|
+
var __getProtoOf = Object.getPrototypeOf,
|
|
6
|
+
__hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
7
|
var __export = (target, all) => {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
8
|
+
for (var name in all) __defProp(target, name, {
|
|
9
|
+
get: all[name],
|
|
10
|
+
enumerable: !0
|
|
11
|
+
});
|
|
12
|
+
},
|
|
13
|
+
__copyProps = (to, from, except, desc) => {
|
|
14
|
+
if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
|
|
15
|
+
get: () => from[key],
|
|
16
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
17
|
+
});
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
15
20
|
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
16
21
|
// If the importer is in node compatibility mode or this is not an ESM
|
|
17
22
|
// file that has been converted to a CommonJS file using a Babel-
|
|
18
23
|
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
19
24
|
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
20
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
21
|
-
|
|
22
|
-
|
|
25
|
+
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", {
|
|
26
|
+
value: mod,
|
|
27
|
+
enumerable: !0
|
|
28
|
+
}) : target, mod)),
|
|
29
|
+
__toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
30
|
+
value: !0
|
|
31
|
+
}), mod);
|
|
23
32
|
var index_exports = {};
|
|
24
33
|
__export(index_exports, {
|
|
25
34
|
AccessibilityInfo: () => import_AccessibilityInfo.AccessibilityInfo,
|
|
@@ -102,13 +111,62 @@ __export(index_exports, {
|
|
|
102
111
|
useWindowDimensions: () => import_useWindowDimensions.useWindowDimensions
|
|
103
112
|
});
|
|
104
113
|
module.exports = __toCommonJS(index_exports);
|
|
105
|
-
var import_react = require("react"),
|
|
114
|
+
var import_react = require("react"),
|
|
115
|
+
import_react_native_web_internals = require("@tamagui/react-native-web-internals"),
|
|
116
|
+
import_createElement = require("./createElement/index.cjs"),
|
|
117
|
+
import_NativeModules = require("./NativeModules/index.cjs"),
|
|
118
|
+
import_render = require("./render/index.cjs"),
|
|
119
|
+
import_Animated = __toESM(require("./vendor/react-native/Animated/Animated.cjs"), 1),
|
|
120
|
+
import_Easing = __toESM(require("./vendor/react-native/Animated/Easing.cjs"), 1),
|
|
121
|
+
import_NativeEventEmitter = __toESM(require("./vendor/react-native/EventEmitter/NativeEventEmitter.cjs"), 1),
|
|
122
|
+
import_AccessibilityInfo = require("./AccessibilityInfo/index.cjs"),
|
|
123
|
+
import_Alert = require("./Alert/index.cjs"),
|
|
124
|
+
import_Appearance = require("./Appearance/index.cjs"),
|
|
125
|
+
import_AppRegistry = require("./AppRegistry/index.cjs"),
|
|
126
|
+
import_AppState = require("./AppState/index.cjs"),
|
|
127
|
+
import_BackHandler = require("./BackHandler/index.cjs"),
|
|
128
|
+
import_Clipboard = require("./Clipboard/index.cjs"),
|
|
129
|
+
import_DeviceEmitter = require("./DeviceEmitter.cjs"),
|
|
130
|
+
import_DeviceInfo = require("./DeviceInfo/index.cjs"),
|
|
131
|
+
import_Dimensions = require("./Dimensions/index.cjs"),
|
|
132
|
+
import_I18nManager = require("./I18nManager/index.cjs"),
|
|
133
|
+
import_Keyboard = require("./Keyboard/index.cjs"),
|
|
134
|
+
import_Linking = require("./Linking/index.cjs"),
|
|
135
|
+
import_PanResponder = require("./PanResponder/index.cjs"),
|
|
136
|
+
import_PixelRatio = require("./PixelRatio/index.cjs"),
|
|
137
|
+
import_Share = require("./Share/index.cjs"),
|
|
138
|
+
import_Vibration = require("./Vibration/index.cjs"),
|
|
139
|
+
import_FlatList = require("./FlatList.cjs"),
|
|
140
|
+
import_SectionList = require("./SectionList.cjs"),
|
|
141
|
+
import_VirtualizedList = require("./VirtualizedList.cjs"),
|
|
142
|
+
import_TouchableNativeFeedback = require("./TouchableNativeFeedback.cjs"),
|
|
143
|
+
import_UnimplementedView = require("./UnimplementedView.cjs"),
|
|
144
|
+
import_TouchableOpacity = require("./TouchableOpacity.cjs"),
|
|
145
|
+
import_TouchableWithoutFeedback = require("./TouchableWithoutFeedback.cjs"),
|
|
146
|
+
import_ActivityIndicator = require("./ActivityIndicator/index.cjs"),
|
|
147
|
+
import_Image = require("./Image/index.cjs"),
|
|
148
|
+
import_ImageBackground = require("./ImageBackground/index.cjs"),
|
|
149
|
+
import_KeyboardAvoidingView = require("./KeyboardAvoidingView/index.cjs"),
|
|
150
|
+
import_LogBox = require("./LogBox/index.cjs"),
|
|
151
|
+
import_Modal = require("./Modal/index.cjs"),
|
|
152
|
+
import_Pressable = require("./Pressable/index.cjs"),
|
|
153
|
+
import_RefreshControl = require("./RefreshControl/index.cjs"),
|
|
154
|
+
import_SafeAreaView = require("./SafeAreaView/index.cjs"),
|
|
155
|
+
import_ScrollView = require("./ScrollView/index.cjs"),
|
|
156
|
+
import_StatusBar = require("./StatusBar/index.cjs"),
|
|
157
|
+
import_Text = require("./Text/index.cjs"),
|
|
158
|
+
import_TextInput = require("./TextInput/index.cjs"),
|
|
159
|
+
import_View = require("./View/index.cjs"),
|
|
160
|
+
import_useColorScheme = require("./useColorScheme/index.cjs"),
|
|
161
|
+
import_useLocaleContext = require("./useLocaleContext/index.cjs"),
|
|
162
|
+
import_useWindowDimensions = require("./useWindowDimensions/index.cjs"),
|
|
163
|
+
import_react_dom = require("react-dom");
|
|
106
164
|
function requireNativeComponent(name) {
|
|
107
|
-
return function() {
|
|
165
|
+
return function () {
|
|
108
166
|
return null;
|
|
109
167
|
};
|
|
110
168
|
}
|
|
111
|
-
const findNodeHandle =
|
|
112
|
-
|
|
113
|
-
},
|
|
114
|
-
|
|
169
|
+
const findNodeHandle = component => {
|
|
170
|
+
throw new Error("not supported - use ref instead");
|
|
171
|
+
},
|
|
172
|
+
RootTagContext = (0, import_react.createContext)(null);
|
package/dist/cjs/preprocess.cjs
CHANGED
|
@@ -22,6 +22,7 @@ var preprocess_exports = {};
|
|
|
22
22
|
__export(preprocess_exports, {
|
|
23
23
|
createBoxShadowValue: () => import_react_native_web_internals.createBoxShadowValue,
|
|
24
24
|
createTextShadowValue: () => import_react_native_web_internals.createTextShadowValue,
|
|
25
|
+
createTransformValue: () => import_react_native_web_internals.createTransformValue,
|
|
25
26
|
preprocess: () => import_react_native_web_internals.preprocess,
|
|
26
27
|
processStyle: () => import_react_native_web_internals.processStyle
|
|
27
28
|
});
|
|
@@ -163,56 +163,147 @@ var import_react = require("react"),
|
|
|
163
163
|
import_useLocaleContext = require("./useLocaleContext/index.cjs"),
|
|
164
164
|
import_useWindowDimensions = require("./useWindowDimensions/index.cjs");
|
|
165
165
|
__reExport(without_animated_exports, require("@tamagui/react-native-web-internals"), module.exports);
|
|
166
|
-
var
|
|
166
|
+
var import_View2 = require("./View/index.cjs"),
|
|
167
|
+
import_Text2 = require("./Text/index.cjs"),
|
|
168
|
+
import_Image2 = require("./Image/index.cjs"),
|
|
169
|
+
import_ScrollView2 = require("./ScrollView/index.cjs"),
|
|
170
|
+
import_react_dom = require("react-dom");
|
|
167
171
|
function requireNativeComponent(name) {
|
|
168
172
|
return function () {
|
|
169
173
|
return null;
|
|
170
174
|
};
|
|
171
175
|
}
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
176
|
+
class AnimatedValue {
|
|
177
|
+
_value;
|
|
178
|
+
_offset;
|
|
179
|
+
_listeners;
|
|
180
|
+
_nextId;
|
|
181
|
+
constructor(value = 0) {
|
|
182
|
+
this._value = value, this._offset = 0, this._listeners = {}, this._nextId = 0;
|
|
183
|
+
}
|
|
184
|
+
setValue(value) {
|
|
185
|
+
this._value = value, this._notifyListeners();
|
|
186
|
+
}
|
|
187
|
+
setOffset(offset) {
|
|
188
|
+
this._offset = offset;
|
|
189
|
+
}
|
|
190
|
+
flattenOffset() {
|
|
191
|
+
this._value += this._offset, this._offset = 0;
|
|
192
|
+
}
|
|
193
|
+
extractOffset() {
|
|
194
|
+
this._offset = this._value, this._value = 0;
|
|
195
|
+
}
|
|
196
|
+
addListener(callback) {
|
|
197
|
+
const id = String(this._nextId++);
|
|
198
|
+
return this._listeners[id] = callback, id;
|
|
199
|
+
}
|
|
200
|
+
removeListener(id) {
|
|
201
|
+
delete this._listeners[id];
|
|
202
|
+
}
|
|
203
|
+
removeAllListeners() {
|
|
204
|
+
this._listeners = {};
|
|
205
|
+
}
|
|
206
|
+
stopAnimation(callback) {
|
|
207
|
+
callback?.(this._value);
|
|
208
|
+
}
|
|
209
|
+
resetAnimation(callback) {
|
|
210
|
+
callback?.(this._value);
|
|
211
|
+
}
|
|
212
|
+
interpolate(config) {
|
|
213
|
+
return new AnimatedValue(this._value);
|
|
214
|
+
}
|
|
215
|
+
_notifyListeners() {
|
|
216
|
+
for (const key in this._listeners) this._listeners[key]({
|
|
217
|
+
value: this._value
|
|
218
|
+
});
|
|
219
|
+
}
|
|
220
|
+
__getValue() {
|
|
221
|
+
return this._value + this._offset;
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
class AnimatedValueXY {
|
|
225
|
+
x;
|
|
226
|
+
y;
|
|
227
|
+
constructor(value) {
|
|
228
|
+
this.x = new AnimatedValue(value?.x ?? 0), this.y = new AnimatedValue(value?.y ?? 0);
|
|
229
|
+
}
|
|
230
|
+
setValue(value) {
|
|
231
|
+
this.x.setValue(value.x), this.y.setValue(value.y);
|
|
232
|
+
}
|
|
233
|
+
setOffset(offset) {
|
|
234
|
+
this.x.setOffset(offset.x), this.y.setOffset(offset.y);
|
|
235
|
+
}
|
|
236
|
+
flattenOffset() {
|
|
237
|
+
this.x.flattenOffset(), this.y.flattenOffset();
|
|
238
|
+
}
|
|
239
|
+
stopAnimation(callback) {
|
|
240
|
+
callback?.({
|
|
241
|
+
x: this.x._value,
|
|
242
|
+
y: this.y._value
|
|
243
|
+
});
|
|
244
|
+
}
|
|
245
|
+
addListener(callback) {
|
|
246
|
+
const xId = this.x.addListener(() => {
|
|
247
|
+
callback({
|
|
248
|
+
x: this.x._value,
|
|
249
|
+
y: this.y._value
|
|
250
|
+
});
|
|
251
|
+
});
|
|
252
|
+
return this.y.addListener(() => {
|
|
253
|
+
callback({
|
|
254
|
+
x: this.x._value,
|
|
255
|
+
y: this.y._value
|
|
256
|
+
});
|
|
257
|
+
}), xId;
|
|
258
|
+
}
|
|
259
|
+
removeAllListeners() {
|
|
260
|
+
this.x.removeAllListeners(), this.y.removeAllListeners();
|
|
261
|
+
}
|
|
262
|
+
getLayout() {
|
|
263
|
+
return {
|
|
264
|
+
left: this.x,
|
|
265
|
+
top: this.y
|
|
266
|
+
};
|
|
267
|
+
}
|
|
268
|
+
getTranslateTransform() {
|
|
269
|
+
return [{
|
|
270
|
+
translateX: this.x
|
|
271
|
+
}, {
|
|
272
|
+
translateY: this.y
|
|
273
|
+
}];
|
|
274
|
+
}
|
|
275
|
+
}
|
|
276
|
+
const noopAnim = {
|
|
277
|
+
start: cb => cb?.({
|
|
278
|
+
finished: !0
|
|
205
279
|
}),
|
|
280
|
+
stop: () => {},
|
|
281
|
+
reset: () => {}
|
|
282
|
+
},
|
|
283
|
+
Animated = {
|
|
284
|
+
View: import_View2.View,
|
|
285
|
+
Text: import_Text2.Text,
|
|
286
|
+
Image: import_Image2.Image,
|
|
287
|
+
ScrollView: import_ScrollView2.ScrollView,
|
|
288
|
+
FlatList: import_View2.View,
|
|
289
|
+
SectionList: import_View2.View,
|
|
290
|
+
Value: AnimatedValue,
|
|
291
|
+
ValueXY: AnimatedValueXY,
|
|
292
|
+
timing: () => noopAnim,
|
|
293
|
+
spring: () => noopAnim,
|
|
294
|
+
decay: () => noopAnim,
|
|
295
|
+
sequence: () => noopAnim,
|
|
296
|
+
parallel: () => noopAnim,
|
|
297
|
+
stagger: () => noopAnim,
|
|
298
|
+
loop: () => noopAnim,
|
|
206
299
|
event: () => () => {},
|
|
207
|
-
add: () => new
|
|
208
|
-
subtract: () => new
|
|
209
|
-
multiply: () => new
|
|
210
|
-
divide: () => new
|
|
211
|
-
modulo: () => new
|
|
212
|
-
diffClamp: () => new
|
|
213
|
-
delay: () =>
|
|
214
|
-
start: () => {}
|
|
215
|
-
}),
|
|
300
|
+
add: (a, b) => new AnimatedValue(0),
|
|
301
|
+
subtract: (a, b) => new AnimatedValue(0),
|
|
302
|
+
multiply: (a, b) => new AnimatedValue(0),
|
|
303
|
+
divide: (a, b) => new AnimatedValue(0),
|
|
304
|
+
modulo: (a, b) => new AnimatedValue(0),
|
|
305
|
+
diffClamp: (a, min, max) => new AnimatedValue(0),
|
|
306
|
+
delay: () => noopAnim,
|
|
216
307
|
createAnimatedComponent: c => c
|
|
217
308
|
},
|
|
218
309
|
Easing = {
|
|
@@ -2,7 +2,7 @@ import { render } from "@testing-library/react";
|
|
|
2
2
|
import { createEventTarget } from "dom-event-testing-library";
|
|
3
3
|
import React from "react";
|
|
4
4
|
import { act } from "react-dom/test-utils";
|
|
5
|
-
import ActivityIndicator from "
|
|
5
|
+
import ActivityIndicator from "../index.mjs";
|
|
6
6
|
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
describe("components/ActivityIndicator", () => {
|
|
8
8
|
describe('prop "accessibilityLabel"', () => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import React from "react";
|
|
2
2
|
import ReactDOMServer from "react-dom/server";
|
|
3
3
|
import StyleSheet from "../../StyleSheet/index";
|
|
4
|
-
import View from "../../View";
|
|
5
|
-
import AppRegistry from "
|
|
4
|
+
import View from "../../View/index.mjs";
|
|
5
|
+
import AppRegistry from "../index.mjs";
|
|
6
6
|
const NoopComponent = () => React.createElement("div");
|
|
7
7
|
describe("AppRegistry", () => {
|
|
8
8
|
describe("getApplication", () => {
|
package/dist/esm/FlatList.mjs
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
import { invariant, Platform } from "@tamagui/react-native-web-internals";
|
|
2
2
|
import memoizeOne from "memoize-one";
|
|
3
3
|
import React from "react";
|
|
4
|
-
import { deepDiffer } from "./vendor/react-native/deepDiffer";
|
|
5
|
-
import { VirtualizedList } from "./vendor/react-native/VirtualizedList";
|
|
6
|
-
import { keyExtractor as defaultKeyExtractor } from "./vendor/react-native/VirtualizeUtils";
|
|
7
|
-
import { View } from "./View";
|
|
4
|
+
import { deepDiffer } from "./vendor/react-native/deepDiffer/index.mjs";
|
|
5
|
+
import { VirtualizedList } from "./vendor/react-native/VirtualizedList/index.mjs";
|
|
6
|
+
import { keyExtractor as defaultKeyExtractor } from "./vendor/react-native/VirtualizeUtils/index.mjs";
|
|
7
|
+
import { View } from "./View/index.mjs";
|
|
8
8
|
import { jsx } from "react/jsx-runtime";
|
|
9
9
|
function removeClippedSubviewsOrDefault(removeClippedSubviews) {
|
|
10
10
|
return removeClippedSubviews ?? Platform.OS === "android";
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { render } from "@testing-library/react";
|
|
2
|
-
import Text from "../../Text";
|
|
3
|
-
import ImageBackground from "
|
|
2
|
+
import Text from "../../Text/index.mjs";
|
|
3
|
+
import ImageBackground from "../index.mjs";
|
|
4
4
|
import { jsx } from "react/jsx-runtime";
|
|
5
5
|
function findImage(container) {
|
|
6
6
|
return container.firstChild.firstChild;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["Pressability_default"],"sources":["../../../../src/Libraries/Pressability/Pressability.ts"],"sourcesContent":[null],"mappings":"AACA,IAAOA,oBAAA,GAAQ,CAAC","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["usePressability_default","config"],"sources":["../../../../src/Libraries/Pressability/usePressability.ts"],"sourcesContent":[null],"mappings":"AACA,IAAOA,uBAAA,GAASC,MAAA,KAAiB,CAAC","ignoreList":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { StyleSheet, canUseDOM } from "@tamagui/react-native-web-internals";
|
|
3
|
-
import { View } from "../View";
|
|
3
|
+
import { View } from "../View/index.mjs";
|
|
4
4
|
const ModalContent = /* @__PURE__ */React.forwardRef((props, forwardedRef) => {
|
|
5
5
|
const {
|
|
6
6
|
active,
|
|
@@ -47,6 +47,11 @@ const ScrollViewBase = React.forwardRef((props, forwardedRef) => {
|
|
|
47
47
|
showsHorizontalScrollIndicator,
|
|
48
48
|
showsVerticalScrollIndicator,
|
|
49
49
|
style,
|
|
50
|
+
// strip RN-only props that shouldn't reach the DOM
|
|
51
|
+
onMomentumScrollBegin,
|
|
52
|
+
onMomentumScrollEnd,
|
|
53
|
+
onScrollBeginDrag,
|
|
54
|
+
onScrollEndDrag,
|
|
50
55
|
...rest
|
|
51
56
|
} = props,
|
|
52
57
|
scrollState = React.useRef({
|
|
@@ -74,18 +79,18 @@ const ScrollViewBase = React.forwardRef((props, forwardedRef) => {
|
|
|
74
79
|
function handleScrollEnd(e) {
|
|
75
80
|
scrollState.current.isScrolling = !1, onScroll && onScroll(normalizeScrollEvent(e));
|
|
76
81
|
}
|
|
77
|
-
const
|
|
82
|
+
const hideHorizontalScrollbar = showsHorizontalScrollIndicator === !1,
|
|
83
|
+
hideVerticalScrollbar = showsVerticalScrollIndicator === !1;
|
|
78
84
|
return /* @__PURE__ */jsx(View, {
|
|
79
85
|
...rest,
|
|
86
|
+
className: "_dsp_contents" + (hideHorizontalScrollbar ? " _hsb-x" : "") + (hideVerticalScrollbar ? " _hsb-y" : ""),
|
|
80
87
|
onScroll: handleScroll,
|
|
81
88
|
onTouchMove: createPreventableScrollHandler(onTouchMove),
|
|
82
89
|
onWheel: createPreventableScrollHandler(onWheel),
|
|
83
90
|
ref: useMergeRefs(scrollRef, forwardedRef),
|
|
84
91
|
style: [style,
|
|
85
92
|
// @ts-ignore
|
|
86
|
-
!scrollEnabled && styles.scrollDisabled
|
|
87
|
-
// @ts-ignore
|
|
88
|
-
hideScrollbar && styles.hideScrollbar]
|
|
93
|
+
!scrollEnabled && styles.scrollDisabled]
|
|
89
94
|
});
|
|
90
95
|
}),
|
|
91
96
|
styles = {
|
|
@@ -93,9 +98,6 @@ const ScrollViewBase = React.forwardRef((props, forwardedRef) => {
|
|
|
93
98
|
overflowX: "hidden",
|
|
94
99
|
overflowY: "hidden",
|
|
95
100
|
touchAction: "none"
|
|
96
|
-
},
|
|
97
|
-
hideScrollbar: {
|
|
98
|
-
scrollbarWidth: "none"
|
|
99
101
|
}
|
|
100
102
|
};
|
|
101
103
|
var ScrollViewBase_default = ScrollViewBase;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["useMergeRefs","React","View","jsx","normalizeScrollEvent","e","nativeEvent","contentOffset","x","target","scrollLeft","y","scrollTop","contentSize","height","scrollHeight","width","scrollWidth","layoutMeasurement","offsetHeight","offsetWidth","timeStamp","Date","now","shouldEmitScrollEvent","lastTick","eventThrottle","timeSinceLastTick","ScrollViewBase","forwardRef","props","forwardedRef","onScroll","onTouchMove","onWheel","scrollEnabled","scrollEventThrottle","showsHorizontalScrollIndicator","showsVerticalScrollIndicator","style","rest","scrollState","useRef","isScrolling","scrollLastTick","scrollTimeout","scrollRef","createPreventableScrollHandler","handler","handleScroll","stopPropagation","current","persist","clearTimeout","setTimeout","handleScrollEnd","handleScrollTick","handleScrollStart","
|
|
1
|
+
{"version":3,"names":["useMergeRefs","React","View","jsx","normalizeScrollEvent","e","nativeEvent","contentOffset","x","target","scrollLeft","y","scrollTop","contentSize","height","scrollHeight","width","scrollWidth","layoutMeasurement","offsetHeight","offsetWidth","timeStamp","Date","now","shouldEmitScrollEvent","lastTick","eventThrottle","timeSinceLastTick","ScrollViewBase","forwardRef","props","forwardedRef","onScroll","onTouchMove","onWheel","scrollEnabled","scrollEventThrottle","showsHorizontalScrollIndicator","showsVerticalScrollIndicator","style","onMomentumScrollBegin","onMomentumScrollEnd","onScrollBeginDrag","onScrollEndDrag","rest","scrollState","useRef","isScrolling","scrollLastTick","scrollTimeout","scrollRef","createPreventableScrollHandler","handler","handleScroll","stopPropagation","current","persist","clearTimeout","setTimeout","handleScrollEnd","handleScrollTick","handleScrollStart","hideHorizontalScrollbar","hideVerticalScrollbar","className","ref","styles","scrollDisabled","overflowX","overflowY","touchAction","ScrollViewBase_default"],"sources":["../../../src/ScrollView/ScrollViewBase.tsx"],"sourcesContent":[null],"mappings":"AASA,SAASA,YAAA,QAAoB;AAC7B,YAAYC,KAAA,MAAW;AAGvB,SAASC,IAAA,QAAY;AAyIjB,SAAAC,GAAA;AAzHJ,SAASC,qBAAqBC,CAAA,EAAG;EAC/B,OAAO;IACLC,WAAA,EAAa;MACXC,aAAA,EAAe;QACb,IAAIC,EAAA,EAAI;UACN,OAAOH,CAAA,CAAEI,MAAA,CAAOC,UAAA;QAClB;QACA,IAAIC,EAAA,EAAI;UACN,OAAON,CAAA,CAAEI,MAAA,CAAOG,SAAA;QAClB;MACF;MACAC,WAAA,EAAa;QACX,IAAIC,OAAA,EAAS;UACX,OAAOT,CAAA,CAAEI,MAAA,CAAOM,YAAA;QAClB;QACA,IAAIC,MAAA,EAAQ;UACV,OAAOX,CAAA,CAAEI,MAAA,CAAOQ,WAAA;QAClB;MACF;MACAC,iBAAA,EAAmB;QACjB,IAAIJ,OAAA,EAAS;UACX,OAAOT,CAAA,CAAEI,MAAA,CAAOU,YAAA;QAClB;QACA,IAAIH,MAAA,EAAQ;UACV,OAAOX,CAAA,CAAEI,MAAA,CAAOW,WAAA;QAClB;MACF;IACF;IACAC,SAAA,EAAWC,IAAA,CAAKC,GAAA,CAAI;EACtB;AACF;AAEA,SAASC,sBAAsBC,QAAA,EAAkBC,aAAA,EAAuB;EACtE,MAAMC,iBAAA,GAAoBL,IAAA,CAAKC,GAAA,CAAI,IAAIE,QAAA;EACvC,OAAOC,aAAA,GAAgB,KAAKC,iBAAA,IAAqBD,aAAA;AACnD;AAKA,MAAME,cAAA,GAAiB3B,KAAA,CAAM4B,UAAA,CAAW,CAACC,KAAA,EAAcC,YAAA,KAAiB;IACtE,MAAM;QACJC,QAAA;QACAC,WAAA;QACAC,OAAA;QACAC,aAAA,GAAgB;QAChBC,mBAAA,GAAsB;QACtBC,8BAAA;QACAC,4BAAA;QACAC,KAAA;QAAA;QAEAC,qBAAA;QACAC,mBAAA;QACAC,iBAAA;QACAC,eAAA;QACA,GAAGC;MACL,IAAId,KAAA;MAEEe,WAAA,GAAc5C,KAAA,CAAM6C,MAAA,CAAO;QAAEC,WAAA,EAAa;QAAOC,cAAA,EAAgB;MAAE,CAAC;MACpEC,aAAA,GAAgBhD,KAAA,CAAM6C,MAAA,CAAO,IAAI;MACjCI,SAAA,GAAYjD,KAAA,CAAM6C,MAAA,CAAO,IAAI;IAEnC,SAASK,+BAA+BC,OAAA,EAAmB;MACzD,OAAQ/C,CAAA,IAAc;QAChB8B,aAAA,IACEiB,OAAA,IACFA,OAAA,CAAQ/C,CAAC;MAGf;IACF;IAEA,SAASgD,aAAahD,CAAA,EAAQ;MAC5BA,CAAA,CAAEiD,eAAA,CAAgB,GACdjD,CAAA,CAAEI,MAAA,KAAWyC,SAAA,CAAUK,OAAA,KACzBlD,CAAA,CAAEmD,OAAA,CAAQ,GAENP,aAAA,CAAcM,OAAA,IAAW,QAC3BE,YAAA,CAAaR,aAAA,CAAcM,OAAO,GAGpCN,aAAA,CAAcM,OAAA,GAAUG,UAAA,CAAW,MAAM;QACvCC,eAAA,CAAgBtD,CAAC;MACnB,GAAG,GAAG,GACFwC,WAAA,CAAYU,OAAA,CAAQR,WAAA,GAGpBvB,qBAAA,CAAsBqB,WAAA,CAAYU,OAAA,CAAQP,cAAA,EAAgBZ,mBAAmB,KAE7EwB,gBAAA,CAAiBvD,CAAC,IAIpBwD,iBAAA,CAAkBxD,CAAC;IAGzB;IAEA,SAASwD,kBAAkBxD,CAAA,EAAW;MACpCwC,WAAA,CAAYU,OAAA,CAAQR,WAAA,GAAc,IAClCa,gBAAA,CAAiBvD,CAAC;IACpB;IAEA,SAASuD,iBAAiBvD,CAAA,EAAW;MACnCwC,WAAA,CAAYU,OAAA,CAAQP,cAAA,GAAiB1B,IAAA,CAAKC,GAAA,CAAI,GAC1CS,QAAA,IACFA,QAAA,CAAS5B,oBAAA,CAAqBC,CAAC,CAAC;IAEpC;IAEA,SAASsD,gBAAgBtD,CAAA,EAAW;MAClCwC,WAAA,CAAYU,OAAA,CAAQR,WAAA,GAAc,IAC9Bf,QAAA,IACFA,QAAA,CAAS5B,oBAAA,CAAqBC,CAAC,CAAC;IAEpC;IAEA,MAAMyD,uBAAA,GAA0BzB,8BAAA,KAAmC;MAC7D0B,qBAAA,GAAwBzB,4BAAA,KAAiC;IAE/D,OACE,eAAAnC,GAAA,CAACD,IAAA;MACE,GAAG0C,IAAA;MACJoB,SAAA,EACE,mBACCF,uBAAA,GAA0B,YAAY,OACtCC,qBAAA,GAAwB,YAAY;MAEvC/B,QAAA,EAAUqB,YAAA;MACVpB,WAAA,EAAakB,8BAAA,CAA+BlB,WAAkB;MAC9DC,OAAA,EAASiB,8BAAA,CAA+BjB,OAAc;MACtD+B,GAAA,EAAKjE,YAAA,CAAakD,SAAA,EAAWnB,YAAY;MACzCQ,KAAA,EAAO,CACLA,KAAA;MAAA;MAEA,CAACJ,aAAA,IAAiB+B,MAAA,CAAOC,cAAA;IAC3B,CACF;EAEJ,CAAC;EAKKD,MAAA,GAAS;IACbC,cAAA,EAAgB;MACdC,SAAA,EAAW;MACXC,SAAA,EAAW;MACXC,WAAA,EAAa;IACf;EACF;AAGA,IAAOC,sBAAA,GAAQ3C,cAAA","ignoreList":[]}
|