@umituz/react-native-ai-generation-content 1.17.289 → 1.17.290

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": "@umituz/react-native-ai-generation-content",
3
- "version": "1.17.289",
3
+ "version": "1.17.290",
4
4
  "description": "Provider-agnostic AI generation orchestration for React Native with result preview components",
5
5
  "main": "src/index.ts",
6
6
  "types": "src/index.ts",
@@ -62,7 +62,7 @@
62
62
  "@types/react": "~19.1.10",
63
63
  "@typescript-eslint/eslint-plugin": "^8.0.0",
64
64
  "@typescript-eslint/parser": "^8.0.0",
65
- "@umituz/react-native-design-system": "^2.8.20",
65
+ "@umituz/react-native-design-system": "^2.8.25",
66
66
  "@umituz/react-native-firebase": "*",
67
67
  "@umituz/react-native-localization": "*",
68
68
  "eslint": "^9.0.0",
@@ -152,7 +152,7 @@ export const ScenarioGrid: React.FC<ScenarioGridProps> = ({
152
152
 
153
153
  return (
154
154
  <AtomicCard
155
- image={item.imageUrl || ""}
155
+ image={item.previewImageUrl ?? item.imageUrl ?? ""}
156
156
  title={title}
157
157
  subtitle={description}
158
158
  selected={selectedScenarioId === item.id}