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,684 @@
|
|
|
1
|
+
import {
|
|
2
|
+
type JSX,
|
|
3
|
+
type FocusEvent,
|
|
4
|
+
type MouseEvent,
|
|
5
|
+
type KeyboardEvent,
|
|
6
|
+
type ClipboardEvent,
|
|
7
|
+
useEffect,
|
|
8
|
+
useRef,
|
|
9
|
+
useState,
|
|
10
|
+
createElement,
|
|
11
|
+
} from 'react';
|
|
12
|
+
import { getCtx } from '@/stores/nodes';
|
|
13
|
+
import { viewportKeyStore, isEditingStore } from '@/stores/storykeep';
|
|
14
|
+
import TabIndicator from './TabIndicator';
|
|
15
|
+
import { RenderChildren } from '../RenderChildren';
|
|
16
|
+
import {
|
|
17
|
+
processRichTextToNodes,
|
|
18
|
+
getTemplateNode,
|
|
19
|
+
} from '@/utils/compositor/nodesHelper';
|
|
20
|
+
import { cloneDeep } from '@/utils/helpers';
|
|
21
|
+
import { PatchOp } from '@/stores/nodesHistory';
|
|
22
|
+
import type { FlatNode, PaneNode } from '@/types/compositorTypes';
|
|
23
|
+
import type { NodeProps } from '@/types/nodeProps';
|
|
24
|
+
|
|
25
|
+
export type NodeTagProps = NodeProps & { tagName: keyof JSX.IntrinsicElements };
|
|
26
|
+
|
|
27
|
+
type EditState = 'viewing' | 'editing';
|
|
28
|
+
const VERBOSE = false;
|
|
29
|
+
|
|
30
|
+
export const NodeBasicTag = (props: NodeTagProps) => {
|
|
31
|
+
const nodeId = props.nodeId;
|
|
32
|
+
const ctx = getCtx(props);
|
|
33
|
+
const Tag = ctx.showGuids.get() ? `div` : props.tagName;
|
|
34
|
+
|
|
35
|
+
// Core state
|
|
36
|
+
const [editState, setEditState] = useState<EditState>('viewing');
|
|
37
|
+
const [showTabIndicator, setShowTabIndicator] = useState(false);
|
|
38
|
+
const elementRef = useRef<HTMLElement | null>(null);
|
|
39
|
+
const originalContentRef = useRef<string>('');
|
|
40
|
+
const cursorPositionRef = useRef<{ node: Node; offset: number } | null>(null);
|
|
41
|
+
|
|
42
|
+
// Get node data
|
|
43
|
+
const node = ctx.allNodes.get().get(nodeId) as FlatNode;
|
|
44
|
+
const children = ctx.getChildNodeIDs(nodeId);
|
|
45
|
+
const isEditableMode = ctx.toolModeValStore.get().value === 'text';
|
|
46
|
+
const supportsEditing = !['ol', 'ul'].includes(props.tagName);
|
|
47
|
+
const isPlaceholder = node?.isPlaceholder === true;
|
|
48
|
+
const isEmpty = elementRef.current?.textContent?.trim() === '';
|
|
49
|
+
|
|
50
|
+
// Auto-enter edit mode for new placeholder nodes
|
|
51
|
+
useEffect(() => {
|
|
52
|
+
if (
|
|
53
|
+
isPlaceholder &&
|
|
54
|
+
isEditableMode &&
|
|
55
|
+
supportsEditing &&
|
|
56
|
+
editState === 'viewing'
|
|
57
|
+
) {
|
|
58
|
+
if (VERBOSE)
|
|
59
|
+
console.log(
|
|
60
|
+
`[NodeBasicTag] Auto-entering edit mode for placeholder nodeId: ${nodeId}`
|
|
61
|
+
);
|
|
62
|
+
setEditState('editing');
|
|
63
|
+
if (elementRef.current) {
|
|
64
|
+
elementRef.current.focus();
|
|
65
|
+
const selection = window.getSelection();
|
|
66
|
+
if (selection) {
|
|
67
|
+
const range = document.createRange();
|
|
68
|
+
const textNode =
|
|
69
|
+
findFirstTextNode(elementRef.current) || elementRef.current;
|
|
70
|
+
range.setStart(textNode, 0);
|
|
71
|
+
range.collapse(true);
|
|
72
|
+
selection.removeAllRanges();
|
|
73
|
+
selection.addRange(range);
|
|
74
|
+
if (VERBOSE)
|
|
75
|
+
console.log(
|
|
76
|
+
`[NodeBasicTag] Set cursor for nodeId: ${nodeId}, contentEditable: ${elementRef.current.contentEditable}, activeElement: ${document.activeElement === elementRef.current}`
|
|
77
|
+
);
|
|
78
|
+
} else {
|
|
79
|
+
console.warn(
|
|
80
|
+
`[NodeBasicTag] No selection available for nodeId: ${nodeId}`
|
|
81
|
+
);
|
|
82
|
+
}
|
|
83
|
+
} else {
|
|
84
|
+
console.warn(
|
|
85
|
+
`[NodeBasicTag] elementRef not ready for nodeId: ${nodeId}`
|
|
86
|
+
);
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
}, [isPlaceholder, isEditableMode, supportsEditing, nodeId]);
|
|
90
|
+
|
|
91
|
+
// Sync edit state with global store
|
|
92
|
+
useEffect(() => {
|
|
93
|
+
isEditingStore.set(editState === 'editing');
|
|
94
|
+
return () => {
|
|
95
|
+
if (editState === 'editing') {
|
|
96
|
+
isEditingStore.set(false);
|
|
97
|
+
}
|
|
98
|
+
};
|
|
99
|
+
}, [editState]);
|
|
100
|
+
|
|
101
|
+
// Set edit lock when editing
|
|
102
|
+
useEffect(() => {
|
|
103
|
+
if (editState === 'editing') {
|
|
104
|
+
ctx.setEditLock(nodeId);
|
|
105
|
+
setShowTabIndicator(true);
|
|
106
|
+
} else {
|
|
107
|
+
if (ctx.isEditLocked(nodeId)) {
|
|
108
|
+
ctx.clearEditLock();
|
|
109
|
+
}
|
|
110
|
+
setShowTabIndicator(false);
|
|
111
|
+
}
|
|
112
|
+
}, [editState, nodeId]);
|
|
113
|
+
|
|
114
|
+
// Auto-delete empty placeholder on blur
|
|
115
|
+
useEffect(() => {
|
|
116
|
+
if (
|
|
117
|
+
editState === 'viewing' &&
|
|
118
|
+
isPlaceholder &&
|
|
119
|
+
isEmpty &&
|
|
120
|
+
!ctx.isEditLocked(nodeId)
|
|
121
|
+
) {
|
|
122
|
+
const timer = setTimeout(() => {
|
|
123
|
+
if (
|
|
124
|
+
elementRef.current?.textContent?.trim() === '' &&
|
|
125
|
+
!ctx.isEditLocked(nodeId)
|
|
126
|
+
) {
|
|
127
|
+
if (VERBOSE)
|
|
128
|
+
console.log(
|
|
129
|
+
`[NodeBasicTag] Deleting empty placeholder nodeId: ${nodeId}`
|
|
130
|
+
);
|
|
131
|
+
const nodeToDelete = ctx.allNodes.get().get(nodeId);
|
|
132
|
+
if (nodeToDelete) {
|
|
133
|
+
ctx.deleteNode(nodeId);
|
|
134
|
+
|
|
135
|
+
// Add history for auto-deletion
|
|
136
|
+
ctx.history.addPatch({
|
|
137
|
+
op: PatchOp.REMOVE,
|
|
138
|
+
undo: (ctx) => ctx.addNode(nodeToDelete),
|
|
139
|
+
redo: (ctx) => ctx.deleteNode(nodeId),
|
|
140
|
+
});
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
}, 100);
|
|
144
|
+
return () => clearTimeout(timer);
|
|
145
|
+
}
|
|
146
|
+
}, [editState, isPlaceholder, isEmpty, nodeId]);
|
|
147
|
+
|
|
148
|
+
// Helper functions for text nodes
|
|
149
|
+
const findFirstTextNode = (node: Node): Node | null => {
|
|
150
|
+
if (node.nodeType === Node.TEXT_NODE) return node;
|
|
151
|
+
for (let i = 0; i < node.childNodes.length; i++) {
|
|
152
|
+
const found = findFirstTextNode(node.childNodes[i]);
|
|
153
|
+
if (found) return found;
|
|
154
|
+
}
|
|
155
|
+
return null;
|
|
156
|
+
};
|
|
157
|
+
|
|
158
|
+
const findLastTextNode = (node: Node): Node | null => {
|
|
159
|
+
if (node.nodeType === Node.TEXT_NODE) return node;
|
|
160
|
+
for (let i = node.childNodes.length - 1; i >= 0; i--) {
|
|
161
|
+
const found = findLastTextNode(node.childNodes[i]);
|
|
162
|
+
if (found) return found;
|
|
163
|
+
}
|
|
164
|
+
return null;
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
// Restore cursor position
|
|
168
|
+
const restoreCursorPosition = () => {
|
|
169
|
+
if (!cursorPositionRef.current || !elementRef.current) return;
|
|
170
|
+
|
|
171
|
+
const selection = window.getSelection();
|
|
172
|
+
if (!selection) {
|
|
173
|
+
console.warn(
|
|
174
|
+
`[NodeBasicTag] No selection available for cursor restoration in nodeId: ${nodeId}`
|
|
175
|
+
);
|
|
176
|
+
return;
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
try {
|
|
180
|
+
const range = document.createRange();
|
|
181
|
+
const { node, offset } = cursorPositionRef.current;
|
|
182
|
+
|
|
183
|
+
if (elementRef.current.contains(node)) {
|
|
184
|
+
if (node.nodeType === Node.TEXT_NODE) {
|
|
185
|
+
const maxOffset = node.textContent?.length || 0;
|
|
186
|
+
range.setStart(node, Math.min(offset, maxOffset));
|
|
187
|
+
} else {
|
|
188
|
+
const maxOffset = node.childNodes.length;
|
|
189
|
+
range.setStart(node, Math.min(offset, maxOffset));
|
|
190
|
+
}
|
|
191
|
+
} else {
|
|
192
|
+
const textNode = findFirstTextNode(elementRef.current);
|
|
193
|
+
if (textNode) {
|
|
194
|
+
range.setStart(textNode, 0);
|
|
195
|
+
} else {
|
|
196
|
+
range.setStart(elementRef.current, 0);
|
|
197
|
+
}
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
range.collapse(true);
|
|
201
|
+
selection.removeAllRanges();
|
|
202
|
+
selection.addRange(range);
|
|
203
|
+
if (VERBOSE)
|
|
204
|
+
console.log(`[NodeBasicTag] Cursor restored for nodeId: ${nodeId}`);
|
|
205
|
+
} catch (e) {
|
|
206
|
+
console.warn(
|
|
207
|
+
`[NodeBasicTag] Cursor restoration failed for nodeId: ${nodeId}:`,
|
|
208
|
+
e
|
|
209
|
+
);
|
|
210
|
+
if (elementRef.current) {
|
|
211
|
+
elementRef.current.focus();
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
cursorPositionRef.current = null;
|
|
216
|
+
};
|
|
217
|
+
|
|
218
|
+
// Apply cursor position when entering edit mode
|
|
219
|
+
useEffect(() => {
|
|
220
|
+
if (
|
|
221
|
+
editState === 'editing' &&
|
|
222
|
+
elementRef.current &&
|
|
223
|
+
cursorPositionRef.current
|
|
224
|
+
) {
|
|
225
|
+
requestAnimationFrame(() => {
|
|
226
|
+
restoreCursorPosition();
|
|
227
|
+
});
|
|
228
|
+
}
|
|
229
|
+
}, [editState]);
|
|
230
|
+
|
|
231
|
+
// For formatting nodes and interactive elements like <a> and <button>
|
|
232
|
+
if (['em', 'strong', 'a', 'button'].includes(props.tagName)) {
|
|
233
|
+
return createElement(
|
|
234
|
+
Tag,
|
|
235
|
+
{
|
|
236
|
+
className: ctx.getNodeClasses(nodeId, viewportKeyStore.get().value),
|
|
237
|
+
onClick: (e: MouseEvent) => {
|
|
238
|
+
if (isEditableMode) {
|
|
239
|
+
ctx.setClickedNodeId(nodeId);
|
|
240
|
+
} else {
|
|
241
|
+
ctx.setClickedNodeId(nodeId);
|
|
242
|
+
e.stopPropagation();
|
|
243
|
+
}
|
|
244
|
+
},
|
|
245
|
+
'data-node-id': nodeId,
|
|
246
|
+
tabIndex: isEditableMode ? -1 : undefined,
|
|
247
|
+
},
|
|
248
|
+
<RenderChildren children={children} nodeProps={props} />
|
|
249
|
+
);
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
const startEditing = () => {
|
|
253
|
+
if (!isEditableMode || !supportsEditing || editState === 'editing') return;
|
|
254
|
+
|
|
255
|
+
originalContentRef.current = elementRef.current?.innerHTML || '';
|
|
256
|
+
setEditState('editing');
|
|
257
|
+
if (VERBOSE)
|
|
258
|
+
console.log(`[NodeBasicTag] Started editing nodeId: ${nodeId}`);
|
|
259
|
+
};
|
|
260
|
+
|
|
261
|
+
const handleInsertSignal = (tagName: string, nodeId: string) => {
|
|
262
|
+
setTimeout(() => {
|
|
263
|
+
ctx.handleInsertSignal(tagName, nodeId);
|
|
264
|
+
}, 50);
|
|
265
|
+
};
|
|
266
|
+
|
|
267
|
+
const saveAndExit = () => {
|
|
268
|
+
if (editState !== 'editing') return;
|
|
269
|
+
|
|
270
|
+
const currentContent = elementRef.current?.innerHTML || '';
|
|
271
|
+
|
|
272
|
+
if (currentContent !== originalContentRef.current) {
|
|
273
|
+
try {
|
|
274
|
+
const originalNodes = ctx
|
|
275
|
+
.getNodesRecursively(node)
|
|
276
|
+
.filter(
|
|
277
|
+
(childNode): childNode is FlatNode =>
|
|
278
|
+
'tagName' in childNode &&
|
|
279
|
+
['a', 'button'].includes(childNode.tagName as string)
|
|
280
|
+
) as FlatNode[];
|
|
281
|
+
|
|
282
|
+
const parsedNodes = processRichTextToNodes(
|
|
283
|
+
currentContent,
|
|
284
|
+
nodeId,
|
|
285
|
+
originalNodes,
|
|
286
|
+
handleInsertSignal
|
|
287
|
+
);
|
|
288
|
+
|
|
289
|
+
if (parsedNodes.length > 0) {
|
|
290
|
+
const originalChildren = ctx.deleteChildren(nodeId);
|
|
291
|
+
ctx.addNodes(parsedNodes);
|
|
292
|
+
|
|
293
|
+
// Add history for this operation
|
|
294
|
+
ctx.history.addPatch({
|
|
295
|
+
op: PatchOp.REPLACE,
|
|
296
|
+
undo: (ctx) => {
|
|
297
|
+
ctx.deleteChildren(nodeId);
|
|
298
|
+
ctx.addNodes(originalChildren);
|
|
299
|
+
},
|
|
300
|
+
redo: (ctx) => {
|
|
301
|
+
ctx.deleteChildren(nodeId);
|
|
302
|
+
ctx.addNodes(parsedNodes);
|
|
303
|
+
},
|
|
304
|
+
});
|
|
305
|
+
|
|
306
|
+
// Add history for this operation
|
|
307
|
+
ctx.history.addPatch({
|
|
308
|
+
op: PatchOp.REPLACE,
|
|
309
|
+
undo: (ctx) => {
|
|
310
|
+
ctx.deleteChildren(nodeId);
|
|
311
|
+
ctx.addNodes(originalChildren);
|
|
312
|
+
},
|
|
313
|
+
redo: (ctx) => {
|
|
314
|
+
ctx.deleteChildren(nodeId);
|
|
315
|
+
ctx.addNodes(parsedNodes);
|
|
316
|
+
},
|
|
317
|
+
});
|
|
318
|
+
|
|
319
|
+
if (isPlaceholder) {
|
|
320
|
+
const updatedNode = {
|
|
321
|
+
...cloneDeep(node),
|
|
322
|
+
isPlaceholder: false,
|
|
323
|
+
isChanged: true,
|
|
324
|
+
};
|
|
325
|
+
ctx.modifyNodes([updatedNode]);
|
|
326
|
+
}
|
|
327
|
+
|
|
328
|
+
const paneNodeId = ctx.getClosestNodeTypeFromId(nodeId, 'Pane');
|
|
329
|
+
if (paneNodeId) {
|
|
330
|
+
const paneNode = cloneDeep(
|
|
331
|
+
ctx.allNodes.get().get(paneNodeId)
|
|
332
|
+
) as PaneNode;
|
|
333
|
+
ctx.modifyNodes([{ ...paneNode, isChanged: true }]);
|
|
334
|
+
}
|
|
335
|
+
}
|
|
336
|
+
} catch (error) {
|
|
337
|
+
console.error(
|
|
338
|
+
`[NodeBasicTag] Error saving content for nodeId: ${nodeId}:`,
|
|
339
|
+
error
|
|
340
|
+
);
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
setEditState('viewing');
|
|
345
|
+
if (VERBOSE)
|
|
346
|
+
console.log(`[NodeBasicTag] Exited editing for nodeId: ${nodeId}`);
|
|
347
|
+
|
|
348
|
+
// Check if content is empty and delete the node if it is
|
|
349
|
+
if (elementRef.current?.textContent?.trim() === '') {
|
|
350
|
+
if (VERBOSE)
|
|
351
|
+
console.log(`[NodeBasicTag] Deleting empty nodeId: ${nodeId}`);
|
|
352
|
+
const nodeToDelete = ctx.allNodes.get().get(nodeId);
|
|
353
|
+
if (nodeToDelete) {
|
|
354
|
+
ctx.deleteNode(nodeId);
|
|
355
|
+
|
|
356
|
+
// Add history for deletion
|
|
357
|
+
ctx.history.addPatch({
|
|
358
|
+
op: PatchOp.REMOVE,
|
|
359
|
+
undo: (ctx) => ctx.addNode(nodeToDelete),
|
|
360
|
+
redo: (ctx) => ctx.deleteNode(nodeId),
|
|
361
|
+
});
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
};
|
|
365
|
+
|
|
366
|
+
const createNextParagraph = () => {
|
|
367
|
+
if (VERBOSE)
|
|
368
|
+
console.log(
|
|
369
|
+
`[NodeBasicTag] Creating next paragraph after nodeId: ${nodeId}`
|
|
370
|
+
);
|
|
371
|
+
|
|
372
|
+
const currentContent = elementRef.current?.innerHTML || '';
|
|
373
|
+
|
|
374
|
+
if (currentContent !== originalContentRef.current) {
|
|
375
|
+
try {
|
|
376
|
+
const originalNodes = ctx
|
|
377
|
+
.getNodesRecursively(node)
|
|
378
|
+
.filter(
|
|
379
|
+
(childNode): childNode is FlatNode =>
|
|
380
|
+
'tagName' in childNode &&
|
|
381
|
+
['a', 'button'].includes(childNode.tagName as string)
|
|
382
|
+
) as FlatNode[];
|
|
383
|
+
|
|
384
|
+
const parsedNodes = processRichTextToNodes(
|
|
385
|
+
currentContent,
|
|
386
|
+
nodeId,
|
|
387
|
+
originalNodes,
|
|
388
|
+
handleInsertSignal
|
|
389
|
+
);
|
|
390
|
+
|
|
391
|
+
if (parsedNodes.length > 0) {
|
|
392
|
+
ctx.deleteChildren(nodeId);
|
|
393
|
+
ctx.addNodes(parsedNodes);
|
|
394
|
+
|
|
395
|
+
if (isPlaceholder) {
|
|
396
|
+
const updatedNode = {
|
|
397
|
+
...cloneDeep(node),
|
|
398
|
+
isPlaceholder: false,
|
|
399
|
+
isChanged: true,
|
|
400
|
+
};
|
|
401
|
+
ctx.modifyNodes([updatedNode]);
|
|
402
|
+
}
|
|
403
|
+
}
|
|
404
|
+
} catch (error) {
|
|
405
|
+
console.error(
|
|
406
|
+
`[NodeBasicTag] Error saving content for nodeId: ${nodeId}:`,
|
|
407
|
+
error
|
|
408
|
+
);
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
const paneNodeId = ctx.getClosestNodeTypeFromId(nodeId, 'Pane');
|
|
413
|
+
if (paneNodeId) {
|
|
414
|
+
const paneNode = cloneDeep(
|
|
415
|
+
ctx.allNodes.get().get(paneNodeId)
|
|
416
|
+
) as PaneNode;
|
|
417
|
+
ctx.modifyNodes([{ ...paneNode, isChanged: true }]);
|
|
418
|
+
}
|
|
419
|
+
|
|
420
|
+
ctx.clearEditLock();
|
|
421
|
+
setEditState('viewing');
|
|
422
|
+
|
|
423
|
+
const templateNode = getTemplateNode('p');
|
|
424
|
+
const newNode = {
|
|
425
|
+
...templateNode,
|
|
426
|
+
isPlaceholder: true,
|
|
427
|
+
};
|
|
428
|
+
if (newNode?.nodes?.length) {
|
|
429
|
+
const firstNode = newNode.nodes.at(0);
|
|
430
|
+
if (firstNode && typeof firstNode.copy === 'string') {
|
|
431
|
+
firstNode.copy = '';
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
|
|
435
|
+
const newNodeId = ctx.addTemplateNode(nodeId, newNode, nodeId, 'after');
|
|
436
|
+
if (VERBOSE)
|
|
437
|
+
console.log(`[NodeBasicTag] New paragraph created with id: ${newNodeId}`);
|
|
438
|
+
|
|
439
|
+
if (newNodeId) {
|
|
440
|
+
ctx.setEditLock(newNodeId);
|
|
441
|
+
const attemptFocus = (attempts = 5, delay = 50) => {
|
|
442
|
+
const newElement = document.querySelector(
|
|
443
|
+
`[data-node-id="${newNodeId}"]`
|
|
444
|
+
) as HTMLElement;
|
|
445
|
+
if (newElement) {
|
|
446
|
+
if (newElement.contentEditable === 'true') {
|
|
447
|
+
newElement.focus();
|
|
448
|
+
const selection = window.getSelection();
|
|
449
|
+
if (selection) {
|
|
450
|
+
const range = document.createRange();
|
|
451
|
+
const textNode = findFirstTextNode(newElement) || newElement;
|
|
452
|
+
range.setStart(textNode, 0);
|
|
453
|
+
range.collapse(true);
|
|
454
|
+
selection.removeAllRanges();
|
|
455
|
+
selection.addRange(range);
|
|
456
|
+
}
|
|
457
|
+
if (document.activeElement === newElement) {
|
|
458
|
+
if (VERBOSE)
|
|
459
|
+
console.log(
|
|
460
|
+
`[NodeBasicTag] Successfully focused nodeId: ${newNodeId}`
|
|
461
|
+
);
|
|
462
|
+
} else {
|
|
463
|
+
console.warn(
|
|
464
|
+
`[NodeBasicTag] Focus failed for nodeId: ${newNodeId}, contentEditable: ${newElement.contentEditable}, activeElement: ${document.activeElement?.getAttribute('data-node-id')}`
|
|
465
|
+
);
|
|
466
|
+
}
|
|
467
|
+
} else if (attempts > 0) {
|
|
468
|
+
if (VERBOSE)
|
|
469
|
+
console.log(
|
|
470
|
+
`[NodeBasicTag] Element ${newNodeId} not yet editable, retrying. Attempts left: ${attempts}`
|
|
471
|
+
);
|
|
472
|
+
setTimeout(() => attemptFocus(attempts - 1, delay), delay);
|
|
473
|
+
} else {
|
|
474
|
+
console.error(
|
|
475
|
+
`[NodeBasicTag] Failed to focus nodeId: ${newNodeId}, not editable after retries`
|
|
476
|
+
);
|
|
477
|
+
}
|
|
478
|
+
} else if (attempts > 0) {
|
|
479
|
+
if (VERBOSE)
|
|
480
|
+
console.log(
|
|
481
|
+
`[NodeBasicTag] Element ${newNodeId} not found, retrying. Attempts left: ${attempts}`
|
|
482
|
+
);
|
|
483
|
+
setTimeout(() => attemptFocus(attempts - 1, delay), delay);
|
|
484
|
+
} else {
|
|
485
|
+
console.error(
|
|
486
|
+
`[NodeBasicTag] Failed to find element for nodeId: ${newNodeId} after retries`
|
|
487
|
+
);
|
|
488
|
+
}
|
|
489
|
+
};
|
|
490
|
+
requestAnimationFrame(() => attemptFocus());
|
|
491
|
+
}
|
|
492
|
+
};
|
|
493
|
+
|
|
494
|
+
// Event Handlers
|
|
495
|
+
const handleFocus = () => {
|
|
496
|
+
if (!supportsEditing) return;
|
|
497
|
+
startEditing();
|
|
498
|
+
};
|
|
499
|
+
|
|
500
|
+
const handleBlur = (e: FocusEvent<HTMLElement>) => {
|
|
501
|
+
const relatedTarget = e.relatedTarget as HTMLElement | null;
|
|
502
|
+
if (VERBOSE)
|
|
503
|
+
console.log(`[NodeBasicTag] Blur event, relatedTarget:`, e.relatedTarget);
|
|
504
|
+
if (
|
|
505
|
+
relatedTarget?.hasAttribute('data-tab-indicator') ||
|
|
506
|
+
(relatedTarget && elementRef.current?.contains(relatedTarget))
|
|
507
|
+
) {
|
|
508
|
+
return;
|
|
509
|
+
}
|
|
510
|
+
saveAndExit();
|
|
511
|
+
};
|
|
512
|
+
|
|
513
|
+
const handleKeyDown = (e: KeyboardEvent<HTMLElement>) => {
|
|
514
|
+
if (editState !== 'editing') return;
|
|
515
|
+
|
|
516
|
+
if (e.key === 'Enter' && !e.shiftKey) {
|
|
517
|
+
e.preventDefault();
|
|
518
|
+
saveAndExit();
|
|
519
|
+
} else if (e.key === 'Tab' && !e.shiftKey) {
|
|
520
|
+
e.preventDefault();
|
|
521
|
+
e.stopPropagation();
|
|
522
|
+
createNextParagraph();
|
|
523
|
+
} else if (e.key === 'Escape') {
|
|
524
|
+
e.preventDefault();
|
|
525
|
+
if (elementRef.current && originalContentRef.current) {
|
|
526
|
+
elementRef.current.innerHTML = originalContentRef.current;
|
|
527
|
+
}
|
|
528
|
+
setEditState('viewing');
|
|
529
|
+
}
|
|
530
|
+
};
|
|
531
|
+
|
|
532
|
+
const handlePaste = (e: ClipboardEvent<HTMLElement>) => {
|
|
533
|
+
if (editState !== 'editing') return;
|
|
534
|
+
|
|
535
|
+
e.preventDefault();
|
|
536
|
+
const text = e.clipboardData.getData('text/plain');
|
|
537
|
+
|
|
538
|
+
const selection = window.getSelection();
|
|
539
|
+
if (!selection || selection.rangeCount === 0) return;
|
|
540
|
+
|
|
541
|
+
const range = selection.getRangeAt(0);
|
|
542
|
+
range.deleteContents();
|
|
543
|
+
|
|
544
|
+
const textNode = document.createTextNode(text);
|
|
545
|
+
range.insertNode(textNode);
|
|
546
|
+
|
|
547
|
+
range.setStartAfter(textNode);
|
|
548
|
+
range.setEndAfter(textNode);
|
|
549
|
+
selection.removeAllRanges();
|
|
550
|
+
selection.addRange(range);
|
|
551
|
+
};
|
|
552
|
+
|
|
553
|
+
const clickTimeoutRef = useRef<NodeJS.Timeout | null>(null);
|
|
554
|
+
|
|
555
|
+
const handleClick = (e: MouseEvent) => {
|
|
556
|
+
if (
|
|
557
|
+
isEditableMode &&
|
|
558
|
+
(e.target instanceof HTMLAnchorElement ||
|
|
559
|
+
e.target instanceof HTMLButtonElement)
|
|
560
|
+
) {
|
|
561
|
+
e.preventDefault();
|
|
562
|
+
e.stopPropagation();
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
// Clear any existing timeout
|
|
566
|
+
if (clickTimeoutRef.current) {
|
|
567
|
+
clearTimeout(clickTimeoutRef.current);
|
|
568
|
+
clickTimeoutRef.current = null;
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
// Delay single-click behavior to see if double-click follows
|
|
572
|
+
clickTimeoutRef.current = setTimeout(() => {
|
|
573
|
+
if (isEditableMode && supportsEditing && editState === 'viewing') {
|
|
574
|
+
const selection = window.getSelection();
|
|
575
|
+
if (selection && selection.rangeCount > 0) {
|
|
576
|
+
const range = selection.getRangeAt(0);
|
|
577
|
+
if (elementRef.current?.contains(range.commonAncestorContainer)) {
|
|
578
|
+
cursorPositionRef.current = {
|
|
579
|
+
node: range.startContainer,
|
|
580
|
+
offset: range.startOffset,
|
|
581
|
+
};
|
|
582
|
+
} else if (elementRef.current) {
|
|
583
|
+
const textNode =
|
|
584
|
+
findLastTextNode(elementRef.current) ||
|
|
585
|
+
findFirstTextNode(elementRef.current);
|
|
586
|
+
if (textNode) {
|
|
587
|
+
cursorPositionRef.current = {
|
|
588
|
+
node: textNode,
|
|
589
|
+
offset: textNode.textContent?.length || 0,
|
|
590
|
+
};
|
|
591
|
+
}
|
|
592
|
+
}
|
|
593
|
+
}
|
|
594
|
+
startEditing();
|
|
595
|
+
if (elementRef.current) {
|
|
596
|
+
elementRef.current.contentEditable = 'true';
|
|
597
|
+
elementRef.current.focus();
|
|
598
|
+
requestAnimationFrame(() => {
|
|
599
|
+
restoreCursorPosition();
|
|
600
|
+
if (
|
|
601
|
+
elementRef.current &&
|
|
602
|
+
document.activeElement !== elementRef.current
|
|
603
|
+
) {
|
|
604
|
+
console.warn(
|
|
605
|
+
`[NodeBasicTag] Focus lost after click for nodeId: ${nodeId}, retrying`
|
|
606
|
+
);
|
|
607
|
+
elementRef.current.focus();
|
|
608
|
+
}
|
|
609
|
+
});
|
|
610
|
+
setTimeout(() => {
|
|
611
|
+
if (
|
|
612
|
+
elementRef.current &&
|
|
613
|
+
document.activeElement !== elementRef.current
|
|
614
|
+
) {
|
|
615
|
+
elementRef.current.focus();
|
|
616
|
+
}
|
|
617
|
+
}, 0);
|
|
618
|
+
}
|
|
619
|
+
}
|
|
620
|
+
ctx.setClickedNodeId(nodeId);
|
|
621
|
+
}, 300); // Same as DOUBLE_CLICK_DELAY
|
|
622
|
+
|
|
623
|
+
if (
|
|
624
|
+
!(
|
|
625
|
+
e.target instanceof HTMLAnchorElement ||
|
|
626
|
+
e.target instanceof HTMLButtonElement
|
|
627
|
+
)
|
|
628
|
+
) {
|
|
629
|
+
e.stopPropagation();
|
|
630
|
+
}
|
|
631
|
+
};
|
|
632
|
+
|
|
633
|
+
const handleDoubleClick = (e: MouseEvent) => {
|
|
634
|
+
e.preventDefault();
|
|
635
|
+
e.stopPropagation();
|
|
636
|
+
|
|
637
|
+
// Cancel the pending single-click behavior
|
|
638
|
+
if (clickTimeoutRef.current) {
|
|
639
|
+
clearTimeout(clickTimeoutRef.current);
|
|
640
|
+
clickTimeoutRef.current = null;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
// Trigger double-click behavior (style panels)
|
|
644
|
+
ctx.setClickedNodeId(nodeId, true);
|
|
645
|
+
};
|
|
646
|
+
|
|
647
|
+
// Determine classes
|
|
648
|
+
const baseClasses = ctx.getNodeClasses(nodeId, viewportKeyStore.get().value);
|
|
649
|
+
const editingClasses =
|
|
650
|
+
editState === 'editing'
|
|
651
|
+
? 'outline-2 outline-cyan-500 outline-offset-2'
|
|
652
|
+
: '';
|
|
653
|
+
const className = `${baseClasses} ${editingClasses}`.trim();
|
|
654
|
+
|
|
655
|
+
return (
|
|
656
|
+
<>
|
|
657
|
+
{createElement(
|
|
658
|
+
Tag,
|
|
659
|
+
{
|
|
660
|
+
ref: elementRef,
|
|
661
|
+
className,
|
|
662
|
+
contentEditable: editState === 'editing',
|
|
663
|
+
suppressContentEditableWarning: true,
|
|
664
|
+
onFocus: handleFocus,
|
|
665
|
+
onBlur: handleBlur,
|
|
666
|
+
onKeyDown: handleKeyDown,
|
|
667
|
+
onPaste: handlePaste,
|
|
668
|
+
onClick: handleClick,
|
|
669
|
+
onDoubleClick: handleDoubleClick,
|
|
670
|
+
style: {
|
|
671
|
+
cursor: isEditableMode && supportsEditing ? 'text' : 'default',
|
|
672
|
+
minHeight: isPlaceholder ? '1.5em' : undefined,
|
|
673
|
+
},
|
|
674
|
+
'data-node-id': nodeId,
|
|
675
|
+
'data-placeholder': isPlaceholder,
|
|
676
|
+
},
|
|
677
|
+
<RenderChildren children={children} nodeProps={props} />
|
|
678
|
+
)}
|
|
679
|
+
{showTabIndicator && editState === 'editing' && (
|
|
680
|
+
<TabIndicator onTab={createNextParagraph} parentNodeId={nodeId} />
|
|
681
|
+
)}
|
|
682
|
+
</>
|
|
683
|
+
);
|
|
684
|
+
};
|