@artsy/palette-mobile 17.25.0 → 17.26.0
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,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
+
import { FastImageProps } from "@d11/react-native-fast-image";
|
|
2
3
|
import { StyleProp, ViewStyle } from "react-native";
|
|
3
|
-
import { FastImageProps } from "react-native-fast-image";
|
|
4
4
|
import { GeminiResizeMode } from "../../utils/createGeminiUrl";
|
|
5
5
|
type CustomFastImageProps = Omit<FastImageProps, "onLoadStart" | "onLoadEnd" | "source">;
|
|
6
6
|
export interface ImageProps extends CustomFastImageProps {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
|
+
import FastImage from "@d11/react-native-fast-image";
|
|
2
3
|
import { memo, useCallback } from "react";
|
|
3
4
|
import { PixelRatio, View } from "react-native";
|
|
4
5
|
import { Blurhash } from "react-native-blurhash";
|
|
5
|
-
import FastImage from "react-native-fast-image";
|
|
6
6
|
import Animated, { Easing, useAnimatedStyle, useSharedValue, withTiming, } from "react-native-reanimated";
|
|
7
7
|
import { createGeminiUrl } from "../../utils/createGeminiUrl";
|
|
8
8
|
import { useColor } from "../../utils/hooks";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@artsy/palette-mobile",
|
|
3
|
-
"version": "17.
|
|
3
|
+
"version": "17.26.0",
|
|
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 --terminal terminal",
|
|
@@ -34,6 +34,7 @@
|
|
|
34
34
|
],
|
|
35
35
|
"dependencies": {
|
|
36
36
|
"@artsy/palette-tokens": "^7.0.0",
|
|
37
|
+
"@d11/react-native-fast-image": "^8.10.0",
|
|
37
38
|
"@shopify/flash-list": "^1.8.3",
|
|
38
39
|
"@styled-system/core": "^5.1.2",
|
|
39
40
|
"@styled-system/theme-get": "^5.1.2",
|
|
@@ -43,7 +44,6 @@
|
|
|
43
44
|
"react-nanny": "^2.15.0",
|
|
44
45
|
"react-native-blurhash": "^2.1.1",
|
|
45
46
|
"react-native-collapsible-tab-view": "^8.0.1",
|
|
46
|
-
"react-native-fast-image": "^8.6.3",
|
|
47
47
|
"react-native-pager-view": "6.5.0",
|
|
48
48
|
"react-native-popover-view": "^5.1.7",
|
|
49
49
|
"react-spring": "8.0.23",
|
|
@@ -56,11 +56,11 @@
|
|
|
56
56
|
"react": "*",
|
|
57
57
|
"react-native": "*",
|
|
58
58
|
"react-native-blurhash": "*",
|
|
59
|
+
"react-native-collapsible-tab-view": "*",
|
|
59
60
|
"react-native-haptic-feedback": "*",
|
|
60
61
|
"react-native-linear-gradient": "*",
|
|
61
62
|
"react-native-reanimated": "*",
|
|
62
63
|
"react-native-svg": "*",
|
|
63
|
-
"react-native-collapsible-tab-view": "*",
|
|
64
64
|
"styled-components": ">= 5"
|
|
65
65
|
},
|
|
66
66
|
"devDependencies": {
|