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,1795 @@
|
|
|
1
|
+
import { colorValues } from './tailwindColors';
|
|
2
|
+
|
|
3
|
+
interface TailwindClassDefinition {
|
|
4
|
+
values: string[];
|
|
5
|
+
group: string;
|
|
6
|
+
title: string;
|
|
7
|
+
className: string;
|
|
8
|
+
prefix: string;
|
|
9
|
+
priority: number;
|
|
10
|
+
useKeyAsClass?: boolean;
|
|
11
|
+
allowNegative?: boolean;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
type TailwindClasses = {
|
|
15
|
+
[key: string]: TailwindClassDefinition;
|
|
16
|
+
};
|
|
17
|
+
|
|
18
|
+
export const tailwindCoreLayoutClasses = [
|
|
19
|
+
'display',
|
|
20
|
+
'position',
|
|
21
|
+
'flexDIRECTION',
|
|
22
|
+
'flexWRAP',
|
|
23
|
+
'gridAUTOFLOW',
|
|
24
|
+
'gridCOLSPAN',
|
|
25
|
+
'gridROWSPAN',
|
|
26
|
+
];
|
|
27
|
+
|
|
28
|
+
const spacing = [
|
|
29
|
+
'0',
|
|
30
|
+
'1',
|
|
31
|
+
'2',
|
|
32
|
+
'3',
|
|
33
|
+
'4',
|
|
34
|
+
'5',
|
|
35
|
+
'6',
|
|
36
|
+
'7',
|
|
37
|
+
'8',
|
|
38
|
+
'9',
|
|
39
|
+
'10',
|
|
40
|
+
'11',
|
|
41
|
+
'12',
|
|
42
|
+
'14',
|
|
43
|
+
'16',
|
|
44
|
+
'20',
|
|
45
|
+
'24',
|
|
46
|
+
'28',
|
|
47
|
+
'32',
|
|
48
|
+
'36',
|
|
49
|
+
'40',
|
|
50
|
+
'44',
|
|
51
|
+
'48',
|
|
52
|
+
'52',
|
|
53
|
+
'56',
|
|
54
|
+
'60',
|
|
55
|
+
'64',
|
|
56
|
+
'72',
|
|
57
|
+
'80',
|
|
58
|
+
'96',
|
|
59
|
+
'auto',
|
|
60
|
+
'px',
|
|
61
|
+
'0.5',
|
|
62
|
+
'1.5',
|
|
63
|
+
'2.5',
|
|
64
|
+
'3.5',
|
|
65
|
+
'r1',
|
|
66
|
+
'r2',
|
|
67
|
+
'r3',
|
|
68
|
+
'r4',
|
|
69
|
+
'r5',
|
|
70
|
+
'r6',
|
|
71
|
+
'r7',
|
|
72
|
+
'r8',
|
|
73
|
+
'r9',
|
|
74
|
+
'r10',
|
|
75
|
+
'r11',
|
|
76
|
+
'r12',
|
|
77
|
+
'r14',
|
|
78
|
+
'r16',
|
|
79
|
+
'r20',
|
|
80
|
+
];
|
|
81
|
+
const opacity = [
|
|
82
|
+
'0',
|
|
83
|
+
'5',
|
|
84
|
+
'10',
|
|
85
|
+
'20',
|
|
86
|
+
'25',
|
|
87
|
+
'30',
|
|
88
|
+
'40',
|
|
89
|
+
'50',
|
|
90
|
+
'60',
|
|
91
|
+
'70',
|
|
92
|
+
'75',
|
|
93
|
+
'80',
|
|
94
|
+
'90',
|
|
95
|
+
'95',
|
|
96
|
+
'100',
|
|
97
|
+
];
|
|
98
|
+
|
|
99
|
+
export const tailwindClasses: TailwindClasses = {
|
|
100
|
+
w: {
|
|
101
|
+
values: [
|
|
102
|
+
'0',
|
|
103
|
+
'1',
|
|
104
|
+
'2',
|
|
105
|
+
'3',
|
|
106
|
+
'4',
|
|
107
|
+
'5',
|
|
108
|
+
'6',
|
|
109
|
+
'7',
|
|
110
|
+
'8',
|
|
111
|
+
'9',
|
|
112
|
+
'10',
|
|
113
|
+
'11',
|
|
114
|
+
'12',
|
|
115
|
+
'14',
|
|
116
|
+
'16',
|
|
117
|
+
'20',
|
|
118
|
+
'24',
|
|
119
|
+
'28',
|
|
120
|
+
'32',
|
|
121
|
+
'36',
|
|
122
|
+
'40',
|
|
123
|
+
'44',
|
|
124
|
+
'48',
|
|
125
|
+
'52',
|
|
126
|
+
'56',
|
|
127
|
+
'60',
|
|
128
|
+
'64',
|
|
129
|
+
'72',
|
|
130
|
+
'80',
|
|
131
|
+
'96',
|
|
132
|
+
'auto',
|
|
133
|
+
'px',
|
|
134
|
+
'0.5',
|
|
135
|
+
'1.5',
|
|
136
|
+
'2.5',
|
|
137
|
+
'3.5',
|
|
138
|
+
'1/2',
|
|
139
|
+
'1/3',
|
|
140
|
+
'2/3',
|
|
141
|
+
'1/4',
|
|
142
|
+
'2/4',
|
|
143
|
+
'3/4',
|
|
144
|
+
'1/5',
|
|
145
|
+
'2/5',
|
|
146
|
+
'3/5',
|
|
147
|
+
'4/5',
|
|
148
|
+
'1/6',
|
|
149
|
+
'2/6',
|
|
150
|
+
'3/6',
|
|
151
|
+
'4/6',
|
|
152
|
+
'5/6',
|
|
153
|
+
'1/12',
|
|
154
|
+
'2/12',
|
|
155
|
+
'3/12',
|
|
156
|
+
'4/12',
|
|
157
|
+
'5/12',
|
|
158
|
+
'6/12',
|
|
159
|
+
'7/12',
|
|
160
|
+
'8/12',
|
|
161
|
+
'9/12',
|
|
162
|
+
'10/12',
|
|
163
|
+
'11/12',
|
|
164
|
+
'full',
|
|
165
|
+
'screen',
|
|
166
|
+
'min',
|
|
167
|
+
'max',
|
|
168
|
+
'fit',
|
|
169
|
+
],
|
|
170
|
+
group: 'Layout',
|
|
171
|
+
title: 'Width',
|
|
172
|
+
className: 'w',
|
|
173
|
+
prefix: 'w-',
|
|
174
|
+
priority: 0,
|
|
175
|
+
},
|
|
176
|
+
h: {
|
|
177
|
+
values: [
|
|
178
|
+
'0',
|
|
179
|
+
'1',
|
|
180
|
+
'2',
|
|
181
|
+
'3',
|
|
182
|
+
'4',
|
|
183
|
+
'5',
|
|
184
|
+
'6',
|
|
185
|
+
'7',
|
|
186
|
+
'8',
|
|
187
|
+
'9',
|
|
188
|
+
'10',
|
|
189
|
+
'11',
|
|
190
|
+
'12',
|
|
191
|
+
'14',
|
|
192
|
+
'16',
|
|
193
|
+
'20',
|
|
194
|
+
'24',
|
|
195
|
+
'28',
|
|
196
|
+
'32',
|
|
197
|
+
'36',
|
|
198
|
+
'40',
|
|
199
|
+
'44',
|
|
200
|
+
'48',
|
|
201
|
+
'52',
|
|
202
|
+
'56',
|
|
203
|
+
'60',
|
|
204
|
+
'64',
|
|
205
|
+
'72',
|
|
206
|
+
'80',
|
|
207
|
+
'96',
|
|
208
|
+
'auto',
|
|
209
|
+
'px',
|
|
210
|
+
'0.5',
|
|
211
|
+
'1.5',
|
|
212
|
+
'2.5',
|
|
213
|
+
'3.5',
|
|
214
|
+
'1/2',
|
|
215
|
+
'1/3',
|
|
216
|
+
'2/3',
|
|
217
|
+
'1/4',
|
|
218
|
+
'2/4',
|
|
219
|
+
'3/4',
|
|
220
|
+
'1/5',
|
|
221
|
+
'2/5',
|
|
222
|
+
'3/5',
|
|
223
|
+
'4/5',
|
|
224
|
+
'1/6',
|
|
225
|
+
'2/6',
|
|
226
|
+
'3/6',
|
|
227
|
+
'4/6',
|
|
228
|
+
'5/6',
|
|
229
|
+
'full',
|
|
230
|
+
'screen',
|
|
231
|
+
'min',
|
|
232
|
+
'max',
|
|
233
|
+
'fit',
|
|
234
|
+
],
|
|
235
|
+
group: 'Layout',
|
|
236
|
+
title: 'Height',
|
|
237
|
+
className: 'h',
|
|
238
|
+
prefix: 'h-',
|
|
239
|
+
priority: 0,
|
|
240
|
+
},
|
|
241
|
+
maxW: {
|
|
242
|
+
values: [
|
|
243
|
+
'0',
|
|
244
|
+
'none',
|
|
245
|
+
'xs',
|
|
246
|
+
'sm',
|
|
247
|
+
'md',
|
|
248
|
+
'lg',
|
|
249
|
+
'xl',
|
|
250
|
+
'2xl',
|
|
251
|
+
'3xl',
|
|
252
|
+
'4xl',
|
|
253
|
+
'5xl',
|
|
254
|
+
'6xl',
|
|
255
|
+
'7xl',
|
|
256
|
+
'full',
|
|
257
|
+
'min',
|
|
258
|
+
'max',
|
|
259
|
+
'fit',
|
|
260
|
+
'prose',
|
|
261
|
+
'screen-sm',
|
|
262
|
+
'screen-md',
|
|
263
|
+
'screen-lg',
|
|
264
|
+
'screen-xl',
|
|
265
|
+
'screen-2xl',
|
|
266
|
+
],
|
|
267
|
+
group: 'Layout',
|
|
268
|
+
title: 'Max Width',
|
|
269
|
+
className: 'max-w',
|
|
270
|
+
prefix: 'max-w-',
|
|
271
|
+
priority: 0,
|
|
272
|
+
},
|
|
273
|
+
maxH: {
|
|
274
|
+
values: ['0', 'full', 'screen', 'min', 'max', 'fit'],
|
|
275
|
+
group: 'Layout',
|
|
276
|
+
title: 'Max Height',
|
|
277
|
+
className: 'max-h',
|
|
278
|
+
prefix: 'max-h-',
|
|
279
|
+
priority: 0,
|
|
280
|
+
},
|
|
281
|
+
display: {
|
|
282
|
+
values: [
|
|
283
|
+
'block',
|
|
284
|
+
'inline-block',
|
|
285
|
+
'inline',
|
|
286
|
+
'flex',
|
|
287
|
+
'inline-flex',
|
|
288
|
+
'grid',
|
|
289
|
+
'inline-grid',
|
|
290
|
+
'contents',
|
|
291
|
+
'list-item',
|
|
292
|
+
'hidden',
|
|
293
|
+
],
|
|
294
|
+
group: 'Layout',
|
|
295
|
+
title: 'Display',
|
|
296
|
+
className: 'display',
|
|
297
|
+
prefix: '',
|
|
298
|
+
useKeyAsClass: true,
|
|
299
|
+
priority: 0,
|
|
300
|
+
},
|
|
301
|
+
position: {
|
|
302
|
+
values: ['static', 'fixed', 'absolute', 'relative', 'sticky'],
|
|
303
|
+
group: 'Layout',
|
|
304
|
+
title: 'Position',
|
|
305
|
+
className: 'position',
|
|
306
|
+
prefix: '',
|
|
307
|
+
useKeyAsClass: true,
|
|
308
|
+
priority: 0,
|
|
309
|
+
},
|
|
310
|
+
inset: {
|
|
311
|
+
values: [
|
|
312
|
+
'0',
|
|
313
|
+
'1',
|
|
314
|
+
'2',
|
|
315
|
+
'3',
|
|
316
|
+
'4',
|
|
317
|
+
'5',
|
|
318
|
+
'6',
|
|
319
|
+
'7',
|
|
320
|
+
'8',
|
|
321
|
+
'9',
|
|
322
|
+
'10',
|
|
323
|
+
'11',
|
|
324
|
+
'12',
|
|
325
|
+
'14',
|
|
326
|
+
'16',
|
|
327
|
+
'20',
|
|
328
|
+
'24',
|
|
329
|
+
'28',
|
|
330
|
+
'32',
|
|
331
|
+
'36',
|
|
332
|
+
'40',
|
|
333
|
+
'44',
|
|
334
|
+
'48',
|
|
335
|
+
'52',
|
|
336
|
+
'56',
|
|
337
|
+
'60',
|
|
338
|
+
'64',
|
|
339
|
+
'72',
|
|
340
|
+
'80',
|
|
341
|
+
'96',
|
|
342
|
+
'auto',
|
|
343
|
+
'px',
|
|
344
|
+
'0.5',
|
|
345
|
+
'1.5',
|
|
346
|
+
'2.5',
|
|
347
|
+
'3.5',
|
|
348
|
+
'1/2',
|
|
349
|
+
'1/3',
|
|
350
|
+
'2/3',
|
|
351
|
+
'1/4',
|
|
352
|
+
'2/4',
|
|
353
|
+
'3/4',
|
|
354
|
+
'full',
|
|
355
|
+
],
|
|
356
|
+
group: 'Layout',
|
|
357
|
+
title: 'Inset',
|
|
358
|
+
className: 'inset',
|
|
359
|
+
prefix: 'inset-',
|
|
360
|
+
priority: 0,
|
|
361
|
+
},
|
|
362
|
+
z: {
|
|
363
|
+
values: ['0', '1', '2', '3', '4', '5', '6', '7', '8', '9', '10', 'auto'],
|
|
364
|
+
group: 'Layout',
|
|
365
|
+
title: 'Z-Index',
|
|
366
|
+
className: 'z',
|
|
367
|
+
prefix: 'z-',
|
|
368
|
+
priority: 0,
|
|
369
|
+
},
|
|
370
|
+
overflow: {
|
|
371
|
+
values: ['auto', 'hidden', 'visible', 'scroll'],
|
|
372
|
+
group: 'Layout',
|
|
373
|
+
title: 'Overflow',
|
|
374
|
+
className: 'overflow',
|
|
375
|
+
prefix: 'overflow-',
|
|
376
|
+
priority: 0,
|
|
377
|
+
},
|
|
378
|
+
textCOLOR: {
|
|
379
|
+
values: ['inherit', 'current', 'transparent', ...colorValues],
|
|
380
|
+
group: 'Typography',
|
|
381
|
+
title: 'Text Color',
|
|
382
|
+
className: 'text',
|
|
383
|
+
prefix: 'text-',
|
|
384
|
+
priority: 0,
|
|
385
|
+
},
|
|
386
|
+
textALIGN: {
|
|
387
|
+
values: ['left', 'center', 'right', 'justify', 'start', 'end'],
|
|
388
|
+
group: 'Typography',
|
|
389
|
+
title: 'Text Align',
|
|
390
|
+
className: 'text',
|
|
391
|
+
prefix: 'text-',
|
|
392
|
+
priority: 0,
|
|
393
|
+
},
|
|
394
|
+
textSIZE: {
|
|
395
|
+
values: [
|
|
396
|
+
'xs',
|
|
397
|
+
'sm',
|
|
398
|
+
'base',
|
|
399
|
+
'lg',
|
|
400
|
+
'xl',
|
|
401
|
+
'2xl',
|
|
402
|
+
'3xl',
|
|
403
|
+
'4xl',
|
|
404
|
+
'5xl',
|
|
405
|
+
'6xl',
|
|
406
|
+
'7xl',
|
|
407
|
+
'8xl',
|
|
408
|
+
'9xl',
|
|
409
|
+
'rxs',
|
|
410
|
+
'rsm',
|
|
411
|
+
'rbase',
|
|
412
|
+
'rlg',
|
|
413
|
+
'rxl',
|
|
414
|
+
'r2xl',
|
|
415
|
+
'r3xl',
|
|
416
|
+
'r4xl',
|
|
417
|
+
'r5xl',
|
|
418
|
+
'r6xl',
|
|
419
|
+
'r7xl',
|
|
420
|
+
'r8xl',
|
|
421
|
+
'r9xl',
|
|
422
|
+
],
|
|
423
|
+
group: 'Typography',
|
|
424
|
+
title: 'Text Size',
|
|
425
|
+
className: 'text',
|
|
426
|
+
prefix: 'text-',
|
|
427
|
+
priority: 0,
|
|
428
|
+
},
|
|
429
|
+
fontFACE: {
|
|
430
|
+
values: ['main', 'action', 'sans', 'serif', 'mono'],
|
|
431
|
+
group: 'Typography',
|
|
432
|
+
title: 'Font Family',
|
|
433
|
+
className: 'font',
|
|
434
|
+
prefix: 'font-',
|
|
435
|
+
priority: 0,
|
|
436
|
+
},
|
|
437
|
+
fontSTYLE: {
|
|
438
|
+
values: ['italic', 'not-italic'],
|
|
439
|
+
group: 'Typography',
|
|
440
|
+
title: 'Font Style',
|
|
441
|
+
className: 'font',
|
|
442
|
+
prefix: '',
|
|
443
|
+
useKeyAsClass: true,
|
|
444
|
+
priority: 0,
|
|
445
|
+
},
|
|
446
|
+
fontWEIGHT: {
|
|
447
|
+
values: [
|
|
448
|
+
//"thin",
|
|
449
|
+
//"extralight",
|
|
450
|
+
//"light",
|
|
451
|
+
'normal',
|
|
452
|
+
//"medium",
|
|
453
|
+
//"semibold",
|
|
454
|
+
'bold',
|
|
455
|
+
//"extrabold",
|
|
456
|
+
//"black",
|
|
457
|
+
],
|
|
458
|
+
group: 'Typography',
|
|
459
|
+
title: 'Font Weight',
|
|
460
|
+
className: 'font',
|
|
461
|
+
prefix: 'font-',
|
|
462
|
+
priority: 0,
|
|
463
|
+
},
|
|
464
|
+
textDECORATION: {
|
|
465
|
+
values: ['underline', 'overline', 'line-through', 'no-underline'],
|
|
466
|
+
group: 'Typography',
|
|
467
|
+
title: 'Text Decoration',
|
|
468
|
+
className: 'decoration',
|
|
469
|
+
prefix: '',
|
|
470
|
+
useKeyAsClass: true,
|
|
471
|
+
priority: 0,
|
|
472
|
+
},
|
|
473
|
+
textDECORATIONCOLOR: {
|
|
474
|
+
values: ['inherit', 'current', 'transparent', ...colorValues],
|
|
475
|
+
group: 'Typography',
|
|
476
|
+
title: 'Text Decoration Color',
|
|
477
|
+
className: 'decoration',
|
|
478
|
+
prefix: 'decoration-',
|
|
479
|
+
priority: 0,
|
|
480
|
+
},
|
|
481
|
+
textDECORATIONSTYLE: {
|
|
482
|
+
values: ['solid', 'double', 'dotted', 'dashed', 'wavy'],
|
|
483
|
+
group: 'Typography',
|
|
484
|
+
title: 'Text Decoration Style',
|
|
485
|
+
className: 'decoration',
|
|
486
|
+
prefix: 'decoration-',
|
|
487
|
+
priority: 0,
|
|
488
|
+
},
|
|
489
|
+
textDECORATIONTHICKNESS: {
|
|
490
|
+
values: ['auto', 'from-font', '0', '1', '2', '4', '8'],
|
|
491
|
+
group: 'Typography',
|
|
492
|
+
title: 'Text Decoration Thickness',
|
|
493
|
+
className: 'decoration',
|
|
494
|
+
prefix: 'decoration-',
|
|
495
|
+
priority: 0,
|
|
496
|
+
},
|
|
497
|
+
textUNDERLINEOFFSET: {
|
|
498
|
+
values: ['auto', '0', '1', '2', '4', '8'],
|
|
499
|
+
group: 'Typography',
|
|
500
|
+
title: 'Text Underline Offset',
|
|
501
|
+
className: 'underline-offset',
|
|
502
|
+
prefix: 'underline-offset-',
|
|
503
|
+
priority: 0,
|
|
504
|
+
},
|
|
505
|
+
textTRANSFORM: {
|
|
506
|
+
values: ['uppercase', 'lowercase', 'capitalize', 'normal-case'],
|
|
507
|
+
group: 'Typography',
|
|
508
|
+
title: 'Text Transform',
|
|
509
|
+
className: 'text',
|
|
510
|
+
prefix: '',
|
|
511
|
+
useKeyAsClass: true,
|
|
512
|
+
priority: 0,
|
|
513
|
+
},
|
|
514
|
+
textOVERFLOW: {
|
|
515
|
+
values: ['truncate', 'text-ellipsis', 'text-clip'],
|
|
516
|
+
group: 'Typography',
|
|
517
|
+
title: 'Text Overflow',
|
|
518
|
+
className: 'text',
|
|
519
|
+
prefix: '',
|
|
520
|
+
useKeyAsClass: true,
|
|
521
|
+
priority: 0,
|
|
522
|
+
},
|
|
523
|
+
lineHEIGHT: {
|
|
524
|
+
values: [
|
|
525
|
+
'3',
|
|
526
|
+
'4',
|
|
527
|
+
'5',
|
|
528
|
+
'6',
|
|
529
|
+
'7',
|
|
530
|
+
'8',
|
|
531
|
+
'9',
|
|
532
|
+
'10',
|
|
533
|
+
'12',
|
|
534
|
+
'14',
|
|
535
|
+
'16',
|
|
536
|
+
'20',
|
|
537
|
+
'none',
|
|
538
|
+
'tight',
|
|
539
|
+
'snug',
|
|
540
|
+
'normal',
|
|
541
|
+
'relaxed',
|
|
542
|
+
'loose',
|
|
543
|
+
],
|
|
544
|
+
group: 'Typography',
|
|
545
|
+
title: 'Line Height',
|
|
546
|
+
className: 'leading',
|
|
547
|
+
prefix: 'leading-',
|
|
548
|
+
priority: 0,
|
|
549
|
+
},
|
|
550
|
+
minW: {
|
|
551
|
+
values: ['0', 'full', 'min', 'max', 'fit', '[50%]'],
|
|
552
|
+
group: 'Layout',
|
|
553
|
+
title: 'Min Width',
|
|
554
|
+
className: 'min-w',
|
|
555
|
+
prefix: 'min-w-',
|
|
556
|
+
priority: 0,
|
|
557
|
+
},
|
|
558
|
+
minH: {
|
|
559
|
+
values: ['0', 'full', 'screen', 'min', 'max', 'fit'],
|
|
560
|
+
group: 'Layout',
|
|
561
|
+
title: 'Min Height',
|
|
562
|
+
className: 'min-h',
|
|
563
|
+
prefix: 'min-h-',
|
|
564
|
+
priority: 0,
|
|
565
|
+
},
|
|
566
|
+
letterSPACING: {
|
|
567
|
+
values: ['tighter', 'tight', 'normal', 'wide', 'wider', 'widest'],
|
|
568
|
+
group: 'Typography',
|
|
569
|
+
title: 'Letter Spacing',
|
|
570
|
+
className: 'tracking',
|
|
571
|
+
prefix: 'tracking-',
|
|
572
|
+
priority: 0,
|
|
573
|
+
},
|
|
574
|
+
objectFIT: {
|
|
575
|
+
values: ['contain', 'cover', 'fill', 'none', 'scale-down'],
|
|
576
|
+
group: 'Layout',
|
|
577
|
+
title: 'Object Fit',
|
|
578
|
+
className: 'object',
|
|
579
|
+
prefix: 'object-',
|
|
580
|
+
priority: 0,
|
|
581
|
+
},
|
|
582
|
+
objectPOSITION: {
|
|
583
|
+
values: [
|
|
584
|
+
'bottom',
|
|
585
|
+
'center',
|
|
586
|
+
'left',
|
|
587
|
+
'left-bottom',
|
|
588
|
+
'left-top',
|
|
589
|
+
'right',
|
|
590
|
+
'right-bottom',
|
|
591
|
+
'right-top',
|
|
592
|
+
'top',
|
|
593
|
+
],
|
|
594
|
+
group: 'Layout',
|
|
595
|
+
title: 'Object Position',
|
|
596
|
+
className: 'object',
|
|
597
|
+
prefix: 'object-',
|
|
598
|
+
priority: 0,
|
|
599
|
+
},
|
|
600
|
+
aspectRATIO: {
|
|
601
|
+
values: ['auto', 'square', 'video'],
|
|
602
|
+
group: 'Layout',
|
|
603
|
+
title: 'Aspect Ratio',
|
|
604
|
+
className: 'aspect',
|
|
605
|
+
prefix: 'aspect-',
|
|
606
|
+
priority: 0,
|
|
607
|
+
},
|
|
608
|
+
textWRAP: {
|
|
609
|
+
values: ['wrap', 'nowrap', 'balance', 'pretty'],
|
|
610
|
+
group: 'Typography',
|
|
611
|
+
title: 'Text Wrap',
|
|
612
|
+
className: 'text',
|
|
613
|
+
prefix: 'text-',
|
|
614
|
+
priority: 0,
|
|
615
|
+
},
|
|
616
|
+
accentCOLOR: {
|
|
617
|
+
values: ['inherit', 'current', 'transparent', ...colorValues],
|
|
618
|
+
group: 'Colors',
|
|
619
|
+
title: 'Accent Color',
|
|
620
|
+
className: 'accent',
|
|
621
|
+
prefix: 'accent-',
|
|
622
|
+
priority: 2,
|
|
623
|
+
},
|
|
624
|
+
breakUTILITIES: {
|
|
625
|
+
values: ['normal', 'words', 'all', 'keep'],
|
|
626
|
+
group: 'Typography',
|
|
627
|
+
title: 'Break',
|
|
628
|
+
className: 'break',
|
|
629
|
+
prefix: 'break-',
|
|
630
|
+
priority: 0,
|
|
631
|
+
},
|
|
632
|
+
gridCOLSPAN: {
|
|
633
|
+
values: [
|
|
634
|
+
'auto',
|
|
635
|
+
'span-1',
|
|
636
|
+
'span-2',
|
|
637
|
+
'span-3',
|
|
638
|
+
'span-4',
|
|
639
|
+
'span-5',
|
|
640
|
+
'span-6',
|
|
641
|
+
'span-7',
|
|
642
|
+
'span-8',
|
|
643
|
+
'span-9',
|
|
644
|
+
'span-10',
|
|
645
|
+
'span-11',
|
|
646
|
+
'span-12',
|
|
647
|
+
'span-full',
|
|
648
|
+
],
|
|
649
|
+
group: 'Flexbox & Grid',
|
|
650
|
+
title: 'Grid Column Span',
|
|
651
|
+
className: 'col',
|
|
652
|
+
prefix: 'col-',
|
|
653
|
+
priority: 1,
|
|
654
|
+
},
|
|
655
|
+
gridROWSPAN: {
|
|
656
|
+
values: [
|
|
657
|
+
'auto',
|
|
658
|
+
'span-1',
|
|
659
|
+
'span-2',
|
|
660
|
+
'span-3',
|
|
661
|
+
'span-4',
|
|
662
|
+
'span-5',
|
|
663
|
+
'span-6',
|
|
664
|
+
'span-full',
|
|
665
|
+
],
|
|
666
|
+
group: 'Flexbox & Grid',
|
|
667
|
+
title: 'Grid Row Span',
|
|
668
|
+
className: 'row',
|
|
669
|
+
prefix: 'row-',
|
|
670
|
+
priority: 1,
|
|
671
|
+
},
|
|
672
|
+
gridAUTOFLOW: {
|
|
673
|
+
values: ['row', 'col', 'dense', 'row-dense', 'col-dense'],
|
|
674
|
+
group: 'Flexbox & Grid',
|
|
675
|
+
title: 'Grid Auto Flow',
|
|
676
|
+
className: 'grid-flow',
|
|
677
|
+
prefix: 'grid-flow-',
|
|
678
|
+
priority: 1,
|
|
679
|
+
},
|
|
680
|
+
placeITEMS: {
|
|
681
|
+
values: ['start', 'end', 'center', 'baseline', 'stretch'],
|
|
682
|
+
group: 'Flexbox & Grid',
|
|
683
|
+
title: 'Place Items',
|
|
684
|
+
className: 'place-items',
|
|
685
|
+
prefix: 'place-items-',
|
|
686
|
+
priority: 1,
|
|
687
|
+
},
|
|
688
|
+
placeCONTENT: {
|
|
689
|
+
values: [
|
|
690
|
+
'start',
|
|
691
|
+
'end',
|
|
692
|
+
'center',
|
|
693
|
+
'between',
|
|
694
|
+
'around',
|
|
695
|
+
'evenly',
|
|
696
|
+
'stretch',
|
|
697
|
+
],
|
|
698
|
+
group: 'Flexbox & Grid',
|
|
699
|
+
title: 'Place Content',
|
|
700
|
+
className: 'place-content',
|
|
701
|
+
prefix: 'place-content-',
|
|
702
|
+
priority: 1,
|
|
703
|
+
},
|
|
704
|
+
placeSELF: {
|
|
705
|
+
values: ['auto', 'start', 'end', 'center', 'stretch'],
|
|
706
|
+
group: 'Flexbox & Grid',
|
|
707
|
+
title: 'Place Self',
|
|
708
|
+
className: 'place-self',
|
|
709
|
+
prefix: 'place-self-',
|
|
710
|
+
priority: 1,
|
|
711
|
+
},
|
|
712
|
+
orderORDER: {
|
|
713
|
+
values: [
|
|
714
|
+
'first',
|
|
715
|
+
'last',
|
|
716
|
+
'none',
|
|
717
|
+
'1',
|
|
718
|
+
'2',
|
|
719
|
+
'3',
|
|
720
|
+
'4',
|
|
721
|
+
'5',
|
|
722
|
+
'6',
|
|
723
|
+
'7',
|
|
724
|
+
'8',
|
|
725
|
+
'9',
|
|
726
|
+
'10',
|
|
727
|
+
'11',
|
|
728
|
+
'12',
|
|
729
|
+
],
|
|
730
|
+
group: 'Flexbox & Grid',
|
|
731
|
+
title: 'Order',
|
|
732
|
+
className: 'order',
|
|
733
|
+
prefix: 'order-',
|
|
734
|
+
priority: 1,
|
|
735
|
+
},
|
|
736
|
+
m: {
|
|
737
|
+
values: [...spacing],
|
|
738
|
+
group: 'Spacing',
|
|
739
|
+
title: 'Margin',
|
|
740
|
+
className: 'm',
|
|
741
|
+
prefix: 'm-',
|
|
742
|
+
priority: 1,
|
|
743
|
+
},
|
|
744
|
+
mx: {
|
|
745
|
+
values: [...spacing],
|
|
746
|
+
group: 'Spacing',
|
|
747
|
+
title: 'Margin X',
|
|
748
|
+
className: 'mx',
|
|
749
|
+
prefix: 'mx-',
|
|
750
|
+
priority: 1,
|
|
751
|
+
},
|
|
752
|
+
my: {
|
|
753
|
+
values: [...spacing],
|
|
754
|
+
group: 'Spacing',
|
|
755
|
+
title: 'Margin Y',
|
|
756
|
+
className: 'my',
|
|
757
|
+
prefix: 'my-',
|
|
758
|
+
priority: 1,
|
|
759
|
+
},
|
|
760
|
+
mt: {
|
|
761
|
+
values: [...spacing],
|
|
762
|
+
group: 'Spacing',
|
|
763
|
+
title: 'Margin Top',
|
|
764
|
+
className: 'mt',
|
|
765
|
+
prefix: 'mt-',
|
|
766
|
+
priority: 1,
|
|
767
|
+
},
|
|
768
|
+
mr: {
|
|
769
|
+
values: [...spacing],
|
|
770
|
+
group: 'Spacing',
|
|
771
|
+
title: 'Margin Right',
|
|
772
|
+
className: 'mr',
|
|
773
|
+
prefix: 'mr-',
|
|
774
|
+
priority: 1,
|
|
775
|
+
},
|
|
776
|
+
mb: {
|
|
777
|
+
values: [...spacing],
|
|
778
|
+
group: 'Spacing',
|
|
779
|
+
title: 'Margin Bottom',
|
|
780
|
+
className: 'mb',
|
|
781
|
+
prefix: 'mb-',
|
|
782
|
+
priority: 1,
|
|
783
|
+
},
|
|
784
|
+
ml: {
|
|
785
|
+
values: [...spacing],
|
|
786
|
+
group: 'Spacing',
|
|
787
|
+
title: 'Margin Left',
|
|
788
|
+
className: 'ml',
|
|
789
|
+
prefix: 'ml-',
|
|
790
|
+
priority: 1,
|
|
791
|
+
},
|
|
792
|
+
p: {
|
|
793
|
+
values: [...spacing],
|
|
794
|
+
group: 'Spacing',
|
|
795
|
+
title: 'Padding',
|
|
796
|
+
className: 'p',
|
|
797
|
+
prefix: 'p-',
|
|
798
|
+
priority: 1,
|
|
799
|
+
},
|
|
800
|
+
px: {
|
|
801
|
+
values: [...spacing],
|
|
802
|
+
group: 'Spacing',
|
|
803
|
+
title: 'Padding X',
|
|
804
|
+
className: 'px',
|
|
805
|
+
prefix: 'px-',
|
|
806
|
+
priority: 1,
|
|
807
|
+
},
|
|
808
|
+
py: {
|
|
809
|
+
values: [...spacing],
|
|
810
|
+
group: 'Spacing',
|
|
811
|
+
title: 'Padding Y',
|
|
812
|
+
className: 'py',
|
|
813
|
+
prefix: 'py-',
|
|
814
|
+
priority: 1,
|
|
815
|
+
},
|
|
816
|
+
pt: {
|
|
817
|
+
values: [...spacing],
|
|
818
|
+
group: 'Spacing',
|
|
819
|
+
title: 'Padding Top',
|
|
820
|
+
className: 'pt',
|
|
821
|
+
prefix: 'pt-',
|
|
822
|
+
priority: 1,
|
|
823
|
+
},
|
|
824
|
+
pr: {
|
|
825
|
+
values: [...spacing],
|
|
826
|
+
group: 'Spacing',
|
|
827
|
+
title: 'Padding Right',
|
|
828
|
+
className: 'pr',
|
|
829
|
+
prefix: 'pr-',
|
|
830
|
+
priority: 1,
|
|
831
|
+
},
|
|
832
|
+
pb: {
|
|
833
|
+
values: [...spacing],
|
|
834
|
+
group: 'Spacing',
|
|
835
|
+
title: 'Padding Bottom',
|
|
836
|
+
className: 'pb',
|
|
837
|
+
prefix: 'pb-',
|
|
838
|
+
priority: 1,
|
|
839
|
+
},
|
|
840
|
+
pl: {
|
|
841
|
+
values: [...spacing],
|
|
842
|
+
group: 'Spacing',
|
|
843
|
+
title: 'Padding Left',
|
|
844
|
+
className: 'pl',
|
|
845
|
+
prefix: 'pl-',
|
|
846
|
+
priority: 1,
|
|
847
|
+
},
|
|
848
|
+
flex: {
|
|
849
|
+
values: ['1', 'auto', 'initial', 'none'],
|
|
850
|
+
group: 'Flexbox',
|
|
851
|
+
title: 'Flex',
|
|
852
|
+
className: 'flex',
|
|
853
|
+
prefix: 'flex-',
|
|
854
|
+
priority: 1,
|
|
855
|
+
},
|
|
856
|
+
flexDIRECTION: {
|
|
857
|
+
values: ['row', 'row-reverse', 'col', 'col-reverse'],
|
|
858
|
+
group: 'Flexbox',
|
|
859
|
+
title: 'Flex Direction',
|
|
860
|
+
className: 'flex',
|
|
861
|
+
prefix: 'flex-',
|
|
862
|
+
priority: 1,
|
|
863
|
+
},
|
|
864
|
+
flexWRAP: {
|
|
865
|
+
values: ['wrap', 'wrap-reverse', 'nowrap'],
|
|
866
|
+
group: 'Flexbox',
|
|
867
|
+
title: 'Flex Wrap',
|
|
868
|
+
className: 'flex',
|
|
869
|
+
prefix: 'flex-',
|
|
870
|
+
priority: 1,
|
|
871
|
+
},
|
|
872
|
+
justifyITEMS: {
|
|
873
|
+
values: ['start', 'end', 'center', 'stretch'],
|
|
874
|
+
group: 'Flexbox',
|
|
875
|
+
title: 'Justify Items',
|
|
876
|
+
className: 'justify-items',
|
|
877
|
+
prefix: 'justify-items-',
|
|
878
|
+
priority: 1,
|
|
879
|
+
},
|
|
880
|
+
justifyCONTENT: {
|
|
881
|
+
values: ['start', 'end', 'center', 'between', 'around', 'evenly'],
|
|
882
|
+
group: 'Flexbox',
|
|
883
|
+
title: 'Justify Content',
|
|
884
|
+
className: 'justify',
|
|
885
|
+
prefix: 'justify-',
|
|
886
|
+
priority: 1,
|
|
887
|
+
},
|
|
888
|
+
alignITEMS: {
|
|
889
|
+
values: ['start', 'end', 'center', 'baseline', 'stretch'],
|
|
890
|
+
group: 'Flexbox',
|
|
891
|
+
title: 'Align Items',
|
|
892
|
+
className: 'items',
|
|
893
|
+
prefix: 'items-',
|
|
894
|
+
priority: 1,
|
|
895
|
+
},
|
|
896
|
+
gap: {
|
|
897
|
+
values: [
|
|
898
|
+
'0',
|
|
899
|
+
'1',
|
|
900
|
+
'2',
|
|
901
|
+
'3',
|
|
902
|
+
'4',
|
|
903
|
+
'5',
|
|
904
|
+
'6',
|
|
905
|
+
'7',
|
|
906
|
+
'8',
|
|
907
|
+
'9',
|
|
908
|
+
'10',
|
|
909
|
+
'11',
|
|
910
|
+
'12',
|
|
911
|
+
'14',
|
|
912
|
+
'16',
|
|
913
|
+
'20',
|
|
914
|
+
'24',
|
|
915
|
+
'28',
|
|
916
|
+
'32',
|
|
917
|
+
'36',
|
|
918
|
+
'40',
|
|
919
|
+
'44',
|
|
920
|
+
'48',
|
|
921
|
+
'52',
|
|
922
|
+
'56',
|
|
923
|
+
'60',
|
|
924
|
+
'64',
|
|
925
|
+
'72',
|
|
926
|
+
'80',
|
|
927
|
+
'96',
|
|
928
|
+
'px',
|
|
929
|
+
'0.5',
|
|
930
|
+
'1.5',
|
|
931
|
+
'2.5',
|
|
932
|
+
'3.5',
|
|
933
|
+
],
|
|
934
|
+
group: 'Flexbox',
|
|
935
|
+
title: 'Gap',
|
|
936
|
+
className: 'gap',
|
|
937
|
+
prefix: 'gap-',
|
|
938
|
+
priority: 1,
|
|
939
|
+
},
|
|
940
|
+
gapX: {
|
|
941
|
+
values: [
|
|
942
|
+
'0',
|
|
943
|
+
'1',
|
|
944
|
+
'2',
|
|
945
|
+
'3',
|
|
946
|
+
'4',
|
|
947
|
+
'5',
|
|
948
|
+
'6',
|
|
949
|
+
'7',
|
|
950
|
+
'8',
|
|
951
|
+
'9',
|
|
952
|
+
'10',
|
|
953
|
+
'11',
|
|
954
|
+
'12',
|
|
955
|
+
'14',
|
|
956
|
+
'16',
|
|
957
|
+
'20',
|
|
958
|
+
'24',
|
|
959
|
+
'28',
|
|
960
|
+
'32',
|
|
961
|
+
'36',
|
|
962
|
+
'40',
|
|
963
|
+
'44',
|
|
964
|
+
'48',
|
|
965
|
+
'52',
|
|
966
|
+
'56',
|
|
967
|
+
'60',
|
|
968
|
+
'64',
|
|
969
|
+
'72',
|
|
970
|
+
'80',
|
|
971
|
+
'96',
|
|
972
|
+
'px',
|
|
973
|
+
'0.5',
|
|
974
|
+
'1.5',
|
|
975
|
+
'2.5',
|
|
976
|
+
'3.5',
|
|
977
|
+
],
|
|
978
|
+
group: 'Flexbox',
|
|
979
|
+
title: 'Gap X',
|
|
980
|
+
className: 'gap-x',
|
|
981
|
+
prefix: 'gap-',
|
|
982
|
+
priority: 1,
|
|
983
|
+
},
|
|
984
|
+
gapY: {
|
|
985
|
+
values: [
|
|
986
|
+
'0',
|
|
987
|
+
'1',
|
|
988
|
+
'2',
|
|
989
|
+
'3',
|
|
990
|
+
'4',
|
|
991
|
+
'5',
|
|
992
|
+
'6',
|
|
993
|
+
'7',
|
|
994
|
+
'8',
|
|
995
|
+
'9',
|
|
996
|
+
'10',
|
|
997
|
+
'11',
|
|
998
|
+
'12',
|
|
999
|
+
'14',
|
|
1000
|
+
'16',
|
|
1001
|
+
'20',
|
|
1002
|
+
'24',
|
|
1003
|
+
'28',
|
|
1004
|
+
'32',
|
|
1005
|
+
'36',
|
|
1006
|
+
'40',
|
|
1007
|
+
'44',
|
|
1008
|
+
'48',
|
|
1009
|
+
'52',
|
|
1010
|
+
'56',
|
|
1011
|
+
'60',
|
|
1012
|
+
'64',
|
|
1013
|
+
'72',
|
|
1014
|
+
'80',
|
|
1015
|
+
'96',
|
|
1016
|
+
'px',
|
|
1017
|
+
'0.5',
|
|
1018
|
+
'1.5',
|
|
1019
|
+
'2.5',
|
|
1020
|
+
'3.5',
|
|
1021
|
+
],
|
|
1022
|
+
group: 'Flexbox',
|
|
1023
|
+
title: 'Gap Y',
|
|
1024
|
+
className: 'gap-y',
|
|
1025
|
+
prefix: 'gap-',
|
|
1026
|
+
priority: 1,
|
|
1027
|
+
},
|
|
1028
|
+
borderSTYLE: {
|
|
1029
|
+
values: ['solid', 'dashed', 'dotted', 'double', 'hidden', 'none'],
|
|
1030
|
+
group: 'Borders',
|
|
1031
|
+
title: 'Border Style',
|
|
1032
|
+
className: 'border',
|
|
1033
|
+
prefix: 'border-',
|
|
1034
|
+
priority: 2,
|
|
1035
|
+
},
|
|
1036
|
+
borderWIDTH: {
|
|
1037
|
+
values: ['0', '2', '4', '8'],
|
|
1038
|
+
group: 'Borders',
|
|
1039
|
+
title: 'Border Width',
|
|
1040
|
+
className: 'border',
|
|
1041
|
+
prefix: 'border-',
|
|
1042
|
+
priority: 2,
|
|
1043
|
+
},
|
|
1044
|
+
borderCOLOR: {
|
|
1045
|
+
values: ['inherit', 'current', 'transparent', ...colorValues],
|
|
1046
|
+
group: 'Borders',
|
|
1047
|
+
title: 'Border Color',
|
|
1048
|
+
className: 'border',
|
|
1049
|
+
prefix: 'border-',
|
|
1050
|
+
priority: 2,
|
|
1051
|
+
},
|
|
1052
|
+
borderSTROKE: {
|
|
1053
|
+
values: ['0', '2', '4', '8'],
|
|
1054
|
+
group: 'Borders',
|
|
1055
|
+
title: 'Border Stroke Size',
|
|
1056
|
+
className: 'border',
|
|
1057
|
+
prefix: 'border-',
|
|
1058
|
+
priority: 2,
|
|
1059
|
+
},
|
|
1060
|
+
rounded: {
|
|
1061
|
+
values: ['none', 'sm', 'md', 'lg', 'xl', '2xl', '3xl', 'full'],
|
|
1062
|
+
group: 'Borders',
|
|
1063
|
+
title: 'Border Radius',
|
|
1064
|
+
className: 'rounded',
|
|
1065
|
+
prefix: 'rounded-',
|
|
1066
|
+
priority: 2,
|
|
1067
|
+
},
|
|
1068
|
+
divideWIDTH: {
|
|
1069
|
+
values: ['0', '2', '4', '8'],
|
|
1070
|
+
group: 'Borders',
|
|
1071
|
+
title: 'Divide Width',
|
|
1072
|
+
className: 'divide',
|
|
1073
|
+
prefix: 'divide-',
|
|
1074
|
+
priority: 2,
|
|
1075
|
+
},
|
|
1076
|
+
divideCOLOR: {
|
|
1077
|
+
values: ['inherit', 'current', 'transparent', ...colorValues],
|
|
1078
|
+
group: 'Borders',
|
|
1079
|
+
title: 'Divide Color',
|
|
1080
|
+
className: 'divide',
|
|
1081
|
+
prefix: 'divide-',
|
|
1082
|
+
priority: 2,
|
|
1083
|
+
},
|
|
1084
|
+
divideSTYLE: {
|
|
1085
|
+
values: ['solid', 'dashed', 'dotted', 'double', 'none'],
|
|
1086
|
+
group: 'Borders',
|
|
1087
|
+
title: 'Divide Style',
|
|
1088
|
+
className: 'divide',
|
|
1089
|
+
prefix: 'divide-',
|
|
1090
|
+
priority: 2,
|
|
1091
|
+
},
|
|
1092
|
+
outlineWIDTH: {
|
|
1093
|
+
values: ['0', '2', '4', '8'],
|
|
1094
|
+
group: 'Borders',
|
|
1095
|
+
title: 'Outline Width',
|
|
1096
|
+
className: 'outline',
|
|
1097
|
+
prefix: 'outline-',
|
|
1098
|
+
priority: 2,
|
|
1099
|
+
},
|
|
1100
|
+
outlineCOLOR: {
|
|
1101
|
+
values: ['inherit', 'current', 'transparent', ...colorValues],
|
|
1102
|
+
group: 'Borders',
|
|
1103
|
+
title: 'Outline Color',
|
|
1104
|
+
className: 'outline',
|
|
1105
|
+
prefix: 'outline-',
|
|
1106
|
+
priority: 2,
|
|
1107
|
+
},
|
|
1108
|
+
outlineSTYLE: {
|
|
1109
|
+
values: ['none', 'solid', 'dashed', 'dotted', 'double'],
|
|
1110
|
+
group: 'Borders',
|
|
1111
|
+
title: 'Outline Style',
|
|
1112
|
+
className: 'outline',
|
|
1113
|
+
prefix: 'outline-',
|
|
1114
|
+
priority: 2,
|
|
1115
|
+
},
|
|
1116
|
+
ringWIDTH: {
|
|
1117
|
+
values: ['0', '2', '4', '8'],
|
|
1118
|
+
group: 'Borders',
|
|
1119
|
+
title: 'Ring Width',
|
|
1120
|
+
className: 'ring',
|
|
1121
|
+
prefix: 'ring-',
|
|
1122
|
+
priority: 2,
|
|
1123
|
+
},
|
|
1124
|
+
ringCOLOR: {
|
|
1125
|
+
values: ['inherit', 'current', 'transparent', ...colorValues],
|
|
1126
|
+
group: 'Borders',
|
|
1127
|
+
title: 'Ring Color',
|
|
1128
|
+
className: 'ring',
|
|
1129
|
+
prefix: 'ring-',
|
|
1130
|
+
priority: 2,
|
|
1131
|
+
},
|
|
1132
|
+
ringOffsetWIDTH: {
|
|
1133
|
+
values: ['0', '2', '4', '8'],
|
|
1134
|
+
group: 'Borders',
|
|
1135
|
+
title: 'Ring Offset Width',
|
|
1136
|
+
className: 'ring-offset',
|
|
1137
|
+
prefix: 'ring-offset-',
|
|
1138
|
+
priority: 2,
|
|
1139
|
+
},
|
|
1140
|
+
ringOffsetCOLOR: {
|
|
1141
|
+
values: ['inherit', 'current', 'transparent', ...colorValues],
|
|
1142
|
+
group: 'Borders',
|
|
1143
|
+
title: 'Ring Offset Color',
|
|
1144
|
+
className: 'ring-offset',
|
|
1145
|
+
prefix: 'ring-offset-',
|
|
1146
|
+
priority: 2,
|
|
1147
|
+
},
|
|
1148
|
+
bgCOLOR: {
|
|
1149
|
+
values: ['inherit', 'current', 'transparent', ...colorValues],
|
|
1150
|
+
group: 'Backgrounds',
|
|
1151
|
+
title: 'Background Color',
|
|
1152
|
+
className: 'bg',
|
|
1153
|
+
prefix: 'bg-',
|
|
1154
|
+
priority: 2,
|
|
1155
|
+
},
|
|
1156
|
+
bgOPACITY: {
|
|
1157
|
+
values: [...opacity],
|
|
1158
|
+
group: 'Backgrounds',
|
|
1159
|
+
title: 'Background Opacity',
|
|
1160
|
+
className: 'bg-opacity',
|
|
1161
|
+
prefix: 'bg-opacity-',
|
|
1162
|
+
priority: 2,
|
|
1163
|
+
},
|
|
1164
|
+
bgPOSITION: {
|
|
1165
|
+
values: [
|
|
1166
|
+
'bottom',
|
|
1167
|
+
'center',
|
|
1168
|
+
'left',
|
|
1169
|
+
'left-bottom',
|
|
1170
|
+
'left-top',
|
|
1171
|
+
'right',
|
|
1172
|
+
'right-bottom',
|
|
1173
|
+
'right-top',
|
|
1174
|
+
'top',
|
|
1175
|
+
],
|
|
1176
|
+
group: 'Backgrounds',
|
|
1177
|
+
title: 'Background Position',
|
|
1178
|
+
className: 'bg',
|
|
1179
|
+
prefix: 'bg-',
|
|
1180
|
+
priority: 2,
|
|
1181
|
+
},
|
|
1182
|
+
bgSIZE: {
|
|
1183
|
+
values: ['auto', 'cover', 'contain'],
|
|
1184
|
+
group: 'Backgrounds',
|
|
1185
|
+
title: 'Background Size',
|
|
1186
|
+
className: 'bg',
|
|
1187
|
+
prefix: 'bg-',
|
|
1188
|
+
priority: 2,
|
|
1189
|
+
},
|
|
1190
|
+
bgREPEAT: {
|
|
1191
|
+
values: ['repeat', 'no-repeat', 'repeat-x', 'repeat-y', 'round', 'space'],
|
|
1192
|
+
group: 'Backgrounds',
|
|
1193
|
+
title: 'Background Repeat',
|
|
1194
|
+
className: 'bg',
|
|
1195
|
+
prefix: 'bg-',
|
|
1196
|
+
priority: 2,
|
|
1197
|
+
},
|
|
1198
|
+
bgATTACHMENT: {
|
|
1199
|
+
values: ['fixed', 'local', 'scroll'],
|
|
1200
|
+
group: 'Backgrounds',
|
|
1201
|
+
title: 'Background Attachment',
|
|
1202
|
+
className: 'bg',
|
|
1203
|
+
prefix: 'bg-',
|
|
1204
|
+
priority: 2,
|
|
1205
|
+
},
|
|
1206
|
+
bgCLIP: {
|
|
1207
|
+
values: ['border', 'padding', 'content', 'text'],
|
|
1208
|
+
group: 'Backgrounds',
|
|
1209
|
+
title: 'Background Clip',
|
|
1210
|
+
className: 'bg-clip',
|
|
1211
|
+
prefix: 'bg-clip-',
|
|
1212
|
+
priority: 2,
|
|
1213
|
+
},
|
|
1214
|
+
bgORIGIN: {
|
|
1215
|
+
values: ['border', 'padding', 'content'],
|
|
1216
|
+
group: 'Backgrounds',
|
|
1217
|
+
title: 'Background Origin',
|
|
1218
|
+
className: 'bg-origin',
|
|
1219
|
+
prefix: 'bg-origin-',
|
|
1220
|
+
priority: 2,
|
|
1221
|
+
},
|
|
1222
|
+
fill: {
|
|
1223
|
+
values: ['inherit', 'current', 'transparent', ...colorValues],
|
|
1224
|
+
group: 'Colors',
|
|
1225
|
+
title: 'Fill Color',
|
|
1226
|
+
className: 'fill',
|
|
1227
|
+
prefix: 'fill-',
|
|
1228
|
+
priority: 2,
|
|
1229
|
+
},
|
|
1230
|
+
strokeCOLOR: {
|
|
1231
|
+
values: ['inherit', 'current', 'transparent', ...colorValues],
|
|
1232
|
+
group: 'Colors',
|
|
1233
|
+
title: 'Stroke Color',
|
|
1234
|
+
className: 'stroke',
|
|
1235
|
+
prefix: 'stroke-',
|
|
1236
|
+
priority: 2,
|
|
1237
|
+
},
|
|
1238
|
+
strokeSIZE: {
|
|
1239
|
+
values: ['0', '1', '2'],
|
|
1240
|
+
group: 'Colors',
|
|
1241
|
+
title: 'Stroke Size',
|
|
1242
|
+
className: 'stroke',
|
|
1243
|
+
prefix: 'stroke-',
|
|
1244
|
+
priority: 2,
|
|
1245
|
+
},
|
|
1246
|
+
textOPACITY: {
|
|
1247
|
+
values: [...opacity],
|
|
1248
|
+
group: 'Colors',
|
|
1249
|
+
title: 'Text Opacity',
|
|
1250
|
+
className: 'text-opacity',
|
|
1251
|
+
prefix: 'text-opacity-',
|
|
1252
|
+
priority: 2,
|
|
1253
|
+
},
|
|
1254
|
+
placeholderCOLOR: {
|
|
1255
|
+
values: ['inherit', 'current', 'transparent', ...colorValues],
|
|
1256
|
+
group: 'Colors',
|
|
1257
|
+
title: 'Placeholder Color',
|
|
1258
|
+
className: 'placeholder',
|
|
1259
|
+
prefix: 'placeholder-',
|
|
1260
|
+
priority: 2,
|
|
1261
|
+
},
|
|
1262
|
+
placeholderOPACITY: {
|
|
1263
|
+
values: [...opacity],
|
|
1264
|
+
group: 'Colors',
|
|
1265
|
+
title: 'Placeholder Opacity',
|
|
1266
|
+
className: 'placeholder-opacity',
|
|
1267
|
+
prefix: 'placeholder-opacity-',
|
|
1268
|
+
priority: 2,
|
|
1269
|
+
},
|
|
1270
|
+
isolate: {
|
|
1271
|
+
values: ['isolate', 'isolation-auto'],
|
|
1272
|
+
group: 'Effects',
|
|
1273
|
+
title: 'Isolation',
|
|
1274
|
+
className: 'isolation',
|
|
1275
|
+
prefix: '',
|
|
1276
|
+
useKeyAsClass: true,
|
|
1277
|
+
priority: 3,
|
|
1278
|
+
},
|
|
1279
|
+
transitionPROPERTY: {
|
|
1280
|
+
values: ['none', 'all', 'colors', 'opacity', 'shadow', 'transform'],
|
|
1281
|
+
group: 'Transitions',
|
|
1282
|
+
title: 'Transition Property',
|
|
1283
|
+
className: 'transition',
|
|
1284
|
+
prefix: 'transition-',
|
|
1285
|
+
priority: 3,
|
|
1286
|
+
},
|
|
1287
|
+
scale: {
|
|
1288
|
+
values: ['0', '50', '75', '90', '95', '100', '105', '110', '125', '150'],
|
|
1289
|
+
group: 'Transforms',
|
|
1290
|
+
title: 'Scale',
|
|
1291
|
+
className: 'scale',
|
|
1292
|
+
prefix: 'scale-',
|
|
1293
|
+
priority: 3,
|
|
1294
|
+
},
|
|
1295
|
+
skew: {
|
|
1296
|
+
values: ['0', '1', '2', '3', '6', '12'],
|
|
1297
|
+
group: 'Transforms',
|
|
1298
|
+
title: 'Skew',
|
|
1299
|
+
className: 'skew',
|
|
1300
|
+
prefix: 'skew-',
|
|
1301
|
+
priority: 3,
|
|
1302
|
+
},
|
|
1303
|
+
translate: {
|
|
1304
|
+
values: [
|
|
1305
|
+
'0',
|
|
1306
|
+
'1',
|
|
1307
|
+
'2',
|
|
1308
|
+
'3',
|
|
1309
|
+
'4',
|
|
1310
|
+
'5',
|
|
1311
|
+
'6',
|
|
1312
|
+
'7',
|
|
1313
|
+
'8',
|
|
1314
|
+
'9',
|
|
1315
|
+
'10',
|
|
1316
|
+
'11',
|
|
1317
|
+
'12',
|
|
1318
|
+
'14',
|
|
1319
|
+
'16',
|
|
1320
|
+
'20',
|
|
1321
|
+
'24',
|
|
1322
|
+
'28',
|
|
1323
|
+
'32',
|
|
1324
|
+
'36',
|
|
1325
|
+
'40',
|
|
1326
|
+
'44',
|
|
1327
|
+
'48',
|
|
1328
|
+
'52',
|
|
1329
|
+
'56',
|
|
1330
|
+
'60',
|
|
1331
|
+
'64',
|
|
1332
|
+
'72',
|
|
1333
|
+
'80',
|
|
1334
|
+
'96',
|
|
1335
|
+
],
|
|
1336
|
+
group: 'Transforms',
|
|
1337
|
+
title: 'Translate',
|
|
1338
|
+
className: 'translate',
|
|
1339
|
+
prefix: 'translate-',
|
|
1340
|
+
priority: 3,
|
|
1341
|
+
},
|
|
1342
|
+
listSTYLETYPE: {
|
|
1343
|
+
values: ['none', 'disc', 'decimal'],
|
|
1344
|
+
group: 'Typography',
|
|
1345
|
+
title: 'List Style Type',
|
|
1346
|
+
className: 'list',
|
|
1347
|
+
prefix: 'list-',
|
|
1348
|
+
priority: 0,
|
|
1349
|
+
},
|
|
1350
|
+
listSTYLEPOSITION: {
|
|
1351
|
+
values: ['inside', 'outside'],
|
|
1352
|
+
group: 'Typography',
|
|
1353
|
+
title: 'List Style Position',
|
|
1354
|
+
className: 'list',
|
|
1355
|
+
prefix: 'list-',
|
|
1356
|
+
priority: 0,
|
|
1357
|
+
},
|
|
1358
|
+
rotate: {
|
|
1359
|
+
values: ['0', '1', '2', '3', '6', '12', '45', '90', '180'],
|
|
1360
|
+
group: 'Effects',
|
|
1361
|
+
title: 'Rotate',
|
|
1362
|
+
className: 'rotate',
|
|
1363
|
+
prefix: 'rotate-',
|
|
1364
|
+
priority: 3,
|
|
1365
|
+
allowNegative: true,
|
|
1366
|
+
},
|
|
1367
|
+
opacity: {
|
|
1368
|
+
values: [...opacity],
|
|
1369
|
+
group: 'Effects',
|
|
1370
|
+
title: 'Opacity',
|
|
1371
|
+
className: 'opacity',
|
|
1372
|
+
prefix: 'opacity-',
|
|
1373
|
+
priority: 3,
|
|
1374
|
+
},
|
|
1375
|
+
mixBlendMODE: {
|
|
1376
|
+
values: [
|
|
1377
|
+
'normal',
|
|
1378
|
+
'multiply',
|
|
1379
|
+
'screen',
|
|
1380
|
+
'overlay',
|
|
1381
|
+
'darken',
|
|
1382
|
+
'lighten',
|
|
1383
|
+
'color-dodge',
|
|
1384
|
+
'color-burn',
|
|
1385
|
+
'hard-light',
|
|
1386
|
+
'soft-light',
|
|
1387
|
+
'difference',
|
|
1388
|
+
'exclusion',
|
|
1389
|
+
'hue',
|
|
1390
|
+
'saturation',
|
|
1391
|
+
'color',
|
|
1392
|
+
'luminosity',
|
|
1393
|
+
],
|
|
1394
|
+
group: 'Effects',
|
|
1395
|
+
title: 'Mix Blend Mode',
|
|
1396
|
+
className: 'mix-blend',
|
|
1397
|
+
prefix: 'mix-blend-',
|
|
1398
|
+
priority: 3,
|
|
1399
|
+
},
|
|
1400
|
+
backgroundBlendMODE: {
|
|
1401
|
+
values: [
|
|
1402
|
+
'normal',
|
|
1403
|
+
'multiply',
|
|
1404
|
+
'screen',
|
|
1405
|
+
'overlay',
|
|
1406
|
+
'darken',
|
|
1407
|
+
'lighten',
|
|
1408
|
+
'color-dodge',
|
|
1409
|
+
'color-burn',
|
|
1410
|
+
'hard-light',
|
|
1411
|
+
'soft-light',
|
|
1412
|
+
'difference',
|
|
1413
|
+
'exclusion',
|
|
1414
|
+
'hue',
|
|
1415
|
+
'saturation',
|
|
1416
|
+
'color',
|
|
1417
|
+
'luminosity',
|
|
1418
|
+
],
|
|
1419
|
+
group: 'Effects',
|
|
1420
|
+
title: 'Background Blend Mode',
|
|
1421
|
+
className: 'bg-blend',
|
|
1422
|
+
prefix: 'bg-blend-',
|
|
1423
|
+
priority: 3,
|
|
1424
|
+
},
|
|
1425
|
+
shadow: {
|
|
1426
|
+
values: ['sm', 'md', 'lg', 'xl', '2xl', 'inner', 'none'],
|
|
1427
|
+
group: 'Effects',
|
|
1428
|
+
title: 'Box Shadow',
|
|
1429
|
+
className: 'shadow',
|
|
1430
|
+
prefix: 'shadow-',
|
|
1431
|
+
priority: 3,
|
|
1432
|
+
},
|
|
1433
|
+
boxShadowCOLOR: {
|
|
1434
|
+
values: ['inherit', 'current', 'transparent', ...colorValues],
|
|
1435
|
+
group: 'Effects',
|
|
1436
|
+
title: 'Box Shadow Color',
|
|
1437
|
+
className: 'shadow',
|
|
1438
|
+
prefix: 'shadow-',
|
|
1439
|
+
priority: 3,
|
|
1440
|
+
},
|
|
1441
|
+
filter: {
|
|
1442
|
+
values: ['none'],
|
|
1443
|
+
group: 'Effects',
|
|
1444
|
+
title: 'Filter',
|
|
1445
|
+
className: 'filter',
|
|
1446
|
+
prefix: 'filter-',
|
|
1447
|
+
useKeyAsClass: true,
|
|
1448
|
+
priority: 3,
|
|
1449
|
+
},
|
|
1450
|
+
blur: {
|
|
1451
|
+
values: ['none', 'sm', 'md', 'lg', 'xl', '2xl', '3xl'],
|
|
1452
|
+
group: 'Effects',
|
|
1453
|
+
title: 'Blur',
|
|
1454
|
+
className: 'blur',
|
|
1455
|
+
prefix: 'blur-',
|
|
1456
|
+
priority: 3,
|
|
1457
|
+
},
|
|
1458
|
+
brightness: {
|
|
1459
|
+
values: [
|
|
1460
|
+
'0',
|
|
1461
|
+
'50',
|
|
1462
|
+
'75',
|
|
1463
|
+
'90',
|
|
1464
|
+
'95',
|
|
1465
|
+
'100',
|
|
1466
|
+
'105',
|
|
1467
|
+
'110',
|
|
1468
|
+
'125',
|
|
1469
|
+
'150',
|
|
1470
|
+
'200',
|
|
1471
|
+
],
|
|
1472
|
+
group: 'Effects',
|
|
1473
|
+
title: 'Brightness',
|
|
1474
|
+
className: 'brightness',
|
|
1475
|
+
prefix: 'brightness-',
|
|
1476
|
+
priority: 3,
|
|
1477
|
+
},
|
|
1478
|
+
contrast: {
|
|
1479
|
+
values: ['0', '50', '75', '100', '125', '150', '200'],
|
|
1480
|
+
group: 'Effects',
|
|
1481
|
+
title: 'Contrast',
|
|
1482
|
+
className: 'contrast',
|
|
1483
|
+
prefix: 'contrast-',
|
|
1484
|
+
priority: 3,
|
|
1485
|
+
},
|
|
1486
|
+
dropSHADOW: {
|
|
1487
|
+
values: ['sm', 'md', 'lg', 'xl', '2xl', 'none'],
|
|
1488
|
+
group: 'Effects',
|
|
1489
|
+
title: 'Drop Shadow',
|
|
1490
|
+
className: 'drop-shadow',
|
|
1491
|
+
prefix: 'drop-shadow-',
|
|
1492
|
+
priority: 3,
|
|
1493
|
+
},
|
|
1494
|
+
grayscale: {
|
|
1495
|
+
values: ['0', '1'],
|
|
1496
|
+
group: 'Effects',
|
|
1497
|
+
title: 'Grayscale',
|
|
1498
|
+
className: 'grayscale',
|
|
1499
|
+
prefix: 'grayscale-',
|
|
1500
|
+
priority: 3,
|
|
1501
|
+
},
|
|
1502
|
+
hueROTATE: {
|
|
1503
|
+
values: ['0', '15', '30', '60', '90', '180'],
|
|
1504
|
+
group: 'Effects',
|
|
1505
|
+
title: 'Hue Rotate',
|
|
1506
|
+
className: 'hue-rotate',
|
|
1507
|
+
prefix: 'hue-rotate-',
|
|
1508
|
+
priority: 3,
|
|
1509
|
+
},
|
|
1510
|
+
invert: {
|
|
1511
|
+
values: ['0', '1'],
|
|
1512
|
+
group: 'Effects',
|
|
1513
|
+
title: 'Invert',
|
|
1514
|
+
className: 'invert',
|
|
1515
|
+
prefix: 'invert-',
|
|
1516
|
+
priority: 3,
|
|
1517
|
+
},
|
|
1518
|
+
saturate: {
|
|
1519
|
+
values: ['0', '50', '100', '150', '200'],
|
|
1520
|
+
group: 'Effects',
|
|
1521
|
+
title: 'Saturate',
|
|
1522
|
+
className: 'saturate',
|
|
1523
|
+
prefix: 'saturate-',
|
|
1524
|
+
priority: 3,
|
|
1525
|
+
},
|
|
1526
|
+
sepia: {
|
|
1527
|
+
values: ['0', '1'],
|
|
1528
|
+
group: 'Effects',
|
|
1529
|
+
title: 'Sepia',
|
|
1530
|
+
className: 'sepia',
|
|
1531
|
+
prefix: 'sepia-',
|
|
1532
|
+
priority: 3,
|
|
1533
|
+
},
|
|
1534
|
+
backdropFILTER: {
|
|
1535
|
+
values: ['none'],
|
|
1536
|
+
group: 'Effects',
|
|
1537
|
+
title: 'Backdrop Filter',
|
|
1538
|
+
className: 'backdrop',
|
|
1539
|
+
prefix: 'backdrop-',
|
|
1540
|
+
useKeyAsClass: true,
|
|
1541
|
+
priority: 3,
|
|
1542
|
+
},
|
|
1543
|
+
backdropBLUR: {
|
|
1544
|
+
values: ['none', 'sm', 'md', 'lg', 'xl', '2xl', '3xl'],
|
|
1545
|
+
group: 'Effects',
|
|
1546
|
+
title: 'Backdrop Blur',
|
|
1547
|
+
className: 'backdrop-blur',
|
|
1548
|
+
prefix: 'backdrop-blur-',
|
|
1549
|
+
priority: 3,
|
|
1550
|
+
},
|
|
1551
|
+
backdropBRIGHTNESS: {
|
|
1552
|
+
values: [
|
|
1553
|
+
'0',
|
|
1554
|
+
'50',
|
|
1555
|
+
'75',
|
|
1556
|
+
'90',
|
|
1557
|
+
'95',
|
|
1558
|
+
'100',
|
|
1559
|
+
'105',
|
|
1560
|
+
'110',
|
|
1561
|
+
'125',
|
|
1562
|
+
'150',
|
|
1563
|
+
'200',
|
|
1564
|
+
],
|
|
1565
|
+
group: 'Effects',
|
|
1566
|
+
title: 'Backdrop Brightness',
|
|
1567
|
+
className: 'backdrop-brightness',
|
|
1568
|
+
prefix: 'backdrop-brightness-',
|
|
1569
|
+
priority: 3,
|
|
1570
|
+
},
|
|
1571
|
+
backdropCONTRAST: {
|
|
1572
|
+
values: ['0', '50', '75', '100', '125', '150', '200'],
|
|
1573
|
+
group: 'Effects',
|
|
1574
|
+
title: 'Backdrop Contrast',
|
|
1575
|
+
className: 'backdrop-contrast',
|
|
1576
|
+
prefix: 'backdrop-contrast-',
|
|
1577
|
+
priority: 3,
|
|
1578
|
+
},
|
|
1579
|
+
backdropGRAYSCALE: {
|
|
1580
|
+
values: ['0', '1'],
|
|
1581
|
+
group: 'Effects',
|
|
1582
|
+
title: 'Backdrop Grayscale',
|
|
1583
|
+
className: 'backdrop-grayscale',
|
|
1584
|
+
prefix: 'backdrop-grayscale-',
|
|
1585
|
+
priority: 3,
|
|
1586
|
+
},
|
|
1587
|
+
backdropHueROTATE: {
|
|
1588
|
+
values: ['0', '15', '30', '60', '90', '180'],
|
|
1589
|
+
group: 'Effects',
|
|
1590
|
+
title: 'Backdrop Hue Rotate',
|
|
1591
|
+
className: 'backdrop-hue-rotate',
|
|
1592
|
+
prefix: 'backdrop-hue-rotate-',
|
|
1593
|
+
priority: 3,
|
|
1594
|
+
},
|
|
1595
|
+
backdropINVERT: {
|
|
1596
|
+
values: ['0', '1'],
|
|
1597
|
+
group: 'Effects',
|
|
1598
|
+
title: 'Backdrop Invert',
|
|
1599
|
+
className: 'backdrop-invert',
|
|
1600
|
+
prefix: 'backdrop-invert-',
|
|
1601
|
+
priority: 3,
|
|
1602
|
+
},
|
|
1603
|
+
backdropOPACITY: {
|
|
1604
|
+
values: [
|
|
1605
|
+
'0',
|
|
1606
|
+
'5',
|
|
1607
|
+
'10',
|
|
1608
|
+
'20',
|
|
1609
|
+
'25',
|
|
1610
|
+
'30',
|
|
1611
|
+
'40',
|
|
1612
|
+
'50',
|
|
1613
|
+
'60',
|
|
1614
|
+
'70',
|
|
1615
|
+
'75',
|
|
1616
|
+
'80',
|
|
1617
|
+
'90',
|
|
1618
|
+
'95',
|
|
1619
|
+
'100',
|
|
1620
|
+
],
|
|
1621
|
+
group: 'Effects',
|
|
1622
|
+
title: 'Backdrop Opacity',
|
|
1623
|
+
className: 'backdrop-opacity',
|
|
1624
|
+
prefix: 'backdrop-opacity-',
|
|
1625
|
+
priority: 3,
|
|
1626
|
+
},
|
|
1627
|
+
backdropSATURATE: {
|
|
1628
|
+
values: ['0', '50', '100', '150', '200'],
|
|
1629
|
+
group: 'Effects',
|
|
1630
|
+
title: 'Backdrop Saturate',
|
|
1631
|
+
className: 'backdrop-saturate',
|
|
1632
|
+
prefix: 'backdrop-saturate-',
|
|
1633
|
+
priority: 3,
|
|
1634
|
+
},
|
|
1635
|
+
backdropSEPIA: {
|
|
1636
|
+
values: ['0', '1'],
|
|
1637
|
+
group: 'Effects',
|
|
1638
|
+
title: 'Backdrop Sepia',
|
|
1639
|
+
className: 'backdrop-sepia',
|
|
1640
|
+
prefix: 'backdrop-sepia-',
|
|
1641
|
+
priority: 3,
|
|
1642
|
+
},
|
|
1643
|
+
transition: {
|
|
1644
|
+
values: ['none', 'all', 'colors', 'opacity', 'shadow', 'transform'],
|
|
1645
|
+
group: 'Transitions',
|
|
1646
|
+
title: 'Transition',
|
|
1647
|
+
className: 'transition',
|
|
1648
|
+
prefix: 'transition-',
|
|
1649
|
+
priority: 3,
|
|
1650
|
+
},
|
|
1651
|
+
transitionDURATION: {
|
|
1652
|
+
values: ['75', '100', '150', '200', '300', '500', '700', '1000'],
|
|
1653
|
+
group: 'Transitions',
|
|
1654
|
+
title: 'Transition Duration',
|
|
1655
|
+
className: 'duration',
|
|
1656
|
+
prefix: 'duration-',
|
|
1657
|
+
priority: 3,
|
|
1658
|
+
},
|
|
1659
|
+
transitionTimingFUNCTION: {
|
|
1660
|
+
values: ['linear', 'in', 'out', 'in-out'],
|
|
1661
|
+
group: 'Transitions',
|
|
1662
|
+
title: 'Transition Timing Function',
|
|
1663
|
+
className: 'ease',
|
|
1664
|
+
prefix: 'ease-',
|
|
1665
|
+
priority: 3,
|
|
1666
|
+
},
|
|
1667
|
+
transitionDELAY: {
|
|
1668
|
+
values: ['75', '100', '150', '200', '300', '500', '700', '1000'],
|
|
1669
|
+
group: 'Transitions',
|
|
1670
|
+
title: 'Transition Delay',
|
|
1671
|
+
className: 'delay',
|
|
1672
|
+
prefix: 'delay-',
|
|
1673
|
+
priority: 3,
|
|
1674
|
+
},
|
|
1675
|
+
animate: {
|
|
1676
|
+
values: ['none', 'spin', 'ping', 'pulse', 'bounce'],
|
|
1677
|
+
group: 'Transitions',
|
|
1678
|
+
title: 'Animation',
|
|
1679
|
+
className: 'animate',
|
|
1680
|
+
prefix: 'animate-',
|
|
1681
|
+
priority: 3,
|
|
1682
|
+
},
|
|
1683
|
+
cursor: {
|
|
1684
|
+
values: [
|
|
1685
|
+
'auto',
|
|
1686
|
+
'default',
|
|
1687
|
+
'pointer',
|
|
1688
|
+
'wait',
|
|
1689
|
+
'text',
|
|
1690
|
+
'move',
|
|
1691
|
+
'help',
|
|
1692
|
+
'not-allowed',
|
|
1693
|
+
'none',
|
|
1694
|
+
'context-menu',
|
|
1695
|
+
'progress',
|
|
1696
|
+
'cell',
|
|
1697
|
+
'crosshair',
|
|
1698
|
+
'vertical-text',
|
|
1699
|
+
'alias',
|
|
1700
|
+
'copy',
|
|
1701
|
+
'no-drop',
|
|
1702
|
+
'grab',
|
|
1703
|
+
'grabbing',
|
|
1704
|
+
'all-scroll',
|
|
1705
|
+
'col-resize',
|
|
1706
|
+
'row-resize',
|
|
1707
|
+
'n-resize',
|
|
1708
|
+
'e-resize',
|
|
1709
|
+
's-resize',
|
|
1710
|
+
'w-resize',
|
|
1711
|
+
'ne-resize',
|
|
1712
|
+
'nw-resize',
|
|
1713
|
+
'se-resize',
|
|
1714
|
+
'sw-resize',
|
|
1715
|
+
'ew-resize',
|
|
1716
|
+
'ns-resize',
|
|
1717
|
+
'nesw-resize',
|
|
1718
|
+
'nwse-resize',
|
|
1719
|
+
'zoom-in',
|
|
1720
|
+
'zoom-out',
|
|
1721
|
+
],
|
|
1722
|
+
group: 'Interactivity',
|
|
1723
|
+
title: 'Cursor',
|
|
1724
|
+
className: 'cursor',
|
|
1725
|
+
prefix: 'cursor-',
|
|
1726
|
+
priority: 3,
|
|
1727
|
+
},
|
|
1728
|
+
pointerEVENTS: {
|
|
1729
|
+
values: ['none', 'auto'],
|
|
1730
|
+
group: 'Interactivity',
|
|
1731
|
+
title: 'Pointer Events',
|
|
1732
|
+
className: 'pointer-events',
|
|
1733
|
+
prefix: 'pointer-events-',
|
|
1734
|
+
priority: 3,
|
|
1735
|
+
},
|
|
1736
|
+
resize: {
|
|
1737
|
+
values: ['none', 'y', 'x', ''],
|
|
1738
|
+
group: 'Interactivity',
|
|
1739
|
+
title: 'Resize',
|
|
1740
|
+
className: 'resize',
|
|
1741
|
+
prefix: 'resize-',
|
|
1742
|
+
priority: 3,
|
|
1743
|
+
},
|
|
1744
|
+
scrollBEHAVIOR: {
|
|
1745
|
+
values: ['auto', 'smooth'],
|
|
1746
|
+
group: 'Interactivity',
|
|
1747
|
+
title: 'Scroll Behavior',
|
|
1748
|
+
className: 'scroll',
|
|
1749
|
+
prefix: 'scroll-',
|
|
1750
|
+
priority: 3,
|
|
1751
|
+
},
|
|
1752
|
+
scrollSNAP: {
|
|
1753
|
+
values: ['none', 'x', 'y', 'both'],
|
|
1754
|
+
group: 'Interactivity',
|
|
1755
|
+
title: 'Scroll Snap',
|
|
1756
|
+
className: 'snap',
|
|
1757
|
+
prefix: 'snap-',
|
|
1758
|
+
priority: 3,
|
|
1759
|
+
},
|
|
1760
|
+
touchACTION: {
|
|
1761
|
+
values: [
|
|
1762
|
+
'auto',
|
|
1763
|
+
'none',
|
|
1764
|
+
'pan-x',
|
|
1765
|
+
'pan-left',
|
|
1766
|
+
'pan-right',
|
|
1767
|
+
'pan-y',
|
|
1768
|
+
'pan-up',
|
|
1769
|
+
'pan-down',
|
|
1770
|
+
'pinch-zoom',
|
|
1771
|
+
'manipulation',
|
|
1772
|
+
],
|
|
1773
|
+
group: 'Interactivity',
|
|
1774
|
+
title: 'Touch Action',
|
|
1775
|
+
className: 'touch',
|
|
1776
|
+
prefix: 'touch-',
|
|
1777
|
+
priority: 3,
|
|
1778
|
+
},
|
|
1779
|
+
userSELECT: {
|
|
1780
|
+
values: ['none', 'text', 'all', 'auto'],
|
|
1781
|
+
group: 'Interactivity',
|
|
1782
|
+
title: 'User Select',
|
|
1783
|
+
className: 'select',
|
|
1784
|
+
prefix: 'select-',
|
|
1785
|
+
priority: 3,
|
|
1786
|
+
},
|
|
1787
|
+
willCHANGE: {
|
|
1788
|
+
values: ['auto', 'scroll', 'contents', 'transform'],
|
|
1789
|
+
group: 'Interactivity',
|
|
1790
|
+
title: 'Will Change',
|
|
1791
|
+
className: 'will-change',
|
|
1792
|
+
prefix: 'will-change-',
|
|
1793
|
+
priority: 3,
|
|
1794
|
+
},
|
|
1795
|
+
};
|