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,274 @@
|
|
|
1
|
+
import type { GotoTargets } from './types/tractstack';
|
|
2
|
+
import type { WidgetMeta } from './types/compositorTypes';
|
|
3
|
+
import type { ToolAddMode } from './types/compositorTypes';
|
|
4
|
+
|
|
5
|
+
export const IMPRESSIONS_DELAY = 5000;
|
|
6
|
+
export const THRESHOLD_GLOSSED = 7000; // 7 seconds in ms
|
|
7
|
+
export const THRESHOLD_READ = 42000; // 42 seconds in ms
|
|
8
|
+
export const MAX_ANALYTICS_HOURS = 672;
|
|
9
|
+
|
|
10
|
+
export const reservedSlugs = [
|
|
11
|
+
`api`,
|
|
12
|
+
`collections`,
|
|
13
|
+
`create`,
|
|
14
|
+
`edit`,
|
|
15
|
+
`concierge`,
|
|
16
|
+
`context`,
|
|
17
|
+
`products`,
|
|
18
|
+
`storykeep`,
|
|
19
|
+
`cart`,
|
|
20
|
+
`404`,
|
|
21
|
+
`transcribe`,
|
|
22
|
+
`sitemap`,
|
|
23
|
+
`robots`,
|
|
24
|
+
`llm`,
|
|
25
|
+
];
|
|
26
|
+
|
|
27
|
+
export const colors = [
|
|
28
|
+
'#61AFEF',
|
|
29
|
+
'#98C379',
|
|
30
|
+
'#C678DD',
|
|
31
|
+
'#E06C75',
|
|
32
|
+
'#56B6C2',
|
|
33
|
+
'#D19A66',
|
|
34
|
+
'#BE5046',
|
|
35
|
+
'#98C379',
|
|
36
|
+
'#E5C07B',
|
|
37
|
+
'#528BFF',
|
|
38
|
+
'#FF6B6B',
|
|
39
|
+
'#4EC9B0',
|
|
40
|
+
];
|
|
41
|
+
|
|
42
|
+
export const collections = ['kCz'];
|
|
43
|
+
|
|
44
|
+
export const GOTO_TARGETS: GotoTargets = {
|
|
45
|
+
storykeep: {
|
|
46
|
+
name: 'StoryKeep',
|
|
47
|
+
subcommands: ['dashboard', 'settings', 'login', 'logout'],
|
|
48
|
+
description: 'Navigate to StoryKeep sections',
|
|
49
|
+
},
|
|
50
|
+
home: {
|
|
51
|
+
name: 'Home Page',
|
|
52
|
+
description: 'Navigate to the home page',
|
|
53
|
+
},
|
|
54
|
+
concierge: {
|
|
55
|
+
name: 'Concierge',
|
|
56
|
+
subcommands: ['profile'],
|
|
57
|
+
description: 'Navigate to concierge sections',
|
|
58
|
+
},
|
|
59
|
+
context: {
|
|
60
|
+
name: 'Context',
|
|
61
|
+
requiresParam: true,
|
|
62
|
+
paramLabel: 'Context Slug',
|
|
63
|
+
description: 'Navigate to a context page',
|
|
64
|
+
},
|
|
65
|
+
storyFragment: {
|
|
66
|
+
name: 'Story Fragment',
|
|
67
|
+
requiresParam: true,
|
|
68
|
+
paramLabel: 'StoryFragment Slug',
|
|
69
|
+
description: 'Navigate to a story fragment',
|
|
70
|
+
},
|
|
71
|
+
storyFragmentPane: {
|
|
72
|
+
name: 'Story Fragment Pane',
|
|
73
|
+
requiresParam: true,
|
|
74
|
+
requiresSecondParam: true,
|
|
75
|
+
paramLabel: 'StoryFragment Slug',
|
|
76
|
+
param2Label: 'Pane Slug',
|
|
77
|
+
description: 'Navigate to specific pane in a story fragment',
|
|
78
|
+
},
|
|
79
|
+
bunny: {
|
|
80
|
+
name: 'Goto Bunny Video',
|
|
81
|
+
requiresParam: true,
|
|
82
|
+
requiresSecondParam: true,
|
|
83
|
+
requiresThirdParam: true,
|
|
84
|
+
paramLabel: 'StoryFragment Slug',
|
|
85
|
+
param2Label: 'Time (seconds)',
|
|
86
|
+
param3Label: 'Video ID',
|
|
87
|
+
description: 'Play a Bunny video at specified time',
|
|
88
|
+
},
|
|
89
|
+
url: {
|
|
90
|
+
name: 'External URL',
|
|
91
|
+
requiresParam: true,
|
|
92
|
+
paramLabel: 'URL',
|
|
93
|
+
description: 'Navigate to external URL',
|
|
94
|
+
placeholder: 'https://...',
|
|
95
|
+
},
|
|
96
|
+
};
|
|
97
|
+
|
|
98
|
+
export const isTemplateToolAddModes = [
|
|
99
|
+
'p',
|
|
100
|
+
'h2',
|
|
101
|
+
'h3',
|
|
102
|
+
'h4',
|
|
103
|
+
'img',
|
|
104
|
+
'bunny',
|
|
105
|
+
'yt',
|
|
106
|
+
] as const;
|
|
107
|
+
|
|
108
|
+
export const toolAddModes = [
|
|
109
|
+
'p',
|
|
110
|
+
'h2',
|
|
111
|
+
'h3',
|
|
112
|
+
'h4',
|
|
113
|
+
'img',
|
|
114
|
+
'signup',
|
|
115
|
+
'yt',
|
|
116
|
+
'bunny',
|
|
117
|
+
'belief',
|
|
118
|
+
'identify',
|
|
119
|
+
'toggle',
|
|
120
|
+
//"aside",
|
|
121
|
+
] as const;
|
|
122
|
+
|
|
123
|
+
export const toolAddModeTitles: Record<ToolAddMode, string> = {
|
|
124
|
+
p: 'Paragraph',
|
|
125
|
+
h2: 'Heading 2',
|
|
126
|
+
h3: 'Heading 3',
|
|
127
|
+
h4: 'Heading 4',
|
|
128
|
+
img: 'Image',
|
|
129
|
+
signup: 'Email Sign-up Widget',
|
|
130
|
+
yt: 'YouTube Video',
|
|
131
|
+
bunny: 'Bunny Video',
|
|
132
|
+
belief: 'Belief Select',
|
|
133
|
+
identify: 'Identity As',
|
|
134
|
+
toggle: 'Toggle Belief',
|
|
135
|
+
//aside: "Aside Text",
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
export const toolAddModeInsertDefault: Record<ToolAddMode, string> = {
|
|
139
|
+
p: '...',
|
|
140
|
+
h2: '## title',
|
|
141
|
+
h3: '### subtitle',
|
|
142
|
+
h4: '#### section title',
|
|
143
|
+
img: '', // on initial insert must wrap in ul
|
|
144
|
+
signup: '* `signup(Major Updates Only|Keep in touch!|false)`',
|
|
145
|
+
yt: '* `youtube(tag|title)`',
|
|
146
|
+
bunny: '* `bunny(id|title)`',
|
|
147
|
+
belief: '* `belief(BeliefTag|likert|prompt)`',
|
|
148
|
+
identify: '* `identifyAs(BeliefTag|TARGET_VALUE|prompt)`',
|
|
149
|
+
toggle: '* `toggle(BeliefTag|prompt)`',
|
|
150
|
+
//aside: "...", // on initial insert must wrap in ol
|
|
151
|
+
};
|
|
152
|
+
|
|
153
|
+
export const toolAddModesIcons: Record<ToolAddMode, string> = {
|
|
154
|
+
p: 'text.svg',
|
|
155
|
+
h2: 'h2.svg',
|
|
156
|
+
h3: 'h3.svg',
|
|
157
|
+
h4: 'h4.svg',
|
|
158
|
+
img: 'image.svg',
|
|
159
|
+
yt: '',
|
|
160
|
+
bunny: '',
|
|
161
|
+
signup: '',
|
|
162
|
+
identify: '',
|
|
163
|
+
toggle: '',
|
|
164
|
+
belief: '',
|
|
165
|
+
//aside: "",
|
|
166
|
+
};
|
|
167
|
+
|
|
168
|
+
export const widgetMeta: WidgetMeta = {
|
|
169
|
+
belief: {
|
|
170
|
+
title: `Belief Widget`,
|
|
171
|
+
parameters: [
|
|
172
|
+
{
|
|
173
|
+
label: 'Belief Tag',
|
|
174
|
+
defaultValue: 'BELIEF',
|
|
175
|
+
type: 'string',
|
|
176
|
+
isBeliefTag: true,
|
|
177
|
+
},
|
|
178
|
+
{ label: 'Scale', defaultValue: 'yn', type: 'scale' },
|
|
179
|
+
{ label: 'Question Prompt', defaultValue: 'Prompt', type: 'string' },
|
|
180
|
+
],
|
|
181
|
+
isBelief: true,
|
|
182
|
+
},
|
|
183
|
+
identifyAs: {
|
|
184
|
+
title: `Identify As Widget`,
|
|
185
|
+
parameters: [
|
|
186
|
+
{
|
|
187
|
+
label: 'Belief Tag',
|
|
188
|
+
defaultValue: 'BELIEF',
|
|
189
|
+
type: 'string',
|
|
190
|
+
isBeliefTag: true,
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
label: 'Belief Matching Value(s)',
|
|
194
|
+
defaultValue: '*',
|
|
195
|
+
type: 'multi-string',
|
|
196
|
+
},
|
|
197
|
+
{ label: 'Question Prompt', defaultValue: 'Prompt', type: 'string' },
|
|
198
|
+
],
|
|
199
|
+
isBelief: true,
|
|
200
|
+
},
|
|
201
|
+
toggle: {
|
|
202
|
+
title: `Toggle Belief Widget`,
|
|
203
|
+
parameters: [
|
|
204
|
+
{
|
|
205
|
+
label: 'Belief Tag',
|
|
206
|
+
defaultValue: 'BELIEF',
|
|
207
|
+
type: 'string',
|
|
208
|
+
isBeliefTag: true,
|
|
209
|
+
},
|
|
210
|
+
{ label: 'Question Prompt', defaultValue: 'Prompt', type: 'string' },
|
|
211
|
+
],
|
|
212
|
+
isBelief: true,
|
|
213
|
+
},
|
|
214
|
+
youtube: {
|
|
215
|
+
title: `YouTube Video Embed`,
|
|
216
|
+
parameters: [
|
|
217
|
+
{ label: 'Embed Code', defaultValue: '*', type: 'string' },
|
|
218
|
+
{ label: 'Title', defaultValue: 'Descriptive Title', type: 'string' },
|
|
219
|
+
],
|
|
220
|
+
},
|
|
221
|
+
bunny: {
|
|
222
|
+
title: `BunnyCDN Video Embed`,
|
|
223
|
+
parameters: [
|
|
224
|
+
{ label: 'Embed URL', defaultValue: '*', type: 'string' },
|
|
225
|
+
{ label: 'Title', defaultValue: 'Descriptive Title', type: 'string' },
|
|
226
|
+
],
|
|
227
|
+
},
|
|
228
|
+
resource: {
|
|
229
|
+
title: `Not yet implemented`,
|
|
230
|
+
parameters: [
|
|
231
|
+
{ label: 'Type', defaultValue: '?', type: 'string' },
|
|
232
|
+
{ label: 'Variation', defaultValue: '?', type: 'string' },
|
|
233
|
+
],
|
|
234
|
+
},
|
|
235
|
+
signup: {
|
|
236
|
+
title: `Email Sign Up Widget`,
|
|
237
|
+
parameters: [
|
|
238
|
+
{
|
|
239
|
+
label: 'Contact Persona',
|
|
240
|
+
defaultValue: 'Major Updates Only',
|
|
241
|
+
type: 'string',
|
|
242
|
+
},
|
|
243
|
+
{ label: 'Prompt Text', defaultValue: 'Keep in touch!', type: 'string' },
|
|
244
|
+
{ label: 'Clarify Consent', defaultValue: 'false', type: 'boolean' },
|
|
245
|
+
],
|
|
246
|
+
},
|
|
247
|
+
};
|
|
248
|
+
|
|
249
|
+
export const contactPersona = [
|
|
250
|
+
{
|
|
251
|
+
id: 'major',
|
|
252
|
+
title: 'Major Updates Only',
|
|
253
|
+
description: 'Will only send major updates and do so infrequently.',
|
|
254
|
+
disabled: false,
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
id: 'all',
|
|
258
|
+
title: 'All Updates',
|
|
259
|
+
description: 'Be fully in the know!',
|
|
260
|
+
disabled: false,
|
|
261
|
+
},
|
|
262
|
+
{
|
|
263
|
+
id: 'open',
|
|
264
|
+
title: 'DMs open',
|
|
265
|
+
description: "Leave your contact details and we'll get in touch!",
|
|
266
|
+
disabled: false,
|
|
267
|
+
},
|
|
268
|
+
{
|
|
269
|
+
id: 'none',
|
|
270
|
+
title: 'None',
|
|
271
|
+
description: 'Disables all communications from us.',
|
|
272
|
+
disabled: false,
|
|
273
|
+
},
|
|
274
|
+
];
|
|
@@ -0,0 +1,203 @@
|
|
|
1
|
+
import { useState, useCallback, useMemo, useEffect, useRef } from 'react';
|
|
2
|
+
|
|
3
|
+
// Form validation error types
|
|
4
|
+
export interface FieldErrors {
|
|
5
|
+
[fieldName: string]: string | undefined;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
// Save operation states
|
|
9
|
+
export type SaveState = 'idle' | 'saving' | 'success' | 'error';
|
|
10
|
+
|
|
11
|
+
// Unsaved changes options
|
|
12
|
+
export interface UnsavedChangesOptions {
|
|
13
|
+
/**
|
|
14
|
+
* Message to show in browser dialog when user tries to leave
|
|
15
|
+
*/
|
|
16
|
+
browserWarningMessage?: string;
|
|
17
|
+
|
|
18
|
+
/**
|
|
19
|
+
* Whether to show browser warning dialog on page unload
|
|
20
|
+
*/
|
|
21
|
+
enableBrowserWarning?: boolean;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
// Generic form state configuration
|
|
25
|
+
export interface FormStateConfig<T> {
|
|
26
|
+
initialData: T;
|
|
27
|
+
validator?: (state: T) => FieldErrors;
|
|
28
|
+
interceptor?: (newState: T, field: keyof T, value: any) => T;
|
|
29
|
+
onSave: (data: T) => Promise<T | void> | T | void; // Now supports returning updated state or void
|
|
30
|
+
unsavedChanges?: UnsavedChangesOptions;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
// Return type for the useFormState hook
|
|
34
|
+
export interface FormStateReturn<T> {
|
|
35
|
+
state: T;
|
|
36
|
+
originalState: T;
|
|
37
|
+
updateField: (field: keyof T, value: any) => void;
|
|
38
|
+
save: () => Promise<void>;
|
|
39
|
+
cancel: () => void;
|
|
40
|
+
resetToState: (newState: T) => void; // NEW: Reset form to new baseline state
|
|
41
|
+
isDirty: boolean;
|
|
42
|
+
isValid: boolean;
|
|
43
|
+
errors: FieldErrors;
|
|
44
|
+
saveState: SaveState; // NEW: Track save operation state
|
|
45
|
+
errorMessage: string | null; // NEW: Save error message
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/**
|
|
49
|
+
* useFormState - Enhanced form state management with proper save state synchronization
|
|
50
|
+
*
|
|
51
|
+
* Provides complete save/cancel/validation workflow with interceptor support
|
|
52
|
+
* and the ability to reset to a new baseline state after successful saves.
|
|
53
|
+
*
|
|
54
|
+
* @param config - Form configuration object
|
|
55
|
+
* @returns Form state management object
|
|
56
|
+
*/
|
|
57
|
+
export function useFormState<T>(
|
|
58
|
+
config: FormStateConfig<T>
|
|
59
|
+
): FormStateReturn<T> {
|
|
60
|
+
const { initialData, validator, interceptor, onSave, unsavedChanges } =
|
|
61
|
+
config;
|
|
62
|
+
|
|
63
|
+
// Core state management
|
|
64
|
+
const [state, setState] = useState<T>(initialData);
|
|
65
|
+
const [originalState, setOriginalState] = useState<T>(initialData);
|
|
66
|
+
|
|
67
|
+
// Save operation state tracking
|
|
68
|
+
const [saveState, setSaveState] = useState<SaveState>('idle');
|
|
69
|
+
const [errorMessage, setErrorMessage] = useState<string | null>(null);
|
|
70
|
+
|
|
71
|
+
// Ref to track if we're currently saving to prevent double-saves
|
|
72
|
+
const isSaving = useRef(false);
|
|
73
|
+
|
|
74
|
+
// Validation errors
|
|
75
|
+
const errors = useMemo(() => {
|
|
76
|
+
return validator ? validator(state) : {};
|
|
77
|
+
}, [state, validator]);
|
|
78
|
+
|
|
79
|
+
// Computed properties
|
|
80
|
+
const isDirty = useMemo(() => {
|
|
81
|
+
return JSON.stringify(state) !== JSON.stringify(originalState);
|
|
82
|
+
}, [state, originalState]);
|
|
83
|
+
|
|
84
|
+
const isValid = useMemo(() => {
|
|
85
|
+
return Object.keys(errors).length === 0;
|
|
86
|
+
}, [errors]);
|
|
87
|
+
|
|
88
|
+
// Browser warning for unsaved changes
|
|
89
|
+
useEffect(() => {
|
|
90
|
+
if (!unsavedChanges?.enableBrowserWarning) return;
|
|
91
|
+
|
|
92
|
+
const handleBeforeUnload = (event: BeforeUnloadEvent) => {
|
|
93
|
+
if (isDirty && saveState !== 'saving') {
|
|
94
|
+
const message =
|
|
95
|
+
unsavedChanges.browserWarningMessage ||
|
|
96
|
+
'You have unsaved changes. Are you sure you want to leave?';
|
|
97
|
+
event.preventDefault();
|
|
98
|
+
return message;
|
|
99
|
+
}
|
|
100
|
+
};
|
|
101
|
+
|
|
102
|
+
if (isDirty && saveState !== 'saving') {
|
|
103
|
+
window.addEventListener('beforeunload', handleBeforeUnload);
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
return () => {
|
|
107
|
+
window.removeEventListener('beforeunload', handleBeforeUnload);
|
|
108
|
+
};
|
|
109
|
+
}, [isDirty, saveState, unsavedChanges]);
|
|
110
|
+
|
|
111
|
+
// Update field with optional interceptor
|
|
112
|
+
const updateField = useCallback(
|
|
113
|
+
(field: keyof T, value: any) => {
|
|
114
|
+
// Clear any previous save state when user makes changes
|
|
115
|
+
if (saveState !== 'idle') {
|
|
116
|
+
setSaveState('idle');
|
|
117
|
+
setErrorMessage(null);
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
setState((currentState) => {
|
|
121
|
+
const newState = {
|
|
122
|
+
...currentState,
|
|
123
|
+
[field]: value,
|
|
124
|
+
};
|
|
125
|
+
|
|
126
|
+
// Apply interceptor if provided
|
|
127
|
+
if (interceptor) {
|
|
128
|
+
return interceptor(newState, field, value);
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
return newState;
|
|
132
|
+
});
|
|
133
|
+
},
|
|
134
|
+
[interceptor, saveState]
|
|
135
|
+
);
|
|
136
|
+
|
|
137
|
+
// Enhanced save function with state management
|
|
138
|
+
const save = useCallback(async () => {
|
|
139
|
+
// Prevent double-saves
|
|
140
|
+
if (!isValid || isSaving.current || saveState === 'saving') {
|
|
141
|
+
return;
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
isSaving.current = true;
|
|
145
|
+
setSaveState('saving');
|
|
146
|
+
setErrorMessage(null);
|
|
147
|
+
|
|
148
|
+
try {
|
|
149
|
+
// Call the save function
|
|
150
|
+
const result = await onSave(state);
|
|
151
|
+
|
|
152
|
+
// If onSave returns updated state, use it; otherwise use current state
|
|
153
|
+
const updatedState = result && result !== undefined ? result : state;
|
|
154
|
+
|
|
155
|
+
// Set success state briefly
|
|
156
|
+
setSaveState('success');
|
|
157
|
+
|
|
158
|
+
// Reset to idle after success feedback period
|
|
159
|
+
setTimeout(() => {
|
|
160
|
+
// Reset form to the new baseline state
|
|
161
|
+
setOriginalState(updatedState);
|
|
162
|
+
setState(updatedState);
|
|
163
|
+
setSaveState('idle');
|
|
164
|
+
}, 2000);
|
|
165
|
+
} catch (error) {
|
|
166
|
+
setSaveState('error');
|
|
167
|
+
const message = error instanceof Error ? error.message : 'Save failed';
|
|
168
|
+
setErrorMessage(message);
|
|
169
|
+
console.error('Save failed:', error);
|
|
170
|
+
} finally {
|
|
171
|
+
isSaving.current = false;
|
|
172
|
+
}
|
|
173
|
+
}, [state, isValid, onSave, saveState]);
|
|
174
|
+
|
|
175
|
+
// Cancel function - revert to original state
|
|
176
|
+
const cancel = useCallback(() => {
|
|
177
|
+
setState(originalState);
|
|
178
|
+
setSaveState('idle');
|
|
179
|
+
setErrorMessage(null);
|
|
180
|
+
}, [originalState]);
|
|
181
|
+
|
|
182
|
+
// NEW: Reset to new state (for external state updates)
|
|
183
|
+
const resetToState = useCallback((newState: T) => {
|
|
184
|
+
setOriginalState(newState);
|
|
185
|
+
setState(newState);
|
|
186
|
+
setSaveState('idle');
|
|
187
|
+
setErrorMessage(null);
|
|
188
|
+
}, []);
|
|
189
|
+
|
|
190
|
+
return {
|
|
191
|
+
state,
|
|
192
|
+
originalState,
|
|
193
|
+
updateField,
|
|
194
|
+
save,
|
|
195
|
+
cancel,
|
|
196
|
+
resetToState,
|
|
197
|
+
isDirty,
|
|
198
|
+
isValid,
|
|
199
|
+
errors,
|
|
200
|
+
saveState,
|
|
201
|
+
errorMessage,
|
|
202
|
+
};
|
|
203
|
+
}
|