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,462 @@
|
|
|
1
|
+
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
2
|
+
import { useEffect, useState, useMemo } from 'react';
|
|
3
|
+
import { Select } from '@ark-ui/react/select';
|
|
4
|
+
import { Portal } from '@ark-ui/react/portal';
|
|
5
|
+
import { createListCollection } from '@ark-ui/react/collection';
|
|
6
|
+
import ChevronRightIcon from '@heroicons/react/20/solid/ChevronRightIcon';
|
|
7
|
+
import ChevronDownIcon from '@heroicons/react/20/solid/ChevronDownIcon';
|
|
8
|
+
import ArrowPathRoundedSquareIcon from '@heroicons/react/24/outline/ArrowPathRoundedSquareIcon';
|
|
9
|
+
import BellSlashIcon from '@heroicons/react/24/outline/BellSlashIcon';
|
|
10
|
+
import BoltIcon from '@heroicons/react/24/outline/BoltIcon';
|
|
11
|
+
import ChatBubbleBottomCenterIcon from '@heroicons/react/24/outline/ChatBubbleBottomCenterIcon';
|
|
12
|
+
import { ProfileStorage } from '@/utils/profileStorage';
|
|
13
|
+
import { contactPersona } from '@/constants';
|
|
14
|
+
import type { FormEvent } from 'react';
|
|
15
|
+
|
|
16
|
+
interface ProfileCreateProps {
|
|
17
|
+
onSuccess?: () => void;
|
|
18
|
+
onError?: (error: string) => void;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
async function createProfile(payload: {
|
|
22
|
+
firstname: string;
|
|
23
|
+
email: string;
|
|
24
|
+
codeword: string;
|
|
25
|
+
persona: string;
|
|
26
|
+
bio: string;
|
|
27
|
+
}) {
|
|
28
|
+
try {
|
|
29
|
+
const sessionData = ProfileStorage.prepareHandshakeData();
|
|
30
|
+
const currentConsent = ProfileStorage.getConsent() || '1'; // default to true
|
|
31
|
+
|
|
32
|
+
const response = await fetch('/api/auth/profile', {
|
|
33
|
+
method: 'POST',
|
|
34
|
+
headers: {
|
|
35
|
+
'Content-Type': 'application/json',
|
|
36
|
+
},
|
|
37
|
+
body: JSON.stringify({
|
|
38
|
+
firstname: payload.firstname,
|
|
39
|
+
email: payload.email,
|
|
40
|
+
codeword: payload.codeword,
|
|
41
|
+
contactPersona: payload.persona,
|
|
42
|
+
shortBio: payload.bio,
|
|
43
|
+
sessionId: sessionData.sessionId,
|
|
44
|
+
consent: currentConsent, // Include actual consent value
|
|
45
|
+
isUpdate: false, // This is a create operation
|
|
46
|
+
}),
|
|
47
|
+
});
|
|
48
|
+
|
|
49
|
+
const result = await response.json();
|
|
50
|
+
|
|
51
|
+
console.log('Profile creation response:', {
|
|
52
|
+
success: result.success,
|
|
53
|
+
hasProfile: result.profile ? 'yes' : 'no',
|
|
54
|
+
consent: result.consent,
|
|
55
|
+
error: result.error,
|
|
56
|
+
});
|
|
57
|
+
|
|
58
|
+
if (!result.success) {
|
|
59
|
+
ProfileStorage.clearProfile();
|
|
60
|
+
return {
|
|
61
|
+
success: false,
|
|
62
|
+
error: result.error || 'Profile creation failed',
|
|
63
|
+
};
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
// Store profile data and tokens - use lowercase field names consistently
|
|
67
|
+
if (result.profile) {
|
|
68
|
+
ProfileStorage.setProfileData({
|
|
69
|
+
firstname: result.profile.firstname || result.profile.Firstname, // handle both cases
|
|
70
|
+
contactPersona:
|
|
71
|
+
result.profile.contactPersona || result.profile.ContactPersona,
|
|
72
|
+
email: result.profile.email || result.profile.Email,
|
|
73
|
+
shortBio: result.profile.shortBio || result.profile.ShortBio,
|
|
74
|
+
});
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
if (result.token) {
|
|
78
|
+
ProfileStorage.storeProfileToken(result.token);
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
if (result.encryptedEmail && result.encryptedCode) {
|
|
82
|
+
ProfileStorage.storeEncryptedCredentials(
|
|
83
|
+
result.encryptedEmail,
|
|
84
|
+
result.encryptedCode
|
|
85
|
+
);
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
if (result.consent) {
|
|
89
|
+
ProfileStorage.storeConsent(result.consent);
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
return { success: true, data: result };
|
|
93
|
+
} catch (e) {
|
|
94
|
+
console.error('Profile creation error:', e);
|
|
95
|
+
ProfileStorage.clearProfile();
|
|
96
|
+
return { success: false, error: 'Network error occurred' };
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
|
|
100
|
+
const classNames = (...classes: (string | undefined | false)[]): string => {
|
|
101
|
+
return classes.filter(Boolean).join(' ');
|
|
102
|
+
};
|
|
103
|
+
|
|
104
|
+
export const ProfileCreate = ({ onSuccess, onError }: ProfileCreateProps) => {
|
|
105
|
+
const [submitted, setSubmitted] = useState<boolean | undefined>(undefined);
|
|
106
|
+
const [email, setEmail] = useState('');
|
|
107
|
+
const [firstname, setFirstname] = useState('');
|
|
108
|
+
const [bio, setBio] = useState('');
|
|
109
|
+
const [codeword, setCodeword] = useState('');
|
|
110
|
+
const [badSave, setBadSave] = useState(false);
|
|
111
|
+
const [isLoading, setIsLoading] = useState(false);
|
|
112
|
+
const [personaSelected, setPersonaSelected] = useState(contactPersona[0]);
|
|
113
|
+
|
|
114
|
+
// Create collection for Ark UI Select
|
|
115
|
+
const personaCollection = useMemo(() => {
|
|
116
|
+
return createListCollection({
|
|
117
|
+
items: contactPersona,
|
|
118
|
+
itemToValue: (item) => item.id,
|
|
119
|
+
itemToString: (item) => item.title,
|
|
120
|
+
});
|
|
121
|
+
}, []);
|
|
122
|
+
|
|
123
|
+
const Icon =
|
|
124
|
+
personaSelected.title === `DMs open`
|
|
125
|
+
? ChatBubbleBottomCenterIcon
|
|
126
|
+
: personaSelected.title === `Major Updates Only`
|
|
127
|
+
? ArrowPathRoundedSquareIcon
|
|
128
|
+
: personaSelected.title === `All Updates`
|
|
129
|
+
? BoltIcon
|
|
130
|
+
: BellSlashIcon;
|
|
131
|
+
|
|
132
|
+
const iconClass =
|
|
133
|
+
personaSelected.title === `DMs open`
|
|
134
|
+
? `text-green-500`
|
|
135
|
+
: personaSelected.title === `Major Updates Only`
|
|
136
|
+
? `text-gray-600`
|
|
137
|
+
: personaSelected.title === `All Updates`
|
|
138
|
+
? `text-orange-500`
|
|
139
|
+
: `text-gray-600`;
|
|
140
|
+
|
|
141
|
+
const handleSubmit = async (e: FormEvent<HTMLFormElement>) => {
|
|
142
|
+
e.preventDefault();
|
|
143
|
+
setSubmitted(true);
|
|
144
|
+
setIsLoading(true);
|
|
145
|
+
setBadSave(false);
|
|
146
|
+
|
|
147
|
+
console.log('Form submission data:', {
|
|
148
|
+
firstname,
|
|
149
|
+
email,
|
|
150
|
+
bio,
|
|
151
|
+
persona: personaSelected.id,
|
|
152
|
+
codeword: codeword ? '[REDACTED]' : 'empty',
|
|
153
|
+
});
|
|
154
|
+
|
|
155
|
+
if (firstname && codeword && email && personaSelected.id) {
|
|
156
|
+
const result = await createProfile({
|
|
157
|
+
firstname,
|
|
158
|
+
email,
|
|
159
|
+
codeword,
|
|
160
|
+
bio: bio || '', // Ensure bio is string, not undefined
|
|
161
|
+
persona: personaSelected.id,
|
|
162
|
+
});
|
|
163
|
+
|
|
164
|
+
if (result.success) {
|
|
165
|
+
onSuccess?.();
|
|
166
|
+
} else {
|
|
167
|
+
setBadSave(true);
|
|
168
|
+
onError?.(result.error || 'Profile creation failed');
|
|
169
|
+
// Reset form on error
|
|
170
|
+
setFirstname('');
|
|
171
|
+
setEmail('');
|
|
172
|
+
setBio('');
|
|
173
|
+
setCodeword('');
|
|
174
|
+
setPersonaSelected(contactPersona[0]);
|
|
175
|
+
}
|
|
176
|
+
} else {
|
|
177
|
+
// Don't submit if required fields are missing
|
|
178
|
+
console.error('Missing required fields:', {
|
|
179
|
+
firstname,
|
|
180
|
+
email,
|
|
181
|
+
codeword,
|
|
182
|
+
persona: personaSelected.id,
|
|
183
|
+
});
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
setIsLoading(false);
|
|
187
|
+
};
|
|
188
|
+
|
|
189
|
+
const handlePersonaChange = (details: { value: string[] }) => {
|
|
190
|
+
const selectedId = details.value[0];
|
|
191
|
+
if (selectedId) {
|
|
192
|
+
const selected = contactPersona.find((item) => item.id === selectedId);
|
|
193
|
+
if (selected) {
|
|
194
|
+
setPersonaSelected(selected);
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
};
|
|
198
|
+
|
|
199
|
+
useEffect(() => {
|
|
200
|
+
if (badSave) {
|
|
201
|
+
const timeout = setTimeout(() => setBadSave(false), 7000);
|
|
202
|
+
return () => clearTimeout(timeout);
|
|
203
|
+
}
|
|
204
|
+
}, [badSave]);
|
|
205
|
+
|
|
206
|
+
// CSS to properly style the select items with hover and selection
|
|
207
|
+
const selectItemStyles = `
|
|
208
|
+
.persona-item[data-highlighted] {
|
|
209
|
+
background-color: #0891b2; /* bg-cyan-600 */
|
|
210
|
+
color: white;
|
|
211
|
+
}
|
|
212
|
+
.persona-item[data-highlighted] .persona-indicator {
|
|
213
|
+
color: white;
|
|
214
|
+
}
|
|
215
|
+
.persona-item[data-state="checked"] .persona-indicator {
|
|
216
|
+
display: flex;
|
|
217
|
+
}
|
|
218
|
+
.persona-item .persona-indicator {
|
|
219
|
+
display: none;
|
|
220
|
+
}
|
|
221
|
+
.persona-item[data-state="checked"] {
|
|
222
|
+
font-weight: bold;
|
|
223
|
+
}
|
|
224
|
+
`;
|
|
225
|
+
|
|
226
|
+
return (
|
|
227
|
+
<>
|
|
228
|
+
<style>{selectItemStyles}</style>
|
|
229
|
+
<h3 className="font-action py-6 text-xl text-blue-600">
|
|
230
|
+
Feel free to introduce yourself
|
|
231
|
+
</h3>
|
|
232
|
+
<p className="text-md pb-6">
|
|
233
|
+
Already connected?
|
|
234
|
+
<button
|
|
235
|
+
className="ml-3 text-blue-600 underline hover:text-black"
|
|
236
|
+
onClick={() => {
|
|
237
|
+
window.dispatchEvent(new CustomEvent('tractstack:show-unlock'));
|
|
238
|
+
}}
|
|
239
|
+
>
|
|
240
|
+
Unlock your profile
|
|
241
|
+
</button>
|
|
242
|
+
.
|
|
243
|
+
</p>
|
|
244
|
+
|
|
245
|
+
<form onSubmit={handleSubmit}>
|
|
246
|
+
<div className="grid grid-cols-3 gap-4">
|
|
247
|
+
{!personaSelected?.disabled ? (
|
|
248
|
+
<>
|
|
249
|
+
<div className="col-span-3 px-4 pt-6 md:col-span-1">
|
|
250
|
+
<label
|
|
251
|
+
htmlFor="firstname"
|
|
252
|
+
className="block text-sm text-gray-600"
|
|
253
|
+
>
|
|
254
|
+
First name
|
|
255
|
+
</label>
|
|
256
|
+
<input
|
|
257
|
+
type="text"
|
|
258
|
+
name="firstname"
|
|
259
|
+
id="firstname"
|
|
260
|
+
autoComplete="given-name"
|
|
261
|
+
value={firstname}
|
|
262
|
+
onChange={(e) => setFirstname(e.target.value)}
|
|
263
|
+
disabled={isLoading}
|
|
264
|
+
className={classNames(
|
|
265
|
+
`text-md mt-2 block w-full rounded-md bg-white p-3 shadow-sm focus:border-cyan-600 focus:ring-cyan-600`,
|
|
266
|
+
submitted && firstname === ``
|
|
267
|
+
? `border-red-500`
|
|
268
|
+
: `border-gray-300`
|
|
269
|
+
)}
|
|
270
|
+
/>
|
|
271
|
+
{submitted && firstname === `` && (
|
|
272
|
+
<span className="px-4 text-xs text-red-500">
|
|
273
|
+
Required field.
|
|
274
|
+
</span>
|
|
275
|
+
)}
|
|
276
|
+
</div>
|
|
277
|
+
|
|
278
|
+
<div className="col-span-3 px-4 pt-6 md:col-span-2">
|
|
279
|
+
<label htmlFor="email" className="block text-sm text-gray-600">
|
|
280
|
+
Email address
|
|
281
|
+
</label>
|
|
282
|
+
<input
|
|
283
|
+
type="email"
|
|
284
|
+
name="email"
|
|
285
|
+
id="email"
|
|
286
|
+
autoComplete="email"
|
|
287
|
+
value={email}
|
|
288
|
+
onChange={(e) => setEmail(e.target.value)}
|
|
289
|
+
disabled={isLoading}
|
|
290
|
+
className={classNames(
|
|
291
|
+
`text-md mt-2 block w-full rounded-md bg-white p-3 shadow-sm focus:border-cyan-600 focus:ring-cyan-600`,
|
|
292
|
+
submitted && email === ``
|
|
293
|
+
? `border-red-500`
|
|
294
|
+
: `border-gray-300`
|
|
295
|
+
)}
|
|
296
|
+
/>
|
|
297
|
+
{submitted && email === `` && (
|
|
298
|
+
<span className="px-4 text-xs text-red-500">
|
|
299
|
+
Required field.
|
|
300
|
+
</span>
|
|
301
|
+
)}
|
|
302
|
+
</div>
|
|
303
|
+
</>
|
|
304
|
+
) : null}
|
|
305
|
+
|
|
306
|
+
<div className="col-span-3 px-4 pt-6">
|
|
307
|
+
<div className="flex items-center text-sm">
|
|
308
|
+
<div className="pr-8 text-sm text-black">
|
|
309
|
+
<Select.Root
|
|
310
|
+
collection={personaCollection}
|
|
311
|
+
defaultValue={[personaSelected.id]}
|
|
312
|
+
onValueChange={handlePersonaChange}
|
|
313
|
+
disabled={isLoading}
|
|
314
|
+
>
|
|
315
|
+
<Select.Label className="mb-2 block text-sm text-gray-600">
|
|
316
|
+
Choose your level of consent:
|
|
317
|
+
</Select.Label>
|
|
318
|
+
|
|
319
|
+
<Select.Control className="relative mt-2">
|
|
320
|
+
<Select.Trigger className="text-md relative w-full cursor-default rounded-md bg-white py-1.5 pl-3 pr-10 text-left leading-6 text-black shadow-sm ring-1 ring-inset ring-cyan-600 focus:outline-none focus:ring-2 focus:ring-cyan-600">
|
|
321
|
+
<Select.ValueText className="block truncate p-2">
|
|
322
|
+
{personaSelected.title}
|
|
323
|
+
</Select.ValueText>
|
|
324
|
+
<Select.Indicator className="pointer-events-none absolute inset-y-0 right-0 flex items-center pr-2">
|
|
325
|
+
<ChevronDownIcon
|
|
326
|
+
className="h-5 w-5 text-gray-400"
|
|
327
|
+
aria-hidden="true"
|
|
328
|
+
/>
|
|
329
|
+
</Select.Indicator>
|
|
330
|
+
</Select.Trigger>
|
|
331
|
+
</Select.Control>
|
|
332
|
+
|
|
333
|
+
<Portal>
|
|
334
|
+
<Select.Positioner>
|
|
335
|
+
<Select.Content className="relative z-10 mt-1 max-h-56 w-full overflow-auto rounded-md bg-white py-1 text-base shadow-lg ring-1 ring-black ring-opacity-5 focus:outline-none sm:text-sm">
|
|
336
|
+
{contactPersona.map((item) => (
|
|
337
|
+
<Select.Item
|
|
338
|
+
key={item.id}
|
|
339
|
+
item={item}
|
|
340
|
+
className="persona-item relative cursor-default select-none py-2 pl-3 pr-9 text-gray-900 hover:bg-cyan-600 hover:text-white"
|
|
341
|
+
>
|
|
342
|
+
<Select.ItemText className="block truncate font-normal">
|
|
343
|
+
{item.title}
|
|
344
|
+
</Select.ItemText>
|
|
345
|
+
<Select.ItemIndicator className="persona-indicator absolute inset-y-0 right-0 hidden items-center pr-4 text-cyan-600">
|
|
346
|
+
<ChevronRightIcon
|
|
347
|
+
className="h-5 w-5"
|
|
348
|
+
aria-hidden="true"
|
|
349
|
+
/>
|
|
350
|
+
</Select.ItemIndicator>
|
|
351
|
+
</Select.Item>
|
|
352
|
+
))}
|
|
353
|
+
</Select.Content>
|
|
354
|
+
</Select.Positioner>
|
|
355
|
+
</Portal>
|
|
356
|
+
</Select.Root>
|
|
357
|
+
</div>
|
|
358
|
+
<div className="ml-4 flex items-center">
|
|
359
|
+
<Icon
|
|
360
|
+
className={classNames(iconClass, `mr-2 h-5 w-5`)}
|
|
361
|
+
aria-hidden="true"
|
|
362
|
+
/>
|
|
363
|
+
<span className="text-sm text-gray-600">
|
|
364
|
+
{personaSelected.description}
|
|
365
|
+
</span>
|
|
366
|
+
</div>
|
|
367
|
+
</div>
|
|
368
|
+
</div>
|
|
369
|
+
</div>
|
|
370
|
+
|
|
371
|
+
<div className="grid grid-cols-2 gap-4">
|
|
372
|
+
{firstname && !personaSelected?.disabled ? (
|
|
373
|
+
<>
|
|
374
|
+
<div className="col-span-3 px-4 pt-6">
|
|
375
|
+
<label htmlFor="bio" className="block text-sm text-gray-600">
|
|
376
|
+
{firstname ? (
|
|
377
|
+
<>
|
|
378
|
+
Hello {firstname}. Is there anything else you would like
|
|
379
|
+
to share?
|
|
380
|
+
</>
|
|
381
|
+
) : (
|
|
382
|
+
<>
|
|
383
|
+
Would you like to share anything else? (Contact
|
|
384
|
+
preferences; company bio; phone number)
|
|
385
|
+
</>
|
|
386
|
+
)}
|
|
387
|
+
</label>
|
|
388
|
+
<div className="mt-2">
|
|
389
|
+
<textarea
|
|
390
|
+
id="bio"
|
|
391
|
+
name="bio"
|
|
392
|
+
rows={3}
|
|
393
|
+
maxLength={280}
|
|
394
|
+
className="text-md block w-full rounded-md border-gray-300 bg-white p-3 shadow-sm focus:border-cyan-600 focus:ring-cyan-600"
|
|
395
|
+
placeholder="Your one-liner bio"
|
|
396
|
+
value={bio}
|
|
397
|
+
onChange={(e) => setBio(e.target.value)}
|
|
398
|
+
disabled={isLoading}
|
|
399
|
+
/>
|
|
400
|
+
</div>
|
|
401
|
+
</div>
|
|
402
|
+
|
|
403
|
+
<div className="col-span-1 px-4 pt-6">
|
|
404
|
+
<label
|
|
405
|
+
htmlFor="codeword"
|
|
406
|
+
className="block text-sm text-gray-600"
|
|
407
|
+
>
|
|
408
|
+
Enter your secret code word to protect your account:
|
|
409
|
+
</label>
|
|
410
|
+
<input
|
|
411
|
+
type="password"
|
|
412
|
+
name="codeword"
|
|
413
|
+
id="codeword"
|
|
414
|
+
autoComplete="off"
|
|
415
|
+
value={codeword}
|
|
416
|
+
onChange={(e) => setCodeword(e.target.value)}
|
|
417
|
+
disabled={isLoading}
|
|
418
|
+
className={classNames(
|
|
419
|
+
`text-md mt-2 block w-full rounded-md bg-white p-3 shadow-sm focus:border-cyan-600 focus:ring-cyan-600`,
|
|
420
|
+
submitted && codeword === ``
|
|
421
|
+
? `border-red-500`
|
|
422
|
+
: `border-gray-300`
|
|
423
|
+
)}
|
|
424
|
+
/>
|
|
425
|
+
{submitted && codeword === `` && (
|
|
426
|
+
<span className="px-4 text-xs text-red-500">
|
|
427
|
+
Required field.
|
|
428
|
+
</span>
|
|
429
|
+
)}
|
|
430
|
+
</div>
|
|
431
|
+
</>
|
|
432
|
+
) : (
|
|
433
|
+
<></>
|
|
434
|
+
)}
|
|
435
|
+
|
|
436
|
+
{badSave ? (
|
|
437
|
+
<div className="align-center font-action col-span-3 flex justify-center py-12 text-red-500">
|
|
438
|
+
Profile could not be saved. Email already registered.
|
|
439
|
+
</div>
|
|
440
|
+
) : null}
|
|
441
|
+
|
|
442
|
+
<div className="align-center col-span-3 flex justify-center py-12">
|
|
443
|
+
{!personaSelected?.disabled && !badSave ? (
|
|
444
|
+
<button
|
|
445
|
+
type="submit"
|
|
446
|
+
disabled={isLoading}
|
|
447
|
+
className={classNames(
|
|
448
|
+
`font-action rounded-lg px-3.5 py-2.5 text-white transition-all duration-200 hover:rotate-1`,
|
|
449
|
+
isLoading
|
|
450
|
+
? `cursor-not-allowed bg-gray-400`
|
|
451
|
+
: `bg-black hover:bg-orange-500`
|
|
452
|
+
)}
|
|
453
|
+
>
|
|
454
|
+
{isLoading ? 'Saving...' : 'Create Profile'}
|
|
455
|
+
</button>
|
|
456
|
+
) : null}
|
|
457
|
+
</div>
|
|
458
|
+
</div>
|
|
459
|
+
</form>
|
|
460
|
+
</>
|
|
461
|
+
);
|
|
462
|
+
};
|