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,69 @@
|
|
|
1
|
+
import { type CSSProperties, useEffect, useState } from 'react';
|
|
2
|
+
import TrashIcon from '@heroicons/react/24/outline/TrashIcon';
|
|
3
|
+
import { viewportKeyStore } from '@/stores/storykeep';
|
|
4
|
+
import { getCtx } from '@/stores/nodes';
|
|
5
|
+
import { RenderChildren } from './RenderChildren';
|
|
6
|
+
import { CodeHookContainer } from './Pane';
|
|
7
|
+
import type { NodeProps } from '@/types/nodeProps';
|
|
8
|
+
|
|
9
|
+
export const PaneEraser = (props: NodeProps) => {
|
|
10
|
+
const wrapperClasses = `grid ${getCtx(props).getNodeClasses(props.nodeId, viewportKeyStore.get().value)}`;
|
|
11
|
+
const contentClasses = 'relative w-full h-auto justify-self-start';
|
|
12
|
+
const contentStyles: CSSProperties = {
|
|
13
|
+
...getCtx(props).getNodeCSSPropertiesStyles(props.nodeId),
|
|
14
|
+
gridArea: '1/1/1/1',
|
|
15
|
+
};
|
|
16
|
+
const codeHookPayload = getCtx(props).getNodeCodeHookPayload(props.nodeId);
|
|
17
|
+
const [children, setChildren] = useState<string[]>([
|
|
18
|
+
...getCtx(props).getChildNodeIDs(props.nodeId),
|
|
19
|
+
]);
|
|
20
|
+
|
|
21
|
+
const getPaneId = (): string => `pane-${props.nodeId}`;
|
|
22
|
+
|
|
23
|
+
useEffect(() => {
|
|
24
|
+
const unsubscribe = getCtx(props).notifications.subscribe(
|
|
25
|
+
props.nodeId,
|
|
26
|
+
() => {
|
|
27
|
+
console.log(
|
|
28
|
+
'notification received data update for pane node: ' + props.nodeId
|
|
29
|
+
);
|
|
30
|
+
setChildren([...getCtx(props).getChildNodeIDs(props.nodeId)]);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
return unsubscribe;
|
|
34
|
+
}, []);
|
|
35
|
+
|
|
36
|
+
return (
|
|
37
|
+
<div id={getPaneId()} className="pane min-h-16">
|
|
38
|
+
<div
|
|
39
|
+
id={getCtx(props).getNodeSlug(props.nodeId)}
|
|
40
|
+
className={wrapperClasses}
|
|
41
|
+
>
|
|
42
|
+
<div
|
|
43
|
+
className={contentClasses}
|
|
44
|
+
style={contentStyles}
|
|
45
|
+
onClick={(e) => {
|
|
46
|
+
getCtx(props).setClickedNodeId(props.nodeId);
|
|
47
|
+
e.stopPropagation();
|
|
48
|
+
}}
|
|
49
|
+
>
|
|
50
|
+
<button
|
|
51
|
+
title="Delete Pane"
|
|
52
|
+
onClick={(e) => {
|
|
53
|
+
getCtx(props).setClickedNodeId(props.nodeId);
|
|
54
|
+
e.stopPropagation();
|
|
55
|
+
}}
|
|
56
|
+
className="absolute right-2 top-2 z-10 rounded-full bg-red-700 p-1.5 hover:bg-black"
|
|
57
|
+
>
|
|
58
|
+
<TrashIcon className="h-10 w-10 text-white" />
|
|
59
|
+
</button>
|
|
60
|
+
{codeHookPayload ? (
|
|
61
|
+
<CodeHookContainer payload={codeHookPayload} />
|
|
62
|
+
) : (
|
|
63
|
+
<RenderChildren children={children} nodeProps={props} />
|
|
64
|
+
)}
|
|
65
|
+
</div>
|
|
66
|
+
</div>
|
|
67
|
+
</div>
|
|
68
|
+
);
|
|
69
|
+
};
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import { type CSSProperties, useEffect, useState } from 'react';
|
|
2
|
+
import PuzzlePieceIcon from '@heroicons/react/24/outline/PuzzlePieceIcon';
|
|
3
|
+
import { viewportKeyStore } from '@/stores/storykeep';
|
|
4
|
+
import { getCtx } from '@/stores/nodes';
|
|
5
|
+
import { RenderChildren } from './RenderChildren';
|
|
6
|
+
import { CodeHookContainer } from './Pane';
|
|
7
|
+
import { type NodeProps } from '@/types/nodeProps';
|
|
8
|
+
|
|
9
|
+
export const PaneLayout = (props: NodeProps) => {
|
|
10
|
+
const wrapperClasses = `grid ${getCtx(props).getNodeClasses(props.nodeId, viewportKeyStore.get().value)}`;
|
|
11
|
+
const contentClasses = 'relative w-full h-auto justify-self-start';
|
|
12
|
+
const contentStyles: CSSProperties = {
|
|
13
|
+
...getCtx(props).getNodeCSSPropertiesStyles(props.nodeId),
|
|
14
|
+
gridArea: '1/1/1/1',
|
|
15
|
+
};
|
|
16
|
+
const codeHookPayload = getCtx(props).getNodeCodeHookPayload(props.nodeId);
|
|
17
|
+
const [children, setChildren] = useState<string[]>([
|
|
18
|
+
...getCtx(props).getChildNodeIDs(props.nodeId),
|
|
19
|
+
]);
|
|
20
|
+
|
|
21
|
+
const getPaneId = (): string => `pane-${props.nodeId}`;
|
|
22
|
+
|
|
23
|
+
useEffect(() => {
|
|
24
|
+
const unsubscribe = getCtx(props).notifications.subscribe(
|
|
25
|
+
props.nodeId,
|
|
26
|
+
() => {
|
|
27
|
+
console.log(
|
|
28
|
+
'notification received data update for page node: ' + props.nodeId
|
|
29
|
+
);
|
|
30
|
+
setChildren([...getCtx(props).getChildNodeIDs(props.nodeId)]);
|
|
31
|
+
}
|
|
32
|
+
);
|
|
33
|
+
return unsubscribe;
|
|
34
|
+
}, []);
|
|
35
|
+
|
|
36
|
+
return (
|
|
37
|
+
<div id={getPaneId()} className="pane min-h-16">
|
|
38
|
+
<div
|
|
39
|
+
id={getCtx(props).getNodeSlug(props.nodeId)}
|
|
40
|
+
className={wrapperClasses}
|
|
41
|
+
>
|
|
42
|
+
<div
|
|
43
|
+
className={contentClasses}
|
|
44
|
+
style={contentStyles}
|
|
45
|
+
onClick={(e) => {
|
|
46
|
+
getCtx(props).setClickedNodeId(props.nodeId);
|
|
47
|
+
e.stopPropagation();
|
|
48
|
+
}}
|
|
49
|
+
onDoubleClick={(e) => {
|
|
50
|
+
getCtx(props).setClickedNodeId(props.nodeId, true);
|
|
51
|
+
e.stopPropagation();
|
|
52
|
+
}}
|
|
53
|
+
>
|
|
54
|
+
<button
|
|
55
|
+
title="Apply New Layout"
|
|
56
|
+
onClick={(e) => {
|
|
57
|
+
getCtx(props).setClickedNodeId(props.nodeId);
|
|
58
|
+
e.stopPropagation();
|
|
59
|
+
}}
|
|
60
|
+
onDoubleClick={(e) => {
|
|
61
|
+
getCtx(props).setClickedNodeId(props.nodeId, true);
|
|
62
|
+
e.stopPropagation();
|
|
63
|
+
}}
|
|
64
|
+
className="absolute right-2 top-2 z-10 rounded-full bg-cyan-700 p-1.5 hover:bg-black"
|
|
65
|
+
>
|
|
66
|
+
<PuzzlePieceIcon className="h-10 w-10 text-white" />
|
|
67
|
+
</button>
|
|
68
|
+
{codeHookPayload ? (
|
|
69
|
+
<CodeHookContainer payload={codeHookPayload} />
|
|
70
|
+
) : (
|
|
71
|
+
<RenderChildren children={children} nodeProps={props} />
|
|
72
|
+
)}
|
|
73
|
+
</div>
|
|
74
|
+
</div>
|
|
75
|
+
</div>
|
|
76
|
+
);
|
|
77
|
+
};
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import Node from '../Node';
|
|
2
|
+
import type { NodeProps } from '@/types/nodeProps';
|
|
3
|
+
import type { CompositorProps } from '../Compositor';
|
|
4
|
+
|
|
5
|
+
export type RenderChildrenProps = {
|
|
6
|
+
children: string[];
|
|
7
|
+
nodeProps: NodeProps | CompositorProps;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export const RenderChildren = (props: RenderChildrenProps) => {
|
|
11
|
+
const { children, nodeProps } = props;
|
|
12
|
+
return (
|
|
13
|
+
<>
|
|
14
|
+
{children.map((id: string) => (
|
|
15
|
+
<Node nodeId={id} key={id} ctx={nodeProps.ctx} />
|
|
16
|
+
))}
|
|
17
|
+
</>
|
|
18
|
+
);
|
|
19
|
+
};
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
import { useEffect, useState } from 'react';
|
|
2
|
+
import { getCtx } from '@/stores/nodes';
|
|
3
|
+
import { viewportKeyStore } from '@/stores/storykeep';
|
|
4
|
+
import { RenderChildren } from './RenderChildren';
|
|
5
|
+
import type { NodeProps } from '@/types/nodeProps';
|
|
6
|
+
|
|
7
|
+
export const StoryFragment = (props: NodeProps) => {
|
|
8
|
+
//console.log(`Rendering StoryFragment with id: ${props.nodeId}`);
|
|
9
|
+
const [children, setChildren] = useState<string[]>([
|
|
10
|
+
...getCtx(props).getChildNodeIDs(props.nodeId),
|
|
11
|
+
]);
|
|
12
|
+
|
|
13
|
+
useEffect(() => {
|
|
14
|
+
const unsubscribe = getCtx(props).notifications.subscribe(
|
|
15
|
+
props.nodeId,
|
|
16
|
+
() => {
|
|
17
|
+
//console.log(" !! StoryFragment received notification:", props.nodeId);
|
|
18
|
+
setChildren([...getCtx(props).getChildNodeIDs(props.nodeId)]);
|
|
19
|
+
}
|
|
20
|
+
);
|
|
21
|
+
return unsubscribe;
|
|
22
|
+
}, [props.nodeId]);
|
|
23
|
+
|
|
24
|
+
return (
|
|
25
|
+
<div
|
|
26
|
+
className={getCtx(props).getNodeClasses(
|
|
27
|
+
props.nodeId,
|
|
28
|
+
viewportKeyStore.get().value
|
|
29
|
+
)}
|
|
30
|
+
style={getCtx(props).getNodeCSSPropertiesStyles(props.nodeId)}
|
|
31
|
+
>
|
|
32
|
+
<RenderChildren children={children} nodeProps={props} />
|
|
33
|
+
</div>
|
|
34
|
+
);
|
|
35
|
+
};
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import { getCtx } from '@/stores/nodes';
|
|
2
|
+
import { RenderChildren } from './RenderChildren';
|
|
3
|
+
import type { NodeProps } from '@/types/nodeProps';
|
|
4
|
+
|
|
5
|
+
export const TagElement = (props: NodeProps) => {
|
|
6
|
+
return (
|
|
7
|
+
<>
|
|
8
|
+
<RenderChildren
|
|
9
|
+
children={getCtx(props).getChildNodeIDs(props.nodeId)}
|
|
10
|
+
nodeProps={props}
|
|
11
|
+
/>
|
|
12
|
+
</>
|
|
13
|
+
);
|
|
14
|
+
};
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
import { memo, type ReactElement } from 'react';
|
|
2
|
+
import { getCtx, NodesContext } from '@/stores/nodes';
|
|
3
|
+
import { viewportKeyStore } from '@/stores/storykeep';
|
|
4
|
+
import { Belief } from '@/components/compositor/elements/Belief';
|
|
5
|
+
import { IdentifyAs } from '@/components/compositor/elements/IdentifyAs';
|
|
6
|
+
import { ToggleBelief } from '@/components/compositor/elements/ToggleBelief';
|
|
7
|
+
import { YouTubeWrapper } from '@/components/compositor/elements/YouTubeWrapper';
|
|
8
|
+
import { SignUp } from '@/components/compositor/elements/SignUp';
|
|
9
|
+
import BunnyVideo from '@/components/compositor/elements/BunnyVideo';
|
|
10
|
+
|
|
11
|
+
export interface WidgetProps {
|
|
12
|
+
nodeId: string;
|
|
13
|
+
ctx?: NodesContext;
|
|
14
|
+
hook: string | null;
|
|
15
|
+
value1: string | null;
|
|
16
|
+
value2: string | null;
|
|
17
|
+
value3: string;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
const getWidgetElement = (
|
|
21
|
+
props: WidgetProps,
|
|
22
|
+
classNames: string
|
|
23
|
+
): ReactElement | null => {
|
|
24
|
+
const { hook, value1, value2, value3, nodeId } = props;
|
|
25
|
+
if (!hook || !value1) return null;
|
|
26
|
+
|
|
27
|
+
switch (hook) {
|
|
28
|
+
case 'youtube':
|
|
29
|
+
return value2 ? (
|
|
30
|
+
<div className={`${classNames} pointer-events-none`}>
|
|
31
|
+
<YouTubeWrapper embedCode={value1} title={value2} />
|
|
32
|
+
</div>
|
|
33
|
+
) : null;
|
|
34
|
+
|
|
35
|
+
case 'signup':
|
|
36
|
+
return (
|
|
37
|
+
<div className={`${classNames} pointer-events-none`}>
|
|
38
|
+
<SignUp
|
|
39
|
+
id={nodeId}
|
|
40
|
+
persona={value1 ?? 'Major Updates Only'}
|
|
41
|
+
prompt={value2 ?? 'Keep in touch!'}
|
|
42
|
+
clarifyConsent={value3 === 'true'}
|
|
43
|
+
/>
|
|
44
|
+
</div>
|
|
45
|
+
);
|
|
46
|
+
|
|
47
|
+
case 'belief':
|
|
48
|
+
return value2 ? (
|
|
49
|
+
<div className={`${classNames} pointer-events-none`}>
|
|
50
|
+
<Belief value={{ slug: value1, scale: value2, extra: value3 }} />
|
|
51
|
+
</div>
|
|
52
|
+
) : null;
|
|
53
|
+
|
|
54
|
+
case 'identifyAs':
|
|
55
|
+
return value2 ? (
|
|
56
|
+
<IdentifyAs
|
|
57
|
+
classNames={`${classNames} pointer-events-none`}
|
|
58
|
+
value={{ slug: value1, target: value2, extra: value3 || `` }}
|
|
59
|
+
/>
|
|
60
|
+
) : null;
|
|
61
|
+
|
|
62
|
+
case 'toggle':
|
|
63
|
+
return value2 ? (
|
|
64
|
+
<div className={`${classNames} pointer-events-none`}>
|
|
65
|
+
<ToggleBelief prompt={value2} />
|
|
66
|
+
</div>
|
|
67
|
+
) : null;
|
|
68
|
+
|
|
69
|
+
case 'resource':
|
|
70
|
+
return (
|
|
71
|
+
<div className={`${classNames} pointer-events-none`}>
|
|
72
|
+
<div>
|
|
73
|
+
<strong>Resource Template (not yet implemented):</strong> {value1},{' '}
|
|
74
|
+
{value2}
|
|
75
|
+
</div>
|
|
76
|
+
</div>
|
|
77
|
+
);
|
|
78
|
+
|
|
79
|
+
case 'bunny':
|
|
80
|
+
return value1 ? (
|
|
81
|
+
<div className={`${classNames} pointer-events-none`}>
|
|
82
|
+
<BunnyVideo embedUrl={value1} title={value2 || 'Bunny Video'} />
|
|
83
|
+
</div>
|
|
84
|
+
) : null;
|
|
85
|
+
|
|
86
|
+
default:
|
|
87
|
+
return null;
|
|
88
|
+
}
|
|
89
|
+
};
|
|
90
|
+
|
|
91
|
+
export const Widget = memo((props: WidgetProps) => {
|
|
92
|
+
const classNames = getCtx(props).getNodeClasses(
|
|
93
|
+
props.nodeId,
|
|
94
|
+
viewportKeyStore.get().value
|
|
95
|
+
);
|
|
96
|
+
const content = getWidgetElement(props, classNames);
|
|
97
|
+
if (!content) return null;
|
|
98
|
+
|
|
99
|
+
return (
|
|
100
|
+
<div
|
|
101
|
+
contentEditable={false}
|
|
102
|
+
suppressContentEditableWarning={true}
|
|
103
|
+
onClick={(e) => {
|
|
104
|
+
getCtx(props).setClickedNodeId(props.nodeId);
|
|
105
|
+
e.stopPropagation();
|
|
106
|
+
}}
|
|
107
|
+
onDoubleClick={(e) => {
|
|
108
|
+
getCtx(props).setClickedNodeId(props.nodeId, true);
|
|
109
|
+
e.stopPropagation();
|
|
110
|
+
}}
|
|
111
|
+
>
|
|
112
|
+
{content}
|
|
113
|
+
</div>
|
|
114
|
+
);
|
|
115
|
+
});
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import TrashIcon from '@heroicons/react/24/outline/TrashIcon';
|
|
2
|
+
import { getCtx } from '@/stores/nodes';
|
|
3
|
+
import { viewportKeyStore } from '@/stores/storykeep';
|
|
4
|
+
import { RenderChildren } from '../RenderChildren';
|
|
5
|
+
import type { NodeProps } from '@/types/nodeProps';
|
|
6
|
+
|
|
7
|
+
export const NodeAEraser = (props: NodeProps) => {
|
|
8
|
+
return (
|
|
9
|
+
<button
|
|
10
|
+
className={` ${getCtx(props).getNodeClasses(props.nodeId, viewportKeyStore.get().value)} eraser-child group relative transition-all before:pointer-events-none before:absolute before:inset-0 before:opacity-50 before:outline-dashed before:outline-4 before:outline-red-700 hover:before:bg-red-600/50 hover:before:opacity-100 focus:before:bg-red-600/50 focus:before:opacity-100`}
|
|
11
|
+
title="Delete Link"
|
|
12
|
+
onClick={(e) => {
|
|
13
|
+
getCtx(props).setClickedNodeId(props.nodeId);
|
|
14
|
+
e.stopPropagation();
|
|
15
|
+
}}
|
|
16
|
+
>
|
|
17
|
+
<div className="absolute right-2 top-2 rounded-full bg-red-700 p-0.5">
|
|
18
|
+
<TrashIcon className="h-5 w-5 text-white" />
|
|
19
|
+
</div>
|
|
20
|
+
<RenderChildren
|
|
21
|
+
children={getCtx(props).getChildNodeIDs(props.nodeId)}
|
|
22
|
+
nodeProps={props}
|
|
23
|
+
/>
|
|
24
|
+
</button>
|
|
25
|
+
);
|
|
26
|
+
};
|
|
@@ -0,0 +1,248 @@
|
|
|
1
|
+
import { useEffect, useRef, type RefObject, type MouseEvent } from 'react';
|
|
2
|
+
import { getCtx } from '@/stores/nodes';
|
|
3
|
+
import { viewportKeyStore } from '@/stores/storykeep';
|
|
4
|
+
import { RenderChildren } from '../RenderChildren';
|
|
5
|
+
import { PlayButton } from '@/components/compositor/elements/PlayButton';
|
|
6
|
+
import type { FlatNode } from '@/types/compositorTypes';
|
|
7
|
+
import type { NodeProps } from '@/types/nodeProps';
|
|
8
|
+
|
|
9
|
+
export const NodeAnchorComponent = (props: NodeProps, tagName: string) => {
|
|
10
|
+
const nodeId = props.nodeId;
|
|
11
|
+
const ctx = getCtx(props);
|
|
12
|
+
const node = ctx.allNodes.get().get(nodeId) as FlatNode;
|
|
13
|
+
const childNodeIDs = ctx.getChildNodeIDs(node?.parentId ?? '');
|
|
14
|
+
const linkRef = useRef<HTMLAnchorElement | HTMLButtonElement>(null);
|
|
15
|
+
|
|
16
|
+
// Check if this is a video link
|
|
17
|
+
const isVideo = !!node.buttonPayload?.bunnyPayload;
|
|
18
|
+
|
|
19
|
+
// Get previous and next siblings for spacing logic
|
|
20
|
+
const currentIndex = childNodeIDs.indexOf(nodeId);
|
|
21
|
+
const nextNode =
|
|
22
|
+
currentIndex < childNodeIDs.length - 1
|
|
23
|
+
? (ctx.allNodes.get().get(childNodeIDs[currentIndex + 1]) as FlatNode)
|
|
24
|
+
: null;
|
|
25
|
+
|
|
26
|
+
// Add space after links/buttons unless followed by punctuation
|
|
27
|
+
const needsTrailingSpace =
|
|
28
|
+
nextNode &&
|
|
29
|
+
nextNode.tagName === 'text' &&
|
|
30
|
+
!(
|
|
31
|
+
nextNode.copy?.startsWith('.') ||
|
|
32
|
+
nextNode.copy?.startsWith(',') ||
|
|
33
|
+
nextNode.copy?.startsWith(';') ||
|
|
34
|
+
nextNode.copy?.startsWith(':')
|
|
35
|
+
);
|
|
36
|
+
|
|
37
|
+
useEffect(() => {
|
|
38
|
+
// Only apply in editable mode
|
|
39
|
+
if (
|
|
40
|
+
!linkRef.current ||
|
|
41
|
+
!['text'].includes(ctx.toolModeValStore.get().value)
|
|
42
|
+
) {
|
|
43
|
+
return;
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
const el = linkRef.current;
|
|
47
|
+
|
|
48
|
+
// Add zero-width spaces to beginning and end of text nodes to assist with cursor positioning
|
|
49
|
+
const processTextNodes = (node: Node) => {
|
|
50
|
+
if (node.nodeType === Node.TEXT_NODE && node.textContent) {
|
|
51
|
+
// Only add if not already present
|
|
52
|
+
if (!node.textContent.startsWith('\u200B')) {
|
|
53
|
+
node.textContent = '\u200B' + node.textContent;
|
|
54
|
+
}
|
|
55
|
+
if (!node.textContent.endsWith('\u200B')) {
|
|
56
|
+
node.textContent = node.textContent + '\u200B';
|
|
57
|
+
}
|
|
58
|
+
} else if (node.childNodes && node.childNodes.length > 0) {
|
|
59
|
+
Array.from(node.childNodes).forEach(processTextNodes);
|
|
60
|
+
}
|
|
61
|
+
};
|
|
62
|
+
|
|
63
|
+
// Process all text nodes in the link/button when entering edit mode
|
|
64
|
+
processTextNodes(el);
|
|
65
|
+
|
|
66
|
+
// Fix arrow key navigation
|
|
67
|
+
const handleKeyDown = (e: KeyboardEvent) => {
|
|
68
|
+
// Only handle arrow keys and specific conditions
|
|
69
|
+
if (e.key !== 'ArrowLeft' && e.key !== 'ArrowRight') return;
|
|
70
|
+
|
|
71
|
+
const selection = window.getSelection();
|
|
72
|
+
if (!selection || selection.rangeCount === 0) return;
|
|
73
|
+
|
|
74
|
+
const range = selection.getRangeAt(0);
|
|
75
|
+
const isCollapsed = range.collapsed;
|
|
76
|
+
if (!isCollapsed) return; // Don't interfere with text selection
|
|
77
|
+
|
|
78
|
+
// Check if selection is at edge of the link
|
|
79
|
+
if (e.key === 'ArrowLeft') {
|
|
80
|
+
// Get the first text node in the link
|
|
81
|
+
let firstTextNode: Node | null = null;
|
|
82
|
+
const findFirstTextNode = (node: Node): Node | null => {
|
|
83
|
+
if (node.nodeType === Node.TEXT_NODE) return node;
|
|
84
|
+
if (!node.firstChild) return null;
|
|
85
|
+
|
|
86
|
+
let result: Node | null = null;
|
|
87
|
+
let child = node.firstChild;
|
|
88
|
+
while (child && !result) {
|
|
89
|
+
result = findFirstTextNode(child);
|
|
90
|
+
child = child.nextSibling as ChildNode;
|
|
91
|
+
}
|
|
92
|
+
return result;
|
|
93
|
+
};
|
|
94
|
+
|
|
95
|
+
firstTextNode = findFirstTextNode(el);
|
|
96
|
+
if (!firstTextNode) return;
|
|
97
|
+
|
|
98
|
+
// Check if cursor is at start of first text node (after zero-width space)
|
|
99
|
+
if (range.startContainer === firstTextNode && range.startOffset <= 1) {
|
|
100
|
+
// Cursor at beginning of link - place outside before link
|
|
101
|
+
e.preventDefault();
|
|
102
|
+
const newRange = document.createRange();
|
|
103
|
+
newRange.setStartBefore(el);
|
|
104
|
+
newRange.collapse(true);
|
|
105
|
+
selection.removeAllRanges();
|
|
106
|
+
selection.addRange(newRange);
|
|
107
|
+
}
|
|
108
|
+
} else if (e.key === 'ArrowRight') {
|
|
109
|
+
// Get the last text node in the link
|
|
110
|
+
let lastTextNode: Node | null = null;
|
|
111
|
+
const findLastTextNode = (node: Node): Node | null => {
|
|
112
|
+
if (node.nodeType === Node.TEXT_NODE) return node;
|
|
113
|
+
if (!node.lastChild) return null;
|
|
114
|
+
|
|
115
|
+
let result: Node | null = null;
|
|
116
|
+
let child = node.lastChild;
|
|
117
|
+
while (child && !result) {
|
|
118
|
+
result = findLastTextNode(child);
|
|
119
|
+
child = child.previousSibling as ChildNode;
|
|
120
|
+
}
|
|
121
|
+
return result;
|
|
122
|
+
};
|
|
123
|
+
|
|
124
|
+
lastTextNode = findLastTextNode(el);
|
|
125
|
+
if (!lastTextNode) return;
|
|
126
|
+
|
|
127
|
+
// Check if cursor is at end of last text node (before zero-width space)
|
|
128
|
+
const contentLength = lastTextNode.textContent?.length || 0;
|
|
129
|
+
if (
|
|
130
|
+
range.startContainer === lastTextNode &&
|
|
131
|
+
range.startOffset >= contentLength - 1
|
|
132
|
+
) {
|
|
133
|
+
// Cursor at end of link - place outside after link
|
|
134
|
+
e.preventDefault();
|
|
135
|
+
const newRange = document.createRange();
|
|
136
|
+
newRange.setStartAfter(el);
|
|
137
|
+
newRange.collapse(true);
|
|
138
|
+
selection.removeAllRanges();
|
|
139
|
+
selection.addRange(newRange);
|
|
140
|
+
}
|
|
141
|
+
}
|
|
142
|
+
};
|
|
143
|
+
|
|
144
|
+
// Get parent contentEditable element
|
|
145
|
+
let parent = el.parentElement;
|
|
146
|
+
while (parent && !parent.hasAttribute('contenteditable')) {
|
|
147
|
+
parent = parent.parentElement;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
if (parent) {
|
|
151
|
+
parent.addEventListener('keydown', handleKeyDown);
|
|
152
|
+
|
|
153
|
+
return () => {
|
|
154
|
+
parent.removeEventListener('keydown', handleKeyDown);
|
|
155
|
+
};
|
|
156
|
+
}
|
|
157
|
+
}, [ctx.toolModeValStore.get().value]);
|
|
158
|
+
|
|
159
|
+
const handleClick = (e: MouseEvent) => {
|
|
160
|
+
// Check if in edit mode
|
|
161
|
+
const isEditMode = [`text`].includes(ctx.toolModeValStore.get().value);
|
|
162
|
+
|
|
163
|
+
if (isEditMode) {
|
|
164
|
+
// Allow normal cursor positioning in edit mode
|
|
165
|
+
} else {
|
|
166
|
+
// In non-edit mode, prevent navigation until we handle the click
|
|
167
|
+
e.preventDefault();
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
e.stopPropagation();
|
|
171
|
+
|
|
172
|
+
// Set clicked node with slight delay to avoid race conditions
|
|
173
|
+
setTimeout(() => {
|
|
174
|
+
ctx.setClickedNodeId(nodeId);
|
|
175
|
+
}, 10);
|
|
176
|
+
};
|
|
177
|
+
|
|
178
|
+
const handleDoubleClick = (e: MouseEvent) => {
|
|
179
|
+
e.preventDefault();
|
|
180
|
+
e.stopPropagation();
|
|
181
|
+
|
|
182
|
+
// Handle double click with slight delay
|
|
183
|
+
setTimeout(() => {
|
|
184
|
+
ctx.setClickedNodeId(nodeId, true);
|
|
185
|
+
}, 10);
|
|
186
|
+
};
|
|
187
|
+
|
|
188
|
+
const isEditMode = [`text`].includes(ctx.toolModeValStore.get().value);
|
|
189
|
+
|
|
190
|
+
// Create appropriate element based on tagName
|
|
191
|
+
if (tagName === 'a') {
|
|
192
|
+
return (
|
|
193
|
+
<>
|
|
194
|
+
<a
|
|
195
|
+
ref={linkRef as RefObject<HTMLAnchorElement>}
|
|
196
|
+
className={ctx.getNodeClasses(nodeId, viewportKeyStore.get().value)}
|
|
197
|
+
href={node.href}
|
|
198
|
+
onClick={handleClick}
|
|
199
|
+
onDoubleClick={handleDoubleClick}
|
|
200
|
+
data-editable-link="true"
|
|
201
|
+
// Preserve display mode
|
|
202
|
+
style={{ display: 'inline' }}
|
|
203
|
+
>
|
|
204
|
+
<RenderChildren
|
|
205
|
+
children={ctx.getChildNodeIDs(nodeId)}
|
|
206
|
+
nodeProps={props}
|
|
207
|
+
/>
|
|
208
|
+
{isVideo && (
|
|
209
|
+
<>
|
|
210
|
+
{` `}
|
|
211
|
+
<PlayButton />
|
|
212
|
+
</>
|
|
213
|
+
)}
|
|
214
|
+
</a>
|
|
215
|
+
{needsTrailingSpace && ' '}
|
|
216
|
+
</>
|
|
217
|
+
);
|
|
218
|
+
} else {
|
|
219
|
+
return (
|
|
220
|
+
<>
|
|
221
|
+
<button
|
|
222
|
+
ref={linkRef as RefObject<HTMLButtonElement>}
|
|
223
|
+
className={ctx.getNodeClasses(nodeId, viewportKeyStore.get().value)}
|
|
224
|
+
onClick={handleClick}
|
|
225
|
+
onDoubleClick={handleDoubleClick}
|
|
226
|
+
data-editable-button="true"
|
|
227
|
+
// Preserve display mode
|
|
228
|
+
style={{
|
|
229
|
+
display: 'inline',
|
|
230
|
+
cursor: isEditMode ? 'text' : 'crosshair',
|
|
231
|
+
}}
|
|
232
|
+
>
|
|
233
|
+
<RenderChildren
|
|
234
|
+
children={ctx.getChildNodeIDs(nodeId)}
|
|
235
|
+
nodeProps={props}
|
|
236
|
+
/>
|
|
237
|
+
{isVideo && (
|
|
238
|
+
<>
|
|
239
|
+
{` `}
|
|
240
|
+
<PlayButton />
|
|
241
|
+
</>
|
|
242
|
+
)}
|
|
243
|
+
</button>
|
|
244
|
+
{needsTrailingSpace && ' '}
|
|
245
|
+
</>
|
|
246
|
+
);
|
|
247
|
+
}
|
|
248
|
+
};
|