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,415 @@
|
|
|
1
|
+
import { memo, type ReactElement, useEffect, useState } from 'react';
|
|
2
|
+
import { useStore } from '@nanostores/react';
|
|
3
|
+
import { getCtx } from '@/stores/nodes';
|
|
4
|
+
import { styleElementInfoStore } from '@/stores/storykeep';
|
|
5
|
+
import { getType } from '@/utils/compositor/typeGuards';
|
|
6
|
+
import { NodeWithGuid } from './NodeWithGuid';
|
|
7
|
+
import PanelVisibilityWrapper from './PanelVisibilityWrapper';
|
|
8
|
+
import { Pane } from './nodes/Pane';
|
|
9
|
+
import { PaneEraser } from './nodes/Pane_eraser';
|
|
10
|
+
import { PaneLayout } from './nodes/Pane_layout';
|
|
11
|
+
import { Markdown } from './nodes/Markdown';
|
|
12
|
+
import { BgPaneWrapper } from './nodes/BgPaneWrapper';
|
|
13
|
+
import { StoryFragment } from './nodes/StoryFragment';
|
|
14
|
+
import { TagElement } from './nodes/TagElement';
|
|
15
|
+
import { Widget } from './nodes/Widget';
|
|
16
|
+
import { NodeText } from './nodes/tagElements/NodeText';
|
|
17
|
+
import { NodeA } from './nodes/tagElements/NodeA';
|
|
18
|
+
import { NodeAEraser } from './nodes/tagElements/NodeA_eraser';
|
|
19
|
+
import { NodeButton } from './nodes/tagElements/NodeButton';
|
|
20
|
+
import { NodeButtonEraser } from './nodes/tagElements/NodeButton_eraser';
|
|
21
|
+
import { NodeImg } from './nodes/tagElements/NodeImg';
|
|
22
|
+
import { NodeBasicTag } from './nodes/tagElements/NodeBasicTag';
|
|
23
|
+
import { NodeBasicTagInsert } from './nodes/tagElements/NodeBasicTag_insert';
|
|
24
|
+
import { NodeBasicTagEraser } from './nodes/tagElements/NodeBasicTag_eraser';
|
|
25
|
+
import { NodeBasicTagSettings } from './nodes/tagElements/NodeBasicTag_settings';
|
|
26
|
+
import AddPanePanel from '@/components/edit/pane/AddPanePanel';
|
|
27
|
+
import PageCreationSelector from '@/components/edit/pane/PageGenSelector';
|
|
28
|
+
import ConfigPanePanel from '@/components/edit/pane/ConfigPanePanel';
|
|
29
|
+
import StoryFragmentConfigPanel from '@/components/edit/storyfragment/StoryFragmentConfigPanel';
|
|
30
|
+
import StoryFragmentTitlePanel from '@/components/edit/storyfragment/StoryFragmentPanel_title';
|
|
31
|
+
import ContextPanePanel from '@/components/edit/context/ContextPaneConfig';
|
|
32
|
+
import ContextPaneTitlePanel from '@/components/edit/context/ContextPaneConfig_title';
|
|
33
|
+
import type {
|
|
34
|
+
StoryFragmentNode,
|
|
35
|
+
PaneNode,
|
|
36
|
+
BaseNode,
|
|
37
|
+
FlatNode,
|
|
38
|
+
} from '@/types/compositorTypes';
|
|
39
|
+
import type { NodeProps } from '@/types/nodeProps';
|
|
40
|
+
|
|
41
|
+
function parseCodeHook(node: BaseNode | FlatNode) {
|
|
42
|
+
if ('codeHookParams' in node && Array.isArray(node.codeHookParams)) {
|
|
43
|
+
const regexpHook =
|
|
44
|
+
/^(identifyAs|youtube|bunny|bunnyContext|toggle|resource|belief|signup)\((.*)\)$/;
|
|
45
|
+
const hookMatch = node.copy?.match(regexpHook);
|
|
46
|
+
|
|
47
|
+
if (!hookMatch) return null;
|
|
48
|
+
|
|
49
|
+
return {
|
|
50
|
+
hook: hookMatch[1],
|
|
51
|
+
value1: node.codeHookParams[0] || null,
|
|
52
|
+
value2: node.codeHookParams[1] || null,
|
|
53
|
+
value3: node.codeHookParams[2] || '',
|
|
54
|
+
};
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
if ('children' in node && Array.isArray(node.children)) {
|
|
58
|
+
const firstChild = node.children[0];
|
|
59
|
+
if (!firstChild?.value) return null;
|
|
60
|
+
|
|
61
|
+
const regexpHook =
|
|
62
|
+
/(identifyAs|youtube|bunny|bunnyContext|toggle|resource|belief|signup)\((.*?)\)/;
|
|
63
|
+
const regexpValues = /((?:[^\\|]+|\\\|?)+)/g;
|
|
64
|
+
const hookMatch = firstChild.value.match(regexpHook);
|
|
65
|
+
|
|
66
|
+
if (!hookMatch) return null;
|
|
67
|
+
|
|
68
|
+
const hook = hookMatch[1];
|
|
69
|
+
const hookValuesRaw = hookMatch[2].match(regexpValues);
|
|
70
|
+
|
|
71
|
+
return {
|
|
72
|
+
hook,
|
|
73
|
+
value1: hookValuesRaw?.[0] || null,
|
|
74
|
+
value2: hookValuesRaw?.[1] || null,
|
|
75
|
+
value3: hookValuesRaw?.[2] || '',
|
|
76
|
+
};
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
return null;
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
const getElement = (
|
|
83
|
+
node: BaseNode | FlatNode,
|
|
84
|
+
props: NodeProps
|
|
85
|
+
): ReactElement => {
|
|
86
|
+
if (node === undefined) return <></>;
|
|
87
|
+
const isPreview = getCtx(props).rootNodeId.get() === `tmp`;
|
|
88
|
+
const hasPanes = useStore(getCtx(props).hasPanes);
|
|
89
|
+
const isTemplate = useStore(getCtx(props).isTemplate);
|
|
90
|
+
const sharedProps = { nodeId: node.id, ctx: props.ctx };
|
|
91
|
+
const type = getType(node);
|
|
92
|
+
|
|
93
|
+
switch (type) {
|
|
94
|
+
case 'Markdown':
|
|
95
|
+
return <Markdown {...sharedProps} />;
|
|
96
|
+
|
|
97
|
+
case 'StoryFragment': {
|
|
98
|
+
const sf = node as StoryFragmentNode;
|
|
99
|
+
if (!isPreview) getCtx(props).hasTitle.set(!(!sf.slug || !sf.title));
|
|
100
|
+
|
|
101
|
+
return (
|
|
102
|
+
<>
|
|
103
|
+
{!(sf.slug && sf.title) ? (
|
|
104
|
+
<div
|
|
105
|
+
className="fixed inset-0 overflow-y-auto bg-black bg-opacity-75"
|
|
106
|
+
style={{ zIndex: 9005 }}
|
|
107
|
+
>
|
|
108
|
+
<div className="flex min-h-screen items-center justify-center p-1.5">
|
|
109
|
+
<div
|
|
110
|
+
className="fixed inset-0 bg-black opacity-65"
|
|
111
|
+
onClick={() => (window.location.href = '/storykeep')}
|
|
112
|
+
/>
|
|
113
|
+
|
|
114
|
+
<div className="relative w-full max-w-4xl rounded-lg bg-white shadow-xl">
|
|
115
|
+
<div className="absolute right-4 top-4 z-10">
|
|
116
|
+
<button
|
|
117
|
+
onClick={() => (window.location.href = '/storykeep')}
|
|
118
|
+
className="flex h-10 w-10 items-center justify-center rounded-full bg-white bg-opacity-90 shadow-lg transition-all duration-200 hover:bg-opacity-100"
|
|
119
|
+
title="Cancel and return to StoryKeep"
|
|
120
|
+
aria-label="Cancel and return to StoryKeep"
|
|
121
|
+
>
|
|
122
|
+
<svg
|
|
123
|
+
width="24"
|
|
124
|
+
height="24"
|
|
125
|
+
viewBox="0 0 24 24"
|
|
126
|
+
fill="none"
|
|
127
|
+
stroke="currentColor"
|
|
128
|
+
strokeWidth="2"
|
|
129
|
+
strokeLinecap="round"
|
|
130
|
+
strokeLinejoin="round"
|
|
131
|
+
>
|
|
132
|
+
<line x1="18" y1="6" x2="6" y2="18" />
|
|
133
|
+
<line x1="6" y1="6" x2="18" y2="18" />
|
|
134
|
+
</svg>
|
|
135
|
+
</button>
|
|
136
|
+
</div>
|
|
137
|
+
|
|
138
|
+
<div className="p-6">
|
|
139
|
+
<StoryFragmentTitlePanel nodeId={props.nodeId} />
|
|
140
|
+
</div>
|
|
141
|
+
</div>
|
|
142
|
+
</div>
|
|
143
|
+
</div>
|
|
144
|
+
) : !hasPanes && sf.slug && sf.title && !isPreview ? (
|
|
145
|
+
<PageCreationSelector
|
|
146
|
+
nodeId={props.nodeId}
|
|
147
|
+
ctx={getCtx(props)}
|
|
148
|
+
isTemplate={isTemplate}
|
|
149
|
+
/>
|
|
150
|
+
) : (
|
|
151
|
+
<>
|
|
152
|
+
<PanelVisibilityWrapper
|
|
153
|
+
nodeId={props.nodeId}
|
|
154
|
+
panelType="storyfragment"
|
|
155
|
+
ctx={getCtx(props)}
|
|
156
|
+
>
|
|
157
|
+
<StoryFragmentConfigPanel
|
|
158
|
+
nodeId={props.nodeId}
|
|
159
|
+
config={props.config!}
|
|
160
|
+
/>
|
|
161
|
+
</PanelVisibilityWrapper>
|
|
162
|
+
<StoryFragment {...sharedProps} />
|
|
163
|
+
</>
|
|
164
|
+
)}
|
|
165
|
+
</>
|
|
166
|
+
);
|
|
167
|
+
}
|
|
168
|
+
|
|
169
|
+
case 'Pane': {
|
|
170
|
+
const toolModeVal = getCtx(props).toolModeValStore.get().value;
|
|
171
|
+
const paneNodes = getCtx(props).getChildNodeIDs(node.id);
|
|
172
|
+
const paneNode = node as PaneNode;
|
|
173
|
+
if (paneNode.isContextPane) {
|
|
174
|
+
if (!isPreview)
|
|
175
|
+
getCtx(props).hasTitle.set(!(!paneNode.slug || !paneNode.title));
|
|
176
|
+
return (
|
|
177
|
+
<>
|
|
178
|
+
{!isPreview && !(paneNode.slug && paneNode.title) ? (
|
|
179
|
+
<div
|
|
180
|
+
className="fixed inset-0 overflow-y-auto bg-black bg-opacity-75"
|
|
181
|
+
style={{ zIndex: 9005 }}
|
|
182
|
+
>
|
|
183
|
+
<div className="flex min-h-screen items-center justify-center p-1.5">
|
|
184
|
+
<div className="relative w-full max-w-4xl rounded-lg bg-white shadow-xl">
|
|
185
|
+
<div className="p-6">
|
|
186
|
+
<ContextPaneTitlePanel nodeId={props.nodeId} />
|
|
187
|
+
</div>
|
|
188
|
+
</div>
|
|
189
|
+
</div>
|
|
190
|
+
</div>
|
|
191
|
+
) : !isPreview ? (
|
|
192
|
+
<ContextPanePanel nodeId={node.id} />
|
|
193
|
+
) : null}
|
|
194
|
+
<div>
|
|
195
|
+
<Pane {...sharedProps} />
|
|
196
|
+
{!isPreview &&
|
|
197
|
+
paneNode.slug &&
|
|
198
|
+
paneNode.title &&
|
|
199
|
+
paneNodes.length === 0 && (
|
|
200
|
+
<PanelVisibilityWrapper
|
|
201
|
+
nodeId={node.id}
|
|
202
|
+
panelType="add"
|
|
203
|
+
ctx={getCtx(props)}
|
|
204
|
+
>
|
|
205
|
+
<AddPanePanel
|
|
206
|
+
nodeId={node.id}
|
|
207
|
+
first={true}
|
|
208
|
+
ctx={getCtx(props)}
|
|
209
|
+
isContextPane={true}
|
|
210
|
+
/>
|
|
211
|
+
</PanelVisibilityWrapper>
|
|
212
|
+
)}
|
|
213
|
+
</div>
|
|
214
|
+
</>
|
|
215
|
+
);
|
|
216
|
+
}
|
|
217
|
+
|
|
218
|
+
const storyFragmentId = getCtx(props).getClosestNodeTypeFromId(
|
|
219
|
+
node.id,
|
|
220
|
+
'StoryFragment'
|
|
221
|
+
);
|
|
222
|
+
const storyFragment = getCtx(props)
|
|
223
|
+
.allNodes.get()
|
|
224
|
+
.get(storyFragmentId) as StoryFragmentNode;
|
|
225
|
+
const firstPane =
|
|
226
|
+
storyFragment?.paneIds?.length && storyFragment.paneIds[0];
|
|
227
|
+
if (isPreview) return <Pane {...sharedProps} />;
|
|
228
|
+
return (
|
|
229
|
+
<>
|
|
230
|
+
{storyFragment && firstPane === node.id && (
|
|
231
|
+
<PanelVisibilityWrapper
|
|
232
|
+
nodeId={`${node.id}-0`}
|
|
233
|
+
panelType="add"
|
|
234
|
+
ctx={getCtx(props)}
|
|
235
|
+
>
|
|
236
|
+
<AddPanePanel nodeId={node.id} first={true} ctx={getCtx(props)} />
|
|
237
|
+
</PanelVisibilityWrapper>
|
|
238
|
+
)}
|
|
239
|
+
<div className="py-0.5">
|
|
240
|
+
<PanelVisibilityWrapper
|
|
241
|
+
nodeId={node.id}
|
|
242
|
+
panelType="settings"
|
|
243
|
+
ctx={getCtx(props)}
|
|
244
|
+
>
|
|
245
|
+
<ConfigPanePanel nodeId={node.id} />
|
|
246
|
+
</PanelVisibilityWrapper>
|
|
247
|
+
{toolModeVal === `eraser` ? (
|
|
248
|
+
<PaneEraser {...sharedProps} />
|
|
249
|
+
) : toolModeVal === `layout` ? (
|
|
250
|
+
<PaneLayout {...sharedProps} />
|
|
251
|
+
) : (
|
|
252
|
+
<Pane {...sharedProps} />
|
|
253
|
+
)}
|
|
254
|
+
</div>
|
|
255
|
+
<PanelVisibilityWrapper
|
|
256
|
+
nodeId={node.id}
|
|
257
|
+
panelType="add"
|
|
258
|
+
ctx={getCtx(props)}
|
|
259
|
+
>
|
|
260
|
+
<AddPanePanel nodeId={node.id} first={false} ctx={getCtx(props)} />
|
|
261
|
+
</PanelVisibilityWrapper>
|
|
262
|
+
</>
|
|
263
|
+
);
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
case 'BgPane':
|
|
267
|
+
return <BgPaneWrapper {...sharedProps} />;
|
|
268
|
+
case 'TagElement':
|
|
269
|
+
return <TagElement {...sharedProps} />;
|
|
270
|
+
// tag elements
|
|
271
|
+
case 'h2':
|
|
272
|
+
case 'h3':
|
|
273
|
+
case 'h4':
|
|
274
|
+
case 'ol':
|
|
275
|
+
case 'ul':
|
|
276
|
+
case 'li':
|
|
277
|
+
case 'aside':
|
|
278
|
+
case 'p': {
|
|
279
|
+
const toolModeVal = getCtx(props).toolModeValStore.get().value;
|
|
280
|
+
if (toolModeVal === `insert`)
|
|
281
|
+
return <NodeBasicTagInsert {...sharedProps} tagName={type} />;
|
|
282
|
+
else if (toolModeVal === `eraser`)
|
|
283
|
+
return <NodeBasicTagEraser {...sharedProps} tagName={type} />;
|
|
284
|
+
else if (toolModeVal === `move`)
|
|
285
|
+
return <NodeBasicTagSettings {...sharedProps} tagName={type} />;
|
|
286
|
+
return <NodeBasicTag {...sharedProps} tagName={type} />;
|
|
287
|
+
}
|
|
288
|
+
|
|
289
|
+
case 'strong':
|
|
290
|
+
case 'em':
|
|
291
|
+
return <NodeBasicTag {...sharedProps} tagName={type} />;
|
|
292
|
+
|
|
293
|
+
case 'text':
|
|
294
|
+
return <NodeText {...sharedProps} />;
|
|
295
|
+
case 'button': {
|
|
296
|
+
const toolModeVal = getCtx(props).toolModeValStore.get().value;
|
|
297
|
+
if (toolModeVal === `eraser`)
|
|
298
|
+
return <NodeButtonEraser {...sharedProps} />;
|
|
299
|
+
return <NodeButton {...sharedProps} />;
|
|
300
|
+
}
|
|
301
|
+
case 'a': {
|
|
302
|
+
const toolModeVal = getCtx(props).toolModeValStore.get().value;
|
|
303
|
+
if (toolModeVal === `eraser`) return <NodeAEraser {...sharedProps} />;
|
|
304
|
+
return <NodeA {...sharedProps} />;
|
|
305
|
+
}
|
|
306
|
+
case 'img':
|
|
307
|
+
return <NodeImg {...sharedProps} />;
|
|
308
|
+
case 'code': {
|
|
309
|
+
const hookData = parseCodeHook(node);
|
|
310
|
+
return hookData ? <Widget {...hookData} {...sharedProps} /> : <></>;
|
|
311
|
+
}
|
|
312
|
+
case 'impression':
|
|
313
|
+
return <></>;
|
|
314
|
+
default:
|
|
315
|
+
console.warn(`Node.tsx miss on ${type}`);
|
|
316
|
+
return <></>;
|
|
317
|
+
}
|
|
318
|
+
};
|
|
319
|
+
|
|
320
|
+
const Node = memo((props: NodeProps) => {
|
|
321
|
+
const node = getCtx(props).allNodes.get().get(props.nodeId) as FlatNode;
|
|
322
|
+
const isPreview = getCtx(props).rootNodeId.get() === `tmp`;
|
|
323
|
+
|
|
324
|
+
const {
|
|
325
|
+
markdownParentId,
|
|
326
|
+
tagName: styleTagName,
|
|
327
|
+
overrideNodeId,
|
|
328
|
+
} = useStore(styleElementInfoStore, {
|
|
329
|
+
keys: ['markdownParentId', 'tagName', 'overrideNodeId'],
|
|
330
|
+
});
|
|
331
|
+
|
|
332
|
+
// Subscribe to edit lock state for this node
|
|
333
|
+
const [isEditLocked, setIsEditLocked] = useState(false);
|
|
334
|
+
|
|
335
|
+
useEffect(() => {
|
|
336
|
+
// Check initial state
|
|
337
|
+
setIsEditLocked(getCtx(props).isEditLocked(props.nodeId));
|
|
338
|
+
|
|
339
|
+
// Subscribe to changes in edit lock
|
|
340
|
+
const unsubscribe = getCtx(props).editingNodeId.subscribe((editingId) => {
|
|
341
|
+
setIsEditLocked(editingId === props.nodeId);
|
|
342
|
+
});
|
|
343
|
+
|
|
344
|
+
return () => unsubscribe();
|
|
345
|
+
}, [props.nodeId]);
|
|
346
|
+
|
|
347
|
+
useEffect(() => {
|
|
348
|
+
// Only subscribe to notifications if not edit-locked
|
|
349
|
+
if (!isEditLocked) {
|
|
350
|
+
const unsubscribe = getCtx(props).notifications.subscribe(
|
|
351
|
+
props.nodeId,
|
|
352
|
+
() => {}
|
|
353
|
+
);
|
|
354
|
+
return () => unsubscribe();
|
|
355
|
+
}
|
|
356
|
+
}, [props.nodeId, isEditLocked]);
|
|
357
|
+
|
|
358
|
+
const nodeTagName = node?.tagName || '';
|
|
359
|
+
const isBlockTag = ['h2', 'h3', 'h4', 'ol', 'ul', 'li', 'p'].includes(
|
|
360
|
+
nodeTagName
|
|
361
|
+
);
|
|
362
|
+
|
|
363
|
+
const parentNode = node?.parentId
|
|
364
|
+
? getCtx(props).allNodes.get().get(node.parentId)
|
|
365
|
+
: null;
|
|
366
|
+
const isTopLevelBlock = isBlockTag && parentNode?.nodeType === 'Markdown';
|
|
367
|
+
|
|
368
|
+
const closestMarkdownId = getCtx(props).getClosestNodeTypeFromId(
|
|
369
|
+
props.nodeId,
|
|
370
|
+
'Markdown'
|
|
371
|
+
);
|
|
372
|
+
const isEditableMode = [`text`].includes(
|
|
373
|
+
getCtx(props).toolModeValStore.get().value
|
|
374
|
+
);
|
|
375
|
+
const isStylesMode = [`styles`].includes(
|
|
376
|
+
getCtx(props).toolModeValStore.get().value
|
|
377
|
+
);
|
|
378
|
+
|
|
379
|
+
const isHighlighted =
|
|
380
|
+
isTopLevelBlock &&
|
|
381
|
+
closestMarkdownId === markdownParentId &&
|
|
382
|
+
nodeTagName === styleTagName &&
|
|
383
|
+
!isEditableMode;
|
|
384
|
+
|
|
385
|
+
const isOverride = overrideNodeId === props.nodeId;
|
|
386
|
+
|
|
387
|
+
const highlightStyle = isHighlighted
|
|
388
|
+
? {
|
|
389
|
+
outline: isOverride
|
|
390
|
+
? '3.5px dotted rgba(255, 165, 0, 0.85)'
|
|
391
|
+
: '2.5px dashed rgba(0, 0, 0, 0.3)',
|
|
392
|
+
}
|
|
393
|
+
: {};
|
|
394
|
+
const hoverClasses = isStylesMode
|
|
395
|
+
? 'hover:outline hover:outline-2 hover:outline-black'
|
|
396
|
+
: '';
|
|
397
|
+
|
|
398
|
+
const element = getElement(node, props);
|
|
399
|
+
|
|
400
|
+
if (!isPreview && getCtx(props).showGuids.get()) {
|
|
401
|
+
return <NodeWithGuid {...props} element={element} />;
|
|
402
|
+
}
|
|
403
|
+
|
|
404
|
+
if (isTopLevelBlock) {
|
|
405
|
+
return (
|
|
406
|
+
<div className={hoverClasses} style={highlightStyle}>
|
|
407
|
+
{element}
|
|
408
|
+
</div>
|
|
409
|
+
);
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
return element;
|
|
413
|
+
});
|
|
414
|
+
|
|
415
|
+
export default Node;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { memo, type ReactElement } from 'react';
|
|
2
|
+
import { getCtx } from '@/stores/nodes';
|
|
3
|
+
import { getType } from '@/utils/compositor/typeGuards';
|
|
4
|
+
import type { FlatNode } from '@/types/compositorTypes';
|
|
5
|
+
import type { NodeProps } from '@/types/nodeProps';
|
|
6
|
+
|
|
7
|
+
export type RenderableNodes = NodeProps & { element: ReactElement };
|
|
8
|
+
|
|
9
|
+
export const NodeWithGuid = memo((props: RenderableNodes) => {
|
|
10
|
+
const node = getCtx(props).allNodes.get().get(props.nodeId) as FlatNode;
|
|
11
|
+
return (
|
|
12
|
+
<div className="relative">
|
|
13
|
+
<div
|
|
14
|
+
className="outline-dotted outline-2 outline-cyan-600"
|
|
15
|
+
data-node-id={props.nodeId}
|
|
16
|
+
data-node-type={getType(node)}
|
|
17
|
+
>
|
|
18
|
+
<div className="border-b border-dotted border-cyan-600 p-1 font-mono text-xs text-cyan-600">
|
|
19
|
+
{getType(node)}: {props.nodeId}
|
|
20
|
+
</div>
|
|
21
|
+
<div className="p-0.5">{props.element}</div>
|
|
22
|
+
</div>
|
|
23
|
+
</div>
|
|
24
|
+
);
|
|
25
|
+
});
|
|
@@ -0,0 +1,87 @@
|
|
|
1
|
+
import { useEffect, useRef, useState, type ReactNode } from 'react';
|
|
2
|
+
import { getCtx, type NodesContext } from '@/stores/nodes';
|
|
3
|
+
|
|
4
|
+
interface PanelVisibilityWrapperProps {
|
|
5
|
+
nodeId: string;
|
|
6
|
+
panelType: string;
|
|
7
|
+
children: ReactNode;
|
|
8
|
+
ctx?: NodesContext;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
/**
|
|
12
|
+
* Wrapper component that handles automatically closing panels when they scroll out of view
|
|
13
|
+
*/
|
|
14
|
+
const PanelVisibilityWrapper = ({
|
|
15
|
+
nodeId,
|
|
16
|
+
panelType,
|
|
17
|
+
children,
|
|
18
|
+
ctx,
|
|
19
|
+
}: PanelVisibilityWrapperProps) => {
|
|
20
|
+
const wrapperRef = useRef<HTMLDivElement>(null);
|
|
21
|
+
const nodesCtx = ctx || getCtx();
|
|
22
|
+
|
|
23
|
+
// Track active panel state for this specific component
|
|
24
|
+
const [isActive, setIsActive] = useState(false);
|
|
25
|
+
|
|
26
|
+
// Setup effect to track active panel state
|
|
27
|
+
useEffect(() => {
|
|
28
|
+
// Create a function to check if this panel is active
|
|
29
|
+
const checkIfActive = () => {
|
|
30
|
+
const activePaneMode = nodesCtx.activePaneMode.get();
|
|
31
|
+
return (
|
|
32
|
+
activePaneMode.panel === panelType && activePaneMode.paneId === nodeId
|
|
33
|
+
);
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
// Set initial state
|
|
37
|
+
setIsActive(checkIfActive());
|
|
38
|
+
|
|
39
|
+
// Subscribe to changes in the active panel mode
|
|
40
|
+
const unsubscribe = nodesCtx.activePaneMode.subscribe(() => {
|
|
41
|
+
setIsActive(checkIfActive());
|
|
42
|
+
});
|
|
43
|
+
|
|
44
|
+
return () => {
|
|
45
|
+
unsubscribe();
|
|
46
|
+
};
|
|
47
|
+
}, [nodeId, panelType, nodesCtx]);
|
|
48
|
+
|
|
49
|
+
// Setup intersection observer
|
|
50
|
+
useEffect(() => {
|
|
51
|
+
const currentWrapper = wrapperRef.current;
|
|
52
|
+
if (!currentWrapper) return;
|
|
53
|
+
|
|
54
|
+
// Always observe the panel, regardless of active state
|
|
55
|
+
const observer = new IntersectionObserver(
|
|
56
|
+
(entries) => {
|
|
57
|
+
// Only take action if this panel is currently active and not intersecting
|
|
58
|
+
if (!entries[0].isIntersecting && isActive) {
|
|
59
|
+
nodesCtx.closeAllPanels();
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
{
|
|
63
|
+
threshold: 0.1, // Close when 90% of the panel is out of view
|
|
64
|
+
rootMargin: '-10px', // Small margin to make detection a bit more forgiving
|
|
65
|
+
}
|
|
66
|
+
);
|
|
67
|
+
|
|
68
|
+
observer.observe(currentWrapper);
|
|
69
|
+
|
|
70
|
+
return () => {
|
|
71
|
+
observer.disconnect();
|
|
72
|
+
};
|
|
73
|
+
}, [nodeId, panelType, nodesCtx, isActive]); // Include isActive in dependencies
|
|
74
|
+
|
|
75
|
+
return (
|
|
76
|
+
<div
|
|
77
|
+
ref={wrapperRef}
|
|
78
|
+
data-panel-type={panelType}
|
|
79
|
+
data-node-id={nodeId}
|
|
80
|
+
data-active={isActive}
|
|
81
|
+
>
|
|
82
|
+
{children}
|
|
83
|
+
</div>
|
|
84
|
+
);
|
|
85
|
+
};
|
|
86
|
+
|
|
87
|
+
export default PanelVisibilityWrapper;
|
|
@@ -0,0 +1,148 @@
|
|
|
1
|
+
import { useState, useEffect } from 'react';
|
|
2
|
+
import { Select } from '@ark-ui/react/select';
|
|
3
|
+
import { Portal } from '@ark-ui/react/portal';
|
|
4
|
+
import { createListCollection } from '@ark-ui/react/collection';
|
|
5
|
+
import CheckIcon from '@heroicons/react/20/solid/CheckIcon';
|
|
6
|
+
import ChevronUpDownIcon from '@heroicons/react/20/solid/ChevronUpDownIcon';
|
|
7
|
+
import { heldBeliefsScales, heldBeliefsTitles } from '@/constants/beliefs';
|
|
8
|
+
import { classNames } from '@/utils/helpers';
|
|
9
|
+
import type { BeliefOptionDatum } from '@/types/compositorTypes';
|
|
10
|
+
|
|
11
|
+
export const Belief = ({
|
|
12
|
+
value,
|
|
13
|
+
}: {
|
|
14
|
+
value: { slug: string; scale: string; extra: string };
|
|
15
|
+
}) => {
|
|
16
|
+
const thisScaleLookup = value.scale as keyof typeof heldBeliefsScales;
|
|
17
|
+
const extra = value && typeof value.extra === `string` ? value.extra : null;
|
|
18
|
+
const thisTitle = heldBeliefsTitles[thisScaleLookup];
|
|
19
|
+
const thisScaleRaw = heldBeliefsScales[thisScaleLookup].sort(function (
|
|
20
|
+
a: BeliefOptionDatum,
|
|
21
|
+
b: BeliefOptionDatum
|
|
22
|
+
) {
|
|
23
|
+
return b.id - a.id;
|
|
24
|
+
});
|
|
25
|
+
const start = {
|
|
26
|
+
id: 0,
|
|
27
|
+
slug: '0',
|
|
28
|
+
name: thisTitle,
|
|
29
|
+
color: `bg-myorange`,
|
|
30
|
+
};
|
|
31
|
+
const thisScale = [start, ...thisScaleRaw];
|
|
32
|
+
const [selected, setSelected] = useState(start);
|
|
33
|
+
|
|
34
|
+
// Create collection for Ark UI Select component
|
|
35
|
+
const collection = createListCollection({
|
|
36
|
+
items: thisScale,
|
|
37
|
+
itemToValue: (item) => item.slug,
|
|
38
|
+
itemToString: (item) => item.name,
|
|
39
|
+
});
|
|
40
|
+
|
|
41
|
+
// Always start with the default option since we're in readonly mode
|
|
42
|
+
useEffect(() => {
|
|
43
|
+
setSelected(start);
|
|
44
|
+
}, []);
|
|
45
|
+
|
|
46
|
+
// No-op handler since we're in readonly mode
|
|
47
|
+
const handleClick = () => {
|
|
48
|
+
// Do nothing - component is effectively readonly
|
|
49
|
+
return false;
|
|
50
|
+
};
|
|
51
|
+
|
|
52
|
+
// CSS to properly style the select items with hover and selection
|
|
53
|
+
const selectItemStyles = `
|
|
54
|
+
.belief-item[data-highlighted] {
|
|
55
|
+
background-color: #f1f5f9; /* bg-slate-200 */
|
|
56
|
+
color: #0891b2; /* text-myblue */
|
|
57
|
+
}
|
|
58
|
+
.belief-item[data-highlighted] .belief-indicator {
|
|
59
|
+
color: #0891b2; /* text-myblue */
|
|
60
|
+
}
|
|
61
|
+
.belief-item[data-state="checked"] .belief-indicator {
|
|
62
|
+
display: flex;
|
|
63
|
+
}
|
|
64
|
+
.belief-item .belief-indicator {
|
|
65
|
+
display: none;
|
|
66
|
+
}
|
|
67
|
+
.belief-item[data-state="checked"] {
|
|
68
|
+
text-decoration: underline;
|
|
69
|
+
}
|
|
70
|
+
`;
|
|
71
|
+
|
|
72
|
+
return (
|
|
73
|
+
<>
|
|
74
|
+
<style>{selectItemStyles}</style>
|
|
75
|
+
{extra ? <span className="mr-2">{extra}</span> : null}
|
|
76
|
+
<div className="mt-3 block w-fit">
|
|
77
|
+
<Select.Root
|
|
78
|
+
collection={collection}
|
|
79
|
+
value={[selected.slug]}
|
|
80
|
+
onValueChange={handleClick}
|
|
81
|
+
defaultValue={[start.slug]}
|
|
82
|
+
disabled={true}
|
|
83
|
+
>
|
|
84
|
+
<Select.Control
|
|
85
|
+
className={classNames(
|
|
86
|
+
selected?.color
|
|
87
|
+
? `border-${selected.color.substring(3)}`
|
|
88
|
+
: `bg-slate-200`,
|
|
89
|
+
`relative w-full cursor-default rounded-md border bg-white py-2 pl-3 pr-10 text-left text-black opacity-75 shadow-sm`
|
|
90
|
+
)}
|
|
91
|
+
>
|
|
92
|
+
<Select.Trigger className="flex w-full items-center justify-between">
|
|
93
|
+
<span className="flex items-center">
|
|
94
|
+
<span
|
|
95
|
+
aria-label="Color swatch for belief"
|
|
96
|
+
className={classNames(
|
|
97
|
+
selected?.color ? selected.color : `bg-myorange`,
|
|
98
|
+
`inline-block h-2 w-2 flex-shrink-0 rounded-full`
|
|
99
|
+
)}
|
|
100
|
+
/>
|
|
101
|
+
<span className="ml-3 block truncate">
|
|
102
|
+
{selected?.name || thisTitle}
|
|
103
|
+
</span>
|
|
104
|
+
</span>
|
|
105
|
+
<span className="pointer-events-none absolute inset-y-0 right-0 flex items-center pr-2">
|
|
106
|
+
<ChevronUpDownIcon
|
|
107
|
+
className="text-mylightgrey h-5 w-5"
|
|
108
|
+
aria-hidden="true"
|
|
109
|
+
/>
|
|
110
|
+
</span>
|
|
111
|
+
</Select.Trigger>
|
|
112
|
+
</Select.Control>
|
|
113
|
+
|
|
114
|
+
<Portal>
|
|
115
|
+
<Select.Positioner>
|
|
116
|
+
<Select.Content className="absolute z-50 mt-1 max-h-60 overflow-auto rounded-md bg-white py-1 text-sm shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none">
|
|
117
|
+
{thisScale.map((factor) => (
|
|
118
|
+
<Select.Item
|
|
119
|
+
key={factor.id}
|
|
120
|
+
item={factor}
|
|
121
|
+
className="belief-item relative cursor-default select-none py-2 pl-3 pr-9 text-black"
|
|
122
|
+
>
|
|
123
|
+
<div className="flex items-center">
|
|
124
|
+
<span
|
|
125
|
+
className={classNames(
|
|
126
|
+
factor.color,
|
|
127
|
+
`inline-block h-2 w-2 flex-shrink-0 rounded-full`
|
|
128
|
+
)}
|
|
129
|
+
aria-hidden="true"
|
|
130
|
+
/>
|
|
131
|
+
<Select.ItemText className="ml-3 block truncate">
|
|
132
|
+
{factor.name}
|
|
133
|
+
</Select.ItemText>
|
|
134
|
+
</div>
|
|
135
|
+
|
|
136
|
+
<Select.ItemIndicator className="belief-indicator absolute inset-y-0 right-0 flex items-center px-2 text-black">
|
|
137
|
+
<CheckIcon className="h-5 w-5" aria-hidden="true" />
|
|
138
|
+
</Select.ItemIndicator>
|
|
139
|
+
</Select.Item>
|
|
140
|
+
))}
|
|
141
|
+
</Select.Content>
|
|
142
|
+
</Select.Positioner>
|
|
143
|
+
</Portal>
|
|
144
|
+
</Select.Root>
|
|
145
|
+
</div>
|
|
146
|
+
</>
|
|
147
|
+
);
|
|
148
|
+
};
|