cdslibrary 1.2.77 → 1.2.78

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.
@@ -215,7 +215,7 @@ const styles = StyleSheet.create({
215
215
  },
216
216
  container: {
217
217
  typeBottomSheet: {
218
- maxHeight: '90%',
218
+ maxHeight: '95%',
219
219
  width: "100%",
220
220
  position: "absolute",
221
221
  bottom: 0,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cdslibrary",
3
3
  "license": "0BSD",
4
- "version": "1.2.77",
4
+ "version": "1.2.78",
5
5
  "main": "index.js",
6
6
  "author": "Nat Viramontes",
7
7
  "description": "A library of components for the CDS project",