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,405 @@
|
|
|
1
|
+
import { useState, useRef, useEffect, useMemo, type ChangeEvent } from 'react';
|
|
2
|
+
import { ulid } from 'ulid';
|
|
3
|
+
import { useDropdownDirection } from '@/utils/helpers';
|
|
4
|
+
import { Combobox } from '@ark-ui/react';
|
|
5
|
+
import { createListCollection } from '@ark-ui/react/collection';
|
|
6
|
+
import XMarkIcon from '@heroicons/react/24/outline/XMarkIcon';
|
|
7
|
+
import ArrowUpTrayIcon from '@heroicons/react/24/outline/ArrowUpTrayIcon';
|
|
8
|
+
import FolderIcon from '@heroicons/react/24/outline/FolderIcon';
|
|
9
|
+
import CheckIcon from '@heroicons/react/24/outline/CheckIcon';
|
|
10
|
+
import ChevronUpDownIcon from '@heroicons/react/24/outline/ChevronUpDownIcon';
|
|
11
|
+
import { getCtx } from '@/stores/nodes';
|
|
12
|
+
import { cloneDeep } from '@/utils/helpers';
|
|
13
|
+
import type { ImageFileNode, FlatNode } from '@/types/compositorTypes';
|
|
14
|
+
|
|
15
|
+
const missingAlt = `This image requires a description!!`;
|
|
16
|
+
const ALLOWED_TYPES = ['image/jpeg', 'image/png', 'image/webp'];
|
|
17
|
+
|
|
18
|
+
export interface ImageParams {
|
|
19
|
+
fileId: string;
|
|
20
|
+
src: string;
|
|
21
|
+
srcSet?: string;
|
|
22
|
+
altDescription: string;
|
|
23
|
+
base64Data?: string;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
interface ImageUploadProps {
|
|
27
|
+
currentFileId: string | undefined;
|
|
28
|
+
nodeId: string;
|
|
29
|
+
onUpdate: (params: ImageParams) => void;
|
|
30
|
+
onRemove: () => void;
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
export const ImageUpload = ({
|
|
34
|
+
currentFileId,
|
|
35
|
+
nodeId,
|
|
36
|
+
onUpdate,
|
|
37
|
+
onRemove,
|
|
38
|
+
}: ImageUploadProps) => {
|
|
39
|
+
const ctx = getCtx();
|
|
40
|
+
const allNodes = ctx.allNodes.get();
|
|
41
|
+
const [files, setFiles] = useState<ImageFileNode[]>([]);
|
|
42
|
+
const [currentImage, setCurrentImage] = useState<string>('/static.jpg');
|
|
43
|
+
const [isProcessing, setIsProcessing] = useState(false);
|
|
44
|
+
const [query, setQuery] = useState('');
|
|
45
|
+
const [selectedFile, setSelectedFile] = useState<ImageFileNode | null>(null);
|
|
46
|
+
const [isSelectingFile, setIsSelectingFile] = useState(false);
|
|
47
|
+
const [imageError, setImageError] = useState<string | null>(null);
|
|
48
|
+
const fileInputRef = useRef<HTMLInputElement>(null);
|
|
49
|
+
const comboboxRef = useRef<HTMLDivElement>(null);
|
|
50
|
+
const { openAbove, maxHeight } = useDropdownDirection(comboboxRef);
|
|
51
|
+
|
|
52
|
+
// Find the current image node
|
|
53
|
+
const currentImageNode = nodeId
|
|
54
|
+
? (allNodes.get(nodeId) as FlatNode | undefined)
|
|
55
|
+
: (Array.from(allNodes.values()).find(
|
|
56
|
+
(node) => 'fileId' in node && node.fileId === currentFileId
|
|
57
|
+
) as FlatNode | undefined);
|
|
58
|
+
|
|
59
|
+
useEffect(() => {
|
|
60
|
+
const loadFiles = async () => {
|
|
61
|
+
try {
|
|
62
|
+
const goBackend =
|
|
63
|
+
import.meta.env.PUBLIC_GO_BACKEND || 'http://localhost:8080';
|
|
64
|
+
const tenantId = import.meta.env.PUBLIC_TENANTID || 'default';
|
|
65
|
+
|
|
66
|
+
// First, get all file IDs
|
|
67
|
+
const idsResponse = await fetch(`${goBackend}/api/v1/nodes/files`, {
|
|
68
|
+
headers: {
|
|
69
|
+
'X-Tenant-ID': tenantId,
|
|
70
|
+
},
|
|
71
|
+
});
|
|
72
|
+
if (!idsResponse.ok) throw new Error('Failed to fetch file IDs');
|
|
73
|
+
const { fileIds } = await idsResponse.json();
|
|
74
|
+
|
|
75
|
+
if (fileIds && fileIds.length > 0) {
|
|
76
|
+
// Then get the actual file objects
|
|
77
|
+
const filesResponse = await fetch(`${goBackend}/api/v1/nodes/files`, {
|
|
78
|
+
method: 'POST',
|
|
79
|
+
headers: {
|
|
80
|
+
'Content-Type': 'application/json',
|
|
81
|
+
'X-Tenant-ID': tenantId,
|
|
82
|
+
},
|
|
83
|
+
body: JSON.stringify({ fileIds }),
|
|
84
|
+
});
|
|
85
|
+
if (!filesResponse.ok) throw new Error('Failed to fetch files');
|
|
86
|
+
const { files } = await filesResponse.json();
|
|
87
|
+
setFiles(files || []);
|
|
88
|
+
} else {
|
|
89
|
+
setFiles([]);
|
|
90
|
+
}
|
|
91
|
+
} catch (error) {
|
|
92
|
+
console.error('Failed to load files:', error);
|
|
93
|
+
setFiles([]);
|
|
94
|
+
}
|
|
95
|
+
};
|
|
96
|
+
loadFiles();
|
|
97
|
+
}, []);
|
|
98
|
+
|
|
99
|
+
// Update currentImage when currentFileId changes or files load
|
|
100
|
+
useEffect(() => {
|
|
101
|
+
if (currentImageNode?.base64Data) {
|
|
102
|
+
// Show pending upload
|
|
103
|
+
setCurrentImage(currentImageNode.base64Data);
|
|
104
|
+
} else if (currentFileId && files.length > 0) {
|
|
105
|
+
const currentFile = files.find((f) => f.id === currentFileId);
|
|
106
|
+
if (currentFile) {
|
|
107
|
+
setCurrentImage(currentFile.src);
|
|
108
|
+
setSelectedFile(currentFile);
|
|
109
|
+
}
|
|
110
|
+
} else {
|
|
111
|
+
setCurrentImage('/static.jpg');
|
|
112
|
+
setSelectedFile(null);
|
|
113
|
+
}
|
|
114
|
+
}, [currentFileId, files, currentImageNode?.base64Data]);
|
|
115
|
+
|
|
116
|
+
// Create collection for Ark UI Combobox
|
|
117
|
+
const collection = useMemo(() => {
|
|
118
|
+
const filteredFiles =
|
|
119
|
+
query === ''
|
|
120
|
+
? files
|
|
121
|
+
: files.filter((file) =>
|
|
122
|
+
file.filename.toLowerCase().includes(query.toLowerCase())
|
|
123
|
+
);
|
|
124
|
+
|
|
125
|
+
return createListCollection({
|
|
126
|
+
items: filteredFiles,
|
|
127
|
+
itemToValue: (item) => item.id,
|
|
128
|
+
itemToString: (item) => item.filename || '',
|
|
129
|
+
});
|
|
130
|
+
}, [files, query]);
|
|
131
|
+
|
|
132
|
+
const handleFileSelect = (selectedId: string) => {
|
|
133
|
+
const selected = files.find((f) => f.id === selectedId);
|
|
134
|
+
if (selected) {
|
|
135
|
+
setSelectedFile(selected);
|
|
136
|
+
setCurrentImage(selected.src);
|
|
137
|
+
|
|
138
|
+
// For existing files, use normal src (not base64Data)
|
|
139
|
+
onUpdate({
|
|
140
|
+
fileId: selected.id,
|
|
141
|
+
src: selected.src,
|
|
142
|
+
srcSet: selected.srcSet,
|
|
143
|
+
altDescription: selected.altDescription || missingAlt,
|
|
144
|
+
});
|
|
145
|
+
|
|
146
|
+
// Update the node for existing files
|
|
147
|
+
if (currentImageNode) {
|
|
148
|
+
const updatedNode = cloneDeep(currentImageNode);
|
|
149
|
+
updatedNode.fileId = selected.id;
|
|
150
|
+
updatedNode.src = selected.src;
|
|
151
|
+
if (selected.srcSet) updatedNode.srcSet = selected.srcSet;
|
|
152
|
+
updatedNode.alt = selected.altDescription || missingAlt;
|
|
153
|
+
delete updatedNode.base64Data; // Remove base64Data for existing files
|
|
154
|
+
updatedNode.isChanged = true;
|
|
155
|
+
ctx.modifyNodes([updatedNode]);
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
};
|
|
159
|
+
|
|
160
|
+
const handleFileChange = async (event: ChangeEvent<HTMLInputElement>) => {
|
|
161
|
+
const file = event.target.files?.[0];
|
|
162
|
+
if (!file) return;
|
|
163
|
+
|
|
164
|
+
setIsProcessing(true);
|
|
165
|
+
setImageError(null);
|
|
166
|
+
|
|
167
|
+
try {
|
|
168
|
+
if (!ALLOWED_TYPES.includes(file.type)) {
|
|
169
|
+
setImageError('Please upload only JPG, PNG, or WebP files');
|
|
170
|
+
return;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
const fileExtension = file.name.split('.').pop()?.toLowerCase() || 'jpg';
|
|
174
|
+
const filename = `${ulid()}.${fileExtension}`;
|
|
175
|
+
|
|
176
|
+
const reader = new FileReader();
|
|
177
|
+
const base64Promise = new Promise<string>((resolve) => {
|
|
178
|
+
reader.onload = (e) => resolve(e.target?.result as string);
|
|
179
|
+
});
|
|
180
|
+
reader.readAsDataURL(file);
|
|
181
|
+
const base64 = await base64Promise;
|
|
182
|
+
|
|
183
|
+
const defaultAlt = `Image - ${filename.split('.').slice(0, -1).join('.')}`;
|
|
184
|
+
|
|
185
|
+
// Update local state to show the image immediately
|
|
186
|
+
setCurrentImage(base64);
|
|
187
|
+
setSelectedFile(null);
|
|
188
|
+
onUpdate({
|
|
189
|
+
fileId: ulid(),
|
|
190
|
+
src: base64, // Use base64 as src for immediate display
|
|
191
|
+
altDescription: defaultAlt,
|
|
192
|
+
});
|
|
193
|
+
|
|
194
|
+
// Update the node with base64Data
|
|
195
|
+
if (currentImageNode) {
|
|
196
|
+
const updatedNode = cloneDeep(currentImageNode);
|
|
197
|
+
(updatedNode.fileId = ulid()), (updatedNode.src = base64); // Set src to base64 for immediate display
|
|
198
|
+
updatedNode.base64Data = base64;
|
|
199
|
+
updatedNode.alt = defaultAlt;
|
|
200
|
+
updatedNode.isChanged = true;
|
|
201
|
+
ctx.modifyNodes([updatedNode]);
|
|
202
|
+
}
|
|
203
|
+
} catch (err) {
|
|
204
|
+
setImageError('Failed to process image');
|
|
205
|
+
console.error('[ImageUpload] Error:', err);
|
|
206
|
+
} finally {
|
|
207
|
+
setIsProcessing(false);
|
|
208
|
+
}
|
|
209
|
+
};
|
|
210
|
+
|
|
211
|
+
const handleRemoveImage = () => {
|
|
212
|
+
onRemove();
|
|
213
|
+
if (currentImageNode) {
|
|
214
|
+
const updatedNode = cloneDeep(currentImageNode);
|
|
215
|
+
delete updatedNode.fileId;
|
|
216
|
+
delete updatedNode.base64Data;
|
|
217
|
+
updatedNode.src = '/static.jpg';
|
|
218
|
+
updatedNode.alt =
|
|
219
|
+
"This is a placeholder for an image that hasn't yet been uploaded";
|
|
220
|
+
updatedNode.isChanged = true;
|
|
221
|
+
ctx.modifyNodes([updatedNode]);
|
|
222
|
+
}
|
|
223
|
+
setCurrentImage('/static.jpg');
|
|
224
|
+
setSelectedFile(null);
|
|
225
|
+
};
|
|
226
|
+
|
|
227
|
+
const comboboxItemStyles = `
|
|
228
|
+
.file-item[data-highlighted] {
|
|
229
|
+
background-color: #0891b2;
|
|
230
|
+
color: white;
|
|
231
|
+
}
|
|
232
|
+
.file-item[data-highlighted] .file-indicator {
|
|
233
|
+
color: white;
|
|
234
|
+
}
|
|
235
|
+
.file-item[data-state="checked"] .file-indicator {
|
|
236
|
+
display: flex;
|
|
237
|
+
}
|
|
238
|
+
.file-item .file-indicator {
|
|
239
|
+
display: none;
|
|
240
|
+
}
|
|
241
|
+
.file-item[data-state="checked"] {
|
|
242
|
+
font-weight: bold;
|
|
243
|
+
}
|
|
244
|
+
`;
|
|
245
|
+
|
|
246
|
+
// Use currentImage state for display
|
|
247
|
+
const hasImage = currentImage !== '/static.jpg';
|
|
248
|
+
|
|
249
|
+
return (
|
|
250
|
+
<div className="w-full space-y-6">
|
|
251
|
+
<div className="flex w-full flex-col space-y-4">
|
|
252
|
+
{hasImage ? (
|
|
253
|
+
<div className="space-y-4">
|
|
254
|
+
<div className="relative">
|
|
255
|
+
<img
|
|
256
|
+
src={currentImage}
|
|
257
|
+
alt={currentImageNode?.alt || 'Selected image'}
|
|
258
|
+
className="h-48 w-full rounded-md border object-cover"
|
|
259
|
+
/>
|
|
260
|
+
<button
|
|
261
|
+
onClick={handleRemoveImage}
|
|
262
|
+
className="absolute right-2 top-2 rounded-full bg-red-600 p-1 text-white hover:bg-red-700"
|
|
263
|
+
>
|
|
264
|
+
<XMarkIcon className="h-4 w-4" />
|
|
265
|
+
</button>
|
|
266
|
+
</div>
|
|
267
|
+
|
|
268
|
+
{selectedFile && (
|
|
269
|
+
<div className="text-sm text-gray-600">
|
|
270
|
+
Current: {selectedFile.altDescription || selectedFile.filename}
|
|
271
|
+
</div>
|
|
272
|
+
)}
|
|
273
|
+
|
|
274
|
+
{currentImageNode?.base64Data && (
|
|
275
|
+
<div className="text-sm text-orange-600">
|
|
276
|
+
Pending upload - will be saved when you save the page
|
|
277
|
+
</div>
|
|
278
|
+
)}
|
|
279
|
+
</div>
|
|
280
|
+
) : (
|
|
281
|
+
<div className="rounded-md border-2 border-dashed border-gray-300 p-8 text-center">
|
|
282
|
+
<ArrowUpTrayIcon className="mx-auto h-12 w-12 text-gray-400" />
|
|
283
|
+
<p className="mt-2 text-sm text-gray-600">No image selected</p>
|
|
284
|
+
</div>
|
|
285
|
+
)}
|
|
286
|
+
|
|
287
|
+
<div className="flex space-x-4">
|
|
288
|
+
<div className="flex-1">
|
|
289
|
+
<button
|
|
290
|
+
onClick={() => fileInputRef.current?.click()}
|
|
291
|
+
disabled={isProcessing}
|
|
292
|
+
className="w-full rounded-md bg-cyan-600 px-4 py-2 text-white hover:bg-cyan-700 disabled:opacity-50"
|
|
293
|
+
>
|
|
294
|
+
<ArrowUpTrayIcon className="mr-2 inline h-4 w-4" />
|
|
295
|
+
{isProcessing
|
|
296
|
+
? 'Processing...'
|
|
297
|
+
: hasImage
|
|
298
|
+
? 'Replace Image'
|
|
299
|
+
: 'Upload New'}
|
|
300
|
+
</button>
|
|
301
|
+
<button
|
|
302
|
+
onClick={() => setIsSelectingFile(true)}
|
|
303
|
+
className="text-myblue flex items-center text-sm hover:text-cyan-600"
|
|
304
|
+
>
|
|
305
|
+
<FolderIcon className="mr-1 h-4 w-4" />
|
|
306
|
+
Select Existing
|
|
307
|
+
</button>
|
|
308
|
+
</div>
|
|
309
|
+
</div>
|
|
310
|
+
|
|
311
|
+
{imageError && <div className="text-sm text-red-600">{imageError}</div>}
|
|
312
|
+
|
|
313
|
+
<input
|
|
314
|
+
ref={fileInputRef}
|
|
315
|
+
type="file"
|
|
316
|
+
accept={ALLOWED_TYPES.join(',')}
|
|
317
|
+
onChange={handleFileChange}
|
|
318
|
+
className="hidden"
|
|
319
|
+
disabled={isProcessing}
|
|
320
|
+
/>
|
|
321
|
+
</div>
|
|
322
|
+
|
|
323
|
+
{isSelectingFile && (
|
|
324
|
+
<div className="fixed inset-0 z-50 flex items-center justify-center bg-black bg-opacity-50">
|
|
325
|
+
<div className="w-full max-w-md rounded-lg bg-white p-6 shadow-lg">
|
|
326
|
+
<h3 className="text-mydarkgrey mb-4 text-lg font-medium">
|
|
327
|
+
Select an Image
|
|
328
|
+
</h3>
|
|
329
|
+
|
|
330
|
+
<Combobox.Root
|
|
331
|
+
collection={collection}
|
|
332
|
+
onValueChange={(details) => {
|
|
333
|
+
if (details.value.length > 0) {
|
|
334
|
+
handleFileSelect(details.value[0]);
|
|
335
|
+
setIsSelectingFile(false);
|
|
336
|
+
}
|
|
337
|
+
}}
|
|
338
|
+
onInputValueChange={(details) => setQuery(details.inputValue)}
|
|
339
|
+
>
|
|
340
|
+
<div ref={comboboxRef} className="relative">
|
|
341
|
+
<Combobox.Control className="relative">
|
|
342
|
+
<Combobox.Input
|
|
343
|
+
className="border-mydarkgrey text-myblack w-full rounded-md py-2 pl-3 pr-10"
|
|
344
|
+
placeholder="Search files..."
|
|
345
|
+
/>
|
|
346
|
+
<Combobox.Trigger className="absolute inset-y-0 right-0 flex items-center pr-2">
|
|
347
|
+
<ChevronUpDownIcon className="text-mydarkgrey h-5 w-5" />
|
|
348
|
+
</Combobox.Trigger>
|
|
349
|
+
</Combobox.Control>
|
|
350
|
+
|
|
351
|
+
<Combobox.Positioner>
|
|
352
|
+
<Combobox.Content
|
|
353
|
+
className={`absolute z-10 mt-1 w-full overflow-auto rounded-md border bg-white shadow-lg ${
|
|
354
|
+
openAbove ? 'bottom-full mb-1' : 'top-full mt-1'
|
|
355
|
+
}`}
|
|
356
|
+
style={{ maxHeight: `${maxHeight}px` }}
|
|
357
|
+
>
|
|
358
|
+
{collection.items.length === 0 ? (
|
|
359
|
+
<div className="text-mydarkgrey relative cursor-default select-none px-4 py-2">
|
|
360
|
+
Nothing found.
|
|
361
|
+
</div>
|
|
362
|
+
) : (
|
|
363
|
+
collection.items.map((file) => (
|
|
364
|
+
<Combobox.Item
|
|
365
|
+
key={file.id}
|
|
366
|
+
item={file}
|
|
367
|
+
className="file-item text-myblack relative cursor-default select-none py-2 pl-10 pr-4"
|
|
368
|
+
>
|
|
369
|
+
<div className="flex items-center space-x-3">
|
|
370
|
+
<img
|
|
371
|
+
src={file.src}
|
|
372
|
+
alt={file.altDescription || file.filename}
|
|
373
|
+
className="h-10 w-10 rounded border object-cover"
|
|
374
|
+
/>
|
|
375
|
+
<span className="block truncate">
|
|
376
|
+
{file.altDescription || file.filename}
|
|
377
|
+
</span>
|
|
378
|
+
</div>
|
|
379
|
+
<span className="file-indicator absolute inset-y-0 left-0 flex items-center pl-3 text-cyan-600">
|
|
380
|
+
<CheckIcon className="h-5 w-5" />
|
|
381
|
+
</span>
|
|
382
|
+
</Combobox.Item>
|
|
383
|
+
))
|
|
384
|
+
)}
|
|
385
|
+
</Combobox.Content>
|
|
386
|
+
</Combobox.Positioner>
|
|
387
|
+
</div>
|
|
388
|
+
</Combobox.Root>
|
|
389
|
+
|
|
390
|
+
<button
|
|
391
|
+
className="bg-mylightgrey text-myblack mt-4 rounded-md px-4 py-2 text-sm hover:bg-cyan-600 hover:text-white"
|
|
392
|
+
onClick={() => setIsSelectingFile(false)}
|
|
393
|
+
>
|
|
394
|
+
Cancel
|
|
395
|
+
</button>
|
|
396
|
+
</div>
|
|
397
|
+
</div>
|
|
398
|
+
)}
|
|
399
|
+
|
|
400
|
+
<style>{comboboxItemStyles}</style>
|
|
401
|
+
</div>
|
|
402
|
+
);
|
|
403
|
+
};
|
|
404
|
+
|
|
405
|
+
export default ImageUpload;
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import XMarkIcon from '@heroicons/react/24/outline/XMarkIcon';
|
|
2
|
+
import PlusIcon from '@heroicons/react/24/outline/PlusIcon';
|
|
3
|
+
|
|
4
|
+
interface MultiParamProps {
|
|
5
|
+
label: string;
|
|
6
|
+
values: string[];
|
|
7
|
+
onChange: (values: string[]) => void;
|
|
8
|
+
disabled?: boolean;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
function MultiParam({
|
|
12
|
+
label,
|
|
13
|
+
values,
|
|
14
|
+
onChange,
|
|
15
|
+
disabled = false,
|
|
16
|
+
}: MultiParamProps) {
|
|
17
|
+
const handleAdd = () => {
|
|
18
|
+
onChange([...values, '']);
|
|
19
|
+
};
|
|
20
|
+
|
|
21
|
+
const handleRemove = (index: number) => {
|
|
22
|
+
const newValues = values.filter((_, i) => i !== index);
|
|
23
|
+
onChange(newValues);
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
const handleChange = (index: number, newValue: string) => {
|
|
27
|
+
const newValues = [...values];
|
|
28
|
+
newValues[index] = newValue;
|
|
29
|
+
onChange(newValues);
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
return (
|
|
33
|
+
<div className="space-y-1">
|
|
34
|
+
<label className="block text-sm text-gray-600">{label}</label>
|
|
35
|
+
<div className="space-y-1">
|
|
36
|
+
{values.map((value, index) => (
|
|
37
|
+
<div key={index} className="flex items-center space-x-2">
|
|
38
|
+
<div
|
|
39
|
+
contentEditable={!disabled}
|
|
40
|
+
onBlur={(e) => {
|
|
41
|
+
handleChange(index, e.currentTarget.textContent || '');
|
|
42
|
+
}}
|
|
43
|
+
className={`flex-1 rounded-md border-0 px-2.5 py-1.5 text-gray-900 ring-1 ring-inset ${disabled ? 'bg-gray-100 text-gray-500' : 'ring-gray-300 focus:ring-2 focus:ring-cyan-700'}`}
|
|
44
|
+
style={{ minHeight: '1em' }}
|
|
45
|
+
suppressContentEditableWarning
|
|
46
|
+
>
|
|
47
|
+
{value}
|
|
48
|
+
</div>
|
|
49
|
+
{!disabled && (
|
|
50
|
+
<button
|
|
51
|
+
onClick={() => handleRemove(index)}
|
|
52
|
+
className="text-gray-500 hover:text-gray-700"
|
|
53
|
+
title="Remove value"
|
|
54
|
+
>
|
|
55
|
+
<XMarkIcon className="h-5 w-5" />
|
|
56
|
+
</button>
|
|
57
|
+
)}
|
|
58
|
+
</div>
|
|
59
|
+
))}
|
|
60
|
+
{!disabled && (
|
|
61
|
+
<button
|
|
62
|
+
onClick={handleAdd}
|
|
63
|
+
className="flex items-center text-cyan-700 hover:text-black"
|
|
64
|
+
title={`Add ${label}`}
|
|
65
|
+
>
|
|
66
|
+
<PlusIcon className="mr-1 h-5 w-5" />
|
|
67
|
+
<span>Add {label}</span>
|
|
68
|
+
</button>
|
|
69
|
+
)}
|
|
70
|
+
</div>
|
|
71
|
+
</div>
|
|
72
|
+
);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
export default MultiParam;
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import { useMemo } from 'react';
|
|
2
|
+
import { Combobox } from '@ark-ui/react';
|
|
3
|
+
import { createListCollection } from '@ark-ui/react/collection';
|
|
4
|
+
import ChevronUpDownIcon from '@heroicons/react/24/outline/ChevronUpDownIcon';
|
|
5
|
+
import CheckIcon from '@heroicons/react/24/outline/CheckIcon';
|
|
6
|
+
import { collections } from '@/constants';
|
|
7
|
+
|
|
8
|
+
interface Props {
|
|
9
|
+
selectedCollection: string;
|
|
10
|
+
onChange: (collection: string) => void;
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
export default function PaneBreakCollectionSelector({
|
|
14
|
+
selectedCollection,
|
|
15
|
+
onChange,
|
|
16
|
+
}: Props) {
|
|
17
|
+
// Create collection for Ark UI Combobox
|
|
18
|
+
const collection = useMemo(
|
|
19
|
+
() =>
|
|
20
|
+
createListCollection({
|
|
21
|
+
items: collections,
|
|
22
|
+
itemToValue: (item) => item,
|
|
23
|
+
itemToString: (item) => item,
|
|
24
|
+
}),
|
|
25
|
+
[collections]
|
|
26
|
+
);
|
|
27
|
+
|
|
28
|
+
// Handler for Ark UI's onValueChange
|
|
29
|
+
const handleValueChange = (details: { value: string[] }) => {
|
|
30
|
+
const newValue = details.value[0] || '';
|
|
31
|
+
if (newValue) {
|
|
32
|
+
onChange(newValue);
|
|
33
|
+
}
|
|
34
|
+
};
|
|
35
|
+
|
|
36
|
+
// CSS to properly style the combobox items with hover and selection
|
|
37
|
+
const comboboxItemStyles = `
|
|
38
|
+
.collection-item[data-highlighted] {
|
|
39
|
+
background-color: #0891b2; /* bg-cyan-600 */
|
|
40
|
+
color: white;
|
|
41
|
+
}
|
|
42
|
+
.collection-item[data-highlighted] .collection-indicator {
|
|
43
|
+
color: white;
|
|
44
|
+
}
|
|
45
|
+
.collection-item[data-state="checked"] .collection-indicator {
|
|
46
|
+
display: flex;
|
|
47
|
+
}
|
|
48
|
+
.collection-item .collection-indicator {
|
|
49
|
+
display: none;
|
|
50
|
+
}
|
|
51
|
+
.collection-item[data-state="checked"] {
|
|
52
|
+
font-weight: bold;
|
|
53
|
+
}
|
|
54
|
+
`;
|
|
55
|
+
|
|
56
|
+
return (
|
|
57
|
+
<div className="relative">
|
|
58
|
+
<style>{comboboxItemStyles}</style>
|
|
59
|
+
|
|
60
|
+
<Combobox.Root
|
|
61
|
+
collection={collection}
|
|
62
|
+
value={[selectedCollection]}
|
|
63
|
+
onValueChange={handleValueChange}
|
|
64
|
+
loopFocus={true}
|
|
65
|
+
openOnKeyPress={true}
|
|
66
|
+
composite={true}
|
|
67
|
+
>
|
|
68
|
+
<div className="relative mt-1">
|
|
69
|
+
<Combobox.Input
|
|
70
|
+
className="border-mydarkgrey focus:border-myblue focus:ring-myblue xs:text-sm w-full rounded-md py-2 pl-3 pr-10 shadow-sm"
|
|
71
|
+
autoComplete="off"
|
|
72
|
+
/>
|
|
73
|
+
<Combobox.Trigger className="absolute inset-y-0 right-0 flex items-center pr-2">
|
|
74
|
+
<ChevronUpDownIcon
|
|
75
|
+
className="text-mydarkgrey h-5 w-5"
|
|
76
|
+
aria-hidden="true"
|
|
77
|
+
/>
|
|
78
|
+
</Combobox.Trigger>
|
|
79
|
+
</div>
|
|
80
|
+
<Combobox.Content className="xs:text-sm absolute z-10 mt-1 max-h-60 w-full overflow-auto rounded-md bg-white py-1 text-base shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none">
|
|
81
|
+
{collection.items.map((item) => (
|
|
82
|
+
<Combobox.Item
|
|
83
|
+
key={item}
|
|
84
|
+
item={item}
|
|
85
|
+
className="collection-item relative cursor-default select-none py-2 pl-10 pr-4 text-black"
|
|
86
|
+
>
|
|
87
|
+
<span className="block truncate">{item}</span>
|
|
88
|
+
<span className="collection-indicator absolute inset-y-0 left-0 flex items-center pl-3 text-cyan-600">
|
|
89
|
+
<CheckIcon className="h-5 w-5" aria-hidden="true" />
|
|
90
|
+
</span>
|
|
91
|
+
</Combobox.Item>
|
|
92
|
+
))}
|
|
93
|
+
</Combobox.Content>
|
|
94
|
+
</Combobox.Root>
|
|
95
|
+
</div>
|
|
96
|
+
);
|
|
97
|
+
}
|