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,62 @@
|
|
|
1
|
+
import { type JSX, type MouseEvent, type KeyboardEvent } from 'react';
|
|
2
|
+
import TrashIcon from '@heroicons/react/24/outline/TrashIcon';
|
|
3
|
+
import { getCtx } from '@/stores/nodes';
|
|
4
|
+
import { viewportKeyStore } from '@/stores/storykeep';
|
|
5
|
+
import { RenderChildren } from '../RenderChildren';
|
|
6
|
+
import { tagTitles } from '@/types/compositorTypes';
|
|
7
|
+
import type { NodeProps } from '@/types/nodeProps';
|
|
8
|
+
|
|
9
|
+
type NodeTagProps = NodeProps & { tagName: keyof JSX.IntrinsicElements };
|
|
10
|
+
|
|
11
|
+
export const NodeBasicTagEraser = (props: NodeTagProps) => {
|
|
12
|
+
const nodeId = props.nodeId;
|
|
13
|
+
const children = getCtx(props).getChildNodeIDs(props.nodeId);
|
|
14
|
+
|
|
15
|
+
const Tag = props.tagName;
|
|
16
|
+
const tagTitle =
|
|
17
|
+
tagTitles[props.tagName as keyof typeof tagTitles] || props.tagName;
|
|
18
|
+
|
|
19
|
+
const handleClick = (e: MouseEvent) => {
|
|
20
|
+
e.stopPropagation();
|
|
21
|
+
getCtx(props).setClickedNodeId(nodeId);
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
const EraserUI = () => (
|
|
25
|
+
<div
|
|
26
|
+
className={`pointer-events-none absolute left-2 top-2 z-50 flex items-center gap-2 transition-opacity`}
|
|
27
|
+
>
|
|
28
|
+
<div className="rounded-full bg-gray-200 px-2 py-1 text-sm text-gray-800">
|
|
29
|
+
{tagTitle}
|
|
30
|
+
</div>
|
|
31
|
+
<div className="flex items-center gap-1 rounded bg-white px-2 py-1 text-sm text-red-700 shadow-sm transition-colors group-focus-within:bg-red-700 group-focus-within:text-white group-hover:bg-red-700 group-hover:text-white">
|
|
32
|
+
<TrashIcon className="h-4 w-4" />
|
|
33
|
+
Click anywhere to delete
|
|
34
|
+
</div>
|
|
35
|
+
</div>
|
|
36
|
+
);
|
|
37
|
+
|
|
38
|
+
return (
|
|
39
|
+
<div
|
|
40
|
+
className="group relative cursor-pointer"
|
|
41
|
+
onClick={handleClick}
|
|
42
|
+
role="button"
|
|
43
|
+
tabIndex={0}
|
|
44
|
+
onKeyDown={(e: KeyboardEvent) => {
|
|
45
|
+
if (e.key === 'Enter' || e.key === ' ') {
|
|
46
|
+
e.preventDefault();
|
|
47
|
+
handleClick(e as unknown as MouseEvent);
|
|
48
|
+
}
|
|
49
|
+
}}
|
|
50
|
+
>
|
|
51
|
+
<div className="absolute inset-0">
|
|
52
|
+
<div className="h-full w-full opacity-50 mix-blend-difference outline-dashed outline-4 outline-red-700 group-focus-within:opacity-100 group-hover:opacity-100" />
|
|
53
|
+
</div>
|
|
54
|
+
<EraserUI />
|
|
55
|
+
<Tag
|
|
56
|
+
className={`${getCtx(props).getNodeClasses(nodeId, viewportKeyStore.get().value)} pt-12`}
|
|
57
|
+
>
|
|
58
|
+
<RenderChildren children={children} nodeProps={props} />
|
|
59
|
+
</Tag>
|
|
60
|
+
</div>
|
|
61
|
+
);
|
|
62
|
+
};
|
|
@@ -0,0 +1,120 @@
|
|
|
1
|
+
import { getCtx } from '@/stores/nodes';
|
|
2
|
+
import { viewportKeyStore } from '@/stores/storykeep';
|
|
3
|
+
import { RenderChildren } from '../RenderChildren';
|
|
4
|
+
import type { NodeProps } from '@/types/nodeProps';
|
|
5
|
+
import { tagTitles } from '@/types/compositorTypes';
|
|
6
|
+
import { getTemplateNode } from '@/utils/compositor/nodesHelper';
|
|
7
|
+
import { type JSX, type MouseEvent } from 'react';
|
|
8
|
+
|
|
9
|
+
type NodeTagProps = NodeProps & { tagName: keyof JSX.IntrinsicElements };
|
|
10
|
+
|
|
11
|
+
export const NodeBasicTagInsert = (props: NodeTagProps) => {
|
|
12
|
+
const { value: toolAddMode } = getCtx(props).toolAddModeStore.get();
|
|
13
|
+
const nodeId = props.nodeId;
|
|
14
|
+
const { allowInsertBefore, allowInsertAfter } =
|
|
15
|
+
props.tagName !== 'li'
|
|
16
|
+
? getCtx(props).allowInsert(nodeId, toolAddMode)
|
|
17
|
+
: getCtx(props).allowInsertLi(nodeId, toolAddMode);
|
|
18
|
+
const children = getCtx(props).getChildNodeIDs(props.nodeId);
|
|
19
|
+
|
|
20
|
+
const Tag = props.tagName;
|
|
21
|
+
const newTagTitle = tagTitles[toolAddMode];
|
|
22
|
+
|
|
23
|
+
const handleInsertAbove = (e: MouseEvent) => {
|
|
24
|
+
e.stopPropagation();
|
|
25
|
+
const templateNode = getTemplateNode(
|
|
26
|
+
getCtx(props).toolAddModeStore.get().value
|
|
27
|
+
);
|
|
28
|
+
const newNodeId = getCtx(props).addTemplateNode(
|
|
29
|
+
props.nodeId,
|
|
30
|
+
templateNode,
|
|
31
|
+
props.nodeId,
|
|
32
|
+
'before'
|
|
33
|
+
);
|
|
34
|
+
if (newNodeId && templateNode.tagName)
|
|
35
|
+
handleInsertSignal(templateNode.tagName, newNodeId);
|
|
36
|
+
};
|
|
37
|
+
|
|
38
|
+
const handleInsertBelow = (e: MouseEvent) => {
|
|
39
|
+
e.stopPropagation();
|
|
40
|
+
const templateNode = getTemplateNode(
|
|
41
|
+
getCtx(props).toolAddModeStore.get().value
|
|
42
|
+
);
|
|
43
|
+
const newNodeId = getCtx(props).addTemplateNode(
|
|
44
|
+
props.nodeId,
|
|
45
|
+
templateNode,
|
|
46
|
+
props.nodeId,
|
|
47
|
+
'after'
|
|
48
|
+
);
|
|
49
|
+
if (newNodeId && templateNode.tagName)
|
|
50
|
+
handleInsertSignal(templateNode.tagName, newNodeId);
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
const handleInsertSignal = (tagName: string, nodeId: string) => {
|
|
54
|
+
getCtx(props).handleInsertSignal(tagName, nodeId);
|
|
55
|
+
};
|
|
56
|
+
|
|
57
|
+
const handleClickIntercept = (e: MouseEvent) => {
|
|
58
|
+
e.preventDefault();
|
|
59
|
+
e.stopPropagation();
|
|
60
|
+
};
|
|
61
|
+
|
|
62
|
+
const InsertButtons = () => (
|
|
63
|
+
<div
|
|
64
|
+
className={`absolute left-2 top-2 z-10 flex items-center gap-2 transition-opacity`}
|
|
65
|
+
>
|
|
66
|
+
{(allowInsertBefore || allowInsertAfter) && (
|
|
67
|
+
<div className="rounded-full bg-gray-200 px-2 py-1 text-sm text-gray-800">
|
|
68
|
+
Insert {newTagTitle}
|
|
69
|
+
</div>
|
|
70
|
+
)}
|
|
71
|
+
{allowInsertBefore && (
|
|
72
|
+
<button
|
|
73
|
+
onClick={handleInsertAbove}
|
|
74
|
+
className="z-10 rounded bg-white px-2 py-1 text-sm text-cyan-700 shadow-sm transition-colors hover:bg-cyan-700 hover:text-white focus:bg-cyan-700 focus:text-white"
|
|
75
|
+
>
|
|
76
|
+
+ Above
|
|
77
|
+
</button>
|
|
78
|
+
)}
|
|
79
|
+
{allowInsertAfter && (
|
|
80
|
+
<button
|
|
81
|
+
onClick={handleInsertBelow}
|
|
82
|
+
className="z-10 rounded bg-white px-2 py-1 text-sm text-cyan-700 shadow-sm transition-colors hover:bg-cyan-700 hover:text-white focus:bg-cyan-700 focus:text-white"
|
|
83
|
+
>
|
|
84
|
+
+ Below
|
|
85
|
+
</button>
|
|
86
|
+
)}
|
|
87
|
+
{!allowInsertBefore && !allowInsertAfter && (
|
|
88
|
+
<button
|
|
89
|
+
className="rounded bg-white px-2 py-1 text-sm text-cyan-700 opacity-50 shadow-sm transition-colors"
|
|
90
|
+
disabled={true}
|
|
91
|
+
>
|
|
92
|
+
+ Can't Insert {newTagTitle} Here
|
|
93
|
+
</button>
|
|
94
|
+
)}
|
|
95
|
+
</div>
|
|
96
|
+
);
|
|
97
|
+
|
|
98
|
+
return (
|
|
99
|
+
<div className="group relative">
|
|
100
|
+
<div className="relative">
|
|
101
|
+
{/* Click interceptor layer */}
|
|
102
|
+
<div
|
|
103
|
+
className="absolute inset-0 z-10"
|
|
104
|
+
onClick={handleClickIntercept}
|
|
105
|
+
onMouseDown={handleClickIntercept}
|
|
106
|
+
onMouseUp={handleClickIntercept}
|
|
107
|
+
/>
|
|
108
|
+
<div className="absolute inset-0">
|
|
109
|
+
<div className="h-full w-full opacity-50 mix-blend-difference outline-dashed outline-4 outline-cyan-600 group-focus-within:opacity-100 group-hover:opacity-100" />
|
|
110
|
+
</div>
|
|
111
|
+
<InsertButtons />
|
|
112
|
+
<Tag
|
|
113
|
+
className={`${getCtx(props).getNodeClasses(nodeId, viewportKeyStore.get().value)} pt-12`}
|
|
114
|
+
>
|
|
115
|
+
<RenderChildren children={children} nodeProps={props} />
|
|
116
|
+
</Tag>
|
|
117
|
+
</div>
|
|
118
|
+
</div>
|
|
119
|
+
);
|
|
120
|
+
};
|
|
@@ -0,0 +1,62 @@
|
|
|
1
|
+
import { type JSX } from 'react';
|
|
2
|
+
import ArrowDownIcon from '@heroicons/react/24/outline/ArrowDownIcon';
|
|
3
|
+
import ArrowUpIcon from '@heroicons/react/24/outline/ArrowUpIcon';
|
|
4
|
+
import { getCtx } from '@/stores/nodes';
|
|
5
|
+
import { viewportKeyStore } from '@/stores/storykeep';
|
|
6
|
+
import { RenderChildren } from '../RenderChildren';
|
|
7
|
+
import type { FlatNode } from '@/types/compositorTypes';
|
|
8
|
+
import type { NodeProps } from '@/types/nodeProps';
|
|
9
|
+
|
|
10
|
+
type NodeTagProps = NodeProps & { tagName: keyof JSX.IntrinsicElements };
|
|
11
|
+
|
|
12
|
+
export const NodeBasicTagSettings = (props: NodeTagProps) => {
|
|
13
|
+
const nodeId = props.nodeId;
|
|
14
|
+
const node = getCtx(props).allNodes.get().get(nodeId) as FlatNode;
|
|
15
|
+
const children = getCtx(props).getChildNodeIDs(props.nodeId);
|
|
16
|
+
const Tag = props.tagName;
|
|
17
|
+
|
|
18
|
+
const canMove = (/*direction: "before" | "after"*/): boolean => {
|
|
19
|
+
// only block level can move
|
|
20
|
+
if (node.tagName === 'li') {
|
|
21
|
+
return false;
|
|
22
|
+
}
|
|
23
|
+
return true;
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
const SettingsButtons = () => (
|
|
27
|
+
<div
|
|
28
|
+
className={`absolute left-2 top-2 z-10 flex items-center gap-2 transition-opacity`}
|
|
29
|
+
>
|
|
30
|
+
{canMove(/*"after"*/) && (
|
|
31
|
+
<button onClick={() => getCtx().moveNode(nodeId, 'after')}>
|
|
32
|
+
<div className="inline-flex items-center rounded-b-md bg-gray-200 px-2 py-1 text-sm text-gray-800">
|
|
33
|
+
<ArrowDownIcon className="mr-1 h-6 w-6" />
|
|
34
|
+
</div>
|
|
35
|
+
</button>
|
|
36
|
+
)}
|
|
37
|
+
{canMove(/*"before"*/) && (
|
|
38
|
+
<button onClick={() => getCtx().moveNode(nodeId, 'before')}>
|
|
39
|
+
<div className="inline-flex items-center rounded-b-md bg-gray-200 px-2 py-1 text-sm text-gray-800">
|
|
40
|
+
<ArrowUpIcon className="mr-1 h-6 w-6" />
|
|
41
|
+
</div>
|
|
42
|
+
</button>
|
|
43
|
+
)}
|
|
44
|
+
</div>
|
|
45
|
+
);
|
|
46
|
+
|
|
47
|
+
return (
|
|
48
|
+
<div className="group relative">
|
|
49
|
+
<div className="relative">
|
|
50
|
+
<div className="absolute inset-0">
|
|
51
|
+
<div className="h-full w-full opacity-50 outline-dashed outline-4 outline-cyan-600 group-focus-within:opacity-100 group-hover:opacity-100" />
|
|
52
|
+
</div>
|
|
53
|
+
<SettingsButtons />
|
|
54
|
+
<Tag
|
|
55
|
+
className={`${getCtx(props).getNodeClasses(nodeId, viewportKeyStore.get().value)} pt-12`}
|
|
56
|
+
>
|
|
57
|
+
<RenderChildren children={children} nodeProps={props} />
|
|
58
|
+
</Tag>
|
|
59
|
+
</div>
|
|
60
|
+
</div>
|
|
61
|
+
);
|
|
62
|
+
};
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
import TrashIcon from '@heroicons/react/24/outline/TrashIcon';
|
|
2
|
+
import { getCtx } from '@/stores/nodes';
|
|
3
|
+
import { viewportKeyStore } from '@/stores/storykeep';
|
|
4
|
+
import { RenderChildren } from '../RenderChildren';
|
|
5
|
+
import type { NodeProps } from '@/types/nodeProps';
|
|
6
|
+
|
|
7
|
+
export const NodeButtonEraser = (props: NodeProps) => {
|
|
8
|
+
return (
|
|
9
|
+
<button
|
|
10
|
+
className={` ${getCtx(props).getNodeClasses(props.nodeId, viewportKeyStore.get().value)} eraser-child group relative transition-all before:pointer-events-none before:absolute before:inset-0 before:opacity-50 before:outline-dashed before:outline-4 before:outline-red-700 hover:before:bg-red-600/50 hover:before:opacity-100 focus:before:bg-red-600/50 focus:before:opacity-100`}
|
|
11
|
+
title="Delete Link"
|
|
12
|
+
onClick={(e) => {
|
|
13
|
+
getCtx(props).setClickedNodeId(props.nodeId);
|
|
14
|
+
e.stopPropagation();
|
|
15
|
+
}}
|
|
16
|
+
>
|
|
17
|
+
<div className="absolute right-2 top-2 rounded-full bg-red-700 p-0.5">
|
|
18
|
+
<TrashIcon className="h-5 w-5 text-white" />
|
|
19
|
+
</div>
|
|
20
|
+
<RenderChildren
|
|
21
|
+
children={getCtx(props).getChildNodeIDs(props.nodeId)}
|
|
22
|
+
nodeProps={props}
|
|
23
|
+
/>
|
|
24
|
+
</button>
|
|
25
|
+
);
|
|
26
|
+
};
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
import { getCtx } from '@/stores/nodes';
|
|
2
|
+
import { viewportKeyStore } from '@/stores/storykeep';
|
|
3
|
+
import type { FlatNode } from '@/types/compositorTypes';
|
|
4
|
+
import type { NodeProps } from '@/types/nodeProps';
|
|
5
|
+
|
|
6
|
+
export const NodeImg = (props: NodeProps) => {
|
|
7
|
+
const node = getCtx(props).allNodes.get().get(props.nodeId) as FlatNode;
|
|
8
|
+
|
|
9
|
+
return (
|
|
10
|
+
<img
|
|
11
|
+
src={node.base64Data || node.src}
|
|
12
|
+
{...(node.srcSet ? { srcSet: node.srcSet } : {})}
|
|
13
|
+
className={getCtx(props).getNodeClasses(
|
|
14
|
+
props.nodeId,
|
|
15
|
+
viewportKeyStore.get().value
|
|
16
|
+
)}
|
|
17
|
+
alt={node.alt}
|
|
18
|
+
onClick={(e) => {
|
|
19
|
+
getCtx(props).setClickedNodeId(props.nodeId);
|
|
20
|
+
e.stopPropagation();
|
|
21
|
+
}}
|
|
22
|
+
onDoubleClick={(e) => {
|
|
23
|
+
getCtx(props).setClickedNodeId(props.nodeId, true);
|
|
24
|
+
e.stopPropagation();
|
|
25
|
+
}}
|
|
26
|
+
/>
|
|
27
|
+
);
|
|
28
|
+
};
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { getCtx } from '@/stores/nodes';
|
|
2
|
+
import type { FlatNode } from '@/types/compositorTypes';
|
|
3
|
+
import type { NodeProps } from '@/types/nodeProps';
|
|
4
|
+
|
|
5
|
+
export const NodeText = (props: NodeProps) => {
|
|
6
|
+
const node = getCtx(props).allNodes.get().get(props.nodeId) as FlatNode;
|
|
7
|
+
const parentNode = node.parentId
|
|
8
|
+
? (getCtx(props).allNodes.get().get(node.parentId) as FlatNode)
|
|
9
|
+
: null;
|
|
10
|
+
const isLink = parentNode && [`a`, `button`].includes(parentNode.tagName);
|
|
11
|
+
if (!node) return <>ERROR MISSING NODE</>;
|
|
12
|
+
|
|
13
|
+
// Only add a space if we're not empty and don't end with a space
|
|
14
|
+
const text = node.copy || '';
|
|
15
|
+
const needsSpace = text && !text.endsWith(' ') && !isLink;
|
|
16
|
+
|
|
17
|
+
return <>{text.trim() === '' ? '\u00A0' : text + (needsSpace ? ' ' : '')}</>;
|
|
18
|
+
};
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import type { MouseEvent, KeyboardEvent } from 'react';
|
|
2
|
+
|
|
3
|
+
interface TabIndicatorProps {
|
|
4
|
+
onTab: () => void;
|
|
5
|
+
parentNodeId?: string;
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
export default function TabIndicator({
|
|
9
|
+
onTab,
|
|
10
|
+
parentNodeId,
|
|
11
|
+
}: TabIndicatorProps) {
|
|
12
|
+
const handleClick = (e: MouseEvent) => {
|
|
13
|
+
e.preventDefault();
|
|
14
|
+
e.stopPropagation();
|
|
15
|
+
onTab();
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
const handleKeyDown = (e: KeyboardEvent) => {
|
|
19
|
+
if (e.key === 'Enter' || e.key === ' ') {
|
|
20
|
+
e.preventDefault();
|
|
21
|
+
e.stopPropagation();
|
|
22
|
+
onTab();
|
|
23
|
+
}
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
return (
|
|
27
|
+
<div
|
|
28
|
+
className="animate-fadeIn mt-1.5 flex cursor-pointer items-center border-t border-dashed border-cyan-500 py-1 text-sm hover:bg-cyan-50/20"
|
|
29
|
+
onClick={handleClick}
|
|
30
|
+
onKeyDown={handleKeyDown}
|
|
31
|
+
tabIndex={0}
|
|
32
|
+
role="button"
|
|
33
|
+
aria-label="Tab for a new paragraph"
|
|
34
|
+
data-tab-indicator="true"
|
|
35
|
+
data-parent-node={parentNodeId}
|
|
36
|
+
>
|
|
37
|
+
<svg
|
|
38
|
+
className="mx-1 h-4 w-4 text-cyan-500"
|
|
39
|
+
viewBox="0 0 20 20"
|
|
40
|
+
fill="currentColor"
|
|
41
|
+
>
|
|
42
|
+
<path
|
|
43
|
+
fillRule="evenodd"
|
|
44
|
+
d="M10 18a8 8 0 100-16 8 8 0 000 16zm1-11a1 1 0 10-2 0v2H7a1 1 0 100 2h2v2a1 1 0 102 0v-2h2a1 1 0 100-2h-2V7z"
|
|
45
|
+
clipRule="evenodd"
|
|
46
|
+
/>
|
|
47
|
+
</svg>
|
|
48
|
+
Tab for a new paragraph
|
|
49
|
+
</div>
|
|
50
|
+
);
|
|
51
|
+
}
|
|
@@ -0,0 +1,128 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
|
|
3
|
+
// Define the Story interface for type safety
|
|
4
|
+
interface Story {
|
|
5
|
+
id: string;
|
|
6
|
+
title: string;
|
|
7
|
+
description: string;
|
|
8
|
+
slug: string;
|
|
9
|
+
changed: string;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
// Fake data for the featured story
|
|
13
|
+
const fakeFeaturedStory: Story = {
|
|
14
|
+
id: 'featured-1',
|
|
15
|
+
title: 'Sample Featured Story',
|
|
16
|
+
description: 'This is a sample description for the featured story.',
|
|
17
|
+
slug: 'sample-featured',
|
|
18
|
+
changed: '2023-01-01T00:00:00Z',
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
// Fake data for included stories
|
|
22
|
+
const fakeIncludedStories: Story[] = [
|
|
23
|
+
{
|
|
24
|
+
id: 'story-1',
|
|
25
|
+
title: 'Sample Story 1',
|
|
26
|
+
description: 'Description for sample story 1.',
|
|
27
|
+
slug: 'sample-story-1',
|
|
28
|
+
changed: '2023-01-02T00:00:00Z',
|
|
29
|
+
},
|
|
30
|
+
{
|
|
31
|
+
id: 'story-2',
|
|
32
|
+
title: 'Sample Story 2',
|
|
33
|
+
description: 'Description for sample story 2.',
|
|
34
|
+
slug: 'sample-story-2',
|
|
35
|
+
changed: '2023-01-03T00:00:00Z',
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
id: 'story-3',
|
|
39
|
+
title: 'Sample Story 3',
|
|
40
|
+
description: 'Description for sample story 3.',
|
|
41
|
+
slug: 'sample-story-3',
|
|
42
|
+
changed: '2023-01-04T00:00:00Z',
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
id: 'story-4',
|
|
46
|
+
title: 'Sample Story 4',
|
|
47
|
+
description: 'Description for sample story 4.',
|
|
48
|
+
slug: 'sample-story-4',
|
|
49
|
+
changed: '2023-01-05T00:00:00Z',
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
id: 'story-5',
|
|
53
|
+
title: 'Sample Story 5',
|
|
54
|
+
description: 'Description for sample story 5.',
|
|
55
|
+
slug: 'sample-story-5',
|
|
56
|
+
changed: '2023-01-06T00:00:00Z',
|
|
57
|
+
},
|
|
58
|
+
];
|
|
59
|
+
|
|
60
|
+
// Utility function to format dates
|
|
61
|
+
const formatDate = (dateString: string): string => {
|
|
62
|
+
const date = new Date(dateString);
|
|
63
|
+
return new Intl.DateTimeFormat('en-US', {
|
|
64
|
+
year: 'numeric',
|
|
65
|
+
month: 'long',
|
|
66
|
+
day: 'numeric',
|
|
67
|
+
}).format(date);
|
|
68
|
+
};
|
|
69
|
+
|
|
70
|
+
// Component definition
|
|
71
|
+
const FeaturedContentPreview = (): ReactNode => {
|
|
72
|
+
return (
|
|
73
|
+
<div className="flex flex-col gap-4 py-12 md:flex-row">
|
|
74
|
+
{/* Featured Story Section */}
|
|
75
|
+
<div className="p-4 md:w-3/5">
|
|
76
|
+
<div className="space-y-6 p-2">
|
|
77
|
+
{/* Placeholder for featured image */}
|
|
78
|
+
<div
|
|
79
|
+
style={{
|
|
80
|
+
width: '100%',
|
|
81
|
+
height: '300px',
|
|
82
|
+
backgroundColor: '#e0e0e0',
|
|
83
|
+
}}
|
|
84
|
+
className="rounded-lg"
|
|
85
|
+
/>
|
|
86
|
+
<h2 className="text-2xl font-bold text-black">
|
|
87
|
+
{fakeFeaturedStory.title}
|
|
88
|
+
</h2>
|
|
89
|
+
<p className="text-myblack text-base">
|
|
90
|
+
{fakeFeaturedStory.description}
|
|
91
|
+
</p>
|
|
92
|
+
<p className="text-mydarkgrey text-sm">
|
|
93
|
+
{formatDate(fakeFeaturedStory.changed)}
|
|
94
|
+
</p>
|
|
95
|
+
</div>
|
|
96
|
+
</div>
|
|
97
|
+
{/* Included Stories Section */}
|
|
98
|
+
<div className="border-t-2 border-slate-100 p-4 md:w-2/5 md:border-l-2 md:border-t-0">
|
|
99
|
+
<div className="space-y-4">
|
|
100
|
+
{fakeIncludedStories.map((story) => (
|
|
101
|
+
<div key={story.id} className="flex items-start space-x-4 p-1">
|
|
102
|
+
{/* Placeholder for story image */}
|
|
103
|
+
<div
|
|
104
|
+
style={{
|
|
105
|
+
width: '100px',
|
|
106
|
+
height: '100px',
|
|
107
|
+
backgroundColor: '#d0d0d0',
|
|
108
|
+
}}
|
|
109
|
+
className="rounded-md"
|
|
110
|
+
/>
|
|
111
|
+
<div className="flex-1">
|
|
112
|
+
<h3 className="text-lg font-bold text-black">{story.title}</h3>
|
|
113
|
+
<p className="text-myblack line-clamp-2 text-sm">
|
|
114
|
+
{story.description}
|
|
115
|
+
</p>
|
|
116
|
+
<p className="text-mydarkgrey mt-1 text-xs">
|
|
117
|
+
{formatDate(story.changed)}
|
|
118
|
+
</p>
|
|
119
|
+
</div>
|
|
120
|
+
</div>
|
|
121
|
+
))}
|
|
122
|
+
</div>
|
|
123
|
+
</div>
|
|
124
|
+
</div>
|
|
125
|
+
);
|
|
126
|
+
};
|
|
127
|
+
|
|
128
|
+
export default FeaturedContentPreview;
|