cdslibrary 1.0.39 → 1.0.41

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,6 +108,7 @@ const styles = StyleSheet.create({
108
108
  paddingHorizontal: 24,
109
109
  borderRadius: 1,
110
110
  gap: 8,
111
+ flexShrink: 1,
111
112
  },
112
113
  });
113
114
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "cdslibrary",
3
3
  "license": "0BSD",
4
- "version": "1.0.39",
4
+ "version": "1.0.41",
5
5
  "main": "index.js",
6
6
  "author": "Nat Viramontes",
7
7
  "description": "A library of components for the CDS project",
@@ -14,7 +14,7 @@
14
14
  "dependencies": {
15
15
  "@expo-google-fonts/inter": "^0.2.3",
16
16
  "@expo/metro-runtime": "~4.0.1",
17
- "@expo/vector-icons": "^14.0.2",
17
+ "@expo/vector-icons": "^14.0.4",
18
18
  "cli": "^1.0.1",
19
19
  "expo": "~52.0.38",
20
20
  "expo-status-bar": "~2.0.1",