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,192 @@
|
|
|
1
|
+
import { useState, useCallback } from 'react';
|
|
2
|
+
import { useStore } from '@nanostores/react';
|
|
3
|
+
import BackgroundImage from './BackgroundImage';
|
|
4
|
+
import ArtpackImage from './ArtpackImage';
|
|
5
|
+
import ColorPickerCombo from './ColorPickerCombo';
|
|
6
|
+
import { getCtx } from '@/stores/nodes';
|
|
7
|
+
import { hasArtpacksStore } from '@/stores/storykeep';
|
|
8
|
+
import { cloneDeep } from '@/utils/helpers';
|
|
9
|
+
import type { BrandConfig } from '@/types/tractstack';
|
|
10
|
+
import type {
|
|
11
|
+
BgImageNode,
|
|
12
|
+
ArtpackImageNode,
|
|
13
|
+
PaneNode,
|
|
14
|
+
} from '@/types/compositorTypes';
|
|
15
|
+
import { isArtpackImageNode } from '@/utils/compositor/typeGuards';
|
|
16
|
+
|
|
17
|
+
export interface BackgroundImageWrapperProps {
|
|
18
|
+
paneId: string;
|
|
19
|
+
config?: BrandConfig;
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
const BackgroundImageWrapper = ({
|
|
23
|
+
paneId,
|
|
24
|
+
config,
|
|
25
|
+
}: BackgroundImageWrapperProps) => {
|
|
26
|
+
const ctx = getCtx();
|
|
27
|
+
const allNodes = useStore(ctx.allNodes);
|
|
28
|
+
const $artpacks = useStore(hasArtpacksStore);
|
|
29
|
+
const hasArtpacks = $artpacks && Object.keys($artpacks).length > 0;
|
|
30
|
+
|
|
31
|
+
// State to force re-renders when child components need it
|
|
32
|
+
const [, setUpdateCounter] = useState(0);
|
|
33
|
+
|
|
34
|
+
// Using useCallback to create a stable reference to the update function
|
|
35
|
+
const onUpdate = useCallback(() => {
|
|
36
|
+
setUpdateCounter((prev) => prev + 1);
|
|
37
|
+
}, []);
|
|
38
|
+
|
|
39
|
+
const bgNode = (() => {
|
|
40
|
+
const paneNode = allNodes.get(paneId) as PaneNode;
|
|
41
|
+
if (!paneNode) return null;
|
|
42
|
+
const childNodeIds = ctx.getChildNodeIDs(paneNode.id);
|
|
43
|
+
const bgNodes = childNodeIds
|
|
44
|
+
.map((id) => allNodes.get(id))
|
|
45
|
+
.filter(
|
|
46
|
+
(node) =>
|
|
47
|
+
node?.nodeType === 'BgPane' &&
|
|
48
|
+
'type' in node &&
|
|
49
|
+
(node.type === 'background-image' || node.type === 'artpack-image')
|
|
50
|
+
) as (BgImageNode | ArtpackImageNode)[];
|
|
51
|
+
return bgNodes[0] || null;
|
|
52
|
+
})();
|
|
53
|
+
|
|
54
|
+
const handleColorChange = (color: string) => {
|
|
55
|
+
const paneNode = allNodes.get(paneId) as PaneNode;
|
|
56
|
+
if (!paneNode) return;
|
|
57
|
+
const updatedPaneNode = cloneDeep(paneNode);
|
|
58
|
+
if (color) updatedPaneNode.bgColour = color;
|
|
59
|
+
else if (typeof updatedPaneNode.bgColour === `string` && !color)
|
|
60
|
+
delete updatedPaneNode.bgColour;
|
|
61
|
+
updatedPaneNode.isChanged = true;
|
|
62
|
+
ctx.modifyNodes([updatedPaneNode]);
|
|
63
|
+
};
|
|
64
|
+
|
|
65
|
+
const handlePositionChange = (
|
|
66
|
+
newPosition: 'background' | 'left' | 'right' | 'leftBleed' | 'rightBleed'
|
|
67
|
+
) => {
|
|
68
|
+
if (!bgNode) return;
|
|
69
|
+
const updatedBgNode = cloneDeep(bgNode);
|
|
70
|
+
updatedBgNode.position = newPosition;
|
|
71
|
+
updatedBgNode.isChanged = true;
|
|
72
|
+
const updatedPaneNode = cloneDeep(allNodes.get(paneId) as PaneNode);
|
|
73
|
+
updatedPaneNode.isChanged = true;
|
|
74
|
+
ctx.modifyNodes([updatedBgNode, updatedPaneNode]);
|
|
75
|
+
onUpdate();
|
|
76
|
+
};
|
|
77
|
+
|
|
78
|
+
const handleSizeChange = (newSize: 'equal' | 'narrow' | 'wide') => {
|
|
79
|
+
if (!bgNode) return;
|
|
80
|
+
const updatedBgNode = cloneDeep(bgNode);
|
|
81
|
+
updatedBgNode.size = newSize;
|
|
82
|
+
updatedBgNode.isChanged = true;
|
|
83
|
+
const updatedPaneNode = cloneDeep(allNodes.get(paneId) as PaneNode);
|
|
84
|
+
updatedPaneNode.isChanged = true;
|
|
85
|
+
ctx.modifyNodes([updatedBgNode, updatedPaneNode]);
|
|
86
|
+
onUpdate();
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
const position = bgNode?.position || 'background';
|
|
90
|
+
const size = bgNode?.size || 'equal';
|
|
91
|
+
|
|
92
|
+
return (
|
|
93
|
+
<div className="w-full space-y-6">
|
|
94
|
+
<h3 className="text-sm font-bold text-gray-700">Background</h3>
|
|
95
|
+
|
|
96
|
+
<ColorPickerCombo
|
|
97
|
+
title="Pane Background Color"
|
|
98
|
+
defaultColor={(allNodes.get(paneId) as PaneNode)?.bgColour || ''}
|
|
99
|
+
onColorChange={handleColorChange}
|
|
100
|
+
config={config!}
|
|
101
|
+
allowNull={true}
|
|
102
|
+
/>
|
|
103
|
+
{!bgNode && (
|
|
104
|
+
<div className="flex flex-col gap-4 sm:flex-row">
|
|
105
|
+
<div className="flex-1">
|
|
106
|
+
<h4 className="mb-2 text-sm font-bold text-gray-700">
|
|
107
|
+
Background Image
|
|
108
|
+
</h4>
|
|
109
|
+
<BackgroundImage paneId={paneId} onUpdate={onUpdate} />
|
|
110
|
+
{hasArtpacks && (
|
|
111
|
+
<ArtpackImage paneId={paneId} onUpdate={onUpdate} />
|
|
112
|
+
)}
|
|
113
|
+
</div>
|
|
114
|
+
</div>
|
|
115
|
+
)}
|
|
116
|
+
{bgNode && (
|
|
117
|
+
<div className="w-full space-y-6">
|
|
118
|
+
{/* Position Toggle */}
|
|
119
|
+
<div className="space-y-2">
|
|
120
|
+
<label className="block text-sm font-bold text-gray-700">
|
|
121
|
+
Position
|
|
122
|
+
</label>
|
|
123
|
+
<div className="flex space-x-4">
|
|
124
|
+
{(
|
|
125
|
+
[
|
|
126
|
+
'background',
|
|
127
|
+
'left',
|
|
128
|
+
'right',
|
|
129
|
+
'leftBleed',
|
|
130
|
+
'rightBleed',
|
|
131
|
+
] as const
|
|
132
|
+
).map((pos) => (
|
|
133
|
+
<label key={pos} className="inline-flex items-center">
|
|
134
|
+
<input
|
|
135
|
+
type="radio"
|
|
136
|
+
name="position"
|
|
137
|
+
value={pos}
|
|
138
|
+
checked={position === pos}
|
|
139
|
+
onChange={() => handlePositionChange(pos)}
|
|
140
|
+
className="text-myblue focus:ring-myblue h-4 w-4 border-gray-300"
|
|
141
|
+
/>
|
|
142
|
+
<span className="ml-2 text-sm capitalize text-gray-700">
|
|
143
|
+
{pos}
|
|
144
|
+
</span>
|
|
145
|
+
</label>
|
|
146
|
+
))}
|
|
147
|
+
</div>
|
|
148
|
+
</div>
|
|
149
|
+
|
|
150
|
+
{/* Size Toggle - Only show when position is left or right */}
|
|
151
|
+
{position !== 'background' && (
|
|
152
|
+
<div className="space-y-2">
|
|
153
|
+
<label className="block text-sm font-bold text-gray-700">
|
|
154
|
+
Size
|
|
155
|
+
</label>
|
|
156
|
+
<div className="flex space-x-4">
|
|
157
|
+
{(['equal', 'narrow', 'wide'] as const).map((s) => (
|
|
158
|
+
<label key={s} className="inline-flex items-center">
|
|
159
|
+
<input
|
|
160
|
+
type="radio"
|
|
161
|
+
name="size"
|
|
162
|
+
value={s}
|
|
163
|
+
checked={size === s}
|
|
164
|
+
onChange={() => handleSizeChange(s)}
|
|
165
|
+
className="text-myblue focus:ring-myblue h-4 w-4 border-gray-300"
|
|
166
|
+
/>
|
|
167
|
+
<span className="ml-2 text-sm capitalize text-gray-700">
|
|
168
|
+
{s === 'narrow'
|
|
169
|
+
? 'Narrow (1/3)'
|
|
170
|
+
: s === 'wide'
|
|
171
|
+
? 'Wide (2/3)'
|
|
172
|
+
: 'Equal (1/2)'}
|
|
173
|
+
</span>
|
|
174
|
+
</label>
|
|
175
|
+
))}
|
|
176
|
+
</div>
|
|
177
|
+
</div>
|
|
178
|
+
)}
|
|
179
|
+
|
|
180
|
+
{/* Render the appropriate image component */}
|
|
181
|
+
{isArtpackImageNode(bgNode) ? (
|
|
182
|
+
<ArtpackImage paneId={paneId} onUpdate={onUpdate} />
|
|
183
|
+
) : (
|
|
184
|
+
<BackgroundImage paneId={paneId} onUpdate={onUpdate} />
|
|
185
|
+
)}
|
|
186
|
+
</div>
|
|
187
|
+
)}
|
|
188
|
+
</div>
|
|
189
|
+
);
|
|
190
|
+
};
|
|
191
|
+
|
|
192
|
+
export default BackgroundImageWrapper;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import { useState, useEffect } from 'react';
|
|
2
|
+
import { Switch } from '@ark-ui/react';
|
|
3
|
+
import { classNames } from '@/utils/helpers';
|
|
4
|
+
|
|
5
|
+
interface BooleanParamProps {
|
|
6
|
+
label: string;
|
|
7
|
+
value: boolean;
|
|
8
|
+
onChange: (checked: boolean) => void;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
function BooleanParam({
|
|
13
|
+
label,
|
|
14
|
+
value,
|
|
15
|
+
onChange,
|
|
16
|
+
disabled = false,
|
|
17
|
+
}: BooleanParamProps) {
|
|
18
|
+
const [enabled, setEnabled] = useState(value);
|
|
19
|
+
|
|
20
|
+
useEffect(() => {
|
|
21
|
+
setEnabled(value);
|
|
22
|
+
}, [value]);
|
|
23
|
+
|
|
24
|
+
const handleToggle = (checked: boolean) => {
|
|
25
|
+
if (!disabled) {
|
|
26
|
+
setEnabled(checked);
|
|
27
|
+
onChange(checked);
|
|
28
|
+
}
|
|
29
|
+
};
|
|
30
|
+
|
|
31
|
+
return (
|
|
32
|
+
<div className="space-y-1">
|
|
33
|
+
<div className="flex items-center justify-between">
|
|
34
|
+
<Switch.Root
|
|
35
|
+
checked={enabled}
|
|
36
|
+
onCheckedChange={(details) => handleToggle(details.checked)}
|
|
37
|
+
disabled={disabled}
|
|
38
|
+
className="inline-flex items-center"
|
|
39
|
+
>
|
|
40
|
+
<Switch.Control
|
|
41
|
+
className={classNames(
|
|
42
|
+
enabled ? 'bg-cyan-700' : 'bg-gray-300',
|
|
43
|
+
disabled ? 'cursor-not-allowed opacity-50' : 'cursor-pointer',
|
|
44
|
+
'relative inline-flex h-6 w-11 flex-shrink-0 items-center rounded-full transition-colors duration-200 ease-in-out focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2'
|
|
45
|
+
)}
|
|
46
|
+
>
|
|
47
|
+
<Switch.Thumb
|
|
48
|
+
className={classNames(
|
|
49
|
+
enabled ? 'translate-x-6' : 'translate-x-1',
|
|
50
|
+
'inline-block h-4 w-4 rounded-full bg-white transition-transform duration-200 ease-in-out'
|
|
51
|
+
)}
|
|
52
|
+
/>
|
|
53
|
+
</Switch.Control>
|
|
54
|
+
<Switch.HiddenInput />
|
|
55
|
+
<div className="ml-4 flex h-6 items-center">
|
|
56
|
+
<Switch.Label className="text-sm leading-none text-gray-600">
|
|
57
|
+
{label}
|
|
58
|
+
</Switch.Label>
|
|
59
|
+
</div>
|
|
60
|
+
</Switch.Root>
|
|
61
|
+
</div>
|
|
62
|
+
<div className="text-xs text-gray-500">{enabled ? 'Enabled' : 'Off'}</div>
|
|
63
|
+
</div>
|
|
64
|
+
);
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
export default BooleanParam;
|
|
@@ -0,0 +1,56 @@
|
|
|
1
|
+
import { useState, useEffect } from 'react';
|
|
2
|
+
import ActionBuilderTimeSelector from './ActionBuilderTimeSelector';
|
|
3
|
+
|
|
4
|
+
interface BunnyMomentSelectorProps {
|
|
5
|
+
value: string;
|
|
6
|
+
onChange: (value: string) => void;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export default function BunnyMomentSelector({
|
|
10
|
+
value,
|
|
11
|
+
onChange,
|
|
12
|
+
}: BunnyMomentSelectorProps) {
|
|
13
|
+
const [selectedVideoId, setSelectedVideoId] = useState('');
|
|
14
|
+
const [timestamp, setTimestamp] = useState('0');
|
|
15
|
+
|
|
16
|
+
useEffect(() => {
|
|
17
|
+
if (value) {
|
|
18
|
+
try {
|
|
19
|
+
const match = value.match(
|
|
20
|
+
/\(bunnyMoment\s+\(\s*([^\s]+)\s+(\d+)\s*\)\)/
|
|
21
|
+
);
|
|
22
|
+
if (match) {
|
|
23
|
+
setSelectedVideoId(match[1]);
|
|
24
|
+
setTimestamp(match[2]);
|
|
25
|
+
}
|
|
26
|
+
} catch (e) {
|
|
27
|
+
console.error('Error parsing value:', e);
|
|
28
|
+
}
|
|
29
|
+
}
|
|
30
|
+
}, [value]);
|
|
31
|
+
|
|
32
|
+
const handleTimeSelect = (time: string, videoId?: string) => {
|
|
33
|
+
if (videoId) {
|
|
34
|
+
setSelectedVideoId(videoId);
|
|
35
|
+
}
|
|
36
|
+
setTimestamp(time);
|
|
37
|
+
updateValue(videoId || selectedVideoId, time);
|
|
38
|
+
};
|
|
39
|
+
|
|
40
|
+
const updateValue = (videoId: string, time: string) => {
|
|
41
|
+
if (!videoId) return;
|
|
42
|
+
onChange(`(bunnyMoment (${videoId} ${time}))`);
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
return (
|
|
46
|
+
<div className="space-y-4">
|
|
47
|
+
<ActionBuilderTimeSelector
|
|
48
|
+
value={timestamp}
|
|
49
|
+
videoId={selectedVideoId}
|
|
50
|
+
onSelect={handleTimeSelect}
|
|
51
|
+
label="Bunny Video Moment"
|
|
52
|
+
placeholder="Select a video and timestamp"
|
|
53
|
+
/>
|
|
54
|
+
</div>
|
|
55
|
+
);
|
|
56
|
+
}
|
|
@@ -0,0 +1,284 @@
|
|
|
1
|
+
import { useState, useCallback, useMemo, useEffect, useRef } 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 XMarkIcon from '@heroicons/react/24/outline/XMarkIcon';
|
|
6
|
+
import CheckIcon from '@heroicons/react/24/outline/CheckIcon';
|
|
7
|
+
import {
|
|
8
|
+
hexToTailwind,
|
|
9
|
+
tailwindToHex,
|
|
10
|
+
getTailwindColorOptions,
|
|
11
|
+
findClosestTailwindColor,
|
|
12
|
+
getComputedColor,
|
|
13
|
+
} from '@/utils/compositor/tailwindColors';
|
|
14
|
+
import { debounce, useDropdownDirection } from '@/utils/helpers';
|
|
15
|
+
import type { BrandConfig } from '@/types/tractstack';
|
|
16
|
+
|
|
17
|
+
export interface ColorPickerProps {
|
|
18
|
+
title: string;
|
|
19
|
+
config: BrandConfig;
|
|
20
|
+
defaultColor: string;
|
|
21
|
+
onColorChange: (color: string) => void;
|
|
22
|
+
skipTailwind?: boolean;
|
|
23
|
+
allowNull?: boolean;
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
const ColorPickerCombo = ({
|
|
27
|
+
title,
|
|
28
|
+
defaultColor,
|
|
29
|
+
onColorChange,
|
|
30
|
+
config,
|
|
31
|
+
skipTailwind = false,
|
|
32
|
+
allowNull = false,
|
|
33
|
+
}: ColorPickerProps) => {
|
|
34
|
+
const [hexColor, setHexColor] = useState(defaultColor);
|
|
35
|
+
const initialTailwindColor = skipTailwind
|
|
36
|
+
? ''
|
|
37
|
+
: hexToTailwind(defaultColor, config.BRAND_COLOURS) || '';
|
|
38
|
+
const [selectedTailwindColor, setSelectedTailwindColor] =
|
|
39
|
+
useState(initialTailwindColor);
|
|
40
|
+
const [query, setQuery] = useState('');
|
|
41
|
+
const [initialRender, setInitialRender] = useState(true);
|
|
42
|
+
|
|
43
|
+
// Add ref and useDropdownDirection hook
|
|
44
|
+
const comboboxRef = useRef<HTMLDivElement>(null);
|
|
45
|
+
const { openAbove, maxHeight } = useDropdownDirection(comboboxRef);
|
|
46
|
+
|
|
47
|
+
// Get all available Tailwind color options
|
|
48
|
+
const allTailwindColorOptions = useMemo(() => {
|
|
49
|
+
return getTailwindColorOptions();
|
|
50
|
+
}, []);
|
|
51
|
+
|
|
52
|
+
// Filter colors based on search query
|
|
53
|
+
const filteredColors = useMemo(() => {
|
|
54
|
+
return query === ''
|
|
55
|
+
? allTailwindColorOptions
|
|
56
|
+
: allTailwindColorOptions.filter((color) =>
|
|
57
|
+
color.toLowerCase().includes(query.toLowerCase())
|
|
58
|
+
);
|
|
59
|
+
}, [allTailwindColorOptions, query]);
|
|
60
|
+
|
|
61
|
+
// Create collection for combobox
|
|
62
|
+
const collection = useMemo(() => {
|
|
63
|
+
// Make sure all tailwind colors are included in the collection
|
|
64
|
+
const items = [...allTailwindColorOptions];
|
|
65
|
+
|
|
66
|
+
// Ensure the initial color is in the collection if it exists
|
|
67
|
+
if (initialTailwindColor && !items.includes(initialTailwindColor)) {
|
|
68
|
+
items.push(initialTailwindColor);
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
return createListCollection({
|
|
72
|
+
items,
|
|
73
|
+
});
|
|
74
|
+
}, [allTailwindColorOptions, initialTailwindColor]);
|
|
75
|
+
|
|
76
|
+
// Set default value during initial render
|
|
77
|
+
useEffect(() => {
|
|
78
|
+
if (initialRender && initialTailwindColor) {
|
|
79
|
+
setInitialRender(false);
|
|
80
|
+
}
|
|
81
|
+
}, [initialRender, initialTailwindColor]);
|
|
82
|
+
|
|
83
|
+
// Handle hex color picker changes
|
|
84
|
+
const handleHexColorChange = useCallback(
|
|
85
|
+
debounce((newHexColor: string) => {
|
|
86
|
+
const computedColor = getComputedColor(newHexColor);
|
|
87
|
+
setHexColor(computedColor);
|
|
88
|
+
|
|
89
|
+
if (!skipTailwind) {
|
|
90
|
+
const exactTailwindColor = hexToTailwind(
|
|
91
|
+
computedColor,
|
|
92
|
+
config.BRAND_COLOURS
|
|
93
|
+
);
|
|
94
|
+
if (exactTailwindColor) {
|
|
95
|
+
setSelectedTailwindColor(exactTailwindColor);
|
|
96
|
+
setQuery('');
|
|
97
|
+
} else {
|
|
98
|
+
const closestColor = findClosestTailwindColor(computedColor);
|
|
99
|
+
if (closestColor) {
|
|
100
|
+
const tailwindClass = `${closestColor.name}-${closestColor.shade}`;
|
|
101
|
+
setSelectedTailwindColor(tailwindClass);
|
|
102
|
+
setQuery('');
|
|
103
|
+
} else {
|
|
104
|
+
setSelectedTailwindColor('');
|
|
105
|
+
setQuery('');
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
onColorChange(computedColor);
|
|
111
|
+
}, 16),
|
|
112
|
+
[onColorChange, skipTailwind, config.BRAND_COLOURS]
|
|
113
|
+
);
|
|
114
|
+
|
|
115
|
+
// Handle Tailwind color selection
|
|
116
|
+
const handleTailwindColorChange = useCallback(
|
|
117
|
+
(details: { value: string[] }) => {
|
|
118
|
+
if (skipTailwind) return;
|
|
119
|
+
|
|
120
|
+
const newTailwindColor = details.value[0] || '';
|
|
121
|
+
setSelectedTailwindColor(newTailwindColor);
|
|
122
|
+
setQuery(''); // Clear query after selection
|
|
123
|
+
|
|
124
|
+
const newHexColor = getComputedColor(
|
|
125
|
+
tailwindToHex(`bg-${newTailwindColor}`, config.BRAND_COLOURS || null)
|
|
126
|
+
);
|
|
127
|
+
setHexColor(newHexColor);
|
|
128
|
+
onColorChange(newHexColor);
|
|
129
|
+
},
|
|
130
|
+
[onColorChange, config, skipTailwind]
|
|
131
|
+
);
|
|
132
|
+
|
|
133
|
+
// New function to handle color removal
|
|
134
|
+
const handleRemoveColor = useCallback(() => {
|
|
135
|
+
setHexColor('');
|
|
136
|
+
setSelectedTailwindColor('');
|
|
137
|
+
setQuery('');
|
|
138
|
+
onColorChange('');
|
|
139
|
+
}, [onColorChange]);
|
|
140
|
+
|
|
141
|
+
const handleInputChange = useCallback(
|
|
142
|
+
(details: Combobox.InputValueChangeDetails) => {
|
|
143
|
+
setQuery(details.inputValue);
|
|
144
|
+
},
|
|
145
|
+
[]
|
|
146
|
+
);
|
|
147
|
+
|
|
148
|
+
// CSS to properly style the combobox items with hover and selection
|
|
149
|
+
const comboboxItemStyles = `
|
|
150
|
+
.color-item[data-highlighted] {
|
|
151
|
+
background-color: #0891b2; /* bg-cyan-600 */
|
|
152
|
+
color: white;
|
|
153
|
+
}
|
|
154
|
+
.color-item[data-highlighted] .color-indicator {
|
|
155
|
+
color: white !important;
|
|
156
|
+
}
|
|
157
|
+
.color-item[data-state="checked"] .color-indicator {
|
|
158
|
+
display: flex;
|
|
159
|
+
}
|
|
160
|
+
.color-item .color-indicator {
|
|
161
|
+
display: none;
|
|
162
|
+
}
|
|
163
|
+
.color-item[data-state="checked"] {
|
|
164
|
+
font-weight: bold;
|
|
165
|
+
}
|
|
166
|
+
`;
|
|
167
|
+
|
|
168
|
+
return (
|
|
169
|
+
<div>
|
|
170
|
+
{title && (
|
|
171
|
+
<span className="text-mydarkgrey block py-2 text-sm">{title}</span>
|
|
172
|
+
)}
|
|
173
|
+
<div className="flex items-center space-x-2">
|
|
174
|
+
{allowNull && !hexColor ? (
|
|
175
|
+
// Show empty state with angled stripes pattern when allowNull is true and no color is set
|
|
176
|
+
<div className="border-mydarkgrey relative h-9 w-12 overflow-hidden rounded">
|
|
177
|
+
{/* Angled stripes pattern to represent transparency */}
|
|
178
|
+
<div
|
|
179
|
+
className="absolute inset-0"
|
|
180
|
+
style={{
|
|
181
|
+
background: `repeating-linear-gradient(
|
|
182
|
+
45deg,
|
|
183
|
+
#f3f4f6 0px,
|
|
184
|
+
#f3f4f6 4px,
|
|
185
|
+
#e5e7eb 4px,
|
|
186
|
+
#e5e7eb 8px
|
|
187
|
+
)`,
|
|
188
|
+
}}
|
|
189
|
+
/>
|
|
190
|
+
{/* Hidden color input for when user clicks to set a color */}
|
|
191
|
+
<input
|
|
192
|
+
type="color"
|
|
193
|
+
value="#ffffff"
|
|
194
|
+
onChange={(e) => handleHexColorChange(e.target.value)}
|
|
195
|
+
className="absolute inset-0 cursor-pointer opacity-0"
|
|
196
|
+
title="Click to set a color"
|
|
197
|
+
/>
|
|
198
|
+
</div>
|
|
199
|
+
) : (
|
|
200
|
+
<input
|
|
201
|
+
type="color"
|
|
202
|
+
value={hexColor || '#ffffff'}
|
|
203
|
+
onChange={(e) => handleHexColorChange(e.target.value)}
|
|
204
|
+
className="border-mydarkgrey h-9 w-12 rounded"
|
|
205
|
+
/>
|
|
206
|
+
)}
|
|
207
|
+
{allowNull && (
|
|
208
|
+
<button
|
|
209
|
+
onClick={handleRemoveColor}
|
|
210
|
+
className="border-mydarkgrey flex h-9 w-9 items-center justify-center rounded"
|
|
211
|
+
>
|
|
212
|
+
<XMarkIcon className="text-mydarkgrey h-5 w-5" aria-hidden="true" />
|
|
213
|
+
</button>
|
|
214
|
+
)}
|
|
215
|
+
{!skipTailwind && (
|
|
216
|
+
<div className="flex-grow">
|
|
217
|
+
<style>{comboboxItemStyles}</style>
|
|
218
|
+
{/* Drop down menu for tailwind colors */}
|
|
219
|
+
<Combobox.Root
|
|
220
|
+
collection={collection}
|
|
221
|
+
defaultValue={initialTailwindColor ? [initialTailwindColor] : []}
|
|
222
|
+
value={selectedTailwindColor ? [selectedTailwindColor] : []}
|
|
223
|
+
onValueChange={handleTailwindColorChange}
|
|
224
|
+
onInputValueChange={handleInputChange}
|
|
225
|
+
selectionBehavior="replace"
|
|
226
|
+
>
|
|
227
|
+
<div ref={comboboxRef} className="relative max-w-48">
|
|
228
|
+
<Combobox.Input
|
|
229
|
+
className="border-mydarkgrey focus:border-myblue focus:ring-myblue xs:text-sm w-full rounded-md py-2 pl-3 pr-10 shadow-sm"
|
|
230
|
+
placeholder="Search Tailwind colors..."
|
|
231
|
+
autoComplete="off"
|
|
232
|
+
/>
|
|
233
|
+
<Combobox.Trigger className="absolute inset-y-0 right-0 flex items-center pr-2">
|
|
234
|
+
<ChevronUpDownIcon
|
|
235
|
+
className="text-mydarkgrey h-5 w-5"
|
|
236
|
+
aria-hidden="true"
|
|
237
|
+
/>
|
|
238
|
+
</Combobox.Trigger>
|
|
239
|
+
<Combobox.Content
|
|
240
|
+
className={`xs:text-sm absolute z-10 mt-1 w-full overflow-auto rounded-md bg-white py-1 text-base shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none ${
|
|
241
|
+
openAbove ? 'bottom-full mb-1' : 'top-full'
|
|
242
|
+
}`}
|
|
243
|
+
style={{ maxHeight }}
|
|
244
|
+
>
|
|
245
|
+
{filteredColors.length === 0 ? (
|
|
246
|
+
<div className="relative cursor-default select-none py-2 pl-3 pr-4 text-black">
|
|
247
|
+
Nothing found.
|
|
248
|
+
</div>
|
|
249
|
+
) : (
|
|
250
|
+
filteredColors.map((color) => (
|
|
251
|
+
<Combobox.Item
|
|
252
|
+
key={color}
|
|
253
|
+
item={color}
|
|
254
|
+
className="color-item relative cursor-default select-none py-2 pl-3 pr-4"
|
|
255
|
+
>
|
|
256
|
+
<div className="flex items-center">
|
|
257
|
+
<div
|
|
258
|
+
className="mr-3 h-6 w-6 flex-shrink-0 rounded"
|
|
259
|
+
style={{
|
|
260
|
+
backgroundColor: tailwindToHex(
|
|
261
|
+
`bg-${color}`,
|
|
262
|
+
config.BRAND_COLOURS || null
|
|
263
|
+
),
|
|
264
|
+
}}
|
|
265
|
+
/>
|
|
266
|
+
<span className="block truncate">{color}</span>
|
|
267
|
+
<span className="color-indicator absolute inset-y-0 right-0 flex items-center pr-3 text-cyan-600">
|
|
268
|
+
<CheckIcon className="h-5 w-5" aria-hidden="true" />
|
|
269
|
+
</span>
|
|
270
|
+
</div>
|
|
271
|
+
</Combobox.Item>
|
|
272
|
+
))
|
|
273
|
+
)}
|
|
274
|
+
</Combobox.Content>
|
|
275
|
+
</div>
|
|
276
|
+
</Combobox.Root>
|
|
277
|
+
</div>
|
|
278
|
+
)}
|
|
279
|
+
</div>
|
|
280
|
+
</div>
|
|
281
|
+
);
|
|
282
|
+
};
|
|
283
|
+
|
|
284
|
+
export default ColorPickerCombo;
|