@umituz/react-native-ai-generation-content 1.37.38 → 1.40.3

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.
Files changed (99) hide show
  1. package/package.json +1 -1
  2. package/src/domains/access-control/hooks/useAIFeatureGate.ts +113 -0
  3. package/src/domains/access-control/index.ts +12 -0
  4. package/src/domains/access-control/types/access-control.types.ts +71 -0
  5. package/src/domains/scenarios/index.ts +0 -3
  6. package/src/index.ts +1 -0
  7. package/src/domains/scenarios/infrastructure/ScenariosData.ts +0 -26
  8. package/src/domains/scenarios/infrastructure/data/action-stealth-scenarios.ts +0 -68
  9. package/src/domains/scenarios/infrastructure/data/adventure-scenarios.ts +0 -68
  10. package/src/domains/scenarios/infrastructure/data/affection-scenarios.ts +0 -100
  11. package/src/domains/scenarios/infrastructure/data/animals-scenarios.ts +0 -26
  12. package/src/domains/scenarios/infrastructure/data/arabian-nights-scenarios.ts +0 -52
  13. package/src/domains/scenarios/infrastructure/data/art-studio-scenarios.ts +0 -69
  14. package/src/domains/scenarios/infrastructure/data/artistic-scenarios.ts +0 -94
  15. package/src/domains/scenarios/infrastructure/data/bucket-list-scenarios.ts +0 -67
  16. package/src/domains/scenarios/infrastructure/data/career-scenarios.ts +0 -62
  17. package/src/domains/scenarios/infrastructure/data/casino-scenarios.ts +0 -53
  18. package/src/domains/scenarios/infrastructure/data/celebration-scenarios.ts +0 -84
  19. package/src/domains/scenarios/infrastructure/data/cinematic-scenarios.ts +0 -59
  20. package/src/domains/scenarios/infrastructure/data/connection-scenarios.ts +0 -117
  21. package/src/domains/scenarios/infrastructure/data/cozy-plush-scenarios.ts +0 -52
  22. package/src/domains/scenarios/infrastructure/data/creative-scenarios.ts +0 -26
  23. package/src/domains/scenarios/infrastructure/data/culinary-scenarios.ts +0 -26
  24. package/src/domains/scenarios/infrastructure/data/cultural-scenarios.ts +0 -84
  25. package/src/domains/scenarios/infrastructure/data/daily-essence-scenarios.ts +0 -116
  26. package/src/domains/scenarios/infrastructure/data/dark-academia-scenarios.ts +0 -53
  27. package/src/domains/scenarios/infrastructure/data/ecology-scenarios.ts +0 -67
  28. package/src/domains/scenarios/infrastructure/data/education-scenarios.ts +0 -26
  29. package/src/domains/scenarios/infrastructure/data/elemental-scenarios.ts +0 -53
  30. package/src/domains/scenarios/infrastructure/data/elite-scenarios.ts +0 -68
  31. package/src/domains/scenarios/infrastructure/data/extreme-scenarios.ts +0 -26
  32. package/src/domains/scenarios/infrastructure/data/family-scenarios.ts +0 -76
  33. package/src/domains/scenarios/infrastructure/data/fantasy-scenarios.ts +0 -99
  34. package/src/domains/scenarios/infrastructure/data/fashion-scenarios.ts +0 -74
  35. package/src/domains/scenarios/infrastructure/data/festival-scenarios.ts +0 -60
  36. package/src/domains/scenarios/infrastructure/data/folklore-scenarios.ts +0 -85
  37. package/src/domains/scenarios/infrastructure/data/future-tech-scenarios.ts +0 -68
  38. package/src/domains/scenarios/infrastructure/data/gaming-scenarios.ts +0 -26
  39. package/src/domains/scenarios/infrastructure/data/gothic-scenarios.ts +0 -68
  40. package/src/domains/scenarios/infrastructure/data/historical-scenarios.ts +0 -74
  41. package/src/domains/scenarios/infrastructure/data/hobbies-scenarios.ts +0 -76
  42. package/src/domains/scenarios/infrastructure/data/home-life-scenarios.ts +0 -100
  43. package/src/domains/scenarios/infrastructure/data/iconic-moments-scenarios.ts +0 -131
  44. package/src/domains/scenarios/infrastructure/data/intimate-scenarios.ts +0 -138
  45. package/src/domains/scenarios/infrastructure/data/lifestyle-scenarios.ts +0 -162
  46. package/src/domains/scenarios/infrastructure/data/luxury-scenarios.ts +0 -26
  47. package/src/domains/scenarios/infrastructure/data/magical-realism-scenarios.ts +0 -53
  48. package/src/domains/scenarios/infrastructure/data/movie-legends/action-fantasy.ts +0 -58
  49. package/src/domains/scenarios/infrastructure/data/movie-legends/index.ts +0 -16
  50. package/src/domains/scenarios/infrastructure/data/movie-legends/musical-dance.ts +0 -58
  51. package/src/domains/scenarios/infrastructure/data/movie-legends/period-drama.ts +0 -58
  52. package/src/domains/scenarios/infrastructure/data/movie-legends/romantic.ts +0 -90
  53. package/src/domains/scenarios/infrastructure/data/music-scenarios.ts +0 -84
  54. package/src/domains/scenarios/infrastructure/data/mystical-scenarios.ts +0 -69
  55. package/src/domains/scenarios/infrastructure/data/mythology-scenarios.ts +0 -68
  56. package/src/domains/scenarios/infrastructure/data/nostalgia-scenarios.ts +0 -66
  57. package/src/domains/scenarios/infrastructure/data/performance-scenarios.ts +0 -26
  58. package/src/domains/scenarios/infrastructure/data/pirate-era-scenarios.ts +0 -53
  59. package/src/domains/scenarios/infrastructure/data/post-apocalyptic-scenarios.ts +0 -53
  60. package/src/domains/scenarios/infrastructure/data/prehistoric-world-scenarios.ts +0 -53
  61. package/src/domains/scenarios/infrastructure/data/retro-arcade-scenarios.ts +0 -52
  62. package/src/domains/scenarios/infrastructure/data/romantic-kisses-scenarios.ts +0 -117
  63. package/src/domains/scenarios/infrastructure/data/samurai-scenarios.ts +0 -52
  64. package/src/domains/scenarios/infrastructure/data/scenario-groups/activities.ts +0 -52
  65. package/src/domains/scenarios/infrastructure/data/scenario-groups/adventure-fantasy.ts +0 -46
  66. package/src/domains/scenarios/infrastructure/data/scenario-groups/arts-entertainment.ts +0 -34
  67. package/src/domains/scenarios/infrastructure/data/scenario-groups/index.ts +0 -10
  68. package/src/domains/scenarios/infrastructure/data/scenario-groups/lifestyle.ts +0 -42
  69. package/src/domains/scenarios/infrastructure/data/scenario-groups/relationships.ts +0 -30
  70. package/src/domains/scenarios/infrastructure/data/sci-fi-scenarios.ts +0 -74
  71. package/src/domains/scenarios/infrastructure/data/seasonal-scenarios.ts +0 -26
  72. package/src/domains/scenarios/infrastructure/data/social-media-scenarios.ts +0 -85
  73. package/src/domains/scenarios/infrastructure/data/solo/action.ts +0 -75
  74. package/src/domains/scenarios/infrastructure/data/solo/adventure.ts +0 -76
  75. package/src/domains/scenarios/infrastructure/data/solo/artistic.ts +0 -75
  76. package/src/domains/scenarios/infrastructure/data/solo/cinematic.ts +0 -75
  77. package/src/domains/scenarios/infrastructure/data/solo/fantasy.ts +0 -76
  78. package/src/domains/scenarios/infrastructure/data/solo/index.ts +0 -32
  79. package/src/domains/scenarios/infrastructure/data/solo/mythology.ts +0 -76
  80. package/src/domains/scenarios/infrastructure/data/solo/sports.ts +0 -75
  81. package/src/domains/scenarios/infrastructure/data/speed-demons-scenarios.ts +0 -52
  82. package/src/domains/scenarios/infrastructure/data/sports-scenarios.ts +0 -26
  83. package/src/domains/scenarios/infrastructure/data/steampunk-scenarios.ts +0 -69
  84. package/src/domains/scenarios/infrastructure/data/stolen-moments-scenarios.ts +0 -85
  85. package/src/domains/scenarios/infrastructure/data/sultry-scenarios.ts +0 -99
  86. package/src/domains/scenarios/infrastructure/data/superhero-scenarios.ts +0 -68
  87. package/src/domains/scenarios/infrastructure/data/surreal-dreams-scenarios.ts +0 -53
  88. package/src/domains/scenarios/infrastructure/data/time-based-scenarios.ts +0 -42
  89. package/src/domains/scenarios/infrastructure/data/travel-scenarios.ts +0 -148
  90. package/src/domains/scenarios/infrastructure/data/underwater-scenarios.ts +0 -51
  91. package/src/domains/scenarios/infrastructure/data/urban-nights-scenarios.ts +0 -68
  92. package/src/domains/scenarios/infrastructure/data/villainous-scenarios.ts +0 -68
  93. package/src/domains/scenarios/infrastructure/data/vintage-circus-scenarios.ts +0 -52
  94. package/src/domains/scenarios/infrastructure/data/vintage-summer-scenarios.ts +0 -69
  95. package/src/domains/scenarios/infrastructure/data/wedding/celebrations.ts +0 -74
  96. package/src/domains/scenarios/infrastructure/data/wedding/ceremonies.ts +0 -74
  97. package/src/domains/scenarios/infrastructure/data/wedding/index.ts +0 -14
  98. package/src/domains/scenarios/infrastructure/data/wedding/preparation.ts +0 -106
  99. package/src/domains/scenarios/infrastructure/data/wellness-scenarios.ts +0 -67
@@ -1,74 +0,0 @@
1
- /**
2
- * Sci-Fi Scenarios
3
- * Scenarios focused on futuristic, space, and cyberpunk themes
4
- */
5
-
6
- import { Scenario, ScenarioId } from "../../domain/Scenario";
7
- import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
8
-
9
- export const SCI_FI_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
10
- {
11
- id: ScenarioId.CYBERPUNK,
12
- title: "Cyberpunk City",
13
- description: "High-tech low-life future",
14
- icon: "🌃",
15
- imageUrl:
16
- "https://images.unsplash.com/photo-1550745165-9bc0b252726f?w=800&auto=format&fit=crop&q=60",
17
- aiPrompt: createPhotorealisticPrompt(
18
- "a couple in cyberpunk style on rainy neon-lit street, both facing camera with edgy intense expressions, man in black tactical jacket with glowing circuit patterns, woman in sleek leather coat with holographic accessories, towering skyscrapers with holographic advertisements and flying vehicles in background",
19
- "vibrant neon pink and cyan lighting with rain reflections and gritty atmosphere"
20
- ),
21
- storyTemplate: createStoryTemplate(
22
- "navigate the neon-soaked future",
23
- "In a world of chrome and code, their connection remains the most human thing of all.",
24
- ),
25
- },
26
- {
27
- id: ScenarioId.SPACE,
28
- title: "Cosmic Journey",
29
- description: "Explore infinite galaxies",
30
- icon: "🚀",
31
- imageUrl:
32
- "https://images.unsplash.com/photo-1446776653964-20c1d3a81b06?w=800&auto=format&fit=crop&q=60",
33
- aiPrompt: createPhotorealisticPrompt(
34
- "a couple as astronauts in futuristic space station, both facing camera with wonder-filled smiles through clear helmet visors, wearing sleek white and silver space suits with mission patches, massive observation window showing Earth and stars in background",
35
- "soft station interior lighting with blue Earth glow and cosmic atmosphere"
36
- ),
37
- storyTemplate: createStoryTemplate(
38
- "explore the final frontier together",
39
- "Among the stars, they've found that love truly knows no bounds. Their journey spans galaxies.",
40
- ),
41
- },
42
- {
43
- id: ScenarioId.SPACE_OPERA,
44
- title: "Space Opera",
45
- description: "Epic galactic heroes",
46
- icon: "⚔️",
47
- imageUrl:
48
- "https://images.unsplash.com/photo-1451187580459-43490279c0fa?w=800&auto=format&fit=crop&q=60",
49
- aiPrompt: createPhotorealisticPrompt(
50
- "a couple as galactic heroes on desert planet, both facing camera with epic heroic expressions, man in dark robes with futuristic armor and energy sword, woman in elegant white robes with flowing cape, twin suns setting over sand dunes with distant spacecraft in background",
51
- "dramatic golden twin sunset lighting with epic cinematic atmosphere"
52
- ),
53
- storyTemplate: createStoryTemplate(
54
- "lead the rebellion across the galaxy",
55
- "Across the stars and sands of time, their destiny is written in the cosmos.",
56
- ),
57
- },
58
- {
59
- id: ScenarioId.MARS_2050,
60
- title: "Life on Mars",
61
- description: "Colonizing the red planet",
62
- icon: "🪐",
63
- imageUrl:
64
- "https://plus.unsplash.com/premium_photo-1677038264064-2dedc3e9a9f7?w=900&auto=format&fit=crop&q=60&ixlib=rb-4.1.0&ixid=M3wxMjA3fDB8MHxzZWFyY2h8MXx8Y291cGxlJTJDJTIwbWFyc3xlbnwwfHwwfHx8MA%3D%3D",
65
- aiPrompt: createPhotorealisticPrompt(
66
- "a couple walking on surface of Mars, both facing camera with pioneering smiles visible through clear helmet glass, wearing sleek white futuristic space suits with red accents, vast rusty red martian landscape with distant dome colony and rocky terrain in background",
67
- "harsh martian sunlight with dusty red atmosphere and sci-fi realism"
68
- ),
69
- storyTemplate: createStoryTemplate(
70
- "build a new life on Mars",
71
- "On a new world, under a dusty red sky, they build a future as boundless as their ambition.",
72
- ),
73
- },
74
- ];
@@ -1,26 +0,0 @@
1
- /**
2
- * Seasonal & Nature Scenarios
3
- * Beautiful seasonal and nature-focused scenarios
4
- */
5
-
6
- import { Scenario, ScenarioId } from "../../domain/Scenario";
7
- import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
8
-
9
- export const SEASONAL_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
10
- {
11
- id: ScenarioId.CHERRY_BLOSSOM,
12
- title: "Cherry Blossom Dreams",
13
- description: "Springtime in Japan",
14
- icon: "🌸",
15
- imageUrl:
16
- "https://images.unsplash.com/photo-1522383225653-ed111181a951?w=800&auto=format&fit=crop&q=60",
17
- aiPrompt: createPhotorealisticPrompt(
18
- "a couple standing under blooming cherry blossom trees in Japan, both facing camera with serene peaceful smiles, man in tailored navy coat, woman in elegant cream dress, pink sakura petals falling gently around them, traditional Japanese temple with curved roof in background",
19
- "soft dreamy spring light with pink blossom atmosphere and romantic haze"
20
- ),
21
- storyTemplate: createStoryTemplate(
22
- "witness nature's most beautiful moment",
23
- "Like cherry blossoms, their love blooms beautifully, a fleeting yet eternal moment of perfection.",
24
- ),
25
- },
26
- ];
@@ -1,85 +0,0 @@
1
- import { Scenario, ScenarioId } from "../../domain/Scenario";
2
- import { createPhotorealisticPrompt, createStoryTemplate } from "../utils/scenario-utils";
3
-
4
- export const SOCIAL_MEDIA_SCENARIOS: Omit<Scenario, 'outputType' | 'category'>[] = [
5
- {
6
- id: ScenarioId.INSTAGRAM_COUPLE,
7
- title: "Instagram Icons",
8
- description: "Picture perfect feed",
9
- icon: "📸",
10
- imageUrl:
11
- "https://images.unsplash.com/photo-1542038784456-1ea8e935640e?w=800",
12
- aiPrompt: createPhotorealisticPrompt(
13
- "a couple posing for perfect Instagram photo, both facing camera with photogenic natural smiles, man in stylish coordinated streetwear holding professional camera, woman in trendy outfit with designer coffee cup, minimalist urban cafe with exposed brick in background",
14
- "bright natural daylight with soft shadows and artistic composition"
15
- ),
16
- storyTemplate: createStoryTemplate(
17
- "create a viral moment",
18
- "Feed goals! Every photo they post is a masterpiece of style and a testament to their incredible chemistry.",
19
- ),
20
- },
21
- {
22
- id: ScenarioId.TIKTOK_STARS,
23
- title: "TikTok Trends",
24
- description: "Moving to the beat",
25
- icon: "🎬",
26
- imageUrl:
27
- "https://images.unsplash.com/photo-1596704017254-9b121068fb31?w=800",
28
- aiPrompt: createPhotorealisticPrompt(
29
- "a couple filming TikTok dance in modern apartment, both facing camera with high-energy excited smiles mid-dance move, wearing trendy Gen-Z fashion with bold colors, smartphone on ring light tripod in foreground, modern apartment with colorful RGB LED lighting in background",
30
- "vibrant colorful RGB lighting with dynamic energetic atmosphere"
31
- ),
32
- storyTemplate: createStoryTemplate(
33
- "dance through their feed",
34
- "They've got the moves and the millions of likes. The ultimate power duo of the digital age.",
35
- ),
36
- },
37
- {
38
- id: ScenarioId.INFLUENCER_LIFE,
39
- title: "Influencer Life",
40
- description: "Living the dream online",
41
- icon: "✨",
42
- imageUrl:
43
- "https://images.unsplash.com/photo-1588196749597-9ff075ee6b5b?w=800",
44
- aiPrompt: createPhotorealisticPrompt(
45
- "a couple as lifestyle influencers in luxury hotel suite, both facing camera with sophisticated confident smiles, man in designer blazer, woman in elegant dress unboxing luxury gift box with tissue paper, bright airy suite with floor-to-ceiling windows and city view in background",
46
- "bright airy natural light with opulent luxurious atmosphere"
47
- ),
48
- storyTemplate: createStoryTemplate(
49
- "influence the world together",
50
- "Authenticity meets luxury. They don't just follow trends; they create them, all while staying true to each other.",
51
- ),
52
- },
53
- {
54
- id: ScenarioId.YOUTUBE_VLOG,
55
- title: "YouTube Vloggers",
56
- description: "Documenting our journey",
57
- icon: "📹",
58
- imageUrl:
59
- "https://images.unsplash.com/photo-1517457373958-b7bdd4587205?w=800",
60
- aiPrompt: createPhotorealisticPrompt(
61
- "a couple recording travel vlog at exotic location, both facing camera with energetic authentic smiles, man holding vlogging camera on gimbal, woman gesturing excitedly, wearing practical stylish travel outfits with backpacks, stunning tropical beach or ancient temple in background",
62
- "bright golden hour travel lighting with authentic adventure atmosphere"
63
- ),
64
- storyTemplate: createStoryTemplate(
65
- "share their story with the world",
66
- "Hey guys! Welcome back to their journey. Every video is a new chapter in their epic shared adventure.",
67
- ),
68
- },
69
- {
70
- id: ScenarioId.TREND_CHALLENGE,
71
- title: "Trend Challenge",
72
- description: "The ultimate duo test",
73
- icon: "🎭",
74
- imageUrl:
75
- "https://images.unsplash.com/photo-1516035069371-29a1b244cc32?w=800",
76
- aiPrompt: createPhotorealisticPrompt(
77
- "a couple doing viral couples challenge, both facing camera with playful competitive smiles, wearing fun casual matching outfits, holding challenge props like blindfolds or quiz cards, clean bright studio setup with ring light visible in background",
78
- "bright studio lighting with fun playful atmosphere"
79
- ),
80
- storyTemplate: createStoryTemplate(
81
- "win the internet today",
82
- "Whether it's the 'blindfold challenge' or 'who knows who better', they always end up winning because they have each other.",
83
- ),
84
- },
85
- ];
@@ -1,75 +0,0 @@
1
- /**
2
- * Solo Action Scenarios
3
- * Single-person action portraits
4
- */
5
-
6
- import { Scenario, ScenarioId, ScenarioCategory } from "../../../domain/Scenario";
7
- import { createPhotorealisticPrompt, createStoryTemplate } from "../../utils/scenario-utils";
8
-
9
- export const SOLO_ACTION_SCENARIOS: Scenario[] = [
10
- {
11
- id: ScenarioId.SOLO_MARTIAL_ARTIST,
12
- category: ScenarioCategory.SOLO_ACTION,
13
- title: "Martial Artist",
14
- description: "Kung Fu master",
15
- icon: "🥋",
16
- imageUrl: "https://images.unsplash.com/photo-1555597673-b21d5c935865?w=800",
17
- aiPrompt: createPhotorealisticPrompt(
18
- "a skilled martial artist in ancient temple training ground, person wearing traditional martial arts gi in powerful stance, focused intense expression looking at camera, wooden training dummies and mountain temple in background",
19
- "dramatic golden hour lighting with dust particles in air"
20
- ),
21
- storyTemplate: createStoryTemplate("master the ancient arts", "Discipline forged in tradition."),
22
- },
23
- {
24
- id: ScenarioId.SOLO_STREET_FIGHTER,
25
- category: ScenarioCategory.SOLO_ACTION,
26
- title: "Street Fighter",
27
- description: "Urban combat warrior",
28
- icon: "👊",
29
- imageUrl: "https://images.unsplash.com/photo-1517438476312-10d79c077509?w=800",
30
- aiPrompt: createPhotorealisticPrompt(
31
- "a fierce street fighter in neon-lit urban alley, person wearing fighting gear with wrapped hands, intense determined expression looking at camera, graffiti walls and neon signs in rainy city night",
32
- "neon lighting with rain reflections and gritty urban atmosphere"
33
- ),
34
- storyTemplate: createStoryTemplate("fight for glory", "The undisputed champion of the streets."),
35
- },
36
- {
37
- id: ScenarioId.SOLO_NINJA_ASSASSIN,
38
- category: ScenarioCategory.SOLO_ACTION,
39
- title: "Ninja Assassin",
40
- description: "Shadow warrior",
41
- icon: "🥷",
42
- imageUrl: "https://images.unsplash.com/photo-1555952517-2e8e729e0b44?w=800",
43
- aiPrompt: createPhotorealisticPrompt(
44
- "a deadly ninja on moonlit rooftop, person wearing black shinobi outfit with mask and katana, alert stealthy expression with eyes visible looking at camera, Japanese castle and full moon in background",
45
- "dramatic moonlight with shadows and mysterious ninja atmosphere"
46
- ),
47
- storyTemplate: createStoryTemplate("strike from shadows", "Silent and deadly."),
48
- },
49
- {
50
- id: ScenarioId.SOLO_BOXING_CHAMPION,
51
- category: ScenarioCategory.SOLO_ACTION,
52
- title: "Boxing Champion",
53
- description: "Ring legend",
54
- icon: "🥊",
55
- imageUrl: "https://images.unsplash.com/photo-1549719386-74dfcbf7dbed?w=800",
56
- aiPrompt: createPhotorealisticPrompt(
57
- "a victorious boxer in championship ring, person wearing boxing gloves and shorts arms raised in victory, triumphant fierce expression looking at camera, spotlights and cheering crowd in stadium background",
58
- "dramatic spotlight lighting with sweat glistening and arena atmosphere"
59
- ),
60
- storyTemplate: createStoryTemplate("become the champion", "The greatest to ever step in the ring."),
61
- },
62
- {
63
- id: ScenarioId.SOLO_PARKOUR_RUNNER,
64
- category: ScenarioCategory.SOLO_ACTION,
65
- title: "Parkour Runner",
66
- description: "Urban acrobat",
67
- icon: "🏃",
68
- imageUrl: "https://images.unsplash.com/photo-1571019613454-1cb2f99b2d8b?w=800",
69
- aiPrompt: createPhotorealisticPrompt(
70
- "an athletic parkour runner mid-leap between buildings, person wearing athletic urban clothing, focused determined expression looking at camera while jumping, city skyline and rooftops in background",
71
- "dynamic golden hour lighting with motion blur and urban energy"
72
- ),
73
- storyTemplate: createStoryTemplate("defy gravity", "The city is a playground."),
74
- },
75
- ];
@@ -1,76 +0,0 @@
1
- /**
2
- * Solo Adventure Scenarios
3
- * Single-person adventure portraits
4
- */
5
-
6
- import { Scenario, ScenarioId, ScenarioCategory } from "../../../domain/Scenario";
7
- import { createPhotorealisticPrompt, createStoryTemplate } from "../../utils/scenario-utils";
8
-
9
- export const SOLO_ADVENTURE_SCENARIOS: Scenario[] = [
10
- {
11
- id: ScenarioId.SOLO_MOUNTAIN_CLIMBER,
12
- category: ScenarioCategory.SOLO_ADVENTURE,
13
- title: "Mountain Climber",
14
- description: "Epic summit conquest",
15
- icon: "🏔️",
16
- imageUrl: "https://images.unsplash.com/photo-1464822759023-fed622ff2c3b?w=800",
17
- aiPrompt: createPhotorealisticPrompt(
18
- "a determined mountain climber at a snowy peak summit, person wearing professional climbing gear with ice axes and harness, triumphant victorious expression looking at camera, breathtaking panoramic view of mountain range and clouds below",
19
- "bright crisp mountain sunlight with dramatic sky and snow sparkle"
20
- ),
21
- storyTemplate: createStoryTemplate("conquer the highest peaks", "Standing on top of the world."),
22
- },
23
- {
24
- id: ScenarioId.SOLO_DESERT_EXPLORER,
25
- category: ScenarioCategory.SOLO_ADVENTURE,
26
- title: "Desert Explorer",
27
- description: "Sahara expedition",
28
- icon: "🏜️",
29
- imageUrl: "https://images.unsplash.com/photo-1509316785289-025f5b846b35?w=800",
30
- aiPrompt: createPhotorealisticPrompt(
31
- "an adventurous explorer in vast golden sand dunes, person wearing desert expedition gear with scarf and goggles, confident adventurous expression looking at camera, endless rolling dunes and ancient ruins visible in distance",
32
- "warm golden hour desert lighting with long shadows and heat shimmer"
33
- ),
34
- storyTemplate: createStoryTemplate("cross the endless sands", "Discovering secrets of the ancient desert."),
35
- },
36
- {
37
- id: ScenarioId.SOLO_JUNGLE_ADVENTURER,
38
- category: ScenarioCategory.SOLO_ADVENTURE,
39
- title: "Jungle Adventurer",
40
- description: "Amazon expedition",
41
- icon: "🌴",
42
- imageUrl: "https://images.unsplash.com/photo-1440342359743-84fcb8c21f21?w=800",
43
- aiPrompt: createPhotorealisticPrompt(
44
- "a brave explorer in dense tropical rainforest, person wearing khaki expedition clothes with machete and backpack, determined focused expression looking at camera, lush green vegetation exotic birds and ancient temple ruins in background",
45
- "dappled jungle sunlight filtering through dense canopy with misty atmosphere"
46
- ),
47
- storyTemplate: createStoryTemplate("venture into the unknown", "Exploring the heart of the jungle."),
48
- },
49
- {
50
- id: ScenarioId.SOLO_ARCTIC_SURVIVOR,
51
- category: ScenarioCategory.SOLO_ADVENTURE,
52
- title: "Arctic Survivor",
53
- description: "Polar expedition",
54
- icon: "❄️",
55
- imageUrl: "https://images.unsplash.com/photo-1517783999520-f068d7431a60?w=800",
56
- aiPrompt: createPhotorealisticPrompt(
57
- "a resilient arctic explorer in frozen tundra landscape, person wearing heavy fur-lined parka and snow goggles, strong determined expression looking at camera, vast ice fields aurora borealis dancing in night sky",
58
- "ethereal northern lights glow with cold blue arctic lighting"
59
- ),
60
- storyTemplate: createStoryTemplate("brave the frozen wilderness", "Conquering the coldest frontier."),
61
- },
62
- {
63
- id: ScenarioId.SOLO_TREASURE_HUNTER,
64
- category: ScenarioCategory.SOLO_ADVENTURE,
65
- title: "Treasure Hunter",
66
- description: "Ancient temple explorer",
67
- icon: "💎",
68
- imageUrl: "https://images.unsplash.com/photo-1518709268805-4e9042af9f23?w=800",
69
- aiPrompt: createPhotorealisticPrompt(
70
- "an adventurous treasure hunter in ancient temple ruins, person wearing rugged explorer outfit with leather jacket and satchel, excited discovery expression looking at camera holding ancient artifact, golden treasure and hieroglyphics visible in torchlit chamber",
71
- "warm torchlight with dust particles and mysterious ancient atmosphere"
72
- ),
73
- storyTemplate: createStoryTemplate("uncover lost treasures", "The greatest archaeological discovery."),
74
- },
75
- ];
76
-
@@ -1,75 +0,0 @@
1
- /**
2
- * Solo Artistic Scenarios
3
- * Single-person art style portraits
4
- */
5
-
6
- import { Scenario, ScenarioId, ScenarioCategory } from "../../../domain/Scenario";
7
- import { createPhotorealisticPrompt, createStoryTemplate } from "../../utils/scenario-utils";
8
-
9
- export const SOLO_ARTISTIC_SCENARIOS: Scenario[] = [
10
- {
11
- id: ScenarioId.SOLO_RENAISSANCE_PORTRAIT,
12
- category: ScenarioCategory.SOLO_ARTISTIC,
13
- title: "Renaissance Portrait",
14
- description: "Classical masterpiece style",
15
- icon: "🎨",
16
- imageUrl: "https://images.unsplash.com/photo-1579783902614-a3fb3927b6a5?w=800",
17
- aiPrompt: createPhotorealisticPrompt(
18
- "an elegant noble in Renaissance portrait style, person wearing luxurious velvet robes with gold embroidery, dignified regal expression looking at camera, dark classical background with subtle drapery like Leonardo da Vinci painting",
19
- "soft chiaroscuro lighting like Old Master paintings"
20
- ),
21
- storyTemplate: createStoryTemplate("be immortalized in art", "A masterpiece for the ages."),
22
- },
23
- {
24
- id: ScenarioId.SOLO_POP_ART_ICON,
25
- category: ScenarioCategory.SOLO_ARTISTIC,
26
- title: "Pop Art Icon",
27
- description: "Andy Warhol style",
28
- icon: "🌈",
29
- imageUrl: "https://images.unsplash.com/photo-1541367777708-7905fe3296c0?w=800",
30
- aiPrompt: createPhotorealisticPrompt(
31
- "a striking portrait in bold Pop Art style, person with vibrant colored hair and makeup, confident iconic expression looking at camera, flat bold colors and Ben-Day dots pattern background like Andy Warhol artwork",
32
- "flat bright pop art lighting with saturated neon colors"
33
- ),
34
- storyTemplate: createStoryTemplate("become a pop culture icon", "Art in the age of celebrity."),
35
- },
36
- {
37
- id: ScenarioId.SOLO_IMPRESSIONIST_MUSE,
38
- category: ScenarioCategory.SOLO_ARTISTIC,
39
- title: "Impressionist Muse",
40
- description: "Monet garden style",
41
- icon: "🌸",
42
- imageUrl: "https://images.unsplash.com/photo-1490750967868-88aa4486c946?w=800",
43
- aiPrompt: createPhotorealisticPrompt(
44
- "a dreamy figure in impressionist garden setting, person wearing flowing white dress with parasol, peaceful serene expression looking at camera, soft brushstroke effect with water lilies and flower garden like Monet painting",
45
- "soft diffused natural lighting with dreamy pastel atmosphere"
46
- ),
47
- storyTemplate: createStoryTemplate("inspire great art", "A moment captured in brushstrokes."),
48
- },
49
- {
50
- id: ScenarioId.SOLO_BAROQUE_NOBLE,
51
- category: ScenarioCategory.SOLO_ARTISTIC,
52
- title: "Baroque Noble",
53
- description: "Dramatic classical style",
54
- icon: "👑",
55
- imageUrl: "https://images.unsplash.com/photo-1578301978018-3005759f48f7?w=800",
56
- aiPrompt: createPhotorealisticPrompt(
57
- "a powerful noble in dramatic Baroque portrait style, person wearing elaborate period costume with lace collar and jewels, commanding authoritative expression looking at camera, rich velvet curtains and dramatic sky in background like Rembrandt",
58
- "dramatic Baroque lighting with strong contrasts and golden tones"
59
- ),
60
- storyTemplate: createStoryTemplate("rule with elegance", "Portrait of power and prestige."),
61
- },
62
- {
63
- id: ScenarioId.SOLO_SURREALIST_DREAM,
64
- category: ScenarioCategory.SOLO_ARTISTIC,
65
- title: "Surrealist Dream",
66
- description: "Salvador Dali style",
67
- icon: "🎭",
68
- imageUrl: "https://images.unsplash.com/photo-1549887534-1541e9326642?w=800",
69
- aiPrompt: createPhotorealisticPrompt(
70
- "a mysterious figure in surrealist dreamscape, person with enigmatic expression looking at camera, melting clocks floating objects and impossible architecture surrounding them like Salvador Dali painting",
71
- "otherworldly lighting with long shadows and dream-like atmosphere"
72
- ),
73
- storyTemplate: createStoryTemplate("explore the subconscious", "Where dreams become reality."),
74
- },
75
- ];
@@ -1,75 +0,0 @@
1
- /**
2
- * Solo Cinematic Scenarios
3
- * Single-person movie-style portraits
4
- */
5
-
6
- import { Scenario, ScenarioId, ScenarioCategory } from "../../../domain/Scenario";
7
- import { createPhotorealisticPrompt, createStoryTemplate } from "../../utils/scenario-utils";
8
-
9
- export const SOLO_CINEMATIC_SCENARIOS: Scenario[] = [
10
- {
11
- id: ScenarioId.SOLO_FILM_NOIR_DETECTIVE,
12
- category: ScenarioCategory.SOLO_CINEMATIC,
13
- title: "Film Noir Detective",
14
- description: "Classic mystery investigator",
15
- icon: "🕵️",
16
- imageUrl: "https://images.unsplash.com/photo-1509909756405-be0199881695?w=800",
17
- aiPrompt: createPhotorealisticPrompt(
18
- "a mysterious detective in a rain-soaked 1940s city street, person wearing classic trench coat and fedora hat, intense thoughtful expression looking at camera, neon signs reflecting on wet pavement vintage cars in background",
19
- "dramatic film noir lighting with high contrast shadows and rain"
20
- ),
21
- storyTemplate: createStoryTemplate("solve the unsolvable", "The city's greatest detective."),
22
- },
23
- {
24
- id: ScenarioId.SOLO_ACTION_HERO,
25
- category: ScenarioCategory.SOLO_CINEMATIC,
26
- title: "Action Hero",
27
- description: "Blockbuster movie star",
28
- icon: "💥",
29
- imageUrl: "https://images.unsplash.com/photo-1534258936925-c58bed479fcb?w=800",
30
- aiPrompt: createPhotorealisticPrompt(
31
- "a powerful action hero walking away from explosion, person wearing tactical gear and leather jacket, confident fearless expression looking at camera, massive fiery explosion and debris flying in background",
32
- "dramatic orange explosion lighting with smoke and cinematic atmosphere"
33
- ),
34
- storyTemplate: createStoryTemplate("save the world", "One hero against impossible odds."),
35
- },
36
- {
37
- id: ScenarioId.SOLO_WESTERN_OUTLAW,
38
- category: ScenarioCategory.SOLO_CINEMATIC,
39
- title: "Western Outlaw",
40
- description: "Wild West gunslinger",
41
- icon: "🤠",
42
- imageUrl: "https://images.unsplash.com/photo-1508739773434-c26b3d09e071?w=800",
43
- aiPrompt: createPhotorealisticPrompt(
44
- "a rugged gunslinger in dusty Wild West town, person wearing cowboy hat leather duster and gun holster, steely determined expression looking at camera, wooden saloon buildings and desert mountains in background",
45
- "harsh high noon sunlight with dust particles and western atmosphere"
46
- ),
47
- storyTemplate: createStoryTemplate("ride into the sunset", "The most feared outlaw in the West."),
48
- },
49
- {
50
- id: ScenarioId.SOLO_SPY_AGENT,
51
- category: ScenarioCategory.SOLO_CINEMATIC,
52
- title: "Secret Agent",
53
- description: "International spy",
54
- icon: "🕴️",
55
- imageUrl: "https://images.unsplash.com/photo-1507003211169-0a1dd7228f2d?w=800",
56
- aiPrompt: createPhotorealisticPrompt(
57
- "a suave secret agent at luxurious casino, person wearing perfectly tailored tuxedo, cool confident expression looking at camera, elegant casino interior with chandeliers and wealthy patrons in background",
58
- "sophisticated warm lighting with glamorous casino atmosphere"
59
- ),
60
- storyTemplate: createStoryTemplate("complete the mission", "Licensed to thrill."),
61
- },
62
- {
63
- id: ScenarioId.SOLO_SAMURAI_WARRIOR,
64
- category: ScenarioCategory.SOLO_CINEMATIC,
65
- title: "Samurai Warrior",
66
- description: "Legendary Japanese warrior",
67
- icon: "⚔️",
68
- imageUrl: "https://images.unsplash.com/photo-1542051841857-5f90071e7989?w=800",
69
- aiPrompt: createPhotorealisticPrompt(
70
- "a noble samurai warrior in cherry blossom garden, person wearing traditional armor and katana, honorable stoic expression looking at camera, pink cherry blossom petals falling and traditional Japanese temple in background",
71
- "soft pink and golden lighting with falling petals and serene atmosphere"
72
- ),
73
- storyTemplate: createStoryTemplate("follow the way of the warrior", "A samurai's unwavering honor."),
74
- },
75
- ];
@@ -1,76 +0,0 @@
1
- /**
2
- * Solo Fantasy Scenarios
3
- * Single-person fantasy portraits
4
- */
5
-
6
- import { Scenario, ScenarioId, ScenarioCategory } from "../../../domain/Scenario";
7
- import { createPhotorealisticPrompt, createStoryTemplate } from "../../utils/scenario-utils";
8
-
9
- export const SOLO_FANTASY_SCENARIOS: Scenario[] = [
10
- {
11
- id: ScenarioId.SOLO_DRAGON_RIDER,
12
- category: ScenarioCategory.SOLO_FANTASY,
13
- title: "Dragon Rider",
14
- description: "Epic dragon rider portrait",
15
- icon: "🐉",
16
- imageUrl: "https://images.unsplash.com/photo-1559827260-dc66d52bef19?w=800",
17
- aiPrompt: createPhotorealisticPrompt(
18
- "a powerful warrior riding a majestic dragon in flight, person wearing ornate battle armor with dragon scale patterns, confident determined expression looking at camera, massive dragon with spread wings beneath them, volcanic mountains and stormy clouds in background",
19
- "dramatic golden hour lighting with fire glow and epic atmosphere"
20
- ),
21
- storyTemplate: createStoryTemplate("soar through the skies", "A legendary bond between rider and dragon."),
22
- },
23
- {
24
- id: ScenarioId.SOLO_WIZARD_MASTER,
25
- category: ScenarioCategory.SOLO_FANTASY,
26
- title: "Wizard Master",
27
- description: "Powerful sorcerer portrait",
28
- icon: "🧙",
29
- imageUrl: "https://images.unsplash.com/photo-1506905925346-21bda4d32df4?w=800",
30
- aiPrompt: createPhotorealisticPrompt(
31
- "a wise powerful wizard in an ancient mystical tower, person wearing elaborate robes with glowing magical runes, holding a crystal staff emanating blue magical energy, intense focused expression looking at camera, ancient spell books and floating candles in background",
32
- "mystical blue and purple lighting with magical particles floating in air"
33
- ),
34
- storyTemplate: createStoryTemplate("master the arcane arts", "The greatest sorcerer of the realm."),
35
- },
36
- {
37
- id: ScenarioId.SOLO_ELVEN_ARCHER,
38
- category: ScenarioCategory.SOLO_FANTASY,
39
- title: "Elven Archer",
40
- description: "Mystical elf warrior",
41
- icon: "🏹",
42
- imageUrl: "https://images.unsplash.com/photo-1511497584788-876760111969?w=800",
43
- aiPrompt: createPhotorealisticPrompt(
44
- "an elegant elven archer in an enchanted forest, person with pointed ears wearing flowing green and silver armor, holding an ornate bow with arrow drawn, serene yet alert expression looking at camera, ancient trees with glowing magical flowers in background",
45
- "soft ethereal forest lighting with golden sun rays filtering through leaves"
46
- ),
47
- storyTemplate: createStoryTemplate("protect the ancient woods", "Guardian of the eternal forest."),
48
- },
49
- {
50
- id: ScenarioId.SOLO_DARK_KNIGHT,
51
- category: ScenarioCategory.SOLO_FANTASY,
52
- title: "Dark Knight",
53
- description: "Mysterious armored warrior",
54
- icon: "⚔️",
55
- imageUrl: "https://images.unsplash.com/photo-1604869515882-4d10fa4b0492?w=800",
56
- aiPrompt: createPhotorealisticPrompt(
57
- "a mysterious dark knight in gothic castle ruins, person wearing black ornate plate armor with silver engravings, holding a massive two-handed sword, intense brooding expression looking at camera, crumbling stone walls and moonlit sky in background",
58
- "dramatic moonlight with mist and shadows creating mysterious atmosphere"
59
- ),
60
- storyTemplate: createStoryTemplate("walk the path of shadows", "A knight sworn to darkness."),
61
- },
62
- {
63
- id: ScenarioId.SOLO_FOREST_FAIRY,
64
- category: ScenarioCategory.SOLO_FANTASY,
65
- title: "Forest Fairy",
66
- description: "Magical woodland spirit",
67
- icon: "🧚",
68
- imageUrl: "https://images.unsplash.com/photo-1441974231531-c6227db76b6e?w=800",
69
- aiPrompt: createPhotorealisticPrompt(
70
- "a beautiful magical fairy in a moonlit forest glade, person with delicate iridescent wings wearing a dress made of flower petals and leaves, gentle enchanting smile looking at camera, glowing mushrooms and fireflies surrounding them",
71
- "soft magical moonlight with sparkles and bioluminescent glow"
72
- ),
73
- storyTemplate: createStoryTemplate("dance with the moonlight", "Spirit of the enchanted woods."),
74
- },
75
- ];
76
-
@@ -1,32 +0,0 @@
1
- /**
2
- * Solo Scenarios
3
- * True single-person scenarios (ONE person only)
4
- */
5
-
6
- import { SOLO_FANTASY_SCENARIOS } from "./fantasy";
7
- import { SOLO_ADVENTURE_SCENARIOS } from "./adventure";
8
- import { SOLO_CINEMATIC_SCENARIOS } from "./cinematic";
9
- import { SOLO_ARTISTIC_SCENARIOS } from "./artistic";
10
- import { SOLO_ACTION_SCENARIOS } from "./action";
11
- import { SOLO_MYTHOLOGY_SCENARIOS } from "./mythology";
12
- import { SOLO_SPORTS_SCENARIOS } from "./sports";
13
-
14
- export const SOLO_SCENARIOS = [
15
- ...SOLO_FANTASY_SCENARIOS,
16
- ...SOLO_ADVENTURE_SCENARIOS,
17
- ...SOLO_CINEMATIC_SCENARIOS,
18
- ...SOLO_ARTISTIC_SCENARIOS,
19
- ...SOLO_ACTION_SCENARIOS,
20
- ...SOLO_MYTHOLOGY_SCENARIOS,
21
- ...SOLO_SPORTS_SCENARIOS,
22
- ];
23
-
24
- export {
25
- SOLO_FANTASY_SCENARIOS,
26
- SOLO_ADVENTURE_SCENARIOS,
27
- SOLO_CINEMATIC_SCENARIOS,
28
- SOLO_ARTISTIC_SCENARIOS,
29
- SOLO_ACTION_SCENARIOS,
30
- SOLO_MYTHOLOGY_SCENARIOS,
31
- SOLO_SPORTS_SCENARIOS,
32
- };