@artsy/palette-mobile 24.2.0 → 24.3.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.
@@ -42,6 +42,6 @@ var SubTabBarIOS = function (_a) {
42
42
  ],
43
43
  };
44
44
  }, []);
45
- return (0, jsx_runtime_1.jsx)(moti_1.MotiView, { style: [style, { zIndex: 1, marginHorizontal: -space(2) }], children: children });
45
+ return ((0, jsx_runtime_1.jsx)(moti_1.MotiView, { style: [style, { zIndex: 1, marginHorizontal: -space(2) }], children: children }));
46
46
  };
47
47
  exports.SubTabBarIOS = SubTabBarIOS;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "24.2.0",
3
+ "version": "24.3.0",
4
4
  "description": "Artsy's design system for React Native",
5
5
  "workspaces": [
6
6
  "Example"
@@ -61,6 +61,7 @@
61
61
  "react-native-pager-view": "*",
62
62
  "react-native-reanimated": "*",
63
63
  "react-native-svg": "*",
64
+ "react-native-worklets": "*",
64
65
  "styled-components": ">= 5"
65
66
  },
66
67
  "devDependencies": {
@@ -123,10 +124,10 @@
123
124
  "react-native-haptic-feedback": "1.14.0",
124
125
  "react-native-linear-gradient": "2.8.3",
125
126
  "react-native-pager-view": "8.0.2",
126
- "react-native-reanimated": "4.2.1",
127
+ "react-native-reanimated": "4.3.2",
127
128
  "react-native-safe-area-context": "5.6.0",
128
129
  "react-native-svg": "15.15.3",
129
- "react-native-worklets": "0.7.4",
130
+ "react-native-worklets": "0.8.3",
130
131
  "react-test-renderer": "19.2.0",
131
132
  "rimraf": "4.1.2",
132
133
  "styled-components": "6.1.19",