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,445 @@
|
|
|
1
|
+
import { useState, useEffect, useMemo } from 'react';
|
|
2
|
+
import { Combobox } from '@ark-ui/react';
|
|
3
|
+
import { createListCollection } from '@ark-ui/react/collection';
|
|
4
|
+
import { ChevronUpDownIcon } from '@heroicons/react/20/solid';
|
|
5
|
+
import { fullContentMapStore } from '@/stores/storykeep';
|
|
6
|
+
import { NodesContext, getCtx } from '@/stores/nodes';
|
|
7
|
+
import {
|
|
8
|
+
PaneSnapshotGenerator,
|
|
9
|
+
type SnapshotData,
|
|
10
|
+
} from '@/components/compositor/preview/PaneSnapshotGenerator';
|
|
11
|
+
import { PaneAddMode, type StoryFragmentNode } from '@/types/compositorTypes';
|
|
12
|
+
import type { FullContentMapItem } from '@/types/tractstack';
|
|
13
|
+
|
|
14
|
+
interface AddPaneReUsePanelProps {
|
|
15
|
+
nodeId: string;
|
|
16
|
+
first: boolean;
|
|
17
|
+
setMode: (mode: PaneAddMode) => void;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
interface PreviewItem {
|
|
21
|
+
ctx: NodesContext;
|
|
22
|
+
snapshot?: SnapshotData;
|
|
23
|
+
htmlFragment?: string;
|
|
24
|
+
fragmentError?: string;
|
|
25
|
+
pane: FullContentMapItem;
|
|
26
|
+
index: number;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
const ITEMS_PER_PAGE = 4;
|
|
30
|
+
|
|
31
|
+
const AddPaneReUsePanel = ({
|
|
32
|
+
nodeId,
|
|
33
|
+
first,
|
|
34
|
+
setMode,
|
|
35
|
+
}: AddPaneReUsePanelProps) => {
|
|
36
|
+
const [previews, setPreviews] = useState<PreviewItem[]>([]);
|
|
37
|
+
const [query, setQuery] = useState('');
|
|
38
|
+
const [availablePanes, setAvailablePanes] = useState<FullContentMapItem[]>(
|
|
39
|
+
[]
|
|
40
|
+
);
|
|
41
|
+
const [fragmentsLoaded, setFragmentsLoaded] = useState(false);
|
|
42
|
+
const [currentPage, setCurrentPage] = useState(0);
|
|
43
|
+
const [renderedPages, setRenderedPages] = useState<Set<number>>(new Set([0]));
|
|
44
|
+
|
|
45
|
+
useEffect(() => {
|
|
46
|
+
const ctx = getCtx();
|
|
47
|
+
const storyfragmentId = ctx.getClosestNodeTypeFromId(
|
|
48
|
+
nodeId,
|
|
49
|
+
'StoryFragment'
|
|
50
|
+
);
|
|
51
|
+
const storyfragmentNode = ctx.allNodes
|
|
52
|
+
.get()
|
|
53
|
+
.get(storyfragmentId) as StoryFragmentNode;
|
|
54
|
+
const usedPaneIds = storyfragmentNode?.paneIds || [];
|
|
55
|
+
|
|
56
|
+
const allPanes = fullContentMapStore
|
|
57
|
+
.get()
|
|
58
|
+
.filter((item) => item.type === 'Pane');
|
|
59
|
+
const unusedPanes = allPanes.filter(
|
|
60
|
+
(pane) => !usedPaneIds.includes(pane.id)
|
|
61
|
+
);
|
|
62
|
+
setAvailablePanes(unusedPanes);
|
|
63
|
+
}, [nodeId]);
|
|
64
|
+
|
|
65
|
+
// Create collection for Ark UI Combobox
|
|
66
|
+
const collection = useMemo(() => {
|
|
67
|
+
const filteredPanes =
|
|
68
|
+
query === ''
|
|
69
|
+
? availablePanes
|
|
70
|
+
: availablePanes.filter(
|
|
71
|
+
(pane) =>
|
|
72
|
+
pane.title.toLowerCase().includes(query.toLowerCase()) ||
|
|
73
|
+
pane.slug.toLowerCase().includes(query.toLowerCase())
|
|
74
|
+
);
|
|
75
|
+
|
|
76
|
+
return createListCollection({
|
|
77
|
+
items: filteredPanes,
|
|
78
|
+
itemToValue: (item) => item.id,
|
|
79
|
+
itemToString: (item) => item.title,
|
|
80
|
+
});
|
|
81
|
+
}, [availablePanes, query]);
|
|
82
|
+
|
|
83
|
+
// Create previews from filtered panes
|
|
84
|
+
useEffect(() => {
|
|
85
|
+
const filteredPanes =
|
|
86
|
+
query === ''
|
|
87
|
+
? availablePanes
|
|
88
|
+
: availablePanes.filter(
|
|
89
|
+
(pane) =>
|
|
90
|
+
pane.title.toLowerCase().includes(query.toLowerCase()) ||
|
|
91
|
+
pane.slug.toLowerCase().includes(query.toLowerCase())
|
|
92
|
+
);
|
|
93
|
+
|
|
94
|
+
const newPreviews = filteredPanes.map((pane, index) => ({
|
|
95
|
+
ctx: new NodesContext(),
|
|
96
|
+
pane,
|
|
97
|
+
index,
|
|
98
|
+
htmlFragment: undefined,
|
|
99
|
+
fragmentError: undefined,
|
|
100
|
+
}));
|
|
101
|
+
|
|
102
|
+
setPreviews(newPreviews);
|
|
103
|
+
setCurrentPage(0);
|
|
104
|
+
setRenderedPages(new Set([0]));
|
|
105
|
+
setFragmentsLoaded(false);
|
|
106
|
+
}, [availablePanes, query]);
|
|
107
|
+
|
|
108
|
+
const totalPages = Math.ceil(previews.length / ITEMS_PER_PAGE);
|
|
109
|
+
|
|
110
|
+
const handlePageChange = (newPage: number) => {
|
|
111
|
+
if (newPage >= 0 && newPage < totalPages) {
|
|
112
|
+
setCurrentPage(newPage);
|
|
113
|
+
setRenderedPages((prev) => new Set([...prev, newPage]));
|
|
114
|
+
setFragmentsLoaded(false);
|
|
115
|
+
}
|
|
116
|
+
};
|
|
117
|
+
|
|
118
|
+
const visiblePreviews = useMemo(() => {
|
|
119
|
+
const startIndex = currentPage * ITEMS_PER_PAGE;
|
|
120
|
+
return previews.slice(startIndex, startIndex + ITEMS_PER_PAGE);
|
|
121
|
+
}, [previews, currentPage]);
|
|
122
|
+
|
|
123
|
+
// Fetch fragments for visible panes
|
|
124
|
+
useEffect(() => {
|
|
125
|
+
if (visiblePreviews.length === 0 || fragmentsLoaded) return;
|
|
126
|
+
|
|
127
|
+
const fetchFragments = async () => {
|
|
128
|
+
try {
|
|
129
|
+
const paneIds = visiblePreviews.map((preview) => preview.pane.id);
|
|
130
|
+
|
|
131
|
+
const goBackend =
|
|
132
|
+
import.meta.env.PUBLIC_GO_BACKEND || 'http://localhost:8080';
|
|
133
|
+
const response = await fetch(`${goBackend}/api/v1/fragments/panes`, {
|
|
134
|
+
method: 'POST',
|
|
135
|
+
headers: {
|
|
136
|
+
'Content-Type': 'application/json',
|
|
137
|
+
'X-Tenant-ID': import.meta.env.PUBLIC_TENANTID || 'default',
|
|
138
|
+
},
|
|
139
|
+
body: JSON.stringify({ paneIds }),
|
|
140
|
+
});
|
|
141
|
+
|
|
142
|
+
if (!response.ok) {
|
|
143
|
+
throw new Error(`Fragment API failed: ${response.status}`);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
const data = await response.json();
|
|
147
|
+
|
|
148
|
+
setPreviews((prevPreviews) => {
|
|
149
|
+
const updated = [...prevPreviews];
|
|
150
|
+
visiblePreviews.forEach((visiblePreview) => {
|
|
151
|
+
const globalIndex = prevPreviews.findIndex(
|
|
152
|
+
(p) => p.pane.id === visiblePreview.pane.id
|
|
153
|
+
);
|
|
154
|
+
if (globalIndex !== -1) {
|
|
155
|
+
updated[globalIndex] = {
|
|
156
|
+
...updated[globalIndex],
|
|
157
|
+
htmlFragment: data.fragments?.[visiblePreview.pane.id] || '',
|
|
158
|
+
fragmentError:
|
|
159
|
+
data.errors?.[visiblePreview.pane.id] || undefined,
|
|
160
|
+
};
|
|
161
|
+
}
|
|
162
|
+
});
|
|
163
|
+
return updated;
|
|
164
|
+
});
|
|
165
|
+
|
|
166
|
+
setFragmentsLoaded(true);
|
|
167
|
+
} catch (error) {
|
|
168
|
+
console.error('Failed to fetch fragments:', error);
|
|
169
|
+
setPreviews((prevPreviews) => {
|
|
170
|
+
const updated = [...prevPreviews];
|
|
171
|
+
visiblePreviews.forEach((visiblePreview) => {
|
|
172
|
+
const globalIndex = prevPreviews.findIndex(
|
|
173
|
+
(p) => p.pane.id === visiblePreview.pane.id
|
|
174
|
+
);
|
|
175
|
+
if (globalIndex !== -1) {
|
|
176
|
+
updated[globalIndex] = {
|
|
177
|
+
...updated[globalIndex],
|
|
178
|
+
fragmentError:
|
|
179
|
+
error instanceof Error ? error.message : 'Unknown error',
|
|
180
|
+
};
|
|
181
|
+
}
|
|
182
|
+
});
|
|
183
|
+
return updated;
|
|
184
|
+
});
|
|
185
|
+
setFragmentsLoaded(true);
|
|
186
|
+
}
|
|
187
|
+
};
|
|
188
|
+
|
|
189
|
+
fetchFragments();
|
|
190
|
+
}, [visiblePreviews, fragmentsLoaded]);
|
|
191
|
+
|
|
192
|
+
const handleSnapshotComplete = (id: string, snapshot: SnapshotData) => {
|
|
193
|
+
const paneId = id.replace('reuse-', '');
|
|
194
|
+
setPreviews((prevPreviews) => {
|
|
195
|
+
return prevPreviews.map((preview) =>
|
|
196
|
+
preview.pane.id === paneId ? { ...preview, snapshot } : preview
|
|
197
|
+
);
|
|
198
|
+
});
|
|
199
|
+
};
|
|
200
|
+
|
|
201
|
+
const handlePaneReuse = async (
|
|
202
|
+
selectedPaneId: string,
|
|
203
|
+
nodeId: string,
|
|
204
|
+
first: boolean
|
|
205
|
+
) => {
|
|
206
|
+
if (!selectedPaneId) return;
|
|
207
|
+
|
|
208
|
+
try {
|
|
209
|
+
const goBackend =
|
|
210
|
+
import.meta.env.PUBLIC_GO_BACKEND || 'http://localhost:8080';
|
|
211
|
+
const response = await fetch(
|
|
212
|
+
`${goBackend}/api/v1/nodes/panes/${selectedPaneId}/template`,
|
|
213
|
+
{
|
|
214
|
+
headers: {
|
|
215
|
+
'X-Tenant-ID': import.meta.env.PUBLIC_TENANTID || 'default',
|
|
216
|
+
},
|
|
217
|
+
}
|
|
218
|
+
);
|
|
219
|
+
|
|
220
|
+
if (!response.ok) {
|
|
221
|
+
throw new Error(`Template API failed: ${response.status}`);
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
const templateData = await response.json();
|
|
225
|
+
const ctx = getCtx();
|
|
226
|
+
|
|
227
|
+
// Find storyfragment
|
|
228
|
+
const storyfragmentId = ctx.getClosestNodeTypeFromId(
|
|
229
|
+
nodeId,
|
|
230
|
+
'StoryFragment'
|
|
231
|
+
);
|
|
232
|
+
const storyFragmentNode = ctx.allNodes
|
|
233
|
+
.get()
|
|
234
|
+
.get(storyfragmentId) as StoryFragmentNode;
|
|
235
|
+
|
|
236
|
+
if (
|
|
237
|
+
!storyFragmentNode ||
|
|
238
|
+
storyFragmentNode.nodeType !== 'StoryFragment'
|
|
239
|
+
) {
|
|
240
|
+
throw new Error('No storyfragment found');
|
|
241
|
+
}
|
|
242
|
+
|
|
243
|
+
// Set pane parentId
|
|
244
|
+
templateData.paneNode.parentId = storyfragmentId;
|
|
245
|
+
|
|
246
|
+
let specificIdx = -1;
|
|
247
|
+
let elIdx = -1;
|
|
248
|
+
const location = first ? 'before' : 'after';
|
|
249
|
+
|
|
250
|
+
specificIdx = storyFragmentNode.paneIds.indexOf(nodeId);
|
|
251
|
+
elIdx = specificIdx;
|
|
252
|
+
if (elIdx === -1) {
|
|
253
|
+
storyFragmentNode.paneIds.push(templateData.paneNode.id);
|
|
254
|
+
} else {
|
|
255
|
+
if (location === 'before') {
|
|
256
|
+
storyFragmentNode.paneIds.splice(elIdx, 0, templateData.paneNode.id);
|
|
257
|
+
specificIdx = Math.max(0, specificIdx - 1);
|
|
258
|
+
} else {
|
|
259
|
+
storyFragmentNode.paneIds.splice(
|
|
260
|
+
elIdx + 1,
|
|
261
|
+
0,
|
|
262
|
+
templateData.paneNode.id
|
|
263
|
+
);
|
|
264
|
+
specificIdx = Math.min(
|
|
265
|
+
specificIdx + 1,
|
|
266
|
+
storyFragmentNode.paneIds.length
|
|
267
|
+
);
|
|
268
|
+
}
|
|
269
|
+
}
|
|
270
|
+
storyFragmentNode.isChanged = true;
|
|
271
|
+
|
|
272
|
+
// Add nodes using exact same pattern as addTemplatePane
|
|
273
|
+
ctx.addNode(templateData.paneNode);
|
|
274
|
+
ctx.linkChildToParent(
|
|
275
|
+
templateData.paneNode.id,
|
|
276
|
+
templateData.paneNode.parentId,
|
|
277
|
+
specificIdx
|
|
278
|
+
);
|
|
279
|
+
ctx.addNodes(templateData.childNodes);
|
|
280
|
+
ctx.notifyNode(storyfragmentId);
|
|
281
|
+
|
|
282
|
+
setMode(PaneAddMode.DEFAULT);
|
|
283
|
+
} catch (error) {
|
|
284
|
+
console.error('Error reusing pane:', error);
|
|
285
|
+
}
|
|
286
|
+
};
|
|
287
|
+
|
|
288
|
+
// CSS to properly style the combobox items with hover and selection
|
|
289
|
+
const comboboxItemStyles = `
|
|
290
|
+
.pane-item[data-highlighted] {
|
|
291
|
+
background-color: #0891b2; /* bg-cyan-600 */
|
|
292
|
+
color: white;
|
|
293
|
+
}
|
|
294
|
+
.pane-item[data-highlighted] .pane-indicator {
|
|
295
|
+
color: white;
|
|
296
|
+
}
|
|
297
|
+
.pane-item[data-state="checked"] .pane-indicator {
|
|
298
|
+
display: flex;
|
|
299
|
+
}
|
|
300
|
+
.pane-item .pane-indicator {
|
|
301
|
+
display: none;
|
|
302
|
+
}
|
|
303
|
+
.pane-item[data-state="checked"] {
|
|
304
|
+
font-weight: bold;
|
|
305
|
+
}
|
|
306
|
+
`;
|
|
307
|
+
|
|
308
|
+
return (
|
|
309
|
+
<div className="p-0.5 shadow-inner">
|
|
310
|
+
<style>{comboboxItemStyles}</style>
|
|
311
|
+
<div className="w-full rounded-md bg-white p-1.5">
|
|
312
|
+
<div className="flex flex-wrap items-center gap-2">
|
|
313
|
+
<div className="flex min-w-[200px] flex-wrap items-center gap-2">
|
|
314
|
+
<button
|
|
315
|
+
onClick={() => setMode(PaneAddMode.DEFAULT)}
|
|
316
|
+
className="w-fit flex-none rounded bg-gray-100 px-3 py-1 text-sm text-gray-700 transition-colors hover:bg-gray-200 focus:bg-gray-200"
|
|
317
|
+
>
|
|
318
|
+
← Go Back
|
|
319
|
+
</button>
|
|
320
|
+
|
|
321
|
+
<div className="font-action flex-none rounded px-2 py-2.5 text-sm font-bold text-cyan-700 shadow-sm">
|
|
322
|
+
Re-use Existing Pane
|
|
323
|
+
</div>
|
|
324
|
+
</div>
|
|
325
|
+
|
|
326
|
+
<div className="min-w-[300px] flex-1">
|
|
327
|
+
<Combobox.Root
|
|
328
|
+
collection={collection}
|
|
329
|
+
value={[]}
|
|
330
|
+
onValueChange={() => {}}
|
|
331
|
+
onInputValueChange={(details) => setQuery(details.inputValue)}
|
|
332
|
+
>
|
|
333
|
+
<div className="relative">
|
|
334
|
+
<Combobox.Control className="relative w-full">
|
|
335
|
+
<Combobox.Input
|
|
336
|
+
placeholder="Type to filter panes..."
|
|
337
|
+
className="w-full rounded-md border border-gray-300 bg-white py-2 pl-3 pr-10 shadow-sm focus:border-cyan-500 focus:outline-none focus:ring-1 focus:ring-cyan-500"
|
|
338
|
+
/>
|
|
339
|
+
<Combobox.Trigger className="absolute inset-y-0 right-0 flex items-center pr-2">
|
|
340
|
+
<ChevronUpDownIcon
|
|
341
|
+
className="h-5 w-5 text-gray-400"
|
|
342
|
+
aria-hidden="true"
|
|
343
|
+
/>
|
|
344
|
+
</Combobox.Trigger>
|
|
345
|
+
</Combobox.Control>
|
|
346
|
+
</div>
|
|
347
|
+
</Combobox.Root>
|
|
348
|
+
</div>
|
|
349
|
+
</div>
|
|
350
|
+
</div>
|
|
351
|
+
|
|
352
|
+
<h3 className="font-action px-3.5 pb-1.5 pt-4 text-xl font-bold text-black">
|
|
353
|
+
Click on a pane to reuse:
|
|
354
|
+
</h3>
|
|
355
|
+
|
|
356
|
+
<div className="grid grid-cols-2 gap-6 p-2 xl:grid-cols-3">
|
|
357
|
+
{visiblePreviews.map((preview) => (
|
|
358
|
+
<div key={preview.pane.id} className="flex flex-col items-center">
|
|
359
|
+
<div
|
|
360
|
+
onClick={() => handlePaneReuse(preview.pane.id, nodeId, first)}
|
|
361
|
+
className="hover:outline-solid bg-mywhite group relative w-full cursor-pointer rounded-sm shadow-inner transition-all duration-200 hover:outline hover:outline-4"
|
|
362
|
+
style={{
|
|
363
|
+
...(!preview.snapshot ? { minHeight: '75px' } : {}),
|
|
364
|
+
}}
|
|
365
|
+
>
|
|
366
|
+
{renderedPages.has(currentPage) && !fragmentsLoaded && (
|
|
367
|
+
<div className="flex h-24 items-center justify-center">
|
|
368
|
+
<div className="text-gray-500">Loading...</div>
|
|
369
|
+
</div>
|
|
370
|
+
)}
|
|
371
|
+
|
|
372
|
+
{fragmentsLoaded && preview.fragmentError && (
|
|
373
|
+
<div className="flex h-24 items-center justify-center">
|
|
374
|
+
<div className="text-red-500">Preview error</div>
|
|
375
|
+
</div>
|
|
376
|
+
)}
|
|
377
|
+
|
|
378
|
+
{fragmentsLoaded &&
|
|
379
|
+
preview.htmlFragment &&
|
|
380
|
+
!preview.snapshot &&
|
|
381
|
+
!preview.fragmentError && (
|
|
382
|
+
<PaneSnapshotGenerator
|
|
383
|
+
id={`reuse-${preview.pane.id}`}
|
|
384
|
+
htmlString={preview.htmlFragment}
|
|
385
|
+
onComplete={handleSnapshotComplete}
|
|
386
|
+
onError={(id, error) =>
|
|
387
|
+
console.error(`Snapshot error for ${id}:`, error)
|
|
388
|
+
}
|
|
389
|
+
outputWidth={400}
|
|
390
|
+
/>
|
|
391
|
+
)}
|
|
392
|
+
|
|
393
|
+
{preview.snapshot && (
|
|
394
|
+
<div className="mb-4 p-3.5">
|
|
395
|
+
<img
|
|
396
|
+
src={preview.snapshot.imageData}
|
|
397
|
+
alt={`Preview of ${preview.pane.title}`}
|
|
398
|
+
className="w-full"
|
|
399
|
+
/>
|
|
400
|
+
</div>
|
|
401
|
+
)}
|
|
402
|
+
</div>
|
|
403
|
+
<p className="bg-mydarkgrey mt-2 w-full break-words p-2 text-center text-sm text-white">
|
|
404
|
+
{preview.pane.title}
|
|
405
|
+
</p>
|
|
406
|
+
</div>
|
|
407
|
+
))}
|
|
408
|
+
</div>
|
|
409
|
+
|
|
410
|
+
<div className="mb-2 mt-4 flex items-center justify-center gap-2">
|
|
411
|
+
<button
|
|
412
|
+
onClick={() => handlePageChange(currentPage - 1)}
|
|
413
|
+
disabled={currentPage === 0}
|
|
414
|
+
className="rounded bg-gray-100 px-3 py-1 text-sm text-gray-700 transition-colors hover:bg-gray-200 focus:bg-gray-200 disabled:cursor-not-allowed disabled:opacity-50"
|
|
415
|
+
>
|
|
416
|
+
Previous
|
|
417
|
+
</button>
|
|
418
|
+
<div className="flex gap-1">
|
|
419
|
+
{[...Array(totalPages)].map((_, index) => (
|
|
420
|
+
<button
|
|
421
|
+
key={index}
|
|
422
|
+
onClick={() => handlePageChange(index)}
|
|
423
|
+
className={`rounded px-3 py-1 text-sm transition-colors ${
|
|
424
|
+
currentPage === index
|
|
425
|
+
? 'bg-cyan-700 text-white'
|
|
426
|
+
: 'bg-gray-100 text-gray-700 hover:bg-gray-200'
|
|
427
|
+
}`}
|
|
428
|
+
>
|
|
429
|
+
{index + 1}
|
|
430
|
+
</button>
|
|
431
|
+
))}
|
|
432
|
+
</div>
|
|
433
|
+
<button
|
|
434
|
+
onClick={() => handlePageChange(currentPage + 1)}
|
|
435
|
+
disabled={currentPage === totalPages - 1}
|
|
436
|
+
className="rounded bg-gray-100 px-3 py-1 text-sm text-gray-700 transition-colors hover:bg-gray-200 focus:bg-gray-200 disabled:cursor-not-allowed disabled:opacity-50"
|
|
437
|
+
>
|
|
438
|
+
Next
|
|
439
|
+
</button>
|
|
440
|
+
</div>
|
|
441
|
+
</div>
|
|
442
|
+
);
|
|
443
|
+
};
|
|
444
|
+
|
|
445
|
+
export default AddPaneReUsePanel;
|
|
@@ -0,0 +1,245 @@
|
|
|
1
|
+
import { useState, useEffect, type SetStateAction, type Dispatch } from 'react';
|
|
2
|
+
import { useStore } from '@nanostores/react';
|
|
3
|
+
import CheckIcon from '@heroicons/react/24/outline/CheckIcon';
|
|
4
|
+
import XMarkIcon from '@heroicons/react/24/outline/XMarkIcon';
|
|
5
|
+
import ArrowDownIcon from '@heroicons/react/24/outline/ArrowDownIcon';
|
|
6
|
+
import ArrowUpIcon from '@heroicons/react/24/outline/ArrowUpIcon';
|
|
7
|
+
import PaintBrushIcon from '@heroicons/react/24/outline/PaintBrushIcon';
|
|
8
|
+
import {
|
|
9
|
+
isContextPaneNode,
|
|
10
|
+
hasBeliefPayload,
|
|
11
|
+
} from '@/utils/compositor/typeGuards';
|
|
12
|
+
import { settingsPanelStore, viewportKeyStore } from '@/stores/storykeep';
|
|
13
|
+
import { getCtx } from '@/stores/nodes';
|
|
14
|
+
import PaneTitlePanel from './PanePanel_title';
|
|
15
|
+
import PaneSlugPanel from './PanePanel_slug';
|
|
16
|
+
import PaneMagicPathPanel from './PanePanel_path';
|
|
17
|
+
import PaneImpressionPanel from './PanePanel_impression';
|
|
18
|
+
import { PaneConfigMode, type PaneNode } from '@/types/compositorTypes';
|
|
19
|
+
|
|
20
|
+
interface ConfigPanePanelProps {
|
|
21
|
+
nodeId: string;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
const ConfigPanePanel = ({ nodeId }: ConfigPanePanelProps) => {
|
|
25
|
+
const ctx = getCtx();
|
|
26
|
+
const isTemplate = useStore(ctx.isTemplate);
|
|
27
|
+
const bgColorStyles = ctx.getNodeCSSPropertiesStyles(nodeId);
|
|
28
|
+
const activePaneMode = useStore(ctx.activePaneMode);
|
|
29
|
+
const toolMode = useStore(ctx.toolModeValStore);
|
|
30
|
+
const reorderMode = toolMode.value === `move`;
|
|
31
|
+
const isActiveMode =
|
|
32
|
+
activePaneMode.panel === 'settings' && activePaneMode.paneId === nodeId;
|
|
33
|
+
|
|
34
|
+
const $viewportKey = useStore(viewportKeyStore);
|
|
35
|
+
const isMobile = $viewportKey.value === `mobile`;
|
|
36
|
+
|
|
37
|
+
const allNodes = ctx.allNodes.get();
|
|
38
|
+
const paneNode = allNodes.get(nodeId) as PaneNode;
|
|
39
|
+
if (!paneNode) return null;
|
|
40
|
+
|
|
41
|
+
const codeHookPayload = ctx.getNodeCodeHookPayload(nodeId);
|
|
42
|
+
const isCodeHook = !!codeHookPayload;
|
|
43
|
+
|
|
44
|
+
const impressionNodes = ctx.getImpressionNodesForPanes([nodeId]);
|
|
45
|
+
const isContextPane = isContextPaneNode(paneNode);
|
|
46
|
+
const buttonClass =
|
|
47
|
+
'px-2 py-1 bg-white text-cyan-700 text-sm rounded hover:bg-cyan-700 hover:text-white focus:bg-cyan-700 focus:text-white shadow-sm transition-colors whitespace-nowrap mb-1';
|
|
48
|
+
|
|
49
|
+
const [mode, setMode] = useState<PaneConfigMode>(
|
|
50
|
+
isActiveMode && activePaneMode.mode
|
|
51
|
+
? (activePaneMode.mode as PaneConfigMode)
|
|
52
|
+
: PaneConfigMode.DEFAULT
|
|
53
|
+
);
|
|
54
|
+
|
|
55
|
+
useEffect(() => {
|
|
56
|
+
if (isActiveMode && activePaneMode.mode) {
|
|
57
|
+
setMode(activePaneMode.mode as PaneConfigMode);
|
|
58
|
+
} else {
|
|
59
|
+
setMode(PaneConfigMode.DEFAULT);
|
|
60
|
+
}
|
|
61
|
+
}, [isActiveMode, activePaneMode.mode]);
|
|
62
|
+
|
|
63
|
+
const setSaveMode: Dispatch<SetStateAction<PaneConfigMode>> = (newMode) => {
|
|
64
|
+
const resolvedMode =
|
|
65
|
+
typeof newMode === 'function' ? newMode(mode) : newMode;
|
|
66
|
+
setMode(resolvedMode);
|
|
67
|
+
ctx.setPanelMode(nodeId, 'settings', resolvedMode);
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
const handleCodeHookConfig = () => {
|
|
71
|
+
settingsPanelStore.set({
|
|
72
|
+
action: 'setup-codehook',
|
|
73
|
+
nodeId: nodeId,
|
|
74
|
+
expanded: true,
|
|
75
|
+
});
|
|
76
|
+
};
|
|
77
|
+
|
|
78
|
+
const handleEditStyles = () => {
|
|
79
|
+
ctx.closeAllPanels();
|
|
80
|
+
ctx.toolModeValStore.set({ value: 'styles' });
|
|
81
|
+
if (paneNode.isDecorative) {
|
|
82
|
+
const childNodeIds = ctx.getChildNodeIDs(nodeId);
|
|
83
|
+
const bgPaneId = childNodeIds.find((id) => {
|
|
84
|
+
const node = ctx.allNodes.get().get(id);
|
|
85
|
+
return node && node.nodeType === 'BgPane';
|
|
86
|
+
});
|
|
87
|
+
|
|
88
|
+
if (bgPaneId) {
|
|
89
|
+
settingsPanelStore.set({
|
|
90
|
+
action: 'style-break',
|
|
91
|
+
nodeId: bgPaneId,
|
|
92
|
+
expanded: true,
|
|
93
|
+
});
|
|
94
|
+
}
|
|
95
|
+
} else {
|
|
96
|
+
settingsPanelStore.set({
|
|
97
|
+
action: 'style-parent',
|
|
98
|
+
nodeId: nodeId,
|
|
99
|
+
expanded: true,
|
|
100
|
+
});
|
|
101
|
+
}
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
if (mode === PaneConfigMode.TITLE) {
|
|
105
|
+
return <PaneTitlePanel nodeId={nodeId} setMode={setSaveMode} />;
|
|
106
|
+
} else if (mode === PaneConfigMode.SLUG) {
|
|
107
|
+
return <PaneSlugPanel nodeId={nodeId} setMode={setSaveMode} />;
|
|
108
|
+
} else if (mode === PaneConfigMode.PATH) {
|
|
109
|
+
return <PaneMagicPathPanel nodeId={nodeId} setMode={setSaveMode} />;
|
|
110
|
+
} else if (mode === PaneConfigMode.IMPRESSION) {
|
|
111
|
+
return <PaneImpressionPanel nodeId={nodeId} setMode={setSaveMode} />;
|
|
112
|
+
}
|
|
113
|
+
|
|
114
|
+
return (
|
|
115
|
+
<div
|
|
116
|
+
className="border-mylightgrey bg-myoffwhite border-t border-dotted"
|
|
117
|
+
style={bgColorStyles}
|
|
118
|
+
>
|
|
119
|
+
<div className="group w-full rounded-t-md px-1.5 pb-0.5 pt-1.5">
|
|
120
|
+
<div className="flex flex-wrap gap-2">
|
|
121
|
+
<div className={`flex flex-wrap gap-2 transition-opacity`}>
|
|
122
|
+
{paneNode.isDecorative ? (
|
|
123
|
+
<>
|
|
124
|
+
<button className={buttonClass}>
|
|
125
|
+
<CheckIcon className="inline h-4 w-4" />
|
|
126
|
+
{` `}
|
|
127
|
+
<strong>Decorative Pane</strong>
|
|
128
|
+
</button>
|
|
129
|
+
<button onClick={handleEditStyles} className={buttonClass}>
|
|
130
|
+
<PaintBrushIcon className="inline h-4 w-4" />
|
|
131
|
+
{` `}
|
|
132
|
+
<span>Edit Visual Break</span>
|
|
133
|
+
</button>
|
|
134
|
+
</>
|
|
135
|
+
) : (
|
|
136
|
+
<>
|
|
137
|
+
{!isTemplate && (
|
|
138
|
+
<>
|
|
139
|
+
<button
|
|
140
|
+
onClick={() => setSaveMode(PaneConfigMode.TITLE)}
|
|
141
|
+
className={buttonClass}
|
|
142
|
+
>
|
|
143
|
+
Pane Title
|
|
144
|
+
{!isMobile && (
|
|
145
|
+
<>
|
|
146
|
+
: <strong>{paneNode.title}</strong>
|
|
147
|
+
</>
|
|
148
|
+
)}
|
|
149
|
+
</button>
|
|
150
|
+
<button
|
|
151
|
+
onClick={() => setSaveMode(PaneConfigMode.SLUG)}
|
|
152
|
+
className={buttonClass}
|
|
153
|
+
>
|
|
154
|
+
Slug
|
|
155
|
+
{!isMobile && (
|
|
156
|
+
<>
|
|
157
|
+
: <strong>{paneNode.slug}</strong>
|
|
158
|
+
</>
|
|
159
|
+
)}
|
|
160
|
+
</button>
|
|
161
|
+
<button
|
|
162
|
+
onClick={() => setSaveMode(PaneConfigMode.IMPRESSION)}
|
|
163
|
+
className={buttonClass}
|
|
164
|
+
>
|
|
165
|
+
{impressionNodes.length ? (
|
|
166
|
+
<>
|
|
167
|
+
<CheckIcon className="inline h-4 w-4" />
|
|
168
|
+
{` `}
|
|
169
|
+
<span className="font-bold">Has Impression</span>
|
|
170
|
+
</>
|
|
171
|
+
) : (
|
|
172
|
+
<>
|
|
173
|
+
<XMarkIcon className="inline h-4 w-4" />
|
|
174
|
+
{` `}
|
|
175
|
+
<span>No Impression</span>
|
|
176
|
+
</>
|
|
177
|
+
)}
|
|
178
|
+
</button>
|
|
179
|
+
</>
|
|
180
|
+
)}
|
|
181
|
+
{isCodeHook && (
|
|
182
|
+
<button
|
|
183
|
+
onClick={handleCodeHookConfig}
|
|
184
|
+
className={buttonClass}
|
|
185
|
+
>
|
|
186
|
+
Configure Code Hook
|
|
187
|
+
</button>
|
|
188
|
+
)}
|
|
189
|
+
{!isCodeHook && (
|
|
190
|
+
<button onClick={handleEditStyles} className={buttonClass}>
|
|
191
|
+
<PaintBrushIcon className="inline h-4 w-4" />
|
|
192
|
+
{` `}
|
|
193
|
+
<span>Style this Pane</span>
|
|
194
|
+
</button>
|
|
195
|
+
)}
|
|
196
|
+
</>
|
|
197
|
+
)}
|
|
198
|
+
{!isContextPane && !isTemplate && (
|
|
199
|
+
<button
|
|
200
|
+
onClick={() => setSaveMode(PaneConfigMode.PATH)}
|
|
201
|
+
className={buttonClass}
|
|
202
|
+
>
|
|
203
|
+
{hasBeliefPayload(paneNode) ? (
|
|
204
|
+
<>
|
|
205
|
+
<CheckIcon className="inline h-4 w-4" />
|
|
206
|
+
{` `}
|
|
207
|
+
<span className="font-bold">Has Magic Path</span>
|
|
208
|
+
</>
|
|
209
|
+
) : (
|
|
210
|
+
<>
|
|
211
|
+
<XMarkIcon className="inline h-4 w-4" />
|
|
212
|
+
{` `}
|
|
213
|
+
<span>No Magic Path</span>
|
|
214
|
+
</>
|
|
215
|
+
)}
|
|
216
|
+
</button>
|
|
217
|
+
)}
|
|
218
|
+
{reorderMode && (
|
|
219
|
+
<div className="space-x-2">
|
|
220
|
+
<button
|
|
221
|
+
title="Move pane up"
|
|
222
|
+
onClick={() => getCtx().moveNode(nodeId, 'after')}
|
|
223
|
+
>
|
|
224
|
+
<div className="inline-flex items-center rounded-b-md bg-gray-200 px-2 py-1 text-sm text-gray-800">
|
|
225
|
+
<ArrowDownIcon className="mr-1 h-4 w-4" />
|
|
226
|
+
</div>
|
|
227
|
+
</button>
|
|
228
|
+
<button
|
|
229
|
+
title="Move pane down"
|
|
230
|
+
onClick={() => getCtx().moveNode(nodeId, 'before')}
|
|
231
|
+
>
|
|
232
|
+
<div className="inline-flex items-center rounded-b-md bg-gray-200 px-2 py-1 text-sm text-gray-800">
|
|
233
|
+
<ArrowUpIcon className="mr-1 h-4 w-4" />
|
|
234
|
+
</div>
|
|
235
|
+
</button>
|
|
236
|
+
</div>
|
|
237
|
+
)}
|
|
238
|
+
</div>
|
|
239
|
+
</div>
|
|
240
|
+
</div>
|
|
241
|
+
</div>
|
|
242
|
+
);
|
|
243
|
+
};
|
|
244
|
+
|
|
245
|
+
export default ConfigPanePanel;
|