@artsy/palette-mobile 13.2.32 → 13.2.33
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.
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { FlatListProps } from "react-native";
|
|
3
|
-
import Animated from "react-native-reanimated";
|
|
2
|
+
import { FlatList, FlatListProps } from "react-native";
|
|
4
3
|
export type ScreenFlatListProps<T> = FlatListProps<T> & {
|
|
5
|
-
innerRef?: React.
|
|
4
|
+
innerRef?: React.ForwardedRef<FlatList<T>>;
|
|
6
5
|
};
|
|
7
6
|
export declare function ScreenFlatList<T>(props: ScreenFlatListProps<T>): JSX.Element;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const useListenForScreenScroll: () => {
|
|
2
|
-
scrollHandler:
|
|
2
|
+
scrollHandler: import("react-native-reanimated").ScrollHandlerProcessed<Record<string, unknown>>;
|
|
3
3
|
};
|
|
@@ -19,7 +19,7 @@ export declare const Screen: import("react").FC<import("./ScreenBase").ScreenBas
|
|
|
19
19
|
ScrollView: import("react").FC<import("react-native/types").ScrollViewProps>;
|
|
20
20
|
StickySubHeader: import("react").FC<import("./StickySubHeader").StickySubHeaderProps>;
|
|
21
21
|
useListenForScreenScroll: () => {
|
|
22
|
-
scrollHandler:
|
|
22
|
+
scrollHandler: import("react-native-reanimated").ScrollHandlerProcessed<Record<string, unknown>>;
|
|
23
23
|
};
|
|
24
24
|
useScreenScrollContext: () => import("./ScreenScrollContext").ScreenScrollContextProps;
|
|
25
25
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artsy/palette-mobile",
|
|
3
|
-
"version": "13.2.
|
|
3
|
+
"version": "13.2.33",
|
|
4
4
|
"description": "Artsy's design system for React Native",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"android": "RCT_METRO_PORT=8082 react-native run-android --port 8082",
|
|
@@ -124,7 +124,7 @@
|
|
|
124
124
|
"react-native-flipper": "0.178.1",
|
|
125
125
|
"react-native-haptic-feedback": "1.14.0",
|
|
126
126
|
"react-native-linear-gradient": "2.6.2",
|
|
127
|
-
"react-native-reanimated": "
|
|
127
|
+
"react-native-reanimated": "3.8.1",
|
|
128
128
|
"react-native-safe-area-context": "4.5.0",
|
|
129
129
|
"react-native-svg": "14.1.0",
|
|
130
130
|
"react-test-renderer": "18.2.0",
|