cdslibrary 1.0.25 → 1.0.27

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.
@@ -52,7 +52,7 @@ export const CDSBottomSheet = ({
52
52
  }, [modalVisible]);
53
53
 
54
54
  return (
55
- <>
55
+ <View>
56
56
  <Animated.View onLayout={handleLayout}
57
57
  style={[isMobile ? styles.centeredView.typeBottomSheet : styles.centeredView.typeModal,
58
58
  {opacity: modalOpacity, transform: isMobile && [{ translateY: slidePosition }] },
@@ -102,7 +102,7 @@ export const CDSBottomSheet = ({
102
102
  >
103
103
  <Pressable onPress={() => setModalVisible(false)} style={{ flex: 1 }} />
104
104
  </Animated.View>
105
- </>
105
+ </View>
106
106
  );
107
107
  }
108
108
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cdslibrary",
3
3
  "license": "0BSD",
4
- "version": "1.0.25",
4
+ "version": "1.0.27",
5
5
  "main": "index.js",
6
6
  "author": "Nat Viramontes",
7
7
  "description": "A library of components for the CDS project",
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes