@ecohouse/ui 0.1.10 → 0.1.11

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ecohouse/ui",
3
- "version": "0.1.10",
3
+ "version": "0.1.11",
4
4
  "type": "module",
5
5
  "private": false,
6
6
  "description": "Cross-platform presentation-only UI components for EcoHouse (React Native + React Native Web)",
@@ -257,10 +257,7 @@ const styles = StyleSheet.create({
257
257
  gap: 8,
258
258
  borderRadius: 12,
259
259
  backgroundColor: colors.whiteAlpha6,
260
- ...Platform.select({
261
- web: { boxShadow: `0 8px 24px ${colors.black}73` },
262
- default: { elevation: 8 },
263
- }),
260
+ overflow: "hidden",
264
261
  },
265
262
  item: {
266
263
  height: CONTROL_HEIGHT,