@ecohouse/ui 0.1.51 → 0.1.52
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/index.cjs
CHANGED
|
@@ -35892,11 +35892,14 @@ var styles31 = reactNative.StyleSheet.create({
|
|
|
35892
35892
|
borderColor: colors.grey700,
|
|
35893
35893
|
borderRadius: 16,
|
|
35894
35894
|
backgroundColor: colors.grey700,
|
|
35895
|
-
|
|
35896
|
-
|
|
35897
|
-
|
|
35898
|
-
|
|
35899
|
-
|
|
35895
|
+
...reactNative.Platform.select({
|
|
35896
|
+
web: {
|
|
35897
|
+
boxShadow: `0 8px 18px ${colors.black}66`
|
|
35898
|
+
},
|
|
35899
|
+
default: {
|
|
35900
|
+
elevation: 12
|
|
35901
|
+
}
|
|
35902
|
+
})
|
|
35900
35903
|
},
|
|
35901
35904
|
list: {
|
|
35902
35905
|
maxHeight: MENU_MAX_HEIGHT
|