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,209 @@
|
|
|
1
|
+
import {
|
|
2
|
+
settingsPanelOpenStore,
|
|
3
|
+
headerPositionStore,
|
|
4
|
+
setHeaderPosition,
|
|
5
|
+
setMobileHeaderFaded,
|
|
6
|
+
} from '@/stores/storykeep';
|
|
7
|
+
|
|
8
|
+
// Track whether initial scroll adjustment has been made for settings panel
|
|
9
|
+
let hasScrolledForSettingsPanel = false;
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Sets up CSS custom properties for dynamic layout positioning
|
|
13
|
+
*/
|
|
14
|
+
export function setupLayoutStyles(): void {
|
|
15
|
+
// Calculate and set CSS custom properties for positioning
|
|
16
|
+
const updateBottomOffset = () => {
|
|
17
|
+
const mobileNavHeight = window.innerWidth < 801 ? 80 : 0;
|
|
18
|
+
const padding = 16;
|
|
19
|
+
const offset = `${mobileNavHeight + padding}px`;
|
|
20
|
+
|
|
21
|
+
document.documentElement.style.setProperty(
|
|
22
|
+
'--bottom-right-controls-bottom-offset',
|
|
23
|
+
offset
|
|
24
|
+
);
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
// Set initial values
|
|
28
|
+
updateBottomOffset();
|
|
29
|
+
|
|
30
|
+
// Update on resize
|
|
31
|
+
window.addEventListener('resize', updateBottomOffset);
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
/**
|
|
35
|
+
* Sets up scroll observers for header positioning behavior
|
|
36
|
+
*/
|
|
37
|
+
export function setupLayoutObservers(): void {
|
|
38
|
+
const header = document.getElementById('storykeepHeader');
|
|
39
|
+
const toolModeNav = document.getElementById('mainNav');
|
|
40
|
+
const mainContent = document.getElementById('mainContent');
|
|
41
|
+
const settingsControls = document.getElementById('settingsControls');
|
|
42
|
+
const standardHeader = document.querySelector('header');
|
|
43
|
+
|
|
44
|
+
if (!header) return;
|
|
45
|
+
|
|
46
|
+
let headerHeight = 0;
|
|
47
|
+
const updateHeaderHeight = () => {
|
|
48
|
+
if (standardHeader) {
|
|
49
|
+
headerHeight = standardHeader.offsetHeight;
|
|
50
|
+
}
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
const updateSettingsMargin = () => {
|
|
54
|
+
if (settingsControls && header) {
|
|
55
|
+
const storyKeepHeaderHeight = header.offsetHeight;
|
|
56
|
+
const viewportHeight = window.innerHeight;
|
|
57
|
+
const bottomOffset = window.innerWidth < 801 ? 96 : 16; // Mobile nav + padding
|
|
58
|
+
|
|
59
|
+
// Set top margin to avoid StoryKeep header overlap only
|
|
60
|
+
settingsControls.style.marginTop = `${storyKeepHeaderHeight + 20}px`;
|
|
61
|
+
|
|
62
|
+
// Set max height for inner scroll
|
|
63
|
+
const maxHeight =
|
|
64
|
+
viewportHeight - storyKeepHeaderHeight - bottomOffset - 20;
|
|
65
|
+
settingsControls.style.maxHeight = `${maxHeight}px`;
|
|
66
|
+
}
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
const handleScroll = () => {
|
|
70
|
+
const scrollY = window.scrollY;
|
|
71
|
+
const shouldBeSticky = scrollY > headerHeight;
|
|
72
|
+
|
|
73
|
+
// Only update header position if it actually needs to change
|
|
74
|
+
const currentPosition = headerPositionStore.get();
|
|
75
|
+
const newPosition = shouldBeSticky ? 'sticky' : 'normal';
|
|
76
|
+
|
|
77
|
+
if (currentPosition !== newPosition) {
|
|
78
|
+
setHeaderPosition(newPosition);
|
|
79
|
+
|
|
80
|
+
if (shouldBeSticky) {
|
|
81
|
+
if (header) {
|
|
82
|
+
const headerHeight = header.offsetHeight;
|
|
83
|
+
// Add padding to body to prevent layout shift
|
|
84
|
+
document.body.style.paddingTop = `${headerHeight}px`;
|
|
85
|
+
|
|
86
|
+
header.style.position = 'fixed';
|
|
87
|
+
header.style.top = '0';
|
|
88
|
+
header.style.left = '0';
|
|
89
|
+
header.style.right = '0';
|
|
90
|
+
header.style.zIndex = '101';
|
|
91
|
+
}
|
|
92
|
+
} else {
|
|
93
|
+
if (header) {
|
|
94
|
+
// Remove padding when header is not fixed
|
|
95
|
+
document.body.style.paddingTop = '';
|
|
96
|
+
|
|
97
|
+
header.style.position = '';
|
|
98
|
+
header.style.top = '';
|
|
99
|
+
header.style.left = '';
|
|
100
|
+
header.style.right = '';
|
|
101
|
+
header.style.zIndex = '';
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
// Update tool mode nav position and main content margin
|
|
107
|
+
if (toolModeNav && window.innerWidth >= 801) {
|
|
108
|
+
if (shouldBeSticky) {
|
|
109
|
+
// On desktop, make nav fixed when header is sticky
|
|
110
|
+
toolModeNav.classList.remove('md:static');
|
|
111
|
+
toolModeNav.classList.add('md:fixed');
|
|
112
|
+
toolModeNav.style.top = '60px'; // Below fixed header
|
|
113
|
+
toolModeNav.style.left = '0';
|
|
114
|
+
|
|
115
|
+
// Add margin to main content when nav becomes fixed (nav no longer takes flex space)
|
|
116
|
+
if (mainContent) {
|
|
117
|
+
mainContent.classList.add('md:ml-16');
|
|
118
|
+
}
|
|
119
|
+
} else {
|
|
120
|
+
// Normal static positioning when header is visible
|
|
121
|
+
toolModeNav.classList.remove('md:fixed');
|
|
122
|
+
toolModeNav.classList.add('md:static');
|
|
123
|
+
toolModeNav.style.top = '';
|
|
124
|
+
toolModeNav.style.left = '';
|
|
125
|
+
|
|
126
|
+
// Remove margin from main content when nav is static (nav takes flex space naturally)
|
|
127
|
+
if (mainContent) {
|
|
128
|
+
mainContent.classList.remove('md:ml-16');
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
};
|
|
133
|
+
|
|
134
|
+
// Handle resize events
|
|
135
|
+
const handleResize = () => {
|
|
136
|
+
updateHeaderHeight();
|
|
137
|
+
updateSettingsMargin();
|
|
138
|
+
|
|
139
|
+
// Handle desktop/mobile breakpoint transitions
|
|
140
|
+
const isMobile = window.innerWidth < 801;
|
|
141
|
+
|
|
142
|
+
if (isMobile && toolModeNav && mainContent) {
|
|
143
|
+
// Force reset to mobile layout
|
|
144
|
+
toolModeNav.classList.remove('md:fixed', 'md:static');
|
|
145
|
+
toolModeNav.style.top = '';
|
|
146
|
+
toolModeNav.style.left = '';
|
|
147
|
+
|
|
148
|
+
// Remove desktop margin
|
|
149
|
+
mainContent.classList.remove('md:ml-16');
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
// Re-run scroll logic to handle desktop/mobile transitions
|
|
153
|
+
handleScroll();
|
|
154
|
+
};
|
|
155
|
+
|
|
156
|
+
// Listen for settings panel state changes
|
|
157
|
+
const handleSettingsPanelChange = () => {
|
|
158
|
+
const isSettingsOpen = settingsPanelOpenStore.get();
|
|
159
|
+
|
|
160
|
+
// Reset scroll flag when panel state changes
|
|
161
|
+
if (!isSettingsOpen) {
|
|
162
|
+
hasScrolledForSettingsPanel = false;
|
|
163
|
+
}
|
|
164
|
+
};
|
|
165
|
+
|
|
166
|
+
// Set up event listeners
|
|
167
|
+
window.addEventListener('scroll', handleScroll, { passive: true });
|
|
168
|
+
window.addEventListener('resize', handleResize);
|
|
169
|
+
|
|
170
|
+
// Subscribe to settings panel state changes
|
|
171
|
+
settingsPanelOpenStore.subscribe(handleSettingsPanelChange);
|
|
172
|
+
|
|
173
|
+
// Initial setup
|
|
174
|
+
updateHeaderHeight();
|
|
175
|
+
updateSettingsMargin();
|
|
176
|
+
handleScroll();
|
|
177
|
+
}
|
|
178
|
+
|
|
179
|
+
/**
|
|
180
|
+
* Handle settings panel mobile behavior
|
|
181
|
+
* This is called when the settings panel is toggled
|
|
182
|
+
*/
|
|
183
|
+
export function handleSettingsPanelMobile(isOpen: boolean): void {
|
|
184
|
+
const isMobile = window.innerWidth < 801;
|
|
185
|
+
|
|
186
|
+
if (!isMobile) return;
|
|
187
|
+
|
|
188
|
+
if (isOpen) {
|
|
189
|
+
const header = document.querySelector('header');
|
|
190
|
+
const headerHeight = header?.offsetHeight || 0;
|
|
191
|
+
const currentScrollY = window.scrollY;
|
|
192
|
+
|
|
193
|
+
// Only scroll if we're near the top and haven't already scrolled
|
|
194
|
+
if (currentScrollY <= headerHeight && !hasScrolledForSettingsPanel) {
|
|
195
|
+
window.scrollTo({
|
|
196
|
+
top: headerHeight + 10,
|
|
197
|
+
behavior: 'smooth',
|
|
198
|
+
});
|
|
199
|
+
hasScrolledForSettingsPanel = true;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
// Fade the header
|
|
203
|
+
setMobileHeaderFaded(true);
|
|
204
|
+
} else {
|
|
205
|
+
// Unfade the header and reset scroll flag
|
|
206
|
+
setMobileHeaderFaded(false);
|
|
207
|
+
hasScrolledForSettingsPanel = false;
|
|
208
|
+
}
|
|
209
|
+
}
|
|
@@ -0,0 +1,306 @@
|
|
|
1
|
+
export interface ProfileData {
|
|
2
|
+
firstname?: string;
|
|
3
|
+
contactPersona?: string;
|
|
4
|
+
email?: string;
|
|
5
|
+
shortBio?: string;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export interface SessionData {
|
|
9
|
+
sessionId?: string;
|
|
10
|
+
consent?: string;
|
|
11
|
+
encryptedEmail?: string;
|
|
12
|
+
encryptedCode?: string;
|
|
13
|
+
hasProfile: boolean;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
class StorageManager {
|
|
17
|
+
static get(key: string): string | null {
|
|
18
|
+
try {
|
|
19
|
+
return localStorage.getItem(`tractstack_${key}`);
|
|
20
|
+
} catch {
|
|
21
|
+
return null;
|
|
22
|
+
}
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
static set(key: string, value: string): boolean {
|
|
26
|
+
try {
|
|
27
|
+
localStorage.setItem(`tractstack_${key}`, value);
|
|
28
|
+
return true;
|
|
29
|
+
} catch {
|
|
30
|
+
return false;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
static remove(key: string): void {
|
|
35
|
+
try {
|
|
36
|
+
localStorage.removeItem(`tractstack_${key}`);
|
|
37
|
+
} catch {
|
|
38
|
+
// Silently fail
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
export class ProfileStorage {
|
|
44
|
+
private static readonly STORAGE_KEYS = {
|
|
45
|
+
consent: 'consent',
|
|
46
|
+
encryptedEmail: 'encrypted_email',
|
|
47
|
+
encryptedCode: 'encrypted_code',
|
|
48
|
+
profileToken: 'profile_token',
|
|
49
|
+
hasProfile: 'has_profile',
|
|
50
|
+
unlockedProfile: 'unlocked_profile',
|
|
51
|
+
showUnlock: 'show_unlock',
|
|
52
|
+
lastEmail: 'last_email',
|
|
53
|
+
// Profile data
|
|
54
|
+
firstname: 'profile_firstname',
|
|
55
|
+
contactPersona: 'profile_contact_persona',
|
|
56
|
+
email: 'profile_email',
|
|
57
|
+
shortBio: 'profile_short_bio',
|
|
58
|
+
} as const;
|
|
59
|
+
|
|
60
|
+
/**
|
|
61
|
+
* Get current session data (backend controls fingerprint/visit IDs)
|
|
62
|
+
*/
|
|
63
|
+
static getCurrentSession(): SessionData {
|
|
64
|
+
return {
|
|
65
|
+
sessionId: localStorage.getItem('tractstack_session_id') || undefined,
|
|
66
|
+
consent: StorageManager.get(this.STORAGE_KEYS.consent) || undefined,
|
|
67
|
+
encryptedEmail:
|
|
68
|
+
StorageManager.get(this.STORAGE_KEYS.encryptedEmail) || undefined,
|
|
69
|
+
encryptedCode:
|
|
70
|
+
StorageManager.get(this.STORAGE_KEYS.encryptedCode) || undefined,
|
|
71
|
+
hasProfile: !!StorageManager.get(this.STORAGE_KEYS.hasProfile),
|
|
72
|
+
};
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* Check if profile is unlocked
|
|
77
|
+
*/
|
|
78
|
+
static isProfileUnlocked(): boolean {
|
|
79
|
+
return !!StorageManager.get(this.STORAGE_KEYS.unlockedProfile);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* Check if should show unlock form
|
|
84
|
+
*/
|
|
85
|
+
static shouldShowUnlock(): boolean {
|
|
86
|
+
return !!StorageManager.get(this.STORAGE_KEYS.hasProfile);
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
/**
|
|
90
|
+
* Prepare handshake data for backend calls
|
|
91
|
+
*/
|
|
92
|
+
static prepareHandshakeData(): {
|
|
93
|
+
sessionId: string;
|
|
94
|
+
encryptedEmail?: string;
|
|
95
|
+
encryptedCode?: string;
|
|
96
|
+
consent?: string;
|
|
97
|
+
} {
|
|
98
|
+
let sessionId = localStorage.getItem('tractstack_session_id');
|
|
99
|
+
|
|
100
|
+
// If no session ID exists, generate one client-side
|
|
101
|
+
if (!sessionId) {
|
|
102
|
+
sessionId = `client-${Date.now()}-${Math.random()
|
|
103
|
+
.toString(36)
|
|
104
|
+
.substring(2, 11)}`;
|
|
105
|
+
localStorage.setItem('tractstack_session_id', sessionId);
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
const data: any = { sessionId };
|
|
109
|
+
|
|
110
|
+
const encryptedEmail = StorageManager.get(this.STORAGE_KEYS.encryptedEmail);
|
|
111
|
+
const encryptedCode = StorageManager.get(this.STORAGE_KEYS.encryptedCode);
|
|
112
|
+
const consent = StorageManager.get(this.STORAGE_KEYS.consent);
|
|
113
|
+
|
|
114
|
+
if (encryptedEmail) data.encryptedEmail = encryptedEmail;
|
|
115
|
+
if (encryptedCode) data.encryptedCode = encryptedCode;
|
|
116
|
+
if (consent) data.consent = consent;
|
|
117
|
+
|
|
118
|
+
return data;
|
|
119
|
+
}
|
|
120
|
+
|
|
121
|
+
/**
|
|
122
|
+
* Store encrypted credentials for profile fast-pass
|
|
123
|
+
*/
|
|
124
|
+
static storeEncryptedCredentials(email: string, code: string): boolean {
|
|
125
|
+
const emailStored = StorageManager.set(
|
|
126
|
+
this.STORAGE_KEYS.encryptedEmail,
|
|
127
|
+
email
|
|
128
|
+
);
|
|
129
|
+
const codeStored = StorageManager.set(
|
|
130
|
+
this.STORAGE_KEYS.encryptedCode,
|
|
131
|
+
code
|
|
132
|
+
);
|
|
133
|
+
return emailStored && codeStored;
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
/**
|
|
137
|
+
* Clear encrypted credentials
|
|
138
|
+
*/
|
|
139
|
+
static clearEncryptedCredentials(): void {
|
|
140
|
+
StorageManager.remove(this.STORAGE_KEYS.encryptedEmail);
|
|
141
|
+
StorageManager.remove(this.STORAGE_KEYS.encryptedCode);
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
/**
|
|
145
|
+
* Store profile token and mark as having profile
|
|
146
|
+
*/
|
|
147
|
+
static storeProfileToken(token: string): void {
|
|
148
|
+
StorageManager.set(this.STORAGE_KEYS.profileToken, token);
|
|
149
|
+
StorageManager.set(this.STORAGE_KEYS.hasProfile, '1');
|
|
150
|
+
StorageManager.set(this.STORAGE_KEYS.unlockedProfile, '1');
|
|
151
|
+
}
|
|
152
|
+
|
|
153
|
+
/**
|
|
154
|
+
* Clear profile token and profile state
|
|
155
|
+
*/
|
|
156
|
+
static clearProfileToken(): void {
|
|
157
|
+
StorageManager.remove(this.STORAGE_KEYS.profileToken);
|
|
158
|
+
StorageManager.remove(this.STORAGE_KEYS.hasProfile);
|
|
159
|
+
StorageManager.remove(this.STORAGE_KEYS.unlockedProfile);
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
/**
|
|
163
|
+
* Check if user has a profile
|
|
164
|
+
*/
|
|
165
|
+
static hasProfile(): boolean {
|
|
166
|
+
return !!StorageManager.get(this.STORAGE_KEYS.hasProfile);
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
/**
|
|
170
|
+
* Clear entire session (localStorage) INCLUDING session ID
|
|
171
|
+
*/
|
|
172
|
+
static clearSession(): void {
|
|
173
|
+
Object.values(this.STORAGE_KEYS).forEach((key) => {
|
|
174
|
+
StorageManager.remove(key);
|
|
175
|
+
});
|
|
176
|
+
|
|
177
|
+
try {
|
|
178
|
+
localStorage.removeItem('tractstack_session_id');
|
|
179
|
+
localStorage.removeItem('tractstack_fingerprint');
|
|
180
|
+
localStorage.removeItem('tractstack_visit');
|
|
181
|
+
localStorage.removeItem('tractstack_entered_tracked');
|
|
182
|
+
} catch {
|
|
183
|
+
// Silently fail
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
// Clear session cookie
|
|
187
|
+
try {
|
|
188
|
+
document.cookie =
|
|
189
|
+
'tractstack_session_id=; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT; SameSite=Lax';
|
|
190
|
+
} catch {
|
|
191
|
+
// Silently fail
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
console.log('TractStack: Session cleared completely including session ID');
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
/**
|
|
198
|
+
* Clear only profile data (keep session)
|
|
199
|
+
*/
|
|
200
|
+
static clearProfile(): void {
|
|
201
|
+
StorageManager.remove(this.STORAGE_KEYS.profileToken);
|
|
202
|
+
StorageManager.remove(this.STORAGE_KEYS.hasProfile);
|
|
203
|
+
StorageManager.remove(this.STORAGE_KEYS.unlockedProfile);
|
|
204
|
+
StorageManager.remove(this.STORAGE_KEYS.firstname);
|
|
205
|
+
StorageManager.remove(this.STORAGE_KEYS.contactPersona);
|
|
206
|
+
StorageManager.remove(this.STORAGE_KEYS.email);
|
|
207
|
+
StorageManager.remove(this.STORAGE_KEYS.shortBio);
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
/**
|
|
211
|
+
* Debug helper to log current state
|
|
212
|
+
*/
|
|
213
|
+
static debugProfile(): void {
|
|
214
|
+
const session = this.getCurrentSession();
|
|
215
|
+
const profile = this.getProfileData();
|
|
216
|
+
|
|
217
|
+
console.group('TractStack Profile Debug');
|
|
218
|
+
console.log('Current Session:', session);
|
|
219
|
+
console.log('Profile Data:', profile);
|
|
220
|
+
console.log('Has Profile:', this.hasProfile());
|
|
221
|
+
console.log('Profile Unlocked:', this.isProfileUnlocked());
|
|
222
|
+
console.log('Should Show Unlock:', this.shouldShowUnlock());
|
|
223
|
+
console.log('TractStack LocalStorage:', {
|
|
224
|
+
profile_token: !!StorageManager.get('profile_token'),
|
|
225
|
+
encrypted_email: !!StorageManager.get('encrypted_email'),
|
|
226
|
+
encrypted_code: !!StorageManager.get('encrypted_code'),
|
|
227
|
+
consent: StorageManager.get('consent'),
|
|
228
|
+
session_id: localStorage.getItem('tractstack_session_id'),
|
|
229
|
+
});
|
|
230
|
+
console.groupEnd();
|
|
231
|
+
}
|
|
232
|
+
|
|
233
|
+
/**
|
|
234
|
+
* Get profile data from localStorage
|
|
235
|
+
*/
|
|
236
|
+
static getProfileData(): ProfileData {
|
|
237
|
+
return {
|
|
238
|
+
firstname: StorageManager.get(this.STORAGE_KEYS.firstname) || undefined,
|
|
239
|
+
contactPersona:
|
|
240
|
+
StorageManager.get(this.STORAGE_KEYS.contactPersona) || undefined,
|
|
241
|
+
email: StorageManager.get(this.STORAGE_KEYS.email) || undefined,
|
|
242
|
+
shortBio: StorageManager.get(this.STORAGE_KEYS.shortBio) || undefined,
|
|
243
|
+
};
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* Set profile data in localStorage
|
|
248
|
+
*/
|
|
249
|
+
static setProfileData(data: ProfileData): void {
|
|
250
|
+
if (data.firstname)
|
|
251
|
+
StorageManager.set(this.STORAGE_KEYS.firstname, data.firstname);
|
|
252
|
+
if (data.contactPersona)
|
|
253
|
+
StorageManager.set(this.STORAGE_KEYS.contactPersona, data.contactPersona);
|
|
254
|
+
if (data.email) StorageManager.set(this.STORAGE_KEYS.email, data.email);
|
|
255
|
+
if (data.shortBio)
|
|
256
|
+
StorageManager.set(this.STORAGE_KEYS.shortBio, data.shortBio);
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
/**
|
|
260
|
+
* Get consent status
|
|
261
|
+
*/
|
|
262
|
+
static getConsent(): string | null {
|
|
263
|
+
return StorageManager.get(this.STORAGE_KEYS.consent);
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
/**
|
|
267
|
+
* Store consent status
|
|
268
|
+
*/
|
|
269
|
+
static storeConsent(consent: string): void {
|
|
270
|
+
StorageManager.set(this.STORAGE_KEYS.consent, consent);
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
/**
|
|
274
|
+
* Get last used email
|
|
275
|
+
*/
|
|
276
|
+
static getLastEmail(): string | null {
|
|
277
|
+
return StorageManager.get(this.STORAGE_KEYS.lastEmail);
|
|
278
|
+
}
|
|
279
|
+
|
|
280
|
+
/**
|
|
281
|
+
* Store last used email
|
|
282
|
+
*/
|
|
283
|
+
static storeLastEmail(email: string): void {
|
|
284
|
+
StorageManager.set(this.STORAGE_KEYS.lastEmail, email);
|
|
285
|
+
}
|
|
286
|
+
|
|
287
|
+
/**
|
|
288
|
+
* Set show unlock flag
|
|
289
|
+
*/
|
|
290
|
+
static setShowUnlock(show: boolean): void {
|
|
291
|
+
if (show) {
|
|
292
|
+
StorageManager.set(this.STORAGE_KEYS.showUnlock, '1');
|
|
293
|
+
} else {
|
|
294
|
+
StorageManager.remove(this.STORAGE_KEYS.showUnlock);
|
|
295
|
+
}
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
// Global debug helper
|
|
300
|
+
if (typeof window !== 'undefined') {
|
|
301
|
+
(window as any).tractStackProfileDebug = {
|
|
302
|
+
profile: () => ProfileStorage.debugProfile(),
|
|
303
|
+
clear: () => ProfileStorage.clearSession(),
|
|
304
|
+
clearProfile: () => ProfileStorage.clearProfile(),
|
|
305
|
+
};
|
|
306
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import { useEffect, useRef } from 'react';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* Custom hook for setting up an interval that can be safely used with React's lifecycle
|
|
5
|
+
* @param callback Function to be called on each interval
|
|
6
|
+
* @param delay Delay in milliseconds between each interval, or null to stop the interval
|
|
7
|
+
*/
|
|
8
|
+
export function useInterval(callback: () => void, delay: number | null) {
|
|
9
|
+
const savedCallback = useRef<() => void>(callback);
|
|
10
|
+
|
|
11
|
+
// Remember the latest callback
|
|
12
|
+
useEffect(() => {
|
|
13
|
+
savedCallback.current = callback;
|
|
14
|
+
}, [callback]);
|
|
15
|
+
|
|
16
|
+
// Set up the interval
|
|
17
|
+
useEffect(() => {
|
|
18
|
+
function tick() {
|
|
19
|
+
savedCallback.current();
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
if (delay !== null) {
|
|
23
|
+
const id = setInterval(tick, delay);
|
|
24
|
+
return () => clearInterval(id);
|
|
25
|
+
}
|
|
26
|
+
}, [delay]);
|
|
27
|
+
}
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
/** @type {import('tailwindcss').Config} */
|
|
2
|
+
module.exports = {
|
|
3
|
+
//content: ["./src/**/*.{astro,html,js,jsx,md,mdx,ts,tsx}"],
|
|
4
|
+
content: [],
|
|
5
|
+
theme: {
|
|
6
|
+
screens: {
|
|
7
|
+
xs: '0px',
|
|
8
|
+
md: '801px',
|
|
9
|
+
xl: '1367px',
|
|
10
|
+
},
|
|
11
|
+
extend: {
|
|
12
|
+
maxWidth: {
|
|
13
|
+
'1/5': '80%',
|
|
14
|
+
},
|
|
15
|
+
zIndex: {
|
|
16
|
+
1: '101',
|
|
17
|
+
2: '102',
|
|
18
|
+
3: '103',
|
|
19
|
+
4: '104',
|
|
20
|
+
5: '105',
|
|
21
|
+
6: '106',
|
|
22
|
+
7: '107',
|
|
23
|
+
8: '108',
|
|
24
|
+
9: '109',
|
|
25
|
+
10: '110',
|
|
26
|
+
20: '210',
|
|
27
|
+
30: '310',
|
|
28
|
+
40: '410',
|
|
29
|
+
50: '510',
|
|
30
|
+
70: '700',
|
|
31
|
+
90: '900',
|
|
32
|
+
99: '999',
|
|
33
|
+
101: '1001',
|
|
34
|
+
102: '1002',
|
|
35
|
+
103: '1003',
|
|
36
|
+
104: '1004',
|
|
37
|
+
105: '1005',
|
|
38
|
+
999: '9999',
|
|
39
|
+
9002: '9002',
|
|
40
|
+
},
|
|
41
|
+
colors: {
|
|
42
|
+
mywhite: '#fcfcfc',
|
|
43
|
+
myoffwhite: '#e3e3e3',
|
|
44
|
+
mylightgrey: '#a7b1b7',
|
|
45
|
+
myblue: '#293f58',
|
|
46
|
+
mygreen: '#c8df8c',
|
|
47
|
+
myorange: '#f58333',
|
|
48
|
+
mydarkgrey: '#393d34',
|
|
49
|
+
myblack: '#10120d',
|
|
50
|
+
'brand-1': 'var(--brand-1)',
|
|
51
|
+
'brand-2': 'var(--brand-2)',
|
|
52
|
+
'brand-3': 'var(--brand-3)',
|
|
53
|
+
'brand-4': 'var(--brand-4)',
|
|
54
|
+
'brand-5': 'var(--brand-5)',
|
|
55
|
+
'brand-6': 'var(--brand-6)',
|
|
56
|
+
'brand-7': 'var(--brand-7)',
|
|
57
|
+
'brand-8': 'var(--brand-8)',
|
|
58
|
+
},
|
|
59
|
+
fontSize: {
|
|
60
|
+
xs: '0.75rem',
|
|
61
|
+
sm: '0.875rem',
|
|
62
|
+
base: '1rem',
|
|
63
|
+
lg: '1.125rem',
|
|
64
|
+
xl: '1.25rem',
|
|
65
|
+
'2xl': '1.5rem',
|
|
66
|
+
'3xl': '1.875rem',
|
|
67
|
+
'4xl': '2.25rem',
|
|
68
|
+
'5xl': '3rem',
|
|
69
|
+
'6xl': '3.75rem',
|
|
70
|
+
'7xl': '4.5rem',
|
|
71
|
+
'8xl': '6rem',
|
|
72
|
+
'9xl': '8rem',
|
|
73
|
+
rxs: 'calc(var(--scale) * 0.75rem)',
|
|
74
|
+
rsm: 'calc(var(--scale) * 0.875rem)',
|
|
75
|
+
rbase: 'calc(var(--scale) * 1rem)',
|
|
76
|
+
rlg: 'calc(var(--scale) * 1.125rem)',
|
|
77
|
+
rxl: 'calc(var(--scale) * 1.25rem)',
|
|
78
|
+
r2xl: 'calc(var(--scale) * 1.5rem)',
|
|
79
|
+
r3xl: 'calc(var(--scale) * 1.875rem)',
|
|
80
|
+
r4xl: 'calc(var(--scale) * 2.5rem)',
|
|
81
|
+
r5xl: 'calc(var(--scale) * 3rem)',
|
|
82
|
+
r6xl: 'calc(var(--scale) * 3.75rem)',
|
|
83
|
+
r7xl: 'calc(var(--scale) * 4.5rem)',
|
|
84
|
+
r8xl: 'calc(var(--scale) * 6rem)',
|
|
85
|
+
r9xl: 'calc(var(--scale) * 8rem)',
|
|
86
|
+
},
|
|
87
|
+
animation: {
|
|
88
|
+
fadeOut: 'fadeOut 1s forwards',
|
|
89
|
+
fadeIn: 'fadeIn 1s ease-in',
|
|
90
|
+
fadeInUp: 'fadeInUp 1s ease-in',
|
|
91
|
+
fadeInRight: 'fadeInRight 1s ease-in',
|
|
92
|
+
fadeInLeft: 'fadeInLeft 1s ease-in',
|
|
93
|
+
bounceIn: 'bounce 1s ease-in-out 4.5',
|
|
94
|
+
wig: 'wiggle 1s ease-in-out infinite',
|
|
95
|
+
},
|
|
96
|
+
keyframes: {
|
|
97
|
+
fadeOut: {
|
|
98
|
+
'0%': { opacity: '1' },
|
|
99
|
+
'100%': { opacity: '0' },
|
|
100
|
+
},
|
|
101
|
+
fadeIn: {
|
|
102
|
+
'0%': { opacity: '.25' },
|
|
103
|
+
'100%': { opacity: '1' },
|
|
104
|
+
},
|
|
105
|
+
fadeInUp: {
|
|
106
|
+
'0%': { transform: 'translate3d(0, 10px, 0)', opacity: '.25' },
|
|
107
|
+
'100%': { transform: 'translate3d(0, 0, 0)', opacity: '1' },
|
|
108
|
+
},
|
|
109
|
+
fadeInRight: {
|
|
110
|
+
'0%': { transform: 'translate3d(10px,0, 0)', opacity: '.25' },
|
|
111
|
+
'100%': { transform: 'translate3d(0, 0, 0)', opacity: '1' },
|
|
112
|
+
},
|
|
113
|
+
fadeInLeft: {
|
|
114
|
+
'0%': { transform: 'translate3d(-10px,0, 0)', opacity: '.25' },
|
|
115
|
+
'100%': { transform: 'translate3d(0, 0, 0)', opacity: '1' },
|
|
116
|
+
},
|
|
117
|
+
wiggle: {
|
|
118
|
+
'0%, 100%': {
|
|
119
|
+
transform: 'translateX(3%)',
|
|
120
|
+
},
|
|
121
|
+
'50%': {
|
|
122
|
+
transform: 'translateX(0)',
|
|
123
|
+
},
|
|
124
|
+
},
|
|
125
|
+
},
|
|
126
|
+
lineHeight: {
|
|
127
|
+
12: '3rem',
|
|
128
|
+
14: '3.5rem',
|
|
129
|
+
16: '4rem',
|
|
130
|
+
20: '5rem',
|
|
131
|
+
},
|
|
132
|
+
spacing: {
|
|
133
|
+
r1: 'calc(var(--scale) * .25rem)',
|
|
134
|
+
r2: 'calc(var(--scale) * .5rem)',
|
|
135
|
+
r3: 'calc(var(--scale) * .75rem)',
|
|
136
|
+
r4: 'calc(var(--scale) * 1rem)',
|
|
137
|
+
r5: 'calc(var(--scale) * 1.25rem)',
|
|
138
|
+
r6: 'calc(var(--scale) * 1.5rem)',
|
|
139
|
+
r7: 'calc(var(--scale) * 1.75rem)',
|
|
140
|
+
r8: 'calc(var(--scale) * 2rem)',
|
|
141
|
+
r9: 'calc(var(--scale) * 2.25rem)',
|
|
142
|
+
r10: 'calc(var(--scale) * 2.5rem)',
|
|
143
|
+
r11: 'calc(var(--scale) * 2.75rem)',
|
|
144
|
+
r12: 'calc(var(--scale) * 3rem)',
|
|
145
|
+
r14: 'calc(var(--scale) * 3.5rem)',
|
|
146
|
+
r16: 'calc(var(--scale) * 4rem)',
|
|
147
|
+
r20: 'calc(var(--scale) * 5rem)',
|
|
148
|
+
},
|
|
149
|
+
fontFamily: {
|
|
150
|
+
action: [
|
|
151
|
+
'var(--font-action)',
|
|
152
|
+
'Inter',
|
|
153
|
+
'Georgia',
|
|
154
|
+
'Times New Roman',
|
|
155
|
+
'Times',
|
|
156
|
+
'serif',
|
|
157
|
+
],
|
|
158
|
+
main: [
|
|
159
|
+
'var(--font-main)',
|
|
160
|
+
'Inter',
|
|
161
|
+
'Arial',
|
|
162
|
+
'Helvetica Neue',
|
|
163
|
+
'Helvetica',
|
|
164
|
+
'sans-serif',
|
|
165
|
+
],
|
|
166
|
+
},
|
|
167
|
+
},
|
|
168
|
+
},
|
|
169
|
+
};
|