@compsych/mobile-ui 1.0.21 → 1.0.22

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": "@compsych/mobile-ui",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "description": "ComPsych React Native Design System — 19 mobile UI components with self-contained design tokens",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -306,11 +306,9 @@ export function ServiceCard({
306
306
  />
307
307
  </>
308
308
  )}
309
- {renderedIcon && (
310
- <View style={{ width: s.iconSize, height: s.iconSize }}>
311
- {renderedIcon}
312
- </View>
313
- )}
309
+ <View style={{ width: s.iconSize, height: s.iconSize }}>
310
+ {renderedIcon}
311
+ </View>
314
312
  <View style={styles.imageBottom}>
315
313
  <View style={{ flex: 1 }}>{textBlock}</View>
316
314
  {onPress && ChevronRight && (