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,258 @@
|
|
|
1
|
+
import {
|
|
2
|
+
useState,
|
|
3
|
+
useCallback,
|
|
4
|
+
type Dispatch,
|
|
5
|
+
type SetStateAction,
|
|
6
|
+
} from 'react';
|
|
7
|
+
import { ulid } from 'ulid';
|
|
8
|
+
import { getCtx } from '@/stores/nodes';
|
|
9
|
+
import XMarkIcon from '@heroicons/react/24/outline/XMarkIcon';
|
|
10
|
+
import CheckIcon from '@heroicons/react/24/outline/CheckIcon';
|
|
11
|
+
import ActionBuilderField from '@/components/form/ActionBuilderField';
|
|
12
|
+
import { fullContentMapStore } from '@/stores/storykeep';
|
|
13
|
+
import { cloneDeep } from '@/utils/helpers';
|
|
14
|
+
import { GOTO_TARGETS } from '@/constants';
|
|
15
|
+
import {
|
|
16
|
+
PaneConfigMode,
|
|
17
|
+
type ImpressionNode,
|
|
18
|
+
type PaneNode,
|
|
19
|
+
} from '@/types/compositorTypes';
|
|
20
|
+
|
|
21
|
+
interface PaneImpressionPanelProps {
|
|
22
|
+
nodeId: string;
|
|
23
|
+
setMode: Dispatch<SetStateAction<PaneConfigMode>>;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
const validateGotoAction = (value: string): boolean => {
|
|
27
|
+
if (!value.startsWith('(goto (')) return false;
|
|
28
|
+
|
|
29
|
+
try {
|
|
30
|
+
const match = value.match(/\(goto\s+\(([^)]+)\)/);
|
|
31
|
+
if (!match) return false;
|
|
32
|
+
|
|
33
|
+
const parts = match[1].split(' ').filter(Boolean);
|
|
34
|
+
if (parts.length === 0) return false;
|
|
35
|
+
|
|
36
|
+
const target = parts[0];
|
|
37
|
+
const targetConfig = GOTO_TARGETS[target];
|
|
38
|
+
if (!targetConfig) return false;
|
|
39
|
+
|
|
40
|
+
// For targets with subcommands
|
|
41
|
+
if (targetConfig.subcommands) {
|
|
42
|
+
if (parts.length < 2) return false;
|
|
43
|
+
return targetConfig.subcommands.includes(parts[1]);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
// For targets requiring parameters
|
|
47
|
+
if (targetConfig.requiresParam) {
|
|
48
|
+
if (parts.length < 2) return false;
|
|
49
|
+
|
|
50
|
+
// For targets requiring two parameters
|
|
51
|
+
if (targetConfig.requiresSecondParam) {
|
|
52
|
+
return parts.length >= 3;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
return true;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
// For simple targets (like 'home')
|
|
59
|
+
return true;
|
|
60
|
+
} catch (e) {
|
|
61
|
+
return false;
|
|
62
|
+
}
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
const validateImpression = (impression: Partial<ImpressionNode>): boolean => {
|
|
66
|
+
return !!(
|
|
67
|
+
impression.title?.trim() &&
|
|
68
|
+
impression.body?.trim() &&
|
|
69
|
+
impression.buttonText?.trim() &&
|
|
70
|
+
impression.actionsLisp?.trim() &&
|
|
71
|
+
validateGotoAction(impression.actionsLisp.trim())
|
|
72
|
+
);
|
|
73
|
+
};
|
|
74
|
+
|
|
75
|
+
const PaneImpressionPanel = ({ nodeId, setMode }: PaneImpressionPanelProps) => {
|
|
76
|
+
const ctx = getCtx();
|
|
77
|
+
const allNodes = ctx.allNodes.get();
|
|
78
|
+
const paneNode = cloneDeep(allNodes.get(nodeId)) as PaneNode;
|
|
79
|
+
const impressionNode = Array.from(allNodes.values()).find(
|
|
80
|
+
(node): node is ImpressionNode =>
|
|
81
|
+
node.nodeType === 'Impression' && node.parentId === nodeId
|
|
82
|
+
);
|
|
83
|
+
if (!paneNode) return null;
|
|
84
|
+
|
|
85
|
+
// Local state for form values
|
|
86
|
+
const [formData, setFormData] = useState({
|
|
87
|
+
title: impressionNode?.title || '',
|
|
88
|
+
body: impressionNode?.body || '',
|
|
89
|
+
buttonText: impressionNode?.buttonText || '',
|
|
90
|
+
actionsLisp: impressionNode?.actionsLisp || '',
|
|
91
|
+
});
|
|
92
|
+
|
|
93
|
+
const updateStore = useCallback(
|
|
94
|
+
(data: Partial<ImpressionNode>) => {
|
|
95
|
+
const ctx = getCtx();
|
|
96
|
+
let node: ImpressionNode;
|
|
97
|
+
if (impressionNode) {
|
|
98
|
+
// Update existing impression
|
|
99
|
+
node = {
|
|
100
|
+
...cloneDeep(impressionNode),
|
|
101
|
+
tagName: 'impression',
|
|
102
|
+
...data,
|
|
103
|
+
isChanged: true,
|
|
104
|
+
};
|
|
105
|
+
ctx.modifyNodes([node]);
|
|
106
|
+
} else {
|
|
107
|
+
// Create new impression linked to this Pane
|
|
108
|
+
node = {
|
|
109
|
+
id: ulid(),
|
|
110
|
+
tagName: 'impression',
|
|
111
|
+
nodeType: 'Impression',
|
|
112
|
+
parentId: nodeId,
|
|
113
|
+
...data,
|
|
114
|
+
isChanged: true,
|
|
115
|
+
} as ImpressionNode;
|
|
116
|
+
ctx.addTemplateImpressionNode(nodeId, node);
|
|
117
|
+
}
|
|
118
|
+
ctx.modifyNodes([
|
|
119
|
+
{
|
|
120
|
+
...paneNode,
|
|
121
|
+
isChanged: true,
|
|
122
|
+
},
|
|
123
|
+
]);
|
|
124
|
+
},
|
|
125
|
+
[nodeId, impressionNode]
|
|
126
|
+
);
|
|
127
|
+
|
|
128
|
+
const handleInputChange = (field: keyof typeof formData, value: string) => {
|
|
129
|
+
const newData = { ...formData, [field]: value };
|
|
130
|
+
setFormData(newData);
|
|
131
|
+
|
|
132
|
+
if (field === 'actionsLisp') {
|
|
133
|
+
if (validateImpression(newData)) {
|
|
134
|
+
updateStore(newData);
|
|
135
|
+
}
|
|
136
|
+
}
|
|
137
|
+
};
|
|
138
|
+
|
|
139
|
+
const handleBlur = () => {
|
|
140
|
+
const newData = {
|
|
141
|
+
title: formData.title.trim(),
|
|
142
|
+
body: formData.body.trim(),
|
|
143
|
+
buttonText: formData.buttonText.trim(),
|
|
144
|
+
actionsLisp: formData.actionsLisp.trim(),
|
|
145
|
+
};
|
|
146
|
+
|
|
147
|
+
if (validateImpression(newData)) {
|
|
148
|
+
updateStore(newData);
|
|
149
|
+
}
|
|
150
|
+
};
|
|
151
|
+
|
|
152
|
+
const handleRemove = () => {
|
|
153
|
+
if (impressionNode?.id && impressionNode?.parentId) {
|
|
154
|
+
const ctx = getCtx();
|
|
155
|
+
ctx.deleteNode(impressionNode.id);
|
|
156
|
+
ctx.modifyNodes([
|
|
157
|
+
{
|
|
158
|
+
...paneNode,
|
|
159
|
+
isChanged: true,
|
|
160
|
+
},
|
|
161
|
+
]);
|
|
162
|
+
setMode(PaneConfigMode.DEFAULT);
|
|
163
|
+
}
|
|
164
|
+
};
|
|
165
|
+
|
|
166
|
+
const commonInputClass =
|
|
167
|
+
'block w-full rounded-md border-0 px-2.5 py-1.5 text-myblack ring-1 ring-inset ring-mygreen placeholder:text-mydarkgrey focus:ring-2 focus:ring-inset focus:ring-myorange xs:text-sm xs:leading-6';
|
|
168
|
+
const isValid = validateImpression(formData);
|
|
169
|
+
|
|
170
|
+
return (
|
|
171
|
+
<div className="group mb-4 w-full rounded-b-md bg-white px-1.5 py-6 shadow-inner">
|
|
172
|
+
<div className="px-3.5">
|
|
173
|
+
<div className="mb-4 flex justify-between">
|
|
174
|
+
<h3 className="text-lg font-bold">Impression Settings</h3>
|
|
175
|
+
<button
|
|
176
|
+
onClick={() => setMode(PaneConfigMode.DEFAULT)}
|
|
177
|
+
className="text-myblue hover:text-black"
|
|
178
|
+
>
|
|
179
|
+
← Go Back
|
|
180
|
+
</button>
|
|
181
|
+
</div>
|
|
182
|
+
|
|
183
|
+
<div className="space-y-4">
|
|
184
|
+
<div>
|
|
185
|
+
<label className="text-mydarkgrey block text-sm">Title</label>
|
|
186
|
+
<input
|
|
187
|
+
type="text"
|
|
188
|
+
value={formData.title}
|
|
189
|
+
onChange={(e) => handleInputChange('title', e.target.value)}
|
|
190
|
+
onBlur={handleBlur}
|
|
191
|
+
placeholder="Enter impression title"
|
|
192
|
+
className={commonInputClass}
|
|
193
|
+
/>
|
|
194
|
+
</div>
|
|
195
|
+
|
|
196
|
+
<div>
|
|
197
|
+
<label className="text-mydarkgrey block text-sm">Body</label>
|
|
198
|
+
<textarea
|
|
199
|
+
value={formData.body}
|
|
200
|
+
onChange={(e) => handleInputChange('body', e.target.value)}
|
|
201
|
+
onBlur={handleBlur}
|
|
202
|
+
placeholder="Enter impression body text"
|
|
203
|
+
className={`${commonInputClass} min-h-[100px]`}
|
|
204
|
+
/>
|
|
205
|
+
</div>
|
|
206
|
+
|
|
207
|
+
<div>
|
|
208
|
+
<label className="text-mydarkgrey block text-sm">Button Text</label>
|
|
209
|
+
<input
|
|
210
|
+
type="text"
|
|
211
|
+
value={formData.buttonText}
|
|
212
|
+
onChange={(e) => handleInputChange('buttonText', e.target.value)}
|
|
213
|
+
onBlur={handleBlur}
|
|
214
|
+
placeholder="Enter button text"
|
|
215
|
+
className={commonInputClass}
|
|
216
|
+
/>
|
|
217
|
+
</div>
|
|
218
|
+
|
|
219
|
+
<div className="relative">
|
|
220
|
+
<label className="text-mydarkgrey block text-sm">Actions</label>
|
|
221
|
+
<ActionBuilderField
|
|
222
|
+
value={formData.actionsLisp}
|
|
223
|
+
onChange={(value) => handleInputChange('actionsLisp', value)}
|
|
224
|
+
contentMap={fullContentMapStore.get()}
|
|
225
|
+
/>
|
|
226
|
+
</div>
|
|
227
|
+
|
|
228
|
+
<div className="flex items-center gap-2 pt-2">
|
|
229
|
+
{isValid ? (
|
|
230
|
+
<div className="flex items-center gap-1 text-green-600">
|
|
231
|
+
<CheckIcon className="h-5 w-5" />
|
|
232
|
+
<span>Valid impression configuration</span>
|
|
233
|
+
</div>
|
|
234
|
+
) : (
|
|
235
|
+
<div className="text-mydarkgrey">
|
|
236
|
+
All fields are required and action must be fully configured
|
|
237
|
+
</div>
|
|
238
|
+
)}
|
|
239
|
+
</div>
|
|
240
|
+
|
|
241
|
+
{impressionNode && (
|
|
242
|
+
<div className="mt-6 border-t border-gray-200 pt-6">
|
|
243
|
+
<button
|
|
244
|
+
onClick={handleRemove}
|
|
245
|
+
className="flex items-center gap-2 rounded-md bg-red-100 px-4 py-2 text-red-700 hover:bg-red-200"
|
|
246
|
+
>
|
|
247
|
+
<XMarkIcon className="h-5 w-5" />
|
|
248
|
+
Remove Impression
|
|
249
|
+
</button>
|
|
250
|
+
</div>
|
|
251
|
+
)}
|
|
252
|
+
</div>
|
|
253
|
+
</div>
|
|
254
|
+
</div>
|
|
255
|
+
);
|
|
256
|
+
};
|
|
257
|
+
|
|
258
|
+
export default PaneImpressionPanel;
|
|
@@ -0,0 +1,268 @@
|
|
|
1
|
+
import {
|
|
2
|
+
useState,
|
|
3
|
+
useCallback,
|
|
4
|
+
useEffect,
|
|
5
|
+
type Dispatch,
|
|
6
|
+
type SetStateAction,
|
|
7
|
+
} from 'react';
|
|
8
|
+
import { getCtx } from '@/stores/nodes';
|
|
9
|
+
import { cloneDeep } from '@/utils/helpers';
|
|
10
|
+
import {
|
|
11
|
+
PaneConfigMode,
|
|
12
|
+
type PaneNode,
|
|
13
|
+
type BeliefNode,
|
|
14
|
+
} from '@/types/compositorTypes';
|
|
15
|
+
import MagicPathBuilder from '@/components/form/MagicPathBuilder';
|
|
16
|
+
|
|
17
|
+
type PathsType = Record<string, string[]>;
|
|
18
|
+
|
|
19
|
+
interface PaneMagicPathPanelProps {
|
|
20
|
+
nodeId: string;
|
|
21
|
+
setMode: Dispatch<SetStateAction<PaneConfigMode>>;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
const PaneMagicPathPanel = ({ nodeId, setMode }: PaneMagicPathPanelProps) => {
|
|
25
|
+
const [heldPaths, setHeldPaths] = useState<PathsType>({});
|
|
26
|
+
const [withheldPaths, setWithheldPaths] = useState<PathsType>({});
|
|
27
|
+
const [availableBeliefs, setAvailableBeliefs] = useState<BeliefNode[]>([]);
|
|
28
|
+
const [isLoading, setIsLoading] = useState(true);
|
|
29
|
+
const [error, setError] = useState<string | null>(null);
|
|
30
|
+
//const [isCreatingBelief, setIsCreatingBelief] = useState(false);
|
|
31
|
+
|
|
32
|
+
const ctx = getCtx();
|
|
33
|
+
const allNodes = ctx.allNodes.get();
|
|
34
|
+
const paneNode = allNodes.get(nodeId) as PaneNode | undefined;
|
|
35
|
+
|
|
36
|
+
if (!paneNode) return null;
|
|
37
|
+
|
|
38
|
+
// Initialize state from node data
|
|
39
|
+
useEffect(() => {
|
|
40
|
+
setHeldPaths((paneNode.heldBeliefs as PathsType) || {});
|
|
41
|
+
setWithheldPaths((paneNode.withheldBeliefs as PathsType) || {});
|
|
42
|
+
}, [paneNode.heldBeliefs, paneNode.withheldBeliefs]);
|
|
43
|
+
|
|
44
|
+
const fetchBeliefs = async () => {
|
|
45
|
+
try {
|
|
46
|
+
setIsLoading(true);
|
|
47
|
+
const goBackend =
|
|
48
|
+
import.meta.env.PUBLIC_GO_BACKEND || 'http://localhost:8080';
|
|
49
|
+
const tenantId = import.meta.env.PUBLIC_TENANTID || 'default';
|
|
50
|
+
|
|
51
|
+
// Get all belief IDs first
|
|
52
|
+
const idsResponse = await fetch(`${goBackend}/api/v1/nodes/beliefs`, {
|
|
53
|
+
method: 'GET',
|
|
54
|
+
headers: {
|
|
55
|
+
'Content-Type': 'application/json',
|
|
56
|
+
'X-Tenant-ID': tenantId,
|
|
57
|
+
},
|
|
58
|
+
});
|
|
59
|
+
|
|
60
|
+
if (!idsResponse.ok) throw new Error('Failed to fetch belief IDs');
|
|
61
|
+
|
|
62
|
+
const idsResult = await idsResponse.json();
|
|
63
|
+
// CORRECTED: The key from the backend is "beliefIds", not "beliefs"
|
|
64
|
+
if (!idsResult.beliefIds || idsResult.beliefIds.length === 0) {
|
|
65
|
+
setAvailableBeliefs([]);
|
|
66
|
+
setIsLoading(false);
|
|
67
|
+
return;
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
// Get full belief data
|
|
71
|
+
const beliefsResponse = await fetch(`${goBackend}/api/v1/nodes/beliefs`, {
|
|
72
|
+
method: 'POST',
|
|
73
|
+
headers: {
|
|
74
|
+
'Content-Type': 'application/json',
|
|
75
|
+
'X-Tenant-ID': tenantId,
|
|
76
|
+
},
|
|
77
|
+
// CORRECTED: Pass the array from the correct key "beliefIds"
|
|
78
|
+
body: JSON.stringify({ beliefIds: idsResult.beliefIds }),
|
|
79
|
+
});
|
|
80
|
+
|
|
81
|
+
if (!beliefsResponse.ok) throw new Error('Failed to fetch beliefs');
|
|
82
|
+
|
|
83
|
+
const beliefsResult = await beliefsResponse.json();
|
|
84
|
+
if (beliefsResult.beliefs) {
|
|
85
|
+
setAvailableBeliefs(beliefsResult.beliefs);
|
|
86
|
+
} else {
|
|
87
|
+
throw new Error('Failed to fetch beliefs');
|
|
88
|
+
}
|
|
89
|
+
} catch (error) {
|
|
90
|
+
setError(error instanceof Error ? error.message : 'An error occurred');
|
|
91
|
+
} finally {
|
|
92
|
+
setIsLoading(false);
|
|
93
|
+
}
|
|
94
|
+
};
|
|
95
|
+
|
|
96
|
+
// Fetch available beliefs
|
|
97
|
+
useEffect(() => {
|
|
98
|
+
fetchBeliefs();
|
|
99
|
+
}, []);
|
|
100
|
+
|
|
101
|
+
// Handle updating store
|
|
102
|
+
const updateStore = useCallback(
|
|
103
|
+
(updatedHeldPaths: PathsType, updatedWithheldPaths: PathsType) => {
|
|
104
|
+
const ctx = getCtx();
|
|
105
|
+
const allNodes = ctx.allNodes.get();
|
|
106
|
+
const updatedNode = cloneDeep(allNodes.get(nodeId)) as PaneNode;
|
|
107
|
+
|
|
108
|
+
updatedNode.heldBeliefs = updatedHeldPaths;
|
|
109
|
+
updatedNode.withheldBeliefs = updatedWithheldPaths;
|
|
110
|
+
updatedNode.isChanged = true;
|
|
111
|
+
|
|
112
|
+
const currentPanelState = ctx.activePaneMode.get();
|
|
113
|
+
|
|
114
|
+
ctx.modifyNodes([updatedNode]);
|
|
115
|
+
|
|
116
|
+
setTimeout(() => {
|
|
117
|
+
// Only restore if it was a PATH mode
|
|
118
|
+
if (
|
|
119
|
+
currentPanelState.panel === 'settings' &&
|
|
120
|
+
currentPanelState.mode === 'PATH'
|
|
121
|
+
) {
|
|
122
|
+
ctx.setPanelMode(nodeId, 'settings', PaneConfigMode.PATH);
|
|
123
|
+
}
|
|
124
|
+
}, 0);
|
|
125
|
+
},
|
|
126
|
+
[nodeId]
|
|
127
|
+
);
|
|
128
|
+
|
|
129
|
+
// Handle updating held beliefs
|
|
130
|
+
const handleHeldPathsChange = useCallback(
|
|
131
|
+
(newPaths: PathsType) => {
|
|
132
|
+
setHeldPaths(newPaths);
|
|
133
|
+
updateStore(newPaths, withheldPaths);
|
|
134
|
+
},
|
|
135
|
+
[withheldPaths, updateStore]
|
|
136
|
+
);
|
|
137
|
+
|
|
138
|
+
// Handle updating withheld beliefs
|
|
139
|
+
const handleWithheldPathsChange = useCallback(
|
|
140
|
+
(newPaths: PathsType) => {
|
|
141
|
+
setWithheldPaths(newPaths);
|
|
142
|
+
updateStore(heldPaths, newPaths);
|
|
143
|
+
},
|
|
144
|
+
[heldPaths, updateStore]
|
|
145
|
+
);
|
|
146
|
+
|
|
147
|
+
// Handle saving custom values for a belief
|
|
148
|
+
const handleSaveCustomValue = useCallback(
|
|
149
|
+
async (beliefId: string, customValues: string[]) => {
|
|
150
|
+
try {
|
|
151
|
+
const belief = availableBeliefs.find((b) => b.id === beliefId);
|
|
152
|
+
if (!belief) throw new Error('Belief not found');
|
|
153
|
+
|
|
154
|
+
const updatedBelief = {
|
|
155
|
+
...belief,
|
|
156
|
+
customValues,
|
|
157
|
+
};
|
|
158
|
+
|
|
159
|
+
const goBackend =
|
|
160
|
+
import.meta.env.PUBLIC_GO_BACKEND || 'http://localhost:8080';
|
|
161
|
+
const tenantId = import.meta.env.PUBLIC_TENANTID || 'default';
|
|
162
|
+
|
|
163
|
+
const response = await fetch(
|
|
164
|
+
`${goBackend}/api/v1/nodes/beliefs/${beliefId}`,
|
|
165
|
+
{
|
|
166
|
+
method: 'PUT',
|
|
167
|
+
headers: {
|
|
168
|
+
'Content-Type': 'application/json',
|
|
169
|
+
'X-Tenant-ID': tenantId,
|
|
170
|
+
},
|
|
171
|
+
body: JSON.stringify(updatedBelief),
|
|
172
|
+
}
|
|
173
|
+
);
|
|
174
|
+
|
|
175
|
+
if (!response.ok) throw new Error('Failed to save custom values');
|
|
176
|
+
|
|
177
|
+
const result = await response.json();
|
|
178
|
+
if (!result) {
|
|
179
|
+
throw new Error('Failed to save custom values');
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
// Update available beliefs with new custom values
|
|
183
|
+
setAvailableBeliefs((prev) =>
|
|
184
|
+
prev.map((b) => (b.id === beliefId ? { ...b, customValues } : b))
|
|
185
|
+
);
|
|
186
|
+
} catch (error) {
|
|
187
|
+
setError(error instanceof Error ? error.message : 'An error occurred');
|
|
188
|
+
}
|
|
189
|
+
},
|
|
190
|
+
[availableBeliefs]
|
|
191
|
+
);
|
|
192
|
+
|
|
193
|
+
if (isLoading) {
|
|
194
|
+
return (
|
|
195
|
+
<div className="p-4">
|
|
196
|
+
<p>Loading available beliefs...</p>
|
|
197
|
+
</div>
|
|
198
|
+
);
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
if (error) {
|
|
202
|
+
return (
|
|
203
|
+
<div className="rounded-md bg-red-50 p-4 text-red-700">
|
|
204
|
+
<p>Error: {error}</p>
|
|
205
|
+
</div>
|
|
206
|
+
);
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
return (
|
|
210
|
+
<div className="group mb-4 w-full rounded-b-md bg-white px-1.5 py-6 shadow-inner">
|
|
211
|
+
<div className="px-3.5">
|
|
212
|
+
<div className="mb-4 flex justify-between">
|
|
213
|
+
<h3 className="text-lg font-bold">Magic Paths</h3>
|
|
214
|
+
<div className="space-x-2">
|
|
215
|
+
<button
|
|
216
|
+
onClick={() => setMode(PaneConfigMode.DEFAULT)}
|
|
217
|
+
className="text-cyan-700 hover:text-black"
|
|
218
|
+
>
|
|
219
|
+
← Go Back
|
|
220
|
+
</button>
|
|
221
|
+
</div>
|
|
222
|
+
</div>
|
|
223
|
+
|
|
224
|
+
<div className="flex w-full flex-wrap gap-8">
|
|
225
|
+
<div className="min-w-[400px] flex-1">
|
|
226
|
+
<MagicPathBuilder
|
|
227
|
+
paths={heldPaths}
|
|
228
|
+
setPaths={handleHeldPathsChange}
|
|
229
|
+
availableBeliefs={availableBeliefs}
|
|
230
|
+
isShowCondition={true}
|
|
231
|
+
onSaveCustomValue={handleSaveCustomValue}
|
|
232
|
+
/>
|
|
233
|
+
</div>
|
|
234
|
+
|
|
235
|
+
<div className="min-w-[400px] flex-1">
|
|
236
|
+
<MagicPathBuilder
|
|
237
|
+
paths={withheldPaths}
|
|
238
|
+
setPaths={handleWithheldPathsChange}
|
|
239
|
+
availableBeliefs={availableBeliefs}
|
|
240
|
+
isShowCondition={false}
|
|
241
|
+
onSaveCustomValue={handleSaveCustomValue}
|
|
242
|
+
/>
|
|
243
|
+
</div>
|
|
244
|
+
</div>
|
|
245
|
+
|
|
246
|
+
<div className="mt-4 text-sm text-gray-600">
|
|
247
|
+
<p>Conditions control content visibility based on visitor beliefs:</p>
|
|
248
|
+
<ul className="ml-5 mt-2 list-disc">
|
|
249
|
+
<li>
|
|
250
|
+
Show Conditions display content when matching beliefs are held
|
|
251
|
+
</li>
|
|
252
|
+
<li>
|
|
253
|
+
Hide Conditions prevent content display when matching beliefs are
|
|
254
|
+
held
|
|
255
|
+
</li>
|
|
256
|
+
<li>Use Match Any Value (*) to match any value for a belief</li>
|
|
257
|
+
<li>
|
|
258
|
+
For custom beliefs, you can edit available values using the check
|
|
259
|
+
icon
|
|
260
|
+
</li>
|
|
261
|
+
</ul>
|
|
262
|
+
</div>
|
|
263
|
+
</div>
|
|
264
|
+
</div>
|
|
265
|
+
);
|
|
266
|
+
};
|
|
267
|
+
|
|
268
|
+
export default PaneMagicPathPanel;
|