@umituz/react-native-ai-generation-content 1.37.7 → 1.37.9
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 +1 -1
- package/src/domains/scenarios/domain/scenario.types.ts +3 -24
- package/src/domains/scenarios/infrastructure/ScenariosData.ts +15 -205
- package/src/domains/scenarios/infrastructure/data/movie-legends/action-fantasy.ts +58 -0
- package/src/domains/scenarios/infrastructure/data/movie-legends/index.ts +16 -0
- package/src/domains/scenarios/infrastructure/data/movie-legends/musical-dance.ts +58 -0
- package/src/domains/scenarios/infrastructure/data/movie-legends/period-drama.ts +58 -0
- package/src/domains/scenarios/infrastructure/data/movie-legends/romantic.ts +90 -0
- package/src/domains/scenarios/infrastructure/data/scenario-groups/activities.ts +52 -0
- package/src/domains/scenarios/infrastructure/data/scenario-groups/adventure-fantasy.ts +46 -0
- package/src/domains/scenarios/infrastructure/data/scenario-groups/arts-entertainment.ts +34 -0
- package/src/domains/scenarios/infrastructure/data/scenario-groups/index.ts +10 -0
- package/src/domains/scenarios/infrastructure/data/scenario-groups/lifestyle.ts +42 -0
- package/src/domains/scenarios/infrastructure/data/scenario-groups/relationships.ts +30 -0
- package/src/domains/scenarios/infrastructure/data/wedding/celebrations.ts +74 -0
- package/src/domains/scenarios/infrastructure/data/wedding/ceremonies.ts +74 -0
- package/src/domains/scenarios/infrastructure/data/wedding/index.ts +14 -0
- package/src/domains/scenarios/infrastructure/data/wedding/preparation.ts +106 -0
- package/src/domains/scenarios/infrastructure/data/movie-legends-scenarios.ts +0 -229
- package/src/domains/scenarios/infrastructure/data/wedding-scenarios.ts +0 -234
|
@@ -1,234 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Wedding Journey Scenarios
|
|
3
|
-
* Complete wedding journey from proposal to honeymoon
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
import { Scenario, ScenarioId } from "../../domain/Scenario";
|
|
7
|
-
import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
|
|
8
|
-
|
|
9
|
-
export const WEDDING_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
|
|
10
|
-
{
|
|
11
|
-
id: ScenarioId.PROPOSAL,
|
|
12
|
-
title: "The Proposal",
|
|
13
|
-
description: "Will you marry me?",
|
|
14
|
-
icon: "💍",
|
|
15
|
-
imageUrl:
|
|
16
|
-
"https://images.unsplash.com/photo-1519741497674-611481863552?w=800&auto=format&fit=crop&q=60",
|
|
17
|
-
aiPrompt: createPhotorealisticPrompt(
|
|
18
|
-
"a romantic proposal moment, man on one knee holding an open velvet ring box with sparkling diamond ring, woman with hands over her mouth in surprise showing happy tears, both facing camera with emotional expressions, man in tailored dark suit, woman in elegant cocktail dress, romantic restaurant terrace with candlelit tables and rose petals scattered on floor",
|
|
19
|
-
"warm romantic candlelight, soft golden ambient glow, magical emotional atmosphere"
|
|
20
|
-
),
|
|
21
|
-
storyTemplate: createStoryTemplate(
|
|
22
|
-
"ask the most important question",
|
|
23
|
-
"In this perfect moment, one question changes everything. The answer is written in their eyes.",
|
|
24
|
-
),
|
|
25
|
-
},
|
|
26
|
-
{
|
|
27
|
-
id: ScenarioId.ENGAGEMENT_PARTY,
|
|
28
|
-
title: "Engagement Celebration",
|
|
29
|
-
description: "Celebrating the yes",
|
|
30
|
-
icon: "🎉",
|
|
31
|
-
imageUrl:
|
|
32
|
-
"https://images.unsplash.com/photo-1511285560929-80b456fea0bc?w=800&auto=format&fit=crop&q=60",
|
|
33
|
-
aiPrompt: createPhotorealisticPrompt(
|
|
34
|
-
"a newly engaged couple at their elegant engagement party, both facing camera with joyful smiles, woman showing off sparkling engagement ring on extended hand, man in navy blazer with pocket square, woman in champagne colored cocktail dress, holding crystal champagne flutes, festive venue with gold balloons and floral centerpieces",
|
|
35
|
-
"warm festive party lighting, soft golden ambient glow, celebratory joyful atmosphere"
|
|
36
|
-
),
|
|
37
|
-
storyTemplate: createStoryTemplate(
|
|
38
|
-
"celebrate their engagement",
|
|
39
|
-
"Surrounded by loved ones, they toast to forever. The journey to 'I do' has officially begun.",
|
|
40
|
-
),
|
|
41
|
-
},
|
|
42
|
-
{
|
|
43
|
-
id: ScenarioId.DRESS_SHOPPING,
|
|
44
|
-
title: "Finding The Dress",
|
|
45
|
-
description: "The perfect gown",
|
|
46
|
-
icon: "👗",
|
|
47
|
-
imageUrl:
|
|
48
|
-
"https://images.unsplash.com/photo-1529156069898-49953e39b3ac?w=800&auto=format&fit=crop&q=60",
|
|
49
|
-
aiPrompt: createPhotorealisticPrompt(
|
|
50
|
-
"a bride trying on wedding dress in an elegant bridal boutique, facing camera with excited beaming smile, wearing stunning white A-line wedding gown with delicate lace details, groom visible in background watching admiringly, floor-to-ceiling mirrors and plush seating, crystal chandelier overhead",
|
|
51
|
-
"soft flattering boutique lighting, diffused natural light from windows, dreamy romantic atmosphere"
|
|
52
|
-
),
|
|
53
|
-
storyTemplate: createStoryTemplate(
|
|
54
|
-
"find the perfect dress",
|
|
55
|
-
"When she sees herself in THE dress, she knows. This is the one she'll wear to marry her soulmate.",
|
|
56
|
-
),
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
id: ScenarioId.ENGAGEMENT_SHOOT,
|
|
60
|
-
title: "Engagement Photos",
|
|
61
|
-
description: "Capturing the love",
|
|
62
|
-
icon: "📸",
|
|
63
|
-
imageUrl:
|
|
64
|
-
"https://images.unsplash.com/photo-1606800052052-a08af7148866?w=800&auto=format&fit=crop&q=60",
|
|
65
|
-
aiPrompt: createPhotorealisticPrompt(
|
|
66
|
-
"a couple during professional engagement photoshoot, both facing camera with loving genuine smiles, dressed in coordinated elegant casual outfits in neutral tones, holding hands with fingers interlaced, standing in beautiful outdoor location with trees and open field",
|
|
67
|
-
"golden hour backlighting, warm sun flare, professional romantic photography atmosphere"
|
|
68
|
-
),
|
|
69
|
-
storyTemplate: createStoryTemplate(
|
|
70
|
-
"capture their love story",
|
|
71
|
-
"Every photo tells their story - from the first glance to this moment, ready to say forever.",
|
|
72
|
-
),
|
|
73
|
-
},
|
|
74
|
-
{
|
|
75
|
-
id: ScenarioId.BRIDAL_SHOWER,
|
|
76
|
-
title: "Bridal Shower",
|
|
77
|
-
description: "Girls celebration",
|
|
78
|
-
icon: "💐",
|
|
79
|
-
imageUrl:
|
|
80
|
-
"https://images.unsplash.com/photo-1519225421980-715cb0215aed?w=800&auto=format&fit=crop&q=60",
|
|
81
|
-
aiPrompt: createPhotorealisticPrompt(
|
|
82
|
-
"a bride at her elegant bridal shower party, bride in beautiful white lace dress with groom in smart casual attire, both facing camera with happy radiant smiles, surrounded by wrapped gifts with white ribbon bows, venue decorated with pink and white flowers, rose gold balloons",
|
|
83
|
-
"soft warm party lighting, natural daylight through windows, festive joyful celebration atmosphere"
|
|
84
|
-
),
|
|
85
|
-
storyTemplate: createStoryTemplate(
|
|
86
|
-
"celebrate with loved ones",
|
|
87
|
-
"Laughter, tears of joy, and endless love. Her closest friends gather to celebrate the bride-to-be.",
|
|
88
|
-
),
|
|
89
|
-
},
|
|
90
|
-
{
|
|
91
|
-
id: ScenarioId.BACHELOR_PARTY,
|
|
92
|
-
title: "Last Night Out",
|
|
93
|
-
description: "Bachelor/Bachelorette party",
|
|
94
|
-
icon: "🎊",
|
|
95
|
-
imageUrl:
|
|
96
|
-
"https://images.unsplash.com/photo-1530103862676-de8c9debad1d?w=800&auto=format&fit=crop&q=60",
|
|
97
|
-
aiPrompt: createPhotorealisticPrompt(
|
|
98
|
-
"a fun couple celebrating their bachelor and bachelorette parties, both facing camera with excited energetic smiles, man wearing party sash and fun accessories, woman in sparkly dress with bride-to-be tiara, upscale venue with friends cheering in background, confetti in air",
|
|
99
|
-
"vibrant party lighting, colorful ambient glow, energetic celebratory nightlife atmosphere"
|
|
100
|
-
),
|
|
101
|
-
storyTemplate: createStoryTemplate(
|
|
102
|
-
"celebrate their last night of freedom",
|
|
103
|
-
"One last adventure before the biggest adventure of all. Tomorrow, everything changes for the better.",
|
|
104
|
-
),
|
|
105
|
-
},
|
|
106
|
-
{
|
|
107
|
-
id: ScenarioId.CHURCH_WEDDING,
|
|
108
|
-
title: "Church Ceremony",
|
|
109
|
-
description: "Traditional sacred vows",
|
|
110
|
-
icon: "⛪",
|
|
111
|
-
imageUrl:
|
|
112
|
-
"https://images.unsplash.com/photo-1519741497674-611481863552?w=800&auto=format&fit=crop&q=60",
|
|
113
|
-
aiPrompt: createPhotorealisticPrompt(
|
|
114
|
-
"a couple at their traditional church wedding ceremony, both facing camera with emotional joyful smiles, bride in stunning white wedding gown with delicate lace veil, groom in classic black tuxedo with white boutonniere, beautiful historic church interior with ornate stained glass windows casting colorful light, white floral arrangements along the aisle",
|
|
115
|
-
"soft natural light through stained glass, warm ambient church lighting, sacred elegant atmosphere"
|
|
116
|
-
),
|
|
117
|
-
storyTemplate: createStoryTemplate(
|
|
118
|
-
"exchange sacred vows",
|
|
119
|
-
"In this holy place, before God and witnesses, they promise forever. Two souls become one.",
|
|
120
|
-
),
|
|
121
|
-
},
|
|
122
|
-
{
|
|
123
|
-
id: ScenarioId.GARDEN_WEDDING,
|
|
124
|
-
title: "Garden Wedding",
|
|
125
|
-
description: "Nature's blessing",
|
|
126
|
-
icon: "🌸",
|
|
127
|
-
imageUrl:
|
|
128
|
-
"https://images.unsplash.com/photo-1519225421980-715cb0215aed?w=800&auto=format&fit=crop&q=60",
|
|
129
|
-
aiPrompt: createPhotorealisticPrompt(
|
|
130
|
-
"a couple at their beautiful garden wedding ceremony, both facing camera with radiant joyful smiles, bride in flowing white chiffon gown with flower crown, groom in light beige linen suit, standing under a lush floral arch covered in pink and white roses, manicured garden with blooming peonies and hedges",
|
|
131
|
-
"natural golden afternoon sunlight, dappled light through trees, romantic outdoor garden atmosphere"
|
|
132
|
-
),
|
|
133
|
-
storyTemplate: createStoryTemplate(
|
|
134
|
-
"marry in nature's cathedral",
|
|
135
|
-
"Surrounded by blooming flowers and gentle breezes, nature itself celebrates their union.",
|
|
136
|
-
),
|
|
137
|
-
},
|
|
138
|
-
{
|
|
139
|
-
id: ScenarioId.BEACH_WEDDING,
|
|
140
|
-
title: "Beach Wedding",
|
|
141
|
-
description: "Sunset vows",
|
|
142
|
-
icon: "🏖️",
|
|
143
|
-
imageUrl:
|
|
144
|
-
"https://images.unsplash.com/photo-1519225421980-715cb0215aed?w=800&auto=format&fit=crop&q=60",
|
|
145
|
-
aiPrompt: createPhotorealisticPrompt(
|
|
146
|
-
"a couple at their romantic beach wedding ceremony, both facing camera with joyful genuine smiles, bride in flowing white bohemian beach wedding dress with windswept hair, groom in cream linen suit, both barefoot on pristine white sand, turquoise ocean waves and stunning sunset sky, bamboo wedding arch with white fabric and tropical flowers",
|
|
147
|
-
"warm golden sunset backlighting, ocean breeze atmosphere, tropical romantic beach wedding ambiance"
|
|
148
|
-
),
|
|
149
|
-
storyTemplate: createStoryTemplate(
|
|
150
|
-
"say I do by the ocean",
|
|
151
|
-
"With the waves as their witness and the sunset painting the sky, they begin their forever.",
|
|
152
|
-
),
|
|
153
|
-
},
|
|
154
|
-
{
|
|
155
|
-
id: ScenarioId.CASTLE_WEDDING,
|
|
156
|
-
title: "Castle Wedding",
|
|
157
|
-
description: "Fairytale come true",
|
|
158
|
-
icon: "🏰",
|
|
159
|
-
imageUrl:
|
|
160
|
-
"https://images.unsplash.com/photo-1519741497674-611481863552?w=800&auto=format&fit=crop&q=60",
|
|
161
|
-
aiPrompt: createPhotorealisticPrompt(
|
|
162
|
-
"a couple at their fairytale castle wedding, both facing camera with regal elegant smiles, bride in princess-style ball gown with sweetheart neckline and long train, groom in formal black and white tuxedo with tails, grand castle great hall with massive crystal chandeliers, stone walls with tapestries, ornate gold decorations",
|
|
163
|
-
"warm golden chandelier lighting, dramatic castle interior ambiance, majestic fairytale atmosphere"
|
|
164
|
-
),
|
|
165
|
-
storyTemplate: createStoryTemplate(
|
|
166
|
-
"live their fairytale",
|
|
167
|
-
"In a castle fit for royalty, their love story becomes the stuff of legends.",
|
|
168
|
-
),
|
|
169
|
-
},
|
|
170
|
-
{
|
|
171
|
-
id: ScenarioId.RECEPTION_PARTY,
|
|
172
|
-
title: "Wedding Reception",
|
|
173
|
-
description: "Party celebration",
|
|
174
|
-
icon: "🎆",
|
|
175
|
-
imageUrl:
|
|
176
|
-
"https://images.unsplash.com/photo-1519225421980-715cb0215aed?w=800&auto=format&fit=crop&q=60",
|
|
177
|
-
aiPrompt: createPhotorealisticPrompt(
|
|
178
|
-
"a couple at their wedding reception celebration, both facing camera with ecstatic joyful smiles, bride in elegant white reception dress, groom in formal suit, surrounded by cheering guests in formal attire, elegant ballroom venue with string lights, white draping, and elaborate floral centerpieces",
|
|
179
|
-
"warm festive reception lighting, soft string lights and candles, joyful celebration atmosphere"
|
|
180
|
-
),
|
|
181
|
-
storyTemplate: createStoryTemplate(
|
|
182
|
-
"celebrate with everyone they love",
|
|
183
|
-
"The ceremony is over, the party begins. Tonight, love is the only thing that matters.",
|
|
184
|
-
),
|
|
185
|
-
},
|
|
186
|
-
{
|
|
187
|
-
id: ScenarioId.FIRST_DANCE,
|
|
188
|
-
title: "First Dance",
|
|
189
|
-
description: "As husband and wife",
|
|
190
|
-
icon: "💃",
|
|
191
|
-
imageUrl:
|
|
192
|
-
"https://images.unsplash.com/photo-1519225421980-715cb0215aed?w=800&auto=format&fit=crop&q=60",
|
|
193
|
-
aiPrompt: createPhotorealisticPrompt(
|
|
194
|
-
"a newlywed couple sharing their first dance as husband and wife, both facing camera while dancing elegantly, bride in flowing white wedding gown, groom in classic black tuxedo, romantic dance floor with soft spotlight, guests watching adoringly from surrounding tables with candles",
|
|
195
|
-
"soft romantic spotlight, warm ambient dance floor lighting, intimate magical first dance atmosphere"
|
|
196
|
-
),
|
|
197
|
-
storyTemplate: createStoryTemplate(
|
|
198
|
-
"share their first dance",
|
|
199
|
-
"In each other's arms, they dance as husband and wife for the first time. The world fades away.",
|
|
200
|
-
),
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
id: ScenarioId.CAKE_CUTTING,
|
|
204
|
-
title: "Cake Cutting",
|
|
205
|
-
description: "Sweet tradition",
|
|
206
|
-
icon: "🍰",
|
|
207
|
-
imageUrl:
|
|
208
|
-
"https://images.unsplash.com/photo-1464349095431-e9a21285b5f3?w=800&auto=format&fit=crop&q=60",
|
|
209
|
-
aiPrompt: createPhotorealisticPrompt(
|
|
210
|
-
"a couple cutting their elegant wedding cake together, both facing camera with playful loving smiles, hands together on silver cake knife, bride in white gown, groom in tuxedo, beautiful four-tier white wedding cake with sugar flowers and gold accents on decorated table",
|
|
211
|
-
"soft warm reception lighting, romantic ambient glow, sweet celebratory moment"
|
|
212
|
-
),
|
|
213
|
-
storyTemplate: createStoryTemplate(
|
|
214
|
-
"cut their wedding cake",
|
|
215
|
-
"A sweet moment, a playful tradition. The first of many things they'll share as one.",
|
|
216
|
-
),
|
|
217
|
-
},
|
|
218
|
-
{
|
|
219
|
-
id: ScenarioId.HONEYMOON,
|
|
220
|
-
title: "Honeymoon Bliss",
|
|
221
|
-
description: "Just married paradise",
|
|
222
|
-
icon: "🌅",
|
|
223
|
-
imageUrl:
|
|
224
|
-
"https://images.unsplash.com/photo-1507525428034-b723cf961d3e?w=800&auto=format&fit=crop&q=60",
|
|
225
|
-
aiPrompt: createPhotorealisticPrompt(
|
|
226
|
-
"a blissful newlywed couple on their honeymoon vacation, both facing camera with relaxed happy smiles, man in white linen shirt and shorts, woman in elegant flowing tropical maxi dress, relaxing by infinity pool at luxury resort, stunning turquoise ocean view and palm trees in background",
|
|
227
|
-
"warm tropical sunlight, golden hour glow, romantic paradise honeymoon atmosphere"
|
|
228
|
-
),
|
|
229
|
-
storyTemplate: createStoryTemplate(
|
|
230
|
-
"begin their honeymoon",
|
|
231
|
-
"Just the two of them, in paradise. The wedding is over, but the adventure of marriage has just begun.",
|
|
232
|
-
),
|
|
233
|
-
},
|
|
234
|
-
];
|