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,136 @@
|
|
|
1
|
+
import { useState } from 'react';
|
|
2
|
+
import { useStore } from '@nanostores/react';
|
|
3
|
+
import { settingsPanelStore } from '@/stores/storykeep';
|
|
4
|
+
import AddPaneNewPanel from './AddPanePanel_new';
|
|
5
|
+
import AddPaneBreakPanel from './AddPanePanel_break';
|
|
6
|
+
import AddPaneReUsePanel from './AddPanePanel_reuse';
|
|
7
|
+
import AddPaneCodeHookPanel from './AddPanePanel_codehook';
|
|
8
|
+
import { NodesContext, ROOT_NODE_NAME, getCtx } from '@/stores/nodes'; // Import getCtx
|
|
9
|
+
import { PaneAddMode } from '@/types/compositorTypes';
|
|
10
|
+
|
|
11
|
+
interface AddPanePanelProps {
|
|
12
|
+
nodeId: string;
|
|
13
|
+
first?: boolean;
|
|
14
|
+
ctx?: NodesContext;
|
|
15
|
+
isStoryFragment?: boolean;
|
|
16
|
+
isContextPane?: boolean;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
const AddPanePanel = ({
|
|
20
|
+
nodeId,
|
|
21
|
+
first = false,
|
|
22
|
+
ctx,
|
|
23
|
+
isStoryFragment = false,
|
|
24
|
+
isContextPane = false,
|
|
25
|
+
}: AddPanePanelProps) => {
|
|
26
|
+
const [reset, setReset] = useState(false);
|
|
27
|
+
const lookup = first ? `${nodeId}-0` : nodeId;
|
|
28
|
+
|
|
29
|
+
// Always get a valid context, either from props or the global getter
|
|
30
|
+
const nodesCtx = ctx || getCtx();
|
|
31
|
+
|
|
32
|
+
// Use the guaranteed context to subscribe to stores
|
|
33
|
+
const activePaneMode = useStore(nodesCtx.activePaneMode);
|
|
34
|
+
const hasPanes = useStore(nodesCtx.hasPanes);
|
|
35
|
+
const isTemplate = useStore(nodesCtx.isTemplate);
|
|
36
|
+
|
|
37
|
+
const isActive =
|
|
38
|
+
activePaneMode?.panel === 'add' && activePaneMode?.paneId === lookup;
|
|
39
|
+
|
|
40
|
+
const mode =
|
|
41
|
+
isActive && activePaneMode?.mode
|
|
42
|
+
? (activePaneMode?.mode as PaneAddMode)
|
|
43
|
+
: !hasPanes && first && !reset
|
|
44
|
+
? PaneAddMode.NEW
|
|
45
|
+
: PaneAddMode.DEFAULT;
|
|
46
|
+
|
|
47
|
+
const setMode = (newMode: PaneAddMode, reset?: boolean) => {
|
|
48
|
+
setReset(true);
|
|
49
|
+
nodesCtx.setPanelMode(lookup, 'add', newMode); // No longer needs optional chaining
|
|
50
|
+
if (reset) nodesCtx.notifyNode(ROOT_NODE_NAME);
|
|
51
|
+
settingsPanelStore.set(null);
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
// Always render a stable container div for the intersection observer
|
|
55
|
+
return (
|
|
56
|
+
<div className="add-pane-panel-wrapper border-mydarkgrey border-b-2 border-t-2 border-dotted">
|
|
57
|
+
{mode === PaneAddMode.NEW || (!hasPanes && first && !reset) ? (
|
|
58
|
+
<AddPaneNewPanel
|
|
59
|
+
nodeId={nodeId}
|
|
60
|
+
first={first}
|
|
61
|
+
setMode={setMode}
|
|
62
|
+
ctx={nodesCtx}
|
|
63
|
+
isStoryFragment={isStoryFragment}
|
|
64
|
+
isContextPane={isContextPane}
|
|
65
|
+
/>
|
|
66
|
+
) : mode === PaneAddMode.BREAK && !isContextPane ? (
|
|
67
|
+
<AddPaneBreakPanel
|
|
68
|
+
nodeId={nodeId}
|
|
69
|
+
first={first}
|
|
70
|
+
setMode={setMode}
|
|
71
|
+
ctx={nodesCtx}
|
|
72
|
+
isStoryFragment={isStoryFragment}
|
|
73
|
+
/>
|
|
74
|
+
) : mode === PaneAddMode.REUSE && !isContextPane ? (
|
|
75
|
+
<AddPaneReUsePanel
|
|
76
|
+
nodeId={nodeId}
|
|
77
|
+
first={first}
|
|
78
|
+
setMode={setMode}
|
|
79
|
+
//ctx={nodesCtx}
|
|
80
|
+
/>
|
|
81
|
+
) : mode === PaneAddMode.CODEHOOK ? (
|
|
82
|
+
<AddPaneCodeHookPanel
|
|
83
|
+
nodeId={nodeId}
|
|
84
|
+
first={first}
|
|
85
|
+
setMode={setMode}
|
|
86
|
+
isStoryFragment={isStoryFragment}
|
|
87
|
+
isContextPane={isContextPane}
|
|
88
|
+
/>
|
|
89
|
+
) : (
|
|
90
|
+
<div className="border-mylightgrey border-t border-dotted">
|
|
91
|
+
<div className="group flex w-full gap-1 px-1.5 pb-0.5 pt-1.5">
|
|
92
|
+
<div className="rounded-md bg-gray-200 px-2 py-1 text-sm text-gray-800">
|
|
93
|
+
Insert Pane Here
|
|
94
|
+
</div>
|
|
95
|
+
<div className={`flex gap-1 transition-opacity`}>
|
|
96
|
+
<button
|
|
97
|
+
onClick={() => setMode(PaneAddMode.NEW)}
|
|
98
|
+
className="rounded bg-white px-2 py-1 text-sm text-cyan-700 shadow-sm transition-colors hover:bg-cyan-700 hover:text-white focus:bg-cyan-700 focus:text-white"
|
|
99
|
+
>
|
|
100
|
+
+ Design New
|
|
101
|
+
</button>
|
|
102
|
+
{!isContextPane && (
|
|
103
|
+
<>
|
|
104
|
+
<button
|
|
105
|
+
onClick={() => setMode(PaneAddMode.BREAK)}
|
|
106
|
+
className="rounded bg-white px-2 py-1 text-sm text-cyan-700 shadow-sm transition-colors hover:bg-cyan-700 hover:text-white focus:bg-cyan-700 focus:text-white"
|
|
107
|
+
>
|
|
108
|
+
+ Visual Break
|
|
109
|
+
</button>
|
|
110
|
+
{!isTemplate && (
|
|
111
|
+
<button
|
|
112
|
+
onClick={() => setMode(PaneAddMode.REUSE)}
|
|
113
|
+
className="rounded bg-white px-2 py-1 text-sm text-cyan-700 shadow-sm transition-colors hover:bg-cyan-700 hover:text-white focus:bg-cyan-700 focus:text-white"
|
|
114
|
+
>
|
|
115
|
+
+ Re-use existing pane
|
|
116
|
+
</button>
|
|
117
|
+
)}
|
|
118
|
+
</>
|
|
119
|
+
)}
|
|
120
|
+
{!isTemplate && (
|
|
121
|
+
<button
|
|
122
|
+
onClick={() => setMode(PaneAddMode.CODEHOOK)}
|
|
123
|
+
className="rounded bg-white px-2 py-1 text-sm text-cyan-700 shadow-sm transition-colors hover:bg-cyan-700 hover:text-white focus:bg-cyan-700 focus:text-white"
|
|
124
|
+
>
|
|
125
|
+
+ Custom Code Hook
|
|
126
|
+
</button>
|
|
127
|
+
)}
|
|
128
|
+
</div>
|
|
129
|
+
</div>
|
|
130
|
+
</div>
|
|
131
|
+
)}
|
|
132
|
+
</div>
|
|
133
|
+
);
|
|
134
|
+
};
|
|
135
|
+
|
|
136
|
+
export default AddPanePanel;
|
|
@@ -0,0 +1,470 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
2
|
+
import { useEffect, useState, useMemo } from 'react';
|
|
3
|
+
import { Combobox } from '@ark-ui/react';
|
|
4
|
+
import { createListCollection } from '@ark-ui/react/collection';
|
|
5
|
+
import { ChevronUpDownIcon, CheckIcon } from '@heroicons/react/20/solid';
|
|
6
|
+
import { NodesContext } from '@/stores/nodes';
|
|
7
|
+
import {
|
|
8
|
+
PanesPreviewGenerator,
|
|
9
|
+
type PanePreviewRequest,
|
|
10
|
+
type PaneFragmentResult,
|
|
11
|
+
} from '@/components/compositor/preview/PanesPreviewGenerator';
|
|
12
|
+
import {
|
|
13
|
+
PaneSnapshotGenerator,
|
|
14
|
+
type SnapshotData,
|
|
15
|
+
} from '@/components/compositor/preview/PaneSnapshotGenerator';
|
|
16
|
+
import { createEmptyStorykeep } from '@/utils/compositor/nodesHelper';
|
|
17
|
+
import { getTemplateVisualBreakPane } from '@/utils/compositor/TemplatePanes';
|
|
18
|
+
import {
|
|
19
|
+
PaneAddMode,
|
|
20
|
+
type PaneNode,
|
|
21
|
+
type StoryFragmentNode,
|
|
22
|
+
type TemplatePane,
|
|
23
|
+
} from '@/types/compositorTypes';
|
|
24
|
+
|
|
25
|
+
interface AddPaneBreakPanelProps {
|
|
26
|
+
nodeId: string;
|
|
27
|
+
first: boolean;
|
|
28
|
+
setMode: (mode: PaneAddMode) => void;
|
|
29
|
+
ctx?: NodesContext;
|
|
30
|
+
isStoryFragment?: boolean;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
interface PreviewPane {
|
|
34
|
+
ctx: NodesContext;
|
|
35
|
+
snapshot?: SnapshotData;
|
|
36
|
+
template: any;
|
|
37
|
+
index: number;
|
|
38
|
+
variant: string;
|
|
39
|
+
htmlFragment?: string;
|
|
40
|
+
fragmentError?: string;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
const ITEMS_PER_PAGE = 8;
|
|
44
|
+
const VARIANTS = [
|
|
45
|
+
'crooked',
|
|
46
|
+
'crookedwide',
|
|
47
|
+
'stepped',
|
|
48
|
+
'steppedwide',
|
|
49
|
+
'cut1',
|
|
50
|
+
'cutwide1',
|
|
51
|
+
'cut2',
|
|
52
|
+
'cutwide2',
|
|
53
|
+
'lowcut1',
|
|
54
|
+
'lowcutwide1',
|
|
55
|
+
'lowcut2',
|
|
56
|
+
'lowcutwide2',
|
|
57
|
+
'jag',
|
|
58
|
+
'jagwide',
|
|
59
|
+
'burst1',
|
|
60
|
+
'burstwide1',
|
|
61
|
+
'burst2',
|
|
62
|
+
'burstwide2',
|
|
63
|
+
] as const;
|
|
64
|
+
|
|
65
|
+
const templateCategory = {
|
|
66
|
+
id: 'basic',
|
|
67
|
+
title: 'Basic Templates',
|
|
68
|
+
getTemplatesByVariant: (variant: string) => [
|
|
69
|
+
getTemplateVisualBreakPane(variant),
|
|
70
|
+
],
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
const AddPaneBreakPanel = ({
|
|
74
|
+
nodeId,
|
|
75
|
+
first,
|
|
76
|
+
setMode,
|
|
77
|
+
ctx,
|
|
78
|
+
isStoryFragment = false,
|
|
79
|
+
}: AddPaneBreakPanelProps) => {
|
|
80
|
+
const [previews, setPreviews] = useState<PreviewPane[]>([]);
|
|
81
|
+
const [currentPage, setCurrentPage] = useState(0);
|
|
82
|
+
const [renderedPages, setRenderedPages] = useState<Set<number>>(new Set());
|
|
83
|
+
const [variantQuery, setVariantQuery] = useState('');
|
|
84
|
+
const [selectedVariant, setSelectedVariant] = useState<string>('all');
|
|
85
|
+
const [fragmentsToGenerate, setFragmentsToGenerate] = useState<
|
|
86
|
+
PanePreviewRequest[]
|
|
87
|
+
>([]);
|
|
88
|
+
|
|
89
|
+
const collection = useMemo(() => {
|
|
90
|
+
const allVariants = ['all', ...VARIANTS];
|
|
91
|
+
const filteredVariants =
|
|
92
|
+
variantQuery === ''
|
|
93
|
+
? allVariants
|
|
94
|
+
: allVariants.filter((variant) =>
|
|
95
|
+
variant.toLowerCase().includes(variantQuery.toLowerCase())
|
|
96
|
+
);
|
|
97
|
+
|
|
98
|
+
return createListCollection({
|
|
99
|
+
items: filteredVariants,
|
|
100
|
+
itemToValue: (item) => item,
|
|
101
|
+
itemToString: (item) => (item === 'all' ? 'All Variants' : item),
|
|
102
|
+
});
|
|
103
|
+
}, [variantQuery]);
|
|
104
|
+
|
|
105
|
+
const filteredVariants = useMemo(() => {
|
|
106
|
+
return selectedVariant === 'all'
|
|
107
|
+
? VARIANTS
|
|
108
|
+
: [selectedVariant as (typeof VARIANTS)[number]];
|
|
109
|
+
}, [selectedVariant]);
|
|
110
|
+
|
|
111
|
+
useEffect(() => {
|
|
112
|
+
const newPreviews = filteredVariants.map((variant, index: number) => {
|
|
113
|
+
const ctx = new NodesContext();
|
|
114
|
+
ctx.addNode(createEmptyStorykeep('tmp'));
|
|
115
|
+
const template = templateCategory.getTemplatesByVariant(variant)[0];
|
|
116
|
+
ctx.addTemplatePane('tmp', template);
|
|
117
|
+
return { ctx, template, index, variant };
|
|
118
|
+
});
|
|
119
|
+
setPreviews(newPreviews);
|
|
120
|
+
setCurrentPage(0);
|
|
121
|
+
setRenderedPages(new Set());
|
|
122
|
+
}, [filteredVariants]);
|
|
123
|
+
|
|
124
|
+
const totalPages = Math.ceil(previews.length / ITEMS_PER_PAGE);
|
|
125
|
+
|
|
126
|
+
const visiblePreviews = useMemo(() => {
|
|
127
|
+
const startIndex = currentPage * ITEMS_PER_PAGE;
|
|
128
|
+
return previews.slice(startIndex, startIndex + ITEMS_PER_PAGE);
|
|
129
|
+
}, [previews, currentPage]);
|
|
130
|
+
|
|
131
|
+
useEffect(() => {
|
|
132
|
+
const pageHasBeenRendered = renderedPages.has(currentPage);
|
|
133
|
+
const previewsOnThisPageNeedFetching = visiblePreviews.some(
|
|
134
|
+
(p) => !p.htmlFragment && !p.fragmentError
|
|
135
|
+
);
|
|
136
|
+
|
|
137
|
+
if (previewsOnThisPageNeedFetching && !pageHasBeenRendered) {
|
|
138
|
+
const newRequests = visiblePreviews
|
|
139
|
+
.filter((p) => !p.htmlFragment && !p.fragmentError)
|
|
140
|
+
.map((p) => ({
|
|
141
|
+
id: `template-${p.index}`,
|
|
142
|
+
ctx: p.ctx,
|
|
143
|
+
}));
|
|
144
|
+
setFragmentsToGenerate(newRequests);
|
|
145
|
+
} else {
|
|
146
|
+
setFragmentsToGenerate([]);
|
|
147
|
+
}
|
|
148
|
+
}, [currentPage, visiblePreviews, renderedPages]);
|
|
149
|
+
|
|
150
|
+
const handlePageChange = (newPage: number) => {
|
|
151
|
+
if (newPage >= 0 && newPage < totalPages) {
|
|
152
|
+
setCurrentPage(newPage);
|
|
153
|
+
}
|
|
154
|
+
};
|
|
155
|
+
|
|
156
|
+
const handleFragmentsComplete = (results: PaneFragmentResult[]) => {
|
|
157
|
+
setPreviews((prevPreviews) => {
|
|
158
|
+
const updated = [...prevPreviews];
|
|
159
|
+
results.forEach((result) => {
|
|
160
|
+
const index = parseInt(result.id.replace('template-', ''));
|
|
161
|
+
const previewIndex = updated.findIndex((p) => p.index === index);
|
|
162
|
+
if (previewIndex !== -1) {
|
|
163
|
+
updated[previewIndex] = {
|
|
164
|
+
...updated[previewIndex],
|
|
165
|
+
htmlFragment: result.htmlString,
|
|
166
|
+
fragmentError: result.error,
|
|
167
|
+
};
|
|
168
|
+
}
|
|
169
|
+
});
|
|
170
|
+
return updated;
|
|
171
|
+
});
|
|
172
|
+
setRenderedPages((prev) => new Set(prev).add(currentPage));
|
|
173
|
+
};
|
|
174
|
+
|
|
175
|
+
const handleSnapshotComplete = (id: string, snapshot: SnapshotData) => {
|
|
176
|
+
const index = parseInt(id.replace('template-', ''));
|
|
177
|
+
setPreviews((prevPreviews) => {
|
|
178
|
+
const updated = [...prevPreviews];
|
|
179
|
+
const previewIndex = updated.findIndex((p) => p.index === index);
|
|
180
|
+
if (previewIndex !== -1) {
|
|
181
|
+
updated[previewIndex] = {
|
|
182
|
+
...updated[previewIndex],
|
|
183
|
+
snapshot,
|
|
184
|
+
};
|
|
185
|
+
}
|
|
186
|
+
return updated;
|
|
187
|
+
});
|
|
188
|
+
};
|
|
189
|
+
|
|
190
|
+
const handleVisualBreakInsert = (
|
|
191
|
+
variant: string,
|
|
192
|
+
nodeId: string,
|
|
193
|
+
first: boolean
|
|
194
|
+
) => {
|
|
195
|
+
if (!ctx) return;
|
|
196
|
+
|
|
197
|
+
const template = getTemplateVisualBreakPane(variant) as TemplatePane;
|
|
198
|
+
|
|
199
|
+
const ownerId = isStoryFragment
|
|
200
|
+
? nodeId
|
|
201
|
+
: ctx.getClosestNodeTypeFromId(nodeId, 'StoryFragment');
|
|
202
|
+
const owner = ctx.allNodes.get().get(ownerId);
|
|
203
|
+
|
|
204
|
+
let aboveColor = 'white';
|
|
205
|
+
let belowColor = 'white';
|
|
206
|
+
|
|
207
|
+
if (isStoryFragment) {
|
|
208
|
+
const sf = owner as StoryFragmentNode;
|
|
209
|
+
if (sf.paneIds.length > 0) {
|
|
210
|
+
if (first) {
|
|
211
|
+
const firstPane = ctx.allNodes.get().get(sf.paneIds[0]) as PaneNode;
|
|
212
|
+
belowColor = firstPane?.bgColour || 'white';
|
|
213
|
+
} else {
|
|
214
|
+
const lastPane = ctx.allNodes
|
|
215
|
+
.get()
|
|
216
|
+
.get(sf.paneIds[sf.paneIds.length - 1]) as PaneNode;
|
|
217
|
+
aboveColor = lastPane?.bgColour || 'white';
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
} else {
|
|
221
|
+
const sf = ctx.allNodes.get().get(ownerId) as StoryFragmentNode;
|
|
222
|
+
const currentIndex = sf.paneIds.indexOf(nodeId);
|
|
223
|
+
if (first) {
|
|
224
|
+
const abovePaneId =
|
|
225
|
+
currentIndex > 0 ? sf.paneIds[currentIndex - 1] : null;
|
|
226
|
+
const abovePane = abovePaneId
|
|
227
|
+
? (ctx.allNodes.get().get(abovePaneId) as PaneNode)
|
|
228
|
+
: null;
|
|
229
|
+
const currentPane = ctx.allNodes.get().get(nodeId) as PaneNode;
|
|
230
|
+
aboveColor = abovePane?.bgColour || 'white';
|
|
231
|
+
belowColor = currentPane?.bgColour || 'white';
|
|
232
|
+
} else {
|
|
233
|
+
const belowPaneId =
|
|
234
|
+
currentIndex < sf.paneIds.length - 1
|
|
235
|
+
? sf.paneIds[currentIndex + 1]
|
|
236
|
+
: null;
|
|
237
|
+
const currentPane = ctx.allNodes.get().get(nodeId) as PaneNode;
|
|
238
|
+
const belowPane = belowPaneId
|
|
239
|
+
? (ctx.allNodes.get().get(belowPaneId) as PaneNode)
|
|
240
|
+
: null;
|
|
241
|
+
aboveColor = currentPane?.bgColour || 'white';
|
|
242
|
+
belowColor = belowPane?.bgColour || 'white';
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
template.bgColour = belowColor;
|
|
247
|
+
const svgFill = aboveColor === belowColor ? 'black' : aboveColor;
|
|
248
|
+
|
|
249
|
+
if (template.bgPane) {
|
|
250
|
+
if (template.bgPane.type === 'visual-break') {
|
|
251
|
+
if (template.bgPane.breakDesktop) {
|
|
252
|
+
template.bgPane.breakDesktop.svgFill = svgFill;
|
|
253
|
+
}
|
|
254
|
+
if (template.bgPane.breakTablet) {
|
|
255
|
+
template.bgPane.breakTablet.svgFill = svgFill;
|
|
256
|
+
}
|
|
257
|
+
if (template.bgPane.breakMobile) {
|
|
258
|
+
template.bgPane.breakMobile.svgFill = svgFill;
|
|
259
|
+
}
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
ctx.addTemplatePane(ownerId, template, nodeId, first ? 'before' : 'after');
|
|
264
|
+
ctx.notifyNode(`root`);
|
|
265
|
+
setMode(PaneAddMode.DEFAULT);
|
|
266
|
+
};
|
|
267
|
+
|
|
268
|
+
const comboboxItemStyles = `
|
|
269
|
+
.variant-item[data-highlighted] {
|
|
270
|
+
background-color: #0891b2; /* bg-cyan-600 */
|
|
271
|
+
color: white;
|
|
272
|
+
}
|
|
273
|
+
.variant-item[data-highlighted] .variant-indicator {
|
|
274
|
+
color: white;
|
|
275
|
+
}
|
|
276
|
+
.variant-item[data-state="checked"] .variant-indicator {
|
|
277
|
+
display: flex;
|
|
278
|
+
}
|
|
279
|
+
.variant-item .variant-indicator {
|
|
280
|
+
display: none;
|
|
281
|
+
}
|
|
282
|
+
.variant-item[data-state="checked"] {
|
|
283
|
+
font-weight: bold;
|
|
284
|
+
}
|
|
285
|
+
`;
|
|
286
|
+
|
|
287
|
+
return (
|
|
288
|
+
<div className="p-0.5 shadow-inner">
|
|
289
|
+
<style>{comboboxItemStyles}</style>
|
|
290
|
+
<div className="group flex w-full gap-1 rounded-md bg-white p-1.5">
|
|
291
|
+
<button
|
|
292
|
+
onClick={() => setMode(PaneAddMode.DEFAULT)}
|
|
293
|
+
className="w-fit rounded bg-gray-100 px-3 py-1 text-sm text-gray-700 transition-colors hover:bg-gray-200 focus:bg-gray-200"
|
|
294
|
+
>
|
|
295
|
+
← Go Back
|
|
296
|
+
</button>
|
|
297
|
+
|
|
298
|
+
<div className="ml-4 flex flex-wrap items-center gap-x-6 gap-y-2 py-2">
|
|
299
|
+
<div className="font-action flex-none rounded px-2 py-2.5 text-sm font-bold text-cyan-700 shadow-sm">
|
|
300
|
+
+ Visual Break
|
|
301
|
+
</div>
|
|
302
|
+
|
|
303
|
+
<div className="w-48">
|
|
304
|
+
<Combobox.Root
|
|
305
|
+
collection={collection}
|
|
306
|
+
value={[selectedVariant]}
|
|
307
|
+
onValueChange={(details) => {
|
|
308
|
+
const newVariant = details.value[0] || 'all';
|
|
309
|
+
setSelectedVariant(newVariant);
|
|
310
|
+
}}
|
|
311
|
+
onInputValueChange={(details) =>
|
|
312
|
+
setVariantQuery(details.inputValue)
|
|
313
|
+
}
|
|
314
|
+
loopFocus={true}
|
|
315
|
+
openOnKeyPress={true}
|
|
316
|
+
composite={true}
|
|
317
|
+
>
|
|
318
|
+
<div className="relative">
|
|
319
|
+
<div className="relative w-full cursor-default overflow-hidden rounded-lg bg-white text-left shadow-md focus:outline-none focus-visible:ring-2 focus-visible:ring-white/75 focus-visible:ring-offset-2 focus-visible:ring-offset-teal-300 sm:text-sm">
|
|
320
|
+
<Combobox.Input
|
|
321
|
+
autoComplete="off"
|
|
322
|
+
className="w-full border-none py-2 pl-3 pr-10 text-sm leading-5 text-gray-900 focus:ring-0"
|
|
323
|
+
placeholder="Select variant..."
|
|
324
|
+
/>
|
|
325
|
+
<Combobox.Trigger className="absolute inset-y-0 right-0 flex items-center pr-2">
|
|
326
|
+
<ChevronUpDownIcon
|
|
327
|
+
className="h-5 w-5 text-gray-400"
|
|
328
|
+
aria-hidden="true"
|
|
329
|
+
/>
|
|
330
|
+
</Combobox.Trigger>
|
|
331
|
+
</div>
|
|
332
|
+
|
|
333
|
+
<Combobox.Content className="absolute z-50 mt-1 max-h-60 w-full overflow-auto rounded-md bg-white py-1 text-base shadow-lg ring-1 ring-black/5 focus:outline-none sm:text-sm">
|
|
334
|
+
{collection.items.length === 0 ? (
|
|
335
|
+
<div className="relative cursor-default select-none px-4 py-2 text-gray-700">
|
|
336
|
+
Nothing found.
|
|
337
|
+
</div>
|
|
338
|
+
) : (
|
|
339
|
+
collection.items.map((variant) => (
|
|
340
|
+
<Combobox.Item
|
|
341
|
+
key={variant}
|
|
342
|
+
item={variant}
|
|
343
|
+
className="variant-item relative cursor-default select-none py-2 pl-10 pr-4 text-gray-900"
|
|
344
|
+
>
|
|
345
|
+
<span className="block truncate">
|
|
346
|
+
{variant === 'all' ? 'All Variants' : variant}
|
|
347
|
+
</span>
|
|
348
|
+
<span className="variant-indicator absolute inset-y-0 left-0 flex items-center pl-3 text-cyan-600">
|
|
349
|
+
<CheckIcon className="h-5 w-5" aria-hidden="true" />
|
|
350
|
+
</span>
|
|
351
|
+
</Combobox.Item>
|
|
352
|
+
))
|
|
353
|
+
)}
|
|
354
|
+
</Combobox.Content>
|
|
355
|
+
</div>
|
|
356
|
+
</Combobox.Root>
|
|
357
|
+
</div>
|
|
358
|
+
</div>
|
|
359
|
+
</div>
|
|
360
|
+
|
|
361
|
+
<h3 className="font-action px-3.5 pb-1.5 pt-4 text-xl font-bold text-black">
|
|
362
|
+
Click on a break design to use:
|
|
363
|
+
</h3>
|
|
364
|
+
|
|
365
|
+
{fragmentsToGenerate.length > 0 && (
|
|
366
|
+
<PanesPreviewGenerator
|
|
367
|
+
requests={fragmentsToGenerate}
|
|
368
|
+
onComplete={handleFragmentsComplete}
|
|
369
|
+
onError={(error) =>
|
|
370
|
+
console.error('Fragment generation error:', error)
|
|
371
|
+
}
|
|
372
|
+
/>
|
|
373
|
+
)}
|
|
374
|
+
|
|
375
|
+
<div className="grid grid-cols-2 gap-6 p-2 xl:grid-cols-3">
|
|
376
|
+
{visiblePreviews.map((preview) => (
|
|
377
|
+
<div
|
|
378
|
+
key={preview.index}
|
|
379
|
+
onClick={() =>
|
|
380
|
+
handleVisualBreakInsert(preview.variant, nodeId, first)
|
|
381
|
+
}
|
|
382
|
+
className={`bg-mywhite group relative w-full cursor-pointer rounded-sm shadow-inner transition-all duration-200 ${
|
|
383
|
+
preview.snapshot
|
|
384
|
+
? 'hover:outline-solid hover:outline hover:outline-4'
|
|
385
|
+
: ''
|
|
386
|
+
}`}
|
|
387
|
+
style={{
|
|
388
|
+
...(!preview.snapshot ? { minHeight: '75px' } : {}),
|
|
389
|
+
}}
|
|
390
|
+
>
|
|
391
|
+
{preview.htmlFragment &&
|
|
392
|
+
!preview.snapshot &&
|
|
393
|
+
!preview.fragmentError && (
|
|
394
|
+
<PaneSnapshotGenerator
|
|
395
|
+
id={`template-${preview.index}`}
|
|
396
|
+
htmlString={preview.htmlFragment}
|
|
397
|
+
onComplete={handleSnapshotComplete}
|
|
398
|
+
onError={(id, error) =>
|
|
399
|
+
console.error(`Snapshot error for ${id}:`, error)
|
|
400
|
+
}
|
|
401
|
+
outputWidth={400}
|
|
402
|
+
/>
|
|
403
|
+
)}
|
|
404
|
+
|
|
405
|
+
{!preview.htmlFragment && !preview.fragmentError && (
|
|
406
|
+
<div className="flex h-24 items-center justify-center">
|
|
407
|
+
<div className="text-gray-500">Loading preview...</div>
|
|
408
|
+
</div>
|
|
409
|
+
)}
|
|
410
|
+
|
|
411
|
+
{preview.fragmentError && (
|
|
412
|
+
<div className="flex h-24 items-center justify-center">
|
|
413
|
+
<div className="text-red-500">Preview error</div>
|
|
414
|
+
</div>
|
|
415
|
+
)}
|
|
416
|
+
|
|
417
|
+
{preview.snapshot && (
|
|
418
|
+
<>
|
|
419
|
+
<div className="mb-4 p-3.5">
|
|
420
|
+
<img
|
|
421
|
+
src={preview.snapshot.imageData}
|
|
422
|
+
alt={`${preview.variant} break ${preview.index + 1}`}
|
|
423
|
+
className="w-full"
|
|
424
|
+
/>
|
|
425
|
+
</div>
|
|
426
|
+
<div className="bg-mydarkgrey group-hover:bg-myblack absolute bottom-0 left-0 right-0 rounded-t-md px-2 py-1 text-sm text-white">
|
|
427
|
+
{preview.variant}
|
|
428
|
+
</div>
|
|
429
|
+
</>
|
|
430
|
+
)}
|
|
431
|
+
</div>
|
|
432
|
+
))}
|
|
433
|
+
</div>
|
|
434
|
+
|
|
435
|
+
<div className="mb-2 mt-4 flex items-center justify-center gap-2">
|
|
436
|
+
<button
|
|
437
|
+
onClick={() => handlePageChange(currentPage - 1)}
|
|
438
|
+
disabled={currentPage === 0}
|
|
439
|
+
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"
|
|
440
|
+
>
|
|
441
|
+
Previous
|
|
442
|
+
</button>
|
|
443
|
+
<div className="flex gap-1">
|
|
444
|
+
{[...Array(totalPages)].map((_, index) => (
|
|
445
|
+
<button
|
|
446
|
+
key={index}
|
|
447
|
+
onClick={() => handlePageChange(index)}
|
|
448
|
+
className={`rounded px-3 py-1 text-sm transition-colors ${
|
|
449
|
+
currentPage === index
|
|
450
|
+
? 'bg-cyan-700 text-white'
|
|
451
|
+
: 'bg-gray-100 text-gray-700 hover:bg-gray-200'
|
|
452
|
+
}`}
|
|
453
|
+
>
|
|
454
|
+
{index + 1}
|
|
455
|
+
</button>
|
|
456
|
+
))}
|
|
457
|
+
</div>
|
|
458
|
+
<button
|
|
459
|
+
onClick={() => handlePageChange(currentPage + 1)}
|
|
460
|
+
disabled={currentPage === totalPages - 1}
|
|
461
|
+
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"
|
|
462
|
+
>
|
|
463
|
+
Next
|
|
464
|
+
</button>
|
|
465
|
+
</div>
|
|
466
|
+
</div>
|
|
467
|
+
);
|
|
468
|
+
};
|
|
469
|
+
|
|
470
|
+
export default AddPaneBreakPanel;
|