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,201 @@
|
|
|
1
|
+
import EnumSelect from '../EnumSelect';
|
|
2
|
+
import ColorPicker from '../ColorPicker';
|
|
3
|
+
import { THEME_OPTIONS, getThemeColors } from '@/constants/brandThemes';
|
|
4
|
+
import type { BrandConfigState } from '@/types/tractstack';
|
|
5
|
+
import type { FormStateReturn } from '@/hooks/useFormState';
|
|
6
|
+
|
|
7
|
+
interface BrandColorsSectionProps {
|
|
8
|
+
formState: FormStateReturn<BrandConfigState>;
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
// Layout theme options for the actual theme dropdown
|
|
12
|
+
const LAYOUT_THEME_OPTIONS = [
|
|
13
|
+
'light',
|
|
14
|
+
'light-bw',
|
|
15
|
+
'light-bold',
|
|
16
|
+
'dark',
|
|
17
|
+
'dark-bw',
|
|
18
|
+
'dark-bold',
|
|
19
|
+
] as const;
|
|
20
|
+
|
|
21
|
+
// Helper function to determine current brand color preset from colors
|
|
22
|
+
function getCurrentBrandColorPreset(colors: string[]): string {
|
|
23
|
+
const colorString = colors.join(',');
|
|
24
|
+
for (const preset of THEME_OPTIONS) {
|
|
25
|
+
if (preset === 'Custom') continue;
|
|
26
|
+
const presetColors = getThemeColors(preset);
|
|
27
|
+
if (presetColors.join(',') === colorString) {
|
|
28
|
+
return preset;
|
|
29
|
+
}
|
|
30
|
+
}
|
|
31
|
+
return 'Custom';
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
// Helper function to calculate contrast ratio between two hex colors
|
|
35
|
+
function getContrastRatio(color1: string, color2: string): number {
|
|
36
|
+
// Convert hex to RGB
|
|
37
|
+
const hexToRgb = (hex: string) => {
|
|
38
|
+
const cleanHex = hex.replace('#', '');
|
|
39
|
+
const r = parseInt(cleanHex.substring(0, 2), 16);
|
|
40
|
+
const g = parseInt(cleanHex.substring(2, 4), 16);
|
|
41
|
+
const b = parseInt(cleanHex.substring(4, 6), 16);
|
|
42
|
+
return { r, g, b };
|
|
43
|
+
};
|
|
44
|
+
|
|
45
|
+
// Calculate relative luminance
|
|
46
|
+
const getLuminance = (r: number, g: number, b: number) => {
|
|
47
|
+
const [rs, gs, bs] = [r, g, b].map((c) => {
|
|
48
|
+
c = c / 255;
|
|
49
|
+
return c <= 0.03928 ? c / 12.92 : Math.pow((c + 0.055) / 1.055, 2.4);
|
|
50
|
+
});
|
|
51
|
+
return 0.2126 * rs + 0.7152 * gs + 0.0722 * bs;
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
const rgb1 = hexToRgb(color1);
|
|
55
|
+
const rgb2 = hexToRgb(color2);
|
|
56
|
+
|
|
57
|
+
const lum1 = getLuminance(rgb1.r, rgb1.g, rgb1.b);
|
|
58
|
+
const lum2 = getLuminance(rgb2.r, rgb2.g, rgb2.b);
|
|
59
|
+
|
|
60
|
+
const brightest = Math.max(lum1, lum2);
|
|
61
|
+
const darkest = Math.min(lum1, lum2);
|
|
62
|
+
|
|
63
|
+
return (brightest + 0.05) / (darkest + 0.05);
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
// Check contrast for key color pairs based on brandThemes.ts requirements
|
|
67
|
+
function checkContrastPairs(colors: string[]): string[] {
|
|
68
|
+
if (colors.length !== 8 || colors.some((color) => !color)) {
|
|
69
|
+
return [];
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
const issues: string[] = [];
|
|
73
|
+
|
|
74
|
+
// Key pairs from brandThemes.ts
|
|
75
|
+
// - 1-2, 1-8 (text on backgrounds) should be >7:1 (WCAG AAA)
|
|
76
|
+
// - 5-2, 5-6, 5-8 (content on backgrounds) should be >4.5:1 (WCAG AA)
|
|
77
|
+
|
|
78
|
+
const pairs = [
|
|
79
|
+
{ indices: [0, 1], threshold: 7, label: 'Color 1 and Color 2' },
|
|
80
|
+
{ indices: [0, 7], threshold: 7, label: 'Color 1 and Color 8' },
|
|
81
|
+
{ indices: [4, 1], threshold: 4.5, label: 'Color 5 and Color 2' },
|
|
82
|
+
{ indices: [4, 5], threshold: 4.5, label: 'Color 5 and Color 6' },
|
|
83
|
+
{ indices: [4, 7], threshold: 4.5, label: 'Color 5 and Color 8' },
|
|
84
|
+
];
|
|
85
|
+
|
|
86
|
+
pairs.forEach(({ indices, threshold, label }) => {
|
|
87
|
+
const [i1, i2] = indices;
|
|
88
|
+
const color1 = colors[i1].startsWith('#') ? colors[i1] : `#${colors[i1]}`;
|
|
89
|
+
const color2 = colors[i2].startsWith('#') ? colors[i2] : `#${colors[i2]}`;
|
|
90
|
+
|
|
91
|
+
const ratio = getContrastRatio(color1, color2);
|
|
92
|
+
|
|
93
|
+
if (ratio < threshold) {
|
|
94
|
+
issues.push(`Insufficient contrast between ${label}`);
|
|
95
|
+
}
|
|
96
|
+
});
|
|
97
|
+
|
|
98
|
+
return issues;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
export default function BrandColorsSection({
|
|
102
|
+
formState,
|
|
103
|
+
}: BrandColorsSectionProps) {
|
|
104
|
+
const { state, updateField, errors } = formState;
|
|
105
|
+
|
|
106
|
+
// Check contrast issues
|
|
107
|
+
const contrastIssues = checkContrastPairs(state.brandColours);
|
|
108
|
+
const hasContrastIssues = contrastIssues.length > 0;
|
|
109
|
+
|
|
110
|
+
// Derive the current brand color preset from the colors
|
|
111
|
+
const currentBrandColorPreset = getCurrentBrandColorPreset(
|
|
112
|
+
state.brandColours
|
|
113
|
+
);
|
|
114
|
+
|
|
115
|
+
return (
|
|
116
|
+
<div className="rounded-lg border border-gray-200 bg-white p-6">
|
|
117
|
+
<h3 className="mb-4 text-lg font-bold text-gray-900">
|
|
118
|
+
Brand Colors & Theme
|
|
119
|
+
</h3>
|
|
120
|
+
|
|
121
|
+
<div className="space-y-6">
|
|
122
|
+
{/* Layout Theme Selector - this saves to state.theme */}
|
|
123
|
+
<EnumSelect
|
|
124
|
+
value={state.theme || 'light-bold'}
|
|
125
|
+
onChange={(value) => updateField('theme', value)}
|
|
126
|
+
label="Theme"
|
|
127
|
+
options={LAYOUT_THEME_OPTIONS.map((theme) => ({
|
|
128
|
+
value: theme,
|
|
129
|
+
label: theme
|
|
130
|
+
.replace(/-/g, ' ')
|
|
131
|
+
.replace(/\b\w/g, (l) => l.toUpperCase()),
|
|
132
|
+
}))}
|
|
133
|
+
error={errors.theme}
|
|
134
|
+
id="theme"
|
|
135
|
+
/>
|
|
136
|
+
|
|
137
|
+
{/* Color Preset Selector - directly sets brand colours */}
|
|
138
|
+
<EnumSelect
|
|
139
|
+
value={currentBrandColorPreset}
|
|
140
|
+
onChange={(value) => {
|
|
141
|
+
if (value !== 'Custom') {
|
|
142
|
+
updateField('brandColours', getThemeColors(value));
|
|
143
|
+
}
|
|
144
|
+
}}
|
|
145
|
+
label="Color Preset"
|
|
146
|
+
options={THEME_OPTIONS.map((theme) => ({
|
|
147
|
+
value: theme,
|
|
148
|
+
label: theme,
|
|
149
|
+
}))}
|
|
150
|
+
error={errors.brandColours}
|
|
151
|
+
id="brandColorPreset"
|
|
152
|
+
/>
|
|
153
|
+
|
|
154
|
+
{/* Brand Colors */}
|
|
155
|
+
<div>
|
|
156
|
+
<div className="mb-3 block text-sm font-bold text-gray-700">
|
|
157
|
+
Brand Colors
|
|
158
|
+
</div>
|
|
159
|
+
<div className="grid grid-cols-2 gap-4 md:grid-cols-4">
|
|
160
|
+
{Array.from({ length: 8 }, (_, index) => (
|
|
161
|
+
<ColorPicker
|
|
162
|
+
key={index}
|
|
163
|
+
value={state.brandColours[index] || ''}
|
|
164
|
+
onChange={(value) => {
|
|
165
|
+
const newColors = [...state.brandColours];
|
|
166
|
+
newColors[index] = value.replace('#', '');
|
|
167
|
+
updateField('brandColours', newColors);
|
|
168
|
+
}}
|
|
169
|
+
label={`Color ${index + 1}`}
|
|
170
|
+
id={`brand-${index}`}
|
|
171
|
+
/>
|
|
172
|
+
))}
|
|
173
|
+
</div>
|
|
174
|
+
{errors.brandColours && (
|
|
175
|
+
<p className="mt-2 text-sm text-red-600">{errors.brandColours}</p>
|
|
176
|
+
)}
|
|
177
|
+
</div>
|
|
178
|
+
|
|
179
|
+
{/* Contrast Check Results */}
|
|
180
|
+
<div>
|
|
181
|
+
<div className="mb-2 block text-sm font-bold text-gray-700">
|
|
182
|
+
Accessibility Contrast Check
|
|
183
|
+
</div>
|
|
184
|
+
{!hasContrastIssues ? (
|
|
185
|
+
<p className="text-sm text-green-600">
|
|
186
|
+
All colors properly contrasted
|
|
187
|
+
</p>
|
|
188
|
+
) : (
|
|
189
|
+
<div className="space-y-1">
|
|
190
|
+
{contrastIssues.map((issue, index) => (
|
|
191
|
+
<p key={index} className="text-mydarkgrey text-sm">
|
|
192
|
+
{issue}
|
|
193
|
+
</p>
|
|
194
|
+
))}
|
|
195
|
+
</div>
|
|
196
|
+
)}
|
|
197
|
+
</div>
|
|
198
|
+
</div>
|
|
199
|
+
</div>
|
|
200
|
+
);
|
|
201
|
+
}
|
|
@@ -0,0 +1,101 @@
|
|
|
1
|
+
import StringInput from '../StringInput';
|
|
2
|
+
import FileUpload from '../FileUpload';
|
|
3
|
+
import type { BrandConfigState } from '@/types/tractstack';
|
|
4
|
+
import type { FormStateReturn } from '@/hooks/useFormState';
|
|
5
|
+
|
|
6
|
+
interface SEOSectionProps {
|
|
7
|
+
formState: FormStateReturn<BrandConfigState>;
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export default function SEOSection({ formState }: SEOSectionProps) {
|
|
11
|
+
const { state, updateField, errors } = formState;
|
|
12
|
+
|
|
13
|
+
return (
|
|
14
|
+
<div className="rounded-lg border border-gray-200 bg-white p-6">
|
|
15
|
+
<h3 id="seo" className="mb-4 text-lg font-bold text-gray-900">
|
|
16
|
+
SEO & Open Graph
|
|
17
|
+
</h3>
|
|
18
|
+
|
|
19
|
+
<div className="space-y-6">
|
|
20
|
+
<StringInput
|
|
21
|
+
value={state.ogtitle}
|
|
22
|
+
onChange={(value) => updateField('ogtitle', value)}
|
|
23
|
+
label="Open Graph Title"
|
|
24
|
+
placeholder="Page title for social sharing"
|
|
25
|
+
maxLength={142}
|
|
26
|
+
error={errors.ogtitle}
|
|
27
|
+
/>
|
|
28
|
+
|
|
29
|
+
<StringInput
|
|
30
|
+
value={state.ogauthor}
|
|
31
|
+
onChange={(value) => updateField('ogauthor', value)}
|
|
32
|
+
label="Open Graph Author"
|
|
33
|
+
placeholder="Author name"
|
|
34
|
+
maxLength={142}
|
|
35
|
+
error={errors.ogauthor}
|
|
36
|
+
/>
|
|
37
|
+
|
|
38
|
+
<StringInput
|
|
39
|
+
value={state.ogdesc}
|
|
40
|
+
onChange={(value) => updateField('ogdesc', value)}
|
|
41
|
+
label="Open Graph Description"
|
|
42
|
+
placeholder="Description for social sharing"
|
|
43
|
+
maxLength={284}
|
|
44
|
+
error={errors.ogdesc}
|
|
45
|
+
/>
|
|
46
|
+
|
|
47
|
+
{/* OG Image - Auto-resized to 1200x630 for optimal social sharing */}
|
|
48
|
+
<FileUpload
|
|
49
|
+
value={state.ogBase64 || state.og}
|
|
50
|
+
onChange={(value) => updateField('ogBase64', value)}
|
|
51
|
+
label="Open Graph Image"
|
|
52
|
+
autoResize={{ width: 1200, height: 630 }}
|
|
53
|
+
allowAnyImageWithWarning={true}
|
|
54
|
+
maxSizeKB={3072} // 3MB for high-quality social images
|
|
55
|
+
showPreview={true}
|
|
56
|
+
imageQuality={0.85} // Slightly lower quality for smaller file size
|
|
57
|
+
error={errors.og}
|
|
58
|
+
/>
|
|
59
|
+
</div>
|
|
60
|
+
|
|
61
|
+
{/* SEO Help Text */}
|
|
62
|
+
<div className="mt-6 rounded-md bg-green-50 p-4">
|
|
63
|
+
<div className="flex">
|
|
64
|
+
<div className="flex-shrink-0">
|
|
65
|
+
<svg
|
|
66
|
+
className="h-5 w-5 text-green-400"
|
|
67
|
+
viewBox="0 0 20 20"
|
|
68
|
+
fill="currentColor"
|
|
69
|
+
>
|
|
70
|
+
<path
|
|
71
|
+
fillRule="evenodd"
|
|
72
|
+
d="M18 10a8 8 0 11-16 0 8 8 0 0116 0zm-7-4a1 1 0 11-2 0 1 1 0 012 0zM9 9a1 1 0 000 2v3a1 1 0 001 1h1a1 1 0 100-2v-3a1 1 0 00-1-1H9z"
|
|
73
|
+
clipRule="evenodd"
|
|
74
|
+
/>
|
|
75
|
+
</svg>
|
|
76
|
+
</div>
|
|
77
|
+
<div className="ml-3">
|
|
78
|
+
<h3 className="text-sm font-bold text-green-800">
|
|
79
|
+
SEO Best Practices
|
|
80
|
+
</h3>
|
|
81
|
+
<div className="mt-2 text-sm text-green-700">
|
|
82
|
+
<ul className="list-disc space-y-1 pl-5">
|
|
83
|
+
<li>
|
|
84
|
+
Keep titles under 60 characters for optimal display in search
|
|
85
|
+
results
|
|
86
|
+
</li>
|
|
87
|
+
<li>
|
|
88
|
+
Descriptions should be 150-160 characters for best social
|
|
89
|
+
sharing
|
|
90
|
+
</li>
|
|
91
|
+
<li>
|
|
92
|
+
Open Graph images work best at 1200x630 pixels (1.91:1 ratio)
|
|
93
|
+
</li>
|
|
94
|
+
</ul>
|
|
95
|
+
</div>
|
|
96
|
+
</div>
|
|
97
|
+
</div>
|
|
98
|
+
</div>
|
|
99
|
+
</div>
|
|
100
|
+
);
|
|
101
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
import StringInput from '../StringInput';
|
|
2
|
+
import type { BrandConfigState } from '@/types/tractstack';
|
|
3
|
+
import type { FormStateReturn } from '@/hooks/useFormState';
|
|
4
|
+
|
|
5
|
+
interface SiteConfigSectionProps {
|
|
6
|
+
formState: FormStateReturn<BrandConfigState>;
|
|
7
|
+
}
|
|
8
|
+
|
|
9
|
+
export default function SiteConfigSection({
|
|
10
|
+
formState,
|
|
11
|
+
}: SiteConfigSectionProps) {
|
|
12
|
+
const { state, updateField, errors } = formState;
|
|
13
|
+
|
|
14
|
+
return (
|
|
15
|
+
<div className="rounded-lg border border-gray-200 bg-white p-6">
|
|
16
|
+
<h3 className="mb-4 text-lg font-bold text-gray-900">
|
|
17
|
+
Site Configuration
|
|
18
|
+
</h3>
|
|
19
|
+
|
|
20
|
+
<div className="space-y-6">
|
|
21
|
+
<StringInput
|
|
22
|
+
value={state.siteUrl}
|
|
23
|
+
onChange={(value) => updateField('siteUrl', value)}
|
|
24
|
+
label="Site URL"
|
|
25
|
+
type="url"
|
|
26
|
+
placeholder="https://example.com"
|
|
27
|
+
required={true}
|
|
28
|
+
error={errors.siteUrl}
|
|
29
|
+
/>
|
|
30
|
+
|
|
31
|
+
<StringInput
|
|
32
|
+
value={state.slogan}
|
|
33
|
+
onChange={(value) => updateField('slogan', value)}
|
|
34
|
+
label="Site Slogan"
|
|
35
|
+
placeholder="Your site tagline"
|
|
36
|
+
maxLength={142}
|
|
37
|
+
required={true}
|
|
38
|
+
error={errors.slogan}
|
|
39
|
+
/>
|
|
40
|
+
|
|
41
|
+
<StringInput
|
|
42
|
+
value={state.footer}
|
|
43
|
+
onChange={(value) => updateField('footer', value)}
|
|
44
|
+
label="Footer Text"
|
|
45
|
+
placeholder="© 2025 Your Company"
|
|
46
|
+
maxLength={142}
|
|
47
|
+
required={true}
|
|
48
|
+
error={errors.footer}
|
|
49
|
+
/>
|
|
50
|
+
|
|
51
|
+
<StringInput
|
|
52
|
+
value={state.gtag}
|
|
53
|
+
onChange={(value) => updateField('gtag', value)}
|
|
54
|
+
label="Google Analytics Tag"
|
|
55
|
+
placeholder="GA-XXXXXXXXX-X"
|
|
56
|
+
error={errors.gtag}
|
|
57
|
+
/>
|
|
58
|
+
</div>
|
|
59
|
+
</div>
|
|
60
|
+
);
|
|
61
|
+
}
|