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,458 @@
|
|
|
1
|
+
---
|
|
2
|
+
import Menu from './Menu';
|
|
3
|
+
import { isAuthenticated, isAdmin, getUserRole } from '@/utils/auth';
|
|
4
|
+
import ImpressionWrapper from '@/components/widgets/ImpressionWrapper';
|
|
5
|
+
import type { MenuNode } from '@/types/tractstack';
|
|
6
|
+
import type { ImpressionNode } from '@/types/compositorTypes';
|
|
7
|
+
|
|
8
|
+
export interface Props {
|
|
9
|
+
title: string;
|
|
10
|
+
slug: string;
|
|
11
|
+
brandConfig: any;
|
|
12
|
+
isContext?: boolean;
|
|
13
|
+
isStoryKeep?: boolean;
|
|
14
|
+
isEditable?: boolean;
|
|
15
|
+
menu?: MenuNode | null;
|
|
16
|
+
sessionId?: string;
|
|
17
|
+
storyfragmentId?: string;
|
|
18
|
+
impressions?: ImpressionNode[];
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
const {
|
|
22
|
+
title,
|
|
23
|
+
slug,
|
|
24
|
+
brandConfig,
|
|
25
|
+
isContext = false,
|
|
26
|
+
isStoryKeep = false,
|
|
27
|
+
isEditable = false,
|
|
28
|
+
menu,
|
|
29
|
+
sessionId = '',
|
|
30
|
+
storyfragmentId = undefined,
|
|
31
|
+
impressions = [],
|
|
32
|
+
} = Astro.props;
|
|
33
|
+
|
|
34
|
+
const isHome = slug === brandConfig?.HOME_SLUG;
|
|
35
|
+
|
|
36
|
+
const getAssetPath = (configPath: string, fallback: string) => {
|
|
37
|
+
// Always prioritize brandConfig values when they exist
|
|
38
|
+
if (configPath && configPath !== '') {
|
|
39
|
+
return configPath;
|
|
40
|
+
}
|
|
41
|
+
return fallback;
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
const logo = getAssetPath(brandConfig?.LOGO, '/brand/logo.svg');
|
|
45
|
+
const wordmark = getAssetPath(brandConfig?.WORDMARK, '/brand/wordmark.svg');
|
|
46
|
+
|
|
47
|
+
// Handle empty WORDMARK_MODE by defaulting to "default"
|
|
48
|
+
const wordmarkMode =
|
|
49
|
+
brandConfig?.WORDMARK_MODE && brandConfig.WORDMARK_MODE !== ''
|
|
50
|
+
? brandConfig.WORDMARK_MODE
|
|
51
|
+
: 'default';
|
|
52
|
+
|
|
53
|
+
// Auth status
|
|
54
|
+
const authStatus = {
|
|
55
|
+
isAuthenticated: isAuthenticated(Astro),
|
|
56
|
+
isAdmin: isAdmin(Astro),
|
|
57
|
+
userRole: getUserRole(Astro),
|
|
58
|
+
};
|
|
59
|
+
---
|
|
60
|
+
|
|
61
|
+
<header class="relative shadow-inner">
|
|
62
|
+
<!-- TOP ROW: Logo/Wordmark + Menu + Auth Controls -->
|
|
63
|
+
<div
|
|
64
|
+
class="flex flex-row flex-nowrap items-center justify-between px-4 py-3 md:px-8"
|
|
65
|
+
>
|
|
66
|
+
<a href="/" title="Home page">
|
|
67
|
+
<div class="flex h-auto flex-row flex-nowrap items-center">
|
|
68
|
+
{
|
|
69
|
+
[`default`, `logo`].includes(wordmarkMode) ? (
|
|
70
|
+
<>
|
|
71
|
+
<img
|
|
72
|
+
src={logo}
|
|
73
|
+
alt="Logo"
|
|
74
|
+
class="pointer-events-none h-8 w-auto"
|
|
75
|
+
/>
|
|
76
|
+
<span class="w-2" />
|
|
77
|
+
</>
|
|
78
|
+
) : null
|
|
79
|
+
}
|
|
80
|
+
{
|
|
81
|
+
[`default`, `wordmark`].includes(wordmarkMode) ? (
|
|
82
|
+
<img
|
|
83
|
+
src={wordmark}
|
|
84
|
+
alt="Wordmark"
|
|
85
|
+
class="pointer-events-none h-14 w-auto max-w-48 md:max-w-72"
|
|
86
|
+
/>
|
|
87
|
+
) : null
|
|
88
|
+
}
|
|
89
|
+
</div>
|
|
90
|
+
</a>
|
|
91
|
+
|
|
92
|
+
{
|
|
93
|
+
!!menu ? (
|
|
94
|
+
<Menu
|
|
95
|
+
payload={menu}
|
|
96
|
+
slug={slug}
|
|
97
|
+
brandConfig={brandConfig}
|
|
98
|
+
isContext={isContext}
|
|
99
|
+
client:load
|
|
100
|
+
/>
|
|
101
|
+
) : null
|
|
102
|
+
}
|
|
103
|
+
</div>
|
|
104
|
+
|
|
105
|
+
<!-- BOTTOM ROW: Title + Action Icons -->
|
|
106
|
+
<div
|
|
107
|
+
class="bg-mywhite flex flex-row flex-nowrap justify-between px-4 pb-3 pt-4 shadow-inner md:px-8"
|
|
108
|
+
>
|
|
109
|
+
<h1 class="text-mydarkgrey truncate text-xl">{title}</h1>
|
|
110
|
+
<div class="flex flex-row flex-nowrap items-center gap-x-2">
|
|
111
|
+
{/* Home Icon */}
|
|
112
|
+
{
|
|
113
|
+
!isHome ? (
|
|
114
|
+
<a
|
|
115
|
+
href="/"
|
|
116
|
+
class="text-myblue/80 hover:text-myblue hover:rotate-6"
|
|
117
|
+
title="Go to home page"
|
|
118
|
+
>
|
|
119
|
+
<svg
|
|
120
|
+
class="h-6 w-6"
|
|
121
|
+
fill="none"
|
|
122
|
+
viewBox="0 0 24 24"
|
|
123
|
+
stroke-width="1.5"
|
|
124
|
+
stroke="currentColor"
|
|
125
|
+
>
|
|
126
|
+
<path
|
|
127
|
+
stroke-linecap="round"
|
|
128
|
+
stroke-linejoin="round"
|
|
129
|
+
d="m2.25 12 8.954-8.955c.44-.439 1.152-.439 1.591 0L21.75 12M4.5 9.75v10.125c0 .621.504 1.125 1.125 1.125H9.75v-4.875c0-.621.504-1.125 1.125-1.125h2.25c.621 0 1.125.504 1.125 1.125V21h4.125c.621 0 1.125-.504 1.125-1.125V9.75M8.25 21h8.25"
|
|
130
|
+
/>
|
|
131
|
+
</svg>
|
|
132
|
+
</a>
|
|
133
|
+
) : null
|
|
134
|
+
}
|
|
135
|
+
|
|
136
|
+
{/* StoryKeep Dashboard Icon */}
|
|
137
|
+
{
|
|
138
|
+
authStatus.isAdmin || authStatus.isAuthenticated ? (
|
|
139
|
+
<a
|
|
140
|
+
href="/storykeep"
|
|
141
|
+
class="hover:text-myblue hover:rotate-6"
|
|
142
|
+
title="Your Story Keep Dashboard"
|
|
143
|
+
>
|
|
144
|
+
<svg
|
|
145
|
+
class="text-myblue/80 h-6 w-6"
|
|
146
|
+
fill="none"
|
|
147
|
+
viewBox="0 0 24 24"
|
|
148
|
+
stroke-width="1.5"
|
|
149
|
+
stroke="currentColor"
|
|
150
|
+
>
|
|
151
|
+
<path
|
|
152
|
+
stroke-linecap="round"
|
|
153
|
+
stroke-linejoin="round"
|
|
154
|
+
d="M2.25 7.125C2.25 6.504 2.754 6 3.375 6h6c.621 0 1.125.504 1.125 1.125v3.75c0 .621-.504 1.125-1.125 1.125h-6a1.125 1.125 0 0 1-1.125-1.125v-3.75ZM14.25 8.625c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v8.25c0 .621-.504 1.125-1.125 1.125h-5.25a1.125 1.125 0 0 1-1.125-1.125v-8.25ZM3.75 16.125c0-.621.504-1.125 1.125-1.125h5.25c.621 0 1.125.504 1.125 1.125v2.25c0 .621-.504 1.125-1.125 1.125h-5.25A1.125 1.125 0 0 1 2.625 18.375v-2.25Z"
|
|
155
|
+
/>
|
|
156
|
+
</svg>
|
|
157
|
+
</a>
|
|
158
|
+
) : null
|
|
159
|
+
}
|
|
160
|
+
|
|
161
|
+
{/* Edit Icon */}
|
|
162
|
+
{
|
|
163
|
+
isEditable ? (
|
|
164
|
+
<a
|
|
165
|
+
data-astro-reload
|
|
166
|
+
href={!isContext ? `/${slug}/edit` : `/context/${slug}/edit`}
|
|
167
|
+
class="text-myblue/80 hover:text-myblue hover:rotate-6"
|
|
168
|
+
title={!isContext ? 'Edit this story' : 'Edit this pane'}
|
|
169
|
+
>
|
|
170
|
+
<svg
|
|
171
|
+
class="h-6 w-6"
|
|
172
|
+
fill="none"
|
|
173
|
+
viewBox="0 0 24 24"
|
|
174
|
+
stroke-width="1.5"
|
|
175
|
+
stroke="currentColor"
|
|
176
|
+
>
|
|
177
|
+
<path
|
|
178
|
+
stroke-linecap="round"
|
|
179
|
+
stroke-linejoin="round"
|
|
180
|
+
d="m16.862 4.487 1.687-1.688a1.875 1.875 0 1 1 2.652 2.652L10.582 16.07a4.5 4.5 0 0 1-1.897 1.13L6 18l.8-2.685a4.5 4.5 0 0 1 1.13-1.897l8.932-8.931Zm0 0L19.5 7.125M18 14v4.75A2.25 2.25 0 0 1 15.75 21H5.25A2.25 2.25 0 0 1 3 18.75V8.25A2.25 2.25 0 0 1 5.25 6H10"
|
|
181
|
+
/>
|
|
182
|
+
</svg>
|
|
183
|
+
</a>
|
|
184
|
+
) : null
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
{/* Remember Me Icon */}
|
|
188
|
+
<script is:inline define:vars={{ sessionId }}>
|
|
189
|
+
function initRememberMe() {
|
|
190
|
+
const consent = localStorage.getItem('tractstack_consent') === '1';
|
|
191
|
+
const hasProfile =
|
|
192
|
+
localStorage.getItem('tractstack_has_profile') === '1';
|
|
193
|
+
|
|
194
|
+
if (!sessionId) return;
|
|
195
|
+
|
|
196
|
+
const rememberMeContainer = document.getElementById(
|
|
197
|
+
'remember-me-container'
|
|
198
|
+
);
|
|
199
|
+
if (rememberMeContainer) {
|
|
200
|
+
const title =
|
|
201
|
+
consent || hasProfile
|
|
202
|
+
? 'Configure your Session'
|
|
203
|
+
: 'Session and Profile options';
|
|
204
|
+
const iconSvg =
|
|
205
|
+
consent || hasProfile
|
|
206
|
+
? '<svg class="h-6 w-6 text-myblue/80" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="m3.75 13.5 10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75Z" /></svg>'
|
|
207
|
+
: '<svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"><path stroke-linecap="round" stroke-linejoin="round" d="M3 3l18 18M3.75 13.5l10.5-11.25L12 10.5h8.25L9.75 21.75 12 13.5H3.75Z" /></svg>';
|
|
208
|
+
|
|
209
|
+
rememberMeContainer.innerHTML = `
|
|
210
|
+
<a href="/storykeep/profile"
|
|
211
|
+
class="hover:text-myblue hover:rotate-6"
|
|
212
|
+
title="${title}">
|
|
213
|
+
${iconSvg}
|
|
214
|
+
</a>
|
|
215
|
+
`;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
// Single event listener that handles DOMContentLoaded, view transitions, and HTMX
|
|
220
|
+
document.addEventListener('astro:page-load', initRememberMe);
|
|
221
|
+
</script>
|
|
222
|
+
{!isStoryKeep && <div id="remember-me-container" />}
|
|
223
|
+
|
|
224
|
+
{/* Admin Terminal Icon - Only for admins */}
|
|
225
|
+
{
|
|
226
|
+
authStatus.isAdmin ? (
|
|
227
|
+
<button
|
|
228
|
+
id="admin-heart-btn"
|
|
229
|
+
class="text-myblue/80 hover:rotate-6 hover:text-green-500"
|
|
230
|
+
title="Admin Terminal"
|
|
231
|
+
>
|
|
232
|
+
<svg
|
|
233
|
+
class="h-6 w-6"
|
|
234
|
+
fill="none"
|
|
235
|
+
viewBox="0 0 24 24"
|
|
236
|
+
stroke-width="1.5"
|
|
237
|
+
stroke="currentColor"
|
|
238
|
+
>
|
|
239
|
+
<path
|
|
240
|
+
stroke-linecap="round"
|
|
241
|
+
stroke-linejoin="round"
|
|
242
|
+
d="M6.75 7.5l3 2.25-3 2.25m4.5 0h3m-9 8.25h13.5A2.25 2.25 0 0021 18V6a2.25 2.25 0 00-2.25-2.25H5.25A2.25 2.25 0 003 6v12a2.25 2.25 0 002.25 2.25z"
|
|
243
|
+
/>
|
|
244
|
+
</svg>
|
|
245
|
+
</button>
|
|
246
|
+
) : null
|
|
247
|
+
}
|
|
248
|
+
|
|
249
|
+
{/* Logout Icon - Admin/Editor Only */}
|
|
250
|
+
{
|
|
251
|
+
authStatus.isAdmin || authStatus.userRole === 'editor' ? (
|
|
252
|
+
<a
|
|
253
|
+
id="logout-btn"
|
|
254
|
+
href="/storykeep/logout"
|
|
255
|
+
class="text-myblue/80 hover:rotate-6 hover:text-red-600"
|
|
256
|
+
title="Logout"
|
|
257
|
+
>
|
|
258
|
+
<svg
|
|
259
|
+
class="h-6 w-6"
|
|
260
|
+
fill="none"
|
|
261
|
+
viewBox="0 0 24 24"
|
|
262
|
+
stroke-width="1.5"
|
|
263
|
+
stroke="currentColor"
|
|
264
|
+
>
|
|
265
|
+
<path
|
|
266
|
+
stroke-linecap="round"
|
|
267
|
+
stroke-linejoin="round"
|
|
268
|
+
d="M8.25 9V5.25A2.25 2.25 0 0 1 10.5 3h6a2.25 2.25 0 0 1 2.25 2.25v13.5A2.25 2.25 0 0 1 16.5 21h-6a2.25 2.25 0 0 1-2.25-2.25V15m-3 0-3-3m0 0 3-3m-3 3H15"
|
|
269
|
+
/>
|
|
270
|
+
</svg>
|
|
271
|
+
</a>
|
|
272
|
+
) : null
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
{
|
|
276
|
+
impressions?.length > 0 && (
|
|
277
|
+
<ImpressionWrapper
|
|
278
|
+
payload={impressions}
|
|
279
|
+
currentPage={{ id: storyfragmentId, slug, title }}
|
|
280
|
+
config={brandConfig}
|
|
281
|
+
client:load
|
|
282
|
+
/>
|
|
283
|
+
)
|
|
284
|
+
}
|
|
285
|
+
</div>
|
|
286
|
+
</div>
|
|
287
|
+
</header>
|
|
288
|
+
|
|
289
|
+
{
|
|
290
|
+
authStatus.isAdmin && (
|
|
291
|
+
<div
|
|
292
|
+
id="admin-modal"
|
|
293
|
+
class="fixed inset-0 hidden bg-black bg-opacity-75"
|
|
294
|
+
style={{ zIndex: 9005 }}
|
|
295
|
+
aria-labelledby="admin-modal-title"
|
|
296
|
+
aria-hidden="true"
|
|
297
|
+
>
|
|
298
|
+
<div class="relative h-full w-full">
|
|
299
|
+
{/* Modal Header with Close Button */}
|
|
300
|
+
<div class="absolute right-4 top-4 z-10">
|
|
301
|
+
<button
|
|
302
|
+
id="admin-modal-close"
|
|
303
|
+
class="flex h-10 w-10 items-center justify-center rounded-full bg-white bg-opacity-90 shadow-lg transition-all duration-200 hover:bg-opacity-100"
|
|
304
|
+
title="Close Admin Panel"
|
|
305
|
+
aria-label="Close Admin Panel"
|
|
306
|
+
>
|
|
307
|
+
<svg
|
|
308
|
+
width="24"
|
|
309
|
+
height="24"
|
|
310
|
+
viewBox="0 0 24 24"
|
|
311
|
+
fill="none"
|
|
312
|
+
stroke="currentColor"
|
|
313
|
+
stroke-width="2"
|
|
314
|
+
stroke-linecap="round"
|
|
315
|
+
stroke-linejoin="round"
|
|
316
|
+
class="feather feather-x"
|
|
317
|
+
>
|
|
318
|
+
<line x1="18" y1="6" x2="6" y2="18" />
|
|
319
|
+
<line x1="6" y1="6" x2="18" y2="18" />
|
|
320
|
+
</svg>
|
|
321
|
+
</button>
|
|
322
|
+
</div>
|
|
323
|
+
|
|
324
|
+
{/* Iframe Container */}
|
|
325
|
+
<iframe
|
|
326
|
+
id="admin-sysop-iframe"
|
|
327
|
+
src={`${import.meta.env.PUBLIC_GO_BACKEND || 'http://localhost:8080'}/sysop`}
|
|
328
|
+
class="h-full w-full border-0"
|
|
329
|
+
title="Admin System Operations Panel"
|
|
330
|
+
sandbox="allow-same-origin allow-scripts allow-forms allow-popups"
|
|
331
|
+
/>
|
|
332
|
+
</div>
|
|
333
|
+
</div>
|
|
334
|
+
)
|
|
335
|
+
}
|
|
336
|
+
|
|
337
|
+
<script>
|
|
338
|
+
document.addEventListener('DOMContentLoaded', function () {
|
|
339
|
+
const logoutBtn = document.getElementById(
|
|
340
|
+
'logout-btn'
|
|
341
|
+
) as HTMLButtonElement | null;
|
|
342
|
+
|
|
343
|
+
if (logoutBtn) {
|
|
344
|
+
logoutBtn.addEventListener('click', async function (e) {
|
|
345
|
+
e.preventDefault();
|
|
346
|
+
|
|
347
|
+
// Disable button during logout process
|
|
348
|
+
logoutBtn.disabled = true;
|
|
349
|
+
|
|
350
|
+
try {
|
|
351
|
+
// Call the logout API
|
|
352
|
+
const response = await fetch('/api/auth/logout', {
|
|
353
|
+
method: 'POST',
|
|
354
|
+
headers: {
|
|
355
|
+
'Content-Type': 'application/json',
|
|
356
|
+
},
|
|
357
|
+
});
|
|
358
|
+
|
|
359
|
+
const result = await response.json();
|
|
360
|
+
|
|
361
|
+
if (result.success) {
|
|
362
|
+
console.log('StoryKeep: Logout successful');
|
|
363
|
+
|
|
364
|
+
// Clear any remaining TractStack user profile data
|
|
365
|
+
const tractStackKeys = [];
|
|
366
|
+
for (let i = 0; i < localStorage.length; i++) {
|
|
367
|
+
const key = localStorage.key(i);
|
|
368
|
+
if (key && key.startsWith('tractstack_')) {
|
|
369
|
+
tractStackKeys.push(key);
|
|
370
|
+
}
|
|
371
|
+
}
|
|
372
|
+
tractStackKeys.forEach((key) => localStorage.removeItem(key));
|
|
373
|
+
|
|
374
|
+
console.log('TractStack: Complete logout finished');
|
|
375
|
+
|
|
376
|
+
// Redirect to home page
|
|
377
|
+
window.location.href = '/';
|
|
378
|
+
} else {
|
|
379
|
+
console.error('StoryKeep: Logout failed:', result.error);
|
|
380
|
+
alert('Logout failed. Please try again.');
|
|
381
|
+
|
|
382
|
+
// Re-enable button
|
|
383
|
+
logoutBtn.disabled = false;
|
|
384
|
+
logoutBtn.textContent = 'Logout';
|
|
385
|
+
}
|
|
386
|
+
} catch (error) {
|
|
387
|
+
console.error('Logout error:', error);
|
|
388
|
+
alert('Logout failed due to network error. Please try again.');
|
|
389
|
+
|
|
390
|
+
// Re-enable button
|
|
391
|
+
logoutBtn.disabled = false;
|
|
392
|
+
logoutBtn.textContent = 'Logout';
|
|
393
|
+
}
|
|
394
|
+
});
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
// Admin Modal JavaScript - Only runs when admin elements exist
|
|
398
|
+
const heartBtn = document.getElementById('admin-heart-btn');
|
|
399
|
+
const modal = document.getElementById('admin-modal');
|
|
400
|
+
const closeBtn = document.getElementById('admin-modal-close');
|
|
401
|
+
const iframe = document.getElementById('admin-sysop-iframe');
|
|
402
|
+
|
|
403
|
+
if (heartBtn && modal && closeBtn && iframe) {
|
|
404
|
+
// Open modal when heart icon is clicked
|
|
405
|
+
heartBtn.addEventListener('click', function (e) {
|
|
406
|
+
e.preventDefault();
|
|
407
|
+
modal.classList.remove('hidden');
|
|
408
|
+
modal.setAttribute('aria-hidden', 'false');
|
|
409
|
+
|
|
410
|
+
// Focus management for accessibility
|
|
411
|
+
closeBtn.focus();
|
|
412
|
+
|
|
413
|
+
// Prevent body scroll when modal is open
|
|
414
|
+
document.body.style.overflow = 'hidden';
|
|
415
|
+
});
|
|
416
|
+
|
|
417
|
+
// Close modal when X button is clicked
|
|
418
|
+
closeBtn.addEventListener('click', function (e) {
|
|
419
|
+
e.preventDefault();
|
|
420
|
+
closeModal();
|
|
421
|
+
});
|
|
422
|
+
|
|
423
|
+
// Close modal when clicking outside the iframe
|
|
424
|
+
modal.addEventListener('click', function (e) {
|
|
425
|
+
if (e.target === modal) {
|
|
426
|
+
closeModal();
|
|
427
|
+
}
|
|
428
|
+
});
|
|
429
|
+
|
|
430
|
+
// Close modal with Escape key
|
|
431
|
+
document.addEventListener('keydown', function (e) {
|
|
432
|
+
if (e.key === 'Escape' && !modal.classList.contains('hidden')) {
|
|
433
|
+
closeModal();
|
|
434
|
+
}
|
|
435
|
+
});
|
|
436
|
+
|
|
437
|
+
function closeModal() {
|
|
438
|
+
modal?.classList.add('hidden');
|
|
439
|
+
modal?.setAttribute('aria-hidden', 'true');
|
|
440
|
+
|
|
441
|
+
// Restore body scroll
|
|
442
|
+
document.body.style.overflow = '';
|
|
443
|
+
|
|
444
|
+
// Return focus to heart button for accessibility
|
|
445
|
+
heartBtn?.focus();
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
// Handle iframe load events for better UX
|
|
449
|
+
//iframe.addEventListener('load', function () {
|
|
450
|
+
// console.log('Admin panel loaded successfully');
|
|
451
|
+
//});
|
|
452
|
+
|
|
453
|
+
iframe.addEventListener('error', function () {
|
|
454
|
+
console.error('Failed to load admin panel');
|
|
455
|
+
});
|
|
456
|
+
}
|
|
457
|
+
});
|
|
458
|
+
</script>
|
|
@@ -0,0 +1,196 @@
|
|
|
1
|
+
import { Menu } from '@ark-ui/react';
|
|
2
|
+
import { Portal } from '@ark-ui/react/portal';
|
|
3
|
+
import ChevronDownIcon from '@heroicons/react/20/solid/ChevronDownIcon';
|
|
4
|
+
import { lispLexer } from '@/utils/actions/lispLexer';
|
|
5
|
+
import { preParseAction } from '@/utils/actions//preParse_Action';
|
|
6
|
+
|
|
7
|
+
// CSS to style the menu items with hover and selection states
|
|
8
|
+
const menuStyles = `
|
|
9
|
+
.menu-content {
|
|
10
|
+
transition-property: opacity, transform;
|
|
11
|
+
transition-duration: 200ms;
|
|
12
|
+
z-index: 10050;
|
|
13
|
+
}
|
|
14
|
+
|
|
15
|
+
.menu-content[data-state="open"] {
|
|
16
|
+
opacity: 1;
|
|
17
|
+
transform: translateY(0);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.menu-content[data-state="closed"] {
|
|
21
|
+
opacity: 0;
|
|
22
|
+
transform: translateY(1px);
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.menu-item[data-highlighted] {
|
|
26
|
+
background-color: #f3f4f6;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
.menu-item:focus {
|
|
30
|
+
outline: 2px solid #0891b2;
|
|
31
|
+
outline-offset: -2px;
|
|
32
|
+
}
|
|
33
|
+
`;
|
|
34
|
+
|
|
35
|
+
interface MenuLink {
|
|
36
|
+
name: string;
|
|
37
|
+
description: string;
|
|
38
|
+
featured: boolean;
|
|
39
|
+
actionLisp: string;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
interface MenuDatum {
|
|
43
|
+
id: string;
|
|
44
|
+
title: string;
|
|
45
|
+
theme: string;
|
|
46
|
+
optionsPayload: MenuLink[];
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
interface MenuLinkDatum extends MenuLink {
|
|
50
|
+
to: string;
|
|
51
|
+
internal: boolean;
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
interface MenuProps {
|
|
55
|
+
payload: MenuDatum;
|
|
56
|
+
slug: string;
|
|
57
|
+
isContext: boolean;
|
|
58
|
+
brandConfig: any;
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
const MenuComponent = (props: MenuProps) => {
|
|
62
|
+
const { payload, slug, isContext, brandConfig } = props;
|
|
63
|
+
const thisPayload = payload.optionsPayload;
|
|
64
|
+
|
|
65
|
+
// Process featured and additional links
|
|
66
|
+
const featuredLinks = thisPayload
|
|
67
|
+
.filter((e: MenuLink) => e.featured)
|
|
68
|
+
.map(processMenuLink);
|
|
69
|
+
const additionalLinks = thisPayload
|
|
70
|
+
.filter((e: MenuLink) => !e.featured)
|
|
71
|
+
.map(processMenuLink);
|
|
72
|
+
|
|
73
|
+
// Helper function to process menu links
|
|
74
|
+
function processMenuLink(e: MenuLink): MenuLinkDatum {
|
|
75
|
+
const item = { ...e } as MenuLinkDatum;
|
|
76
|
+
const thisPayload = lispLexer(e.actionLisp);
|
|
77
|
+
const to = preParseAction(thisPayload, slug, isContext, brandConfig);
|
|
78
|
+
if (typeof to === `string`) {
|
|
79
|
+
item.to = to;
|
|
80
|
+
item.internal = true;
|
|
81
|
+
} else if (typeof to === `object`) {
|
|
82
|
+
item.to = to[0];
|
|
83
|
+
}
|
|
84
|
+
return item;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
return (
|
|
88
|
+
<>
|
|
89
|
+
<style dangerouslySetInnerHTML={{ __html: menuStyles }} />
|
|
90
|
+
|
|
91
|
+
{/* Desktop Navigation */}
|
|
92
|
+
<nav className="font-action ml-6 hidden flex-wrap items-center justify-end space-x-3 md:flex md:space-x-6">
|
|
93
|
+
{featuredLinks.map((item: MenuLinkDatum) => (
|
|
94
|
+
<div key={item.name} className="relative py-1.5">
|
|
95
|
+
<a
|
|
96
|
+
href={item.to}
|
|
97
|
+
className="text-mydarkgrey focus:ring-myblue block text-2xl font-bold leading-6 hover:text-black hover:underline hover:decoration-dashed hover:decoration-4 hover:underline-offset-4 focus:text-black focus:outline-none focus:ring-2"
|
|
98
|
+
title={item.description}
|
|
99
|
+
aria-label={`${item.name} - ${item.description}`}
|
|
100
|
+
>
|
|
101
|
+
{item.name}
|
|
102
|
+
</a>
|
|
103
|
+
</div>
|
|
104
|
+
))}
|
|
105
|
+
</nav>
|
|
106
|
+
|
|
107
|
+
{/* Mobile Navigation Menu */}
|
|
108
|
+
<div className="font-action md:hidden">
|
|
109
|
+
<Menu.Root>
|
|
110
|
+
<Menu.Trigger
|
|
111
|
+
className="text-myblue focus:ring-myblue inline-flex rounded-md px-3 py-2 text-xl font-bold hover:text-black focus:outline-none focus:ring-2"
|
|
112
|
+
aria-label="Open navigation menu"
|
|
113
|
+
>
|
|
114
|
+
<span>MENU</span>
|
|
115
|
+
<ChevronDownIcon className="ml-1 h-5 w-5" aria-hidden="true" />
|
|
116
|
+
</Menu.Trigger>
|
|
117
|
+
|
|
118
|
+
<Portal>
|
|
119
|
+
<Menu.Positioner>
|
|
120
|
+
<Menu.Content className="menu-content mt-5 flex">
|
|
121
|
+
<div className="w-screen">
|
|
122
|
+
<div className="text-md ring-mydarkgrey/5 flex-auto overflow-hidden rounded-3xl bg-white p-4 leading-6 shadow-lg ring-1">
|
|
123
|
+
{/* Featured Links Section */}
|
|
124
|
+
<div className="px-8">
|
|
125
|
+
{featuredLinks.map((item: MenuLinkDatum) => (
|
|
126
|
+
<Menu.Item
|
|
127
|
+
key={item.name}
|
|
128
|
+
value={item.name}
|
|
129
|
+
className="menu-item hover:bg-mygreen/20 group relative flex gap-x-6 rounded-lg p-4"
|
|
130
|
+
>
|
|
131
|
+
<div>
|
|
132
|
+
<a
|
|
133
|
+
href={item.to}
|
|
134
|
+
className="font-action text-myblack text-xl hover:text-black focus:text-black focus:outline-none"
|
|
135
|
+
aria-label={`${item.name} - ${item.description}`}
|
|
136
|
+
>
|
|
137
|
+
{item.name}
|
|
138
|
+
<span className="absolute inset-0" />
|
|
139
|
+
</a>
|
|
140
|
+
<p className="text-mydarkgrey mt-1">
|
|
141
|
+
{item.description}
|
|
142
|
+
</p>
|
|
143
|
+
</div>
|
|
144
|
+
</Menu.Item>
|
|
145
|
+
))}
|
|
146
|
+
</div>
|
|
147
|
+
|
|
148
|
+
{/* Additional Links Section */}
|
|
149
|
+
{additionalLinks.length > 0 && (
|
|
150
|
+
<div className="bg-slate-50 p-8">
|
|
151
|
+
<div className="flex justify-between">
|
|
152
|
+
<h3
|
|
153
|
+
className="text-myblue mt-4 text-sm leading-6"
|
|
154
|
+
id="additional-links-heading"
|
|
155
|
+
>
|
|
156
|
+
Additional Links
|
|
157
|
+
</h3>
|
|
158
|
+
</div>
|
|
159
|
+
<ul
|
|
160
|
+
role="list"
|
|
161
|
+
className="mt-6 space-y-6"
|
|
162
|
+
aria-labelledby="additional-links-heading"
|
|
163
|
+
>
|
|
164
|
+
{additionalLinks.map((item: MenuLinkDatum) => (
|
|
165
|
+
<li key={item.name} className="relative">
|
|
166
|
+
<Menu.Item
|
|
167
|
+
value={item.name}
|
|
168
|
+
className="menu-item block w-full text-left"
|
|
169
|
+
>
|
|
170
|
+
<a
|
|
171
|
+
href={item.to}
|
|
172
|
+
className="text-mydarkgrey block truncate rounded p-2 text-sm font-bold leading-6 hover:text-black focus:text-black focus:underline focus:outline-none"
|
|
173
|
+
title={item.description}
|
|
174
|
+
aria-label={`${item.name} - ${item.description}`}
|
|
175
|
+
>
|
|
176
|
+
{item.name}
|
|
177
|
+
<span className="absolute inset-0" />
|
|
178
|
+
</a>
|
|
179
|
+
</Menu.Item>
|
|
180
|
+
</li>
|
|
181
|
+
))}
|
|
182
|
+
</ul>
|
|
183
|
+
</div>
|
|
184
|
+
)}
|
|
185
|
+
</div>
|
|
186
|
+
</div>
|
|
187
|
+
</Menu.Content>
|
|
188
|
+
</Menu.Positioner>
|
|
189
|
+
</Portal>
|
|
190
|
+
</Menu.Root>
|
|
191
|
+
</div>
|
|
192
|
+
</>
|
|
193
|
+
);
|
|
194
|
+
};
|
|
195
|
+
|
|
196
|
+
export default MenuComponent;
|