astro-tractstack 2.0.0-rc.0
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/LICENSE +110 -0
- package/README.md +56 -0
- package/astro.d.ts +64 -0
- package/bin/create-tractstack.js +483 -0
- package/dist/config.js +80 -0
- package/dist/index.js +2129 -0
- package/package.json +89 -0
- package/templates/artpacks/kCz/captainBreakfast_1080px.webp +0 -0
- package/templates/artpacks/kCz/captainBreakfast_1920px.webp +0 -0
- package/templates/artpacks/kCz/captainBreakfast_600px.webp +0 -0
- package/templates/artpacks/kCz/cleanDrips_1080px.webp +0 -0
- package/templates/artpacks/kCz/cleanDrips_1920px.webp +0 -0
- package/templates/artpacks/kCz/cleanDrips_600px.webp +0 -0
- package/templates/artpacks/kCz/crispwaves_1080px.webp +0 -0
- package/templates/artpacks/kCz/crispwaves_1920px.webp +0 -0
- package/templates/artpacks/kCz/crispwaves_600px.webp +0 -0
- package/templates/artpacks/kCz/dragonSkin_1080px.webp +0 -0
- package/templates/artpacks/kCz/dragonSkin_1920px.webp +0 -0
- package/templates/artpacks/kCz/dragonSkin_600px.webp +0 -0
- package/templates/artpacks/kCz/dragon_1080px.webp +0 -0
- package/templates/artpacks/kCz/dragon_1920px.webp +0 -0
- package/templates/artpacks/kCz/dragon_600px.webp +0 -0
- package/templates/artpacks/kCz/nightcity_1080px.webp +0 -0
- package/templates/artpacks/kCz/nightcity_1920px.webp +0 -0
- package/templates/artpacks/kCz/nightcity_600px.webp +0 -0
- package/templates/artpacks/kCz/pattern1_1080px.webp +0 -0
- package/templates/artpacks/kCz/pattern1_1920px.webp +0 -0
- package/templates/artpacks/kCz/pattern1_600px.webp +0 -0
- package/templates/artpacks/kCz/pattern2_1080px.webp +0 -0
- package/templates/artpacks/kCz/pattern2_1920px.webp +0 -0
- package/templates/artpacks/kCz/pattern2_600px.webp +0 -0
- package/templates/artpacks/kCz/skindrips_1080px.webp +0 -0
- package/templates/artpacks/kCz/skindrips_1920px.webp +0 -0
- package/templates/artpacks/kCz/skindrips_600px.webp +0 -0
- package/templates/artpacks/kCz/slimetime_1080px.webp +0 -0
- package/templates/artpacks/kCz/slimetime_1920px.webp +0 -0
- package/templates/artpacks/kCz/slimetime_600px.webp +0 -0
- package/templates/artpacks/kCz/snake_1080px.webp +0 -0
- package/templates/artpacks/kCz/snake_1920px.webp +0 -0
- package/templates/artpacks/kCz/snake_600px.webp +0 -0
- package/templates/artpacks/kCz/toxicshock_1080px.webp +0 -0
- package/templates/artpacks/kCz/toxicshock_1920px.webp +0 -0
- package/templates/artpacks/kCz/toxicshock_600px.webp +0 -0
- package/templates/artpacks/kCz/tractstack_1080px.webp +0 -0
- package/templates/artpacks/kCz/tractstack_1920px.webp +0 -0
- package/templates/artpacks/kCz/tractstack_600px.webp +0 -0
- package/templates/artpacks/kCz/tripdrips_1080px.webp +0 -0
- package/templates/artpacks/kCz/tripdrips_1920px.webp +0 -0
- package/templates/artpacks/kCz/tripdrips_600px.webp +0 -0
- package/templates/artpacks/kCz/wavedrips_1080px.webp +0 -0
- package/templates/artpacks/kCz/wavedrips_1920px.webp +0 -0
- package/templates/artpacks/kCz/wavedrips_600px.webp +0 -0
- package/templates/artpacks/t8k/beach_1080px.webp +0 -0
- package/templates/artpacks/t8k/beach_1920px.webp +0 -0
- package/templates/artpacks/t8k/beach_600px.webp +0 -0
- package/templates/artpacks/t8k/blast_1080px.webp +0 -0
- package/templates/artpacks/t8k/blast_1920px.webp +0 -0
- package/templates/artpacks/t8k/blast_600px.webp +0 -0
- package/templates/artpacks/t8k/bokeh_1080px.webp +0 -0
- package/templates/artpacks/t8k/bokeh_1920px.webp +0 -0
- package/templates/artpacks/t8k/bokeh_600px.webp +0 -0
- package/templates/artpacks/t8k/cartoon_1080px.webp +0 -0
- package/templates/artpacks/t8k/cartoon_1920px.webp +0 -0
- package/templates/artpacks/t8k/cartoon_600px.webp +0 -0
- package/templates/artpacks/t8k/darkeggshell_1080px.webp +0 -0
- package/templates/artpacks/t8k/darkeggshell_1920px.webp +0 -0
- package/templates/artpacks/t8k/darkeggshell_600px.webp +0 -0
- package/templates/artpacks/t8k/explosion_1080px.webp +0 -0
- package/templates/artpacks/t8k/explosion_1920px.webp +0 -0
- package/templates/artpacks/t8k/explosion_600px.webp +0 -0
- package/templates/artpacks/t8k/floral_1080px.webp +0 -0
- package/templates/artpacks/t8k/floral_1920px.webp +0 -0
- package/templates/artpacks/t8k/floral_600px.webp +0 -0
- package/templates/artpacks/t8k/flower_1080px.webp +0 -0
- package/templates/artpacks/t8k/flower_1920px.webp +0 -0
- package/templates/artpacks/t8k/flower_600px.webp +0 -0
- package/templates/artpacks/t8k/foliage_1080px.webp +0 -0
- package/templates/artpacks/t8k/foliage_1920px.webp +0 -0
- package/templates/artpacks/t8k/foliage_600px.webp +0 -0
- package/templates/artpacks/t8k/mist_1080px.webp +0 -0
- package/templates/artpacks/t8k/mist_1920px.webp +0 -0
- package/templates/artpacks/t8k/mist_600px.webp +0 -0
- package/templates/artpacks/t8k/portal_1080px.webp +0 -0
- package/templates/artpacks/t8k/portal_1920px.webp +0 -0
- package/templates/artpacks/t8k/portal_600px.webp +0 -0
- package/templates/artpacks/t8k/storytime_1080px.webp +0 -0
- package/templates/artpacks/t8k/storytime_1920px.webp +0 -0
- package/templates/artpacks/t8k/storytime_600px.webp +0 -0
- package/templates/artpacks/t8k/tacky_1080px.webp +0 -0
- package/templates/artpacks/t8k/tacky_1920px.webp +0 -0
- package/templates/artpacks/t8k/tacky_600px.webp +0 -0
- package/templates/artpacks/t8k/wallpaper_1080px.webp +0 -0
- package/templates/artpacks/t8k/wallpaper_1920px.webp +0 -0
- package/templates/artpacks/t8k/wallpaper_600px.webp +0 -0
- package/templates/brand/favicon.ico +0 -0
- package/templates/brand/logo.svg +19 -0
- package/templates/brand/static.jpg +0 -0
- package/templates/brand/wordmark.svg +4 -0
- package/templates/css/custom.css +51 -0
- package/templates/css/frontend.css +3519 -0
- package/templates/css/storykeep.css +92872 -0
- package/templates/custom/minimal/CodeHook.astro +53 -0
- package/templates/custom/minimal/CustomRoutes.astro +46 -0
- package/templates/custom/with-examples/CodeHook.astro +49 -0
- package/templates/custom/with-examples/CustomHero.astro +13 -0
- package/templates/custom/with-examples/CustomRoutes.astro +39 -0
- package/templates/custom/with-examples/pages/Collections.astro +110 -0
- package/templates/env.example +8 -0
- package/templates/fonts/Inter-Black.woff2 +0 -0
- package/templates/fonts/Inter-Bold.woff2 +0 -0
- package/templates/fonts/Inter-Regular.woff2 +0 -0
- package/templates/icons/h2.svg +1 -0
- package/templates/icons/h3.svg +1 -0
- package/templates/icons/h4.svg +1 -0
- package/templates/icons/h5.svg +1 -0
- package/templates/icons/image.svg +7 -0
- package/templates/icons/text.svg +6 -0
- package/templates/socials/codepen.svg +1 -0
- package/templates/socials/discord.svg +1 -0
- package/templates/socials/facebook.svg +1 -0
- package/templates/socials/github.svg +1 -0
- package/templates/socials/instagram.svg +1 -0
- package/templates/socials/linkedin.svg +1 -0
- package/templates/socials/mail.svg +1 -0
- package/templates/socials/rumble.svg +1 -0
- package/templates/socials/tiktok.svg +1 -0
- package/templates/socials/twitch.svg +1 -0
- package/templates/socials/twitter.svg +1 -0
- package/templates/socials/x.svg +1 -0
- package/templates/socials/youtube.svg +1 -0
- package/templates/src/client/analytics-events.ts +213 -0
- package/templates/src/client/belief-events.ts +205 -0
- package/templates/src/client/sse.ts +667 -0
- package/templates/src/components/Footer.astro +246 -0
- package/templates/src/components/Fragment.astro +70 -0
- package/templates/src/components/Header.astro +458 -0
- package/templates/src/components/Menu.tsx +196 -0
- package/templates/src/components/codehooks/BunnyVideoSetup.tsx +692 -0
- package/templates/src/components/codehooks/BunnyVideoWrapper.astro +78 -0
- package/templates/src/components/codehooks/EpinetDurationSelector.tsx +1020 -0
- package/templates/src/components/codehooks/EpinetTableView.tsx +594 -0
- package/templates/src/components/codehooks/EpinetWrapper.tsx +424 -0
- package/templates/src/components/codehooks/FeaturedContent.astro +273 -0
- package/templates/src/components/codehooks/FeaturedContentSetup.tsx +738 -0
- package/templates/src/components/codehooks/ListContent.astro +460 -0
- package/templates/src/components/codehooks/ListContentSetup.tsx +649 -0
- package/templates/src/components/codehooks/SankeyDiagram.tsx +359 -0
- package/templates/src/components/compositor/Compositor.tsx +144 -0
- package/templates/src/components/compositor/Node.tsx +415 -0
- package/templates/src/components/compositor/NodeWithGuid.tsx +25 -0
- package/templates/src/components/compositor/PanelVisibilityWrapper.tsx +87 -0
- package/templates/src/components/compositor/elements/Belief.tsx +148 -0
- package/templates/src/components/compositor/elements/BgImage.tsx +118 -0
- package/templates/src/components/compositor/elements/BgVisualBreak.tsx +102 -0
- package/templates/src/components/compositor/elements/BunnyVideo.tsx +63 -0
- package/templates/src/components/compositor/elements/IdentifyAs.tsx +66 -0
- package/templates/src/components/compositor/elements/PlayButton.tsx +19 -0
- package/templates/src/components/compositor/elements/SignUp.tsx +179 -0
- package/templates/src/components/compositor/elements/Svg.tsx +33 -0
- package/templates/src/components/compositor/elements/ToggleBelief.tsx +36 -0
- package/templates/src/components/compositor/elements/YouTubeWrapper.tsx +33 -0
- package/templates/src/components/compositor/nodes/BgPaneWrapper.tsx +35 -0
- package/templates/src/components/compositor/nodes/GhostInsertBlock.tsx +189 -0
- package/templates/src/components/compositor/nodes/Markdown.tsx +179 -0
- package/templates/src/components/compositor/nodes/Pane.tsx +277 -0
- package/templates/src/components/compositor/nodes/Pane_eraser.tsx +69 -0
- package/templates/src/components/compositor/nodes/Pane_layout.tsx +77 -0
- package/templates/src/components/compositor/nodes/RenderChildren.tsx +19 -0
- package/templates/src/components/compositor/nodes/StoryFragment.tsx +35 -0
- package/templates/src/components/compositor/nodes/TagElement.tsx +14 -0
- package/templates/src/components/compositor/nodes/Widget.tsx +115 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeA.tsx +4 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeA_eraser.tsx +26 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeAnchorComponent.tsx +248 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeBasicTag.tsx +684 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeBasicTag_eraser.tsx +62 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeBasicTag_insert.tsx +120 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeBasicTag_settings.tsx +62 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeButton.tsx +5 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeButton_eraser.tsx +26 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeImg.tsx +28 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeText.tsx +18 -0
- package/templates/src/components/compositor/nodes/tagElements/TabIndicator.tsx +51 -0
- package/templates/src/components/compositor/preview/FeaturedContentPreview.tsx +128 -0
- package/templates/src/components/compositor/preview/ListContentPreview.tsx +213 -0
- package/templates/src/components/compositor/preview/OgImagePreview.tsx +223 -0
- package/templates/src/components/compositor/preview/PaneSnapshotGenerator.tsx +199 -0
- package/templates/src/components/compositor/preview/PanesPreviewGenerator.tsx +123 -0
- package/templates/src/components/compositor/preview/VisualBreakPreview.tsx +154 -0
- package/templates/src/components/edit/Header.tsx +181 -0
- package/templates/src/components/edit/PanelSwitch.tsx +446 -0
- package/templates/src/components/edit/SettingsPanel.tsx +70 -0
- package/templates/src/components/edit/ToolBar.tsx +101 -0
- package/templates/src/components/edit/ToolMode.tsx +121 -0
- package/templates/src/components/edit/context/ContextPaneConfig.tsx +91 -0
- package/templates/src/components/edit/context/ContextPaneConfig_slug.tsx +174 -0
- package/templates/src/components/edit/context/ContextPaneConfig_title.tsx +186 -0
- package/templates/src/components/edit/pane/AddPanePanel.tsx +136 -0
- package/templates/src/components/edit/pane/AddPanePanel_break.tsx +470 -0
- package/templates/src/components/edit/pane/AddPanePanel_codehook.tsx +264 -0
- package/templates/src/components/edit/pane/AddPanePanel_new.tsx +623 -0
- package/templates/src/components/edit/pane/AddPanePanel_newAICopy.tsx +107 -0
- package/templates/src/components/edit/pane/AddPanePanel_newAICopy_modal.tsx +217 -0
- package/templates/src/components/edit/pane/AddPanePanel_newCopyMode.tsx +109 -0
- package/templates/src/components/edit/pane/AddPanePanel_newCustomCopy.tsx +39 -0
- package/templates/src/components/edit/pane/AddPanePanel_reuse.tsx +445 -0
- package/templates/src/components/edit/pane/ConfigPanePanel.tsx +245 -0
- package/templates/src/components/edit/pane/PageGen.tsx +485 -0
- package/templates/src/components/edit/pane/PageGenSelector.tsx +238 -0
- package/templates/src/components/edit/pane/PageGenSpecial.tsx +362 -0
- package/templates/src/components/edit/pane/PageGen_preview.tsx +495 -0
- package/templates/src/components/edit/pane/PanePanel_impression.tsx +258 -0
- package/templates/src/components/edit/pane/PanePanel_path.tsx +268 -0
- package/templates/src/components/edit/pane/PanePanel_slug.tsx +219 -0
- package/templates/src/components/edit/pane/PanePanel_title.tsx +142 -0
- package/templates/src/components/edit/panels/StyleBreakPanel.tsx +182 -0
- package/templates/src/components/edit/panels/StyleCodeHookPanel.tsx +439 -0
- package/templates/src/components/edit/panels/StyleElementPanel.tsx +177 -0
- package/templates/src/components/edit/panels/StyleElementPanel_add.tsx +349 -0
- package/templates/src/components/edit/panels/StyleElementPanel_remove.tsx +159 -0
- package/templates/src/components/edit/panels/StyleElementPanel_update.tsx +320 -0
- package/templates/src/components/edit/panels/StyleImagePanel.tsx +460 -0
- package/templates/src/components/edit/panels/StyleImagePanel_add.tsx +296 -0
- package/templates/src/components/edit/panels/StyleImagePanel_remove.tsx +153 -0
- package/templates/src/components/edit/panels/StyleImagePanel_update.tsx +312 -0
- package/templates/src/components/edit/panels/StyleLiElementPanel.tsx +273 -0
- package/templates/src/components/edit/panels/StyleLiElementPanel_add.tsx +301 -0
- package/templates/src/components/edit/panels/StyleLiElementPanel_remove.tsx +132 -0
- package/templates/src/components/edit/panels/StyleLiElementPanel_update.tsx +313 -0
- package/templates/src/components/edit/panels/StyleLinkPanel.tsx +346 -0
- package/templates/src/components/edit/panels/StyleLinkPanel_add.tsx +265 -0
- package/templates/src/components/edit/panels/StyleLinkPanel_config.tsx +240 -0
- package/templates/src/components/edit/panels/StyleLinkPanel_remove.tsx +94 -0
- package/templates/src/components/edit/panels/StyleLinkPanel_update.tsx +110 -0
- package/templates/src/components/edit/panels/StyleParentPanel.tsx +263 -0
- package/templates/src/components/edit/panels/StyleParentPanel_add.tsx +275 -0
- package/templates/src/components/edit/panels/StyleParentPanel_deleteLayer.tsx +112 -0
- package/templates/src/components/edit/panels/StyleParentPanel_remove.tsx +87 -0
- package/templates/src/components/edit/panels/StyleParentPanel_update.tsx +141 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel.tsx +428 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel_add.tsx +292 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel_config.tsx +190 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel_remove.tsx +152 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel_update.tsx +308 -0
- package/templates/src/components/edit/state/SaveModal.tsx +811 -0
- package/templates/src/components/edit/state/StylesMemory.tsx +310 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentConfigPanel.tsx +289 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentPanel_menu.tsx +320 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentPanel_og.tsx +888 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentPanel_slug.tsx +269 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentPanel_title.tsx +190 -0
- package/templates/src/components/edit/widgets/BeliefWidget.tsx +183 -0
- package/templates/src/components/edit/widgets/BunnyWidget.tsx +134 -0
- package/templates/src/components/edit/widgets/IdentifyAsWidget.tsx +193 -0
- package/templates/src/components/edit/widgets/SignupWidget.tsx +177 -0
- package/templates/src/components/edit/widgets/ToggleWidget.tsx +152 -0
- package/templates/src/components/edit/widgets/YouTubeWidget.tsx +65 -0
- package/templates/src/components/fields/ActionBuilderTimeSelector.tsx +353 -0
- package/templates/src/components/fields/ArtpackImage.tsx +480 -0
- package/templates/src/components/fields/BackgroundImage.tsx +530 -0
- package/templates/src/components/fields/BackgroundImageWrapper.tsx +192 -0
- package/templates/src/components/fields/BooleanParam.tsx +67 -0
- package/templates/src/components/fields/BunnyMomentSelector.tsx +56 -0
- package/templates/src/components/fields/ColorPickerCombo.tsx +284 -0
- package/templates/src/components/fields/ImageUpload.tsx +405 -0
- package/templates/src/components/fields/MultiParam.tsx +75 -0
- package/templates/src/components/fields/PaneBreakCollectionSelector.tsx +97 -0
- package/templates/src/components/fields/PaneBreakShapeSelector.tsx +134 -0
- package/templates/src/components/fields/SelectedTailwindClass.tsx +44 -0
- package/templates/src/components/fields/SingleParam.tsx +73 -0
- package/templates/src/components/fields/ViewportComboBox.tsx +252 -0
- package/templates/src/components/form/ActionBuilderField.tsx +282 -0
- package/templates/src/components/form/ActionBuilderSlugSelector.tsx +182 -0
- package/templates/src/components/form/BooleanToggle.tsx +94 -0
- package/templates/src/components/form/ColorPicker.tsx +153 -0
- package/templates/src/components/form/DateTimeInput.tsx +638 -0
- package/templates/src/components/form/EnumSelect.tsx +88 -0
- package/templates/src/components/form/FileUpload.tsx +465 -0
- package/templates/src/components/form/MagicPathBuilder.tsx +546 -0
- package/templates/src/components/form/NumberInput.tsx +101 -0
- package/templates/src/components/form/ParagraphArrayInput.tsx +207 -0
- package/templates/src/components/form/StringArrayInput.tsx +163 -0
- package/templates/src/components/form/StringInput.tsx +88 -0
- package/templates/src/components/form/UnsavedChangesBar.tsx +295 -0
- package/templates/src/components/form/advanced/APIConfigSection.tsx +69 -0
- package/templates/src/components/form/advanced/AuthConfigSection.tsx +97 -0
- package/templates/src/components/form/brand/BrandAssetsSection.tsx +93 -0
- package/templates/src/components/form/brand/BrandColorsSection.tsx +201 -0
- package/templates/src/components/form/brand/SEOSection.tsx +101 -0
- package/templates/src/components/form/brand/SiteConfigSection.tsx +61 -0
- package/templates/src/components/form/brand/SocialLinksSection.tsx +393 -0
- package/templates/src/components/profile/ProfileConsent.tsx +65 -0
- package/templates/src/components/profile/ProfileCreate.tsx +462 -0
- package/templates/src/components/profile/ProfileEdit.tsx +409 -0
- package/templates/src/components/profile/ProfileSwitch.tsx +255 -0
- package/templates/src/components/profile/ProfileUnlock.tsx +221 -0
- package/templates/src/components/storykeep/Dashboard.tsx +160 -0
- package/templates/src/components/storykeep/Dashboard_Activity.tsx +56 -0
- package/templates/src/components/storykeep/Dashboard_Advanced.tsx +165 -0
- package/templates/src/components/storykeep/Dashboard_Analytics.tsx +451 -0
- package/templates/src/components/storykeep/Dashboard_Branding.tsx +95 -0
- package/templates/src/components/storykeep/Dashboard_Content.tsx +191 -0
- package/templates/src/components/storykeep/controls/UsageCell.tsx +71 -0
- package/templates/src/components/storykeep/controls/content/BeliefForm.tsx +378 -0
- package/templates/src/components/storykeep/controls/content/BeliefTable.tsx +329 -0
- package/templates/src/components/storykeep/controls/content/ContentBrowser.tsx +385 -0
- package/templates/src/components/storykeep/controls/content/ContentSummary.tsx +149 -0
- package/templates/src/components/storykeep/controls/content/KnownResourceForm.tsx +397 -0
- package/templates/src/components/storykeep/controls/content/KnownResourceTable.tsx +260 -0
- package/templates/src/components/storykeep/controls/content/ManageContent.tsx +439 -0
- package/templates/src/components/storykeep/controls/content/MenuForm.tsx +239 -0
- package/templates/src/components/storykeep/controls/content/MenuTable.tsx +332 -0
- package/templates/src/components/storykeep/controls/content/ResourceBulkIngest.tsx +724 -0
- package/templates/src/components/storykeep/controls/content/ResourceForm.tsx +355 -0
- package/templates/src/components/storykeep/controls/content/ResourceTable.tsx +222 -0
- package/templates/src/components/storykeep/controls/content/StoryFragmentTable.tsx +482 -0
- package/templates/src/components/storykeep/state/BrandingWrapper.tsx +42 -0
- package/templates/src/components/storykeep/state/FetchAnalytics.tsx +350 -0
- package/templates/src/components/storykeep/widgets/ResponsiveLine.tsx +319 -0
- package/templates/src/components/storykeep/widgets/Wizard.tsx +278 -0
- package/templates/src/components/tenant/RegistrationForm.tsx +447 -0
- package/templates/src/components/widgets/BunnyVideoHero.astro +775 -0
- package/templates/src/components/widgets/Impression.tsx +102 -0
- package/templates/src/components/widgets/ImpressionWrapper.tsx +214 -0
- package/templates/src/constants/beliefs.ts +61 -0
- package/templates/src/constants/brandThemes.ts +133 -0
- package/templates/src/constants/prompts.json +55 -0
- package/templates/src/constants/shapes.ts +556 -0
- package/templates/src/constants/stopWords.ts +116 -0
- package/templates/src/constants/tailwindColors.json +344 -0
- package/templates/src/constants.ts +274 -0
- package/templates/src/hooks/useFormState.ts +203 -0
- package/templates/src/layouts/Layout.astro +290 -0
- package/templates/src/lib/session.ts +126 -0
- package/templates/src/lib/storyData.ts +56 -0
- package/templates/src/middleware.ts +52 -0
- package/templates/src/pages/404.astro +54 -0
- package/templates/src/pages/[...slug]/edit.astro +216 -0
- package/templates/src/pages/[...slug].astro +148 -0
- package/templates/src/pages/api/auth/decode.ts +101 -0
- package/templates/src/pages/api/auth/login.ts +122 -0
- package/templates/src/pages/api/auth/logout.ts +37 -0
- package/templates/src/pages/api/auth/profile.ts +76 -0
- package/templates/src/pages/api/orphan-analysis.ts +106 -0
- package/templates/src/pages/api/tailwind.ts +116 -0
- package/templates/src/pages/collections/[param1].astro +65 -0
- package/templates/src/pages/context/[...contextSlug]/edit.astro +207 -0
- package/templates/src/pages/context/[...contextSlug].astro +161 -0
- package/templates/src/pages/llms.txt.ts +122 -0
- package/templates/src/pages/maint.astro +183 -0
- package/templates/src/pages/media/[...slug].astro +67 -0
- package/templates/src/pages/robots.txt.ts +36 -0
- package/templates/src/pages/sandbox/activate.astro +258 -0
- package/templates/src/pages/sandbox/register.astro +44 -0
- package/templates/src/pages/sandbox/success.astro +179 -0
- package/templates/src/pages/sitemap.xml.ts +119 -0
- package/templates/src/pages/storykeep/advanced.astro +69 -0
- package/templates/src/pages/storykeep/branding.astro +57 -0
- package/templates/src/pages/storykeep/content.astro +71 -0
- package/templates/src/pages/storykeep/init.astro +36 -0
- package/templates/src/pages/storykeep/login.astro +266 -0
- package/templates/src/pages/storykeep/logout.astro +84 -0
- package/templates/src/pages/storykeep/profile.astro +98 -0
- package/templates/src/pages/storykeep.astro +81 -0
- package/templates/src/stores/analytics.ts +171 -0
- package/templates/src/stores/backend.ts +16 -0
- package/templates/src/stores/navigation.ts +149 -0
- package/templates/src/stores/nodes.ts +2390 -0
- package/templates/src/stores/nodesHistory.ts +85 -0
- package/templates/src/stores/notificationSystem.ts +41 -0
- package/templates/src/stores/orphanAnalysis.ts +409 -0
- package/templates/src/stores/storykeep.ts +247 -0
- package/templates/src/types/astro.ts +86 -0
- package/templates/src/types/compositorTypes.ts +456 -0
- package/templates/src/types/formTypes.ts +281 -0
- package/templates/src/types/multiTenant.ts +77 -0
- package/templates/src/types/nodeProps.ts +66 -0
- package/templates/src/types/tractstack.ts +445 -0
- package/templates/src/utils/aai/getTitleSlug.ts +72 -0
- package/templates/src/utils/actions/actionButton.ts +101 -0
- package/templates/src/utils/actions/lispLexer.ts +57 -0
- package/templates/src/utils/actions/preParse_Action.ts +85 -0
- package/templates/src/utils/actions/preParse_Bunny.ts +50 -0
- package/templates/src/utils/actions/preParse_Clicked.ts +87 -0
- package/templates/src/utils/actions/preParse_Impression.ts +71 -0
- package/templates/src/utils/api/advancedConfig.ts +66 -0
- package/templates/src/utils/api/advancedHelpers.ts +134 -0
- package/templates/src/utils/api/beliefConfig.ts +87 -0
- package/templates/src/utils/api/beliefHelpers.ts +196 -0
- package/templates/src/utils/api/brandConfig.ts +126 -0
- package/templates/src/utils/api/brandHelpers.ts +155 -0
- package/templates/src/utils/api/fileHelpers.ts +306 -0
- package/templates/src/utils/api/menuConfig.ts +57 -0
- package/templates/src/utils/api/menuHelpers.ts +156 -0
- package/templates/src/utils/api/resourceConfig.ts +158 -0
- package/templates/src/utils/api/resourceHelpers.ts +72 -0
- package/templates/src/utils/api/tenantConfig.ts +97 -0
- package/templates/src/utils/api/tenantHelpers.ts +172 -0
- package/templates/src/utils/api.ts +183 -0
- package/templates/src/utils/auth.ts +150 -0
- package/templates/src/utils/backend.ts +243 -0
- package/templates/src/utils/compositor/TemplateMarkdowns.ts +118 -0
- package/templates/src/utils/compositor/TemplateNodes.ts +138 -0
- package/templates/src/utils/compositor/TemplatePanes.ts +100 -0
- package/templates/src/utils/compositor/allowInsert.ts +100 -0
- package/templates/src/utils/compositor/domHelpers.ts +37 -0
- package/templates/src/utils/compositor/handleClickEvent.ts +131 -0
- package/templates/src/utils/compositor/nodesHelper.ts +491 -0
- package/templates/src/utils/compositor/nodesMarkdownGenerator.ts +292 -0
- package/templates/src/utils/compositor/processMarkdown.ts +431 -0
- package/templates/src/utils/compositor/reduceNodesClassNames.ts +192 -0
- package/templates/src/utils/compositor/tailwindClasses.ts +1795 -0
- package/templates/src/utils/compositor/tailwindColors.ts +227 -0
- package/templates/src/utils/compositor/templateMarkdownStyles.ts +1265 -0
- package/templates/src/utils/compositor/typeGuards.ts +193 -0
- package/templates/src/utils/etl/extractor.ts +119 -0
- package/templates/src/utils/etl/index.ts +88 -0
- package/templates/src/utils/etl/loader.ts +36 -0
- package/templates/src/utils/etl/transformer.ts +286 -0
- package/templates/src/utils/helpers.ts +435 -0
- package/templates/src/utils/layout.ts +209 -0
- package/templates/src/utils/profileStorage.ts +306 -0
- package/templates/src/utils/useInterval.ts +27 -0
- package/templates/tailwind.config.cjs +169 -0
- package/utils/create-resolver.ts +10 -0
- package/utils/inject-files.ts +2140 -0
- package/utils/validate-config.ts +43 -0
|
@@ -0,0 +1,692 @@
|
|
|
1
|
+
import { useState, useEffect, useRef } from 'react';
|
|
2
|
+
import XMarkIcon from '@heroicons/react/24/outline/XMarkIcon';
|
|
3
|
+
import PlusIcon from '@heroicons/react/24/outline/PlusIcon';
|
|
4
|
+
import TrashIcon from '@heroicons/react/24/outline/TrashIcon';
|
|
5
|
+
import ArrowsUpDownIcon from '@heroicons/react/24/outline/ArrowsUpDownIcon';
|
|
6
|
+
import CheckIcon from '@heroicons/react/24/outline/CheckIcon';
|
|
7
|
+
import ChevronDownIcon from '@heroicons/react/24/outline/ChevronDownIcon';
|
|
8
|
+
import ChevronUpIcon from '@heroicons/react/24/outline/ChevronUpIcon';
|
|
9
|
+
import { getCtx } from '@/stores/nodes';
|
|
10
|
+
import { canonicalURLStore } from '@/stores/storykeep';
|
|
11
|
+
import { cloneDeep } from '@/utils/helpers';
|
|
12
|
+
import ColorPickerCombo from '@/components/fields/ColorPickerCombo';
|
|
13
|
+
import ActionBuilderSlugSelector from '@/components/form/ActionBuilderSlugSelector';
|
|
14
|
+
import type { BrandConfig } from '@/types/tractstack';
|
|
15
|
+
import type {
|
|
16
|
+
PaneNode,
|
|
17
|
+
VideoMoment,
|
|
18
|
+
StoryFragmentNode,
|
|
19
|
+
} from '@/types/compositorTypes';
|
|
20
|
+
|
|
21
|
+
interface BunnyVideoSetupProps {
|
|
22
|
+
nodeId: string;
|
|
23
|
+
params?: any;
|
|
24
|
+
config?: BrandConfig;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
interface Chapter extends VideoMoment {
|
|
28
|
+
id: string; // Unique ID for managing chapters in the UI
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
interface PaneListItem {
|
|
32
|
+
id: string;
|
|
33
|
+
title: string;
|
|
34
|
+
slug: string;
|
|
35
|
+
type: 'Pane';
|
|
36
|
+
isContext: boolean;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
const generateId = (): string => {
|
|
40
|
+
return Math.random().toString(36).substring(2, 9);
|
|
41
|
+
};
|
|
42
|
+
|
|
43
|
+
const BunnyVideoSetup = ({ nodeId, params, config }: BunnyVideoSetupProps) => {
|
|
44
|
+
const ctx = getCtx();
|
|
45
|
+
const allNodes = ctx.allNodes.get();
|
|
46
|
+
const canonicalURL = canonicalURLStore.get();
|
|
47
|
+
const storyFragmentId = ctx.getClosestNodeTypeFromId(nodeId, 'StoryFragment');
|
|
48
|
+
const storyFragmentNode = allNodes.get(storyFragmentId) as
|
|
49
|
+
| StoryFragmentNode
|
|
50
|
+
| undefined;
|
|
51
|
+
const paneIds = storyFragmentNode?.paneIds || [];
|
|
52
|
+
|
|
53
|
+
const paneList: PaneListItem[] = paneIds
|
|
54
|
+
.map((paneId) => {
|
|
55
|
+
const paneNode = allNodes.get(paneId) as PaneNode | undefined;
|
|
56
|
+
if (paneNode && paneNode.nodeType === 'Pane') {
|
|
57
|
+
return {
|
|
58
|
+
id: paneNode.id,
|
|
59
|
+
title: paneNode.title,
|
|
60
|
+
slug: paneNode.slug,
|
|
61
|
+
type: 'Pane' as const,
|
|
62
|
+
isContext: paneNode.isContextPane || false,
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
return null;
|
|
66
|
+
})
|
|
67
|
+
.filter((item): item is PaneListItem => item !== null);
|
|
68
|
+
|
|
69
|
+
const storyFragmentEntry = storyFragmentNode
|
|
70
|
+
? {
|
|
71
|
+
id: storyFragmentNode.id,
|
|
72
|
+
title: storyFragmentNode.title,
|
|
73
|
+
slug: storyFragmentNode.slug,
|
|
74
|
+
type: 'StoryFragment' as const,
|
|
75
|
+
panes: storyFragmentNode.paneIds,
|
|
76
|
+
}
|
|
77
|
+
: null;
|
|
78
|
+
|
|
79
|
+
const modifiedContentMap = storyFragmentEntry
|
|
80
|
+
? [storyFragmentEntry, ...paneList]
|
|
81
|
+
: paneList;
|
|
82
|
+
|
|
83
|
+
const initializedRef = useRef(false);
|
|
84
|
+
|
|
85
|
+
const [showDetails, setShowDetails] = useState(false);
|
|
86
|
+
const [videoUrl, setVideoUrl] = useState(params?.videoUrl || '');
|
|
87
|
+
const [videoTitle, setVideoTitle] = useState(params?.title || 'Video');
|
|
88
|
+
const [bgColor, setBgColor] = useState(params?.bgColor || '');
|
|
89
|
+
const [chapters, setChapters] = useState<Chapter[]>([]);
|
|
90
|
+
const [formErrors, setFormErrors] = useState<Record<string, string>>({});
|
|
91
|
+
const [chapterQueries, setChapterQueries] = useState<Record<string, string>>(
|
|
92
|
+
{}
|
|
93
|
+
);
|
|
94
|
+
|
|
95
|
+
useEffect(() => {
|
|
96
|
+
if (!initializedRef.current && params) {
|
|
97
|
+
initializedRef.current = true;
|
|
98
|
+
setVideoUrl(params.videoUrl || '');
|
|
99
|
+
setVideoTitle(params.title || 'Video');
|
|
100
|
+
setBgColor(params.bgColor || '');
|
|
101
|
+
if (Array.isArray(params.chapters)) {
|
|
102
|
+
setChapters(
|
|
103
|
+
params.chapters.map((chapter: VideoMoment) => ({
|
|
104
|
+
...chapter,
|
|
105
|
+
id: generateId(),
|
|
106
|
+
}))
|
|
107
|
+
);
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}, [params]);
|
|
111
|
+
|
|
112
|
+
const isValidBunnyUrl = (url: string): boolean => {
|
|
113
|
+
if (!url) return false;
|
|
114
|
+
try {
|
|
115
|
+
const urlObj = new URL(url);
|
|
116
|
+
return (
|
|
117
|
+
urlObj.hostname === 'iframe.mediadelivery.net' &&
|
|
118
|
+
urlObj.pathname.startsWith('/embed/') &&
|
|
119
|
+
url.length > 30
|
|
120
|
+
);
|
|
121
|
+
} catch {
|
|
122
|
+
return false;
|
|
123
|
+
}
|
|
124
|
+
};
|
|
125
|
+
|
|
126
|
+
// Update the pane node in the store with optional custom chapters
|
|
127
|
+
const updatePaneNode = (customChapters?: Chapter[]) => {
|
|
128
|
+
if (!nodeId) return;
|
|
129
|
+
const allNodesSnapshot = ctx.allNodes.get();
|
|
130
|
+
const paneNode = cloneDeep(allNodesSnapshot.get(nodeId)) as PaneNode;
|
|
131
|
+
|
|
132
|
+
if (paneNode) {
|
|
133
|
+
const chaptersToUse = Array.isArray(customChapters)
|
|
134
|
+
? customChapters
|
|
135
|
+
: chapters || [];
|
|
136
|
+
const chaptersData =
|
|
137
|
+
chaptersToUse.length > 0
|
|
138
|
+
? chaptersToUse
|
|
139
|
+
.map(({ id, ...rest }) => rest)
|
|
140
|
+
.sort((a, b) => a.startTime - b.startTime)
|
|
141
|
+
: [];
|
|
142
|
+
|
|
143
|
+
const updatedNode = {
|
|
144
|
+
...paneNode,
|
|
145
|
+
codeHookTarget: 'bunny-video',
|
|
146
|
+
codeHookPayload: {
|
|
147
|
+
options: JSON.stringify({
|
|
148
|
+
videoUrl,
|
|
149
|
+
title: videoTitle,
|
|
150
|
+
chapters: chaptersData,
|
|
151
|
+
bgColor,
|
|
152
|
+
}),
|
|
153
|
+
},
|
|
154
|
+
isChanged: true,
|
|
155
|
+
};
|
|
156
|
+
|
|
157
|
+
if (bgColor) {
|
|
158
|
+
updatedNode.bgColour = bgColor;
|
|
159
|
+
} else {
|
|
160
|
+
delete updatedNode.bgColour;
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
ctx.modifyNodes([updatedNode]);
|
|
164
|
+
}
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
const saveChanges = (
|
|
168
|
+
customChapters?: Chapter[] | React.FocusEvent<HTMLInputElement>
|
|
169
|
+
) => {
|
|
170
|
+
if (!customChapters || 'target' in customChapters) {
|
|
171
|
+
updatePaneNode();
|
|
172
|
+
} else {
|
|
173
|
+
updatePaneNode(customChapters);
|
|
174
|
+
}
|
|
175
|
+
};
|
|
176
|
+
|
|
177
|
+
const toggleDetails = () => {
|
|
178
|
+
setShowDetails(!showDetails);
|
|
179
|
+
};
|
|
180
|
+
|
|
181
|
+
const validateChapter = (
|
|
182
|
+
chapter: Chapter,
|
|
183
|
+
index: number
|
|
184
|
+
): Record<string, string> => {
|
|
185
|
+
const errors: Record<string, string> = {};
|
|
186
|
+
if (!chapter.title?.trim()) {
|
|
187
|
+
errors[`title-${index}`] = 'Title is required';
|
|
188
|
+
}
|
|
189
|
+
if (
|
|
190
|
+
typeof chapter.startTime !== 'number' ||
|
|
191
|
+
isNaN(chapter.startTime) ||
|
|
192
|
+
chapter.startTime < 0
|
|
193
|
+
) {
|
|
194
|
+
errors[`startTime-${index}`] = 'Start time must be a positive number';
|
|
195
|
+
}
|
|
196
|
+
if (typeof chapter.endTime !== 'number' || isNaN(chapter.endTime)) {
|
|
197
|
+
errors[`endTime-${index}`] = 'End time must be a number';
|
|
198
|
+
} else if (
|
|
199
|
+
chapter.startTime !== undefined &&
|
|
200
|
+
chapter.endTime <= chapter.startTime
|
|
201
|
+
) {
|
|
202
|
+
errors[`endTime-${index}`] = 'End time must be greater than start time';
|
|
203
|
+
}
|
|
204
|
+
|
|
205
|
+
const otherChapters = [...chapters];
|
|
206
|
+
if (index < chapters.length) {
|
|
207
|
+
otherChapters.splice(index, 1);
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
if (
|
|
211
|
+
typeof chapter.startTime === 'number' &&
|
|
212
|
+
typeof chapter.endTime === 'number'
|
|
213
|
+
) {
|
|
214
|
+
for (let i = 0; i < otherChapters.length; i++) {
|
|
215
|
+
const other = otherChapters[i];
|
|
216
|
+
if (
|
|
217
|
+
(chapter.startTime >= other.startTime &&
|
|
218
|
+
chapter.startTime < other.endTime) ||
|
|
219
|
+
(chapter.endTime > other.startTime &&
|
|
220
|
+
chapter.endTime <= other.endTime) ||
|
|
221
|
+
(chapter.startTime <= other.startTime &&
|
|
222
|
+
chapter.endTime >= other.endTime)
|
|
223
|
+
) {
|
|
224
|
+
errors[`overlap-${index}`] =
|
|
225
|
+
'Chapter times overlap with another chapter';
|
|
226
|
+
break;
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
|
|
231
|
+
return errors;
|
|
232
|
+
};
|
|
233
|
+
|
|
234
|
+
const addChapter = () => {
|
|
235
|
+
const newChapter: Chapter = {
|
|
236
|
+
id: generateId(),
|
|
237
|
+
title: 'New Chapter',
|
|
238
|
+
startTime:
|
|
239
|
+
chapters.length > 0 ? chapters[chapters.length - 1].endTime : 0,
|
|
240
|
+
endTime:
|
|
241
|
+
chapters.length > 0 ? chapters[chapters.length - 1].endTime + 60 : 60,
|
|
242
|
+
description: '',
|
|
243
|
+
};
|
|
244
|
+
|
|
245
|
+
const updatedChapters = [...chapters, newChapter];
|
|
246
|
+
setChapters(updatedChapters);
|
|
247
|
+
saveChanges(updatedChapters);
|
|
248
|
+
};
|
|
249
|
+
|
|
250
|
+
// Update a chapter
|
|
251
|
+
const updateChapter = (index: number, updates: Partial<Chapter>) => {
|
|
252
|
+
const updatedChapters = [...chapters];
|
|
253
|
+
updatedChapters[index] = { ...updatedChapters[index], ...updates };
|
|
254
|
+
|
|
255
|
+
const errors = validateChapter(updatedChapters[index], index);
|
|
256
|
+
setFormErrors((prev) => ({ ...prev, ...errors }));
|
|
257
|
+
|
|
258
|
+
setChapters(updatedChapters);
|
|
259
|
+
// We don't automatically save here - that happens on blur
|
|
260
|
+
};
|
|
261
|
+
|
|
262
|
+
const removeChapter = (index: number) => {
|
|
263
|
+
const updatedChapters = [...chapters];
|
|
264
|
+
updatedChapters.splice(index, 1);
|
|
265
|
+
setChapters(updatedChapters);
|
|
266
|
+
|
|
267
|
+
const newErrors = { ...formErrors };
|
|
268
|
+
Object.keys(newErrors).forEach((key) => {
|
|
269
|
+
if (key.endsWith(`-${index}`)) {
|
|
270
|
+
delete newErrors[key];
|
|
271
|
+
}
|
|
272
|
+
});
|
|
273
|
+
setFormErrors(newErrors);
|
|
274
|
+
|
|
275
|
+
saveChanges(updatedChapters);
|
|
276
|
+
};
|
|
277
|
+
|
|
278
|
+
const moveChapter = (index: number, direction: 'up' | 'down') => {
|
|
279
|
+
if (
|
|
280
|
+
(direction === 'up' && index === 0) ||
|
|
281
|
+
(direction === 'down' && index === chapters.length - 1)
|
|
282
|
+
) {
|
|
283
|
+
return;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
const updatedChapters = [...chapters];
|
|
287
|
+
const newIndex = direction === 'up' ? index - 1 : index + 1;
|
|
288
|
+
[updatedChapters[index], updatedChapters[newIndex]] = [
|
|
289
|
+
updatedChapters[newIndex],
|
|
290
|
+
updatedChapters[index],
|
|
291
|
+
];
|
|
292
|
+
|
|
293
|
+
setChapters(updatedChapters);
|
|
294
|
+
saveChanges(updatedChapters);
|
|
295
|
+
};
|
|
296
|
+
|
|
297
|
+
const handlePaneSelect = (index: number, slug: string) => {
|
|
298
|
+
const selectedPane = Array.from(allNodes.values()).find(
|
|
299
|
+
(node) => node.nodeType === 'Pane' && `slug` in node && node.slug === slug
|
|
300
|
+
) as PaneNode | undefined;
|
|
301
|
+
|
|
302
|
+
const linkedPaneId = selectedPane ? selectedPane.id : undefined;
|
|
303
|
+
|
|
304
|
+
const updatedChapters = [...chapters];
|
|
305
|
+
updatedChapters[index] = { ...updatedChapters[index], linkedPaneId };
|
|
306
|
+
|
|
307
|
+
const errors = validateChapter(updatedChapters[index], index);
|
|
308
|
+
setFormErrors((prev) => ({ ...prev, ...errors }));
|
|
309
|
+
setChapters(updatedChapters);
|
|
310
|
+
saveChanges(updatedChapters);
|
|
311
|
+
};
|
|
312
|
+
|
|
313
|
+
const getLinkedPaneSlug = (linkedPaneId?: string): string => {
|
|
314
|
+
if (!linkedPaneId) return '';
|
|
315
|
+
const paneNode = allNodes.get(linkedPaneId) as PaneNode | undefined;
|
|
316
|
+
return paneNode?.slug || '';
|
|
317
|
+
};
|
|
318
|
+
|
|
319
|
+
return (
|
|
320
|
+
<div className="w-full bg-slate-50 p-6">
|
|
321
|
+
<div className="overflow-hidden rounded-lg bg-white shadow">
|
|
322
|
+
<div className="flex items-center justify-between border-b border-gray-200 p-4">
|
|
323
|
+
<h3 className="text-lg font-bold text-gray-900">
|
|
324
|
+
Bunny Video Configuration
|
|
325
|
+
</h3>
|
|
326
|
+
<button
|
|
327
|
+
type="button"
|
|
328
|
+
onClick={toggleDetails}
|
|
329
|
+
className="flex items-center rounded bg-cyan-600 px-3 py-1 text-sm font-bold text-white hover:bg-cyan-700 focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2"
|
|
330
|
+
>
|
|
331
|
+
{showDetails ? (
|
|
332
|
+
<>
|
|
333
|
+
<ChevronUpIcon className="mr-1 h-4 w-4" />
|
|
334
|
+
Hide Video Details
|
|
335
|
+
</>
|
|
336
|
+
) : (
|
|
337
|
+
<>
|
|
338
|
+
<ChevronDownIcon className="mr-1 h-4 w-4" />
|
|
339
|
+
Edit Video Details
|
|
340
|
+
</>
|
|
341
|
+
)}
|
|
342
|
+
</button>
|
|
343
|
+
</div>
|
|
344
|
+
|
|
345
|
+
{showDetails && (
|
|
346
|
+
<div className="space-y-6 p-4">
|
|
347
|
+
<div>
|
|
348
|
+
<label
|
|
349
|
+
htmlFor="videoUrl"
|
|
350
|
+
className="block text-sm font-bold text-gray-700"
|
|
351
|
+
>
|
|
352
|
+
Bunny Stream URL
|
|
353
|
+
</label>
|
|
354
|
+
<div className="relative mt-1">
|
|
355
|
+
<input
|
|
356
|
+
type="text"
|
|
357
|
+
id="videoUrl"
|
|
358
|
+
className={`block w-full rounded-md border-gray-300 px-2.5 py-1.5 pr-10 shadow-sm focus:border-cyan-500 focus:ring-cyan-500 sm:text-sm ${videoUrl && !isValidBunnyUrl(videoUrl) ? 'border-red-300 focus:border-red-500 focus:ring-red-500' : ''}`}
|
|
359
|
+
value={videoUrl}
|
|
360
|
+
onChange={(e) => setVideoUrl(e.target.value)}
|
|
361
|
+
onKeyDown={(e) => {
|
|
362
|
+
if (e.key === 'Enter') {
|
|
363
|
+
e.currentTarget.blur();
|
|
364
|
+
}
|
|
365
|
+
}}
|
|
366
|
+
onBlur={saveChanges}
|
|
367
|
+
placeholder="https://iframe.mediadelivery.net/embed/12345/my-video"
|
|
368
|
+
/>
|
|
369
|
+
{videoUrl && (
|
|
370
|
+
<div className="pointer-events-none absolute inset-y-0 right-0 flex items-center pr-3">
|
|
371
|
+
{isValidBunnyUrl(videoUrl) ? (
|
|
372
|
+
<CheckIcon className="h-5 w-5 text-green-500" />
|
|
373
|
+
) : (
|
|
374
|
+
<XMarkIcon className="h-5 w-5 text-red-500" />
|
|
375
|
+
)}
|
|
376
|
+
</div>
|
|
377
|
+
)}
|
|
378
|
+
</div>
|
|
379
|
+
<p className="mt-1 text-xs text-gray-500">
|
|
380
|
+
Enter the full Bunny Stream embed URL from your Bunny.net
|
|
381
|
+
dashboard
|
|
382
|
+
</p>
|
|
383
|
+
{videoUrl && !isValidBunnyUrl(videoUrl) && (
|
|
384
|
+
<p className="mt-1 text-xs text-red-500">
|
|
385
|
+
URL should look like:
|
|
386
|
+
https://iframe.mediadelivery.net/embed/12345/video-id
|
|
387
|
+
</p>
|
|
388
|
+
)}
|
|
389
|
+
</div>
|
|
390
|
+
|
|
391
|
+
<div>
|
|
392
|
+
<label
|
|
393
|
+
htmlFor="videoTitle"
|
|
394
|
+
className="block text-sm font-bold text-gray-700"
|
|
395
|
+
>
|
|
396
|
+
Video Title
|
|
397
|
+
</label>
|
|
398
|
+
<input
|
|
399
|
+
type="text"
|
|
400
|
+
id="videoTitle"
|
|
401
|
+
className="mt-1 block w-full rounded-md border-gray-300 px-2.5 py-1.5 shadow-sm focus:border-cyan-500 focus:ring-cyan-500 sm:text-sm"
|
|
402
|
+
value={videoTitle}
|
|
403
|
+
onChange={(e) => setVideoTitle(e.target.value)}
|
|
404
|
+
onKeyDown={(e) => {
|
|
405
|
+
if (e.key === 'Enter') {
|
|
406
|
+
e.currentTarget.blur();
|
|
407
|
+
}
|
|
408
|
+
}}
|
|
409
|
+
onBlur={saveChanges}
|
|
410
|
+
placeholder="Video Title"
|
|
411
|
+
/>
|
|
412
|
+
</div>
|
|
413
|
+
|
|
414
|
+
<div>
|
|
415
|
+
<ColorPickerCombo
|
|
416
|
+
title="Background Color"
|
|
417
|
+
defaultColor={bgColor}
|
|
418
|
+
onColorChange={(color: string) => {
|
|
419
|
+
setBgColor(color);
|
|
420
|
+
setTimeout(() => saveChanges(), 100);
|
|
421
|
+
}}
|
|
422
|
+
config={config!}
|
|
423
|
+
allowNull={true}
|
|
424
|
+
/>
|
|
425
|
+
<p className="mt-1 text-xs text-gray-500">
|
|
426
|
+
Optional background color for the video section
|
|
427
|
+
</p>
|
|
428
|
+
</div>
|
|
429
|
+
</div>
|
|
430
|
+
)}
|
|
431
|
+
</div>
|
|
432
|
+
|
|
433
|
+
{showDetails && (
|
|
434
|
+
<div className="mt-6 overflow-hidden rounded-lg bg-white shadow">
|
|
435
|
+
<div className="flex items-center justify-between border-b border-gray-200 p-4">
|
|
436
|
+
<h3 className="text-lg font-bold text-gray-900">Video Chapters</h3>
|
|
437
|
+
<button
|
|
438
|
+
type="button"
|
|
439
|
+
onClick={addChapter}
|
|
440
|
+
className="flex items-center rounded bg-cyan-600 px-3 py-1 text-sm font-bold text-white hover:bg-cyan-700 focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2"
|
|
441
|
+
>
|
|
442
|
+
<PlusIcon className="mr-1 h-4 w-4" />
|
|
443
|
+
Add Chapter
|
|
444
|
+
</button>
|
|
445
|
+
</div>
|
|
446
|
+
|
|
447
|
+
<div className="divide-y divide-gray-200">
|
|
448
|
+
{chapters.length === 0 && (
|
|
449
|
+
<div className="p-6 text-center text-gray-500">
|
|
450
|
+
<p>
|
|
451
|
+
No chapters added yet. Add a chapter to break your video into
|
|
452
|
+
sections.
|
|
453
|
+
</p>
|
|
454
|
+
</div>
|
|
455
|
+
)}
|
|
456
|
+
|
|
457
|
+
{chapters.map((chapter, index) => {
|
|
458
|
+
const query = chapterQueries[chapter.id] || '';
|
|
459
|
+
const setQuery = (newQuery: string) => {
|
|
460
|
+
setChapterQueries({
|
|
461
|
+
...chapterQueries,
|
|
462
|
+
[chapter.id]: newQuery,
|
|
463
|
+
});
|
|
464
|
+
};
|
|
465
|
+
|
|
466
|
+
// Get the current slug directly from the chapter's linkedPaneId
|
|
467
|
+
const currentSlug = getLinkedPaneSlug(chapter.linkedPaneId);
|
|
468
|
+
|
|
469
|
+
return (
|
|
470
|
+
<div key={chapter.id} className="p-4">
|
|
471
|
+
<div className="mb-2 flex justify-between">
|
|
472
|
+
<h4 className="text-sm font-bold text-gray-900">
|
|
473
|
+
Chapter {index + 1}
|
|
474
|
+
</h4>
|
|
475
|
+
<div className="flex space-x-2">
|
|
476
|
+
<button
|
|
477
|
+
type="button"
|
|
478
|
+
onClick={() => moveChapter(index, 'up')}
|
|
479
|
+
disabled={index === 0}
|
|
480
|
+
className={`rounded p-1 ${
|
|
481
|
+
index === 0
|
|
482
|
+
? 'cursor-not-allowed text-gray-300'
|
|
483
|
+
: 'text-gray-500 hover:bg-gray-100 hover:text-cyan-600'
|
|
484
|
+
}`}
|
|
485
|
+
title="Move up"
|
|
486
|
+
>
|
|
487
|
+
<ArrowsUpDownIcon className="h-4 w-4 rotate-180" />
|
|
488
|
+
</button>
|
|
489
|
+
<button
|
|
490
|
+
type="button"
|
|
491
|
+
onClick={() => moveChapter(index, 'down')}
|
|
492
|
+
disabled={index === chapters.length - 1}
|
|
493
|
+
className={`rounded p-1 ${
|
|
494
|
+
index === chapters.length - 1
|
|
495
|
+
? 'cursor-not-allowed text-gray-300'
|
|
496
|
+
: 'text-gray-500 hover:bg-gray-100 hover:text-cyan-600'
|
|
497
|
+
}`}
|
|
498
|
+
title="Move down"
|
|
499
|
+
>
|
|
500
|
+
<ArrowsUpDownIcon className="h-4 w-4" />
|
|
501
|
+
</button>
|
|
502
|
+
<button
|
|
503
|
+
type="button"
|
|
504
|
+
onClick={() => removeChapter(index)}
|
|
505
|
+
className="rounded p-1 text-red-600 hover:bg-gray-100 hover:text-red-700"
|
|
506
|
+
title="Remove chapter"
|
|
507
|
+
>
|
|
508
|
+
<TrashIcon className="h-4 w-4" />
|
|
509
|
+
</button>
|
|
510
|
+
</div>
|
|
511
|
+
</div>
|
|
512
|
+
|
|
513
|
+
<div className="mb-4 grid grid-cols-1 gap-4 md:grid-cols-2">
|
|
514
|
+
<div>
|
|
515
|
+
<label className="block text-sm font-bold text-gray-700">
|
|
516
|
+
Title
|
|
517
|
+
</label>
|
|
518
|
+
<input
|
|
519
|
+
type="text"
|
|
520
|
+
value={chapter.title}
|
|
521
|
+
onChange={(e) =>
|
|
522
|
+
updateChapter(index, { title: e.target.value })
|
|
523
|
+
}
|
|
524
|
+
onKeyDown={(e) => {
|
|
525
|
+
if (e.key === 'Enter') {
|
|
526
|
+
e.currentTarget.blur();
|
|
527
|
+
}
|
|
528
|
+
}}
|
|
529
|
+
onBlur={() => saveChanges()}
|
|
530
|
+
className={`mt-1 block w-full rounded-md border-gray-300 px-2.5 py-1.5 shadow-sm focus:border-cyan-500 focus:ring-cyan-500 sm:text-sm ${
|
|
531
|
+
formErrors[`title-${index}`] ? 'border-red-300' : ''
|
|
532
|
+
}`}
|
|
533
|
+
/>
|
|
534
|
+
{formErrors[`title-${index}`] && (
|
|
535
|
+
<p className="mt-1 text-xs text-red-600">
|
|
536
|
+
{formErrors[`title-${index}`]}
|
|
537
|
+
</p>
|
|
538
|
+
)}
|
|
539
|
+
</div>
|
|
540
|
+
|
|
541
|
+
<div>
|
|
542
|
+
<label className="block text-sm font-bold text-gray-700">
|
|
543
|
+
Description (Optional)
|
|
544
|
+
</label>
|
|
545
|
+
<input
|
|
546
|
+
type="text"
|
|
547
|
+
value={chapter.description || ''}
|
|
548
|
+
onChange={(e) =>
|
|
549
|
+
updateChapter(index, { description: e.target.value })
|
|
550
|
+
}
|
|
551
|
+
onKeyDown={(e) => {
|
|
552
|
+
if (e.key === 'Enter') {
|
|
553
|
+
e.currentTarget.blur();
|
|
554
|
+
}
|
|
555
|
+
}}
|
|
556
|
+
onBlur={() => saveChanges()}
|
|
557
|
+
className="mt-1 block w-full rounded-md border-gray-300 px-2.5 py-1.5 shadow-sm focus:border-cyan-500 focus:ring-cyan-500 sm:text-sm"
|
|
558
|
+
/>
|
|
559
|
+
</div>
|
|
560
|
+
</div>
|
|
561
|
+
|
|
562
|
+
<div className="grid grid-cols-1 gap-4 md:grid-cols-2">
|
|
563
|
+
<div>
|
|
564
|
+
<label className="block text-sm font-bold text-gray-700">
|
|
565
|
+
Start Time (seconds)
|
|
566
|
+
</label>
|
|
567
|
+
<input
|
|
568
|
+
type="number"
|
|
569
|
+
min="0"
|
|
570
|
+
value={chapter.startTime}
|
|
571
|
+
onChange={(e) => {
|
|
572
|
+
const value = e.target.value;
|
|
573
|
+
updateChapter(index, {
|
|
574
|
+
startTime: value === '' ? 0 : parseInt(value),
|
|
575
|
+
});
|
|
576
|
+
}}
|
|
577
|
+
onBlur={() => saveChanges()}
|
|
578
|
+
onKeyDown={(e) => {
|
|
579
|
+
if (e.key === 'Enter') {
|
|
580
|
+
e.currentTarget.blur();
|
|
581
|
+
}
|
|
582
|
+
}}
|
|
583
|
+
className={`mt-1 block w-full rounded-md border-gray-300 px-2.5 py-1.5 shadow-sm focus:border-cyan-500 focus:ring-cyan-500 sm:text-sm ${
|
|
584
|
+
formErrors[`startTime-${index}`]
|
|
585
|
+
? 'border-red-300'
|
|
586
|
+
: ''
|
|
587
|
+
}`}
|
|
588
|
+
placeholder="0"
|
|
589
|
+
/>
|
|
590
|
+
{formErrors[`startTime-${index}`] && (
|
|
591
|
+
<p className="mt-1 text-xs text-red-600">
|
|
592
|
+
{formErrors[`startTime-${index}`]}
|
|
593
|
+
</p>
|
|
594
|
+
)}
|
|
595
|
+
</div>
|
|
596
|
+
|
|
597
|
+
<div>
|
|
598
|
+
<label className="block text-sm font-bold text-gray-700">
|
|
599
|
+
End Time (seconds)
|
|
600
|
+
</label>
|
|
601
|
+
<input
|
|
602
|
+
type="number"
|
|
603
|
+
min="0"
|
|
604
|
+
value={chapter.endTime}
|
|
605
|
+
onChange={(e) => {
|
|
606
|
+
const value = e.target.value;
|
|
607
|
+
updateChapter(index, {
|
|
608
|
+
endTime: value === '' ? 0 : parseInt(value),
|
|
609
|
+
});
|
|
610
|
+
}}
|
|
611
|
+
onBlur={() => saveChanges()}
|
|
612
|
+
onKeyDown={(e) => {
|
|
613
|
+
if (e.key === 'Enter') {
|
|
614
|
+
e.currentTarget.blur();
|
|
615
|
+
}
|
|
616
|
+
}}
|
|
617
|
+
className={`mt-1 block w-full rounded-md border-gray-300 px-2.5 py-1.5 shadow-sm focus:border-cyan-500 focus:ring-cyan-500 sm:text-sm ${
|
|
618
|
+
formErrors[`endTime-${index}`] ? 'border-red-300' : ''
|
|
619
|
+
}`}
|
|
620
|
+
placeholder="60"
|
|
621
|
+
/>
|
|
622
|
+
{formErrors[`endTime-${index}`] && (
|
|
623
|
+
<p className="mt-1 text-xs text-red-600">
|
|
624
|
+
{formErrors[`endTime-${index}`]}
|
|
625
|
+
</p>
|
|
626
|
+
)}
|
|
627
|
+
</div>
|
|
628
|
+
</div>
|
|
629
|
+
|
|
630
|
+
{formErrors[`overlap-${index}`] && (
|
|
631
|
+
<p className="mt-2 text-sm text-red-600">
|
|
632
|
+
{formErrors[`overlap-${index}`]}
|
|
633
|
+
</p>
|
|
634
|
+
)}
|
|
635
|
+
|
|
636
|
+
<div className="mt-4">
|
|
637
|
+
<ActionBuilderSlugSelector
|
|
638
|
+
type="pane"
|
|
639
|
+
value={currentSlug}
|
|
640
|
+
onSelect={(slug: string) => handlePaneSelect(index, slug)}
|
|
641
|
+
query={query}
|
|
642
|
+
setQuery={setQuery}
|
|
643
|
+
label="Linked Pane"
|
|
644
|
+
placeholder="Select a pane (optional)"
|
|
645
|
+
contentMap={modifiedContentMap}
|
|
646
|
+
parentSlug={storyFragmentNode?.slug}
|
|
647
|
+
/>
|
|
648
|
+
</div>
|
|
649
|
+
</div>
|
|
650
|
+
);
|
|
651
|
+
})}
|
|
652
|
+
</div>
|
|
653
|
+
{showDetails && chapters.length > 0 && (
|
|
654
|
+
<div className="mt-6 overflow-hidden rounded-lg bg-white shadow">
|
|
655
|
+
<div className="border-b border-gray-200 p-4">
|
|
656
|
+
<h3 className="text-lg font-bold text-gray-900">
|
|
657
|
+
Chapter Links (Plain Text)
|
|
658
|
+
</h3>
|
|
659
|
+
</div>
|
|
660
|
+
|
|
661
|
+
<div className="bg-gray-50 p-4 font-mono text-sm">
|
|
662
|
+
<p className="mb-4 font-bold">{canonicalURL}</p>
|
|
663
|
+
<p className="mb-4">{canonicalURL}?t=0s</p>
|
|
664
|
+
{chapters.map((chapter) => {
|
|
665
|
+
// Get the linked pane's slug if available
|
|
666
|
+
const paneSlug = chapter.linkedPaneId
|
|
667
|
+
? getLinkedPaneSlug(chapter.linkedPaneId)
|
|
668
|
+
: '';
|
|
669
|
+
|
|
670
|
+
if (!paneSlug) return null;
|
|
671
|
+
|
|
672
|
+
const fragmentLink = `${canonicalURL}#${paneSlug}`;
|
|
673
|
+
const timeLink = `${canonicalURL}?t=${chapter.startTime}s`;
|
|
674
|
+
|
|
675
|
+
return (
|
|
676
|
+
<div key={chapter.id} className="mb-4">
|
|
677
|
+
<p className="mb-1 italic">{chapter.title}</p>
|
|
678
|
+
<p className="mb-1">{fragmentLink}</p>
|
|
679
|
+
<p>{timeLink}</p>
|
|
680
|
+
</div>
|
|
681
|
+
);
|
|
682
|
+
})}
|
|
683
|
+
</div>
|
|
684
|
+
</div>
|
|
685
|
+
)}
|
|
686
|
+
</div>
|
|
687
|
+
)}
|
|
688
|
+
</div>
|
|
689
|
+
);
|
|
690
|
+
};
|
|
691
|
+
|
|
692
|
+
export default BunnyVideoSetup;
|