@umituz/react-native-ai-generation-content 1.88.10 → 1.89.1
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.
|
|
3
|
+
"version": "1.89.1",
|
|
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",
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Solo Video Wizard Config
|
|
3
|
-
* Flow: Photo →
|
|
3
|
+
* Flow: Photo → Video Settings (resolution, aspect_ratio, quality_mode, duration) → Generation
|
|
4
4
|
*
|
|
5
5
|
* Two-step generation:
|
|
6
|
-
* 1. Generate image from photo + prompt (
|
|
7
|
-
* 2. Generate video from that image (
|
|
6
|
+
* 1. Generate image from photo + prompt (p-image-edit)
|
|
7
|
+
* 2. Generate video from that image (p-video)
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
import type { WizardFeatureConfig } from "../domain/entities/wizard-feature.types";
|
|
@@ -22,25 +22,6 @@ export const SOLO_VIDEO_WIZARD_CONFIG: WizardFeatureConfig = {
|
|
|
22
22
|
showPhotoTips: true,
|
|
23
23
|
required: true,
|
|
24
24
|
},
|
|
25
|
-
{
|
|
26
|
-
id: "video_prompt",
|
|
27
|
-
type: "text_input",
|
|
28
|
-
titleKey: "soloVideo.prompt",
|
|
29
|
-
subtitleKey: "soloVideo.promptInfo",
|
|
30
|
-
placeholderKey: "soloVideo.promptPlaceholder",
|
|
31
|
-
required: true,
|
|
32
|
-
minLength: 3,
|
|
33
|
-
maxLength: 500,
|
|
34
|
-
multiline: true,
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
id: "background_audio",
|
|
38
|
-
type: "audio_picker",
|
|
39
|
-
titleKey: "soloVideo.audioTitle",
|
|
40
|
-
subtitleKey: "soloVideo.audioSubtitle",
|
|
41
|
-
required: false,
|
|
42
|
-
maxFileSizeMB: 20,
|
|
43
|
-
},
|
|
44
25
|
{
|
|
45
26
|
id: "quality_mode",
|
|
46
27
|
type: "selection",
|