@artsy/palette-mobile 14.0.38 → 14.0.39--canary.324.3437.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.
package/dist/setupJest.js CHANGED
@@ -1,5 +1,4 @@
1
1
  import "@testing-library/react-native/extend-expect";
2
2
  import mockSafeAreaContext from "react-native-safe-area-context/jest/mock";
3
3
  jest.mock("react-native-safe-area-context", () => mockSafeAreaContext);
4
- jest.mock("react-native/Libraries/Animated/NativeAnimatedHelper");
5
4
  require("react-native-reanimated").setUpTests();
@@ -105,7 +105,6 @@ export * from "./ShieldIcon";
105
105
  export * from "./StarCircleFill";
106
106
  export * from "./StarCircleIcon";
107
107
  export * from "./Stopwatch";
108
- export * from "./SortIcon";
109
108
  export * from "./Tag2Icon";
110
109
  export * from "./TagIcon";
111
110
  export * from "./TimerIcon";
@@ -105,7 +105,6 @@ export * from "./ShieldIcon";
105
105
  export * from "./StarCircleFill";
106
106
  export * from "./StarCircleIcon";
107
107
  export * from "./Stopwatch";
108
- export * from "./SortIcon";
109
108
  export * from "./Tag2Icon";
110
109
  export * from "./TagIcon";
111
110
  export * from "./TimerIcon";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "14.0.38",
3
+ "version": "14.0.39--canary.324.3437.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",
@@ -66,18 +66,22 @@
66
66
  "@artsy/auto-config": "1.2.0",
67
67
  "@auto-it/all-contributors": "10.46.0",
68
68
  "@auto-it/first-time-contributor": "10.46.0",
69
- "@babel/core": "^7.20.12",
70
- "@babel/plugin-proposal-decorators": "7.20.13",
71
- "@babel/preset-env": "^7.20.2",
69
+ "@babel/core": "^7.25.2",
70
+ "@babel/plugin-proposal-decorators": "7.25.9",
71
+ "@babel/preset-env": "^7.25.3",
72
+ "@babel/runtime": "^7.25.0",
72
73
  "@babel/preset-flow": "7.18.6",
74
+ "@babel/plugin-proposal-private-methods": "7.18.6",
73
75
  "@babel/preset-react": "7.18.6",
74
76
  "@babel/preset-typescript": "7.18.6",
75
- "@babel/runtime": "^7.20.13",
76
- "@react-native-async-storage/async-storage": "1.19.8",
77
- "@react-native/babel-preset": "0.75.4",
78
- "@react-native/eslint-config": "0.75.4",
79
- "@react-native/metro-config": "0.75.4",
80
- "@react-native/typescript-config": "0.75.4",
77
+ "@react-native-async-storage/async-storage": "2.0.0",
78
+ "@react-native-community/cli": "15.0.1",
79
+ "@react-native-community/cli-platform-android": "15.0.1",
80
+ "@react-native-community/cli-platform-ios": "15.0.1",
81
+ "@react-native/babel-preset": "0.76.7",
82
+ "@react-native/eslint-config": "0.76.7",
83
+ "@react-native/metro-config": "0.76.7",
84
+ "@react-native/typescript-config": "0.76.7",
81
85
  "@storybook/react-native": "6.0.1-beta.11",
82
86
  "@testing-library/react-native": "12.8.1",
83
87
  "@types/events": "^3.0.0",
@@ -120,13 +124,13 @@
120
124
  "pull-lock": "1.0.0",
121
125
  "react": "18.3.1",
122
126
  "react-dom": "18.2.0",
123
- "react-native": "0.75.4",
124
- "react-native-device-info": "10.3.0",
127
+ "react-native": "0.76.7",
128
+ "react-native-device-info": "14.0.4",
125
129
  "react-native-haptic-feedback": "1.14.0",
126
130
  "react-native-linear-gradient": "2.6.2",
127
131
  "react-native-reanimated": "^3.16.7",
128
132
  "react-native-safe-area-context": "4.11.1",
129
- "react-native-svg": "14.1.0",
133
+ "react-native-svg": "15.10.1",
130
134
  "react-test-renderer": "18.3.1",
131
135
  "rimraf": "4.1.2",
132
136
  "styled-components": "^5.3.6",
@@ -1,3 +0,0 @@
1
- /// <reference types="react" />
2
- import { IconProps } from "./Icon";
3
- export declare const SortIcon: ({ fill, ...restProps }: IconProps) => JSX.Element;
@@ -1,7 +0,0 @@
1
- import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
- import { Icon, Path } from "./Icon";
3
- import { useColor } from "../utils/hooks";
4
- export const SortIcon = ({ fill = "black100", ...restProps }) => {
5
- const color = useColor();
6
- return (_jsxs(Icon, { ...restProps, viewBox: "0 0 18 18", children: [_jsx(Path, { d: "M4.74201 4.42504L4.73353 14.4298L5.73338 14.4312L5.74257 4.42433L8.77818 7.45994L9.48529 6.75283L5.24265 2.51019L1 6.75283L1.70711 7.45994L4.74201 4.42504Z", fill: color(fill), fillRule: "nonzero" }), _jsx(Path, { d: "M13.2371 3.59102L13.2286 13.5958L16.2635 10.5609L16.9706 11.268L12.728 15.5106L8.48535 11.268L9.19246 10.5609L12.2281 13.5965L12.2373 3.58961L13.2371 3.59102Z", fill: color(fill), fillRule: "nonzero" })] }));
7
- };