@artsy/palette-mobile 8.0.0 → 8.1.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.
@@ -108,7 +108,7 @@ const Button = ({ children, disabled: disabledProp, haptic, icon, iconPosition =
108
108
  return;
109
109
  }
110
110
  pressed.value = 0;
111
- }, onPress: handlePress, testID: testID, testOnly_pressed: testOnly_pressed, children: (0, jsx_runtime_1.jsx)(react_native_reanimated_1.default.View, { style: [
111
+ }, onPress: handlePress, testID: testID, testOnly_pressed: testOnly_pressed, children: (0, jsx_runtime_1.jsx)(react_native_reanimated_1.default.View, { ...restProps, style: [
112
112
  {
113
113
  height: height,
114
114
  width: block ? "100%" : undefined,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@artsy/palette-mobile",
3
- "version": "8.0.0",
3
+ "version": "8.1.0",
4
4
  "description": "Artsy's design system for React Native",
5
5
  "scripts": {
6
6
  "android": "react-native run-android",