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,310 @@
|
|
|
1
|
+
import { useState, useEffect } from 'react';
|
|
2
|
+
import { useStore } from '@nanostores/react';
|
|
3
|
+
import ClipboardDocumentIcon from '@heroicons/react/24/outline/ClipboardDocumentIcon';
|
|
4
|
+
import PaintBrushIcon from '@heroicons/react/24/outline/PaintBrushIcon';
|
|
5
|
+
import { getCtx } from '@/stores/nodes';
|
|
6
|
+
import {
|
|
7
|
+
isLinkNode,
|
|
8
|
+
isMarkdownPaneFragmentNode,
|
|
9
|
+
isPaneNode,
|
|
10
|
+
} from '@/utils/compositor/typeGuards';
|
|
11
|
+
import { cloneDeep, isDeepEqual } from '@/utils/helpers';
|
|
12
|
+
import {
|
|
13
|
+
settingsPanelStore,
|
|
14
|
+
elementStylesMemoryStore,
|
|
15
|
+
parentStylesMemoryStore,
|
|
16
|
+
buttonStylesMemoryStore,
|
|
17
|
+
} from '@/stores/storykeep';
|
|
18
|
+
import type {
|
|
19
|
+
PanelState,
|
|
20
|
+
Tag,
|
|
21
|
+
BaseNode,
|
|
22
|
+
FlatNode,
|
|
23
|
+
} from '@/types/compositorTypes';
|
|
24
|
+
|
|
25
|
+
interface StylesMemoryProps {
|
|
26
|
+
node: FlatNode;
|
|
27
|
+
parentNode?: BaseNode;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
export const StylesMemory = ({ node, parentNode }: StylesMemoryProps) => {
|
|
31
|
+
const elementStyles = useStore(elementStylesMemoryStore);
|
|
32
|
+
const parentStyles = useStore(parentStylesMemoryStore);
|
|
33
|
+
const buttonStyles = useStore(buttonStylesMemoryStore);
|
|
34
|
+
const [isMatchingMemory, setIsMatchingMemory] = useState(false);
|
|
35
|
+
const [prevPanelState, setPrevPanelState] = useState<PanelState | null>(null);
|
|
36
|
+
|
|
37
|
+
const type = isMarkdownPaneFragmentNode(node)
|
|
38
|
+
? 'parent'
|
|
39
|
+
: isLinkNode(node)
|
|
40
|
+
? 'button'
|
|
41
|
+
: 'element';
|
|
42
|
+
|
|
43
|
+
// **Effect to Check Style Matching**
|
|
44
|
+
useEffect(() => {
|
|
45
|
+
if (!node) return;
|
|
46
|
+
|
|
47
|
+
switch (type) {
|
|
48
|
+
case 'parent': {
|
|
49
|
+
if (isMarkdownPaneFragmentNode(node) && isPaneNode(parentNode)) {
|
|
50
|
+
const current = {
|
|
51
|
+
styles: node.parentClasses || [],
|
|
52
|
+
bgColour: parentNode.bgColour || '',
|
|
53
|
+
};
|
|
54
|
+
const memoryState = {
|
|
55
|
+
styles: parentStyles?.parentClasses || [],
|
|
56
|
+
bgColour: parentStyles?.bgColour || null,
|
|
57
|
+
};
|
|
58
|
+
setIsMatchingMemory(isDeepEqual(current, memoryState));
|
|
59
|
+
}
|
|
60
|
+
break;
|
|
61
|
+
}
|
|
62
|
+
case 'button': {
|
|
63
|
+
if (!isLinkNode(node) || !node.buttonPayload) break;
|
|
64
|
+
const current = {
|
|
65
|
+
buttonClasses: node.buttonPayload.buttonClasses || {},
|
|
66
|
+
buttonHoverClasses: node.buttonPayload.buttonHoverClasses || {},
|
|
67
|
+
};
|
|
68
|
+
setIsMatchingMemory(isDeepEqual(current, buttonStyles));
|
|
69
|
+
break;
|
|
70
|
+
}
|
|
71
|
+
case 'element': {
|
|
72
|
+
if (
|
|
73
|
+
!parentNode ||
|
|
74
|
+
!isMarkdownPaneFragmentNode(parentNode) ||
|
|
75
|
+
!('tagName' in node)
|
|
76
|
+
)
|
|
77
|
+
break;
|
|
78
|
+
const tagName = node.tagName as Tag;
|
|
79
|
+
const memoryStyles = elementStyles[tagName];
|
|
80
|
+
if (!memoryStyles) {
|
|
81
|
+
setIsMatchingMemory(false);
|
|
82
|
+
break;
|
|
83
|
+
}
|
|
84
|
+
const defaultClasses = parentNode.defaultClasses?.[tagName];
|
|
85
|
+
const overrideClasses = node.overrideClasses;
|
|
86
|
+
const current = {
|
|
87
|
+
mobile: {
|
|
88
|
+
...(defaultClasses?.mobile || {}),
|
|
89
|
+
...(overrideClasses?.mobile || {}),
|
|
90
|
+
},
|
|
91
|
+
tablet: {
|
|
92
|
+
...(defaultClasses?.tablet || {}),
|
|
93
|
+
...(overrideClasses?.tablet || {}),
|
|
94
|
+
},
|
|
95
|
+
desktop: {
|
|
96
|
+
...(defaultClasses?.desktop || {}),
|
|
97
|
+
...(overrideClasses?.desktop || {}),
|
|
98
|
+
},
|
|
99
|
+
};
|
|
100
|
+
setIsMatchingMemory(isDeepEqual(current, memoryStyles));
|
|
101
|
+
break;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}, [node, parentNode, elementStyles, parentStyles, buttonStyles, type]);
|
|
105
|
+
|
|
106
|
+
// **Handle Copying Styles to Memory**
|
|
107
|
+
const handleCopy = () => {
|
|
108
|
+
if (!node) return;
|
|
109
|
+
|
|
110
|
+
switch (type) {
|
|
111
|
+
case 'parent': {
|
|
112
|
+
if (!isMarkdownPaneFragmentNode(node) || !isPaneNode(parentNode)) break;
|
|
113
|
+
parentStylesMemoryStore.set({
|
|
114
|
+
parentClasses: node.parentClasses ? [...node.parentClasses] : [],
|
|
115
|
+
bgColour: parentNode?.bgColour || null,
|
|
116
|
+
});
|
|
117
|
+
break;
|
|
118
|
+
}
|
|
119
|
+
case 'button': {
|
|
120
|
+
if (!isLinkNode(node) || !node.buttonPayload) break;
|
|
121
|
+
buttonStylesMemoryStore.set({
|
|
122
|
+
buttonClasses: cloneDeep(node.buttonPayload.buttonClasses || {}),
|
|
123
|
+
buttonHoverClasses: cloneDeep(
|
|
124
|
+
node.buttonPayload.buttonHoverClasses || {}
|
|
125
|
+
),
|
|
126
|
+
});
|
|
127
|
+
break;
|
|
128
|
+
}
|
|
129
|
+
case 'element': {
|
|
130
|
+
if (
|
|
131
|
+
!parentNode ||
|
|
132
|
+
!isMarkdownPaneFragmentNode(parentNode) ||
|
|
133
|
+
!('tagName' in node)
|
|
134
|
+
)
|
|
135
|
+
break;
|
|
136
|
+
const tagName = node.tagName as Tag;
|
|
137
|
+
const defaultClasses = parentNode.defaultClasses?.[tagName];
|
|
138
|
+
const overrideClasses = node.overrideClasses;
|
|
139
|
+
|
|
140
|
+
const newStyles = {
|
|
141
|
+
...elementStyles,
|
|
142
|
+
[tagName]: {
|
|
143
|
+
mobile: {
|
|
144
|
+
...(defaultClasses?.mobile || {}),
|
|
145
|
+
...(overrideClasses?.mobile || {}),
|
|
146
|
+
},
|
|
147
|
+
tablet: {
|
|
148
|
+
...(defaultClasses?.tablet || {}),
|
|
149
|
+
...(overrideClasses?.tablet || {}),
|
|
150
|
+
},
|
|
151
|
+
desktop: {
|
|
152
|
+
...(defaultClasses?.desktop || {}),
|
|
153
|
+
...(overrideClasses?.desktop || {}),
|
|
154
|
+
},
|
|
155
|
+
},
|
|
156
|
+
};
|
|
157
|
+
elementStylesMemoryStore.set(newStyles);
|
|
158
|
+
break;
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
setIsMatchingMemory(true);
|
|
162
|
+
};
|
|
163
|
+
|
|
164
|
+
// **Handle Pasting Styles from Memory**
|
|
165
|
+
const handlePaste = () => {
|
|
166
|
+
const ctx = getCtx();
|
|
167
|
+
if (!node) return;
|
|
168
|
+
|
|
169
|
+
switch (type) {
|
|
170
|
+
case 'parent': {
|
|
171
|
+
if (!isMarkdownPaneFragmentNode(node) || !isPaneNode(parentNode)) break;
|
|
172
|
+
const memoryState = parentStyles;
|
|
173
|
+
if (!memoryState) break;
|
|
174
|
+
const updatedNode = cloneDeep(node);
|
|
175
|
+
const updatedParent = cloneDeep(parentNode);
|
|
176
|
+
if (memoryState.parentClasses) {
|
|
177
|
+
updatedNode.parentClasses = cloneDeep(memoryState.parentClasses);
|
|
178
|
+
}
|
|
179
|
+
if (typeof memoryState.bgColour === 'string') {
|
|
180
|
+
updatedParent.bgColour = memoryState.bgColour;
|
|
181
|
+
}
|
|
182
|
+
ctx.modifyNodes([
|
|
183
|
+
{ ...updatedNode, isChanged: true },
|
|
184
|
+
{ ...updatedParent, isChanged: true },
|
|
185
|
+
]);
|
|
186
|
+
break;
|
|
187
|
+
}
|
|
188
|
+
case 'button': {
|
|
189
|
+
if (!isLinkNode(node)) break;
|
|
190
|
+
if (!buttonStyles) break;
|
|
191
|
+
|
|
192
|
+
const updatedNode = cloneDeep(node);
|
|
193
|
+
if (!updatedNode.buttonPayload) break;
|
|
194
|
+
|
|
195
|
+
updatedNode.buttonPayload = {
|
|
196
|
+
...updatedNode.buttonPayload,
|
|
197
|
+
buttonClasses: cloneDeep(buttonStyles.buttonClasses),
|
|
198
|
+
buttonHoverClasses: cloneDeep(buttonStyles.buttonHoverClasses),
|
|
199
|
+
};
|
|
200
|
+
|
|
201
|
+
ctx.modifyNodes([{ ...updatedNode, isChanged: true }]);
|
|
202
|
+
const currentSignal = settingsPanelStore.get();
|
|
203
|
+
if (currentSignal) {
|
|
204
|
+
settingsPanelStore.set({ ...currentSignal });
|
|
205
|
+
}
|
|
206
|
+
break;
|
|
207
|
+
}
|
|
208
|
+
case 'element': {
|
|
209
|
+
if (
|
|
210
|
+
!parentNode ||
|
|
211
|
+
!isMarkdownPaneFragmentNode(parentNode) ||
|
|
212
|
+
!('tagName' in node)
|
|
213
|
+
)
|
|
214
|
+
break;
|
|
215
|
+
const memoryStyles = elementStyles[node.tagName as Tag];
|
|
216
|
+
if (!memoryStyles) break;
|
|
217
|
+
|
|
218
|
+
const updatedNode = cloneDeep(node);
|
|
219
|
+
const updatedParent = cloneDeep(parentNode);
|
|
220
|
+
|
|
221
|
+
if (!updatedParent.defaultClasses) {
|
|
222
|
+
updatedParent.defaultClasses = {};
|
|
223
|
+
}
|
|
224
|
+
updatedParent.defaultClasses[node.tagName] = cloneDeep(memoryStyles);
|
|
225
|
+
delete updatedNode.overrideClasses;
|
|
226
|
+
|
|
227
|
+
ctx.modifyNodes([
|
|
228
|
+
{ ...updatedParent, isChanged: true },
|
|
229
|
+
{ ...updatedNode, isChanged: true },
|
|
230
|
+
]);
|
|
231
|
+
const currentSignal = settingsPanelStore.get();
|
|
232
|
+
if (currentSignal) {
|
|
233
|
+
settingsPanelStore.set({ ...currentSignal });
|
|
234
|
+
}
|
|
235
|
+
break;
|
|
236
|
+
}
|
|
237
|
+
}
|
|
238
|
+
};
|
|
239
|
+
|
|
240
|
+
// **Handle Mouse Events for Help HUD**
|
|
241
|
+
const handleMouseEnter = (mode: 'copy' | 'paste') => {
|
|
242
|
+
const ctx = getCtx();
|
|
243
|
+
setPrevPanelState(ctx.activePaneMode.get());
|
|
244
|
+
ctx.setPanelMode(node.id, 'styles-memory', mode);
|
|
245
|
+
};
|
|
246
|
+
|
|
247
|
+
const handleMouseLeave = () => {
|
|
248
|
+
const ctx = getCtx();
|
|
249
|
+
if (prevPanelState) {
|
|
250
|
+
ctx.activePaneMode.set(prevPanelState);
|
|
251
|
+
} else {
|
|
252
|
+
ctx.activePaneMode.set({ paneId: '', panel: '', mode: '' });
|
|
253
|
+
}
|
|
254
|
+
setPrevPanelState(null);
|
|
255
|
+
};
|
|
256
|
+
|
|
257
|
+
// **Check if Memory Exists**
|
|
258
|
+
const hasMemory =
|
|
259
|
+
type === 'parent'
|
|
260
|
+
? !!parentStyles
|
|
261
|
+
: type === 'button'
|
|
262
|
+
? !!buttonStyles
|
|
263
|
+
: 'tagName' in node
|
|
264
|
+
? !!elementStyles[node.tagName as Tag]
|
|
265
|
+
: false;
|
|
266
|
+
|
|
267
|
+
// **Render Component**
|
|
268
|
+
return (
|
|
269
|
+
<div className="flex items-center gap-2">
|
|
270
|
+
<button
|
|
271
|
+
onClick={handleCopy}
|
|
272
|
+
onMouseEnter={() => handleMouseEnter('copy')}
|
|
273
|
+
onMouseLeave={handleMouseLeave}
|
|
274
|
+
className={`transition-colors ${
|
|
275
|
+
isMatchingMemory
|
|
276
|
+
? 'text-myorange hover:text-myblack'
|
|
277
|
+
: 'text-mydarkgrey hover:text-black'
|
|
278
|
+
}`}
|
|
279
|
+
title="Copy styles to memory"
|
|
280
|
+
>
|
|
281
|
+
<PaintBrushIcon className="h-4 w-4" />
|
|
282
|
+
</button>
|
|
283
|
+
|
|
284
|
+
<div
|
|
285
|
+
onMouseEnter={() => handleMouseEnter('paste')}
|
|
286
|
+
onMouseLeave={handleMouseLeave}
|
|
287
|
+
className="flex items-center"
|
|
288
|
+
>
|
|
289
|
+
<button
|
|
290
|
+
onClick={handlePaste}
|
|
291
|
+
disabled={!hasMemory || isMatchingMemory}
|
|
292
|
+
className={`transition-colors ${
|
|
293
|
+
!hasMemory || isMatchingMemory
|
|
294
|
+
? 'text-mylightgrey cursor-not-allowed'
|
|
295
|
+
: 'text-mydarkgrey hover:text-black'
|
|
296
|
+
}`}
|
|
297
|
+
title={
|
|
298
|
+
!hasMemory
|
|
299
|
+
? 'No styles in memory'
|
|
300
|
+
: isMatchingMemory
|
|
301
|
+
? 'Current styles match memory'
|
|
302
|
+
: 'Paste styles from memory'
|
|
303
|
+
}
|
|
304
|
+
>
|
|
305
|
+
<ClipboardDocumentIcon className="h-4 w-4" />
|
|
306
|
+
</button>
|
|
307
|
+
</div>
|
|
308
|
+
</div>
|
|
309
|
+
);
|
|
310
|
+
};
|
|
@@ -0,0 +1,289 @@
|
|
|
1
|
+
import { useState, useEffect, useRef } 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 TagIcon from '@heroicons/react/24/outline/TagIcon';
|
|
6
|
+
import {
|
|
7
|
+
fullContentMapStore,
|
|
8
|
+
settingsPanelStore,
|
|
9
|
+
urlParamsStore,
|
|
10
|
+
} from '@/stores/storykeep';
|
|
11
|
+
import { getCtx } from '@/stores/nodes';
|
|
12
|
+
import ColorPickerCombo from '@/components/fields/ColorPickerCombo';
|
|
13
|
+
import StoryFragmentSlugPanel from './StoryFragmentPanel_slug';
|
|
14
|
+
import StoryFragmentMenuPanel from './StoryFragmentPanel_menu';
|
|
15
|
+
import StoryFragmentOpenGraphPanel from './StoryFragmentPanel_og';
|
|
16
|
+
import {
|
|
17
|
+
tailwindToHex,
|
|
18
|
+
hexToTailwind,
|
|
19
|
+
findClosestTailwindColor,
|
|
20
|
+
} from '@/utils/compositor/tailwindColors';
|
|
21
|
+
import { cloneDeep } from '@/utils/helpers';
|
|
22
|
+
import type { FullContentMapItem, BrandConfig } from '@/types/tractstack';
|
|
23
|
+
import {
|
|
24
|
+
StoryFragmentMode,
|
|
25
|
+
type StoryFragmentNode,
|
|
26
|
+
} from '@/types/compositorTypes';
|
|
27
|
+
|
|
28
|
+
const StoryFragmentConfigPanel = ({
|
|
29
|
+
nodeId,
|
|
30
|
+
config,
|
|
31
|
+
}: {
|
|
32
|
+
nodeId: string;
|
|
33
|
+
config?: BrandConfig;
|
|
34
|
+
}) => {
|
|
35
|
+
const [isNodeAvailable, setIsNodeAvailable] = useState(false);
|
|
36
|
+
const [storyfragmentNode, setStoryfragmentNode] =
|
|
37
|
+
useState<StoryFragmentNode | null>(null);
|
|
38
|
+
const [isSEOReady, setIsSEOReady] = useState(false);
|
|
39
|
+
const [tempBgColor, setTempBgColor] = useState<string | null>(null);
|
|
40
|
+
const urlParamsProcessed = useRef(false);
|
|
41
|
+
|
|
42
|
+
const ctx = getCtx();
|
|
43
|
+
const isTemplate = useStore(ctx.isTemplate);
|
|
44
|
+
const activePaneMode = useStore(ctx.activePaneMode);
|
|
45
|
+
const $contentMap = useStore(fullContentMapStore) as FullContentMapItem[];
|
|
46
|
+
const $urlParams = useStore(urlParamsStore);
|
|
47
|
+
|
|
48
|
+
// Check if this specific panel is active
|
|
49
|
+
const isActive =
|
|
50
|
+
activePaneMode.panel === 'storyfragment' &&
|
|
51
|
+
activePaneMode.paneId === nodeId;
|
|
52
|
+
|
|
53
|
+
// Get the mode from activePaneMode or use DEFAULT
|
|
54
|
+
const mode =
|
|
55
|
+
isActive && activePaneMode.mode
|
|
56
|
+
? (activePaneMode.mode as StoryFragmentMode)
|
|
57
|
+
: StoryFragmentMode.DEFAULT;
|
|
58
|
+
|
|
59
|
+
const setMode = (newMode: StoryFragmentMode) => {
|
|
60
|
+
// Set the panel mode in the context
|
|
61
|
+
ctx.setPanelMode(nodeId, 'storyfragment', newMode);
|
|
62
|
+
|
|
63
|
+
// Clear any settings panel
|
|
64
|
+
settingsPanelStore.set(null);
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
useEffect(() => {
|
|
68
|
+
// Check for node availability
|
|
69
|
+
const checkNode = () => {
|
|
70
|
+
const ctx = getCtx();
|
|
71
|
+
const allNodes = ctx.allNodes.get();
|
|
72
|
+
const node = allNodes.get(nodeId) as StoryFragmentNode;
|
|
73
|
+
|
|
74
|
+
if (node) {
|
|
75
|
+
setStoryfragmentNode(node);
|
|
76
|
+
setIsNodeAvailable(true);
|
|
77
|
+
}
|
|
78
|
+
};
|
|
79
|
+
|
|
80
|
+
// Initial check
|
|
81
|
+
checkNode();
|
|
82
|
+
|
|
83
|
+
// Set up an interval to check until node is available
|
|
84
|
+
const intervalId = setInterval(() => {
|
|
85
|
+
if (!isNodeAvailable) {
|
|
86
|
+
checkNode();
|
|
87
|
+
} else {
|
|
88
|
+
clearInterval(intervalId);
|
|
89
|
+
}
|
|
90
|
+
}, 100); // Check every 100ms
|
|
91
|
+
|
|
92
|
+
// Cleanup
|
|
93
|
+
return () => {
|
|
94
|
+
clearInterval(intervalId);
|
|
95
|
+
};
|
|
96
|
+
}, [nodeId]);
|
|
97
|
+
|
|
98
|
+
// Handle URL params auto-opening
|
|
99
|
+
useEffect(() => {
|
|
100
|
+
if (!isNodeAvailable || urlParamsProcessed.current) return;
|
|
101
|
+
|
|
102
|
+
const params = $urlParams;
|
|
103
|
+
|
|
104
|
+
// Check for URL params and auto-open panels
|
|
105
|
+
if (params.menu || params.seo) {
|
|
106
|
+
// Menu takes priority if both are present
|
|
107
|
+
if (params.menu) {
|
|
108
|
+
setMode(StoryFragmentMode.MENU);
|
|
109
|
+
} else if (params.seo) {
|
|
110
|
+
setMode(StoryFragmentMode.OG);
|
|
111
|
+
}
|
|
112
|
+
|
|
113
|
+
// Remove the flags from URL params store (one-time action)
|
|
114
|
+
const cleanedParams = { ...params };
|
|
115
|
+
delete cleanedParams.menu;
|
|
116
|
+
delete cleanedParams.seo;
|
|
117
|
+
urlParamsStore.set(cleanedParams);
|
|
118
|
+
|
|
119
|
+
urlParamsProcessed.current = true;
|
|
120
|
+
}
|
|
121
|
+
}, [isNodeAvailable, $urlParams]);
|
|
122
|
+
|
|
123
|
+
// Check if SEO is ready by checking the content map
|
|
124
|
+
useEffect(() => {
|
|
125
|
+
if (!isNodeAvailable || !storyfragmentNode) return;
|
|
126
|
+
|
|
127
|
+
// Find the story fragment content in the content map
|
|
128
|
+
const storyFragmentContent = $contentMap.find(
|
|
129
|
+
(item) => item.type === 'StoryFragment' && item.id === nodeId
|
|
130
|
+
);
|
|
131
|
+
|
|
132
|
+
// Set SEO ready if description exists and is not empty
|
|
133
|
+
const hasValidDescription = Boolean(
|
|
134
|
+
storyFragmentContent?.description &&
|
|
135
|
+
storyFragmentContent.description.trim() !== ''
|
|
136
|
+
);
|
|
137
|
+
|
|
138
|
+
setIsSEOReady(hasValidDescription);
|
|
139
|
+
}, [nodeId, isNodeAvailable, storyfragmentNode, $contentMap]);
|
|
140
|
+
|
|
141
|
+
const handleBgColorChange = (newColor: string) => {
|
|
142
|
+
setTempBgColor(newColor);
|
|
143
|
+
};
|
|
144
|
+
|
|
145
|
+
const applyBgColorChange = () => {
|
|
146
|
+
if (!storyfragmentNode) return;
|
|
147
|
+
|
|
148
|
+
const ctx = getCtx();
|
|
149
|
+
const updatedNode: StoryFragmentNode = {
|
|
150
|
+
...cloneDeep(storyfragmentNode),
|
|
151
|
+
isChanged: true,
|
|
152
|
+
};
|
|
153
|
+
|
|
154
|
+
if (!tempBgColor) {
|
|
155
|
+
// Remove background color entirely (empty string means no color)
|
|
156
|
+
delete updatedNode.tailwindBgColour;
|
|
157
|
+
} else {
|
|
158
|
+
// Set the new background color
|
|
159
|
+
const val = hexToTailwind(tempBgColor, config?.BRAND_COLOURS);
|
|
160
|
+
const exactValPayload = val
|
|
161
|
+
? null
|
|
162
|
+
: findClosestTailwindColor(tempBgColor);
|
|
163
|
+
const exactVal =
|
|
164
|
+
exactValPayload && `${exactValPayload.name}-${exactValPayload.shade}`;
|
|
165
|
+
|
|
166
|
+
if (typeof exactVal === `string`) updatedNode.tailwindBgColour = exactVal;
|
|
167
|
+
else if (typeof val === `string`) updatedNode.tailwindBgColour = val;
|
|
168
|
+
else updatedNode.tailwindBgColour = undefined;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
ctx.modifyNodes([updatedNode]);
|
|
172
|
+
setStoryfragmentNode(updatedNode);
|
|
173
|
+
setTempBgColor(null);
|
|
174
|
+
};
|
|
175
|
+
|
|
176
|
+
if (!isNodeAvailable || !storyfragmentNode) {
|
|
177
|
+
return null;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
if (mode === StoryFragmentMode.SLUG) {
|
|
181
|
+
return (
|
|
182
|
+
<StoryFragmentSlugPanel
|
|
183
|
+
nodeId={nodeId}
|
|
184
|
+
setMode={setMode}
|
|
185
|
+
config={config!}
|
|
186
|
+
/>
|
|
187
|
+
);
|
|
188
|
+
} else if (mode === StoryFragmentMode.MENU) {
|
|
189
|
+
return <StoryFragmentMenuPanel nodeId={nodeId} setMode={setMode} />;
|
|
190
|
+
} else if (mode === StoryFragmentMode.OG) {
|
|
191
|
+
return (
|
|
192
|
+
<StoryFragmentOpenGraphPanel
|
|
193
|
+
nodeId={nodeId}
|
|
194
|
+
setMode={setMode}
|
|
195
|
+
config={config}
|
|
196
|
+
/>
|
|
197
|
+
);
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
return (
|
|
201
|
+
<div className="mb-4">
|
|
202
|
+
<div className="w-full rounded-b-md bg-white p-4">
|
|
203
|
+
<div className="flex flex-wrap items-center gap-2">
|
|
204
|
+
<button
|
|
205
|
+
onClick={() => setMode(StoryFragmentMode.OG)}
|
|
206
|
+
className="text-md min-h-9 rounded border border-cyan-200 bg-white px-3 text-cyan-700 shadow-sm transition-colors hover:bg-cyan-700 hover:text-white focus:bg-cyan-700 focus:text-white"
|
|
207
|
+
>
|
|
208
|
+
Title: <span className="font-bold">{storyfragmentNode.title}</span>
|
|
209
|
+
</button>
|
|
210
|
+
|
|
211
|
+
<button
|
|
212
|
+
onClick={() => setMode(StoryFragmentMode.SLUG)}
|
|
213
|
+
className="text-md h-9 rounded border border-cyan-200 bg-white px-3 text-cyan-700 shadow-sm transition-colors hover:bg-cyan-700 hover:text-white focus:bg-cyan-700 focus:text-white"
|
|
214
|
+
>
|
|
215
|
+
Slug: <span className="font-bold">{storyfragmentNode.slug}</span>
|
|
216
|
+
</button>
|
|
217
|
+
|
|
218
|
+
{!isTemplate && (
|
|
219
|
+
<>
|
|
220
|
+
<button
|
|
221
|
+
onClick={() => setMode(StoryFragmentMode.MENU)}
|
|
222
|
+
className="text-md flex h-9 items-center gap-1 rounded border border-cyan-200 bg-white px-3 text-cyan-700 shadow-sm transition-colors hover:bg-cyan-700 hover:text-white focus:bg-cyan-700 focus:text-white"
|
|
223
|
+
>
|
|
224
|
+
{storyfragmentNode.menuId ? (
|
|
225
|
+
<>
|
|
226
|
+
<CheckIcon className="h-4 w-4" />
|
|
227
|
+
<span className="font-bold">Has Menu</span>
|
|
228
|
+
</>
|
|
229
|
+
) : (
|
|
230
|
+
<>
|
|
231
|
+
<XMarkIcon className="h-4 w-4" />
|
|
232
|
+
<span>No Menu</span>
|
|
233
|
+
</>
|
|
234
|
+
)}
|
|
235
|
+
</button>
|
|
236
|
+
|
|
237
|
+
<button
|
|
238
|
+
onClick={() => setMode(StoryFragmentMode.OG)}
|
|
239
|
+
className="text-md flex h-9 items-center gap-1 rounded border border-cyan-200 bg-white px-3 text-cyan-700 shadow-sm transition-colors hover:bg-cyan-700 hover:text-white focus:bg-cyan-700 focus:text-white"
|
|
240
|
+
>
|
|
241
|
+
{isSEOReady ? (
|
|
242
|
+
<>
|
|
243
|
+
<CheckIcon className="h-4 w-4" />
|
|
244
|
+
<span className="font-bold">SEO Ready</span>
|
|
245
|
+
</>
|
|
246
|
+
) : (
|
|
247
|
+
<>
|
|
248
|
+
<TagIcon className="mr-1 h-4 w-4" />
|
|
249
|
+
<span>SEO Ready?</span>
|
|
250
|
+
</>
|
|
251
|
+
)}
|
|
252
|
+
</button>
|
|
253
|
+
</>
|
|
254
|
+
)}
|
|
255
|
+
|
|
256
|
+
{config && (
|
|
257
|
+
<div className="flex items-center gap-2">
|
|
258
|
+
<div className="text-md">Background Colour:</div>
|
|
259
|
+
<ColorPickerCombo
|
|
260
|
+
title=""
|
|
261
|
+
defaultColor={
|
|
262
|
+
storyfragmentNode.tailwindBgColour
|
|
263
|
+
? tailwindToHex(
|
|
264
|
+
storyfragmentNode.tailwindBgColour,
|
|
265
|
+
config?.BRAND_COLOURS || null
|
|
266
|
+
)
|
|
267
|
+
: ''
|
|
268
|
+
}
|
|
269
|
+
onColorChange={handleBgColorChange}
|
|
270
|
+
config={config}
|
|
271
|
+
allowNull={true}
|
|
272
|
+
/>
|
|
273
|
+
{tempBgColor !== null && (
|
|
274
|
+
<button
|
|
275
|
+
onClick={applyBgColorChange}
|
|
276
|
+
className="text-md h-9 rounded bg-cyan-700 px-3 text-white shadow-sm transition-colors hover:bg-cyan-800 focus:bg-cyan-800"
|
|
277
|
+
>
|
|
278
|
+
Apply
|
|
279
|
+
</button>
|
|
280
|
+
)}
|
|
281
|
+
</div>
|
|
282
|
+
)}
|
|
283
|
+
</div>
|
|
284
|
+
</div>
|
|
285
|
+
</div>
|
|
286
|
+
);
|
|
287
|
+
};
|
|
288
|
+
|
|
289
|
+
export default StoryFragmentConfigPanel;
|