@umituz/react-native-ai-generation-content 1.37.26 → 1.37.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/react-native-ai-generation-content",
|
|
3
|
-
"version": "1.37.
|
|
3
|
+
"version": "1.37.27",
|
|
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",
|
|
@@ -119,6 +119,7 @@ export function CreationCard({
|
|
|
119
119
|
<View style={styles.previewContainer} pointerEvents="box-none">
|
|
120
120
|
<CreationPreview
|
|
121
121
|
uri={previewUrl}
|
|
122
|
+
thumbnailUrl={creation.output?.thumbnailUrl}
|
|
122
123
|
status={creation.status}
|
|
123
124
|
type={creation.type as CreationTypeId}
|
|
124
125
|
/>
|