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,207 @@
|
|
|
1
|
+
import { useId } from 'react';
|
|
2
|
+
import { classNames } from '@/utils/helpers';
|
|
3
|
+
import PlusIcon from '@heroicons/react/24/outline/PlusIcon';
|
|
4
|
+
import TrashIcon from '@heroicons/react/24/outline/TrashIcon';
|
|
5
|
+
|
|
6
|
+
interface ParagraphArrayInputProps {
|
|
7
|
+
value: string[];
|
|
8
|
+
onChange: (value: string[]) => void;
|
|
9
|
+
label?: string;
|
|
10
|
+
error?: string;
|
|
11
|
+
disabled?: boolean;
|
|
12
|
+
required?: boolean;
|
|
13
|
+
className?: string;
|
|
14
|
+
id?: string;
|
|
15
|
+
name?: string;
|
|
16
|
+
minRows?: number;
|
|
17
|
+
maxRows?: number;
|
|
18
|
+
placeholder?: string;
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
const ParagraphArrayInput = ({
|
|
22
|
+
value = [],
|
|
23
|
+
onChange,
|
|
24
|
+
label,
|
|
25
|
+
error,
|
|
26
|
+
disabled = false,
|
|
27
|
+
required = false,
|
|
28
|
+
className,
|
|
29
|
+
id: customId,
|
|
30
|
+
name: customName,
|
|
31
|
+
minRows = 3,
|
|
32
|
+
maxRows = 10,
|
|
33
|
+
placeholder = 'Enter paragraph text...',
|
|
34
|
+
}: ParagraphArrayInputProps) => {
|
|
35
|
+
const defaultId = useId();
|
|
36
|
+
const inputId = customId || defaultId;
|
|
37
|
+
const errorId = `${inputId}-error`;
|
|
38
|
+
const inputName = customName || inputId;
|
|
39
|
+
|
|
40
|
+
const updateParagraph = (index: number, newValue: string) => {
|
|
41
|
+
const newParagraphs = [...value];
|
|
42
|
+
newParagraphs[index] = newValue;
|
|
43
|
+
onChange(newParagraphs);
|
|
44
|
+
};
|
|
45
|
+
|
|
46
|
+
const addParagraph = () => {
|
|
47
|
+
onChange([...value, '']);
|
|
48
|
+
};
|
|
49
|
+
|
|
50
|
+
const removeParagraph = (index: number) => {
|
|
51
|
+
const newParagraphs = value.filter((_, i) => i !== index);
|
|
52
|
+
onChange(newParagraphs);
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
const moveParagraph = (fromIndex: number, toIndex: number) => {
|
|
56
|
+
if (toIndex < 0 || toIndex >= value.length) return;
|
|
57
|
+
|
|
58
|
+
const newParagraphs = [...value];
|
|
59
|
+
const [movedItem] = newParagraphs.splice(fromIndex, 1);
|
|
60
|
+
newParagraphs.splice(toIndex, 0, movedItem);
|
|
61
|
+
onChange(newParagraphs);
|
|
62
|
+
};
|
|
63
|
+
|
|
64
|
+
// Calculate dynamic rows based on content
|
|
65
|
+
const calculateRows = (text: string): number => {
|
|
66
|
+
const lines = text.split('\n').length;
|
|
67
|
+
const estimatedLines = Math.max(lines, Math.ceil(text.length / 80));
|
|
68
|
+
return Math.min(Math.max(estimatedLines, minRows), maxRows);
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
return (
|
|
72
|
+
<div className={classNames('space-y-3', className || '')}>
|
|
73
|
+
{label && (
|
|
74
|
+
<label className="block text-sm font-bold text-gray-700">
|
|
75
|
+
{label}
|
|
76
|
+
{required && <span className="ml-1 text-red-500">*</span>}
|
|
77
|
+
<span className="ml-2 text-xs text-gray-500">
|
|
78
|
+
({value.length} paragraph{value.length !== 1 ? 's' : ''})
|
|
79
|
+
</span>
|
|
80
|
+
</label>
|
|
81
|
+
)}
|
|
82
|
+
|
|
83
|
+
<div className="space-y-3">
|
|
84
|
+
{value.map((paragraph, index) => (
|
|
85
|
+
<div key={index} className="group relative">
|
|
86
|
+
<div className="flex items-start gap-2">
|
|
87
|
+
{/* Paragraph number */}
|
|
88
|
+
<div className="mt-2 flex-shrink-0">
|
|
89
|
+
<span className="inline-flex h-6 w-6 items-center justify-center rounded-full bg-gray-100 text-xs font-bold text-gray-500">
|
|
90
|
+
{index + 1}
|
|
91
|
+
</span>
|
|
92
|
+
</div>
|
|
93
|
+
|
|
94
|
+
{/* Textarea */}
|
|
95
|
+
<div className="flex-1">
|
|
96
|
+
<textarea
|
|
97
|
+
id={`${inputId}-${index}`}
|
|
98
|
+
name={`${inputName}-${index}`}
|
|
99
|
+
value={paragraph}
|
|
100
|
+
onChange={(e) => updateParagraph(index, e.target.value)}
|
|
101
|
+
disabled={disabled}
|
|
102
|
+
placeholder={placeholder}
|
|
103
|
+
rows={calculateRows(paragraph)}
|
|
104
|
+
aria-invalid={!!error}
|
|
105
|
+
aria-describedby={error ? errorId : undefined}
|
|
106
|
+
className={classNames(
|
|
107
|
+
'block w-full resize-y rounded-md border-0 px-4 py-3 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset',
|
|
108
|
+
error
|
|
109
|
+
? 'ring-red-300 focus:ring-red-500'
|
|
110
|
+
: 'focus:ring-cyan-600',
|
|
111
|
+
disabled
|
|
112
|
+
? 'cursor-not-allowed bg-gray-50 text-gray-500'
|
|
113
|
+
: 'bg-white',
|
|
114
|
+
'text-lg leading-relaxed'
|
|
115
|
+
)}
|
|
116
|
+
/>
|
|
117
|
+
</div>
|
|
118
|
+
|
|
119
|
+
{/* Action buttons */}
|
|
120
|
+
{!disabled && (
|
|
121
|
+
<div className="mt-1 flex flex-shrink-0 flex-col gap-1 opacity-0 transition-opacity group-hover:opacity-100">
|
|
122
|
+
{/* Move up */}
|
|
123
|
+
{index > 0 && (
|
|
124
|
+
<button
|
|
125
|
+
type="button"
|
|
126
|
+
onClick={() => moveParagraph(index, index - 1)}
|
|
127
|
+
className="p-1 text-gray-400 hover:text-gray-600 focus:text-gray-600 focus:outline-none"
|
|
128
|
+
aria-label={`Move paragraph ${index + 1} up`}
|
|
129
|
+
>
|
|
130
|
+
<svg
|
|
131
|
+
className="h-4 w-4"
|
|
132
|
+
fill="currentColor"
|
|
133
|
+
viewBox="0 0 20 20"
|
|
134
|
+
>
|
|
135
|
+
<path
|
|
136
|
+
fillRule="evenodd"
|
|
137
|
+
d="M14.707 12.707a1 1 0 01-1.414 0L10 9.414l-3.293 3.293a1 1 0 01-1.414-1.414l4-4a1 1 0 011.414 0l4 4a1 1 0 010 1.414z"
|
|
138
|
+
clipRule="evenodd"
|
|
139
|
+
/>
|
|
140
|
+
</svg>
|
|
141
|
+
</button>
|
|
142
|
+
)}
|
|
143
|
+
|
|
144
|
+
{/* Move down */}
|
|
145
|
+
{index < value.length - 1 && (
|
|
146
|
+
<button
|
|
147
|
+
type="button"
|
|
148
|
+
onClick={() => moveParagraph(index, index + 1)}
|
|
149
|
+
className="p-1 text-gray-400 hover:text-gray-600 focus:text-gray-600 focus:outline-none"
|
|
150
|
+
aria-label={`Move paragraph ${index + 1} down`}
|
|
151
|
+
>
|
|
152
|
+
<svg
|
|
153
|
+
className="h-4 w-4"
|
|
154
|
+
fill="currentColor"
|
|
155
|
+
viewBox="0 0 20 20"
|
|
156
|
+
>
|
|
157
|
+
<path
|
|
158
|
+
fillRule="evenodd"
|
|
159
|
+
d="M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z"
|
|
160
|
+
clipRule="evenodd"
|
|
161
|
+
/>
|
|
162
|
+
</svg>
|
|
163
|
+
</button>
|
|
164
|
+
)}
|
|
165
|
+
|
|
166
|
+
{/* Delete */}
|
|
167
|
+
{value.length > 1 && (
|
|
168
|
+
<button
|
|
169
|
+
type="button"
|
|
170
|
+
onClick={() => removeParagraph(index)}
|
|
171
|
+
className="p-1 text-red-400 hover:text-red-600 focus:text-red-600 focus:outline-none"
|
|
172
|
+
aria-label={`Delete paragraph ${index + 1}`}
|
|
173
|
+
>
|
|
174
|
+
<TrashIcon className="h-4 w-4" />
|
|
175
|
+
</button>
|
|
176
|
+
)}
|
|
177
|
+
</div>
|
|
178
|
+
)}
|
|
179
|
+
</div>
|
|
180
|
+
</div>
|
|
181
|
+
))}
|
|
182
|
+
|
|
183
|
+
{/* Add paragraph button */}
|
|
184
|
+
{!disabled && (
|
|
185
|
+
<div className="pt-2">
|
|
186
|
+
<button
|
|
187
|
+
type="button"
|
|
188
|
+
onClick={addParagraph}
|
|
189
|
+
className="inline-flex items-center gap-2 rounded-md border border-gray-300 bg-white px-3 py-2 text-sm font-bold text-gray-700 shadow-sm hover:bg-gray-50 focus:outline-none focus:ring-2 focus:ring-cyan-500 focus:ring-offset-2"
|
|
190
|
+
>
|
|
191
|
+
<PlusIcon className="h-4 w-4" />
|
|
192
|
+
Add Paragraph
|
|
193
|
+
</button>
|
|
194
|
+
</div>
|
|
195
|
+
)}
|
|
196
|
+
</div>
|
|
197
|
+
|
|
198
|
+
{error && (
|
|
199
|
+
<p id={errorId} className="text-sm text-red-600" role="alert">
|
|
200
|
+
{error}
|
|
201
|
+
</p>
|
|
202
|
+
)}
|
|
203
|
+
</div>
|
|
204
|
+
);
|
|
205
|
+
};
|
|
206
|
+
|
|
207
|
+
export default ParagraphArrayInput;
|
|
@@ -0,0 +1,163 @@
|
|
|
1
|
+
import { useState, useId, type KeyboardEvent } from 'react';
|
|
2
|
+
import { classNames } from '@/utils/helpers';
|
|
3
|
+
|
|
4
|
+
interface StringArrayInputProps {
|
|
5
|
+
value: string[];
|
|
6
|
+
onChange: (value: string[]) => void;
|
|
7
|
+
label?: string;
|
|
8
|
+
error?: string;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
placeholder?: string;
|
|
11
|
+
required?: boolean;
|
|
12
|
+
maxItems?: number;
|
|
13
|
+
className?: string;
|
|
14
|
+
allowDuplicates?: boolean;
|
|
15
|
+
id?: string;
|
|
16
|
+
name?: string;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
const StringArrayInput = ({
|
|
20
|
+
value = [],
|
|
21
|
+
onChange,
|
|
22
|
+
label,
|
|
23
|
+
error,
|
|
24
|
+
disabled = false,
|
|
25
|
+
placeholder = 'Add item and press Enter',
|
|
26
|
+
required = false,
|
|
27
|
+
maxItems,
|
|
28
|
+
className,
|
|
29
|
+
allowDuplicates = false,
|
|
30
|
+
id: customId,
|
|
31
|
+
name: customName,
|
|
32
|
+
}: StringArrayInputProps) => {
|
|
33
|
+
const [inputValue, setInputValue] = useState('');
|
|
34
|
+
|
|
35
|
+
// Generate unique IDs for accessibility
|
|
36
|
+
const defaultId = useId();
|
|
37
|
+
const inputId = customId || defaultId;
|
|
38
|
+
const errorId = `${inputId}-error`;
|
|
39
|
+
const helpTextId = `${inputId}-help`;
|
|
40
|
+
const inputName = customName || inputId;
|
|
41
|
+
|
|
42
|
+
const addItem = (item: string) => {
|
|
43
|
+
const trimmedItem = item.trim();
|
|
44
|
+
if (!trimmedItem) return;
|
|
45
|
+
|
|
46
|
+
// Check for duplicates if not allowed
|
|
47
|
+
if (!allowDuplicates && value.includes(trimmedItem)) return;
|
|
48
|
+
|
|
49
|
+
// Check max items limit
|
|
50
|
+
if (maxItems && value.length >= maxItems) return;
|
|
51
|
+
|
|
52
|
+
onChange([...value, trimmedItem]);
|
|
53
|
+
setInputValue('');
|
|
54
|
+
};
|
|
55
|
+
|
|
56
|
+
const removeItem = (index: number) => {
|
|
57
|
+
const newValue = value.filter((_, i) => i !== index);
|
|
58
|
+
onChange(newValue);
|
|
59
|
+
};
|
|
60
|
+
|
|
61
|
+
const handleKeyDown = (e: KeyboardEvent<HTMLInputElement>) => {
|
|
62
|
+
if (e.key === 'Enter') {
|
|
63
|
+
e.preventDefault();
|
|
64
|
+
addItem(inputValue);
|
|
65
|
+
} else if (e.key === 'Backspace' && !inputValue && value.length > 0) {
|
|
66
|
+
// Remove last item when backspace is pressed on empty input
|
|
67
|
+
removeItem(value.length - 1);
|
|
68
|
+
}
|
|
69
|
+
};
|
|
70
|
+
|
|
71
|
+
const canAddMore = !maxItems || value.length < maxItems;
|
|
72
|
+
|
|
73
|
+
return (
|
|
74
|
+
<div className={classNames('space-y-2', className || '')}>
|
|
75
|
+
{label && (
|
|
76
|
+
<label
|
|
77
|
+
htmlFor={inputId}
|
|
78
|
+
className="block text-sm font-bold text-gray-700"
|
|
79
|
+
>
|
|
80
|
+
{label}
|
|
81
|
+
{required && <span className="ml-1 text-red-500">*</span>}
|
|
82
|
+
{maxItems && (
|
|
83
|
+
<span className="ml-2 text-xs text-gray-500">
|
|
84
|
+
({value.length}/{maxItems})
|
|
85
|
+
</span>
|
|
86
|
+
)}
|
|
87
|
+
</label>
|
|
88
|
+
)}
|
|
89
|
+
|
|
90
|
+
{/* Tags Display */}
|
|
91
|
+
{value.length > 0 && (
|
|
92
|
+
<div className="flex flex-wrap gap-2 rounded-md border bg-gray-50 p-2">
|
|
93
|
+
{value.map((item, index) => (
|
|
94
|
+
<span
|
|
95
|
+
key={index}
|
|
96
|
+
className="inline-flex items-center gap-1 rounded-md bg-cyan-100 px-2 py-1 text-sm text-cyan-800"
|
|
97
|
+
>
|
|
98
|
+
{item}
|
|
99
|
+
{!disabled && (
|
|
100
|
+
<button
|
|
101
|
+
type="button"
|
|
102
|
+
onClick={() => removeItem(index)}
|
|
103
|
+
className="text-cyan-600 hover:text-cyan-800 focus:outline-none"
|
|
104
|
+
aria-label={`Remove ${item}`}
|
|
105
|
+
>
|
|
106
|
+
<svg
|
|
107
|
+
className="h-3 w-3"
|
|
108
|
+
fill="currentColor"
|
|
109
|
+
viewBox="0 0 20 20"
|
|
110
|
+
>
|
|
111
|
+
<path
|
|
112
|
+
fillRule="evenodd"
|
|
113
|
+
d="M4.293 4.293a1 1 0 011.414 0L10 8.586l4.293-4.293a1 1 0 111.414 1.414L11.414 10l4.293 4.293a1 1 0 01-1.414 1.414L10 11.414l-4.293 4.293a1 1 0 01-1.414-1.414L8.586 10 4.293 5.707a1 1 0 010-1.414z"
|
|
114
|
+
clipRule="evenodd"
|
|
115
|
+
/>
|
|
116
|
+
</svg>
|
|
117
|
+
</button>
|
|
118
|
+
)}
|
|
119
|
+
</span>
|
|
120
|
+
))}
|
|
121
|
+
</div>
|
|
122
|
+
)}
|
|
123
|
+
|
|
124
|
+
{/* Input Field */}
|
|
125
|
+
{!disabled && canAddMore && (
|
|
126
|
+
<input
|
|
127
|
+
id={inputId}
|
|
128
|
+
name={inputName}
|
|
129
|
+
type="text"
|
|
130
|
+
value={inputValue}
|
|
131
|
+
onChange={(e) => setInputValue(e.target.value)}
|
|
132
|
+
onKeyDown={handleKeyDown}
|
|
133
|
+
placeholder={placeholder}
|
|
134
|
+
aria-invalid={!!error}
|
|
135
|
+
aria-describedby={
|
|
136
|
+
[error ? errorId : null, maxItems ? helpTextId : null]
|
|
137
|
+
.filter(Boolean)
|
|
138
|
+
.join(' ') || undefined
|
|
139
|
+
}
|
|
140
|
+
className={classNames(
|
|
141
|
+
'block w-full rounded-md border-0 px-3 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset',
|
|
142
|
+
error ? 'ring-red-300 focus:ring-red-500' : 'focus:ring-cyan-600',
|
|
143
|
+
'sm:text-sm sm:leading-6'
|
|
144
|
+
)}
|
|
145
|
+
/>
|
|
146
|
+
)}
|
|
147
|
+
|
|
148
|
+
{!canAddMore && (
|
|
149
|
+
<p id={helpTextId} className="text-sm text-gray-500">
|
|
150
|
+
Maximum of {maxItems} items reached
|
|
151
|
+
</p>
|
|
152
|
+
)}
|
|
153
|
+
|
|
154
|
+
{error && (
|
|
155
|
+
<p id={errorId} className="text-sm text-red-600" role="alert">
|
|
156
|
+
{error}
|
|
157
|
+
</p>
|
|
158
|
+
)}
|
|
159
|
+
</div>
|
|
160
|
+
);
|
|
161
|
+
};
|
|
162
|
+
|
|
163
|
+
export default StringArrayInput;
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
import { forwardRef, useId } from 'react';
|
|
2
|
+
import { classNames } from '@/utils/helpers';
|
|
3
|
+
|
|
4
|
+
interface StringInputProps {
|
|
5
|
+
value: string;
|
|
6
|
+
onChange: (value: string) => void;
|
|
7
|
+
label?: string;
|
|
8
|
+
error?: string;
|
|
9
|
+
disabled?: boolean;
|
|
10
|
+
placeholder?: string;
|
|
11
|
+
required?: boolean;
|
|
12
|
+
type?: 'text' | 'email' | 'url' | 'password';
|
|
13
|
+
maxLength?: number;
|
|
14
|
+
className?: string;
|
|
15
|
+
id?: string;
|
|
16
|
+
name?: string;
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
const StringInput = forwardRef<HTMLInputElement, StringInputProps>(
|
|
20
|
+
(
|
|
21
|
+
{
|
|
22
|
+
value,
|
|
23
|
+
onChange,
|
|
24
|
+
label,
|
|
25
|
+
error,
|
|
26
|
+
disabled = false,
|
|
27
|
+
placeholder,
|
|
28
|
+
required = false,
|
|
29
|
+
type = 'text',
|
|
30
|
+
maxLength,
|
|
31
|
+
className,
|
|
32
|
+
id: customId,
|
|
33
|
+
name: customName,
|
|
34
|
+
},
|
|
35
|
+
ref
|
|
36
|
+
) => {
|
|
37
|
+
// Generate unique IDs for accessibility
|
|
38
|
+
const defaultId = useId();
|
|
39
|
+
const inputId = customId || defaultId;
|
|
40
|
+
const errorId = `${inputId}-error`;
|
|
41
|
+
const inputName = customName || inputId;
|
|
42
|
+
|
|
43
|
+
return (
|
|
44
|
+
<div className={classNames('space-y-1', className || '')}>
|
|
45
|
+
{label && (
|
|
46
|
+
<label
|
|
47
|
+
htmlFor={inputId}
|
|
48
|
+
className="block text-sm font-bold text-gray-700"
|
|
49
|
+
>
|
|
50
|
+
{label}
|
|
51
|
+
{required && <span className="ml-1 text-red-500">*</span>}
|
|
52
|
+
</label>
|
|
53
|
+
)}
|
|
54
|
+
<input
|
|
55
|
+
ref={ref}
|
|
56
|
+
id={inputId}
|
|
57
|
+
name={inputName}
|
|
58
|
+
type={type}
|
|
59
|
+
value={value}
|
|
60
|
+
onChange={(e) => onChange(e.target.value)}
|
|
61
|
+
disabled={disabled}
|
|
62
|
+
placeholder={placeholder}
|
|
63
|
+
required={required}
|
|
64
|
+
maxLength={maxLength}
|
|
65
|
+
aria-invalid={!!error}
|
|
66
|
+
aria-describedby={error ? errorId : undefined}
|
|
67
|
+
className={classNames(
|
|
68
|
+
'block w-full rounded-md border-0 px-3 py-1.5 text-gray-900 shadow-sm ring-1 ring-inset ring-gray-300 placeholder:text-gray-400 focus:ring-2 focus:ring-inset',
|
|
69
|
+
error ? 'ring-red-300 focus:ring-red-500' : 'focus:ring-cyan-600',
|
|
70
|
+
disabled
|
|
71
|
+
? 'cursor-not-allowed bg-gray-50 text-gray-500'
|
|
72
|
+
: 'bg-white',
|
|
73
|
+
'sm:text-sm sm:leading-6'
|
|
74
|
+
)}
|
|
75
|
+
/>
|
|
76
|
+
{error && (
|
|
77
|
+
<p id={errorId} className="text-sm text-red-600" role="alert">
|
|
78
|
+
{error}
|
|
79
|
+
</p>
|
|
80
|
+
)}
|
|
81
|
+
</div>
|
|
82
|
+
);
|
|
83
|
+
}
|
|
84
|
+
);
|
|
85
|
+
|
|
86
|
+
StringInput.displayName = 'StringInput';
|
|
87
|
+
|
|
88
|
+
export default StringInput;
|