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,213 @@
|
|
|
1
|
+
import { useState, useMemo, type ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
// Define interfaces for Story and Analytics
|
|
4
|
+
interface Story {
|
|
5
|
+
id: string;
|
|
6
|
+
title: string;
|
|
7
|
+
description: string;
|
|
8
|
+
slug: string;
|
|
9
|
+
changed: string;
|
|
10
|
+
topics?: string[];
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
interface Analytics {
|
|
14
|
+
id: string;
|
|
15
|
+
total_actions: number;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
// Fake data for stories
|
|
19
|
+
const fakeStories: Story[] = Array.from({ length: 12 }, (_, i) => ({
|
|
20
|
+
id: `story-${i + 1}`,
|
|
21
|
+
title: `Sample Story ${i + 1}`,
|
|
22
|
+
description: `Description for sample story ${i + 1}.`,
|
|
23
|
+
slug: `sample-story-${i + 1}`,
|
|
24
|
+
changed: new Date(2023, 0, i + 1).toISOString(),
|
|
25
|
+
topics: i % 2 === 0 ? ['topic1', 'topic2'] : ['topic3'],
|
|
26
|
+
}));
|
|
27
|
+
|
|
28
|
+
// Fake analytics data for sorting by popularity
|
|
29
|
+
const fakeAnalytics: Analytics[] = fakeStories.map((story) => ({
|
|
30
|
+
id: story.id,
|
|
31
|
+
total_actions: Math.floor(Math.random() * 100),
|
|
32
|
+
}));
|
|
33
|
+
|
|
34
|
+
// Utility function to format dates
|
|
35
|
+
const formatDate = (dateString: string): string => {
|
|
36
|
+
const date = new Date(dateString);
|
|
37
|
+
return new Intl.DateTimeFormat('en-US', {
|
|
38
|
+
year: 'numeric',
|
|
39
|
+
month: 'long',
|
|
40
|
+
day: 'numeric',
|
|
41
|
+
}).format(date);
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
// StoryItem component for reusable story rendering
|
|
45
|
+
const StoryItem = ({
|
|
46
|
+
story,
|
|
47
|
+
showTopics = false,
|
|
48
|
+
}: {
|
|
49
|
+
story: Story;
|
|
50
|
+
showTopics?: boolean;
|
|
51
|
+
}): ReactNode => (
|
|
52
|
+
<div className="flex items-start space-x-4 rounded-md p-2">
|
|
53
|
+
{/* Placeholder for story image */}
|
|
54
|
+
<div
|
|
55
|
+
style={{ width: '100px', height: '100px', backgroundColor: '#d0d0d0' }}
|
|
56
|
+
className="rounded-md"
|
|
57
|
+
/>
|
|
58
|
+
<div className="flex-1">
|
|
59
|
+
<h3 className="text-lg font-bold text-black">{story.title}</h3>
|
|
60
|
+
{story.description && (
|
|
61
|
+
<p className="text-myblack line-clamp-2 text-sm">{story.description}</p>
|
|
62
|
+
)}
|
|
63
|
+
{showTopics && story.topics && story.topics.length > 0 && (
|
|
64
|
+
<div className="mt-1 flex flex-wrap gap-1">
|
|
65
|
+
{story.topics.slice(0, 3).map((topic) => (
|
|
66
|
+
<span
|
|
67
|
+
key={topic}
|
|
68
|
+
className="inline-flex items-center rounded-full bg-gray-100 px-2 py-0.5 text-xs font-bold text-gray-800"
|
|
69
|
+
>
|
|
70
|
+
{topic}
|
|
71
|
+
</span>
|
|
72
|
+
))}
|
|
73
|
+
</div>
|
|
74
|
+
)}
|
|
75
|
+
<p className="text-mydarkgrey mt-1 text-xs">
|
|
76
|
+
{formatDate(story.changed)}
|
|
77
|
+
</p>
|
|
78
|
+
</div>
|
|
79
|
+
</div>
|
|
80
|
+
);
|
|
81
|
+
|
|
82
|
+
// Component definition
|
|
83
|
+
const ListContentPreview = ({
|
|
84
|
+
bgColour = '#ffffff',
|
|
85
|
+
}: {
|
|
86
|
+
bgColour: string;
|
|
87
|
+
}): ReactNode => {
|
|
88
|
+
const [currentMode, setCurrentMode] = useState<'recent' | 'popular'>(
|
|
89
|
+
'recent'
|
|
90
|
+
);
|
|
91
|
+
const [currentPage, setCurrentPage] = useState(1);
|
|
92
|
+
const pageSize = 10;
|
|
93
|
+
|
|
94
|
+
// Sort stories based on mode
|
|
95
|
+
const sortedStories = useMemo(() => {
|
|
96
|
+
if (currentMode === 'recent') {
|
|
97
|
+
return [...fakeStories].sort(
|
|
98
|
+
(a, b) => new Date(b.changed).getTime() - new Date(a.changed).getTime()
|
|
99
|
+
);
|
|
100
|
+
} else {
|
|
101
|
+
return [...fakeStories].sort((a, b) => {
|
|
102
|
+
const aViews =
|
|
103
|
+
fakeAnalytics.find((anal) => anal.id === a.id)?.total_actions || 0;
|
|
104
|
+
const bViews =
|
|
105
|
+
fakeAnalytics.find((anal) => anal.id === b.id)?.total_actions || 0;
|
|
106
|
+
if (bViews === aViews) {
|
|
107
|
+
return new Date(b.changed).getTime() - new Date(a.changed).getTime();
|
|
108
|
+
}
|
|
109
|
+
return bViews - aViews;
|
|
110
|
+
});
|
|
111
|
+
}
|
|
112
|
+
}, [currentMode]);
|
|
113
|
+
|
|
114
|
+
// Pagination logic
|
|
115
|
+
const totalPages = Math.ceil(sortedStories.length / pageSize);
|
|
116
|
+
const startIdx = (currentPage - 1) * pageSize;
|
|
117
|
+
const endIdx = startIdx + pageSize;
|
|
118
|
+
const displayedStories = sortedStories.slice(startIdx, endIdx);
|
|
119
|
+
|
|
120
|
+
const leftColumn = displayedStories.slice(
|
|
121
|
+
0,
|
|
122
|
+
Math.ceil(displayedStories.length / 2)
|
|
123
|
+
);
|
|
124
|
+
const rightColumn = displayedStories.slice(
|
|
125
|
+
Math.ceil(displayedStories.length / 2)
|
|
126
|
+
);
|
|
127
|
+
return (
|
|
128
|
+
<div
|
|
129
|
+
className="mx-auto max-w-7xl p-4 py-12"
|
|
130
|
+
style={{ backgroundColor: bgColour }}
|
|
131
|
+
>
|
|
132
|
+
{/* Toggle Buttons */}
|
|
133
|
+
<div className="mb-4 flex justify-center">
|
|
134
|
+
<div className="inline-flex rounded-md shadow-sm" role="group">
|
|
135
|
+
<button
|
|
136
|
+
className={`px-4 py-2 text-sm font-bold ${
|
|
137
|
+
currentMode === 'recent'
|
|
138
|
+
? 'bg-myblue text-white'
|
|
139
|
+
: 'text-myblack bg-white hover:bg-gray-100'
|
|
140
|
+
} border-myblue rounded-l-md border transition-colors`}
|
|
141
|
+
onClick={() => {
|
|
142
|
+
setCurrentMode('recent');
|
|
143
|
+
setCurrentPage(1);
|
|
144
|
+
}}
|
|
145
|
+
>
|
|
146
|
+
Newest
|
|
147
|
+
</button>
|
|
148
|
+
<button
|
|
149
|
+
className={`px-4 py-2 text-sm font-bold ${
|
|
150
|
+
currentMode === 'popular'
|
|
151
|
+
? 'bg-myblue text-white'
|
|
152
|
+
: 'text-myblack bg-white hover:bg-gray-100'
|
|
153
|
+
} border-myblue rounded-r-md border transition-colors`}
|
|
154
|
+
onClick={() => {
|
|
155
|
+
setCurrentMode('popular');
|
|
156
|
+
setCurrentPage(1);
|
|
157
|
+
}}
|
|
158
|
+
>
|
|
159
|
+
Most Active
|
|
160
|
+
</button>
|
|
161
|
+
</div>
|
|
162
|
+
</div>
|
|
163
|
+
|
|
164
|
+
{/* Mobile Layout */}
|
|
165
|
+
<div className="block space-y-6 p-4 md:hidden">
|
|
166
|
+
{displayedStories.map((story) => (
|
|
167
|
+
<StoryItem key={story.id} story={story} showTopics={true} />
|
|
168
|
+
))}
|
|
169
|
+
</div>
|
|
170
|
+
|
|
171
|
+
{/* Desktop Layout */}
|
|
172
|
+
<div className="hidden p-4 md:flex md:space-x-6">
|
|
173
|
+
<div className="space-y-6 md:w-1/2">
|
|
174
|
+
{leftColumn.map((story) => (
|
|
175
|
+
<StoryItem key={story.id} story={story} showTopics={true} />
|
|
176
|
+
))}
|
|
177
|
+
</div>
|
|
178
|
+
<div className="space-y-6 md:w-1/2">
|
|
179
|
+
{rightColumn.map((story) => (
|
|
180
|
+
<StoryItem key={story.id} story={story} showTopics={true} />
|
|
181
|
+
))}
|
|
182
|
+
</div>
|
|
183
|
+
</div>
|
|
184
|
+
|
|
185
|
+
{/* Pagination */}
|
|
186
|
+
{sortedStories.length > pageSize && (
|
|
187
|
+
<div className="mt-8 flex justify-center">
|
|
188
|
+
<nav
|
|
189
|
+
className="inline-flex rounded-md shadow-sm"
|
|
190
|
+
aria-label="Pagination"
|
|
191
|
+
>
|
|
192
|
+
<button
|
|
193
|
+
className="text-myblack rounded-l-md border border-gray-300 bg-white px-4 py-2 text-sm font-bold hover:bg-gray-100 disabled:cursor-not-allowed disabled:opacity-50"
|
|
194
|
+
disabled={currentPage <= 1}
|
|
195
|
+
onClick={() => setCurrentPage((prev) => prev - 1)}
|
|
196
|
+
>
|
|
197
|
+
Previous
|
|
198
|
+
</button>
|
|
199
|
+
<button
|
|
200
|
+
className="hover:bg-myblue-dark border-myblue bg-myblue rounded-r-md border px-4 py-2 text-sm font-bold text-white disabled:cursor-not-allowed disabled:opacity-50"
|
|
201
|
+
disabled={currentPage >= totalPages}
|
|
202
|
+
onClick={() => setCurrentPage((prev) => prev + 1)}
|
|
203
|
+
>
|
|
204
|
+
Next
|
|
205
|
+
</button>
|
|
206
|
+
</nav>
|
|
207
|
+
</div>
|
|
208
|
+
)}
|
|
209
|
+
</div>
|
|
210
|
+
);
|
|
211
|
+
};
|
|
212
|
+
|
|
213
|
+
export default ListContentPreview;
|
|
@@ -0,0 +1,223 @@
|
|
|
1
|
+
import { useState, useEffect, useRef } from 'react';
|
|
2
|
+
import ColorPickerCombo from '@/components/fields/ColorPickerCombo';
|
|
3
|
+
import { setPendingImageOperation } from '@/stores/storykeep';
|
|
4
|
+
import type { BrandConfig } from '@/types/tractstack';
|
|
5
|
+
|
|
6
|
+
const OG_IMAGE_WIDTH = 1200;
|
|
7
|
+
const OG_IMAGE_HEIGHT = 630;
|
|
8
|
+
const OG_ASPECT_RATIO = OG_IMAGE_WIDTH / OG_IMAGE_HEIGHT;
|
|
9
|
+
const TEXT_MARGIN = 80;
|
|
10
|
+
|
|
11
|
+
interface OgImagePreviewProps {
|
|
12
|
+
nodeId: string;
|
|
13
|
+
title: string;
|
|
14
|
+
socialImagePath: string | null;
|
|
15
|
+
config: BrandConfig;
|
|
16
|
+
onColorChange?: (textColor: string, bgColor: string) => void;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
const OgImagePreview = ({
|
|
20
|
+
nodeId,
|
|
21
|
+
title,
|
|
22
|
+
socialImagePath,
|
|
23
|
+
config,
|
|
24
|
+
onColorChange,
|
|
25
|
+
}: OgImagePreviewProps) => {
|
|
26
|
+
const [fontSize, setFontSize] = useState<number>(48);
|
|
27
|
+
const [textColor, setTextColor] = useState('#ffffff');
|
|
28
|
+
const [bgColor, setBgColor] = useState('#1f2937');
|
|
29
|
+
const canvasRef = useRef<HTMLCanvasElement>(null);
|
|
30
|
+
|
|
31
|
+
useEffect(() => {
|
|
32
|
+
if (!title) return;
|
|
33
|
+
|
|
34
|
+
const baseSize = 48;
|
|
35
|
+
const titleLength = title.length;
|
|
36
|
+
let calculatedSize = baseSize;
|
|
37
|
+
|
|
38
|
+
if (titleLength > 50) calculatedSize = 32;
|
|
39
|
+
else if (titleLength > 30) calculatedSize = 40;
|
|
40
|
+
else if (titleLength > 15) calculatedSize = 44;
|
|
41
|
+
|
|
42
|
+
setFontSize(calculatedSize);
|
|
43
|
+
}, [title, nodeId]);
|
|
44
|
+
|
|
45
|
+
const generateCanvasImage = async () => {
|
|
46
|
+
if (socialImagePath || !title) return;
|
|
47
|
+
|
|
48
|
+
const canvas = document.createElement('canvas');
|
|
49
|
+
const ctx = canvas.getContext('2d');
|
|
50
|
+
|
|
51
|
+
if (!ctx) return;
|
|
52
|
+
|
|
53
|
+
canvas.width = OG_IMAGE_WIDTH;
|
|
54
|
+
canvas.height = OG_IMAGE_HEIGHT;
|
|
55
|
+
|
|
56
|
+
// Fill background
|
|
57
|
+
ctx.fillStyle = bgColor;
|
|
58
|
+
ctx.fillRect(0, 0, canvas.width, canvas.height);
|
|
59
|
+
|
|
60
|
+
// Set up text
|
|
61
|
+
ctx.fillStyle = textColor;
|
|
62
|
+
ctx.font = `bold ${fontSize}px system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif`;
|
|
63
|
+
ctx.textAlign = 'center';
|
|
64
|
+
ctx.textBaseline = 'middle';
|
|
65
|
+
ctx.shadowColor = 'rgba(0,0,0,0.2)';
|
|
66
|
+
ctx.shadowBlur = 4;
|
|
67
|
+
ctx.shadowOffsetY = 2;
|
|
68
|
+
|
|
69
|
+
// Calculate available width for text
|
|
70
|
+
const maxWidth = OG_IMAGE_WIDTH - TEXT_MARGIN * 2;
|
|
71
|
+
const centerX = OG_IMAGE_WIDTH / 2;
|
|
72
|
+
const centerY = OG_IMAGE_HEIGHT / 2;
|
|
73
|
+
|
|
74
|
+
// Simple word wrapping
|
|
75
|
+
const words = title.split(' ');
|
|
76
|
+
const lines: string[] = [];
|
|
77
|
+
let currentLine = '';
|
|
78
|
+
|
|
79
|
+
for (const word of words) {
|
|
80
|
+
const testLine = currentLine ? `${currentLine} ${word}` : word;
|
|
81
|
+
const metrics = ctx.measureText(testLine);
|
|
82
|
+
|
|
83
|
+
if (metrics.width <= maxWidth) {
|
|
84
|
+
currentLine = testLine;
|
|
85
|
+
} else {
|
|
86
|
+
if (currentLine) {
|
|
87
|
+
lines.push(currentLine);
|
|
88
|
+
currentLine = word;
|
|
89
|
+
} else {
|
|
90
|
+
// Single word is too long, just use it
|
|
91
|
+
lines.push(word);
|
|
92
|
+
}
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
if (currentLine) {
|
|
97
|
+
lines.push(currentLine);
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
// Draw text lines
|
|
101
|
+
const lineHeight = fontSize * 1.2;
|
|
102
|
+
const totalHeight = lines.length * lineHeight;
|
|
103
|
+
const startY = centerY - totalHeight / 2 + lineHeight / 2;
|
|
104
|
+
|
|
105
|
+
lines.forEach((line, index) => {
|
|
106
|
+
const y = startY + index * lineHeight;
|
|
107
|
+
ctx.fillText(line, centerX, y);
|
|
108
|
+
});
|
|
109
|
+
|
|
110
|
+
// Convert to base64
|
|
111
|
+
const base64Data = canvas.toDataURL('image/png', 0.9);
|
|
112
|
+
|
|
113
|
+
// Add to pending operations
|
|
114
|
+
setPendingImageOperation(nodeId, {
|
|
115
|
+
type: 'upload',
|
|
116
|
+
data: base64Data,
|
|
117
|
+
path: `/images/og/${nodeId}-generated-${Date.now()}.png`,
|
|
118
|
+
filename: `${nodeId}-generated-${Date.now()}.png`,
|
|
119
|
+
});
|
|
120
|
+
};
|
|
121
|
+
|
|
122
|
+
// Generate image when title or colors change
|
|
123
|
+
useEffect(() => {
|
|
124
|
+
generateCanvasImage();
|
|
125
|
+
}, [title, textColor, bgColor, socialImagePath, fontSize, nodeId]);
|
|
126
|
+
|
|
127
|
+
const handleTextColorChange = (color: string) => {
|
|
128
|
+
setTextColor(color);
|
|
129
|
+
onColorChange?.(color, bgColor);
|
|
130
|
+
};
|
|
131
|
+
|
|
132
|
+
const handleBgColorChange = (color: string) => {
|
|
133
|
+
setBgColor(color);
|
|
134
|
+
onColorChange?.(textColor, color);
|
|
135
|
+
};
|
|
136
|
+
|
|
137
|
+
const previewWidth = 480;
|
|
138
|
+
const previewHeight = previewWidth / OG_ASPECT_RATIO;
|
|
139
|
+
const scaledFontSize = fontSize
|
|
140
|
+
? (fontSize * previewWidth) / OG_IMAGE_WIDTH
|
|
141
|
+
: 24;
|
|
142
|
+
|
|
143
|
+
return (
|
|
144
|
+
<div className="w-full space-y-6">
|
|
145
|
+
<div className="flex w-full flex-col space-y-4">
|
|
146
|
+
<div
|
|
147
|
+
className="relative overflow-hidden rounded-md border border-gray-300"
|
|
148
|
+
style={{
|
|
149
|
+
width: `${previewWidth}px`,
|
|
150
|
+
height: `${previewHeight}px`,
|
|
151
|
+
}}
|
|
152
|
+
>
|
|
153
|
+
{socialImagePath ? (
|
|
154
|
+
<img
|
|
155
|
+
src={socialImagePath}
|
|
156
|
+
alt="Open Graph preview"
|
|
157
|
+
className="h-full w-full object-cover"
|
|
158
|
+
/>
|
|
159
|
+
) : (
|
|
160
|
+
<div
|
|
161
|
+
className="flex h-full w-full items-center justify-center"
|
|
162
|
+
style={{ backgroundColor: bgColor }}
|
|
163
|
+
>
|
|
164
|
+
<div
|
|
165
|
+
className="px-8 text-center"
|
|
166
|
+
style={{
|
|
167
|
+
color: textColor,
|
|
168
|
+
fontSize: `${scaledFontSize}px`,
|
|
169
|
+
fontWeight: 'bold',
|
|
170
|
+
lineHeight: 1.2,
|
|
171
|
+
maxWidth: `${previewWidth - ((TEXT_MARGIN * previewWidth) / OG_IMAGE_WIDTH) * 2}px`,
|
|
172
|
+
textShadow: '0 2px 4px rgba(0,0,0,0.2)',
|
|
173
|
+
}}
|
|
174
|
+
>
|
|
175
|
+
{title || 'Your page title will appear here'}
|
|
176
|
+
</div>
|
|
177
|
+
</div>
|
|
178
|
+
)}
|
|
179
|
+
</div>
|
|
180
|
+
|
|
181
|
+
<p className="mt-2 text-xs text-gray-500">
|
|
182
|
+
Images must be exactly {OG_IMAGE_WIDTH}x{OG_IMAGE_HEIGHT} pixels (JPG
|
|
183
|
+
or PNG)
|
|
184
|
+
</p>
|
|
185
|
+
</div>
|
|
186
|
+
|
|
187
|
+
{!socialImagePath && (
|
|
188
|
+
<div className="grid max-w-md grid-cols-1 gap-6 md:grid-cols-2">
|
|
189
|
+
<ColorPickerCombo
|
|
190
|
+
title="Text Color"
|
|
191
|
+
defaultColor={textColor}
|
|
192
|
+
onColorChange={handleTextColorChange}
|
|
193
|
+
config={config}
|
|
194
|
+
/>
|
|
195
|
+
<ColorPickerCombo
|
|
196
|
+
title="Background Color"
|
|
197
|
+
defaultColor={bgColor}
|
|
198
|
+
onColorChange={handleBgColorChange}
|
|
199
|
+
config={config}
|
|
200
|
+
/>
|
|
201
|
+
</div>
|
|
202
|
+
)}
|
|
203
|
+
|
|
204
|
+
<div className="mt-2 text-sm text-gray-600">
|
|
205
|
+
<p>
|
|
206
|
+
The Open Graph image will be shown when your page is shared on social
|
|
207
|
+
media.
|
|
208
|
+
</p>
|
|
209
|
+
{!socialImagePath && (
|
|
210
|
+
<p className="mt-1">
|
|
211
|
+
An image will be automatically generated using your page title and
|
|
212
|
+
these colors.
|
|
213
|
+
</p>
|
|
214
|
+
)}
|
|
215
|
+
</div>
|
|
216
|
+
|
|
217
|
+
{/* Hidden canvas for image generation */}
|
|
218
|
+
<canvas ref={canvasRef} style={{ display: 'none' }} />
|
|
219
|
+
</div>
|
|
220
|
+
);
|
|
221
|
+
};
|
|
222
|
+
|
|
223
|
+
export default OgImagePreview;
|
|
@@ -0,0 +1,199 @@
|
|
|
1
|
+
import { useEffect, useState } from 'react';
|
|
2
|
+
import * as htmlToImage from 'html-to-image';
|
|
3
|
+
import type { BrandConfig } from '@/types/tractstack';
|
|
4
|
+
|
|
5
|
+
export type SnapshotData = {
|
|
6
|
+
imageData: string;
|
|
7
|
+
height: number;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
export interface PaneSnapshotGeneratorProps {
|
|
11
|
+
id: string;
|
|
12
|
+
htmlString: string;
|
|
13
|
+
onComplete: (id: string, data: SnapshotData) => void;
|
|
14
|
+
onError?: (id: string, error: string) => void;
|
|
15
|
+
config?: BrandConfig;
|
|
16
|
+
outputWidth?: number;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
const snapshotCache = new Map<string, SnapshotData>();
|
|
20
|
+
|
|
21
|
+
export const PaneSnapshotGenerator = ({
|
|
22
|
+
id,
|
|
23
|
+
htmlString,
|
|
24
|
+
onComplete,
|
|
25
|
+
onError,
|
|
26
|
+
config,
|
|
27
|
+
outputWidth = 800,
|
|
28
|
+
}: PaneSnapshotGeneratorProps) => {
|
|
29
|
+
const [isGenerating, setIsGenerating] = useState(false);
|
|
30
|
+
|
|
31
|
+
useEffect(() => {
|
|
32
|
+
if (!htmlString || isGenerating) return;
|
|
33
|
+
|
|
34
|
+
const cacheKey = `${id}-${htmlString.length}-${outputWidth}`;
|
|
35
|
+
if (snapshotCache.has(cacheKey)) {
|
|
36
|
+
const cached = snapshotCache.get(cacheKey)!;
|
|
37
|
+
onComplete(id, cached);
|
|
38
|
+
return;
|
|
39
|
+
}
|
|
40
|
+
|
|
41
|
+
const generateSnapshot = async () => {
|
|
42
|
+
setIsGenerating(true);
|
|
43
|
+
|
|
44
|
+
try {
|
|
45
|
+
const iframe = document.createElement('iframe');
|
|
46
|
+
iframe.style.position = 'absolute';
|
|
47
|
+
iframe.style.left = '-99999px';
|
|
48
|
+
iframe.style.top = '0px';
|
|
49
|
+
iframe.style.width = '1500px';
|
|
50
|
+
iframe.style.height = '2000px';
|
|
51
|
+
iframe.style.border = 'none';
|
|
52
|
+
iframe.style.background = '#ffffff';
|
|
53
|
+
|
|
54
|
+
document.body.appendChild(iframe);
|
|
55
|
+
|
|
56
|
+
await new Promise<void>((resolve) => {
|
|
57
|
+
iframe.onload = () => resolve();
|
|
58
|
+
if (iframe.contentDocument) {
|
|
59
|
+
resolve();
|
|
60
|
+
}
|
|
61
|
+
});
|
|
62
|
+
|
|
63
|
+
const iframeDoc =
|
|
64
|
+
iframe.contentDocument || iframe.contentWindow?.document;
|
|
65
|
+
if (!iframeDoc) {
|
|
66
|
+
throw new Error('Could not access iframe document');
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
const cssBasePath = '/media/css';
|
|
70
|
+
const customCssUrl = `${cssBasePath}/custom.css`;
|
|
71
|
+
const storykeepCssUrl = `${cssBasePath}/storykeep.css`;
|
|
72
|
+
|
|
73
|
+
const brandColors = config?.BRAND_COLOURS?.split(',') || [];
|
|
74
|
+
|
|
75
|
+
// Get all existing CSS links from current document
|
|
76
|
+
const existingCssLinks = Array.from(
|
|
77
|
+
document.querySelectorAll('link[rel="stylesheet"]')
|
|
78
|
+
)
|
|
79
|
+
.map((link) => (link as HTMLLinkElement).href)
|
|
80
|
+
.filter((href) => href);
|
|
81
|
+
|
|
82
|
+
const fullHtml = `
|
|
83
|
+
<!DOCTYPE html>
|
|
84
|
+
<html lang="en">
|
|
85
|
+
<head>
|
|
86
|
+
<meta charset="UTF-8">
|
|
87
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
88
|
+
<title>Snapshot Preview</title>
|
|
89
|
+
<link rel="stylesheet" href="${customCssUrl}">
|
|
90
|
+
<link rel="stylesheet" href="${storykeepCssUrl}">
|
|
91
|
+
${existingCssLinks.map((href) => `<link rel="stylesheet" href="${href}">`).join('\n')}
|
|
92
|
+
${
|
|
93
|
+
config
|
|
94
|
+
? `
|
|
95
|
+
<style>
|
|
96
|
+
:root {
|
|
97
|
+
--brand-primary: ${brandColors[0] || '#000000'};
|
|
98
|
+
--brand-secondary: ${brandColors[1] || '#666666'};
|
|
99
|
+
--brand-accent: ${brandColors[2] || '#cccccc'};
|
|
100
|
+
}
|
|
101
|
+
</style>
|
|
102
|
+
`
|
|
103
|
+
: ''
|
|
104
|
+
}
|
|
105
|
+
<style>
|
|
106
|
+
body {
|
|
107
|
+
margin: 0;
|
|
108
|
+
padding: 0;
|
|
109
|
+
font-family: system-ui, -apple-system, sans-serif;
|
|
110
|
+
width: 1500px;
|
|
111
|
+
overflow-x: hidden;
|
|
112
|
+
}
|
|
113
|
+
* { box-sizing: border-box; }
|
|
114
|
+
</style>
|
|
115
|
+
</head>
|
|
116
|
+
<body>
|
|
117
|
+
${htmlString}
|
|
118
|
+
</body>
|
|
119
|
+
</html>`;
|
|
120
|
+
|
|
121
|
+
iframeDoc.open();
|
|
122
|
+
(iframeDoc as any).write(fullHtml);
|
|
123
|
+
iframeDoc.close();
|
|
124
|
+
|
|
125
|
+
// Wait for CSS to load
|
|
126
|
+
await new Promise((resolve) => {
|
|
127
|
+
if (iframeDoc.readyState === 'complete') {
|
|
128
|
+
resolve(void 0);
|
|
129
|
+
} else {
|
|
130
|
+
iframe.onload = () => resolve(void 0);
|
|
131
|
+
}
|
|
132
|
+
});
|
|
133
|
+
|
|
134
|
+
// Additional wait for rendering
|
|
135
|
+
await new Promise((resolve) => setTimeout(resolve, 1000));
|
|
136
|
+
|
|
137
|
+
const iframeBody = iframeDoc.body;
|
|
138
|
+
if (!iframeBody) {
|
|
139
|
+
throw new Error('Iframe body not found');
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
const contentHeight = iframeBody.scrollHeight;
|
|
143
|
+
|
|
144
|
+
const dataUrl = await htmlToImage.toPng(iframeBody, {
|
|
145
|
+
width: 1500,
|
|
146
|
+
height: contentHeight,
|
|
147
|
+
pixelRatio: 1,
|
|
148
|
+
backgroundColor: '#ffffff',
|
|
149
|
+
quality: 0.95,
|
|
150
|
+
skipFonts: true,
|
|
151
|
+
skipAutoScale: true,
|
|
152
|
+
});
|
|
153
|
+
|
|
154
|
+
const scaleFactor = outputWidth / 1500;
|
|
155
|
+
const scaledHeight = Math.round(contentHeight * scaleFactor);
|
|
156
|
+
const canvas = document.createElement('canvas');
|
|
157
|
+
const ctx = canvas.getContext('2d');
|
|
158
|
+
|
|
159
|
+
if (!ctx) {
|
|
160
|
+
throw new Error('Could not get canvas context');
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
canvas.width = outputWidth;
|
|
164
|
+
canvas.height = scaledHeight;
|
|
165
|
+
|
|
166
|
+
const img = new Image();
|
|
167
|
+
await new Promise<void>((resolve, reject) => {
|
|
168
|
+
img.onload = () => {
|
|
169
|
+
ctx.drawImage(img, 0, 0, outputWidth, scaledHeight);
|
|
170
|
+
resolve();
|
|
171
|
+
};
|
|
172
|
+
img.onerror = reject;
|
|
173
|
+
img.src = dataUrl;
|
|
174
|
+
});
|
|
175
|
+
|
|
176
|
+
const finalImageData = canvas.toDataURL('image/png');
|
|
177
|
+
|
|
178
|
+
document.body.removeChild(iframe);
|
|
179
|
+
|
|
180
|
+
const snapshotData: SnapshotData = {
|
|
181
|
+
imageData: finalImageData,
|
|
182
|
+
height: scaledHeight,
|
|
183
|
+
};
|
|
184
|
+
|
|
185
|
+
snapshotCache.set(cacheKey, snapshotData);
|
|
186
|
+
onComplete(id, snapshotData);
|
|
187
|
+
} catch (error) {
|
|
188
|
+
console.error(`Snapshot generation failed for ${id}:`, error);
|
|
189
|
+
onError?.(id, error instanceof Error ? error.message : 'Unknown error');
|
|
190
|
+
} finally {
|
|
191
|
+
setIsGenerating(false);
|
|
192
|
+
}
|
|
193
|
+
};
|
|
194
|
+
|
|
195
|
+
generateSnapshot();
|
|
196
|
+
}, [id, htmlString, isGenerating, onComplete, onError, config, outputWidth]);
|
|
197
|
+
|
|
198
|
+
return null;
|
|
199
|
+
};
|