@vibecuting/video-project-core 0.1.26 → 0.1.28
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 +4 -4
- package/src/base/BaseRemotionScene.tsx +4 -3
- package/src/core/index.test.ts +40 -0
- package/src/core/intro/_shared/intro-layout.test.ts +18 -0
- package/src/core/intro/_shared/intro-layout.ts +50 -0
- package/src/core/intro/cyberpunk-intro-holo/default-cyberpunk-intro-bumper-Horizontal.tsx +25 -0
- package/src/core/intro/cyberpunk-intro-holo/default-cyberpunk-intro-bumper-Landscape.tsx +25 -0
- package/src/core/intro/cyberpunk-intro-holo/default-cyberpunk-intro-bumper.stories.tsx +31 -0
- package/src/core/intro/cyberpunk-intro-holo/default-cyberpunk-intro-bumper.tsx +118 -0
- package/src/core/intro/cyberpunk-intro-holo/index.ts +11 -0
- package/src/core/intro/cyberpunk-intro-neon/default-cyberpunk-intro-bumper-Horizontal.tsx +24 -0
- package/src/core/intro/cyberpunk-intro-neon/default-cyberpunk-intro-bumper-Landscape.tsx +24 -0
- package/src/core/intro/cyberpunk-intro-neon/default-cyberpunk-intro-bumper.stories.tsx +30 -0
- package/src/core/intro/cyberpunk-intro-neon/default-cyberpunk-intro-bumper.tsx +108 -0
- package/src/core/intro/cyberpunk-intro-neon/index.ts +10 -0
- package/src/core/intro/default-cinematic-intro-bumper/default-cinematic-intro-bumper-Horizontal.tsx +24 -0
- package/src/core/intro/default-cinematic-intro-bumper/default-cinematic-intro-bumper-Landscape.tsx +24 -0
- package/src/core/intro/default-cinematic-intro-bumper/default-cinematic-intro-bumper.stories.tsx +29 -0
- package/src/core/intro/default-cinematic-intro-bumper/default-cinematic-intro-bumper.tsx +234 -0
- package/src/core/intro/default-cinematic-intro-bumper/index.ts +11 -0
- package/src/core/intro/default-festival-intro-bumper/default-festival-intro-bumper-Horizontal.tsx +24 -0
- package/src/core/intro/default-festival-intro-bumper/default-festival-intro-bumper-Landscape.tsx +24 -0
- package/src/core/intro/default-festival-intro-bumper/default-festival-intro-bumper.stories.tsx +29 -0
- package/src/core/intro/default-festival-intro-bumper/default-festival-intro-bumper.tsx +187 -0
- package/src/core/intro/default-festival-intro-bumper/index.ts +11 -0
- package/src/core/intro/default-intro-bumper/default-intro-bumper-Horizontal.tsx +24 -0
- package/src/core/intro/default-intro-bumper/default-intro-bumper-Landscape.tsx +24 -0
- package/src/core/intro/default-intro-bumper/default-intro-bumper.stories.tsx +41 -0
- package/src/core/intro/default-intro-bumper/default-intro-bumper.tsx +256 -0
- package/src/core/intro/default-intro-bumper/index.ts +11 -0
- package/src/core/intro/default-noir-intro-bumper/default-noir-intro-bumper-Horizontal.tsx +24 -0
- package/src/core/intro/default-noir-intro-bumper/default-noir-intro-bumper-Landscape.tsx +24 -0
- package/src/core/intro/default-noir-intro-bumper/default-noir-intro-bumper.stories.tsx +29 -0
- package/src/core/intro/default-noir-intro-bumper/default-noir-intro-bumper.tsx +122 -0
- package/src/core/intro/default-noir-intro-bumper/index.ts +11 -0
- package/src/core/intro/default-trailer-intro-bumper/default-trailer-intro-bumper-Horizontal.tsx +24 -0
- package/src/core/intro/default-trailer-intro-bumper/default-trailer-intro-bumper-Landscape.tsx +24 -0
- package/src/core/intro/default-trailer-intro-bumper/default-trailer-intro-bumper.stories.tsx +29 -0
- package/src/core/intro/default-trailer-intro-bumper/default-trailer-intro-bumper.tsx +181 -0
- package/src/core/intro/default-trailer-intro-bumper/index.ts +11 -0
- package/src/core/intro/documentary-intro-observation/default-documentary-intro-bumper-Horizontal.tsx +18 -0
- package/src/core/intro/documentary-intro-observation/default-documentary-intro-bumper-Landscape.tsx +18 -0
- package/src/core/intro/documentary-intro-observation/default-documentary-intro-bumper.stories.tsx +31 -0
- package/src/core/intro/documentary-intro-observation/default-documentary-intro-bumper.tsx +158 -0
- package/src/core/intro/documentary-intro-observation/index.ts +10 -0
- package/src/core/intro/family-intro-reunion/default-family-intro-bumper-Horizontal.tsx +18 -0
- package/src/core/intro/family-intro-reunion/default-family-intro-bumper-Landscape.tsx +18 -0
- package/src/core/intro/family-intro-reunion/default-family-intro-bumper.stories.tsx +43 -0
- package/src/core/intro/family-intro-reunion/default-family-intro-bumper.tsx +165 -0
- package/src/core/intro/family-intro-reunion/index.ts +10 -0
- package/src/core/intro/festival-intro-spotlight/default-festival-intro-bumper-Horizontal.tsx +1 -0
- package/src/core/intro/festival-intro-spotlight/default-festival-intro-bumper-Landscape.tsx +1 -0
- package/src/core/intro/festival-intro-spotlight/default-festival-intro-bumper.stories.tsx +30 -0
- package/src/core/intro/festival-intro-spotlight/default-festival-intro-bumper.tsx +105 -0
- package/src/core/intro/festival-intro-spotlight/index.ts +10 -0
- package/src/core/intro/index.test.ts +45 -0
- package/src/core/intro/index.ts +17 -0
- package/src/core/intro/noir-intro-city/default-noir-intro-bumper-Horizontal.tsx +24 -0
- package/src/core/intro/noir-intro-city/default-noir-intro-bumper-Landscape.tsx +24 -0
- package/src/core/intro/noir-intro-city/default-noir-intro-bumper.stories.tsx +31 -0
- package/src/core/intro/noir-intro-city/default-noir-intro-bumper.tsx +96 -0
- package/src/core/intro/noir-intro-city/index.ts +10 -0
- package/src/core/intro/noir-intro-deluxe/default-noir-intro-bumper-Horizontal.tsx +1 -0
- package/src/core/intro/noir-intro-deluxe/default-noir-intro-bumper-Landscape.tsx +1 -0
- package/src/core/intro/noir-intro-deluxe/default-noir-intro-bumper.stories.tsx +31 -0
- package/src/core/intro/noir-intro-deluxe/default-noir-intro-bumper.tsx +117 -0
- package/src/core/intro/noir-intro-deluxe/index.ts +10 -0
- package/src/core/intro/sci-fi-intro/default-sci-fi-intro-bumper-Horizontal.tsx +1 -0
- package/src/core/intro/sci-fi-intro/default-sci-fi-intro-bumper-Landscape.tsx +1 -0
- package/src/core/intro/sci-fi-intro/default-sci-fi-intro-bumper.stories.tsx +48 -0
- package/src/core/intro/sci-fi-intro/default-sci-fi-intro-bumper.tsx +105 -0
- package/src/core/intro/sci-fi-intro/index.ts +10 -0
- package/src/core/intro/thriller-intro-suspense/default-thriller-intro-bumper-Horizontal.tsx +18 -0
- package/src/core/intro/thriller-intro-suspense/default-thriller-intro-bumper-Landscape.tsx +18 -0
- package/src/core/intro/thriller-intro-suspense/default-thriller-intro-bumper.stories.tsx +31 -0
- package/src/core/intro/thriller-intro-suspense/default-thriller-intro-bumper.tsx +155 -0
- package/src/core/intro/thriller-intro-suspense/index.ts +10 -0
- package/src/core/intro/trailer-intro-premiere/default-trailer-intro-bumper-Horizontal.tsx +1 -0
- package/src/core/intro/trailer-intro-premiere/default-trailer-intro-bumper-Landscape.tsx +1 -0
- package/src/core/intro/trailer-intro-premiere/default-trailer-intro-bumper.stories.tsx +30 -0
- package/src/core/intro/trailer-intro-premiere/default-trailer-intro-bumper.tsx +104 -0
- package/src/core/intro/trailer-intro-premiere/index.ts +10 -0
- package/src/core/intro/travel-intro-journey/default-travel-intro-bumper-Horizontal.tsx +18 -0
- package/src/core/intro/travel-intro-journey/default-travel-intro-bumper-Landscape.tsx +18 -0
- package/src/core/intro/travel-intro-journey/default-travel-intro-bumper.stories.tsx +43 -0
- package/src/core/intro/travel-intro-journey/default-travel-intro-bumper.tsx +158 -0
- package/src/core/intro/travel-intro-journey/index.ts +10 -0
- package/src/core/intro/western-intro/default-western-intro-bumper-Horizontal.tsx +24 -0
- package/src/core/intro/western-intro/default-western-intro-bumper-Landscape.tsx +24 -0
- package/src/core/intro/western-intro/default-western-intro-bumper.stories.tsx +29 -0
- package/src/core/intro/western-intro/default-western-intro-bumper.tsx +146 -0
- package/src/core/intro/western-intro/index.ts +4 -0
- package/src/core/intro/western-intro-gangster/default-western-intro-bumper-Horizontal.tsx +25 -0
- package/src/core/intro/western-intro-gangster/default-western-intro-bumper-Landscape.tsx +25 -0
- package/src/core/intro/western-intro-gangster/default-western-intro-bumper.stories.tsx +31 -0
- package/src/core/intro/western-intro-gangster/default-western-intro-bumper.tsx +105 -0
- package/src/core/intro/western-intro-gangster/index.ts +11 -0
- package/src/core/outro/_shared/outro-layout.test.ts +32 -0
- package/src/core/outro/_shared/outro-layout.ts +72 -0
- package/src/core/outro/award-outro-celebration/default-award-outro-bumper-Horizontal.tsx +18 -0
- package/src/core/outro/award-outro-celebration/default-award-outro-bumper-Landscape.tsx +18 -0
- package/src/core/outro/award-outro-celebration/default-award-outro-bumper.stories.tsx +42 -0
- package/src/core/outro/award-outro-celebration/default-award-outro-bumper.tsx +152 -0
- package/src/core/outro/award-outro-celebration/index.ts +10 -0
- package/src/core/outro/blackout-outro-finale/default-blackout-outro-bumper-Horizontal.tsx +1 -0
- package/src/core/outro/blackout-outro-finale/default-blackout-outro-bumper-Landscape.tsx +1 -0
- package/src/core/outro/blackout-outro-finale/default-blackout-outro-bumper.stories.tsx +28 -0
- package/src/core/outro/blackout-outro-finale/default-blackout-outro-bumper.tsx +71 -0
- package/src/core/outro/blackout-outro-finale/index.ts +10 -0
- package/src/core/outro/credits-roll-outro-epic/default-credits-roll-outro-Horizontal.tsx +24 -0
- package/src/core/outro/credits-roll-outro-epic/default-credits-roll-outro-Landscape.tsx +24 -0
- package/src/core/outro/credits-roll-outro-epic/default-credits-roll-outro.stories.tsx +31 -0
- package/src/core/outro/credits-roll-outro-epic/default-credits-roll-outro.tsx +106 -0
- package/src/core/outro/credits-roll-outro-epic/index.ts +10 -0
- package/src/core/outro/credits-roll-outro-premium/default-credits-roll-outro-Horizontal.tsx +1 -0
- package/src/core/outro/credits-roll-outro-premium/default-credits-roll-outro-Landscape.tsx +1 -0
- package/src/core/outro/credits-roll-outro-premium/default-credits-roll-outro.stories.tsx +30 -0
- package/src/core/outro/credits-roll-outro-premium/default-credits-roll-outro.tsx +88 -0
- package/src/core/outro/credits-roll-outro-premium/index.ts +10 -0
- package/src/core/outro/credits-roll-outro-royal/default-credits-roll-outro-Horizontal.tsx +25 -0
- package/src/core/outro/credits-roll-outro-royal/default-credits-roll-outro-Landscape.tsx +25 -0
- package/src/core/outro/credits-roll-outro-royal/default-credits-roll-outro.stories.tsx +32 -0
- package/src/core/outro/credits-roll-outro-royal/default-credits-roll-outro.tsx +110 -0
- package/src/core/outro/credits-roll-outro-royal/index.ts +11 -0
- package/src/core/outro/default-blackout-outro-bumper/default-blackout-outro-bumper-Horizontal.tsx +22 -0
- package/src/core/outro/default-blackout-outro-bumper/default-blackout-outro-bumper-Landscape.tsx +22 -0
- package/src/core/outro/default-blackout-outro-bumper/default-blackout-outro-bumper.stories.tsx +48 -0
- package/src/core/outro/default-blackout-outro-bumper/default-blackout-outro-bumper.tsx +124 -0
- package/src/core/outro/default-blackout-outro-bumper/index.ts +11 -0
- package/src/core/outro/default-credits-roll-outro/default-credits-roll-outro-Horizontal.tsx +22 -0
- package/src/core/outro/default-credits-roll-outro/default-credits-roll-outro-Landscape.tsx +22 -0
- package/src/core/outro/default-credits-roll-outro/default-credits-roll-outro.stories.tsx +48 -0
- package/src/core/outro/default-credits-roll-outro/default-credits-roll-outro.tsx +208 -0
- package/src/core/outro/default-credits-roll-outro/index.ts +11 -0
- package/src/core/outro/default-epilogue-outro/default-epilogue-outro-Horizontal.tsx +22 -0
- package/src/core/outro/default-epilogue-outro/default-epilogue-outro-Landscape.tsx +22 -0
- package/src/core/outro/default-epilogue-outro/default-epilogue-outro.stories.tsx +48 -0
- package/src/core/outro/default-epilogue-outro/default-epilogue-outro.tsx +115 -0
- package/src/core/outro/default-epilogue-outro/index.ts +11 -0
- package/src/core/outro/default-outro-bumper/default-outro-bumper-Horizontal.tsx +22 -0
- package/src/core/outro/default-outro-bumper/default-outro-bumper-Landscape.tsx +22 -0
- package/src/core/outro/default-outro-bumper/default-outro-bumper.stories.tsx +48 -0
- package/src/core/outro/default-outro-bumper/default-outro-bumper.tsx +159 -0
- package/src/core/outro/default-outro-bumper/index.ts +11 -0
- package/src/core/outro/default-sunset-outro-bumper/default-sunset-outro-bumper-Horizontal.tsx +22 -0
- package/src/core/outro/default-sunset-outro-bumper/default-sunset-outro-bumper-Landscape.tsx +22 -0
- package/src/core/outro/default-sunset-outro-bumper/default-sunset-outro-bumper.stories.tsx +48 -0
- package/src/core/outro/default-sunset-outro-bumper/default-sunset-outro-bumper.tsx +183 -0
- package/src/core/outro/default-sunset-outro-bumper/index.ts +11 -0
- package/src/core/outro/festival-outro-encore/default-festival-outro-bumper-Horizontal.tsx +18 -0
- package/src/core/outro/festival-outro-encore/default-festival-outro-bumper-Landscape.tsx +18 -0
- package/src/core/outro/festival-outro-encore/default-festival-outro-bumper.stories.tsx +31 -0
- package/src/core/outro/festival-outro-encore/default-festival-outro-bumper.tsx +130 -0
- package/src/core/outro/festival-outro-encore/index.ts +10 -0
- package/src/core/outro/heist-outro/default-heist-outro-bumper-Horizontal.tsx +24 -0
- package/src/core/outro/heist-outro/default-heist-outro-bumper-Landscape.tsx +24 -0
- package/src/core/outro/heist-outro/default-heist-outro-bumper.stories.tsx +29 -0
- package/src/core/outro/heist-outro/default-heist-outro-bumper.tsx +160 -0
- package/src/core/outro/heist-outro/index.ts +4 -0
- package/src/core/outro/index.test.ts +88 -0
- package/src/core/outro/index.ts +73 -0
- package/src/core/outro/memoir-outro-reflection/default-memoir-outro-bumper-Horizontal.tsx +18 -0
- package/src/core/outro/memoir-outro-reflection/default-memoir-outro-bumper-Landscape.tsx +18 -0
- package/src/core/outro/memoir-outro-reflection/default-memoir-outro-bumper.stories.tsx +42 -0
- package/src/core/outro/memoir-outro-reflection/default-memoir-outro-bumper.tsx +158 -0
- package/src/core/outro/memoir-outro-reflection/index.ts +10 -0
- package/src/core/outro/romance-outro/default-romance-outro-bumper-Horizontal.tsx +1 -0
- package/src/core/outro/romance-outro/default-romance-outro-bumper-Landscape.tsx +1 -0
- package/src/core/outro/romance-outro/default-romance-outro-bumper.stories.tsx +48 -0
- package/src/core/outro/romance-outro/default-romance-outro-bumper.tsx +123 -0
- package/src/core/outro/romance-outro/index.ts +10 -0
- package/src/core/outro/sunset-outro-coda/default-sunset-outro-bumper-Horizontal.tsx +1 -0
- package/src/core/outro/sunset-outro-coda/default-sunset-outro-bumper-Landscape.tsx +1 -0
- package/src/core/outro/sunset-outro-coda/default-sunset-outro-bumper.stories.tsx +30 -0
- package/src/core/outro/sunset-outro-coda/default-sunset-outro-bumper.tsx +75 -0
- package/src/core/outro/sunset-outro-coda/index.ts +10 -0
- package/src/core/scene/2dscene/default-2d-scene-Horizontal.stories.tsx +1 -1
- package/src/core/scene/2dscene/default-2d-scene.stories.tsx +1 -1
- package/src/core/scene/3dscene/default-3d-scene-Horizontal.stories.tsx +1 -1
- package/src/core/scene/3dscene/default-3d-scene.stories.tsx +1 -1
- package/src/core/scene/index.ts +3 -0
- package/src/core/scene/photo/3dvr-photo/default-3dvr-photo-scene-Horizontal.stories.tsx +46 -0
- package/src/core/scene/photo/3dvr-photo/default-3dvr-photo-scene-Horizontal.tsx +20 -0
- package/src/core/scene/photo/3dvr-photo/default-3dvr-photo-scene-Landscape.tsx +20 -0
- package/src/core/scene/photo/3dvr-photo/default-3dvr-photo-scene.stories.tsx +46 -0
- package/src/core/scene/photo/3dvr-photo/default-3dvr-photo-scene.tsx +255 -0
- package/src/core/scene/photo/3dvr-photo/index.ts +3 -0
- package/src/core/scene/photo/default-live-photo-scene-Horizontal.stories.tsx +33 -0
- package/src/core/scene/photo/default-live-photo-scene-Horizontal.tsx +20 -0
- package/src/core/scene/photo/default-live-photo-scene-Landscape.tsx +20 -0
- package/src/core/scene/photo/default-live-photo-scene.stories.tsx +33 -0
- package/src/core/scene/photo/default-live-photo-scene.tsx +432 -0
- package/src/core/scene/photo/default-photo-strip-scene-Horizontal.tsx +20 -0
- package/src/core/scene/photo/default-photo-strip-scene-Landscape.tsx +20 -0
- package/src/core/scene/photo/default-photo-strip-scene.stories.tsx +38 -0
- package/src/core/scene/photo/default-photo-strip-scene.tsx +19 -0
- package/src/core/scene/photo/default-photo-wall-scene-Horizontal.tsx +20 -0
- package/src/core/scene/photo/default-photo-wall-scene-Landscape.tsx +20 -0
- package/src/core/scene/photo/default-photo-wall-scene.stories.tsx +38 -0
- package/src/core/scene/photo/default-photo-wall-scene.tsx +19 -0
- package/src/core/scene/photo/effects-photo/default-effects-photo-scene-Horizontal.stories.tsx +44 -0
- package/src/core/scene/photo/effects-photo/default-effects-photo-scene-Horizontal.tsx +20 -0
- package/src/core/scene/photo/effects-photo/default-effects-photo-scene-Landscape.tsx +20 -0
- package/src/core/scene/photo/effects-photo/default-effects-photo-scene.stories.tsx +44 -0
- package/src/core/scene/photo/effects-photo/default-effects-photo-scene.tsx +352 -0
- package/src/core/scene/photo/effects-photo/index.ts +3 -0
- package/src/core/scene/photo/index.ts +25 -0
- package/src/core/scene/photo/photo-storybook.test.tsx +112 -0
- package/src/core/scene/slide/_shared/index.ts +27 -0
- package/src/core/scene/slide/_shared/media-templates.test.ts +47 -0
- package/src/core/scene/slide/_shared/media-templates.tsx +324 -0
- package/src/core/scene/slide/default-slide-scene-Horizontal.animated.stories.tsx +1 -1
- package/src/core/scene/slide/default-slide-scene-Horizontal.stories.tsx +1 -1
- package/src/core/scene/slide/default-slide-scene.animated.stories.tsx +1 -1
- package/src/core/scene/slide/default-slide-scene.stories.tsx +1 -1
- package/src/core/scene/slide/index.test.ts +28 -0
- package/src/core/scene/slide/index.ts +14 -0
- package/src/core/scene/slide/person-intro/default-person-intro-duo-slide.tsx +19 -0
- package/src/core/scene/slide/person-intro/default-person-intro-group-slide.tsx +168 -0
- package/src/core/scene/slide/person-intro/default-person-intro-quad-slide.tsx +19 -0
- package/src/core/scene/slide/person-intro/default-person-intro-slide-Horizontal.animated.stories.tsx +47 -0
- package/src/core/scene/slide/person-intro/default-person-intro-slide-Horizontal.stories.tsx +46 -0
- package/src/core/scene/slide/person-intro/default-person-intro-slide-Horizontal.tsx +302 -0
- package/src/core/scene/slide/person-intro/default-person-intro-slide-Landscape.tsx +20 -0
- package/src/core/scene/slide/person-intro/default-person-intro-slide.animated.stories.tsx +126 -0
- package/src/core/scene/slide/person-intro/default-person-intro-slide.stories.tsx +119 -0
- package/src/core/scene/slide/person-intro/default-person-intro-slide.tsx +363 -0
- package/src/core/scene/slide/person-intro/default-person-intro-trio-slide.tsx +19 -0
- package/src/core/scene/slide/person-intro/index.ts +8 -0
- package/src/core/scene/slide/photo-album/default-photo-album-multi-slide.tsx +19 -0
- package/src/core/scene/slide/photo-album/default-photo-album-pair-slide.tsx +19 -0
- package/src/core/scene/slide/photo-album/default-photo-album-single-slide.tsx +19 -0
- package/src/core/scene/slide/photo-album/default-photo-album-slide-Horizontal.animated.stories.tsx +26 -0
- package/src/core/scene/slide/photo-album/default-photo-album-slide-Horizontal.stories.tsx +25 -0
- package/src/core/scene/slide/photo-album/default-photo-album-slide-Horizontal.tsx +20 -0
- package/src/core/scene/slide/photo-album/default-photo-album-slide-Landscape.tsx +20 -0
- package/src/core/scene/slide/photo-album/default-photo-album-slide.animated.stories.tsx +94 -0
- package/src/core/scene/slide/photo-album/default-photo-album-slide.stories.tsx +87 -0
- package/src/core/scene/slide/photo-album/default-photo-album-slide.tsx +414 -0
- package/src/core/scene/slide/photo-album/index.ts +7 -0
- package/src/core/scene/slide/video-showcase/default-video-showcase-multi-slide.tsx +195 -0
- package/src/core/scene/slide/video-showcase/default-video-showcase-slide-Horizontal.tsx +212 -0
- package/src/core/scene/slide/video-showcase/default-video-showcase-slide-Landscape.tsx +20 -0
- package/src/core/scene/slide/video-showcase/default-video-showcase-slide.animated.stories.tsx +78 -0
- package/src/core/scene/slide/video-showcase/default-video-showcase-slide.stories.tsx +74 -0
- package/src/core/scene/slide/video-showcase/default-video-showcase-slide.tsx +365 -0
- package/src/core/scene/slide/video-showcase/index.ts +5 -0
- package/src/core/scene/video/default-video-scene-Horizontal.stories.tsx +26 -0
- package/src/core/scene/video/default-video-scene-Horizontal.tsx +20 -0
- package/src/core/scene/video/default-video-scene-Landscape.tsx +20 -0
- package/src/core/scene/video/default-video-scene.stories.tsx +26 -0
- package/src/core/scene/video/default-video-scene.tsx +283 -0
- package/src/core/scene/video/default-video-split-scene-Horizontal.tsx +20 -0
- package/src/core/scene/video/default-video-split-scene-Landscape.tsx +20 -0
- package/src/core/scene/video/default-video-split-scene.stories.tsx +41 -0
- package/src/core/scene/video/default-video-split-scene.tsx +19 -0
- package/src/core/scene/video/default-video-wall-scene-Horizontal.tsx +20 -0
- package/src/core/scene/video/default-video-wall-scene-Landscape.tsx +20 -0
- package/src/core/scene/video/default-video-wall-scene.stories.tsx +40 -0
- package/src/core/scene/video/default-video-wall-scene.tsx +19 -0
- package/src/core/scene/video/index.ts +9 -0
- package/src/storybook/remotion-preview.tsx +112 -6
- package/src/core/intro/default-intro-bumper.stories.tsx +0 -19
- package/src/core/intro/default-intro-bumper.tsx +0 -218
- package/src/core/outro/default-outro-bumper.stories.tsx +0 -19
- package/src/core/outro/default-outro-bumper.tsx +0 -218
|
@@ -0,0 +1,181 @@
|
|
|
1
|
+
import type { ReactNode } from 'react'
|
|
2
|
+
|
|
3
|
+
import { VideoComponent, defineComponentProjectComponentMetadata } from '@vibecuting/component-project-helper'
|
|
4
|
+
|
|
5
|
+
import { BaseRemotionScene, type BaseRemotionSceneProps, useRemotionSceneRuntime } from '../../../base'
|
|
6
|
+
import { useSceneMotion } from '../../../base'
|
|
7
|
+
import { getIntroBodyMaxWidth, getIntroLineClamp, getIntroPanelMinHeight, getIntroPanelPadding } from '../_shared/intro-layout'
|
|
8
|
+
|
|
9
|
+
export interface DefaultTrailerIntroBumperProps extends BaseRemotionSceneProps {
|
|
10
|
+
title: string
|
|
11
|
+
subtitle?: string
|
|
12
|
+
kicker?: string
|
|
13
|
+
creditLine?: string
|
|
14
|
+
footer?: string
|
|
15
|
+
accent?: string
|
|
16
|
+
secondaryAccent?: string
|
|
17
|
+
textColor?: string
|
|
18
|
+
children?: ReactNode
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export const componentMetadata = defineComponentProjectComponentMetadata({
|
|
22
|
+
name: 'DefaultTrailerIntroBumper',
|
|
23
|
+
description: 'Trailer intro with storyboard strips, stacked previews, and portrait-safe spacing',
|
|
24
|
+
sourceFile: 'src/core/intro/default-trailer-intro-bumper/default-trailer-intro-bumper.tsx',
|
|
25
|
+
aspectRatio: '16:9',
|
|
26
|
+
sceneType: 'intro',
|
|
27
|
+
tags: ['intro', 'bumper', 'trailer', 'storyboard'],
|
|
28
|
+
propsTypeName: 'DefaultTrailerIntroBumperProps',
|
|
29
|
+
})
|
|
30
|
+
|
|
31
|
+
export function DefaultTrailerIntroBumper({
|
|
32
|
+
id,
|
|
33
|
+
name,
|
|
34
|
+
title,
|
|
35
|
+
subtitle,
|
|
36
|
+
kicker,
|
|
37
|
+
creditLine,
|
|
38
|
+
footer,
|
|
39
|
+
accent,
|
|
40
|
+
secondaryAccent,
|
|
41
|
+
textColor,
|
|
42
|
+
}: DefaultTrailerIntroBumperProps) {
|
|
43
|
+
const runtime = useRemotionSceneRuntime()
|
|
44
|
+
const motion = useSceneMotion()
|
|
45
|
+
const portrait = runtime.height > runtime.width
|
|
46
|
+
const titleFontSize = Math.round(runtime.height * (portrait ? 0.078 : 0.072))
|
|
47
|
+
const labelFontSize = Math.round(runtime.height * 0.016)
|
|
48
|
+
|
|
49
|
+
return (
|
|
50
|
+
<BaseRemotionScene
|
|
51
|
+
id={id}
|
|
52
|
+
name={name}
|
|
53
|
+
style={{
|
|
54
|
+
background: portrait
|
|
55
|
+
? 'linear-gradient(180deg, #111827 0%, #020617 42%, #000000 100%)'
|
|
56
|
+
: `linear-gradient(135deg, ${accent ?? '#1e293b'} 0%, ${secondaryAccent ?? '#7c2d12'} 38%, #020617 100%)`,
|
|
57
|
+
color: textColor ?? '#f8fafc',
|
|
58
|
+
display: 'grid',
|
|
59
|
+
placeItems: 'center',
|
|
60
|
+
padding: Math.round(runtime.height * 0.07),
|
|
61
|
+
overflow: 'hidden',
|
|
62
|
+
}}
|
|
63
|
+
>
|
|
64
|
+
<section
|
|
65
|
+
style={{
|
|
66
|
+
width: '100%',
|
|
67
|
+
height: '100%',
|
|
68
|
+
display: 'grid',
|
|
69
|
+
gridTemplateColumns: portrait ? '1fr' : 'minmax(0, 0.9fr) minmax(0, 1.1fr)',
|
|
70
|
+
gap: portrait ? 16 : 24,
|
|
71
|
+
alignItems: 'center',
|
|
72
|
+
minWidth: 0,
|
|
73
|
+
minHeight: 0,
|
|
74
|
+
}}
|
|
75
|
+
>
|
|
76
|
+
<div style={{ display: 'grid', gap: 14, textAlign: portrait ? 'center' : 'left', minWidth: 0 }}>
|
|
77
|
+
<p
|
|
78
|
+
style={{
|
|
79
|
+
margin: 0,
|
|
80
|
+
fontSize: labelFontSize,
|
|
81
|
+
letterSpacing: '0.28em',
|
|
82
|
+
textTransform: 'uppercase',
|
|
83
|
+
opacity: 0.66,
|
|
84
|
+
}}
|
|
85
|
+
>
|
|
86
|
+
{kicker ?? 'Trailer Preview'}
|
|
87
|
+
</p>
|
|
88
|
+
<h1
|
|
89
|
+
style={{
|
|
90
|
+
margin: 0,
|
|
91
|
+
fontSize: titleFontSize,
|
|
92
|
+
lineHeight: 0.9,
|
|
93
|
+
letterSpacing: '-0.08em',
|
|
94
|
+
textTransform: 'uppercase',
|
|
95
|
+
transform: motion.isAnimation ? `translate3d(0, ${(1 - motion.progress) * 9}px, 0)` : 'none',
|
|
96
|
+
}}
|
|
97
|
+
>
|
|
98
|
+
{title}
|
|
99
|
+
</h1>
|
|
100
|
+
{subtitle ? (
|
|
101
|
+
<p style={{ margin: 0, maxWidth: getIntroBodyMaxWidth(runtime.width, portrait, 0.4, 1, { min: 240, max: 680 }), fontSize: Math.round(runtime.height * 0.024), lineHeight: 1.55, opacity: 0.82, ...getIntroLineClamp(portrait ? 4 : 3) }}>
|
|
102
|
+
{subtitle}
|
|
103
|
+
</p>
|
|
104
|
+
) : null}
|
|
105
|
+
<div style={{ display: 'flex', flexWrap: 'wrap', justifyContent: portrait ? 'center' : 'flex-start', gap: 10 }}>
|
|
106
|
+
{creditLine ? (
|
|
107
|
+
<span style={{ fontSize: labelFontSize, letterSpacing: '0.2em', textTransform: 'uppercase', opacity: 0.72 }}>
|
|
108
|
+
{creditLine}
|
|
109
|
+
</span>
|
|
110
|
+
) : null}
|
|
111
|
+
{footer ? (
|
|
112
|
+
<span style={{ fontSize: labelFontSize, letterSpacing: '0.2em', textTransform: 'uppercase', opacity: 0.52 }}>
|
|
113
|
+
{footer}
|
|
114
|
+
</span>
|
|
115
|
+
) : null}
|
|
116
|
+
</div>
|
|
117
|
+
</div>
|
|
118
|
+
|
|
119
|
+
<div
|
|
120
|
+
style={{
|
|
121
|
+
alignSelf: 'stretch',
|
|
122
|
+
border: '1px solid rgba(248,250,252,0.12)',
|
|
123
|
+
background: 'linear-gradient(180deg, rgba(248,250,252,0.08), rgba(15,23,42,0.18))',
|
|
124
|
+
display: 'grid',
|
|
125
|
+
gridTemplateRows: 'repeat(3, minmax(0, 1fr))',
|
|
126
|
+
gap: 12,
|
|
127
|
+
padding: getIntroPanelPadding(runtime.height, portrait, 0.008, 0.007, { min: 12, max: 18 }),
|
|
128
|
+
minHeight: getIntroPanelMinHeight(runtime.height, portrait, 0.28, 0.24, { min: 220, max: 360 }),
|
|
129
|
+
overflow: 'hidden',
|
|
130
|
+
}}
|
|
131
|
+
>
|
|
132
|
+
{['Story Beat', 'Action Beat', 'Release Beat'].map((label, index) => (
|
|
133
|
+
<div
|
|
134
|
+
key={label}
|
|
135
|
+
style={{
|
|
136
|
+
border: '1px solid rgba(248,250,252,0.1)',
|
|
137
|
+
background: `linear-gradient(180deg, rgba(255,255,255,0.05), rgba(2,6,23,0.2))`,
|
|
138
|
+
display: 'grid',
|
|
139
|
+
gridTemplateColumns: portrait ? '1fr' : '1fr 0.9fr',
|
|
140
|
+
gap: 12,
|
|
141
|
+
minHeight: 0,
|
|
142
|
+
overflow: 'hidden',
|
|
143
|
+
transform: motion.isAnimation ? `translate3d(0, ${(1 - motion.progress) * (index + 1) * 4}px, 0)` : 'none',
|
|
144
|
+
}}
|
|
145
|
+
>
|
|
146
|
+
<div style={{ display: 'grid', alignContent: 'center', gap: 8, padding: 14, minWidth: 0 }}>
|
|
147
|
+
<span style={{ fontSize: labelFontSize, letterSpacing: '0.24em', textTransform: 'uppercase', opacity: 0.56 }}>
|
|
148
|
+
{label}
|
|
149
|
+
</span>
|
|
150
|
+
<strong style={{ fontSize: Math.round(runtime.height * 0.024), letterSpacing: '-0.04em' }}>
|
|
151
|
+
{index === 0 ? 'Cold open' : index === 1 ? 'Big reveal' : 'Title card'}
|
|
152
|
+
</strong>
|
|
153
|
+
</div>
|
|
154
|
+
<div
|
|
155
|
+
style={{
|
|
156
|
+
borderLeft: '1px solid rgba(248,250,252,0.08)',
|
|
157
|
+
borderTop: portrait ? '1px solid rgba(248,250,252,0.08)' : 'none',
|
|
158
|
+
background:
|
|
159
|
+
index === 0
|
|
160
|
+
? 'linear-gradient(135deg, rgba(255,255,255,0.05), rgba(2,6,23,0.22))'
|
|
161
|
+
: index === 1
|
|
162
|
+
? 'linear-gradient(135deg, rgba(245,158,11,0.12), rgba(2,6,23,0.22))'
|
|
163
|
+
: 'linear-gradient(135deg, rgba(124,58,237,0.12), rgba(2,6,23,0.22))',
|
|
164
|
+
display: 'grid',
|
|
165
|
+
placeItems: 'center',
|
|
166
|
+
minHeight: 0,
|
|
167
|
+
}}
|
|
168
|
+
>
|
|
169
|
+
<span style={{ fontSize: labelFontSize, letterSpacing: '0.26em', textTransform: 'uppercase', opacity: 0.68 }}>
|
|
170
|
+
{index + 1}/3
|
|
171
|
+
</span>
|
|
172
|
+
</div>
|
|
173
|
+
</div>
|
|
174
|
+
))}
|
|
175
|
+
</div>
|
|
176
|
+
</section>
|
|
177
|
+
</BaseRemotionScene>
|
|
178
|
+
)
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
VideoComponent(componentMetadata)(DefaultTrailerIntroBumper)
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export { DefaultTrailerIntroBumper } from './default-trailer-intro-bumper'
|
|
2
|
+
export { componentMetadata } from './default-trailer-intro-bumper'
|
|
3
|
+
export {
|
|
4
|
+
DefaultTrailerIntroBumperLandscape,
|
|
5
|
+
componentMetadata as DefaultTrailerIntroBumperLandscapeMetadata,
|
|
6
|
+
} from './default-trailer-intro-bumper-Landscape'
|
|
7
|
+
export {
|
|
8
|
+
DefaultTrailerIntroBumperHorizontal,
|
|
9
|
+
componentMetadata as DefaultTrailerIntroBumperHorizontalMetadata,
|
|
10
|
+
} from './default-trailer-intro-bumper-Horizontal'
|
|
11
|
+
|
package/src/core/intro/documentary-intro-observation/default-documentary-intro-bumper-Horizontal.tsx
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react'
|
|
2
|
+
|
|
3
|
+
import { VideoComponent, defineComponentProjectComponentMetadata } from '@vibecuting/component-project-helper'
|
|
4
|
+
|
|
5
|
+
import { DefaultDocumentaryIntroBumper, componentMetadata as baseComponentMetadata } from './default-documentary-intro-bumper'
|
|
6
|
+
|
|
7
|
+
export const componentMetadata = defineComponentProjectComponentMetadata({
|
|
8
|
+
...baseComponentMetadata,
|
|
9
|
+
name: 'DefaultDocumentaryIntroBumperHorizontal',
|
|
10
|
+
aspectRatio: '9:16',
|
|
11
|
+
sourceFile: 'src/core/intro/documentary-intro-observation/default-documentary-intro-bumper-Horizontal.tsx',
|
|
12
|
+
})
|
|
13
|
+
|
|
14
|
+
export const DefaultDocumentaryIntroBumperHorizontal = VideoComponent(componentMetadata)(
|
|
15
|
+
function DefaultDocumentaryIntroBumperHorizontal(props: ComponentProps<typeof DefaultDocumentaryIntroBumper>) {
|
|
16
|
+
return <DefaultDocumentaryIntroBumper {...props} />
|
|
17
|
+
},
|
|
18
|
+
)
|
package/src/core/intro/documentary-intro-observation/default-documentary-intro-bumper-Landscape.tsx
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react'
|
|
2
|
+
|
|
3
|
+
import { VideoComponent, defineComponentProjectComponentMetadata } from '@vibecuting/component-project-helper'
|
|
4
|
+
|
|
5
|
+
import { DefaultDocumentaryIntroBumper, componentMetadata as baseComponentMetadata } from './default-documentary-intro-bumper'
|
|
6
|
+
|
|
7
|
+
export const componentMetadata = defineComponentProjectComponentMetadata({
|
|
8
|
+
...baseComponentMetadata,
|
|
9
|
+
name: 'DefaultDocumentaryIntroBumperLandscape',
|
|
10
|
+
aspectRatio: '16:9',
|
|
11
|
+
sourceFile: 'src/core/intro/documentary-intro-observation/default-documentary-intro-bumper-Landscape.tsx',
|
|
12
|
+
})
|
|
13
|
+
|
|
14
|
+
export const DefaultDocumentaryIntroBumperLandscape = VideoComponent(componentMetadata)(
|
|
15
|
+
function DefaultDocumentaryIntroBumperLandscape(props: ComponentProps<typeof DefaultDocumentaryIntroBumper>) {
|
|
16
|
+
return <DefaultDocumentaryIntroBumper {...props} />
|
|
17
|
+
},
|
|
18
|
+
)
|
package/src/core/intro/documentary-intro-observation/default-documentary-intro-bumper.stories.tsx
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
import { DefaultDocumentaryIntroBumperHorizontal } from './default-documentary-intro-bumper-Horizontal'
|
|
2
|
+
import { DefaultDocumentaryIntroBumperLandscape } from './default-documentary-intro-bumper-Landscape'
|
|
3
|
+
|
|
4
|
+
const args = {
|
|
5
|
+
kicker: 'Field Report',
|
|
6
|
+
title: 'The Long Road Home',
|
|
7
|
+
subtitle: 'An editorial sidebar opener built like a field report and observation board.',
|
|
8
|
+
creditLine: 'A Vibecuting Original',
|
|
9
|
+
footer: 'Opening Sequence',
|
|
10
|
+
accent: '#0b1220',
|
|
11
|
+
secondaryAccent: '#38bdf8',
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
const meta = {
|
|
15
|
+
title: 'core/intro/documentary-intro-observation/DefaultDocumentaryIntroBumperLandscape',
|
|
16
|
+
component: DefaultDocumentaryIntroBumperLandscape,
|
|
17
|
+
args,
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
export default meta
|
|
21
|
+
|
|
22
|
+
export const Default = {}
|
|
23
|
+
export const Animated = { parameters: { scenePreviewMode: 'animation' } }
|
|
24
|
+
export const Horizontal = {
|
|
25
|
+
render: (storyArgs: typeof args) => <DefaultDocumentaryIntroBumperHorizontal {...storyArgs} />,
|
|
26
|
+
parameters: { scenePreviewAspectRatio: '9:16' },
|
|
27
|
+
}
|
|
28
|
+
export const HorizontalAnimated = {
|
|
29
|
+
render: (storyArgs: typeof args) => <DefaultDocumentaryIntroBumperHorizontal {...storyArgs} />,
|
|
30
|
+
parameters: { scenePreviewMode: 'animation', scenePreviewAspectRatio: '9:16' },
|
|
31
|
+
}
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
import type { ReactNode } from 'react'
|
|
2
|
+
|
|
3
|
+
import { VideoComponent, defineComponentProjectComponentMetadata } from '@vibecuting/component-project-helper'
|
|
4
|
+
|
|
5
|
+
import { BaseRemotionScene, type BaseRemotionSceneProps, useRemotionSceneRuntime } from '../../../base'
|
|
6
|
+
import { useSceneMotion } from '../../../base'
|
|
7
|
+
import { getIntroBodyMaxWidth, getIntroLineClamp } from '../_shared/intro-layout'
|
|
8
|
+
|
|
9
|
+
export interface DefaultDocumentaryIntroBumperProps extends BaseRemotionSceneProps {
|
|
10
|
+
title: string
|
|
11
|
+
subtitle?: string
|
|
12
|
+
kicker?: string
|
|
13
|
+
creditLine?: string
|
|
14
|
+
footer?: string
|
|
15
|
+
accent?: string
|
|
16
|
+
secondaryAccent?: string
|
|
17
|
+
textColor?: string
|
|
18
|
+
children?: ReactNode
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
export const componentMetadata = defineComponentProjectComponentMetadata({
|
|
22
|
+
name: 'DefaultDocumentaryIntroBumper',
|
|
23
|
+
description: 'Documentary intro with an editorial sidebar and field report cards',
|
|
24
|
+
sourceFile: 'src/core/intro/documentary-intro-observation/default-documentary-intro-bumper.tsx',
|
|
25
|
+
aspectRatio: '16:9',
|
|
26
|
+
sceneType: 'intro',
|
|
27
|
+
tags: ['intro', 'bumper', 'documentary', 'editorial'],
|
|
28
|
+
propsTypeName: 'DefaultDocumentaryIntroBumperProps',
|
|
29
|
+
})
|
|
30
|
+
|
|
31
|
+
export function DefaultDocumentaryIntroBumper({
|
|
32
|
+
id,
|
|
33
|
+
name,
|
|
34
|
+
title,
|
|
35
|
+
subtitle,
|
|
36
|
+
kicker,
|
|
37
|
+
creditLine,
|
|
38
|
+
footer,
|
|
39
|
+
accent,
|
|
40
|
+
secondaryAccent,
|
|
41
|
+
textColor,
|
|
42
|
+
children,
|
|
43
|
+
}: DefaultDocumentaryIntroBumperProps) {
|
|
44
|
+
const runtime = useRemotionSceneRuntime()
|
|
45
|
+
const motion = useSceneMotion()
|
|
46
|
+
const portrait = runtime.height > runtime.width
|
|
47
|
+
|
|
48
|
+
const text = textColor ?? '#e5eef7'
|
|
49
|
+
const bg = accent ?? '#0b1220'
|
|
50
|
+
const line = secondaryAccent ?? '#38bdf8'
|
|
51
|
+
|
|
52
|
+
return (
|
|
53
|
+
<BaseRemotionScene
|
|
54
|
+
id={id}
|
|
55
|
+
name={name}
|
|
56
|
+
style={{
|
|
57
|
+
background: portrait
|
|
58
|
+
? `linear-gradient(180deg, #050816 0%, ${bg} 34%, #111827 100%)`
|
|
59
|
+
: `linear-gradient(135deg, #020617 0%, ${bg} 46%, #0f172a 100%)`,
|
|
60
|
+
color: text,
|
|
61
|
+
display: 'grid',
|
|
62
|
+
placeItems: 'center',
|
|
63
|
+
padding: portrait ? Math.round(runtime.height * 0.06) : Math.round(runtime.height * 0.065),
|
|
64
|
+
}}
|
|
65
|
+
>
|
|
66
|
+
<section
|
|
67
|
+
style={{
|
|
68
|
+
position: 'relative',
|
|
69
|
+
zIndex: 1,
|
|
70
|
+
width: '100%',
|
|
71
|
+
height: '100%',
|
|
72
|
+
display: 'grid',
|
|
73
|
+
gridTemplateColumns: portrait ? '1fr' : 'minmax(220px, 0.44fr) minmax(0, 1.56fr)',
|
|
74
|
+
gap: portrait ? 20 : 24,
|
|
75
|
+
alignItems: 'stretch',
|
|
76
|
+
minWidth: 0,
|
|
77
|
+
minHeight: 0,
|
|
78
|
+
}}
|
|
79
|
+
>
|
|
80
|
+
<div style={{ display: 'grid', gap: portrait ? 14 : 18, minWidth: 0, textAlign: portrait ? 'center' : 'left', alignContent: 'center', border: '1px solid rgba(229, 238, 247, 0.1)', padding: 16, background: 'rgba(255,255,255,0.03)' }}>
|
|
81
|
+
<p style={{ margin: 0, fontSize: Math.round(runtime.height * 0.017), letterSpacing: '0.34em', textTransform: 'uppercase', opacity: 0.62 }}>
|
|
82
|
+
{kicker ?? 'Documentary Feature'}
|
|
83
|
+
</p>
|
|
84
|
+
<h1
|
|
85
|
+
style={{
|
|
86
|
+
margin: 0,
|
|
87
|
+
fontSize: portrait ? Math.round(runtime.height * 0.075) : Math.round(runtime.height * 0.07),
|
|
88
|
+
lineHeight: 0.94,
|
|
89
|
+
letterSpacing: '-0.08em',
|
|
90
|
+
textTransform: 'uppercase',
|
|
91
|
+
transform: motion.isAnimation ? `translate3d(0, ${(1 - motion.progress) * 12}px, 0)` : 'none',
|
|
92
|
+
}}
|
|
93
|
+
>
|
|
94
|
+
{title}
|
|
95
|
+
</h1>
|
|
96
|
+
{subtitle ? (
|
|
97
|
+
<p
|
|
98
|
+
style={{
|
|
99
|
+
margin: 0,
|
|
100
|
+
maxWidth: getIntroBodyMaxWidth(runtime.width, portrait, 0.42, 1, { min: 240, max: 680 }),
|
|
101
|
+
fontSize: Math.round(runtime.height * 0.023),
|
|
102
|
+
lineHeight: 1.55,
|
|
103
|
+
opacity: 0.84,
|
|
104
|
+
...getIntroLineClamp(portrait ? 4 : 3),
|
|
105
|
+
}}
|
|
106
|
+
>
|
|
107
|
+
{subtitle}
|
|
108
|
+
</p>
|
|
109
|
+
) : null}
|
|
110
|
+
<div style={{ display: 'grid', gap: 8 }}>
|
|
111
|
+
<div style={{ height: 1, width: portrait ? '100%' : Math.round(runtime.width * 0.24), background: `linear-gradient(90deg, ${line}, transparent)` }} />
|
|
112
|
+
<div style={{ display: 'flex', flexWrap: 'wrap', justifyContent: portrait ? 'center' : 'flex-start', gap: 10 }}>
|
|
113
|
+
{creditLine ? <span style={{ fontSize: Math.round(runtime.height * 0.015), letterSpacing: '0.22em', textTransform: 'uppercase', opacity: 0.8 }}>{creditLine}</span> : null}
|
|
114
|
+
{footer ? <span style={{ fontSize: Math.round(runtime.height * 0.015), letterSpacing: '0.2em', textTransform: 'uppercase', opacity: 0.54 }}>{footer}</span> : null}
|
|
115
|
+
</div>
|
|
116
|
+
</div>
|
|
117
|
+
</div>
|
|
118
|
+
|
|
119
|
+
<div style={{ display: 'grid', gap: 14, minWidth: 0, alignContent: 'center' }}>
|
|
120
|
+
<div
|
|
121
|
+
style={{
|
|
122
|
+
border: '1px solid rgba(229, 238, 247, 0.14)',
|
|
123
|
+
background: 'linear-gradient(180deg, rgba(255,255,255,0.04), rgba(2,6,23,0.36))',
|
|
124
|
+
padding: portrait ? 18 : 22,
|
|
125
|
+
display: 'grid',
|
|
126
|
+
gap: 12,
|
|
127
|
+
minWidth: 0,
|
|
128
|
+
}}
|
|
129
|
+
>
|
|
130
|
+
<div style={{ fontSize: Math.round(runtime.height * 0.015), letterSpacing: '0.3em', textTransform: 'uppercase', opacity: 0.56 }}>
|
|
131
|
+
Editorial Notes
|
|
132
|
+
</div>
|
|
133
|
+
<div style={{ display: 'grid', gap: 10, gridTemplateColumns: portrait ? '1fr' : 'repeat(3, minmax(0, 1fr))' }}>
|
|
134
|
+
{[
|
|
135
|
+
['Location', 'On the road'],
|
|
136
|
+
['Focus', 'Observation'],
|
|
137
|
+
['Timeline', 'Present day'],
|
|
138
|
+
].map(([label, value]) => (
|
|
139
|
+
<div key={label} style={{ border: '1px solid rgba(229, 238, 247, 0.1)', padding: '12px 14px', display: 'grid', gap: 6, background: 'rgba(0,0,0,0.14)' }}>
|
|
140
|
+
<span style={{ fontSize: Math.round(runtime.height * 0.014), letterSpacing: '0.2em', textTransform: 'uppercase', opacity: 0.56 }}>{label}</span>
|
|
141
|
+
<span style={{ fontSize: Math.round(runtime.height * 0.02) }}>{value}</span>
|
|
142
|
+
</div>
|
|
143
|
+
))}
|
|
144
|
+
</div>
|
|
145
|
+
<div style={{ height: 1, width: '100%', background: `linear-gradient(90deg, ${line}, transparent)` }} />
|
|
146
|
+
<div style={{ display: 'grid', gap: 8 }}>
|
|
147
|
+
<span style={{ fontSize: Math.round(runtime.height * 0.015), letterSpacing: '0.3em', textTransform: 'uppercase', opacity: 0.56 }}>Field Report</span>
|
|
148
|
+
<span style={{ fontSize: Math.round(runtime.height * 0.02), lineHeight: 1.5, opacity: 0.82 }}>A left-rail documentary layout with a denser observation board on the right.</span>
|
|
149
|
+
</div>
|
|
150
|
+
</div>
|
|
151
|
+
{children ? <div>{children}</div> : null}
|
|
152
|
+
</div>
|
|
153
|
+
</section>
|
|
154
|
+
</BaseRemotionScene>
|
|
155
|
+
)
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
VideoComponent(componentMetadata)(DefaultDocumentaryIntroBumper)
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
export { DefaultDocumentaryIntroBumper } from './default-documentary-intro-bumper'
|
|
2
|
+
export { componentMetadata } from './default-documentary-intro-bumper'
|
|
3
|
+
export {
|
|
4
|
+
DefaultDocumentaryIntroBumperLandscape,
|
|
5
|
+
componentMetadata as DefaultDocumentaryIntroBumperLandscapeMetadata,
|
|
6
|
+
} from './default-documentary-intro-bumper-Landscape'
|
|
7
|
+
export {
|
|
8
|
+
DefaultDocumentaryIntroBumperHorizontal,
|
|
9
|
+
componentMetadata as DefaultDocumentaryIntroBumperHorizontalMetadata,
|
|
10
|
+
} from './default-documentary-intro-bumper-Horizontal'
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react'
|
|
2
|
+
|
|
3
|
+
import { VideoComponent, defineComponentProjectComponentMetadata } from '@vibecuting/component-project-helper'
|
|
4
|
+
|
|
5
|
+
import { DefaultFamilyIntroBumper, componentMetadata as baseComponentMetadata } from './default-family-intro-bumper'
|
|
6
|
+
|
|
7
|
+
export const componentMetadata = defineComponentProjectComponentMetadata({
|
|
8
|
+
...baseComponentMetadata,
|
|
9
|
+
name: 'DefaultFamilyIntroBumperHorizontal',
|
|
10
|
+
aspectRatio: '9:16',
|
|
11
|
+
sourceFile: 'src/core/intro/family-intro-reunion/default-family-intro-bumper-Horizontal.tsx',
|
|
12
|
+
})
|
|
13
|
+
|
|
14
|
+
export const DefaultFamilyIntroBumperHorizontal = VideoComponent(componentMetadata)(
|
|
15
|
+
function DefaultFamilyIntroBumperHorizontal(props: ComponentProps<typeof DefaultFamilyIntroBumper>) {
|
|
16
|
+
return <DefaultFamilyIntroBumper {...props} />
|
|
17
|
+
},
|
|
18
|
+
)
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import type { ComponentProps } from 'react'
|
|
2
|
+
|
|
3
|
+
import { VideoComponent, defineComponentProjectComponentMetadata } from '@vibecuting/component-project-helper'
|
|
4
|
+
|
|
5
|
+
import { DefaultFamilyIntroBumper, componentMetadata as baseComponentMetadata } from './default-family-intro-bumper'
|
|
6
|
+
|
|
7
|
+
export const componentMetadata = defineComponentProjectComponentMetadata({
|
|
8
|
+
...baseComponentMetadata,
|
|
9
|
+
name: 'DefaultFamilyIntroBumperLandscape',
|
|
10
|
+
aspectRatio: '16:9',
|
|
11
|
+
sourceFile: 'src/core/intro/family-intro-reunion/default-family-intro-bumper-Landscape.tsx',
|
|
12
|
+
})
|
|
13
|
+
|
|
14
|
+
export const DefaultFamilyIntroBumperLandscape = VideoComponent(componentMetadata)(
|
|
15
|
+
function DefaultFamilyIntroBumperLandscape(props: ComponentProps<typeof DefaultFamilyIntroBumper>) {
|
|
16
|
+
return <DefaultFamilyIntroBumper {...props} />
|
|
17
|
+
},
|
|
18
|
+
)
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { DefaultFamilyIntroBumperHorizontal } from './default-family-intro-bumper-Horizontal'
|
|
2
|
+
import { DefaultFamilyIntroBumperLandscape } from './default-family-intro-bumper-Landscape'
|
|
3
|
+
|
|
4
|
+
const posterImageSrc = `data:image/svg+xml;utf8,${encodeURIComponent(`
|
|
5
|
+
<svg xmlns="http://www.w3.org/2000/svg" width="1200" height="900" viewBox="0 0 1200 900">
|
|
6
|
+
<rect width="1200" height="900" fill="#3f2a14"/>
|
|
7
|
+
<rect x="60" y="60" width="1080" height="780" fill="#7c2d12" opacity="0.35"/>
|
|
8
|
+
<circle cx="920" cy="240" r="180" fill="#f59e0b" fill-opacity="0.34"/>
|
|
9
|
+
<text x="80" y="180" fill="#fff7ed" font-size="78" font-family="Arial, sans-serif" letter-spacing="12">FAMILY</text>
|
|
10
|
+
<text x="80" y="280" fill="#fff7ed" font-size="44" font-family="Arial, sans-serif" opacity="0.8">A reunion at the table</text>
|
|
11
|
+
</svg>
|
|
12
|
+
`)}`;
|
|
13
|
+
|
|
14
|
+
const args = {
|
|
15
|
+
kicker: 'Family Reunion',
|
|
16
|
+
title: 'Back to the Table',
|
|
17
|
+
subtitle: 'A collage-style family opener with photo tiles, memory cards, and reunion notes.',
|
|
18
|
+
creditLine: 'A Vibecuting Original',
|
|
19
|
+
footer: 'Opening Sequence',
|
|
20
|
+
accent: '#78350f',
|
|
21
|
+
secondaryAccent: '#f59e0b',
|
|
22
|
+
posterImageSrc,
|
|
23
|
+
posterImageAlt: 'Family reunion image',
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
const meta = {
|
|
27
|
+
title: 'core/intro/family-intro-reunion/DefaultFamilyIntroBumperLandscape',
|
|
28
|
+
component: DefaultFamilyIntroBumperLandscape,
|
|
29
|
+
args,
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
export default meta
|
|
33
|
+
|
|
34
|
+
export const Default = {}
|
|
35
|
+
export const Animated = { parameters: { scenePreviewMode: 'animation' } }
|
|
36
|
+
export const Horizontal = {
|
|
37
|
+
render: (storyArgs: typeof args) => <DefaultFamilyIntroBumperHorizontal {...storyArgs} />,
|
|
38
|
+
parameters: { scenePreviewAspectRatio: '9:16' },
|
|
39
|
+
}
|
|
40
|
+
export const HorizontalAnimated = {
|
|
41
|
+
render: (storyArgs: typeof args) => <DefaultFamilyIntroBumperHorizontal {...storyArgs} />,
|
|
42
|
+
parameters: { scenePreviewMode: 'animation', scenePreviewAspectRatio: '9:16' },
|
|
43
|
+
}
|