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,189 @@
|
|
|
1
|
+
import { memo, useMemo, useState } from 'react';
|
|
2
|
+
import PlusIcon from '@heroicons/react/24/outline/PlusIcon';
|
|
3
|
+
import XMarkIcon from '@heroicons/react/24/outline/XMarkIcon';
|
|
4
|
+
import {
|
|
5
|
+
isTemplateToolAddModes,
|
|
6
|
+
toolAddModes,
|
|
7
|
+
toolAddModesIcons,
|
|
8
|
+
toolAddModeTitles,
|
|
9
|
+
} from '@/constants';
|
|
10
|
+
import { settingsPanelStore } from '@/stores/storykeep';
|
|
11
|
+
import { getCtx } from '@/stores/nodes';
|
|
12
|
+
import { getTemplateNode } from '@/utils/compositor/nodesHelper';
|
|
13
|
+
import allowInsert from '@/utils/compositor/allowInsert';
|
|
14
|
+
import type { ToolAddMode, FlatNode, Tag } from '@/types/compositorTypes';
|
|
15
|
+
import type { NodeProps } from '@/types/nodeProps';
|
|
16
|
+
|
|
17
|
+
type GhostInsertBlockProps = NodeProps & {
|
|
18
|
+
isEmpty: boolean;
|
|
19
|
+
lastChildId: string | null;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
export const GhostInsertBlock = memo((props: GhostInsertBlockProps) => {
|
|
23
|
+
const { isEmpty, lastChildId } = props;
|
|
24
|
+
const [showInsertOptions, setShowInsertOptions] = useState(false);
|
|
25
|
+
|
|
26
|
+
const isTemplate = getCtx(props).isTemplate.get();
|
|
27
|
+
const $toolAddModes = isTemplate ? isTemplateToolAddModes : toolAddModes;
|
|
28
|
+
const parentNode = getCtx(props).allNodes.get().get(props.nodeId) as FlatNode;
|
|
29
|
+
const lastChildNode = lastChildId
|
|
30
|
+
? (getCtx(props).allNodes.get().get(lastChildId) as FlatNode)
|
|
31
|
+
: null;
|
|
32
|
+
|
|
33
|
+
const allowedModes = useMemo(() => {
|
|
34
|
+
if (isEmpty) {
|
|
35
|
+
return $toolAddModes.filter((mode): mode is ToolAddMode =>
|
|
36
|
+
toolAddModeTitles.hasOwnProperty(mode)
|
|
37
|
+
);
|
|
38
|
+
}
|
|
39
|
+
const contextNode = lastChildNode;
|
|
40
|
+
if (!contextNode) return [];
|
|
41
|
+
return $toolAddModes.filter((mode) =>
|
|
42
|
+
typeof contextNode.tagName === `string`
|
|
43
|
+
? allowInsert(
|
|
44
|
+
contextNode,
|
|
45
|
+
contextNode.tagName as Tag,
|
|
46
|
+
mode as Tag,
|
|
47
|
+
undefined
|
|
48
|
+
)
|
|
49
|
+
: false
|
|
50
|
+
) as ToolAddMode[];
|
|
51
|
+
}, [isEmpty, lastChildId, parentNode, lastChildNode, $toolAddModes]);
|
|
52
|
+
|
|
53
|
+
const handleInsert = (mode: ToolAddMode, e: React.MouseEvent) => {
|
|
54
|
+
e.stopPropagation();
|
|
55
|
+
const templateNode = getTemplateNode(mode);
|
|
56
|
+
let newNodeId: string | null = null;
|
|
57
|
+
try {
|
|
58
|
+
if (isEmpty) {
|
|
59
|
+
if (!allowedModes.includes(mode)) {
|
|
60
|
+
console.warn(`Insertion of ${mode} not allowed in empty container`);
|
|
61
|
+
return;
|
|
62
|
+
}
|
|
63
|
+
newNodeId = getCtx(props).addTemplateNode(props.nodeId, templateNode);
|
|
64
|
+
} else if (lastChildId && lastChildNode) {
|
|
65
|
+
if (!allowedModes.includes(mode)) {
|
|
66
|
+
console.warn(
|
|
67
|
+
`Insertion of ${mode} after ${lastChildNode.tagName} not allowed`
|
|
68
|
+
);
|
|
69
|
+
return;
|
|
70
|
+
}
|
|
71
|
+
newNodeId = getCtx(props).addTemplateNode(
|
|
72
|
+
lastChildId,
|
|
73
|
+
templateNode,
|
|
74
|
+
lastChildId,
|
|
75
|
+
'after'
|
|
76
|
+
);
|
|
77
|
+
}
|
|
78
|
+
if (newNodeId && templateNode.tagName) {
|
|
79
|
+
getCtx(props).handleInsertSignal(templateNode.tagName, newNodeId);
|
|
80
|
+
}
|
|
81
|
+
} catch (error) {
|
|
82
|
+
console.error('Insertion failed:', error);
|
|
83
|
+
}
|
|
84
|
+
setShowInsertOptions(false);
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
const handleClose = (e: React.MouseEvent) => {
|
|
88
|
+
e.stopPropagation();
|
|
89
|
+
getCtx(props).setPanelMode('', '', '');
|
|
90
|
+
setShowInsertOptions(false);
|
|
91
|
+
};
|
|
92
|
+
|
|
93
|
+
const TextElementButtons = () => (
|
|
94
|
+
<div className="flex flex-wrap gap-2 p-2">
|
|
95
|
+
{['p', 'h2', 'h3', 'h4']
|
|
96
|
+
.filter((mode) => allowedModes.includes(mode as ToolAddMode))
|
|
97
|
+
.map((mode) => (
|
|
98
|
+
<button
|
|
99
|
+
key={mode}
|
|
100
|
+
onClick={(e) => handleInsert(mode as ToolAddMode, e)}
|
|
101
|
+
className="rounded border border-gray-300 bg-white px-3 py-2 text-gray-800 shadow-sm transition-colors hover:border-cyan-700 hover:bg-cyan-600 hover:text-white"
|
|
102
|
+
>
|
|
103
|
+
{toolAddModeTitles[mode as ToolAddMode]}
|
|
104
|
+
</button>
|
|
105
|
+
))}
|
|
106
|
+
</div>
|
|
107
|
+
);
|
|
108
|
+
|
|
109
|
+
const ElementButtons = () => (
|
|
110
|
+
<div className="grid grid-cols-2 gap-2 p-2 sm:grid-cols-3">
|
|
111
|
+
{$toolAddModes
|
|
112
|
+
.filter((mode) => !['p', 'h2', 'h3', 'h4'].includes(mode))
|
|
113
|
+
.filter((mode) => allowedModes.includes(mode as ToolAddMode))
|
|
114
|
+
.map((mode) => (
|
|
115
|
+
<button
|
|
116
|
+
key={mode}
|
|
117
|
+
onClick={(e) => handleInsert(mode as ToolAddMode, e)}
|
|
118
|
+
className="flex flex-col items-center rounded border border-gray-300 bg-white p-2 text-gray-800 shadow-sm transition-colors hover:border-cyan-700 hover:bg-cyan-600 hover:text-white"
|
|
119
|
+
>
|
|
120
|
+
{toolAddModesIcons[mode] ? (
|
|
121
|
+
<img
|
|
122
|
+
src={`/icons/${toolAddModesIcons[mode]}`}
|
|
123
|
+
alt={toolAddModeTitles[mode as ToolAddMode]}
|
|
124
|
+
className="mb-1 h-8 w-8"
|
|
125
|
+
/>
|
|
126
|
+
) : (
|
|
127
|
+
<span className="mb-1 text-3xl">+</span>
|
|
128
|
+
)}
|
|
129
|
+
<span className="text-xs font-bold">
|
|
130
|
+
{toolAddModeTitles[mode as ToolAddMode]}
|
|
131
|
+
</span>
|
|
132
|
+
</button>
|
|
133
|
+
))}
|
|
134
|
+
</div>
|
|
135
|
+
);
|
|
136
|
+
|
|
137
|
+
// Check if there are any allowed non-text elements
|
|
138
|
+
const hasAllowedElements = $toolAddModes
|
|
139
|
+
.filter((mode) => !['p', 'h2', 'h3', 'h4'].includes(mode))
|
|
140
|
+
.some((mode) => allowedModes.includes(mode as ToolAddMode));
|
|
141
|
+
|
|
142
|
+
if (!isEmpty) {
|
|
143
|
+
return null;
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
return (
|
|
147
|
+
<div className="my-4">
|
|
148
|
+
{showInsertOptions ? (
|
|
149
|
+
<div className="rounded-lg border-2 border-cyan-600 bg-white p-3 text-gray-800 shadow-lg">
|
|
150
|
+
<div className="mb-3 flex items-center justify-between border-b pb-2">
|
|
151
|
+
<h3 className="text-lg font-bold">Add content</h3>
|
|
152
|
+
<button
|
|
153
|
+
onClick={handleClose}
|
|
154
|
+
className="rounded-full bg-gray-200 p-1 hover:bg-gray-300"
|
|
155
|
+
title="Close"
|
|
156
|
+
>
|
|
157
|
+
<XMarkIcon className="h-5 w-5 text-gray-700" />
|
|
158
|
+
</button>
|
|
159
|
+
</div>
|
|
160
|
+
<TextElementButtons />
|
|
161
|
+
{hasAllowedElements && (
|
|
162
|
+
<>
|
|
163
|
+
<div className="my-2 text-center text-sm text-gray-500">or</div>
|
|
164
|
+
<ElementButtons />
|
|
165
|
+
</>
|
|
166
|
+
)}
|
|
167
|
+
</div>
|
|
168
|
+
) : (
|
|
169
|
+
<button
|
|
170
|
+
onClick={(e) => {
|
|
171
|
+
e.stopPropagation();
|
|
172
|
+
settingsPanelStore.set(null);
|
|
173
|
+
setShowInsertOptions(true);
|
|
174
|
+
}}
|
|
175
|
+
className="group w-full rounded-lg border-2 border-dashed border-cyan-500 bg-cyan-50 p-6 transition-colors hover:bg-cyan-100 dark:border-cyan-600 dark:bg-cyan-900 dark:hover:bg-cyan-800"
|
|
176
|
+
>
|
|
177
|
+
<div className="flex flex-col items-center justify-center space-y-2">
|
|
178
|
+
<div className="rounded-full bg-cyan-100 p-2 group-hover:bg-cyan-200 dark:bg-cyan-800 dark:group-hover:bg-cyan-700">
|
|
179
|
+
<PlusIcon className="h-6 w-6 text-cyan-700 dark:text-cyan-300" />
|
|
180
|
+
</div>
|
|
181
|
+
<div className="font-bold text-cyan-800 dark:text-cyan-300">
|
|
182
|
+
Add content
|
|
183
|
+
</div>
|
|
184
|
+
</div>
|
|
185
|
+
</button>
|
|
186
|
+
)}
|
|
187
|
+
</div>
|
|
188
|
+
);
|
|
189
|
+
});
|
|
@@ -0,0 +1,179 @@
|
|
|
1
|
+
import { useState, useEffect } from 'react';
|
|
2
|
+
import { getCtx } from '@/stores/nodes';
|
|
3
|
+
import { viewportKeyStore } from '@/stores/storykeep';
|
|
4
|
+
import { RenderChildren } from './RenderChildren';
|
|
5
|
+
import { GhostInsertBlock } from './GhostInsertBlock';
|
|
6
|
+
import type { NodeProps } from '@/types/nodeProps';
|
|
7
|
+
import type {
|
|
8
|
+
MarkdownPaneFragmentNode,
|
|
9
|
+
ParentClassesPayload,
|
|
10
|
+
BgImageNode,
|
|
11
|
+
ArtpackImageNode,
|
|
12
|
+
} from '@/types/compositorTypes';
|
|
13
|
+
|
|
14
|
+
export const Markdown = (props: NodeProps) => {
|
|
15
|
+
const id = props.nodeId;
|
|
16
|
+
const toolModeVal = getCtx(props).toolModeValStore.get().value;
|
|
17
|
+
const node = getCtx(props)
|
|
18
|
+
.allNodes.get()
|
|
19
|
+
.get(props.nodeId) as MarkdownPaneFragmentNode;
|
|
20
|
+
const isPreview = getCtx(props).rootNodeId.get() === `tmp`;
|
|
21
|
+
const children = getCtx(props).getChildNodeIDs(props.nodeId);
|
|
22
|
+
const isEmpty = children.length === 0;
|
|
23
|
+
const lastChildId =
|
|
24
|
+
children.length > 0 ? children[children.length - 1] : null;
|
|
25
|
+
|
|
26
|
+
// Track the viewport value in state so we can react to changes
|
|
27
|
+
const [currentViewport, setCurrentViewport] = useState(
|
|
28
|
+
viewportKeyStore.get().value
|
|
29
|
+
);
|
|
30
|
+
|
|
31
|
+
// Subscribe to viewportKeyStore changes
|
|
32
|
+
useEffect(() => {
|
|
33
|
+
const unsubscribeViewport = viewportKeyStore.subscribe((newViewport) => {
|
|
34
|
+
setCurrentViewport(newViewport.value);
|
|
35
|
+
});
|
|
36
|
+
|
|
37
|
+
return () => {
|
|
38
|
+
unsubscribeViewport();
|
|
39
|
+
};
|
|
40
|
+
}, []);
|
|
41
|
+
|
|
42
|
+
// Check for positioned background image
|
|
43
|
+
const allNodes = getCtx(props).allNodes.get();
|
|
44
|
+
const parentPaneId = node.parentId;
|
|
45
|
+
const bgNode = parentPaneId
|
|
46
|
+
? (() => {
|
|
47
|
+
const childNodeIds = getCtx(props).getChildNodeIDs(parentPaneId);
|
|
48
|
+
return childNodeIds
|
|
49
|
+
.map((id) => allNodes.get(id))
|
|
50
|
+
.find(
|
|
51
|
+
(n) =>
|
|
52
|
+
n?.nodeType === 'BgPane' &&
|
|
53
|
+
'type' in n &&
|
|
54
|
+
(n.type === 'background-image' || n.type === 'artpack-image') &&
|
|
55
|
+
'position' in n &&
|
|
56
|
+
(n.position === 'left' || n.position === 'right')
|
|
57
|
+
) as (BgImageNode | ArtpackImageNode) | undefined;
|
|
58
|
+
})()
|
|
59
|
+
: undefined;
|
|
60
|
+
|
|
61
|
+
// Helper function for size styles - NO MODIFIERS needed since React rerenders on viewport change
|
|
62
|
+
function getSizeClasses(
|
|
63
|
+
size: string,
|
|
64
|
+
side: 'image' | 'content',
|
|
65
|
+
viewport: string
|
|
66
|
+
): string {
|
|
67
|
+
// Mobile always gets full width (stacked layout)
|
|
68
|
+
if (viewport === 'mobile') {
|
|
69
|
+
return 'w-full';
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
// Desktop/tablet get fractional widths
|
|
73
|
+
switch (size) {
|
|
74
|
+
case 'narrow':
|
|
75
|
+
return side === 'image' ? 'w-1/3' : 'w-2/3';
|
|
76
|
+
case 'wide':
|
|
77
|
+
return side === 'image' ? 'w-2/3' : 'w-1/3';
|
|
78
|
+
default: // "equal"
|
|
79
|
+
return 'w-1/2';
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
const useFlexLayout =
|
|
84
|
+
bgNode && (bgNode.position === 'left' || bgNode.position === 'right');
|
|
85
|
+
|
|
86
|
+
// Set flex direction based on currentViewport
|
|
87
|
+
const flexDirection =
|
|
88
|
+
currentViewport === 'mobile'
|
|
89
|
+
? 'flex-col'
|
|
90
|
+
: bgNode?.position === 'right'
|
|
91
|
+
? 'flex-row-reverse'
|
|
92
|
+
: 'flex-row';
|
|
93
|
+
|
|
94
|
+
let nodesToRender = (
|
|
95
|
+
<>
|
|
96
|
+
{useFlexLayout ? (
|
|
97
|
+
<div
|
|
98
|
+
className={`flex flex-nowrap items-center justify-center gap-6 md:gap-10 xl:gap-12 ${flexDirection}`}
|
|
99
|
+
>
|
|
100
|
+
{/* Image Side - NO MODIFIERS because React rerenders on viewport change */}
|
|
101
|
+
<div
|
|
102
|
+
className={`relative overflow-hidden ${getSizeClasses(bgNode.size || 'equal', 'image', currentViewport)}`}
|
|
103
|
+
>
|
|
104
|
+
<RenderChildren children={[bgNode.id]} nodeProps={props} />
|
|
105
|
+
</div>
|
|
106
|
+
|
|
107
|
+
{/* Content Side - NO MODIFIERS because React rerenders on viewport change */}
|
|
108
|
+
<div
|
|
109
|
+
className={getSizeClasses(
|
|
110
|
+
bgNode.size || 'equal',
|
|
111
|
+
'content',
|
|
112
|
+
currentViewport
|
|
113
|
+
)}
|
|
114
|
+
>
|
|
115
|
+
<RenderChildren children={children} nodeProps={props} />
|
|
116
|
+
{!isPreview && [`text`, `insert`].includes(toolModeVal) && (
|
|
117
|
+
<GhostInsertBlock
|
|
118
|
+
nodeId={props.nodeId}
|
|
119
|
+
ctx={props.ctx}
|
|
120
|
+
isEmpty={isEmpty}
|
|
121
|
+
lastChildId={lastChildId}
|
|
122
|
+
/>
|
|
123
|
+
)}
|
|
124
|
+
</div>
|
|
125
|
+
</div>
|
|
126
|
+
) : (
|
|
127
|
+
<>
|
|
128
|
+
<RenderChildren children={children} nodeProps={props} />
|
|
129
|
+
{!isPreview && [`text`, `insert`].includes(toolModeVal) && (
|
|
130
|
+
<GhostInsertBlock
|
|
131
|
+
nodeId={props.nodeId}
|
|
132
|
+
ctx={props.ctx}
|
|
133
|
+
isEmpty={isEmpty}
|
|
134
|
+
lastChildId={lastChildId}
|
|
135
|
+
/>
|
|
136
|
+
)}
|
|
137
|
+
</>
|
|
138
|
+
)}
|
|
139
|
+
</>
|
|
140
|
+
);
|
|
141
|
+
|
|
142
|
+
if (
|
|
143
|
+
'parentClasses' in node &&
|
|
144
|
+
(node.parentClasses as ParentClassesPayload)?.length > 0
|
|
145
|
+
) {
|
|
146
|
+
const parentClassesLength = (node.parentClasses as ParentClassesPayload)
|
|
147
|
+
.length;
|
|
148
|
+
for (let i = parentClassesLength; i > 0; --i) {
|
|
149
|
+
nodesToRender = (
|
|
150
|
+
<div
|
|
151
|
+
onClick={(e) => {
|
|
152
|
+
getCtx(props).setClickedParentLayer(i);
|
|
153
|
+
getCtx(props).setClickedNodeId(props.nodeId);
|
|
154
|
+
e.stopPropagation();
|
|
155
|
+
}}
|
|
156
|
+
onDoubleClick={(e) => {
|
|
157
|
+
getCtx(props).setClickedParentLayer(i);
|
|
158
|
+
getCtx(props).setClickedNodeId(props.nodeId, true);
|
|
159
|
+
e.stopPropagation();
|
|
160
|
+
}}
|
|
161
|
+
className={getCtx(props).getNodeClasses(id, currentViewport, i - 1)}
|
|
162
|
+
style={
|
|
163
|
+
i === parentClassesLength
|
|
164
|
+
? { position: 'relative', zIndex: 10 }
|
|
165
|
+
: undefined
|
|
166
|
+
}
|
|
167
|
+
>
|
|
168
|
+
{nodesToRender}
|
|
169
|
+
</div>
|
|
170
|
+
);
|
|
171
|
+
}
|
|
172
|
+
} else {
|
|
173
|
+
nodesToRender = (
|
|
174
|
+
<div style={{ position: 'relative', zIndex: 10 }}>{nodesToRender}</div>
|
|
175
|
+
);
|
|
176
|
+
}
|
|
177
|
+
|
|
178
|
+
return <>{nodesToRender}</>;
|
|
179
|
+
};
|
|
@@ -0,0 +1,277 @@
|
|
|
1
|
+
import { useEffect, useState, memo, type CSSProperties } from 'react';
|
|
2
|
+
import { getCtx } from '@/stores/nodes';
|
|
3
|
+
import { viewportKeyStore } from '@/stores/storykeep';
|
|
4
|
+
import { RenderChildren } from './RenderChildren';
|
|
5
|
+
import FeaturedContentSetup from '@/components/codehooks/FeaturedContentSetup';
|
|
6
|
+
import ListContentSetup from '@/components/codehooks/ListContentSetup';
|
|
7
|
+
import BunnyVideoSetup from '@/components/codehooks/BunnyVideoSetup';
|
|
8
|
+
import type { BgImageNode, ArtpackImageNode } from '@/types/compositorTypes';
|
|
9
|
+
import type { NodeProps } from '@/types/nodeProps';
|
|
10
|
+
|
|
11
|
+
const CodeHookContainer = ({
|
|
12
|
+
payload,
|
|
13
|
+
}: {
|
|
14
|
+
payload: { target: string; params?: Record<string, string> };
|
|
15
|
+
}) => (
|
|
16
|
+
<div className="my-4 w-full bg-gray-50 p-6">
|
|
17
|
+
<div className="mb-4 rounded-lg border-2 border-dashed border-gray-300 bg-slate-50 p-6">
|
|
18
|
+
<h3 className="text-lg text-gray-700">
|
|
19
|
+
Code Hook:{' '}
|
|
20
|
+
<span className="font-action font-bold">
|
|
21
|
+
{payload.target || 'CodeHook not found!'}
|
|
22
|
+
</span>
|
|
23
|
+
</h3>
|
|
24
|
+
</div>
|
|
25
|
+
{payload.params && (
|
|
26
|
+
<div className="space-y-2">
|
|
27
|
+
{Object.entries(payload.params).map(
|
|
28
|
+
([key, value]) =>
|
|
29
|
+
value && (
|
|
30
|
+
<div key={key} className="flex items-start">
|
|
31
|
+
<span className="min-w-24 font-bold text-gray-600">{key}:</span>
|
|
32
|
+
<span className="ml-2 text-gray-800">
|
|
33
|
+
{JSON.stringify(value)}
|
|
34
|
+
</span>
|
|
35
|
+
</div>
|
|
36
|
+
)
|
|
37
|
+
)}
|
|
38
|
+
</div>
|
|
39
|
+
)}
|
|
40
|
+
</div>
|
|
41
|
+
);
|
|
42
|
+
|
|
43
|
+
// Helper function for size classes - NO MODIFIERS needed since React rerenders on viewport change
|
|
44
|
+
function getSizeClasses(
|
|
45
|
+
size: string,
|
|
46
|
+
side: 'image' | 'content',
|
|
47
|
+
viewport: string
|
|
48
|
+
): string {
|
|
49
|
+
// Mobile always gets full width (stacked layout)
|
|
50
|
+
if (viewport === 'mobile') {
|
|
51
|
+
return 'w-full';
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
// Desktop/tablet get fractional widths
|
|
55
|
+
switch (size) {
|
|
56
|
+
case 'narrow':
|
|
57
|
+
return side === 'image' ? 'w-1/3' : 'w-2/3';
|
|
58
|
+
case 'wide':
|
|
59
|
+
return side === 'image' ? 'w-2/3' : 'w-1/3';
|
|
60
|
+
default: // "equal"
|
|
61
|
+
return 'w-1/2';
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
const Pane = memo(
|
|
66
|
+
(props: NodeProps) => {
|
|
67
|
+
// Track the viewport value in state so we can react to changes
|
|
68
|
+
const [currentViewport, setCurrentViewport] = useState(
|
|
69
|
+
viewportKeyStore.get().value
|
|
70
|
+
);
|
|
71
|
+
|
|
72
|
+
// Update component state when viewport changes
|
|
73
|
+
useEffect(() => {
|
|
74
|
+
const unsubscribeViewport = viewportKeyStore.subscribe((newViewport) => {
|
|
75
|
+
setCurrentViewport(newViewport.value);
|
|
76
|
+
});
|
|
77
|
+
|
|
78
|
+
return () => unsubscribeViewport();
|
|
79
|
+
}, []);
|
|
80
|
+
|
|
81
|
+
const wrapperClasses = `grid ${getCtx(props).getNodeClasses(props.nodeId, currentViewport)}`;
|
|
82
|
+
|
|
83
|
+
const contentClasses = 'relative w-full h-auto justify-self-start';
|
|
84
|
+
const contentStyles: CSSProperties = {
|
|
85
|
+
...getCtx(props).getNodeCSSPropertiesStyles(props.nodeId),
|
|
86
|
+
gridArea: '1/1/1/1',
|
|
87
|
+
position: 'relative',
|
|
88
|
+
zIndex: 1,
|
|
89
|
+
};
|
|
90
|
+
const codeHookPayload = getCtx(props).getNodeCodeHookPayload(props.nodeId);
|
|
91
|
+
const codeHookTarget = codeHookPayload?.target;
|
|
92
|
+
const codeHookParams =
|
|
93
|
+
codeHookPayload?.params?.options &&
|
|
94
|
+
typeof codeHookPayload.params.options === 'string'
|
|
95
|
+
? JSON.parse(codeHookPayload.params.options)
|
|
96
|
+
: null;
|
|
97
|
+
|
|
98
|
+
const [children, setChildren] = useState<string[]>([
|
|
99
|
+
...getCtx(props).getChildNodeIDs(props.nodeId),
|
|
100
|
+
]);
|
|
101
|
+
const [renderCount, setRenderCount] = useState(0); // Force rerender with counter
|
|
102
|
+
|
|
103
|
+
// Get background node if it exists
|
|
104
|
+
const allNodes = getCtx(props).allNodes.get();
|
|
105
|
+
const bgNode = children
|
|
106
|
+
.map((id) => allNodes.get(id))
|
|
107
|
+
.find(
|
|
108
|
+
(node) =>
|
|
109
|
+
node?.nodeType === 'BgPane' &&
|
|
110
|
+
'type' in node &&
|
|
111
|
+
(node.type === 'background-image' || node.type === 'artpack-image')
|
|
112
|
+
) as (BgImageNode | ArtpackImageNode) | undefined;
|
|
113
|
+
|
|
114
|
+
// Check if we should use flexbox layout
|
|
115
|
+
const useFlexLayout =
|
|
116
|
+
bgNode &&
|
|
117
|
+
(bgNode.position === 'leftBleed' || bgNode.position === 'rightBleed');
|
|
118
|
+
const deferFlexLayout =
|
|
119
|
+
bgNode && (bgNode.position === 'left' || bgNode.position === 'right');
|
|
120
|
+
|
|
121
|
+
// Set flex direction based on currentViewport
|
|
122
|
+
const flexDirection =
|
|
123
|
+
currentViewport === 'mobile'
|
|
124
|
+
? 'flex-col'
|
|
125
|
+
: bgNode?.position === 'rightBleed'
|
|
126
|
+
? 'flex-row-reverse'
|
|
127
|
+
: 'flex-row';
|
|
128
|
+
|
|
129
|
+
const getPaneId = () => `pane-${props.nodeId}`;
|
|
130
|
+
|
|
131
|
+
const handleNotification = () => {
|
|
132
|
+
const newChildren = [...getCtx(props).getChildNodeIDs(props.nodeId)];
|
|
133
|
+
setChildren(newChildren); // Fresh copy
|
|
134
|
+
setRenderCount((prev) => prev + 1); // Increment to force rerender
|
|
135
|
+
};
|
|
136
|
+
|
|
137
|
+
useEffect(() => {
|
|
138
|
+
const unsubscribe = getCtx(props).notifications.subscribe(
|
|
139
|
+
props.nodeId,
|
|
140
|
+
handleNotification
|
|
141
|
+
);
|
|
142
|
+
return unsubscribe;
|
|
143
|
+
}, [props.nodeId]);
|
|
144
|
+
|
|
145
|
+
return (
|
|
146
|
+
<div id={getPaneId()} className="pane">
|
|
147
|
+
<div
|
|
148
|
+
id={getCtx(props).getNodeSlug(props.nodeId)}
|
|
149
|
+
className={useFlexLayout ? '' : wrapperClasses}
|
|
150
|
+
>
|
|
151
|
+
{codeHookPayload && codeHookTarget === 'featured-content' ? (
|
|
152
|
+
<FeaturedContentSetup
|
|
153
|
+
nodeId={props.nodeId}
|
|
154
|
+
params={codeHookParams}
|
|
155
|
+
/>
|
|
156
|
+
) : codeHookPayload && codeHookTarget === 'list-content' ? (
|
|
157
|
+
<ListContentSetup nodeId={props.nodeId} params={codeHookParams} />
|
|
158
|
+
) : codeHookPayload && codeHookTarget === 'bunny-video' ? (
|
|
159
|
+
<BunnyVideoSetup nodeId={props.nodeId} params={codeHookParams} />
|
|
160
|
+
) : codeHookPayload && codeHookTarget ? (
|
|
161
|
+
<CodeHookContainer
|
|
162
|
+
payload={{ target: codeHookTarget, params: codeHookParams }}
|
|
163
|
+
/>
|
|
164
|
+
) : useFlexLayout ? (
|
|
165
|
+
// Flexbox Layout for left/right positioned images
|
|
166
|
+
<div
|
|
167
|
+
className={`flex flex-nowrap ${flexDirection} ${getCtx(props).getNodeClasses(props.nodeId, currentViewport)}`}
|
|
168
|
+
>
|
|
169
|
+
{/* Image Side */}
|
|
170
|
+
<div
|
|
171
|
+
className={`relative overflow-hidden ${getSizeClasses(bgNode.size || 'equal', 'image', currentViewport)}`}
|
|
172
|
+
>
|
|
173
|
+
<RenderChildren
|
|
174
|
+
children={children.filter((id) => {
|
|
175
|
+
const node = allNodes.get(id);
|
|
176
|
+
return node?.nodeType === 'BgPane';
|
|
177
|
+
})}
|
|
178
|
+
nodeProps={props}
|
|
179
|
+
key={`bg-children-${props.nodeId}-${renderCount}`}
|
|
180
|
+
/>
|
|
181
|
+
</div>
|
|
182
|
+
|
|
183
|
+
{/* Content Side */}
|
|
184
|
+
<div
|
|
185
|
+
className={`${contentClasses} ${getSizeClasses(bgNode.size || 'equal', 'content', currentViewport)}`}
|
|
186
|
+
style={getCtx(props).getNodeCSSPropertiesStyles(props.nodeId)}
|
|
187
|
+
onClick={(e) => {
|
|
188
|
+
getCtx(props).setClickedNodeId(props.nodeId, true);
|
|
189
|
+
e.stopPropagation();
|
|
190
|
+
}}
|
|
191
|
+
>
|
|
192
|
+
<RenderChildren
|
|
193
|
+
children={children.filter((id) => {
|
|
194
|
+
const node = allNodes.get(id);
|
|
195
|
+
return node?.nodeType !== 'BgPane';
|
|
196
|
+
})}
|
|
197
|
+
nodeProps={props}
|
|
198
|
+
key={`content-children-${props.nodeId}-${renderCount}`}
|
|
199
|
+
/>
|
|
200
|
+
</div>
|
|
201
|
+
</div>
|
|
202
|
+
) : deferFlexLayout ? (
|
|
203
|
+
// Current Grid Layout (default)
|
|
204
|
+
<div
|
|
205
|
+
className={contentClasses}
|
|
206
|
+
style={contentStyles}
|
|
207
|
+
onClick={(e) => {
|
|
208
|
+
if (
|
|
209
|
+
!(
|
|
210
|
+
codeHookPayload &&
|
|
211
|
+
typeof codeHookTarget === 'string' &&
|
|
212
|
+
[
|
|
213
|
+
'list-content',
|
|
214
|
+
'featured-content',
|
|
215
|
+
'bunny-video',
|
|
216
|
+
].includes(codeHookTarget)
|
|
217
|
+
)
|
|
218
|
+
)
|
|
219
|
+
getCtx(props).setClickedNodeId(props.nodeId, true);
|
|
220
|
+
e.stopPropagation();
|
|
221
|
+
}}
|
|
222
|
+
>
|
|
223
|
+
<RenderChildren
|
|
224
|
+
children={children.filter((id) => {
|
|
225
|
+
const node = allNodes.get(id);
|
|
226
|
+
return node?.nodeType !== 'BgPane';
|
|
227
|
+
})}
|
|
228
|
+
nodeProps={props}
|
|
229
|
+
key={`content-children-${props.nodeId}-${renderCount}`}
|
|
230
|
+
/>
|
|
231
|
+
</div>
|
|
232
|
+
) : (
|
|
233
|
+
// Current Grid Layout (default)
|
|
234
|
+
<div
|
|
235
|
+
className={contentClasses}
|
|
236
|
+
style={contentStyles}
|
|
237
|
+
onClick={(e) => {
|
|
238
|
+
if (
|
|
239
|
+
!(
|
|
240
|
+
codeHookPayload &&
|
|
241
|
+
typeof codeHookTarget === 'string' &&
|
|
242
|
+
[
|
|
243
|
+
'list-content',
|
|
244
|
+
'featured-content',
|
|
245
|
+
'bunny-video',
|
|
246
|
+
].includes(codeHookTarget)
|
|
247
|
+
)
|
|
248
|
+
)
|
|
249
|
+
getCtx(props).setClickedNodeId(props.nodeId, true);
|
|
250
|
+
e.stopPropagation();
|
|
251
|
+
}}
|
|
252
|
+
>
|
|
253
|
+
<RenderChildren
|
|
254
|
+
children={children}
|
|
255
|
+
nodeProps={props}
|
|
256
|
+
key={`render-children-${props.nodeId}-${renderCount}`}
|
|
257
|
+
/>
|
|
258
|
+
</div>
|
|
259
|
+
)}
|
|
260
|
+
</div>
|
|
261
|
+
</div>
|
|
262
|
+
);
|
|
263
|
+
},
|
|
264
|
+
(prevProps: NodeProps, nextProps: NodeProps) => {
|
|
265
|
+
const isEqual =
|
|
266
|
+
prevProps.nodeId === nextProps.nodeId && prevProps.ctx === nextProps.ctx;
|
|
267
|
+
if (!isEqual) {
|
|
268
|
+
console.log(
|
|
269
|
+
` !! Pane rerender triggered by props change: ${prevProps.nodeId} -> ${nextProps.nodeId}`
|
|
270
|
+
);
|
|
271
|
+
}
|
|
272
|
+
return isEqual;
|
|
273
|
+
}
|
|
274
|
+
);
|
|
275
|
+
|
|
276
|
+
Pane.displayName = 'Pane';
|
|
277
|
+
export { Pane, CodeHookContainer };
|