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,116 @@
|
|
|
1
|
+
export const stopWords = new Set([
|
|
2
|
+
'a',
|
|
3
|
+
'an',
|
|
4
|
+
'and',
|
|
5
|
+
'are',
|
|
6
|
+
'as',
|
|
7
|
+
'at',
|
|
8
|
+
'be',
|
|
9
|
+
'by',
|
|
10
|
+
'for',
|
|
11
|
+
'from',
|
|
12
|
+
'has',
|
|
13
|
+
'he',
|
|
14
|
+
'in',
|
|
15
|
+
'is',
|
|
16
|
+
'it',
|
|
17
|
+
'its',
|
|
18
|
+
'of',
|
|
19
|
+
'on',
|
|
20
|
+
'that',
|
|
21
|
+
'the',
|
|
22
|
+
'to',
|
|
23
|
+
'was',
|
|
24
|
+
'were',
|
|
25
|
+
'will',
|
|
26
|
+
'with',
|
|
27
|
+
'i',
|
|
28
|
+
'me',
|
|
29
|
+
'my',
|
|
30
|
+
'myself',
|
|
31
|
+
'we',
|
|
32
|
+
'our',
|
|
33
|
+
'ours',
|
|
34
|
+
'ourselves',
|
|
35
|
+
'you',
|
|
36
|
+
'your',
|
|
37
|
+
'yours',
|
|
38
|
+
'yourself',
|
|
39
|
+
'yourselves',
|
|
40
|
+
'he',
|
|
41
|
+
'him',
|
|
42
|
+
'his',
|
|
43
|
+
'himself',
|
|
44
|
+
'she',
|
|
45
|
+
'her',
|
|
46
|
+
'hers',
|
|
47
|
+
'herself',
|
|
48
|
+
'it',
|
|
49
|
+
'its',
|
|
50
|
+
'itself',
|
|
51
|
+
'they',
|
|
52
|
+
'them',
|
|
53
|
+
'their',
|
|
54
|
+
'theirs',
|
|
55
|
+
'themselves',
|
|
56
|
+
'what',
|
|
57
|
+
'which',
|
|
58
|
+
'who',
|
|
59
|
+
'whom',
|
|
60
|
+
'this',
|
|
61
|
+
'that',
|
|
62
|
+
'these',
|
|
63
|
+
'those',
|
|
64
|
+
'am',
|
|
65
|
+
'is',
|
|
66
|
+
'are',
|
|
67
|
+
'was',
|
|
68
|
+
'were',
|
|
69
|
+
'be',
|
|
70
|
+
'been',
|
|
71
|
+
'being',
|
|
72
|
+
'have',
|
|
73
|
+
'has',
|
|
74
|
+
'had',
|
|
75
|
+
'having',
|
|
76
|
+
'do',
|
|
77
|
+
'does',
|
|
78
|
+
'did',
|
|
79
|
+
'doing',
|
|
80
|
+
'but',
|
|
81
|
+
'if',
|
|
82
|
+
'or',
|
|
83
|
+
'because',
|
|
84
|
+
'as',
|
|
85
|
+
'until',
|
|
86
|
+
'while',
|
|
87
|
+
'of',
|
|
88
|
+
'at',
|
|
89
|
+
'by',
|
|
90
|
+
'for',
|
|
91
|
+
'with',
|
|
92
|
+
'about',
|
|
93
|
+
'against',
|
|
94
|
+
'between',
|
|
95
|
+
'into',
|
|
96
|
+
'through',
|
|
97
|
+
'during',
|
|
98
|
+
'before',
|
|
99
|
+
'after',
|
|
100
|
+
'above',
|
|
101
|
+
'below',
|
|
102
|
+
'to',
|
|
103
|
+
'from',
|
|
104
|
+
'up',
|
|
105
|
+
'down',
|
|
106
|
+
'in',
|
|
107
|
+
'out',
|
|
108
|
+
'on',
|
|
109
|
+
'off',
|
|
110
|
+
'over',
|
|
111
|
+
'under',
|
|
112
|
+
'again',
|
|
113
|
+
'further',
|
|
114
|
+
'then',
|
|
115
|
+
'once',
|
|
116
|
+
]);
|
|
@@ -0,0 +1,344 @@
|
|
|
1
|
+
{
|
|
2
|
+
"defaultColors": [
|
|
3
|
+
"#10120d",
|
|
4
|
+
"#fcfcfc",
|
|
5
|
+
"#f58333",
|
|
6
|
+
"#c8df8c",
|
|
7
|
+
"#293f58",
|
|
8
|
+
"#a7b1b7",
|
|
9
|
+
"#393d34",
|
|
10
|
+
"#e3e3e3"
|
|
11
|
+
],
|
|
12
|
+
"customColors": {
|
|
13
|
+
"mywhite": "#fcfcfc",
|
|
14
|
+
"myoffwhite": "#e3e3e3",
|
|
15
|
+
"mylightgrey": "#a7b1b7",
|
|
16
|
+
"myblue": "#293f58",
|
|
17
|
+
"mygreen": "#c8df8c",
|
|
18
|
+
"myorange": "#f58333",
|
|
19
|
+
"mydarkgrey": "#393d34",
|
|
20
|
+
"myblack": "#10120d",
|
|
21
|
+
"black": "#000000",
|
|
22
|
+
"white": "#ffffff",
|
|
23
|
+
"brand-1": "var(--brand-1)",
|
|
24
|
+
"brand-2": "var(--brand-2)",
|
|
25
|
+
"brand-3": "var(--brand-3)",
|
|
26
|
+
"brand-4": "var(--brand-4)",
|
|
27
|
+
"brand-5": "var(--brand-5)",
|
|
28
|
+
"brand-6": "var(--brand-6)",
|
|
29
|
+
"brand-7": "var(--brand-7)",
|
|
30
|
+
"brand-8": "var(--brand-8)"
|
|
31
|
+
},
|
|
32
|
+
"tailwindColors": {
|
|
33
|
+
"slate": [
|
|
34
|
+
"#f8fafc",
|
|
35
|
+
"#f1f5f9",
|
|
36
|
+
"#e2e8f0",
|
|
37
|
+
"#cbd5e1",
|
|
38
|
+
"#94a3b8",
|
|
39
|
+
"#64748b",
|
|
40
|
+
"#475569",
|
|
41
|
+
"#334155",
|
|
42
|
+
"#1e293b",
|
|
43
|
+
"#0f172a",
|
|
44
|
+
"#020617"
|
|
45
|
+
],
|
|
46
|
+
"gray": [
|
|
47
|
+
"#f9fafb",
|
|
48
|
+
"#f3f4f6",
|
|
49
|
+
"#e5e7eb",
|
|
50
|
+
"#d1d5db",
|
|
51
|
+
"#9ca3af",
|
|
52
|
+
"#6b7280",
|
|
53
|
+
"#4b5563",
|
|
54
|
+
"#374151",
|
|
55
|
+
"#1f2937",
|
|
56
|
+
"#111827",
|
|
57
|
+
"#030712"
|
|
58
|
+
],
|
|
59
|
+
"zinc": [
|
|
60
|
+
"#fafafa",
|
|
61
|
+
"#f4f4f5",
|
|
62
|
+
"#e4e4e7",
|
|
63
|
+
"#d4d4d8",
|
|
64
|
+
"#a1a1aa",
|
|
65
|
+
"#71717a",
|
|
66
|
+
"#52525b",
|
|
67
|
+
"#3f3f46",
|
|
68
|
+
"#27272a",
|
|
69
|
+
"#18181b",
|
|
70
|
+
"#09090b"
|
|
71
|
+
],
|
|
72
|
+
"neutral": [
|
|
73
|
+
"#fafafa",
|
|
74
|
+
"#f5f5f5",
|
|
75
|
+
"#e5e5e5",
|
|
76
|
+
"#d4d4d4",
|
|
77
|
+
"#a3a3a3",
|
|
78
|
+
"#737373",
|
|
79
|
+
"#525252",
|
|
80
|
+
"#404040",
|
|
81
|
+
"#262626",
|
|
82
|
+
"#171717",
|
|
83
|
+
"#0a0a0a"
|
|
84
|
+
],
|
|
85
|
+
"stone": [
|
|
86
|
+
"#fafaf9",
|
|
87
|
+
"#f5f5f4",
|
|
88
|
+
"#e7e5e4",
|
|
89
|
+
"#d6d3d1",
|
|
90
|
+
"#a8a29e",
|
|
91
|
+
"#78716c",
|
|
92
|
+
"#57534e",
|
|
93
|
+
"#44403c",
|
|
94
|
+
"#292524",
|
|
95
|
+
"#1c1917",
|
|
96
|
+
"#0c0a09"
|
|
97
|
+
],
|
|
98
|
+
"red": [
|
|
99
|
+
"#fef2f2",
|
|
100
|
+
"#fee2e2",
|
|
101
|
+
"#fecaca",
|
|
102
|
+
"#fca5a5",
|
|
103
|
+
"#f87171",
|
|
104
|
+
"#ef4444",
|
|
105
|
+
"#dc2626",
|
|
106
|
+
"#b91c1c",
|
|
107
|
+
"#991b1b",
|
|
108
|
+
"#7f1d1d",
|
|
109
|
+
"#450a0a"
|
|
110
|
+
],
|
|
111
|
+
"orange": [
|
|
112
|
+
"#fff7ed",
|
|
113
|
+
"#ffedd5",
|
|
114
|
+
"#fed7aa",
|
|
115
|
+
"#fdba74",
|
|
116
|
+
"#fb923c",
|
|
117
|
+
"#f97316",
|
|
118
|
+
"#ea580c",
|
|
119
|
+
"#c2410c",
|
|
120
|
+
"#9a3412",
|
|
121
|
+
"#7c2d12",
|
|
122
|
+
"#431407"
|
|
123
|
+
],
|
|
124
|
+
"amber": [
|
|
125
|
+
"#fffbeb",
|
|
126
|
+
"#fef3c7",
|
|
127
|
+
"#fde68a",
|
|
128
|
+
"#fcd34d",
|
|
129
|
+
"#fbbf24",
|
|
130
|
+
"#f59e0b",
|
|
131
|
+
"#d97706",
|
|
132
|
+
"#b45309",
|
|
133
|
+
"#92400e",
|
|
134
|
+
"#78350f",
|
|
135
|
+
"#451a03"
|
|
136
|
+
],
|
|
137
|
+
"yellow": [
|
|
138
|
+
"#fefce8",
|
|
139
|
+
"#fef9c3",
|
|
140
|
+
"#fef08a",
|
|
141
|
+
"#fde047",
|
|
142
|
+
"#facc15",
|
|
143
|
+
"#eab308",
|
|
144
|
+
"#ca8a04",
|
|
145
|
+
"#a16207",
|
|
146
|
+
"#854d0e",
|
|
147
|
+
"#713f12",
|
|
148
|
+
"#422006"
|
|
149
|
+
],
|
|
150
|
+
"lime": [
|
|
151
|
+
"#f7fee7",
|
|
152
|
+
"#ecfccb",
|
|
153
|
+
"#d9f99d",
|
|
154
|
+
"#bef264",
|
|
155
|
+
"#a3e635",
|
|
156
|
+
"#84cc16",
|
|
157
|
+
"#65a30d",
|
|
158
|
+
"#4d7c0f",
|
|
159
|
+
"#3f6212",
|
|
160
|
+
"#365314",
|
|
161
|
+
"#1a2e05"
|
|
162
|
+
],
|
|
163
|
+
"green": [
|
|
164
|
+
"#f0fdf4",
|
|
165
|
+
"#dcfce7",
|
|
166
|
+
"#bbf7d0",
|
|
167
|
+
"#86efac",
|
|
168
|
+
"#4ade80",
|
|
169
|
+
"#22c55e",
|
|
170
|
+
"#16a34a",
|
|
171
|
+
"#15803d",
|
|
172
|
+
"#166534",
|
|
173
|
+
"#14532d",
|
|
174
|
+
"#052e16"
|
|
175
|
+
],
|
|
176
|
+
"emerald": [
|
|
177
|
+
"#ecfdf5",
|
|
178
|
+
"#d1fae5",
|
|
179
|
+
"#a7f3d0",
|
|
180
|
+
"#6ee7b7",
|
|
181
|
+
"#34d399",
|
|
182
|
+
"#10b981",
|
|
183
|
+
"#059669",
|
|
184
|
+
"#047857",
|
|
185
|
+
"#065f46",
|
|
186
|
+
"#064e3b",
|
|
187
|
+
"#022c22"
|
|
188
|
+
],
|
|
189
|
+
"teal": [
|
|
190
|
+
"#f0fdfa",
|
|
191
|
+
"#ccfbf1",
|
|
192
|
+
"#99f6e4",
|
|
193
|
+
"#5eead4",
|
|
194
|
+
"#2dd4bf",
|
|
195
|
+
"#14b8a6",
|
|
196
|
+
"#0d9488",
|
|
197
|
+
"#0f766e",
|
|
198
|
+
"#115e59",
|
|
199
|
+
"#134e4a",
|
|
200
|
+
"#042f2e"
|
|
201
|
+
],
|
|
202
|
+
"cyan": [
|
|
203
|
+
"#ecfeff",
|
|
204
|
+
"#cffafe",
|
|
205
|
+
"#a5f3fc",
|
|
206
|
+
"#67e8f9",
|
|
207
|
+
"#22d3ee",
|
|
208
|
+
"#06b6d4",
|
|
209
|
+
"#0891b2",
|
|
210
|
+
"#0e7490",
|
|
211
|
+
"#155e75",
|
|
212
|
+
"#164e63",
|
|
213
|
+
"#083344"
|
|
214
|
+
],
|
|
215
|
+
"sky": [
|
|
216
|
+
"#f0f9ff",
|
|
217
|
+
"#e0f2fe",
|
|
218
|
+
"#bae6fd",
|
|
219
|
+
"#7dd3fc",
|
|
220
|
+
"#38bdf8",
|
|
221
|
+
"#0ea5e9",
|
|
222
|
+
"#0284c7",
|
|
223
|
+
"#0369a1",
|
|
224
|
+
"#075985",
|
|
225
|
+
"#0c4a6e",
|
|
226
|
+
"#082f49"
|
|
227
|
+
],
|
|
228
|
+
"blue": [
|
|
229
|
+
"#eff6ff",
|
|
230
|
+
"#dbeafe",
|
|
231
|
+
"#bfdbfe",
|
|
232
|
+
"#93c5fd",
|
|
233
|
+
"#60a5fa",
|
|
234
|
+
"#3b82f6",
|
|
235
|
+
"#2563eb",
|
|
236
|
+
"#1d4ed8",
|
|
237
|
+
"#1e40af",
|
|
238
|
+
"#1e3a8a",
|
|
239
|
+
"#172554"
|
|
240
|
+
],
|
|
241
|
+
"indigo": [
|
|
242
|
+
"#eef2ff",
|
|
243
|
+
"#e0e7ff",
|
|
244
|
+
"#c7d2fe",
|
|
245
|
+
"#a5b4fc",
|
|
246
|
+
"#818cf8",
|
|
247
|
+
"#6366f1",
|
|
248
|
+
"#4f46e5",
|
|
249
|
+
"#4338ca",
|
|
250
|
+
"#3730a3",
|
|
251
|
+
"#312e81",
|
|
252
|
+
"#1e1b4b"
|
|
253
|
+
],
|
|
254
|
+
"violet": [
|
|
255
|
+
"#f5f3ff",
|
|
256
|
+
"#ede9fe",
|
|
257
|
+
"#ddd6fe",
|
|
258
|
+
"#c4b5fd",
|
|
259
|
+
"#a78bfa",
|
|
260
|
+
"#8b5cf6",
|
|
261
|
+
"#7c3aed",
|
|
262
|
+
"#6d28d9",
|
|
263
|
+
"#5b21b6",
|
|
264
|
+
"#4c1d95",
|
|
265
|
+
"#2e1065"
|
|
266
|
+
],
|
|
267
|
+
"purple": [
|
|
268
|
+
"#faf5ff",
|
|
269
|
+
"#f3e8ff",
|
|
270
|
+
"#e9d5ff",
|
|
271
|
+
"#d8b4fe",
|
|
272
|
+
"#c084fc",
|
|
273
|
+
"#a855f7",
|
|
274
|
+
"#9333ea",
|
|
275
|
+
"#7e22ce",
|
|
276
|
+
"#6b21a8",
|
|
277
|
+
"#581c87",
|
|
278
|
+
"#3b0764"
|
|
279
|
+
],
|
|
280
|
+
"fuchsia": [
|
|
281
|
+
"#fdf4ff",
|
|
282
|
+
"#fae8ff",
|
|
283
|
+
"#f5d0fe",
|
|
284
|
+
"#f0abfc",
|
|
285
|
+
"#e879f9",
|
|
286
|
+
"#d946ef",
|
|
287
|
+
"#c026d3",
|
|
288
|
+
"#a21caf",
|
|
289
|
+
"#86198f",
|
|
290
|
+
"#701a75",
|
|
291
|
+
"#4a044e"
|
|
292
|
+
],
|
|
293
|
+
"pink": [
|
|
294
|
+
"#fdf2f8",
|
|
295
|
+
"#fce7f3",
|
|
296
|
+
"#fbcfe8",
|
|
297
|
+
"#f9a8d4",
|
|
298
|
+
"#f472b6",
|
|
299
|
+
"#ec4899",
|
|
300
|
+
"#db2777",
|
|
301
|
+
"#be185d",
|
|
302
|
+
"#9d174d",
|
|
303
|
+
"#831843",
|
|
304
|
+
"#500724"
|
|
305
|
+
],
|
|
306
|
+
"rose": [
|
|
307
|
+
"#fff1f2",
|
|
308
|
+
"#ffe4e6",
|
|
309
|
+
"#fecdd3",
|
|
310
|
+
"#fda4af",
|
|
311
|
+
"#fb7185",
|
|
312
|
+
"#f43f5e",
|
|
313
|
+
"#e11d48",
|
|
314
|
+
"#be123c",
|
|
315
|
+
"#9f1239",
|
|
316
|
+
"#881337",
|
|
317
|
+
"#4c0519"
|
|
318
|
+
]
|
|
319
|
+
},
|
|
320
|
+
"colorStyles": [
|
|
321
|
+
"textCOLOR",
|
|
322
|
+
"bgCOLOR",
|
|
323
|
+
"textDECORATIONCOLOR",
|
|
324
|
+
"accentCOLOR",
|
|
325
|
+
"borderCOLOR",
|
|
326
|
+
"divideCOLOR",
|
|
327
|
+
"outlineCOLOR",
|
|
328
|
+
"ringCOLOR",
|
|
329
|
+
"ringOffsetCOLOR",
|
|
330
|
+
"fill",
|
|
331
|
+
"strokeCOLOR",
|
|
332
|
+
"placeholderCOLOR",
|
|
333
|
+
"boxShadowCOLOR",
|
|
334
|
+
"bgColour",
|
|
335
|
+
"textDECORATIONCOLOUR",
|
|
336
|
+
"borderCOLOUR",
|
|
337
|
+
"divideCOLOUR",
|
|
338
|
+
"outlineCOLOUR",
|
|
339
|
+
"ringCOLOUR",
|
|
340
|
+
"ringOffsetCOLOUR",
|
|
341
|
+
"placeholderCOLOUR",
|
|
342
|
+
"boxShadowCOLOUR"
|
|
343
|
+
]
|
|
344
|
+
}
|