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,193 @@
|
|
|
1
|
+
import type { PlayerJS } from '@/types/tractstack';
|
|
2
|
+
import type {
|
|
3
|
+
BaseNode,
|
|
4
|
+
PaneNode,
|
|
5
|
+
LinkNode,
|
|
6
|
+
StoryFragmentNode,
|
|
7
|
+
PaneFragmentNode,
|
|
8
|
+
MarkdownPaneFragmentNode,
|
|
9
|
+
FlatNode,
|
|
10
|
+
ArtpackImageNode,
|
|
11
|
+
BgImageNode,
|
|
12
|
+
Tag,
|
|
13
|
+
} from '@/types/compositorTypes';
|
|
14
|
+
|
|
15
|
+
interface BreakData {
|
|
16
|
+
collection: string;
|
|
17
|
+
image: string;
|
|
18
|
+
svgFill: string;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
interface BreakNode extends FlatNode {
|
|
22
|
+
breakDesktop: BreakData;
|
|
23
|
+
breakTablet: BreakData;
|
|
24
|
+
breakMobile: BreakData;
|
|
25
|
+
}
|
|
26
|
+
|
|
27
|
+
export const isBreakNode = (node: FlatNode | null): node is BreakNode => {
|
|
28
|
+
return (
|
|
29
|
+
node?.nodeType === 'BgPane' &&
|
|
30
|
+
'type' in node &&
|
|
31
|
+
node.type === 'visual-break'
|
|
32
|
+
);
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export const isArtpackImageNode = (
|
|
36
|
+
node: BaseNode | PaneFragmentNode | null
|
|
37
|
+
): node is ArtpackImageNode => {
|
|
38
|
+
return (
|
|
39
|
+
node !== null &&
|
|
40
|
+
node.nodeType === 'BgPane' &&
|
|
41
|
+
'type' in node &&
|
|
42
|
+
node.type === 'artpack-image'
|
|
43
|
+
);
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
export const isBgImageNode = (
|
|
47
|
+
node: BaseNode | PaneFragmentNode | null
|
|
48
|
+
): node is BgImageNode => {
|
|
49
|
+
return (
|
|
50
|
+
node !== null &&
|
|
51
|
+
node.nodeType === 'BgPane' &&
|
|
52
|
+
'type' in node &&
|
|
53
|
+
node.type === 'background-image'
|
|
54
|
+
);
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
export const isPaneNode = (node: BaseNode | undefined): node is PaneNode => {
|
|
58
|
+
return node?.nodeType === 'Pane';
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
export const isCodeHookPaneNode = (
|
|
62
|
+
node: BaseNode | undefined
|
|
63
|
+
): node is PaneNode => {
|
|
64
|
+
return node?.nodeType === 'Pane' && `codeHookTarget` in node;
|
|
65
|
+
};
|
|
66
|
+
|
|
67
|
+
export const isContextPaneNode = (
|
|
68
|
+
node: BaseNode | undefined
|
|
69
|
+
): node is PaneNode & { isContextPane: boolean } => {
|
|
70
|
+
return Boolean(
|
|
71
|
+
node?.nodeType === 'Pane' &&
|
|
72
|
+
'isContextPane' in node &&
|
|
73
|
+
typeof node.isContextPane === 'boolean' &&
|
|
74
|
+
node.isContextPane
|
|
75
|
+
);
|
|
76
|
+
};
|
|
77
|
+
|
|
78
|
+
export const isStoryFragmentNode = (
|
|
79
|
+
node: BaseNode | null
|
|
80
|
+
): node is StoryFragmentNode => {
|
|
81
|
+
return node?.nodeType === 'StoryFragment';
|
|
82
|
+
};
|
|
83
|
+
|
|
84
|
+
export const isMarkdownPaneFragmentNode = (
|
|
85
|
+
node: BaseNode | PaneFragmentNode | null
|
|
86
|
+
): node is MarkdownPaneFragmentNode => {
|
|
87
|
+
return (
|
|
88
|
+
node !== null &&
|
|
89
|
+
node.nodeType === 'Markdown' &&
|
|
90
|
+
'type' in node &&
|
|
91
|
+
node.type === 'markdown'
|
|
92
|
+
);
|
|
93
|
+
};
|
|
94
|
+
|
|
95
|
+
interface WidgetNode extends FlatNode {
|
|
96
|
+
tagName: 'code';
|
|
97
|
+
codeHookParams: (string | string[])[];
|
|
98
|
+
copy: string;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
export const isWidgetNode = (
|
|
102
|
+
node: BaseNode | FlatNode | null
|
|
103
|
+
): node is WidgetNode => {
|
|
104
|
+
return (
|
|
105
|
+
node !== null &&
|
|
106
|
+
'tagName' in node &&
|
|
107
|
+
node.tagName === 'code' &&
|
|
108
|
+
'codeHookParams' in node &&
|
|
109
|
+
Array.isArray(node.codeHookParams)
|
|
110
|
+
);
|
|
111
|
+
};
|
|
112
|
+
|
|
113
|
+
export function hasTagName(
|
|
114
|
+
node: BaseNode | null | undefined
|
|
115
|
+
): node is FlatNode {
|
|
116
|
+
return node !== null && node !== undefined && 'tagName' in node;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
export function isDefined<T>(node: T | null | undefined): node is T {
|
|
120
|
+
return node !== null && node !== undefined;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
export function isValidTag(tagName: string): tagName is Tag {
|
|
124
|
+
const validTags: Tag[] = [
|
|
125
|
+
'modal',
|
|
126
|
+
'parent',
|
|
127
|
+
'p',
|
|
128
|
+
'h2',
|
|
129
|
+
'h3',
|
|
130
|
+
'h4',
|
|
131
|
+
'img',
|
|
132
|
+
'li',
|
|
133
|
+
'ol',
|
|
134
|
+
'ul',
|
|
135
|
+
'signup',
|
|
136
|
+
'yt',
|
|
137
|
+
'bunny',
|
|
138
|
+
'belief',
|
|
139
|
+
'identify',
|
|
140
|
+
'toggle',
|
|
141
|
+
'code',
|
|
142
|
+
];
|
|
143
|
+
return validTags.includes(tagName as Tag);
|
|
144
|
+
}
|
|
145
|
+
|
|
146
|
+
export function toTag(str: string): Tag | null {
|
|
147
|
+
return isValidTag(str) ? str : null;
|
|
148
|
+
}
|
|
149
|
+
|
|
150
|
+
export function hasSpecificTag(
|
|
151
|
+
node: BaseNode | null | undefined,
|
|
152
|
+
tag: Tag
|
|
153
|
+
): node is FlatNode {
|
|
154
|
+
return hasTagName(node) && node.tagName === tag;
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
export const isLinkNode = (
|
|
158
|
+
node: BaseNode | FlatNode | null
|
|
159
|
+
): node is LinkNode => {
|
|
160
|
+
return (
|
|
161
|
+
node !== null &&
|
|
162
|
+
'tagName' in node &&
|
|
163
|
+
(node.tagName === 'a' || node.tagName === 'button')
|
|
164
|
+
);
|
|
165
|
+
};
|
|
166
|
+
|
|
167
|
+
export function hasButtonPayload(node: BaseNode): node is LinkNode {
|
|
168
|
+
return (
|
|
169
|
+
'tagName' in node &&
|
|
170
|
+
(node.tagName === 'a' || node.tagName === 'button') &&
|
|
171
|
+
'buttonPayload' in node &&
|
|
172
|
+
node.buttonPayload !== undefined
|
|
173
|
+
);
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
export const hasBeliefPayload = (node: BaseNode): boolean =>
|
|
177
|
+
('heldBeliefs' in node && Object.keys(node.heldBeliefs || {}).length > 0) ||
|
|
178
|
+
('withheldBeliefs' in node &&
|
|
179
|
+
Object.keys(node.withheldBeliefs || {}).length > 0);
|
|
180
|
+
|
|
181
|
+
export const getType = (node: BaseNode | FlatNode): string => {
|
|
182
|
+
let type = node.nodeType as string;
|
|
183
|
+
if ('tagName' in node) {
|
|
184
|
+
type = node.tagName;
|
|
185
|
+
}
|
|
186
|
+
return type;
|
|
187
|
+
};
|
|
188
|
+
|
|
189
|
+
export function hasPlayerJS(
|
|
190
|
+
window: Window
|
|
191
|
+
): window is Window & { playerjs: PlayerJS } {
|
|
192
|
+
return 'playerjs' in window;
|
|
193
|
+
}
|
|
@@ -0,0 +1,119 @@
|
|
|
1
|
+
import type { NodesContext } from '@/stores/nodes';
|
|
2
|
+
import type { PaneNode, BaseNode } from '@/types/compositorTypes';
|
|
3
|
+
|
|
4
|
+
const VERBOSE = false;
|
|
5
|
+
|
|
6
|
+
export interface PaneSubtree {
|
|
7
|
+
paneNode: PaneNode;
|
|
8
|
+
allChildNodes: BaseNode[];
|
|
9
|
+
relationships: Map<string, string[]>;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export function extractPaneSubtree(
|
|
13
|
+
ctx: NodesContext,
|
|
14
|
+
paneId: string
|
|
15
|
+
): PaneSubtree {
|
|
16
|
+
if (VERBOSE) console.log('🔍 EXTRACTOR START - paneId:', paneId);
|
|
17
|
+
|
|
18
|
+
let actualPaneId = paneId;
|
|
19
|
+
const startNode = ctx.allNodes.get().get(paneId);
|
|
20
|
+
|
|
21
|
+
// If we got a StoryFragment, find the first child Pane
|
|
22
|
+
if (startNode?.nodeType === 'StoryFragment') {
|
|
23
|
+
const allNodes = Array.from(ctx.allNodes.get().values());
|
|
24
|
+
const childPanes = allNodes.filter(
|
|
25
|
+
(node) => node.nodeType === 'Pane' && node.parentId === paneId
|
|
26
|
+
);
|
|
27
|
+
|
|
28
|
+
if (childPanes.length > 0) {
|
|
29
|
+
actualPaneId = childPanes[0].id;
|
|
30
|
+
if (VERBOSE)
|
|
31
|
+
console.log(
|
|
32
|
+
'📌 EXTRACTOR - Converting StoryFragment to actual pane:',
|
|
33
|
+
actualPaneId
|
|
34
|
+
);
|
|
35
|
+
} else {
|
|
36
|
+
throw new Error(`No Pane found under StoryFragment ${paneId}`);
|
|
37
|
+
}
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
const paneNode = ctx.allNodes.get().get(actualPaneId) as PaneNode;
|
|
41
|
+
if (!paneNode || paneNode.nodeType !== 'Pane') {
|
|
42
|
+
console.error('❌ EXTRACTOR ERROR - Pane node not found:', actualPaneId);
|
|
43
|
+
throw new Error(`Pane node not found: ${actualPaneId}`);
|
|
44
|
+
}
|
|
45
|
+
|
|
46
|
+
if (VERBOSE)
|
|
47
|
+
console.log('✅ EXTRACTOR - Found pane node:', {
|
|
48
|
+
id: paneNode.id,
|
|
49
|
+
nodeType: paneNode.nodeType,
|
|
50
|
+
title: paneNode.title,
|
|
51
|
+
isDecorative: paneNode.isDecorative,
|
|
52
|
+
bgColour: paneNode.bgColour,
|
|
53
|
+
});
|
|
54
|
+
|
|
55
|
+
// --- START: REPLACEMENT FOR getNodesRecursively ---
|
|
56
|
+
// Use a safe, non-recursive breadth-first traversal to gather all descendant
|
|
57
|
+
// nodes, which preserves the correct sibling order.
|
|
58
|
+
const allDescendantNodes: BaseNode[] = [];
|
|
59
|
+
const queue: string[] = [...ctx.getChildNodeIDs(paneNode.id)]; // Start queue with direct children
|
|
60
|
+
|
|
61
|
+
while (queue.length > 0) {
|
|
62
|
+
const currentId = queue.shift();
|
|
63
|
+
if (!currentId) continue;
|
|
64
|
+
|
|
65
|
+
const currentNode = ctx.allNodes.get().get(currentId);
|
|
66
|
+
if (currentNode) {
|
|
67
|
+
allDescendantNodes.push(currentNode);
|
|
68
|
+
// Add this node's children to the end of the queue to continue the traversal
|
|
69
|
+
const childrenIds = ctx.getChildNodeIDs(currentId);
|
|
70
|
+
queue.push(...childrenIds);
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
// --- END: REPLACEMENT FOR getNodesRecursively ---
|
|
74
|
+
|
|
75
|
+
if (VERBOSE)
|
|
76
|
+
console.log(
|
|
77
|
+
'📋 EXTRACTOR - All nodes from new traversal:',
|
|
78
|
+
allDescendantNodes.map((n) => ({ id: n.id, nodeType: n.nodeType }))
|
|
79
|
+
);
|
|
80
|
+
|
|
81
|
+
// Filter out Pane and StoryFragment nodes - only include actual content nodes
|
|
82
|
+
const allChildNodes = allDescendantNodes.filter(
|
|
83
|
+
(node) => node.nodeType !== 'Pane' && node.nodeType !== 'StoryFragment'
|
|
84
|
+
);
|
|
85
|
+
|
|
86
|
+
if (VERBOSE)
|
|
87
|
+
console.log(
|
|
88
|
+
'🎯 EXTRACTOR - Filtered child nodes (NO Pane/StoryFragment):',
|
|
89
|
+
allChildNodes.map((n) => ({
|
|
90
|
+
id: n.id,
|
|
91
|
+
nodeType: n.nodeType,
|
|
92
|
+
tagName: (n as any).tagName,
|
|
93
|
+
copy: (n as any).copy,
|
|
94
|
+
}))
|
|
95
|
+
);
|
|
96
|
+
|
|
97
|
+
// Extract relationships using existing parentNodes structure
|
|
98
|
+
const relationships = new Map<string, string[]>();
|
|
99
|
+
const parentNodes = ctx.parentNodes.get();
|
|
100
|
+
parentNodes.forEach((children, parentId) => {
|
|
101
|
+
relationships.set(parentId, [...children]);
|
|
102
|
+
});
|
|
103
|
+
|
|
104
|
+
if (VERBOSE)
|
|
105
|
+
console.log(
|
|
106
|
+
'🔗 EXTRACTOR - Relationships:',
|
|
107
|
+
Object.fromEntries(relationships)
|
|
108
|
+
);
|
|
109
|
+
|
|
110
|
+
const result = { paneNode, allChildNodes, relationships };
|
|
111
|
+
if (VERBOSE)
|
|
112
|
+
console.log('✅ EXTRACTOR COMPLETE - Result:', {
|
|
113
|
+
paneNodeId: result.paneNode.id,
|
|
114
|
+
childNodeCount: result.allChildNodes.length,
|
|
115
|
+
relationshipCount: result.relationships.size,
|
|
116
|
+
});
|
|
117
|
+
|
|
118
|
+
return result;
|
|
119
|
+
}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
export interface BackendSavePayload {
|
|
2
|
+
id: string;
|
|
3
|
+
title: string;
|
|
4
|
+
slug: string;
|
|
5
|
+
isDecorative: boolean;
|
|
6
|
+
optionsPayload: OptionsPayload;
|
|
7
|
+
created?: string;
|
|
8
|
+
changed: string;
|
|
9
|
+
isContextPane?: boolean;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export interface BackendPreviewPayload {
|
|
13
|
+
id: string;
|
|
14
|
+
title: string;
|
|
15
|
+
optionsPayload: OptionsPayload;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
export interface OptionsPayload {
|
|
19
|
+
// Top-level pane properties
|
|
20
|
+
bgColour?: string;
|
|
21
|
+
isDecorative: boolean;
|
|
22
|
+
codeHookTarget?: string;
|
|
23
|
+
heldBeliefs?: any;
|
|
24
|
+
withheldBeliefs?: any;
|
|
25
|
+
codeHookPayload?: object;
|
|
26
|
+
|
|
27
|
+
// Flattened nodes array - ALL child nodes in flat structure
|
|
28
|
+
nodes: Array<{
|
|
29
|
+
id: string;
|
|
30
|
+
nodeType: string;
|
|
31
|
+
parentId: string | null;
|
|
32
|
+
|
|
33
|
+
// For TagElement nodes:
|
|
34
|
+
tagName?: string | undefined;
|
|
35
|
+
copy?: string | undefined;
|
|
36
|
+
elementCss?: string | undefined;
|
|
37
|
+
isPlaceholder?: boolean | undefined;
|
|
38
|
+
src?: string | undefined;
|
|
39
|
+
href?: string | undefined;
|
|
40
|
+
alt?: string | undefined;
|
|
41
|
+
fileId?: string | undefined;
|
|
42
|
+
codeHookParams?: any[] | undefined;
|
|
43
|
+
buttonPayload?: object | undefined;
|
|
44
|
+
overrideClasses?: any | undefined;
|
|
45
|
+
|
|
46
|
+
// For BgPane nodes:
|
|
47
|
+
type?: string | undefined;
|
|
48
|
+
breakDesktop?:
|
|
49
|
+
| {
|
|
50
|
+
collection: string;
|
|
51
|
+
image: string;
|
|
52
|
+
svgFill: string;
|
|
53
|
+
}
|
|
54
|
+
| undefined;
|
|
55
|
+
breakMobile?: object | undefined;
|
|
56
|
+
breakTablet?: object | undefined;
|
|
57
|
+
collection?: string | undefined;
|
|
58
|
+
image?: string | undefined;
|
|
59
|
+
objectFit?: string | undefined;
|
|
60
|
+
position?: string | undefined;
|
|
61
|
+
size?: string | undefined;
|
|
62
|
+
srcSet?: string | undefined;
|
|
63
|
+
base64Data?: string | undefined;
|
|
64
|
+
|
|
65
|
+
// For Markdown nodes:
|
|
66
|
+
markdownId?: string | undefined;
|
|
67
|
+
defaultClasses?:
|
|
68
|
+
| {
|
|
69
|
+
[tagName: string]: {
|
|
70
|
+
desktop: Record<string, string>;
|
|
71
|
+
mobile: Record<string, string>;
|
|
72
|
+
tablet: Record<string, string>;
|
|
73
|
+
};
|
|
74
|
+
}
|
|
75
|
+
| undefined;
|
|
76
|
+
parentClasses?: any | undefined;
|
|
77
|
+
parentCss?: string[] | undefined;
|
|
78
|
+
hiddenViewportMobile?: boolean | undefined;
|
|
79
|
+
hiddenViewportTablet?: boolean | undefined;
|
|
80
|
+
hiddenViewportDesktop?: boolean | undefined;
|
|
81
|
+
}>;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
export {
|
|
85
|
+
transformStoryFragmentForSave,
|
|
86
|
+
transformLivePaneForSave,
|
|
87
|
+
transformLivePaneForPreview,
|
|
88
|
+
} from './transformer';
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import type { PaneNode } from '@/types/compositorTypes';
|
|
2
|
+
import type {
|
|
3
|
+
OptionsPayload,
|
|
4
|
+
BackendSavePayload,
|
|
5
|
+
BackendPreviewPayload,
|
|
6
|
+
} from './index';
|
|
7
|
+
|
|
8
|
+
export function formatForPreview(
|
|
9
|
+
paneNode: PaneNode,
|
|
10
|
+
optionsPayload: OptionsPayload
|
|
11
|
+
): BackendPreviewPayload {
|
|
12
|
+
return {
|
|
13
|
+
id: paneNode.id,
|
|
14
|
+
title: paneNode.title,
|
|
15
|
+
optionsPayload: optionsPayload,
|
|
16
|
+
};
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export function formatForSave(
|
|
20
|
+
paneNode: PaneNode,
|
|
21
|
+
optionsPayload: OptionsPayload,
|
|
22
|
+
isContext?: boolean
|
|
23
|
+
): BackendSavePayload {
|
|
24
|
+
return {
|
|
25
|
+
id: paneNode.id,
|
|
26
|
+
title: paneNode.title,
|
|
27
|
+
slug: paneNode.slug,
|
|
28
|
+
isDecorative: paneNode.isDecorative,
|
|
29
|
+
isContextPane: isContext || paneNode.isContextPane,
|
|
30
|
+
optionsPayload: optionsPayload,
|
|
31
|
+
created: paneNode.created
|
|
32
|
+
? new Date(paneNode.created).toISOString()
|
|
33
|
+
: undefined,
|
|
34
|
+
changed: new Date().toISOString(),
|
|
35
|
+
};
|
|
36
|
+
}
|