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,623 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
2
|
+
import { useEffect, useState, useMemo } from 'react';
|
|
3
|
+
import { Switch } from '@ark-ui/react';
|
|
4
|
+
import { Select } from '@ark-ui/react/select';
|
|
5
|
+
import { Portal } from '@ark-ui/react/portal';
|
|
6
|
+
import { createListCollection } from '@ark-ui/react/collection';
|
|
7
|
+
import ChevronUpDownIcon from '@heroicons/react/20/solid/ChevronUpDownIcon';
|
|
8
|
+
import CheckIcon from '@heroicons/react/20/solid/CheckIcon';
|
|
9
|
+
import { NodesContext } from '@/stores/nodes';
|
|
10
|
+
import {
|
|
11
|
+
PanesPreviewGenerator,
|
|
12
|
+
type PanePreviewRequest,
|
|
13
|
+
type PaneFragmentResult,
|
|
14
|
+
} from '@/components/compositor/preview/PanesPreviewGenerator';
|
|
15
|
+
import {
|
|
16
|
+
PaneSnapshotGenerator,
|
|
17
|
+
type SnapshotData,
|
|
18
|
+
} from '@/components/compositor/preview/PaneSnapshotGenerator';
|
|
19
|
+
import { createEmptyStorykeep } from '@/utils/compositor/nodesHelper';
|
|
20
|
+
import { cloneDeep } from '@/utils/helpers';
|
|
21
|
+
import {
|
|
22
|
+
brandColourStore,
|
|
23
|
+
preferredThemeStore,
|
|
24
|
+
hasAssemblyAIStore,
|
|
25
|
+
} from '@/stores/storykeep';
|
|
26
|
+
import { templateCategories } from '@/utils/compositor/templateMarkdownStyles';
|
|
27
|
+
import { AddPanePanel_newAICopy } from './AddPanePanel_newAICopy';
|
|
28
|
+
import { AddPaneNewCopyMode, type CopyMode } from './AddPanePanel_newCopyMode';
|
|
29
|
+
import { AddPaneNewCustomCopy } from './AddPanePanel_newCustomCopy';
|
|
30
|
+
import { getTitleSlug } from '@/utils/aai/getTitleSlug';
|
|
31
|
+
import { fullContentMapStore } from '@/stores/storykeep';
|
|
32
|
+
import { themes, type Theme } from '@/types/tractstack';
|
|
33
|
+
import { PaneAddMode } from '@/types/compositorTypes';
|
|
34
|
+
|
|
35
|
+
interface AddPaneNewPanelProps {
|
|
36
|
+
nodeId: string;
|
|
37
|
+
first: boolean;
|
|
38
|
+
setMode: (mode: PaneAddMode, reset: boolean) => void;
|
|
39
|
+
ctx?: NodesContext;
|
|
40
|
+
isStoryFragment?: boolean;
|
|
41
|
+
isContextPane?: boolean;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
interface PreviewPane {
|
|
45
|
+
ctx: NodesContext;
|
|
46
|
+
snapshot?: SnapshotData;
|
|
47
|
+
template: any;
|
|
48
|
+
index: number;
|
|
49
|
+
htmlFragment?: string;
|
|
50
|
+
fragmentError?: string;
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
interface TemplateCategory {
|
|
54
|
+
id: string;
|
|
55
|
+
title: string;
|
|
56
|
+
getTemplates: (theme: Theme, brand: string, useOdd: boolean) => any[];
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
const ITEMS_PER_PAGE = 8;
|
|
60
|
+
|
|
61
|
+
const AddPaneNewPanel = ({
|
|
62
|
+
nodeId,
|
|
63
|
+
first,
|
|
64
|
+
setMode,
|
|
65
|
+
ctx,
|
|
66
|
+
isStoryFragment = false,
|
|
67
|
+
isContextPane = false,
|
|
68
|
+
}: AddPaneNewPanelProps) => {
|
|
69
|
+
const brand = brandColourStore.get();
|
|
70
|
+
const hasAssemblyAI = hasAssemblyAIStore.get();
|
|
71
|
+
const [copyMode, setCopyMode] = useState<CopyMode>('design');
|
|
72
|
+
const [customMarkdown, setCustomMarkdown] = useState<string>(`...`);
|
|
73
|
+
const [previews, setPreviews] = useState<PreviewPane[]>([]);
|
|
74
|
+
const [currentPage, setCurrentPage] = useState(0);
|
|
75
|
+
const [renderedPages, setRenderedPages] = useState<Set<number>>(new Set());
|
|
76
|
+
const [selectedTheme, setSelectedTheme] = useState<Theme>(
|
|
77
|
+
preferredThemeStore.get()
|
|
78
|
+
);
|
|
79
|
+
const [useOddVariant, setUseOddVariant] = useState(false);
|
|
80
|
+
const [selectedCategory, setSelectedCategory] = useState<TemplateCategory>(
|
|
81
|
+
templateCategories[isContextPane ? 1 : first ? 4 : 0]
|
|
82
|
+
);
|
|
83
|
+
const [isInserting, setIsInserting] = useState(false);
|
|
84
|
+
const [aiContentGenerated, setAiContentGenerated] = useState(false);
|
|
85
|
+
const [fragmentsToGenerate, setFragmentsToGenerate] = useState<
|
|
86
|
+
PanePreviewRequest[]
|
|
87
|
+
>([]);
|
|
88
|
+
const shouldShowDesigns = copyMode !== 'ai' || aiContentGenerated;
|
|
89
|
+
|
|
90
|
+
const categoryCollection = useMemo(() => {
|
|
91
|
+
const categories =
|
|
92
|
+
copyMode === `ai` || isContextPane
|
|
93
|
+
? [templateCategories[1]]
|
|
94
|
+
: templateCategories;
|
|
95
|
+
|
|
96
|
+
return createListCollection({
|
|
97
|
+
items: categories,
|
|
98
|
+
itemToValue: (item) => item.id,
|
|
99
|
+
itemToString: (item) => item.title,
|
|
100
|
+
});
|
|
101
|
+
}, [copyMode, isContextPane]);
|
|
102
|
+
|
|
103
|
+
const themesCollection = useMemo(() => {
|
|
104
|
+
return createListCollection({
|
|
105
|
+
items: themes,
|
|
106
|
+
itemToValue: (item) => item,
|
|
107
|
+
itemToString: (item) => item.replace(/-/g, ' '),
|
|
108
|
+
});
|
|
109
|
+
}, []);
|
|
110
|
+
|
|
111
|
+
const filteredTemplates = useMemo(() => {
|
|
112
|
+
if (copyMode === `ai` || isContextPane)
|
|
113
|
+
return templateCategories[1].getTemplates(
|
|
114
|
+
selectedTheme,
|
|
115
|
+
brand,
|
|
116
|
+
useOddVariant
|
|
117
|
+
);
|
|
118
|
+
if (isContextPane)
|
|
119
|
+
return templateCategories[1].getTemplates(
|
|
120
|
+
selectedTheme,
|
|
121
|
+
brand,
|
|
122
|
+
useOddVariant
|
|
123
|
+
);
|
|
124
|
+
return selectedCategory.getTemplates(selectedTheme, brand, useOddVariant);
|
|
125
|
+
}, [selectedTheme, useOddVariant, selectedCategory, copyMode, isContextPane]);
|
|
126
|
+
|
|
127
|
+
useEffect(() => {
|
|
128
|
+
if (copyMode !== 'ai') setAiContentGenerated(false);
|
|
129
|
+
if (copyMode !== 'ai' || isContextPane)
|
|
130
|
+
setSelectedCategory(templateCategories[first ? 4 : 0]);
|
|
131
|
+
}, [copyMode, first, isContextPane]);
|
|
132
|
+
|
|
133
|
+
const handleAiContentGenerated = (content: string) => {
|
|
134
|
+
setCustomMarkdown(content);
|
|
135
|
+
setAiContentGenerated(true);
|
|
136
|
+
};
|
|
137
|
+
|
|
138
|
+
useEffect(() => {
|
|
139
|
+
const newPreviews = filteredTemplates.map((template, index: number) => {
|
|
140
|
+
const ctx = new NodesContext();
|
|
141
|
+
ctx.addNode(createEmptyStorykeep('tmp'));
|
|
142
|
+
const thisTemplate =
|
|
143
|
+
copyMode === 'custom' || (copyMode === 'ai' && aiContentGenerated)
|
|
144
|
+
? {
|
|
145
|
+
...template,
|
|
146
|
+
markdown: template.markdown && {
|
|
147
|
+
...template.markdown,
|
|
148
|
+
markdownBody: customMarkdown,
|
|
149
|
+
},
|
|
150
|
+
}
|
|
151
|
+
: template;
|
|
152
|
+
ctx.addTemplatePane('tmp', thisTemplate);
|
|
153
|
+
return { ctx, template: thisTemplate, index };
|
|
154
|
+
});
|
|
155
|
+
setPreviews(newPreviews);
|
|
156
|
+
setCurrentPage(0);
|
|
157
|
+
setRenderedPages(new Set());
|
|
158
|
+
}, [filteredTemplates, customMarkdown, copyMode, aiContentGenerated]);
|
|
159
|
+
|
|
160
|
+
const totalPages = Math.ceil(previews.length / ITEMS_PER_PAGE);
|
|
161
|
+
|
|
162
|
+
const visiblePreviews = useMemo(() => {
|
|
163
|
+
const startIndex = currentPage * ITEMS_PER_PAGE;
|
|
164
|
+
return previews.slice(startIndex, startIndex + ITEMS_PER_PAGE);
|
|
165
|
+
}, [previews, currentPage]);
|
|
166
|
+
|
|
167
|
+
useEffect(() => {
|
|
168
|
+
const pageHasBeenRendered = renderedPages.has(currentPage);
|
|
169
|
+
const previewsOnThisPageNeedFetching = visiblePreviews.some(
|
|
170
|
+
(p) => !p.htmlFragment && !p.fragmentError
|
|
171
|
+
);
|
|
172
|
+
|
|
173
|
+
if (previewsOnThisPageNeedFetching && !pageHasBeenRendered) {
|
|
174
|
+
const newRequests = visiblePreviews
|
|
175
|
+
.filter((p) => !p.htmlFragment && !p.fragmentError)
|
|
176
|
+
.map((p) => ({
|
|
177
|
+
id: `template-${p.index}`,
|
|
178
|
+
ctx: p.ctx,
|
|
179
|
+
}));
|
|
180
|
+
setFragmentsToGenerate(newRequests);
|
|
181
|
+
} else {
|
|
182
|
+
setFragmentsToGenerate([]);
|
|
183
|
+
}
|
|
184
|
+
}, [currentPage, visiblePreviews, renderedPages]);
|
|
185
|
+
|
|
186
|
+
const handlePageChange = (newPage: number) => {
|
|
187
|
+
if (newPage >= 0 && newPage < totalPages) {
|
|
188
|
+
setCurrentPage(newPage);
|
|
189
|
+
}
|
|
190
|
+
};
|
|
191
|
+
|
|
192
|
+
const handleFragmentsComplete = (results: PaneFragmentResult[]) => {
|
|
193
|
+
setPreviews((prevPreviews) => {
|
|
194
|
+
const updated = [...prevPreviews];
|
|
195
|
+
results.forEach((result) => {
|
|
196
|
+
const index = parseInt(result.id.replace('template-', ''));
|
|
197
|
+
const previewIndex = updated.findIndex((p) => p.index === index);
|
|
198
|
+
if (previewIndex !== -1) {
|
|
199
|
+
updated[previewIndex] = {
|
|
200
|
+
...updated[previewIndex],
|
|
201
|
+
htmlFragment: result.htmlString,
|
|
202
|
+
fragmentError: result.error,
|
|
203
|
+
};
|
|
204
|
+
}
|
|
205
|
+
});
|
|
206
|
+
return updated;
|
|
207
|
+
});
|
|
208
|
+
setRenderedPages((prev) => new Set(prev).add(currentPage));
|
|
209
|
+
};
|
|
210
|
+
|
|
211
|
+
const handleSnapshotComplete = (id: string, snapshot: SnapshotData) => {
|
|
212
|
+
const index = parseInt(id.replace('template-', ''));
|
|
213
|
+
setPreviews((prevPreviews) => {
|
|
214
|
+
const updated = [...prevPreviews];
|
|
215
|
+
const previewIndex = updated.findIndex((p) => p.index === index);
|
|
216
|
+
if (previewIndex !== -1) {
|
|
217
|
+
updated[previewIndex] = {
|
|
218
|
+
...updated[previewIndex],
|
|
219
|
+
snapshot,
|
|
220
|
+
};
|
|
221
|
+
}
|
|
222
|
+
return updated;
|
|
223
|
+
});
|
|
224
|
+
};
|
|
225
|
+
|
|
226
|
+
const handleTemplateInsert = async (
|
|
227
|
+
template: any,
|
|
228
|
+
nodeId: string,
|
|
229
|
+
first: boolean
|
|
230
|
+
) => {
|
|
231
|
+
if (isInserting) return;
|
|
232
|
+
setIsInserting(true);
|
|
233
|
+
|
|
234
|
+
try {
|
|
235
|
+
if (ctx) {
|
|
236
|
+
const hasMarkdownContent =
|
|
237
|
+
template?.markdown?.markdownBody &&
|
|
238
|
+
template.markdown.markdownBody.trim() !== '...' &&
|
|
239
|
+
template.markdown.markdownBody.trim().length > 0;
|
|
240
|
+
|
|
241
|
+
const insertTemplate = [`blank`, `custom`].includes(copyMode)
|
|
242
|
+
? {
|
|
243
|
+
...cloneDeep(template),
|
|
244
|
+
markdown: template.markdown && {
|
|
245
|
+
...template.markdown,
|
|
246
|
+
markdownBody: copyMode === `blank` ? `...` : customMarkdown,
|
|
247
|
+
},
|
|
248
|
+
}
|
|
249
|
+
: cloneDeep(template);
|
|
250
|
+
|
|
251
|
+
const markdownContent = [`blank`].includes(copyMode)
|
|
252
|
+
? null
|
|
253
|
+
: copyMode === `custom`
|
|
254
|
+
? customMarkdown
|
|
255
|
+
: insertTemplate?.markdown?.markdownBody;
|
|
256
|
+
|
|
257
|
+
insertTemplate.title = '';
|
|
258
|
+
insertTemplate.slug = '';
|
|
259
|
+
|
|
260
|
+
if (
|
|
261
|
+
copyMode === `ai` &&
|
|
262
|
+
hasAssemblyAI &&
|
|
263
|
+
markdownContent &&
|
|
264
|
+
hasMarkdownContent
|
|
265
|
+
) {
|
|
266
|
+
const existingSlugs = fullContentMapStore
|
|
267
|
+
.get()
|
|
268
|
+
.filter((item) => ['Pane', 'StoryFragment'].includes(item.type))
|
|
269
|
+
.map((item) => item.slug);
|
|
270
|
+
|
|
271
|
+
const titleSlugResult = await getTitleSlug(
|
|
272
|
+
markdownContent,
|
|
273
|
+
existingSlugs
|
|
274
|
+
);
|
|
275
|
+
|
|
276
|
+
if (titleSlugResult) {
|
|
277
|
+
insertTemplate.title = titleSlugResult.title;
|
|
278
|
+
insertTemplate.slug = titleSlugResult.slug;
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
const ownerId =
|
|
283
|
+
isStoryFragment || isContextPane
|
|
284
|
+
? nodeId
|
|
285
|
+
: ctx.getClosestNodeTypeFromId(nodeId, 'StoryFragment');
|
|
286
|
+
|
|
287
|
+
if (isContextPane) {
|
|
288
|
+
insertTemplate.isContextPane = true;
|
|
289
|
+
ctx.addContextTemplatePane(ownerId, insertTemplate);
|
|
290
|
+
} else {
|
|
291
|
+
const newPaneId = ctx.addTemplatePane(
|
|
292
|
+
ownerId,
|
|
293
|
+
insertTemplate,
|
|
294
|
+
nodeId,
|
|
295
|
+
first ? 'before' : 'after'
|
|
296
|
+
);
|
|
297
|
+
if (newPaneId) ctx.notifyNode(`root`);
|
|
298
|
+
}
|
|
299
|
+
setMode(PaneAddMode.DEFAULT, false);
|
|
300
|
+
}
|
|
301
|
+
} catch (error) {
|
|
302
|
+
console.error('Error inserting template:', error);
|
|
303
|
+
} finally {
|
|
304
|
+
setIsInserting(false);
|
|
305
|
+
}
|
|
306
|
+
};
|
|
307
|
+
|
|
308
|
+
const handleThemeChange = (details: { value: string[] }) => {
|
|
309
|
+
const newTheme = details.value[0] as Theme;
|
|
310
|
+
if (newTheme) {
|
|
311
|
+
setSelectedTheme(newTheme);
|
|
312
|
+
}
|
|
313
|
+
};
|
|
314
|
+
|
|
315
|
+
const handleCategoryChange = (details: { value: string[] }) => {
|
|
316
|
+
const id = details.value[0];
|
|
317
|
+
if (id) {
|
|
318
|
+
const category = templateCategories.find((cat) => cat.id === id);
|
|
319
|
+
if (category) setSelectedCategory(category);
|
|
320
|
+
}
|
|
321
|
+
};
|
|
322
|
+
|
|
323
|
+
const customStyles = `
|
|
324
|
+
.category-item[data-highlighted] { background-color: #0891b2; color: white; }
|
|
325
|
+
.category-item[data-highlighted] .category-indicator { color: white; }
|
|
326
|
+
.category-item[data-state="checked"] .category-indicator { display: flex; }
|
|
327
|
+
.category-item .category-indicator { display: none; }
|
|
328
|
+
.category-item[data-state="checked"] { font-weight: bold; }
|
|
329
|
+
.theme-item[data-highlighted] { background-color: #0891b2; color: white; }
|
|
330
|
+
.theme-item[data-highlighted] .theme-indicator { color: white; }
|
|
331
|
+
.theme-item[data-state="checked"] .theme-indicator { display: flex; }
|
|
332
|
+
.theme-item .theme-indicator { display: none; }
|
|
333
|
+
.theme-item[data-state="checked"] { font-weight: bold; }
|
|
334
|
+
`;
|
|
335
|
+
|
|
336
|
+
return (
|
|
337
|
+
<div className="bg-white p-3.5 shadow-inner">
|
|
338
|
+
<style>{customStyles}</style>
|
|
339
|
+
<div className="group flex w-full gap-1 rounded-md bg-white p-1.5">
|
|
340
|
+
<button
|
|
341
|
+
onClick={() => setMode(PaneAddMode.DEFAULT, first)}
|
|
342
|
+
className="w-fit rounded bg-gray-100 px-3 py-1 text-sm text-gray-700 transition-colors hover:bg-gray-200 focus:bg-gray-200"
|
|
343
|
+
>
|
|
344
|
+
← Go Back
|
|
345
|
+
</button>
|
|
346
|
+
|
|
347
|
+
<div className="ml-4 flex flex-wrap items-center gap-x-6 gap-y-2 py-2">
|
|
348
|
+
<div className="font-action flex-none rounded px-2 py-2.5 text-sm font-bold text-cyan-700 shadow-sm">
|
|
349
|
+
+ Design New Pane
|
|
350
|
+
</div>
|
|
351
|
+
|
|
352
|
+
{!(copyMode === 'ai' && aiContentGenerated) && (
|
|
353
|
+
<AddPaneNewCopyMode selected={copyMode} onChange={setCopyMode} />
|
|
354
|
+
)}
|
|
355
|
+
{copyMode === 'custom' && (
|
|
356
|
+
<div className="mt-4 w-full">
|
|
357
|
+
<AddPaneNewCustomCopy
|
|
358
|
+
value={customMarkdown}
|
|
359
|
+
onChange={setCustomMarkdown}
|
|
360
|
+
/>
|
|
361
|
+
</div>
|
|
362
|
+
)}
|
|
363
|
+
{copyMode === 'ai' && !aiContentGenerated && (
|
|
364
|
+
<div className="mt-4 w-full">
|
|
365
|
+
<AddPanePanel_newAICopy
|
|
366
|
+
onChange={handleAiContentGenerated}
|
|
367
|
+
isContextPane={isContextPane}
|
|
368
|
+
/>
|
|
369
|
+
</div>
|
|
370
|
+
)}
|
|
371
|
+
</div>
|
|
372
|
+
</div>
|
|
373
|
+
|
|
374
|
+
{shouldShowDesigns && (
|
|
375
|
+
<>
|
|
376
|
+
<h3 className="font-action px-3.5 pb-1.5 pt-4 text-xl font-bold text-black">
|
|
377
|
+
1. Template design settings
|
|
378
|
+
</h3>
|
|
379
|
+
|
|
380
|
+
<div className="grid grid-cols-1 gap-4 p-2 md:grid-cols-3">
|
|
381
|
+
<div className="w-full">
|
|
382
|
+
<Select.Root
|
|
383
|
+
collection={themesCollection}
|
|
384
|
+
value={[selectedTheme]}
|
|
385
|
+
onValueChange={handleThemeChange}
|
|
386
|
+
>
|
|
387
|
+
<Select.Label className="block text-sm font-bold text-gray-700">
|
|
388
|
+
Theme
|
|
389
|
+
</Select.Label>
|
|
390
|
+
<Select.Control className="relative mt-1">
|
|
391
|
+
<Select.Trigger className="relative w-full cursor-default rounded-lg bg-white py-2 pl-3 pr-10 text-left shadow-md focus:outline-none focus-visible:border-cyan-600 focus-visible:ring-2 focus-visible:ring-white/75 focus-visible:ring-offset-2 focus-visible:ring-offset-cyan-600">
|
|
392
|
+
<Select.ValueText className="block truncate capitalize">
|
|
393
|
+
{selectedTheme.replace(/-/g, ' ')}
|
|
394
|
+
</Select.ValueText>
|
|
395
|
+
<Select.Indicator className="absolute inset-y-0 right-0 flex items-center pr-2">
|
|
396
|
+
<ChevronUpDownIcon
|
|
397
|
+
className="h-5 w-5 text-gray-400"
|
|
398
|
+
aria-hidden="true"
|
|
399
|
+
/>
|
|
400
|
+
</Select.Indicator>
|
|
401
|
+
</Select.Trigger>
|
|
402
|
+
</Select.Control>
|
|
403
|
+
<Portal>
|
|
404
|
+
<Select.Positioner>
|
|
405
|
+
<Select.Content className="z-50 max-h-60 w-full overflow-auto rounded-md bg-white py-1 text-base shadow-lg ring-1 ring-black/5 focus:outline-none sm:text-sm">
|
|
406
|
+
{themesCollection.items.map((theme) => (
|
|
407
|
+
<Select.Item
|
|
408
|
+
key={theme}
|
|
409
|
+
item={theme}
|
|
410
|
+
className="theme-item relative cursor-default select-none py-2 pl-10 pr-4 text-gray-900"
|
|
411
|
+
>
|
|
412
|
+
<Select.ItemText className="block truncate capitalize">
|
|
413
|
+
{theme.replace(/-/g, ' ')}
|
|
414
|
+
</Select.ItemText>
|
|
415
|
+
<Select.ItemIndicator className="theme-indicator absolute inset-y-0 left-0 flex items-center pl-3 text-cyan-600">
|
|
416
|
+
<CheckIcon className="h-5 w-5" aria-hidden="true" />
|
|
417
|
+
</Select.ItemIndicator>
|
|
418
|
+
</Select.Item>
|
|
419
|
+
))}
|
|
420
|
+
</Select.Content>
|
|
421
|
+
</Select.Positioner>
|
|
422
|
+
</Portal>
|
|
423
|
+
</Select.Root>
|
|
424
|
+
</div>
|
|
425
|
+
|
|
426
|
+
{!isContextPane && (
|
|
427
|
+
<div className="w-full">
|
|
428
|
+
<Select.Root
|
|
429
|
+
collection={categoryCollection}
|
|
430
|
+
value={[selectedCategory.id]}
|
|
431
|
+
onValueChange={handleCategoryChange}
|
|
432
|
+
>
|
|
433
|
+
<Select.Label className="block text-sm font-bold text-gray-700">
|
|
434
|
+
Category
|
|
435
|
+
</Select.Label>
|
|
436
|
+
<Select.Control className="relative mt-1">
|
|
437
|
+
<Select.Trigger className="relative w-full cursor-default rounded-lg bg-white py-2 pl-3 pr-10 text-left shadow-md focus:outline-none focus-visible:ring-2 focus-visible:ring-white/75 focus-visible:ring-offset-2 focus-visible:ring-offset-teal-300 sm:text-sm">
|
|
438
|
+
<Select.ValueText className="block truncate">
|
|
439
|
+
{selectedCategory.title}
|
|
440
|
+
</Select.ValueText>
|
|
441
|
+
<Select.Indicator className="absolute inset-y-0 right-0 flex items-center pr-2">
|
|
442
|
+
<ChevronUpDownIcon
|
|
443
|
+
className="h-5 w-5 text-gray-400"
|
|
444
|
+
aria-hidden="true"
|
|
445
|
+
/>
|
|
446
|
+
</Select.Indicator>
|
|
447
|
+
</Select.Trigger>
|
|
448
|
+
</Select.Control>
|
|
449
|
+
<Portal>
|
|
450
|
+
<Select.Positioner>
|
|
451
|
+
<Select.Content className="z-50 max-h-60 w-full overflow-auto rounded-md bg-white py-1 text-base shadow-lg ring-1 ring-black/5 focus:outline-none sm:text-sm">
|
|
452
|
+
{categoryCollection.items.map((category) => (
|
|
453
|
+
<Select.Item
|
|
454
|
+
key={category.id}
|
|
455
|
+
item={category}
|
|
456
|
+
className="category-item relative cursor-default select-none py-2 pl-10 pr-4 text-gray-900"
|
|
457
|
+
>
|
|
458
|
+
<Select.ItemText className="block truncate">
|
|
459
|
+
{category.title}
|
|
460
|
+
</Select.ItemText>
|
|
461
|
+
<Select.ItemIndicator className="category-indicator absolute inset-y-0 left-0 flex items-center pl-3 text-cyan-600">
|
|
462
|
+
<CheckIcon
|
|
463
|
+
className="h-5 w-5"
|
|
464
|
+
aria-hidden="true"
|
|
465
|
+
/>
|
|
466
|
+
</Select.ItemIndicator>
|
|
467
|
+
</Select.Item>
|
|
468
|
+
))}
|
|
469
|
+
</Select.Content>
|
|
470
|
+
</Select.Positioner>
|
|
471
|
+
</Portal>
|
|
472
|
+
</Select.Root>
|
|
473
|
+
</div>
|
|
474
|
+
)}
|
|
475
|
+
|
|
476
|
+
<div className="flex items-center gap-2">
|
|
477
|
+
<Switch.Root
|
|
478
|
+
checked={useOddVariant}
|
|
479
|
+
onCheckedChange={(details) => setUseOddVariant(details.checked)}
|
|
480
|
+
className="inline-flex items-center"
|
|
481
|
+
>
|
|
482
|
+
<Switch.Control
|
|
483
|
+
className={`${
|
|
484
|
+
useOddVariant ? 'bg-cyan-600' : 'bg-gray-200'
|
|
485
|
+
} relative my-2 inline-flex h-6 w-11 items-center rounded-full transition-colors focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2`}
|
|
486
|
+
>
|
|
487
|
+
<Switch.Thumb
|
|
488
|
+
className={`${
|
|
489
|
+
useOddVariant ? 'translate-x-6' : 'translate-x-1'
|
|
490
|
+
} inline-block h-4 w-4 rounded-full bg-white shadow-lg transition-transform duration-200`}
|
|
491
|
+
/>
|
|
492
|
+
</Switch.Control>
|
|
493
|
+
<Switch.HiddenInput />
|
|
494
|
+
<div className="flex h-6 items-center">
|
|
495
|
+
<Switch.Label className="px-4 text-sm text-gray-700">
|
|
496
|
+
Use odd variant
|
|
497
|
+
</Switch.Label>
|
|
498
|
+
</div>
|
|
499
|
+
</Switch.Root>
|
|
500
|
+
</div>
|
|
501
|
+
</div>
|
|
502
|
+
|
|
503
|
+
<h3 className="font-action px-3.5 pb-1.5 pt-4 text-xl font-bold text-black">
|
|
504
|
+
2. Choose design
|
|
505
|
+
</h3>
|
|
506
|
+
|
|
507
|
+
{fragmentsToGenerate.length > 0 && (
|
|
508
|
+
<PanesPreviewGenerator
|
|
509
|
+
requests={fragmentsToGenerate}
|
|
510
|
+
onComplete={handleFragmentsComplete}
|
|
511
|
+
onError={(error) =>
|
|
512
|
+
console.error('Fragment generation error:', error)
|
|
513
|
+
}
|
|
514
|
+
/>
|
|
515
|
+
)}
|
|
516
|
+
|
|
517
|
+
<div className="grid grid-cols-2 gap-4 p-2 xl:grid-cols-3">
|
|
518
|
+
{visiblePreviews.map((preview) => (
|
|
519
|
+
<div key={preview.index} className="flex flex-col items-center">
|
|
520
|
+
<div
|
|
521
|
+
onClick={
|
|
522
|
+
isInserting
|
|
523
|
+
? undefined
|
|
524
|
+
: () =>
|
|
525
|
+
handleTemplateInsert(preview.template, nodeId, first)
|
|
526
|
+
}
|
|
527
|
+
className={`bg-mywhite group relative w-full rounded-sm shadow-inner ${
|
|
528
|
+
isInserting
|
|
529
|
+
? 'cursor-not-allowed opacity-50'
|
|
530
|
+
: 'cursor-pointer'
|
|
531
|
+
} transition-all duration-200 ${
|
|
532
|
+
preview.snapshot
|
|
533
|
+
? 'hover:outline-solid hover:outline hover:outline-4'
|
|
534
|
+
: ''
|
|
535
|
+
}`}
|
|
536
|
+
style={{
|
|
537
|
+
...(!preview.snapshot ? { minHeight: '150px' } : {}),
|
|
538
|
+
}}
|
|
539
|
+
role="button"
|
|
540
|
+
tabIndex={0}
|
|
541
|
+
aria-label={preview.template.title}
|
|
542
|
+
>
|
|
543
|
+
{preview.htmlFragment &&
|
|
544
|
+
!preview.snapshot &&
|
|
545
|
+
!preview.fragmentError && (
|
|
546
|
+
<PaneSnapshotGenerator
|
|
547
|
+
id={`template-${preview.index}`}
|
|
548
|
+
htmlString={preview.htmlFragment}
|
|
549
|
+
onComplete={handleSnapshotComplete}
|
|
550
|
+
onError={(id, error) =>
|
|
551
|
+
console.error(`Snapshot error for ${id}:`, error)
|
|
552
|
+
}
|
|
553
|
+
outputWidth={800}
|
|
554
|
+
/>
|
|
555
|
+
)}
|
|
556
|
+
|
|
557
|
+
{!preview.htmlFragment && !preview.fragmentError && (
|
|
558
|
+
<div className="flex h-48 items-center justify-center">
|
|
559
|
+
<div className="text-gray-500">Loading preview...</div>
|
|
560
|
+
</div>
|
|
561
|
+
)}
|
|
562
|
+
|
|
563
|
+
{preview.fragmentError && (
|
|
564
|
+
<div className="flex h-48 items-center justify-center">
|
|
565
|
+
<div className="text-red-500">Preview error</div>
|
|
566
|
+
</div>
|
|
567
|
+
)}
|
|
568
|
+
|
|
569
|
+
{preview.snapshot && (
|
|
570
|
+
<div className="p-0.5">
|
|
571
|
+
<img
|
|
572
|
+
src={preview.snapshot.imageData}
|
|
573
|
+
alt={`Template: ${preview.template.title}`}
|
|
574
|
+
className="w-full"
|
|
575
|
+
/>
|
|
576
|
+
</div>
|
|
577
|
+
)}
|
|
578
|
+
</div>
|
|
579
|
+
<p className="bg-mydarkgrey mt-2 w-full break-words p-2 text-center text-sm text-white">
|
|
580
|
+
{preview.template.title}
|
|
581
|
+
</p>
|
|
582
|
+
</div>
|
|
583
|
+
))}
|
|
584
|
+
</div>
|
|
585
|
+
|
|
586
|
+
<div className="mb-2 mt-4 flex items-center justify-center gap-2">
|
|
587
|
+
<button
|
|
588
|
+
onClick={() => handlePageChange(currentPage - 1)}
|
|
589
|
+
disabled={currentPage === 0}
|
|
590
|
+
className="rounded bg-gray-100 px-3 py-1 text-sm text-gray-700 transition-colors hover:bg-gray-200 focus:bg-gray-200 disabled:cursor-not-allowed disabled:opacity-50"
|
|
591
|
+
>
|
|
592
|
+
Previous
|
|
593
|
+
</button>
|
|
594
|
+
<div className="flex gap-1">
|
|
595
|
+
{[...Array(totalPages)].map((_, index) => (
|
|
596
|
+
<button
|
|
597
|
+
key={index}
|
|
598
|
+
onClick={() => handlePageChange(index)}
|
|
599
|
+
className={`rounded px-3 py-1 text-sm transition-colors ${
|
|
600
|
+
currentPage === index
|
|
601
|
+
? 'bg-cyan-700 text-white'
|
|
602
|
+
: 'bg-gray-100 text-gray-700 hover:bg-gray-200'
|
|
603
|
+
}`}
|
|
604
|
+
>
|
|
605
|
+
{index + 1}
|
|
606
|
+
</button>
|
|
607
|
+
))}
|
|
608
|
+
</div>
|
|
609
|
+
<button
|
|
610
|
+
onClick={() => handlePageChange(currentPage + 1)}
|
|
611
|
+
disabled={currentPage === totalPages - 1}
|
|
612
|
+
className="rounded bg-gray-100 px-3 py-1 text-sm text-gray-700 transition-colors hover:bg-gray-200 focus:bg-gray-200 disabled:cursor-not-allowed disabled:opacity-50"
|
|
613
|
+
>
|
|
614
|
+
Next
|
|
615
|
+
</button>
|
|
616
|
+
</div>
|
|
617
|
+
</>
|
|
618
|
+
)}
|
|
619
|
+
</div>
|
|
620
|
+
);
|
|
621
|
+
};
|
|
622
|
+
|
|
623
|
+
export default AddPaneNewPanel;
|