astro-tractstack 2.0.0-rc.2 → 2.0.0-rc.20
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 +0 -0
- package/README.md +227 -98
- package/astro.d.ts +0 -0
- package/bin/create-tractstack.js +103 -45
- package/dist/index.js +17 -1
- package/package.json +8 -3
- 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 +0 -0
- package/templates/brand/og.png +0 -0
- package/templates/brand/oglogo.png +0 -0
- package/templates/brand/static.jpg +0 -0
- package/templates/brand/wordmark.svg +0 -0
- package/templates/css/custom.css +0 -0
- package/templates/css/frontend.css +1 -3519
- package/templates/css/storykeep.css +0 -0
- package/templates/custom/minimal/CodeHook.astro +3 -4
- package/templates/custom/minimal/CustomRoutes.astro +0 -6
- package/templates/custom/with-examples/CodeHook.astro +3 -4
- package/templates/custom/with-examples/CustomHero.astro +0 -0
- package/templates/custom/with-examples/CustomRoutes.astro +0 -4
- package/templates/custom/with-examples/pages/Collections.astro +0 -0
- package/templates/env.example +0 -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/gitignore +42 -0
- package/templates/icons/h2.svg +0 -0
- package/templates/icons/h3.svg +0 -0
- package/templates/icons/h4.svg +0 -0
- package/templates/icons/h5.svg +0 -0
- package/templates/icons/image.svg +0 -0
- package/templates/icons/text.svg +0 -0
- package/templates/prettierignore +5 -0
- package/templates/prettierrc +19 -0
- package/templates/socials/codepen.svg +0 -0
- package/templates/socials/discord.svg +0 -0
- package/templates/socials/facebook.svg +0 -0
- package/templates/socials/github.svg +0 -0
- package/templates/socials/instagram.svg +0 -0
- package/templates/socials/linkedin.svg +0 -0
- package/templates/socials/mail.svg +0 -0
- package/templates/socials/rumble.svg +0 -0
- package/templates/socials/tiktok.svg +0 -0
- package/templates/socials/twitch.svg +0 -0
- package/templates/socials/twitter.svg +0 -0
- package/templates/socials/x.svg +0 -0
- package/templates/socials/youtube.svg +0 -0
- package/templates/src/components/Footer.astro +1 -1
- package/templates/src/components/Fragment.astro +0 -0
- package/templates/src/components/Header.astro +55 -52
- package/templates/src/components/Menu.tsx +0 -0
- package/templates/src/components/codehooks/BunnyVideoSetup.tsx +0 -0
- package/templates/src/components/codehooks/BunnyVideoWrapper.astro +0 -0
- package/templates/src/components/codehooks/EpinetDurationSelector.tsx +6 -3
- package/templates/src/components/codehooks/EpinetTableView.tsx +0 -0
- package/templates/src/components/codehooks/EpinetWrapper.tsx +0 -0
- package/templates/src/components/codehooks/FeaturedContent.astro +0 -0
- package/templates/src/components/codehooks/FeaturedContentSetup.tsx +0 -0
- package/templates/src/components/codehooks/ListContent.astro +0 -0
- package/templates/src/components/codehooks/ListContentSetup.tsx +0 -0
- package/templates/src/components/codehooks/SankeyDiagram.tsx +4 -3
- package/templates/src/components/compositor/Compositor.tsx +0 -0
- package/templates/src/components/compositor/Node.tsx +0 -0
- package/templates/src/components/compositor/NodeWithGuid.tsx +0 -0
- package/templates/src/components/compositor/PanelVisibilityWrapper.tsx +25 -11
- package/templates/src/components/compositor/elements/Belief.tsx +0 -0
- package/templates/src/components/compositor/elements/BgImage.tsx +0 -0
- package/templates/src/components/compositor/elements/BgVisualBreak.tsx +0 -0
- package/templates/src/components/compositor/elements/BunnyVideo.tsx +0 -0
- package/templates/src/components/compositor/elements/IdentifyAs.tsx +0 -0
- package/templates/src/components/compositor/elements/PlayButton.tsx +0 -0
- package/templates/src/components/compositor/elements/SignUp.tsx +0 -0
- package/templates/src/components/compositor/elements/Svg.tsx +0 -0
- package/templates/src/components/compositor/elements/ToggleBelief.tsx +0 -0
- package/templates/src/components/compositor/elements/YouTubeWrapper.tsx +0 -0
- package/templates/src/components/compositor/nodes/BgPaneWrapper.tsx +0 -0
- package/templates/src/components/compositor/nodes/GhostInsertBlock.tsx +0 -0
- package/templates/src/components/compositor/nodes/Markdown.tsx +0 -0
- package/templates/src/components/compositor/nodes/Pane.tsx +1 -1
- package/templates/src/components/compositor/nodes/Pane_eraser.tsx +0 -0
- package/templates/src/components/compositor/nodes/Pane_layout.tsx +0 -0
- package/templates/src/components/compositor/nodes/RenderChildren.tsx +0 -0
- package/templates/src/components/compositor/nodes/StoryFragment.tsx +0 -0
- package/templates/src/components/compositor/nodes/TagElement.tsx +0 -0
- package/templates/src/components/compositor/nodes/Widget.tsx +0 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeA.tsx +0 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeA_eraser.tsx +0 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeAnchorComponent.tsx +0 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeBasicTag.tsx +0 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeBasicTag_eraser.tsx +0 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeBasicTag_insert.tsx +0 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeBasicTag_settings.tsx +0 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeButton.tsx +0 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeButton_eraser.tsx +0 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeImg.tsx +0 -0
- package/templates/src/components/compositor/nodes/tagElements/NodeText.tsx +0 -0
- package/templates/src/components/compositor/nodes/tagElements/TabIndicator.tsx +0 -0
- package/templates/src/components/compositor/preview/FeaturedContentPreview.tsx +0 -0
- package/templates/src/components/compositor/preview/ListContentPreview.tsx +0 -0
- package/templates/src/components/compositor/preview/OgImagePreview.tsx +0 -0
- package/templates/src/components/compositor/preview/PaneSnapshotGenerator.tsx +0 -0
- package/templates/src/components/compositor/preview/PanesPreviewGenerator.tsx +0 -0
- package/templates/src/components/compositor/preview/VisualBreakPreview.tsx +0 -0
- package/templates/src/components/edit/Header.tsx +0 -0
- package/templates/src/components/edit/PanelSwitch.tsx +4 -8
- package/templates/src/components/edit/SettingsPanel.tsx +4 -1
- package/templates/src/components/edit/ToolBar.tsx +0 -0
- package/templates/src/components/edit/ToolMode.tsx +0 -0
- package/templates/src/components/edit/context/ContextPaneConfig.tsx +0 -0
- package/templates/src/components/edit/context/ContextPaneConfig_slug.tsx +0 -0
- package/templates/src/components/edit/context/ContextPaneConfig_title.tsx +0 -0
- package/templates/src/components/edit/pane/AddPanePanel.tsx +0 -0
- package/templates/src/components/edit/pane/AddPanePanel_break.tsx +0 -0
- package/templates/src/components/edit/pane/AddPanePanel_codehook.tsx +2 -1
- package/templates/src/components/edit/pane/AddPanePanel_new.tsx +1 -1
- package/templates/src/components/edit/pane/AddPanePanel_newAICopy.tsx +0 -0
- package/templates/src/components/edit/pane/AddPanePanel_newAICopy_modal.tsx +1 -1
- package/templates/src/components/edit/pane/AddPanePanel_newCopyMode.tsx +0 -0
- package/templates/src/components/edit/pane/AddPanePanel_newCustomCopy.tsx +0 -0
- package/templates/src/components/edit/pane/AddPanePanel_reuse.tsx +0 -0
- package/templates/src/components/edit/pane/ConfigPanePanel.tsx +1 -0
- package/templates/src/components/edit/pane/PageGen.tsx +0 -0
- package/templates/src/components/edit/pane/PageGenSelector.tsx +0 -0
- package/templates/src/components/edit/pane/PageGenSpecial.tsx +0 -0
- package/templates/src/components/edit/pane/PageGen_preview.tsx +0 -0
- package/templates/src/components/edit/pane/PanePanel_impression.tsx +0 -0
- package/templates/src/components/edit/pane/PanePanel_path.tsx +2 -2
- package/templates/src/components/edit/pane/PanePanel_slug.tsx +0 -0
- package/templates/src/components/edit/pane/PanePanel_title.tsx +0 -0
- package/templates/src/components/edit/panels/StyleBreakPanel.tsx +0 -0
- package/templates/src/components/edit/panels/StyleCodeHookPanel.tsx +0 -0
- package/templates/src/components/edit/panels/StyleElementPanel.tsx +0 -0
- package/templates/src/components/edit/panels/StyleElementPanel_add.tsx +1 -1
- package/templates/src/components/edit/panels/StyleElementPanel_remove.tsx +0 -0
- package/templates/src/components/edit/panels/StyleElementPanel_update.tsx +0 -0
- package/templates/src/components/edit/panels/StyleImagePanel.tsx +0 -0
- package/templates/src/components/edit/panels/StyleImagePanel_add.tsx +1 -1
- package/templates/src/components/edit/panels/StyleImagePanel_remove.tsx +0 -0
- package/templates/src/components/edit/panels/StyleImagePanel_update.tsx +0 -0
- package/templates/src/components/edit/panels/StyleLiElementPanel.tsx +0 -0
- package/templates/src/components/edit/panels/StyleLiElementPanel_add.tsx +1 -1
- package/templates/src/components/edit/panels/StyleLiElementPanel_remove.tsx +0 -0
- package/templates/src/components/edit/panels/StyleLiElementPanel_update.tsx +0 -0
- package/templates/src/components/edit/panels/StyleLinkPanel.tsx +0 -0
- package/templates/src/components/edit/panels/StyleLinkPanel_add.tsx +1 -1
- package/templates/src/components/edit/panels/StyleLinkPanel_config.tsx +1 -1
- package/templates/src/components/edit/panels/StyleLinkPanel_remove.tsx +0 -0
- package/templates/src/components/edit/panels/StyleLinkPanel_update.tsx +0 -0
- package/templates/src/components/edit/panels/StyleParentPanel.tsx +0 -0
- package/templates/src/components/edit/panels/StyleParentPanel_add.tsx +1 -1
- package/templates/src/components/edit/panels/StyleParentPanel_deleteLayer.tsx +0 -0
- package/templates/src/components/edit/panels/StyleParentPanel_remove.tsx +0 -0
- package/templates/src/components/edit/panels/StyleParentPanel_update.tsx +0 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel.tsx +2 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel_add.tsx +1 -1
- package/templates/src/components/edit/panels/StyleWidgetPanel_config.tsx +0 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel_remove.tsx +0 -0
- package/templates/src/components/edit/panels/StyleWidgetPanel_update.tsx +0 -0
- package/templates/src/components/edit/state/SaveModal.tsx +43 -49
- package/templates/src/components/edit/state/StylesMemory.tsx +0 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentConfigPanel.tsx +0 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentPanel_menu.tsx +0 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentPanel_og.tsx +0 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentPanel_slug.tsx +0 -0
- package/templates/src/components/edit/storyfragment/StoryFragmentPanel_title.tsx +0 -0
- package/templates/src/components/edit/widgets/BeliefWidget.tsx +0 -0
- package/templates/src/components/edit/widgets/BunnyWidget.tsx +0 -0
- package/templates/src/components/edit/widgets/IdentifyAsWidget.tsx +0 -0
- package/templates/src/components/edit/widgets/SignupWidget.tsx +0 -0
- package/templates/src/components/edit/widgets/ToggleWidget.tsx +0 -0
- package/templates/src/components/edit/widgets/YouTubeWidget.tsx +0 -0
- package/templates/src/components/fields/ActionBuilderTimeSelector.tsx +0 -0
- package/templates/src/components/fields/ArtpackImage.tsx +0 -0
- package/templates/src/components/fields/BackgroundImage.tsx +0 -0
- package/templates/src/components/fields/BackgroundImageWrapper.tsx +1 -1
- package/templates/src/components/fields/BooleanParam.tsx +0 -0
- package/templates/src/components/fields/BunnyMomentSelector.tsx +0 -0
- package/templates/src/components/fields/ColorPickerCombo.tsx +0 -0
- package/templates/src/components/fields/ImageUpload.tsx +0 -0
- package/templates/src/components/fields/MultiParam.tsx +0 -0
- package/templates/src/components/fields/PaneBreakCollectionSelector.tsx +0 -0
- package/templates/src/components/fields/PaneBreakShapeSelector.tsx +0 -0
- package/templates/src/components/fields/SelectedTailwindClass.tsx +0 -0
- package/templates/src/components/fields/SingleParam.tsx +0 -0
- package/templates/src/components/fields/ViewportComboBox.tsx +10 -3
- package/templates/src/components/form/ActionBuilderField.tsx +0 -0
- package/templates/src/components/form/ActionBuilderSlugSelector.tsx +0 -0
- package/templates/src/components/form/BooleanToggle.tsx +0 -0
- package/templates/src/components/form/ColorPicker.tsx +0 -0
- package/templates/src/components/form/DateTimeInput.tsx +0 -0
- package/templates/src/components/form/EnumSelect.tsx +0 -0
- package/templates/src/components/form/FileUpload.tsx +0 -0
- package/templates/src/components/form/MagicPathBuilder.tsx +0 -0
- package/templates/src/components/form/NumberInput.tsx +0 -0
- package/templates/src/components/form/ParagraphArrayInput.tsx +0 -0
- package/templates/src/components/form/StringArrayInput.tsx +0 -0
- package/templates/src/components/form/StringInput.tsx +0 -0
- package/templates/src/components/form/UnsavedChangesBar.tsx +0 -0
- package/templates/src/components/form/advanced/APIConfigSection.tsx +0 -0
- package/templates/src/components/form/advanced/AuthConfigSection.tsx +0 -0
- package/templates/src/components/form/brand/BrandAssetsSection.tsx +0 -0
- package/templates/src/components/form/brand/BrandColorsSection.tsx +0 -0
- package/templates/src/components/form/brand/SEOSection.tsx +0 -0
- package/templates/src/components/form/brand/SiteConfigSection.tsx +0 -0
- package/templates/src/components/form/brand/SocialLinksSection.tsx +0 -0
- package/templates/src/components/profile/ProfileConsent.tsx +0 -0
- package/templates/src/components/profile/ProfileCreate.tsx +0 -0
- package/templates/src/components/profile/ProfileEdit.tsx +0 -0
- package/templates/src/components/profile/ProfileSwitch.tsx +0 -0
- package/templates/src/components/profile/ProfileUnlock.tsx +0 -0
- package/templates/src/components/storykeep/Dashboard.tsx +0 -0
- package/templates/src/components/storykeep/Dashboard_Activity.tsx +0 -0
- package/templates/src/components/storykeep/Dashboard_Advanced.tsx +1 -1
- package/templates/src/components/storykeep/Dashboard_Analytics.tsx +30 -7
- package/templates/src/components/storykeep/Dashboard_Branding.tsx +0 -0
- package/templates/src/components/storykeep/Dashboard_Content.tsx +6 -0
- package/templates/src/components/storykeep/controls/UsageCell.tsx +0 -0
- package/templates/src/components/storykeep/controls/content/BeliefForm.tsx +0 -0
- package/templates/src/components/storykeep/controls/content/BeliefTable.tsx +0 -0
- package/templates/src/components/storykeep/controls/content/ContentBrowser.tsx +0 -0
- package/templates/src/components/storykeep/controls/content/ContentSummary.tsx +0 -0
- package/templates/src/components/storykeep/controls/content/KnownResourceForm.tsx +0 -0
- package/templates/src/components/storykeep/controls/content/KnownResourceTable.tsx +0 -0
- package/templates/src/components/storykeep/controls/content/ManageContent.tsx +0 -0
- package/templates/src/components/storykeep/controls/content/MenuForm.tsx +0 -0
- package/templates/src/components/storykeep/controls/content/MenuTable.tsx +0 -0
- package/templates/src/components/storykeep/controls/content/ResourceBulkIngest.tsx +0 -0
- package/templates/src/components/storykeep/controls/content/ResourceForm.tsx +0 -0
- package/templates/src/components/storykeep/controls/content/ResourceTable.tsx +0 -0
- package/templates/src/components/storykeep/controls/content/StoryFragmentTable.tsx +0 -0
- package/templates/src/components/storykeep/state/BrandingWrapper.tsx +0 -0
- package/templates/src/components/storykeep/state/FetchAnalytics.tsx +0 -0
- package/templates/src/components/storykeep/widgets/ResponsiveLine.tsx +0 -0
- package/templates/src/components/storykeep/widgets/Wizard.tsx +13 -6
- package/templates/src/components/tenant/RegistrationForm.tsx +5 -3
- package/templates/src/components/widgets/BunnyVideoHero.astro +0 -0
- package/templates/src/components/widgets/Impression.tsx +0 -0
- package/templates/src/components/widgets/ImpressionWrapper.tsx +0 -0
- package/templates/src/constants/beliefs.ts +0 -0
- package/templates/src/constants/brandThemes.ts +0 -0
- package/templates/src/constants/prompts.json +0 -0
- package/templates/src/constants/shapes.ts +0 -0
- package/templates/src/constants/stopWords.ts +0 -0
- package/templates/src/constants/tailwindColors.json +0 -0
- package/templates/src/constants.ts +0 -0
- package/templates/src/hooks/useFormState.ts +0 -0
- package/templates/src/layouts/Layout.astro +120 -11
- package/templates/src/lib/session.ts +0 -0
- package/templates/src/lib/storyData.ts +2 -1
- package/templates/src/middleware.ts +0 -0
- package/templates/src/pages/404.astro +0 -0
- package/templates/src/pages/[...slug]/edit.astro +9 -3
- package/templates/src/pages/[...slug].astro +3 -1
- package/templates/src/pages/api/auth/decode.ts +0 -0
- package/templates/src/pages/api/auth/login.ts +0 -0
- package/templates/src/pages/api/auth/logout.ts +0 -0
- package/templates/src/pages/api/auth/profile.ts +0 -0
- package/templates/src/pages/api/orphan-analysis.ts +0 -0
- package/templates/src/pages/api/tailwind.ts +10 -1
- package/templates/src/pages/collections/[param1].astro +0 -0
- package/templates/src/pages/context/[...contextSlug]/edit.astro +8 -2
- package/templates/src/pages/context/[...contextSlug].astro +7 -2
- package/templates/src/pages/llms.txt.ts +0 -0
- package/templates/src/pages/maint.astro +0 -0
- package/templates/src/pages/media/[...slug].astro +0 -0
- package/templates/src/pages/robots.txt.ts +0 -0
- package/templates/src/pages/sandbox/activate.astro +0 -0
- package/templates/src/pages/sandbox/register.astro +0 -0
- package/templates/src/pages/sandbox/success.astro +0 -0
- package/templates/src/pages/sitemap.xml.ts +0 -0
- package/templates/src/pages/storykeep/advanced.astro +1 -1
- package/templates/src/pages/storykeep/branding.astro +1 -1
- package/templates/src/pages/storykeep/content.astro +1 -1
- package/templates/src/pages/storykeep/init.astro +40 -1
- package/templates/src/pages/storykeep/login.astro +0 -0
- package/templates/src/pages/storykeep/logout.astro +0 -0
- package/templates/src/pages/storykeep/profile.astro +0 -0
- package/templates/src/pages/storykeep.astro +1 -1
- package/templates/src/stores/analytics.ts +0 -0
- package/templates/src/stores/backend.ts +0 -0
- package/templates/src/stores/navigation.ts +0 -0
- package/templates/src/stores/nodes.ts +32 -1
- package/templates/src/stores/nodesHistory.ts +0 -0
- package/templates/src/stores/notificationSystem.ts +0 -0
- package/templates/src/stores/orphanAnalysis.ts +0 -0
- package/templates/src/stores/storykeep.ts +5 -0
- package/templates/src/types/astro.ts +0 -0
- package/templates/src/types/compositorTypes.ts +0 -0
- package/templates/src/types/formTypes.ts +0 -0
- package/templates/src/types/multiTenant.ts +0 -0
- package/templates/src/types/nodeProps.ts +0 -0
- package/templates/src/types/tractstack.ts +0 -0
- package/templates/src/utils/aai/getTitleSlug.ts +0 -0
- package/templates/src/utils/actions/actionButton.ts +0 -0
- package/templates/src/utils/actions/lispLexer.ts +0 -0
- package/templates/src/utils/actions/preParse_Action.ts +0 -0
- package/templates/src/utils/actions/preParse_Bunny.ts +0 -0
- package/templates/src/utils/actions/preParse_Clicked.ts +0 -0
- package/templates/src/utils/actions/preParse_Impression.ts +0 -0
- package/templates/src/utils/api/advancedConfig.ts +0 -0
- package/templates/src/utils/api/advancedHelpers.ts +0 -0
- package/templates/src/utils/api/beliefConfig.ts +0 -0
- package/templates/src/utils/api/beliefHelpers.ts +0 -0
- package/templates/src/utils/api/brandConfig.ts +0 -0
- package/templates/src/utils/api/brandHelpers.ts +0 -0
- package/templates/src/utils/api/fileHelpers.ts +0 -0
- package/templates/src/utils/api/menuConfig.ts +0 -0
- package/templates/src/utils/api/menuHelpers.ts +0 -0
- package/templates/src/utils/api/resourceConfig.ts +0 -0
- package/templates/src/utils/api/resourceHelpers.ts +0 -0
- package/templates/src/utils/api/tenantConfig.ts +0 -0
- package/templates/src/utils/api/tenantHelpers.ts +0 -0
- package/templates/src/utils/api.ts +0 -0
- package/templates/src/utils/auth.ts +0 -0
- package/templates/src/utils/backend.ts +0 -0
- package/templates/src/utils/compositor/TemplateMarkdowns.ts +0 -0
- package/templates/src/utils/compositor/TemplateNodes.ts +0 -0
- package/templates/src/utils/compositor/TemplatePanes.ts +0 -0
- package/templates/src/utils/compositor/allowInsert.ts +0 -0
- package/templates/src/utils/compositor/domHelpers.ts +0 -0
- package/templates/src/utils/compositor/handleClickEvent.ts +0 -0
- package/templates/src/utils/compositor/nodesHelper.ts +0 -0
- package/templates/src/utils/compositor/nodesMarkdownGenerator.ts +0 -0
- package/templates/src/utils/compositor/processMarkdown.ts +0 -0
- package/templates/src/utils/compositor/reduceNodesClassNames.ts +0 -0
- package/templates/src/utils/compositor/tailwindClasses.ts +0 -0
- package/templates/src/utils/compositor/tailwindColors.ts +0 -0
- package/templates/src/utils/compositor/templateMarkdownStyles.ts +8 -0
- package/templates/src/utils/compositor/typeGuards.ts +0 -0
- package/templates/src/utils/etl/extractor.ts +0 -0
- package/templates/src/utils/etl/index.ts +0 -0
- package/templates/src/utils/etl/loader.ts +0 -0
- package/templates/src/utils/etl/transformer.ts +0 -0
- package/templates/src/utils/helpers.ts +1 -0
- package/templates/src/utils/layout.ts +6 -6
- package/templates/src/utils/profileStorage.ts +0 -0
- package/templates/src/utils/useInterval.ts +0 -0
- package/templates/tailwind.config.cjs +0 -0
- package/utils/create-resolver.ts +0 -0
- package/utils/inject-files.ts +17 -1
- package/utils/validate-config.ts +0 -0
|
@@ -31,6 +31,45 @@ const mainStylesUrl = isDev
|
|
|
31
31
|
<link rel="stylesheet" href={mainStylesUrl} />
|
|
32
32
|
</head>
|
|
33
33
|
<body class="h-full">
|
|
34
|
-
<
|
|
34
|
+
<div class="max-w-5xl p-3.5 md:p-8">
|
|
35
|
+
<RegistrationForm client:load isInitMode={true} />
|
|
36
|
+
</div>
|
|
37
|
+
|
|
38
|
+
<script>
|
|
39
|
+
// Ensure clean slate for fresh installation
|
|
40
|
+
(function initCleanSlate() {
|
|
41
|
+
try {
|
|
42
|
+
// Clear admin/editor auth cookies
|
|
43
|
+
document.cookie =
|
|
44
|
+
'admin_auth=; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT; SameSite=Lax';
|
|
45
|
+
document.cookie =
|
|
46
|
+
'editor_auth=; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT; SameSite=Lax';
|
|
47
|
+
|
|
48
|
+
// Clear all TractStack localStorage items
|
|
49
|
+
const tractStackKeys = [];
|
|
50
|
+
for (let i = 0; i < localStorage.length; i++) {
|
|
51
|
+
const key = localStorage.key(i);
|
|
52
|
+
if (key && key.startsWith('tractstack_')) {
|
|
53
|
+
tractStackKeys.push(key);
|
|
54
|
+
}
|
|
55
|
+
}
|
|
56
|
+
tractStackKeys.forEach((key) => localStorage.removeItem(key));
|
|
57
|
+
|
|
58
|
+
// Clear session-related items
|
|
59
|
+
localStorage.removeItem('tractstack_session_id');
|
|
60
|
+
localStorage.removeItem('tractstack_fingerprint');
|
|
61
|
+
localStorage.removeItem('tractstack_visit');
|
|
62
|
+
localStorage.removeItem('tractstack_entered_tracked');
|
|
63
|
+
|
|
64
|
+
// Clear session cookie
|
|
65
|
+
document.cookie =
|
|
66
|
+
'tractstack_session_id=; path=/; expires=Thu, 01 Jan 1970 00:00:00 GMT; SameSite=Lax';
|
|
67
|
+
|
|
68
|
+
console.log('TractStack: Clean slate initialization complete');
|
|
69
|
+
} catch (error) {
|
|
70
|
+
console.warn('TractStack: Error during clean slate init:', error);
|
|
71
|
+
}
|
|
72
|
+
})();
|
|
73
|
+
</script>
|
|
35
74
|
</body>
|
|
36
75
|
</html>
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -52,7 +52,7 @@ try {
|
|
|
52
52
|
|
|
53
53
|
<Layout title={title} isStoryKeep={true} slug="storykeep">
|
|
54
54
|
<main id="main-content" class="min-h-screen w-full">
|
|
55
|
-
<div class="p-3.5 md:p-8">
|
|
55
|
+
<div class="max-w-5xl p-3.5 md:p-8">
|
|
56
56
|
<StoryKeepDashboard
|
|
57
57
|
client:only="react"
|
|
58
58
|
fullContentMap={fullContentMap}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -2316,10 +2316,41 @@ export class NodesContext {
|
|
|
2316
2316
|
|
|
2317
2317
|
getDirtyNodesClassData(): { dirtyPaneIds: string[]; classes: string[] } {
|
|
2318
2318
|
const dirtyNodes = this.getDirtyNodes();
|
|
2319
|
+
|
|
2319
2320
|
const dirtyPaneIds = dirtyNodes
|
|
2320
2321
|
.filter((node) => node.nodeType === 'Pane')
|
|
2321
2322
|
.map((node) => node.id);
|
|
2322
|
-
|
|
2323
|
+
|
|
2324
|
+
// Collect all nodes that need class extraction
|
|
2325
|
+
const allNodesToExtract: BaseNode[] = [];
|
|
2326
|
+
|
|
2327
|
+
// Find root dirty nodes (dirty nodes whose parents are NOT dirty)
|
|
2328
|
+
const dirtyNodeIds = new Set(dirtyNodes.map((n) => n.id));
|
|
2329
|
+
const rootDirtyNodes = dirtyNodes.filter(
|
|
2330
|
+
(node) => !node.parentId || !dirtyNodeIds.has(node.parentId)
|
|
2331
|
+
);
|
|
2332
|
+
|
|
2333
|
+
// For each root dirty node, traverse all descendants
|
|
2334
|
+
rootDirtyNodes.forEach((rootNode) => {
|
|
2335
|
+
// Add the root node itself
|
|
2336
|
+
allNodesToExtract.push(rootNode);
|
|
2337
|
+
|
|
2338
|
+
// Traverse all descendants using breadth-first
|
|
2339
|
+
const queue = [...this.getChildNodeIDs(rootNode.id)];
|
|
2340
|
+
while (queue.length > 0) {
|
|
2341
|
+
const currentId = queue.shift();
|
|
2342
|
+
if (!currentId) continue;
|
|
2343
|
+
|
|
2344
|
+
const currentNode = this.allNodes.get().get(currentId);
|
|
2345
|
+
if (currentNode) {
|
|
2346
|
+
allNodesToExtract.push(currentNode);
|
|
2347
|
+
const childrenIds = this.getChildNodeIDs(currentId);
|
|
2348
|
+
queue.push(...childrenIds);
|
|
2349
|
+
}
|
|
2350
|
+
}
|
|
2351
|
+
});
|
|
2352
|
+
|
|
2353
|
+
const classes = extractClassesFromNodes(allNodesToExtract);
|
|
2323
2354
|
|
|
2324
2355
|
return { dirtyPaneIds, classes };
|
|
2325
2356
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { atom, map } from 'nanostores';
|
|
2
2
|
import { persistentAtom } from '@nanostores/persistent';
|
|
3
3
|
import { handleSettingsPanelMobile } from '@/utils/layout';
|
|
4
|
+
import { getCtx, ROOT_NODE_NAME } from '@/stores/nodes';
|
|
4
5
|
import type {
|
|
5
6
|
FullContentMapItem,
|
|
6
7
|
Theme,
|
|
@@ -116,6 +117,10 @@ export const setViewportMode = (mode: ViewportKey) => {
|
|
|
116
117
|
} else {
|
|
117
118
|
viewportKeyStore.setKey('value', mode);
|
|
118
119
|
}
|
|
120
|
+
|
|
121
|
+
// Notify root node to trigger coordinated re-render
|
|
122
|
+
const ctx = getCtx();
|
|
123
|
+
ctx.notifyNode(ROOT_NODE_NAME);
|
|
119
124
|
};
|
|
120
125
|
|
|
121
126
|
export const toggleShowAnalytics = () => {
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -359,6 +359,7 @@ export function getJustCopyDesign(
|
|
|
359
359
|
baseClasses[2].mobile.textWRAP = 'pretty';
|
|
360
360
|
baseClasses[2].mobile.maxW = '3xl';
|
|
361
361
|
if (bordered) {
|
|
362
|
+
baseClasses[2].mobile.rounded = 'lg';
|
|
362
363
|
baseClasses[2].mobile.bgCOLOR = getColor(
|
|
363
364
|
{
|
|
364
365
|
light: useOdd ? 'brand-2' : 'white',
|
|
@@ -383,6 +384,7 @@ export function getJustCopyDesign(
|
|
|
383
384
|
baseClasses[2].mobile.textALIGN = 'center';
|
|
384
385
|
baseClasses[2].mobile.textWRAP = 'balance';
|
|
385
386
|
if (bordered) {
|
|
387
|
+
baseClasses[2].mobile.rounded = 'lg';
|
|
386
388
|
baseClasses[2].mobile.bgCOLOR = getColor(
|
|
387
389
|
{
|
|
388
390
|
light: useOdd ? 'brand-2' : 'white',
|
|
@@ -405,6 +407,7 @@ export function getJustCopyDesign(
|
|
|
405
407
|
baseClasses[2].mobile.textALIGN = 'left';
|
|
406
408
|
baseClasses[2].mobile.textWRAP = 'pretty';
|
|
407
409
|
if (bordered) {
|
|
410
|
+
baseClasses[2].mobile.rounded = 'lg';
|
|
408
411
|
baseClasses[2].mobile.bgCOLOR = getColor(
|
|
409
412
|
{
|
|
410
413
|
light: useOdd ? 'brand-2' : 'white',
|
|
@@ -503,6 +506,7 @@ export function getSubTitleDesign(
|
|
|
503
506
|
baseClasses[2].mobile.textWRAP = 'pretty';
|
|
504
507
|
baseClasses[2].mobile.maxW = '3xl';
|
|
505
508
|
if (bordered) {
|
|
509
|
+
baseClasses[2].mobile.rounded = 'lg';
|
|
506
510
|
baseClasses[2].mobile.bgCOLOR = getColor(
|
|
507
511
|
{
|
|
508
512
|
light: useOdd ? 'brand-2' : 'white',
|
|
@@ -552,6 +556,7 @@ export function getSubTitleDesign(
|
|
|
552
556
|
baseClasses[2].mobile.textALIGN = 'center';
|
|
553
557
|
baseClasses[2].mobile.textWRAP = 'balance';
|
|
554
558
|
if (bordered) {
|
|
559
|
+
baseClasses[2].mobile.rounded = 'lg';
|
|
555
560
|
baseClasses[2].mobile.bgCOLOR = getColor(
|
|
556
561
|
{
|
|
557
562
|
light: useOdd ? 'brand-2' : 'white',
|
|
@@ -647,6 +652,7 @@ export function getSubTitleDesign(
|
|
|
647
652
|
baseClasses[2].mobile.textALIGN = 'center';
|
|
648
653
|
baseClasses[2].mobile.textWRAP = 'balance';
|
|
649
654
|
if (bordered) {
|
|
655
|
+
baseClasses[2].mobile.rounded = 'lg';
|
|
650
656
|
baseClasses[2].mobile.bgCOLOR = getColor(
|
|
651
657
|
{
|
|
652
658
|
light: useOdd ? 'brand-2' : 'white',
|
|
@@ -741,6 +747,7 @@ export function getSubTitleDesign(
|
|
|
741
747
|
baseClasses[2].mobile.textALIGN = 'left';
|
|
742
748
|
baseClasses[2].mobile.textWRAP = 'pretty';
|
|
743
749
|
if (bordered) {
|
|
750
|
+
baseClasses[2].mobile.rounded = 'lg';
|
|
744
751
|
baseClasses[2].mobile.bgCOLOR = getColor(
|
|
745
752
|
{
|
|
746
753
|
light: useOdd ? 'brand-2' : 'white',
|
|
@@ -986,6 +993,7 @@ export const getIntroDesign = (
|
|
|
986
993
|
(parentClasses[2].mobile.textALIGN = 'center');
|
|
987
994
|
parentClasses[2].mobile.textWRAP = 'balance';
|
|
988
995
|
if (bordered) {
|
|
996
|
+
parentClasses[2].mobile.rounded = 'lg';
|
|
989
997
|
parentClasses[2].mobile.bgCOLOR = getColor(
|
|
990
998
|
{
|
|
991
999
|
light: useOdd ? 'brand-2' : 'white',
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
@@ -113,9 +113,9 @@ export function setupLayoutObservers(): void {
|
|
|
113
113
|
toolModeNav.style.left = '0';
|
|
114
114
|
|
|
115
115
|
// Add margin to main content when nav becomes fixed (nav no longer takes flex space)
|
|
116
|
-
if (mainContent) {
|
|
117
|
-
|
|
118
|
-
}
|
|
116
|
+
//if (mainContent) {
|
|
117
|
+
// mainContent.classList.add('md:ml-16');
|
|
118
|
+
//}
|
|
119
119
|
} else {
|
|
120
120
|
// Normal static positioning when header is visible
|
|
121
121
|
toolModeNav.classList.remove('md:fixed');
|
|
@@ -124,9 +124,9 @@ export function setupLayoutObservers(): void {
|
|
|
124
124
|
toolModeNav.style.left = '';
|
|
125
125
|
|
|
126
126
|
// Remove margin from main content when nav is static (nav takes flex space naturally)
|
|
127
|
-
if (mainContent) {
|
|
128
|
-
|
|
129
|
-
}
|
|
127
|
+
//if (mainContent) {
|
|
128
|
+
// mainContent.classList.remove('md:ml-16');
|
|
129
|
+
//}
|
|
130
130
|
}
|
|
131
131
|
}
|
|
132
132
|
};
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
package/utils/create-resolver.ts
CHANGED
|
File without changes
|
package/utils/inject-files.ts
CHANGED
|
@@ -29,7 +29,15 @@ export async function injectTemplateFiles(
|
|
|
29
29
|
dest: 'env.example',
|
|
30
30
|
},
|
|
31
31
|
{
|
|
32
|
-
src: resolve('../templates
|
|
32
|
+
src: resolve('../templates/prettierrc'),
|
|
33
|
+
dest: '.prettierrc',
|
|
34
|
+
},
|
|
35
|
+
{
|
|
36
|
+
src: resolve('../templates/prettierignore'),
|
|
37
|
+
dest: '.prettierignore',
|
|
38
|
+
},
|
|
39
|
+
{
|
|
40
|
+
src: resolve('../templates/gitignore'),
|
|
33
41
|
dest: '.gitignore',
|
|
34
42
|
},
|
|
35
43
|
{
|
|
@@ -1530,6 +1538,14 @@ export async function injectTemplateFiles(
|
|
|
1530
1538
|
src: resolve('../templates/brand/static.jpg'),
|
|
1531
1539
|
dest: 'public/static.jpg',
|
|
1532
1540
|
},
|
|
1541
|
+
{
|
|
1542
|
+
src: resolve('../templates/brand/og.png'),
|
|
1543
|
+
dest: 'public/brand/og.png',
|
|
1544
|
+
},
|
|
1545
|
+
{
|
|
1546
|
+
src: resolve('../templates/brand/oglogo.png'),
|
|
1547
|
+
dest: 'public/brand/oglogo.png',
|
|
1548
|
+
},
|
|
1533
1549
|
{
|
|
1534
1550
|
src: resolve('../templates/brand/favicon.ico'),
|
|
1535
1551
|
dest: 'public/brand/favicon.ico',
|
package/utils/validate-config.ts
CHANGED
|
File without changes
|