zudoku 0.45.0 → 0.46.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/cli.js +8 -2
- package/dist/app/main.js +4 -23
- package/dist/app/main.js.map +1 -1
- package/dist/config/config.d.ts +2 -2
- package/dist/config/file-exists.d.ts +1 -0
- package/dist/config/file-exists.js +5 -0
- package/dist/config/file-exists.js.map +1 -0
- package/dist/config/loader.d.ts +19 -4
- package/dist/config/loader.js +94 -14
- package/dist/config/loader.js.map +1 -1
- package/dist/config/validators/validate.d.ts +3536 -743
- package/dist/config/validators/validate.js +396 -11
- package/dist/config/validators/validate.js.map +1 -1
- package/dist/index.d.ts +4 -2
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/lib/authentication/AuthenticationPlugin.d.ts +7 -2
- package/dist/lib/authentication/AuthenticationPlugin.js +13 -1
- package/dist/lib/authentication/AuthenticationPlugin.js.map +1 -1
- package/dist/lib/authentication/authentication.d.ts +2 -4
- package/dist/lib/authentication/providers/auth0.js.map +1 -1
- package/dist/lib/authentication/providers/clerk.js +62 -43
- package/dist/lib/authentication/providers/clerk.js.map +1 -1
- package/dist/lib/authentication/providers/openid.d.ts +7 -12
- package/dist/lib/authentication/providers/openid.js +11 -22
- package/dist/lib/authentication/providers/openid.js.map +1 -1
- package/dist/lib/authentication/providers/supabase.js +3 -5
- package/dist/lib/authentication/providers/supabase.js.map +1 -1
- package/dist/lib/components/Autocomplete.js +1 -1
- package/dist/lib/components/Banner.js +1 -1
- package/dist/lib/components/Banner.js.map +1 -1
- package/dist/lib/components/ErrorPage.js +1 -1
- package/dist/lib/components/Footer.js +5 -5
- package/dist/lib/components/Footer.js.map +1 -1
- package/dist/lib/components/Header.js +16 -8
- package/dist/lib/components/Header.js.map +1 -1
- package/dist/lib/components/Heading.js +6 -1
- package/dist/lib/components/Heading.js.map +1 -1
- package/dist/lib/components/InlineCode.js +1 -1
- package/dist/lib/components/InlineCode.js.map +1 -1
- package/dist/lib/components/Layout.js +2 -2
- package/dist/lib/components/Layout.js.map +1 -1
- package/dist/lib/components/Main.js +2 -2
- package/dist/lib/components/Main.js.map +1 -1
- package/dist/lib/components/Markdown.js +8 -3
- package/dist/lib/components/Markdown.js.map +1 -1
- package/dist/lib/components/MobileTopNavigation.js +3 -2
- package/dist/lib/components/MobileTopNavigation.js.map +1 -1
- package/dist/lib/components/NotFoundPage.js +1 -1
- package/dist/lib/components/Pagination.js +1 -1
- package/dist/lib/components/Pagination.js.map +1 -1
- package/dist/lib/components/Search.js +1 -1
- package/dist/lib/components/Search.js.map +1 -1
- package/dist/lib/components/Slot.d.ts +17 -0
- package/dist/lib/components/Slot.js +24 -0
- package/dist/lib/components/Slot.js.map +1 -0
- package/dist/lib/components/Slot.test.js +168 -0
- package/dist/lib/components/Slot.test.js.map +1 -0
- package/dist/lib/components/TopNavigation.d.ts +1 -4
- package/dist/lib/components/TopNavigation.js +3 -11
- package/dist/lib/components/TopNavigation.js.map +1 -1
- package/dist/lib/components/Zudoku.js +2 -2
- package/dist/lib/components/Zudoku.js.map +1 -1
- package/dist/lib/components/context/SlotProvider.d.ts +26 -0
- package/dist/lib/components/context/SlotProvider.js +83 -0
- package/dist/lib/components/context/SlotProvider.js.map +1 -0
- package/dist/lib/components/context/ZudokuContext.d.ts +1 -1
- package/dist/lib/components/context/ZudokuProvider.js +2 -1
- package/dist/lib/components/context/ZudokuProvider.js.map +1 -1
- package/dist/lib/components/index.d.ts +29 -23
- package/dist/lib/components/index.js +13 -7
- package/dist/lib/components/index.js.map +1 -1
- package/dist/lib/components/navigation/PoweredByZudoku.js +1 -1
- package/dist/lib/components/navigation/Sidebar.js +3 -3
- package/dist/lib/components/navigation/Sidebar.js.map +1 -1
- package/dist/lib/components/navigation/SidebarBadge.js +1 -1
- package/dist/lib/components/navigation/SidebarBadge.js.map +1 -1
- package/dist/lib/components/navigation/SidebarCategory.js +3 -3
- package/dist/lib/components/navigation/SidebarCategory.js.map +1 -1
- package/dist/lib/components/navigation/SidebarItem.d.ts +0 -5
- package/dist/lib/components/navigation/SidebarItem.js +19 -23
- package/dist/lib/components/navigation/SidebarItem.js.map +1 -1
- package/dist/lib/components/navigation/SidebarWrapper.js +1 -1
- package/dist/lib/components/navigation/Toc.js +1 -1
- package/dist/lib/components/navigation/Toc.js.map +1 -1
- package/dist/lib/components/navigation/utils.d.ts +8 -0
- package/dist/lib/components/navigation/utils.js +34 -6
- package/dist/lib/components/navigation/utils.js.map +1 -1
- package/dist/lib/core/ZudokuContext.d.ts +12 -8
- package/dist/lib/core/ZudokuContext.js +6 -5
- package/dist/lib/core/ZudokuContext.js.map +1 -1
- package/dist/lib/core/plugins.d.ts +5 -2
- package/dist/lib/core/plugins.js +1 -0
- package/dist/lib/core/plugins.js.map +1 -1
- package/dist/lib/errors/ErrorAlert.js +1 -1
- package/dist/lib/hooks/index.d.ts +19 -0
- package/dist/lib/hooks/index.js +11 -0
- package/dist/lib/hooks/index.js.map +1 -1
- package/dist/lib/plugins/api-catalog/Catalog.js +1 -1
- package/dist/lib/plugins/api-keys/CreateApiKey.d.ts +3 -2
- package/dist/lib/plugins/api-keys/CreateApiKey.js +8 -4
- package/dist/lib/plugins/api-keys/CreateApiKey.js.map +1 -1
- package/dist/lib/plugins/api-keys/SettingsApiKeys.d.ts +1 -1
- package/dist/lib/plugins/api-keys/SettingsApiKeys.js +54 -23
- package/dist/lib/plugins/api-keys/SettingsApiKeys.js.map +1 -1
- package/dist/lib/plugins/api-keys/index.d.ts +18 -9
- package/dist/lib/plugins/api-keys/index.js +49 -34
- package/dist/lib/plugins/api-keys/index.js.map +1 -1
- package/dist/lib/plugins/custom-pages/index.d.ts +1 -1
- package/dist/lib/plugins/markdown/MdxPage.js +1 -1
- package/dist/lib/plugins/markdown/MdxPage.js.map +1 -1
- package/dist/lib/plugins/markdown/index.d.ts +1 -1
- package/dist/lib/plugins/markdown/resolver.d.ts +1 -1
- package/dist/lib/plugins/markdown/resolver.js.map +1 -1
- package/dist/lib/plugins/openapi/CollapsibleCode.js +1 -1
- package/dist/lib/plugins/openapi/ColorizedParam.js +1 -1
- package/dist/lib/plugins/openapi/ColorizedParam.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationList.js +1 -1
- package/dist/lib/plugins/openapi/OperationList.js.map +1 -1
- package/dist/lib/plugins/openapi/OperationListItem.js +2 -3
- package/dist/lib/plugins/openapi/OperationListItem.js.map +1 -1
- package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.js +5 -1
- package/dist/lib/plugins/openapi/PlaygroundDialogWrapper.js.map +1 -1
- package/dist/lib/plugins/openapi/ResponsesSidecarBox.d.ts +2 -4
- package/dist/lib/plugins/openapi/ResponsesSidecarBox.js +1 -4
- package/dist/lib/plugins/openapi/ResponsesSidecarBox.js.map +1 -1
- package/dist/lib/plugins/openapi/SchemaList.js +6 -5
- package/dist/lib/plugins/openapi/SchemaList.js.map +1 -1
- package/dist/lib/plugins/openapi/Sidecar.js +1 -1
- package/dist/lib/plugins/openapi/SidecarExamples.js +8 -0
- package/dist/lib/plugins/openapi/SidecarExamples.js.map +1 -1
- package/dist/lib/plugins/openapi/components/EnumValues.js +1 -1
- package/dist/lib/plugins/openapi/components/EnumValues.js.map +1 -1
- package/dist/lib/plugins/openapi/components/ResponseContent.d.ts +12 -0
- package/dist/lib/plugins/openapi/components/ResponseContent.js +21 -0
- package/dist/lib/plugins/openapi/components/ResponseContent.js.map +1 -0
- package/dist/lib/plugins/openapi/playground/Playground.js +2 -0
- package/dist/lib/plugins/openapi/playground/Playground.js.map +1 -1
- package/dist/lib/plugins/openapi/playground/PlaygroundDialog.js +1 -1
- package/dist/lib/plugins/openapi/playground/SubmitButton.js +7 -10
- package/dist/lib/plugins/openapi/playground/SubmitButton.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/SchemaExampleAndDefault.js +2 -2
- package/dist/lib/plugins/openapi/schema/SchemaExampleAndDefault.js.map +1 -1
- package/dist/lib/plugins/openapi/schema/SchemaView.d.ts +2 -1
- package/dist/lib/plugins/openapi/schema/SchemaView.js +3 -3
- package/dist/lib/plugins/openapi/schema/SchemaView.js.map +1 -1
- package/dist/lib/plugins/redirect/index.d.ts +1 -1
- package/dist/lib/ui/Badge.d.ts +2 -2
- package/dist/lib/ui/Badge.js +1 -1
- package/dist/lib/ui/Badge.js.map +1 -1
- package/dist/lib/ui/Button.d.ts +2 -2
- package/dist/lib/ui/Button.js +8 -6
- package/dist/lib/ui/Button.js.map +1 -1
- package/dist/lib/ui/Callout.js +1 -1
- package/dist/lib/ui/Callout.js.map +1 -1
- package/dist/lib/ui/Card.js +1 -1
- package/dist/lib/ui/Checkbox.js +1 -1
- package/dist/lib/ui/Checkbox.js.map +1 -1
- package/dist/lib/ui/Command.d.ts +2 -2
- package/dist/lib/ui/Command.js +3 -3
- package/dist/lib/ui/Command.js.map +1 -1
- package/dist/lib/ui/Dialog.js +1 -1
- package/dist/lib/ui/Dialog.js.map +1 -1
- package/dist/lib/ui/DropdownMenu.js +4 -4
- package/dist/lib/ui/DropdownMenu.js.map +1 -1
- package/dist/lib/ui/HoverCard.js +1 -1
- package/dist/lib/ui/HoverCard.js.map +1 -1
- package/dist/lib/ui/Input.js +1 -1
- package/dist/lib/ui/Input.js.map +1 -1
- package/dist/lib/ui/Popover.js +1 -1
- package/dist/lib/ui/Popover.js.map +1 -1
- package/dist/lib/ui/RadioGroup.js +1 -1
- package/dist/lib/ui/RadioGroup.js.map +1 -1
- package/dist/lib/ui/Select.js +2 -2
- package/dist/lib/ui/Select.js.map +1 -1
- package/dist/lib/ui/Slider.js +1 -1
- package/dist/lib/ui/Slider.js.map +1 -1
- package/dist/lib/ui/Switch.js +1 -1
- package/dist/lib/ui/Switch.js.map +1 -1
- package/dist/lib/ui/Tabs.js +2 -2
- package/dist/lib/ui/Tabs.js.map +1 -1
- package/dist/lib/ui/Textarea.js +1 -1
- package/dist/lib/ui/Textarea.js.map +1 -1
- package/dist/lib/ui/Toggle.js +1 -1
- package/dist/lib/ui/Toggle.js.map +1 -1
- package/dist/lib/ui/Tooltip.d.ts +2 -1
- package/dist/lib/ui/Tooltip.js +2 -1
- package/dist/lib/ui/Tooltip.js.map +1 -1
- package/dist/lib/util/useExposedProps.d.ts +8 -1
- package/dist/lib/util/useExposedProps.js.map +1 -1
- package/dist/vite/api/SchemaManager.js +16 -1
- package/dist/vite/api/SchemaManager.js.map +1 -1
- package/dist/vite/build.js +44 -6
- package/dist/vite/build.js.map +1 -1
- package/dist/vite/config.d.ts +2 -9
- package/dist/vite/config.js +6 -95
- package/dist/vite/config.js.map +1 -1
- package/dist/vite/config.test.js +1 -1
- package/dist/vite/config.test.js.map +1 -1
- package/dist/vite/css/plugin.d.ts +1 -2
- package/dist/vite/css/plugin.js +3 -2
- package/dist/vite/css/plugin.js.map +1 -1
- package/dist/vite/dev-server.d.ts +0 -1
- package/dist/vite/dev-server.js +10 -12
- package/dist/vite/dev-server.js.map +1 -1
- package/dist/vite/html.d.ts +2 -2
- package/dist/vite/html.js +5 -2
- package/dist/vite/html.js.map +1 -1
- package/dist/vite/plugin-api-keys.d.ts +1 -2
- package/dist/vite/plugin-api-keys.js +9 -3
- package/dist/vite/plugin-api-keys.js.map +1 -1
- package/dist/vite/plugin-api.d.ts +1 -2
- package/dist/vite/plugin-api.js +5 -4
- package/dist/vite/plugin-api.js.map +1 -1
- package/dist/vite/plugin-auth.d.ts +1 -2
- package/dist/vite/plugin-auth.js +3 -2
- package/dist/vite/plugin-auth.js.map +1 -1
- package/dist/vite/plugin-component.d.ts +1 -2
- package/dist/vite/plugin-component.js +3 -2
- package/dist/vite/plugin-component.js.map +1 -1
- package/dist/vite/plugin-config-reload.d.ts +1 -2
- package/dist/vite/plugin-config-reload.js +21 -22
- package/dist/vite/plugin-config-reload.js.map +1 -1
- package/dist/vite/plugin-config.d.ts +1 -2
- package/dist/vite/plugin-config.js +4 -3
- package/dist/vite/plugin-config.js.map +1 -1
- package/dist/vite/plugin-configure-tailwind.d.ts +2 -0
- package/dist/vite/plugin-configure-tailwind.js +38 -0
- package/dist/vite/plugin-configure-tailwind.js.map +1 -0
- package/dist/vite/plugin-custom-pages.d.ts +1 -2
- package/dist/vite/plugin-custom-pages.js +3 -2
- package/dist/vite/plugin-custom-pages.js.map +1 -1
- package/dist/vite/plugin-docs.d.ts +1 -2
- package/dist/vite/plugin-docs.js +4 -3
- package/dist/vite/plugin-docs.js.map +1 -1
- package/dist/vite/plugin-frontmatter.d.ts +1 -2
- package/dist/vite/plugin-frontmatter.js +3 -2
- package/dist/vite/plugin-frontmatter.js.map +1 -1
- package/dist/vite/plugin-mdx.d.ts +1 -2
- package/dist/vite/plugin-mdx.js +3 -2
- package/dist/vite/plugin-mdx.js.map +1 -1
- package/dist/vite/plugin-redirect.d.ts +1 -2
- package/dist/vite/plugin-redirect.js +3 -2
- package/dist/vite/plugin-redirect.js.map +1 -1
- package/dist/vite/plugin-search.d.ts +1 -2
- package/dist/vite/plugin-search.js +3 -2
- package/dist/vite/plugin-search.js.map +1 -1
- package/dist/vite/plugin-shiki-register.d.ts +1 -2
- package/dist/vite/plugin-shiki-register.js +2 -1
- package/dist/vite/plugin-shiki-register.js.map +1 -1
- package/dist/vite/plugin-sidebar.d.ts +1 -2
- package/dist/vite/plugin-sidebar.js +3 -2
- package/dist/vite/plugin-sidebar.js.map +1 -1
- package/dist/vite/plugin-theme-css.d.ts +1 -2
- package/dist/vite/plugin-theme-css.js +20 -60
- package/dist/vite/plugin-theme-css.js.map +1 -1
- package/dist/vite/plugin.d.ts +1 -2
- package/dist/vite/plugin.js +22 -21
- package/dist/vite/plugin.js.map +1 -1
- package/dist/vite/sitemap.d.ts +1 -1
- package/dist/zuplo/with-zuplo.d.ts +2 -2
- package/dist/zuplo/with-zuplo.js.map +1 -1
- package/lib/Button-BE9IVkWV.js +51 -0
- package/lib/Button-BE9IVkWV.js.map +1 -0
- package/lib/{Callout-XadUe37J.js → Callout-BkgOUkoZ.js} +9 -8
- package/lib/Callout-BkgOUkoZ.js.map +1 -0
- package/lib/{Card-BlCYNw5W.js → Card-DPhGbYUM.js} +3 -3
- package/lib/{Card-BlCYNw5W.js.map → Card-DPhGbYUM.js.map} +1 -1
- package/lib/{CategoryHeading-DZi-Szor.js → CategoryHeading-Cu2RwgjC.js} +2 -2
- package/lib/{CategoryHeading-DZi-Szor.js.map → CategoryHeading-Cu2RwgjC.js.map} +1 -1
- package/lib/{Dialog-CNf2oWXG.js → Dialog-Du6WMcIA.js} +8 -7
- package/lib/Dialog-Du6WMcIA.js.map +1 -0
- package/lib/{Drawer-BPBxzel2.js → Drawer-BzkOKwgC.js} +2 -2
- package/lib/{Drawer-BPBxzel2.js.map → Drawer-BzkOKwgC.js.map} +1 -1
- package/lib/Markdown-BRAyzyUJ.js +15348 -0
- package/lib/Markdown-BRAyzyUJ.js.map +1 -0
- package/lib/{MdxPage-Sjv6y3cA.js → MdxPage-B3v1BSKr.js} +11 -11
- package/lib/MdxPage-B3v1BSKr.js.map +1 -0
- package/lib/{OasProvider-CzRXrs_-.js → OasProvider-5jrFuhVk.js} +3 -3
- package/lib/{OasProvider-CzRXrs_-.js.map → OasProvider-5jrFuhVk.js.map} +1 -1
- package/lib/{OperationList-DefCF3ZI.js → OperationList-BmoMLQPO.js} +1039 -1005
- package/lib/OperationList-BmoMLQPO.js.map +1 -0
- package/lib/Pagination-Cr0fWZS3.js +36 -0
- package/lib/Pagination-Cr0fWZS3.js.map +1 -0
- package/lib/RouteGuard-PrSVLbSr.js +55 -0
- package/lib/RouteGuard-PrSVLbSr.js.map +1 -0
- package/lib/{SchemaList-zHQ2Ekyw.js → SchemaList-B4riYLoP.js} +61 -47
- package/lib/SchemaList-B4riYLoP.js.map +1 -0
- package/lib/{SchemaView-CqF4oMU-.js → SchemaView-CPZ6RgsF.js} +100 -95
- package/lib/SchemaView-CPZ6RgsF.js.map +1 -0
- package/lib/{AuthenticationPlugin-UNaAuxNo.js → SignUp-CWaiH0tY.js} +23 -50
- package/lib/SignUp-CWaiH0tY.js.map +1 -0
- package/lib/Slot-Bo6K4tnb.js +160 -0
- package/lib/Slot-Bo6K4tnb.js.map +1 -0
- package/lib/{SyntaxHighlight-UxOF1xNb.js → SyntaxHighlight-DedRjJNr.js} +233 -212
- package/lib/{SyntaxHighlight-UxOF1xNb.js.map → SyntaxHighlight-DedRjJNr.js.map} +1 -1
- package/lib/{Toc-Ax54Pw8S.js → Toc-lL3fzNkl.js} +5 -5
- package/lib/Toc-lL3fzNkl.js.map +1 -0
- package/lib/{circular-B_TODp4H.js → circular-oB4auIIg.js} +2 -2
- package/lib/{circular-B_TODp4H.js.map → circular-oB4auIIg.js.map} +1 -1
- package/lib/clsx-OuTLNxxd.js +17 -0
- package/lib/clsx-OuTLNxxd.js.map +1 -0
- package/lib/{cn-CwJPJKOE.js → cn-wvCW-ho6.js} +1015 -562
- package/lib/cn-wvCW-ho6.js.map +1 -0
- package/lib/{createServer-CXd8q7nF.js → createServer-DCB82j2t.js} +81 -81
- package/lib/{createServer-CXd8q7nF.js.map → createServer-DCB82j2t.js.map} +1 -1
- package/lib/{hook-BwOB_iZo.js → hook-DawSLaZr.js} +323 -300
- package/lib/hook-DawSLaZr.js.map +1 -0
- package/lib/{index-BY8J3gEh.js → index-BXYvD5-7.js} +868 -758
- package/lib/index-BXYvD5-7.js.map +1 -0
- package/lib/{index-Z13x6tPX.js → index-DI5SPFK9.js} +2 -2
- package/lib/{index-Z13x6tPX.js.map → index-DI5SPFK9.js.map} +1 -1
- package/lib/index-QzXzw_ra.js +24 -0
- package/lib/index-QzXzw_ra.js.map +1 -0
- package/lib/{RouteGuard-lkdEJoDV.js → index.esm-BFcSKCe-.js} +232 -281
- package/lib/index.esm-BFcSKCe-.js.map +1 -0
- package/lib/{index.esm-D2ZUREQN.js → index.esm-DSfX_eMP.js} +3 -3
- package/lib/{index.esm-D2ZUREQN.js.map → index.esm-DSfX_eMP.js.map} +1 -1
- package/lib/joinPath-B7kNnUX4.js +8 -0
- package/lib/joinPath-B7kNnUX4.js.map +1 -0
- package/lib/{mutation-CL2MCRQL.js → mutation-oxMvODNQ.js} +2 -2
- package/lib/{mutation-CL2MCRQL.js.map → mutation-oxMvODNQ.js.map} +1 -1
- package/lib/ui/Accordion.js +1 -1
- package/lib/ui/ActionButton.js +2 -2
- package/lib/ui/Alert.js +2 -2
- package/lib/ui/AlertDialog.js +1 -1
- package/lib/ui/Badge.js +3 -3
- package/lib/ui/Badge.js.map +1 -1
- package/lib/ui/Breadcrumb.js +1 -1
- package/lib/ui/Button.js +20 -18
- package/lib/ui/Button.js.map +1 -1
- package/lib/ui/Callout.js +6 -5
- package/lib/ui/Callout.js.map +1 -1
- package/lib/ui/Card.js +8 -8
- package/lib/ui/Card.js.map +1 -1
- package/lib/ui/Carousel.js +1 -1
- package/lib/ui/Checkbox.js +7 -7
- package/lib/ui/Checkbox.js.map +1 -1
- package/lib/ui/CodeBlock.js +1 -1
- package/lib/ui/Command.js +43 -43
- package/lib/ui/Command.js.map +1 -1
- package/lib/ui/Dialog.js +2 -2
- package/lib/ui/Dialog.js.map +1 -1
- package/lib/ui/Drawer.js +2 -2
- package/lib/ui/DropdownMenu.js +34 -34
- package/lib/ui/DropdownMenu.js.map +1 -1
- package/lib/ui/Form.js +2 -2
- package/lib/ui/HoverCard.js +5 -5
- package/lib/ui/HoverCard.js.map +1 -1
- package/lib/ui/Input.js +2 -2
- package/lib/ui/Input.js.map +1 -1
- package/lib/ui/Label.js +2 -2
- package/lib/ui/Pagination.js +1 -1
- package/lib/ui/Popover.js +2 -2
- package/lib/ui/Popover.js.map +1 -1
- package/lib/ui/Progress.js +1 -1
- package/lib/ui/RadioGroup.js +10 -10
- package/lib/ui/RadioGroup.js.map +1 -1
- package/lib/ui/ScrollArea.js +1 -1
- package/lib/ui/Select.js +31 -31
- package/lib/ui/Select.js.map +1 -1
- package/lib/ui/Skeleton.js +1 -1
- package/lib/ui/Slider.js +5 -5
- package/lib/ui/Slider.js.map +1 -1
- package/lib/ui/Switch.js +5 -5
- package/lib/ui/Switch.js.map +1 -1
- package/lib/ui/SyntaxHighlight.js +2 -2
- package/lib/ui/Tabs.js +16 -16
- package/lib/ui/Tabs.js.map +1 -1
- package/lib/ui/Textarea.js +5 -5
- package/lib/ui/Textarea.js.map +1 -1
- package/lib/ui/Toggle.js +7 -7
- package/lib/ui/Toggle.js.map +1 -1
- package/lib/ui/ToggleGroup.js +1 -1
- package/lib/ui/Tooltip.js +15 -8
- package/lib/ui/Tooltip.js.map +1 -1
- package/lib/ui/util.js +1 -1
- package/lib/useExposedProps-DG8J6ewJ.js.map +1 -1
- package/lib/useMutation-C_j3dA_L.js +97 -0
- package/lib/useMutation-C_j3dA_L.js.map +1 -0
- package/lib/zudoku.auth-auth0.js +1 -1
- package/lib/zudoku.auth-auth0.js.map +1 -1
- package/lib/zudoku.auth-clerk.js +99 -82
- package/lib/zudoku.auth-clerk.js.map +1 -1
- package/lib/zudoku.auth-openid.js +246 -216
- package/lib/zudoku.auth-openid.js.map +1 -1
- package/lib/zudoku.components.js +4957 -33
- package/lib/zudoku.components.js.map +1 -1
- package/lib/zudoku.hooks.js +21 -12
- package/lib/zudoku.hooks.js.map +1 -1
- package/lib/zudoku.plugin-api-catalog.js +8 -8
- package/lib/zudoku.plugin-api-catalog.js.map +1 -1
- package/lib/zudoku.plugin-api-keys.js +5022 -214
- package/lib/zudoku.plugin-api-keys.js.map +1 -1
- package/lib/zudoku.plugin-custom-pages.js +2 -2
- package/lib/zudoku.plugin-custom-pages.js.map +1 -1
- package/lib/zudoku.plugin-markdown.js +1 -1
- package/lib/zudoku.plugin-markdown.js.map +1 -1
- package/lib/zudoku.plugin-openapi.js +3 -3
- package/lib/zudoku.plugin-redirect.js.map +1 -1
- package/lib/zudoku.plugin-search-pagefind.js +5 -5
- package/lib/zudoku.plugins.js +7 -6
- package/lib/zudoku.plugins.js.map +1 -1
- package/package.json +15 -16
- package/src/app/defaultTheme.css +54 -0
- package/src/app/font.geist.css +73 -0
- package/src/app/main.css +113 -156
- package/src/app/main.tsx +4 -28
- package/src/lib/authentication/AuthenticationPlugin.tsx +18 -4
- package/src/lib/authentication/authentication.ts +2 -5
- package/src/lib/authentication/providers/auth0.tsx +8 -2
- package/src/lib/authentication/providers/clerk.tsx +72 -48
- package/src/lib/authentication/providers/openid.tsx +19 -26
- package/src/lib/authentication/providers/supabase.tsx +7 -7
- package/src/lib/components/Autocomplete.tsx +1 -1
- package/src/lib/components/Banner.tsx +1 -1
- package/src/lib/components/ErrorPage.tsx +1 -1
- package/src/lib/components/Footer.tsx +7 -10
- package/src/lib/components/Header.tsx +29 -29
- package/src/lib/components/Heading.tsx +9 -5
- package/src/lib/components/InlineCode.tsx +1 -1
- package/src/lib/components/Layout.tsx +3 -3
- package/src/lib/components/Main.tsx +4 -4
- package/src/lib/components/Markdown.tsx +14 -4
- package/src/lib/components/MobileTopNavigation.tsx +3 -2
- package/src/lib/components/NotFoundPage.tsx +1 -1
- package/src/lib/components/Pagination.tsx +3 -9
- package/src/lib/components/Search.tsx +1 -1
- package/src/lib/components/Slot.test.tsx +465 -0
- package/src/lib/components/Slot.tsx +64 -0
- package/src/lib/components/TopNavigation.tsx +5 -17
- package/src/lib/components/Zudoku.tsx +9 -9
- package/src/lib/components/context/SlotProvider.tsx +149 -0
- package/src/lib/components/context/ZudokuProvider.tsx +2 -1
- package/src/lib/components/index.ts +14 -10
- package/src/lib/components/navigation/PoweredByZudoku.tsx +1 -1
- package/src/lib/components/navigation/Sidebar.tsx +3 -3
- package/src/lib/components/navigation/SidebarBadge.tsx +1 -1
- package/src/lib/components/navigation/SidebarCategory.tsx +3 -3
- package/src/lib/components/navigation/SidebarItem.tsx +57 -30
- package/src/lib/components/navigation/SidebarWrapper.tsx +2 -2
- package/src/lib/components/navigation/Toc.tsx +2 -2
- package/src/lib/components/navigation/utils.ts +42 -6
- package/src/lib/core/ZudokuContext.ts +24 -12
- package/src/lib/core/plugins.ts +10 -2
- package/src/lib/errors/ErrorAlert.tsx +1 -1
- package/src/lib/hooks/index.ts +11 -0
- package/src/lib/plugins/api-catalog/Catalog.tsx +1 -1
- package/src/lib/plugins/api-keys/CreateApiKey.tsx +54 -42
- package/src/lib/plugins/api-keys/SettingsApiKeys.tsx +292 -112
- package/src/lib/plugins/api-keys/index.tsx +101 -55
- package/src/lib/plugins/custom-pages/index.tsx +1 -1
- package/src/lib/plugins/markdown/MdxPage.tsx +2 -2
- package/src/lib/plugins/markdown/index.tsx +2 -2
- package/src/lib/plugins/markdown/resolver.ts +4 -2
- package/src/lib/plugins/openapi/CollapsibleCode.tsx +1 -1
- package/src/lib/plugins/openapi/ColorizedParam.tsx +2 -2
- package/src/lib/plugins/openapi/OperationList.tsx +2 -2
- package/src/lib/plugins/openapi/OperationListItem.tsx +6 -34
- package/src/lib/plugins/openapi/PlaygroundDialogWrapper.tsx +7 -1
- package/src/lib/plugins/openapi/ResponsesSidecarBox.tsx +5 -16
- package/src/lib/plugins/openapi/SchemaList.tsx +20 -8
- package/src/lib/plugins/openapi/Sidecar.tsx +1 -1
- package/src/lib/plugins/openapi/SidecarExamples.tsx +6 -0
- package/src/lib/plugins/openapi/components/EnumValues.tsx +1 -1
- package/src/lib/plugins/openapi/components/ResponseContent.tsx +104 -0
- package/src/lib/plugins/openapi/playground/Playground.tsx +7 -1
- package/src/lib/plugins/openapi/playground/PlaygroundDialog.tsx +1 -1
- package/src/lib/plugins/openapi/playground/SubmitButton.tsx +24 -29
- package/src/lib/plugins/openapi/schema/SchemaExampleAndDefault.tsx +2 -2
- package/src/lib/plugins/openapi/schema/SchemaView.tsx +7 -3
- package/src/lib/plugins/redirect/index.tsx +1 -1
- package/src/lib/ui/Badge.tsx +2 -2
- package/src/lib/ui/Button.tsx +9 -6
- package/src/lib/ui/Callout.tsx +1 -0
- package/src/lib/ui/Card.tsx +1 -1
- package/src/lib/ui/Checkbox.tsx +1 -1
- package/src/lib/ui/Command.tsx +5 -5
- package/src/lib/ui/Dialog.tsx +1 -1
- package/src/lib/ui/DropdownMenu.tsx +4 -4
- package/src/lib/ui/HoverCard.tsx +1 -1
- package/src/lib/ui/Input.tsx +1 -1
- package/src/lib/ui/Popover.tsx +1 -1
- package/src/lib/ui/RadioGroup.tsx +1 -1
- package/src/lib/ui/Select.tsx +3 -3
- package/src/lib/ui/Slider.tsx +1 -1
- package/src/lib/ui/Switch.tsx +1 -1
- package/src/lib/ui/Tabs.tsx +2 -2
- package/src/lib/ui/Textarea.tsx +1 -1
- package/src/lib/ui/Toggle.tsx +1 -1
- package/src/lib/ui/Tooltip.tsx +16 -1
- package/src/lib/util/useExposedProps.tsx +12 -1
- package/dist/app/tailwind.d.ts +0 -4
- package/dist/app/tailwind.js +0 -97
- package/dist/app/tailwind.js.map +0 -1
- package/dist/config/common.d.ts +0 -10
- package/dist/config/common.js +0 -2
- package/dist/config/common.js.map +0 -1
- package/dist/config/validators/common.d.ts +0 -8001
- package/dist/config/validators/common.js +0 -414
- package/dist/config/validators/common.js.map +0 -1
- package/dist/lib/components/SlotletProvider.d.ts +0 -17
- package/dist/lib/components/SlotletProvider.js +0 -18
- package/dist/lib/components/SlotletProvider.js.map +0 -1
- package/dist/vite/plugin-docs.test.js +0 -22
- package/dist/vite/plugin-docs.test.js.map +0 -1
- package/lib/AuthenticationPlugin-UNaAuxNo.js.map +0 -1
- package/lib/Button-Bdk_Ij3U.js +0 -49
- package/lib/Button-Bdk_Ij3U.js.map +0 -1
- package/lib/Callout-XadUe37J.js.map +0 -1
- package/lib/Dialog-CNf2oWXG.js.map +0 -1
- package/lib/Markdown-D96AphCL.js +0 -7691
- package/lib/Markdown-D96AphCL.js.map +0 -1
- package/lib/MdxPage-Sjv6y3cA.js.map +0 -1
- package/lib/OperationList-DefCF3ZI.js.map +0 -1
- package/lib/Pagination-B89j9KJS.js +0 -48
- package/lib/Pagination-B89j9KJS.js.map +0 -1
- package/lib/RouteGuard-lkdEJoDV.js.map +0 -1
- package/lib/SchemaList-zHQ2Ekyw.js.map +0 -1
- package/lib/SchemaView-CqF4oMU-.js.map +0 -1
- package/lib/Select-HTio1oSE.js +0 -211
- package/lib/Select-HTio1oSE.js.map +0 -1
- package/lib/SlotletProvider-CTgIBRWg.js +0 -257
- package/lib/SlotletProvider-CTgIBRWg.js.map +0 -1
- package/lib/Toc-Ax54Pw8S.js.map +0 -1
- package/lib/cn-CwJPJKOE.js.map +0 -1
- package/lib/hook-BwOB_iZo.js.map +0 -1
- package/lib/index-BY8J3gEh.js.map +0 -1
- package/lib/index-CT2PstvH.js +0 -4982
- package/lib/index-CT2PstvH.js.map +0 -1
- package/src/app/tailwind.ts +0 -103
- package/src/lib/components/SlotletProvider.tsx +0 -55
- /package/dist/{vite/plugin-docs.test.d.ts → lib/components/Slot.test.d.ts} +0 -0
|
@@ -1,94 +1,79 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
for (r = 0; r < l; r++) e[r] && (t = Y(e[r])) && (o && (o += " "), o += t);
|
|
7
|
-
} else for (t in e) e[t] && (o && (o += " "), o += t);
|
|
8
|
-
return o;
|
|
9
|
-
}
|
|
10
|
-
function ne() {
|
|
11
|
-
for (var e, r, t = 0, o = "", l = arguments.length; t < l; t++) (e = arguments[t]) && (r = Y(e)) && (o && (o += " "), o += r);
|
|
12
|
-
return o;
|
|
13
|
-
}
|
|
14
|
-
const B = "-", se = (e) => {
|
|
15
|
-
const r = ie(e), {
|
|
16
|
-
conflictingClassGroups: t,
|
|
17
|
-
conflictingClassGroupModifiers: o
|
|
1
|
+
import { c as Ie } from "./clsx-OuTLNxxd.js";
|
|
2
|
+
const ne = "-", Pe = (e) => {
|
|
3
|
+
const n = Ge(e), {
|
|
4
|
+
conflictingClassGroups: s,
|
|
5
|
+
conflictingClassGroupModifiers: t
|
|
18
6
|
} = e;
|
|
19
7
|
return {
|
|
20
|
-
getClassGroupId: (
|
|
21
|
-
const
|
|
22
|
-
return
|
|
8
|
+
getClassGroupId: (i) => {
|
|
9
|
+
const u = i.split(ne);
|
|
10
|
+
return u[0] === "" && u.length !== 1 && u.shift(), xe(u, n) || Re(i);
|
|
23
11
|
},
|
|
24
|
-
getConflictingClassGroupIds: (
|
|
25
|
-
const
|
|
26
|
-
return
|
|
12
|
+
getConflictingClassGroupIds: (i, u) => {
|
|
13
|
+
const p = s[i] || [];
|
|
14
|
+
return u && t[i] ? [...p, ...t[i]] : p;
|
|
27
15
|
}
|
|
28
16
|
};
|
|
29
|
-
},
|
|
17
|
+
}, xe = (e, n) => {
|
|
30
18
|
if (e.length === 0)
|
|
31
|
-
return
|
|
32
|
-
const
|
|
33
|
-
if (
|
|
34
|
-
return
|
|
35
|
-
if (
|
|
19
|
+
return n.classGroupId;
|
|
20
|
+
const s = e[0], t = n.nextPart.get(s), c = t ? xe(e.slice(1), t) : void 0;
|
|
21
|
+
if (c)
|
|
22
|
+
return c;
|
|
23
|
+
if (n.validators.length === 0)
|
|
36
24
|
return;
|
|
37
|
-
const
|
|
38
|
-
return
|
|
39
|
-
validator:
|
|
40
|
-
}) =>
|
|
41
|
-
},
|
|
42
|
-
if (
|
|
43
|
-
const
|
|
44
|
-
if (
|
|
45
|
-
return "arbitrary.." +
|
|
25
|
+
const m = e.join(ne);
|
|
26
|
+
return n.validators.find(({
|
|
27
|
+
validator: i
|
|
28
|
+
}) => i(m))?.classGroupId;
|
|
29
|
+
}, fe = /^\[(.+)\]$/, Re = (e) => {
|
|
30
|
+
if (fe.test(e)) {
|
|
31
|
+
const n = fe.exec(e)[1], s = n?.substring(0, n.indexOf(":"));
|
|
32
|
+
if (s)
|
|
33
|
+
return "arbitrary.." + s;
|
|
46
34
|
}
|
|
47
|
-
},
|
|
35
|
+
}, Ge = (e) => {
|
|
48
36
|
const {
|
|
49
|
-
theme:
|
|
50
|
-
|
|
51
|
-
} = e,
|
|
37
|
+
theme: n,
|
|
38
|
+
classGroups: s
|
|
39
|
+
} = e, t = {
|
|
52
40
|
nextPart: /* @__PURE__ */ new Map(),
|
|
53
41
|
validators: []
|
|
54
42
|
};
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
},
|
|
59
|
-
e.forEach((
|
|
60
|
-
if (typeof
|
|
61
|
-
const
|
|
62
|
-
|
|
43
|
+
for (const c in s)
|
|
44
|
+
re(s[c], t, c, n);
|
|
45
|
+
return t;
|
|
46
|
+
}, re = (e, n, s, t) => {
|
|
47
|
+
e.forEach((c) => {
|
|
48
|
+
if (typeof c == "string") {
|
|
49
|
+
const m = c === "" ? n : be(n, c);
|
|
50
|
+
m.classGroupId = s;
|
|
63
51
|
return;
|
|
64
52
|
}
|
|
65
|
-
if (typeof
|
|
66
|
-
if (
|
|
67
|
-
|
|
53
|
+
if (typeof c == "function") {
|
|
54
|
+
if (Te(c)) {
|
|
55
|
+
re(c(t), n, s, t);
|
|
68
56
|
return;
|
|
69
57
|
}
|
|
70
|
-
|
|
71
|
-
validator:
|
|
72
|
-
classGroupId:
|
|
58
|
+
n.validators.push({
|
|
59
|
+
validator: c,
|
|
60
|
+
classGroupId: s
|
|
73
61
|
});
|
|
74
62
|
return;
|
|
75
63
|
}
|
|
76
|
-
Object.entries(
|
|
77
|
-
|
|
64
|
+
Object.entries(c).forEach(([m, i]) => {
|
|
65
|
+
re(i, be(n, m), s, t);
|
|
78
66
|
});
|
|
79
67
|
});
|
|
80
|
-
},
|
|
81
|
-
let
|
|
82
|
-
return
|
|
83
|
-
|
|
68
|
+
}, be = (e, n) => {
|
|
69
|
+
let s = e;
|
|
70
|
+
return n.split(ne).forEach((t) => {
|
|
71
|
+
s.nextPart.has(t) || s.nextPart.set(t, {
|
|
84
72
|
nextPart: /* @__PURE__ */ new Map(),
|
|
85
73
|
validators: []
|
|
86
|
-
}),
|
|
87
|
-
}),
|
|
88
|
-
},
|
|
89
|
-
const l = o.map((n) => typeof n == "string" ? r + n : typeof n == "object" ? Object.fromEntries(Object.entries(n).map(([a, s]) => [r + a, s])) : n);
|
|
90
|
-
return [t, l];
|
|
91
|
-
}) : e, de = (e) => {
|
|
74
|
+
}), s = s.nextPart.get(t);
|
|
75
|
+
}), s;
|
|
76
|
+
}, Te = (e) => e.isThemeGetter, Ee = (e) => {
|
|
92
77
|
if (e < 1)
|
|
93
78
|
return {
|
|
94
79
|
get: () => {
|
|
@@ -96,192 +81,257 @@ const B = "-", se = (e) => {
|
|
|
96
81
|
set: () => {
|
|
97
82
|
}
|
|
98
83
|
};
|
|
99
|
-
let
|
|
100
|
-
const
|
|
101
|
-
|
|
84
|
+
let n = 0, s = /* @__PURE__ */ new Map(), t = /* @__PURE__ */ new Map();
|
|
85
|
+
const c = (m, i) => {
|
|
86
|
+
s.set(m, i), n++, n > e && (n = 0, t = s, s = /* @__PURE__ */ new Map());
|
|
102
87
|
};
|
|
103
88
|
return {
|
|
104
|
-
get(
|
|
105
|
-
let
|
|
106
|
-
if (
|
|
107
|
-
return
|
|
108
|
-
if ((
|
|
109
|
-
return
|
|
89
|
+
get(m) {
|
|
90
|
+
let i = s.get(m);
|
|
91
|
+
if (i !== void 0)
|
|
92
|
+
return i;
|
|
93
|
+
if ((i = t.get(m)) !== void 0)
|
|
94
|
+
return c(m, i), i;
|
|
110
95
|
},
|
|
111
|
-
set(
|
|
112
|
-
|
|
96
|
+
set(m, i) {
|
|
97
|
+
s.has(m) ? s.set(m, i) : c(m, i);
|
|
113
98
|
}
|
|
114
99
|
};
|
|
115
|
-
},
|
|
100
|
+
}, te = "!", se = ":", Ne = se.length, Le = (e) => {
|
|
116
101
|
const {
|
|
117
|
-
|
|
118
|
-
experimentalParseClassName:
|
|
119
|
-
} = e
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
102
|
+
prefix: n,
|
|
103
|
+
experimentalParseClassName: s
|
|
104
|
+
} = e;
|
|
105
|
+
let t = (c) => {
|
|
106
|
+
const m = [];
|
|
107
|
+
let i = 0, u = 0, p = 0, g;
|
|
108
|
+
for (let k = 0; k < c.length; k++) {
|
|
109
|
+
let y = c[k];
|
|
110
|
+
if (i === 0 && u === 0) {
|
|
111
|
+
if (y === se) {
|
|
112
|
+
m.push(c.slice(p, k)), p = k + Ne;
|
|
127
113
|
continue;
|
|
128
114
|
}
|
|
129
|
-
if (
|
|
130
|
-
|
|
115
|
+
if (y === "/") {
|
|
116
|
+
g = k;
|
|
131
117
|
continue;
|
|
132
118
|
}
|
|
133
119
|
}
|
|
134
|
-
|
|
120
|
+
y === "[" ? i++ : y === "]" ? i-- : y === "(" ? u++ : y === ")" && u--;
|
|
135
121
|
}
|
|
136
|
-
const
|
|
122
|
+
const h = m.length === 0 ? c : c.substring(p), M = Ve(h), O = M !== h, F = g && g > p ? g - p : void 0;
|
|
137
123
|
return {
|
|
138
|
-
modifiers:
|
|
139
|
-
hasImportantModifier:
|
|
140
|
-
baseClassName:
|
|
141
|
-
maybePostfixModifierPosition:
|
|
124
|
+
modifiers: m,
|
|
125
|
+
hasImportantModifier: O,
|
|
126
|
+
baseClassName: M,
|
|
127
|
+
maybePostfixModifierPosition: F
|
|
142
128
|
};
|
|
143
129
|
};
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
}
|
|
130
|
+
if (n) {
|
|
131
|
+
const c = n + se, m = t;
|
|
132
|
+
t = (i) => i.startsWith(c) ? m(i.substring(c.length)) : {
|
|
133
|
+
isExternal: !0,
|
|
134
|
+
modifiers: [],
|
|
135
|
+
hasImportantModifier: !1,
|
|
136
|
+
baseClassName: i,
|
|
137
|
+
maybePostfixModifierPosition: void 0
|
|
138
|
+
};
|
|
139
|
+
}
|
|
140
|
+
if (s) {
|
|
141
|
+
const c = t;
|
|
142
|
+
t = (m) => s({
|
|
143
|
+
className: m,
|
|
144
|
+
parseClassName: c
|
|
145
|
+
});
|
|
146
|
+
}
|
|
147
|
+
return t;
|
|
148
|
+
}, Ve = (e) => e.endsWith(te) ? e.substring(0, e.length - 1) : e.startsWith(te) ? e.substring(1) : e, je = (e) => {
|
|
149
|
+
const n = Object.fromEntries(e.orderSensitiveModifiers.map((t) => [t, !0]));
|
|
150
|
+
return (t) => {
|
|
151
|
+
if (t.length <= 1)
|
|
152
|
+
return t;
|
|
153
|
+
const c = [];
|
|
154
|
+
let m = [];
|
|
155
|
+
return t.forEach((i) => {
|
|
156
|
+
i[0] === "[" || n[i] ? (c.push(...m.sort(), i), m = []) : m.push(i);
|
|
157
|
+
}), c.push(...m.sort()), c;
|
|
158
|
+
};
|
|
159
|
+
}, Oe = (e) => ({
|
|
160
|
+
cache: Ee(e.cacheSize),
|
|
161
|
+
parseClassName: Le(e),
|
|
162
|
+
sortModifiers: je(e),
|
|
163
|
+
...Pe(e)
|
|
164
|
+
}), Fe = /\s+/, _e = (e, n) => {
|
|
161
165
|
const {
|
|
162
|
-
parseClassName:
|
|
163
|
-
getClassGroupId:
|
|
164
|
-
getConflictingClassGroupIds:
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
166
|
+
parseClassName: s,
|
|
167
|
+
getClassGroupId: t,
|
|
168
|
+
getConflictingClassGroupIds: c,
|
|
169
|
+
sortModifiers: m
|
|
170
|
+
} = n, i = [], u = e.trim().split(Fe);
|
|
171
|
+
let p = "";
|
|
172
|
+
for (let g = u.length - 1; g >= 0; g -= 1) {
|
|
173
|
+
const h = u[g], {
|
|
174
|
+
isExternal: M,
|
|
175
|
+
modifiers: O,
|
|
176
|
+
hasImportantModifier: F,
|
|
177
|
+
baseClassName: k,
|
|
178
|
+
maybePostfixModifierPosition: y
|
|
179
|
+
} = s(h);
|
|
180
|
+
if (M) {
|
|
181
|
+
p = h + (p.length > 0 ? " " + p : p);
|
|
182
|
+
continue;
|
|
183
|
+
}
|
|
184
|
+
let G = !!y, A = t(G ? k.substring(0, y) : k);
|
|
185
|
+
if (!A) {
|
|
186
|
+
if (!G) {
|
|
187
|
+
p = h + (p.length > 0 ? " " + p : p);
|
|
178
188
|
continue;
|
|
179
189
|
}
|
|
180
|
-
if (
|
|
181
|
-
|
|
190
|
+
if (A = t(k), !A) {
|
|
191
|
+
p = h + (p.length > 0 ? " " + p : p);
|
|
182
192
|
continue;
|
|
183
193
|
}
|
|
184
|
-
|
|
194
|
+
G = !1;
|
|
185
195
|
}
|
|
186
|
-
const
|
|
187
|
-
if (
|
|
196
|
+
const $ = m(O).join(":"), _ = F ? $ + te : $, T = _ + A;
|
|
197
|
+
if (i.includes(T))
|
|
188
198
|
continue;
|
|
189
|
-
|
|
190
|
-
const
|
|
191
|
-
for (let
|
|
192
|
-
const
|
|
193
|
-
|
|
199
|
+
i.push(T);
|
|
200
|
+
const E = c(A, G);
|
|
201
|
+
for (let I = 0; I < E.length; ++I) {
|
|
202
|
+
const B = E[I];
|
|
203
|
+
i.push(_ + B);
|
|
194
204
|
}
|
|
195
|
-
|
|
205
|
+
p = h + (p.length > 0 ? " " + p : p);
|
|
196
206
|
}
|
|
197
|
-
return
|
|
207
|
+
return p;
|
|
198
208
|
};
|
|
199
|
-
function
|
|
200
|
-
let e = 0,
|
|
209
|
+
function Be() {
|
|
210
|
+
let e = 0, n, s, t = "";
|
|
201
211
|
for (; e < arguments.length; )
|
|
202
|
-
(
|
|
203
|
-
return
|
|
212
|
+
(n = arguments[e++]) && (s = we(n)) && (t && (t += " "), t += s);
|
|
213
|
+
return t;
|
|
204
214
|
}
|
|
205
|
-
const
|
|
215
|
+
const we = (e) => {
|
|
206
216
|
if (typeof e == "string")
|
|
207
217
|
return e;
|
|
208
|
-
let
|
|
209
|
-
for (let
|
|
210
|
-
e[
|
|
211
|
-
return
|
|
218
|
+
let n, s = "";
|
|
219
|
+
for (let t = 0; t < e.length; t++)
|
|
220
|
+
e[t] && (n = we(e[t])) && (s && (s += " "), s += n);
|
|
221
|
+
return s;
|
|
212
222
|
};
|
|
213
|
-
function
|
|
214
|
-
let
|
|
215
|
-
function
|
|
216
|
-
const g =
|
|
217
|
-
return
|
|
223
|
+
function We(e, ...n) {
|
|
224
|
+
let s, t, c, m = i;
|
|
225
|
+
function i(p) {
|
|
226
|
+
const g = n.reduce((h, M) => M(h), e());
|
|
227
|
+
return s = Oe(g), t = s.cache.get, c = s.cache.set, m = u, u(p);
|
|
218
228
|
}
|
|
219
|
-
function
|
|
220
|
-
const g =
|
|
229
|
+
function u(p) {
|
|
230
|
+
const g = t(p);
|
|
221
231
|
if (g)
|
|
222
232
|
return g;
|
|
223
|
-
const
|
|
224
|
-
return
|
|
233
|
+
const h = _e(p, s);
|
|
234
|
+
return c(p, h), h;
|
|
225
235
|
}
|
|
226
236
|
return function() {
|
|
227
|
-
return
|
|
237
|
+
return m(Be.apply(null, arguments));
|
|
228
238
|
};
|
|
229
239
|
}
|
|
230
|
-
const
|
|
231
|
-
const
|
|
232
|
-
return
|
|
233
|
-
},
|
|
234
|
-
const o = te.exec(e);
|
|
235
|
-
return o ? o[1] ? typeof r == "string" ? o[1] === r : r.has(o[1]) : t(o[2]) : !1;
|
|
236
|
-
}, je = (e) => (
|
|
240
|
+
const f = (e) => {
|
|
241
|
+
const n = (s) => s[e] || [];
|
|
242
|
+
return n.isThemeGetter = !0, n;
|
|
243
|
+
}, ke = /^\[(?:(\w[\w-]*):)?(.+)\]$/i, ye = /^\((?:(\w[\w-]*):)?(.+)\)$/i, $e = /^\d+\/\d+$/, Ue = /^(\d+(\.\d+)?)?(xs|sm|md|lg|xl)$/, qe = /\d+(%|px|r?em|[sdl]?v([hwib]|min|max)|pt|pc|in|cm|mm|cap|ch|ex|r?lh|cq(w|h|i|b|min|max))|\b(calc|min|max|clamp)\(.+\)|^0$/, He = /^(rgba?|hsla?|hwb|(ok)?(lab|lch))\(.+\)$/, Je = /^(inset_)?-?((\d+)?\.?(\d+)[a-z]+|0)_-?((\d+)?\.?(\d+)[a-z]+|0)/, Xe = /^(url|image|image-set|cross-fade|element|(repeating-)?(linear|radial|conic)-gradient)\(.+\)$/, L = (e) => $e.test(e), d = (e) => !!e && !Number.isNaN(Number(e)), S = (e) => !!e && Number.isInteger(Number(e)), ee = (e) => e.endsWith("%") && d(e.slice(0, -1)), C = (e) => Ue.test(e), De = () => !0, Ke = (e) => (
|
|
237
244
|
// `colorFunctionRegex` check is necessary because color functions can have percentages in them which which would be incorrectly classified as lengths.
|
|
238
245
|
// For example, `hsl(0 0% 0%)` would be classified as a length without this check.
|
|
239
246
|
// I could also use lookbehind assertion in `lengthUnitRegex` but that isn't supported widely enough.
|
|
240
|
-
|
|
241
|
-
),
|
|
242
|
-
const
|
|
247
|
+
qe.test(e) && !He.test(e)
|
|
248
|
+
), ve = () => !1, Qe = (e) => Je.test(e), Ye = (e) => Xe.test(e), Ze = (e) => !o(e) && !r(e), eo = (e) => V(e, Me, ve), o = (e) => ke.test(e), R = (e) => V(e, Se, Ke), oe = (e) => V(e, no, d), ge = (e) => V(e, ze, ve), oo = (e) => V(e, Ce, Ye), D = (e) => V(e, Ae, Qe), r = (e) => ye.test(e), W = (e) => j(e, Se), ro = (e) => j(e, ao), he = (e) => j(e, ze), to = (e) => j(e, Me), so = (e) => j(e, Ce), K = (e) => j(e, Ae, !0), V = (e, n, s) => {
|
|
249
|
+
const t = ke.exec(e);
|
|
250
|
+
return t ? t[1] ? n(t[1]) : s(t[2]) : !1;
|
|
251
|
+
}, j = (e, n, s = !1) => {
|
|
252
|
+
const t = ye.exec(e);
|
|
253
|
+
return t ? t[1] ? n(t[1]) : s : !1;
|
|
254
|
+
}, ze = (e) => e === "position" || e === "percentage", Ce = (e) => e === "image" || e === "url", Me = (e) => e === "length" || e === "size" || e === "bg-size", Se = (e) => e === "length", no = (e) => e === "number", ao = (e) => e === "family-name", Ae = (e) => e === "shadow", io = () => {
|
|
255
|
+
const e = f("color"), n = f("font"), s = f("text"), t = f("font-weight"), c = f("tracking"), m = f("leading"), i = f("breakpoint"), u = f("container"), p = f("spacing"), g = f("radius"), h = f("shadow"), M = f("inset-shadow"), O = f("text-shadow"), F = f("drop-shadow"), k = f("blur"), y = f("perspective"), G = f("aspect"), A = f("ease"), $ = f("animate"), _ = () => ["auto", "avoid", "all", "avoid-page", "page", "left", "right", "column"], T = () => [
|
|
256
|
+
"center",
|
|
257
|
+
"top",
|
|
258
|
+
"bottom",
|
|
259
|
+
"left",
|
|
260
|
+
"right",
|
|
261
|
+
"top-left",
|
|
262
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
263
|
+
"left-top",
|
|
264
|
+
"top-right",
|
|
265
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
266
|
+
"right-top",
|
|
267
|
+
"bottom-right",
|
|
268
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
269
|
+
"right-bottom",
|
|
270
|
+
"bottom-left",
|
|
271
|
+
// Deprecated since Tailwind CSS v4.1.0, see https://github.com/tailwindlabs/tailwindcss/pull/17378
|
|
272
|
+
"left-bottom"
|
|
273
|
+
], E = () => [...T(), r, o], I = () => ["auto", "hidden", "clip", "visible", "scroll"], B = () => ["auto", "contain", "none"], l = () => [r, o, p], v = () => [L, "full", "auto", ...l()], ae = () => [S, "none", "subgrid", r, o], ie = () => ["auto", {
|
|
274
|
+
span: ["full", S, r, o]
|
|
275
|
+
}, S, r, o], U = () => [S, "auto", r, o], le = () => ["auto", "min", "max", "fr", r, o], Q = () => ["start", "end", "center", "between", "around", "evenly", "stretch", "baseline", "center-safe", "end-safe"], N = () => ["start", "end", "center", "stretch", "center-safe", "end-safe"], z = () => ["auto", ...l()], P = () => [L, "auto", "full", "dvw", "dvh", "lvw", "lvh", "svw", "svh", "min", "max", "fit", ...l()], a = () => [e, r, o], ce = () => [...T(), he, ge, {
|
|
276
|
+
position: [r, o]
|
|
277
|
+
}], de = () => ["no-repeat", {
|
|
278
|
+
repeat: ["", "x", "y", "space", "round"]
|
|
279
|
+
}], me = () => ["auto", "cover", "contain", to, eo, {
|
|
280
|
+
size: [r, o]
|
|
281
|
+
}], Y = () => [ee, W, R], x = () => [
|
|
282
|
+
// Deprecated since Tailwind CSS v4.0.0
|
|
283
|
+
"",
|
|
284
|
+
"none",
|
|
285
|
+
"full",
|
|
286
|
+
g,
|
|
287
|
+
r,
|
|
288
|
+
o
|
|
289
|
+
], w = () => ["", d, W, R], q = () => ["solid", "dashed", "dotted", "double"], pe = () => ["normal", "multiply", "screen", "overlay", "darken", "lighten", "color-dodge", "color-burn", "hard-light", "soft-light", "difference", "exclusion", "hue", "saturation", "color", "luminosity"], b = () => [d, ee, he, ge], ue = () => [
|
|
290
|
+
// Deprecated since Tailwind CSS v4.0.0
|
|
291
|
+
"",
|
|
292
|
+
"none",
|
|
293
|
+
k,
|
|
294
|
+
r,
|
|
295
|
+
o
|
|
296
|
+
], H = () => ["none", d, r, o], J = () => ["none", d, r, o], Z = () => [d, r, o], X = () => [L, "full", ...l()];
|
|
243
297
|
return {
|
|
244
298
|
cacheSize: 500,
|
|
245
|
-
separator: ":",
|
|
246
299
|
theme: {
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
blur: [
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
saturate: k(),
|
|
267
|
-
scale: k(),
|
|
268
|
-
sepia: P(),
|
|
269
|
-
skew: k(),
|
|
270
|
-
space: d(),
|
|
271
|
-
translate: d()
|
|
300
|
+
animate: ["spin", "ping", "pulse", "bounce"],
|
|
301
|
+
aspect: ["video"],
|
|
302
|
+
blur: [C],
|
|
303
|
+
breakpoint: [C],
|
|
304
|
+
color: [De],
|
|
305
|
+
container: [C],
|
|
306
|
+
"drop-shadow": [C],
|
|
307
|
+
ease: ["in", "out", "in-out"],
|
|
308
|
+
font: [Ze],
|
|
309
|
+
"font-weight": ["thin", "extralight", "light", "normal", "medium", "semibold", "bold", "extrabold", "black"],
|
|
310
|
+
"inset-shadow": [C],
|
|
311
|
+
leading: ["none", "tight", "snug", "normal", "relaxed", "loose"],
|
|
312
|
+
perspective: ["dramatic", "near", "normal", "midrange", "distant", "none"],
|
|
313
|
+
radius: [C],
|
|
314
|
+
shadow: [C],
|
|
315
|
+
spacing: ["px", d],
|
|
316
|
+
text: [C],
|
|
317
|
+
"text-shadow": [C],
|
|
318
|
+
tracking: ["tighter", "tight", "normal", "wide", "wider", "widest"]
|
|
272
319
|
},
|
|
273
320
|
classGroups: {
|
|
274
|
-
//
|
|
321
|
+
// --------------
|
|
322
|
+
// --- Layout ---
|
|
323
|
+
// --------------
|
|
275
324
|
/**
|
|
276
325
|
* Aspect Ratio
|
|
277
326
|
* @see https://tailwindcss.com/docs/aspect-ratio
|
|
278
327
|
*/
|
|
279
328
|
aspect: [{
|
|
280
|
-
aspect: ["auto", "square",
|
|
329
|
+
aspect: ["auto", "square", L, o, r, G]
|
|
281
330
|
}],
|
|
282
331
|
/**
|
|
283
332
|
* Container
|
|
284
333
|
* @see https://tailwindcss.com/docs/container
|
|
334
|
+
* @deprecated since Tailwind CSS v4.0.0
|
|
285
335
|
*/
|
|
286
336
|
container: ["container"],
|
|
287
337
|
/**
|
|
@@ -289,21 +339,21 @@ const c = (e) => {
|
|
|
289
339
|
* @see https://tailwindcss.com/docs/columns
|
|
290
340
|
*/
|
|
291
341
|
columns: [{
|
|
292
|
-
columns: [
|
|
342
|
+
columns: [d, o, r, u]
|
|
293
343
|
}],
|
|
294
344
|
/**
|
|
295
345
|
* Break After
|
|
296
346
|
* @see https://tailwindcss.com/docs/break-after
|
|
297
347
|
*/
|
|
298
348
|
"break-after": [{
|
|
299
|
-
"break-after":
|
|
349
|
+
"break-after": _()
|
|
300
350
|
}],
|
|
301
351
|
/**
|
|
302
352
|
* Break Before
|
|
303
353
|
* @see https://tailwindcss.com/docs/break-before
|
|
304
354
|
*/
|
|
305
355
|
"break-before": [{
|
|
306
|
-
"break-before":
|
|
356
|
+
"break-before": _()
|
|
307
357
|
}],
|
|
308
358
|
/**
|
|
309
359
|
* Break Inside
|
|
@@ -331,6 +381,11 @@ const c = (e) => {
|
|
|
331
381
|
* @see https://tailwindcss.com/docs/display
|
|
332
382
|
*/
|
|
333
383
|
display: ["block", "inline-block", "inline", "flex", "inline-flex", "table", "inline-table", "table-caption", "table-cell", "table-column", "table-column-group", "table-footer-group", "table-header-group", "table-row-group", "table-row", "flow-root", "grid", "inline-grid", "contents", "list-item", "hidden"],
|
|
384
|
+
/**
|
|
385
|
+
* Screen Reader Only
|
|
386
|
+
* @see https://tailwindcss.com/docs/display#screen-reader-only
|
|
387
|
+
*/
|
|
388
|
+
sr: ["sr-only", "not-sr-only"],
|
|
334
389
|
/**
|
|
335
390
|
* Floats
|
|
336
391
|
* @see https://tailwindcss.com/docs/float
|
|
@@ -362,49 +417,49 @@ const c = (e) => {
|
|
|
362
417
|
* @see https://tailwindcss.com/docs/object-position
|
|
363
418
|
*/
|
|
364
419
|
"object-position": [{
|
|
365
|
-
object:
|
|
420
|
+
object: E()
|
|
366
421
|
}],
|
|
367
422
|
/**
|
|
368
423
|
* Overflow
|
|
369
424
|
* @see https://tailwindcss.com/docs/overflow
|
|
370
425
|
*/
|
|
371
426
|
overflow: [{
|
|
372
|
-
overflow:
|
|
427
|
+
overflow: I()
|
|
373
428
|
}],
|
|
374
429
|
/**
|
|
375
430
|
* Overflow X
|
|
376
431
|
* @see https://tailwindcss.com/docs/overflow
|
|
377
432
|
*/
|
|
378
433
|
"overflow-x": [{
|
|
379
|
-
"overflow-x":
|
|
434
|
+
"overflow-x": I()
|
|
380
435
|
}],
|
|
381
436
|
/**
|
|
382
437
|
* Overflow Y
|
|
383
438
|
* @see https://tailwindcss.com/docs/overflow
|
|
384
439
|
*/
|
|
385
440
|
"overflow-y": [{
|
|
386
|
-
"overflow-y":
|
|
441
|
+
"overflow-y": I()
|
|
387
442
|
}],
|
|
388
443
|
/**
|
|
389
444
|
* Overscroll Behavior
|
|
390
445
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
391
446
|
*/
|
|
392
447
|
overscroll: [{
|
|
393
|
-
overscroll:
|
|
448
|
+
overscroll: B()
|
|
394
449
|
}],
|
|
395
450
|
/**
|
|
396
451
|
* Overscroll Behavior X
|
|
397
452
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
398
453
|
*/
|
|
399
454
|
"overscroll-x": [{
|
|
400
|
-
"overscroll-x":
|
|
455
|
+
"overscroll-x": B()
|
|
401
456
|
}],
|
|
402
457
|
/**
|
|
403
458
|
* Overscroll Behavior Y
|
|
404
459
|
* @see https://tailwindcss.com/docs/overscroll-behavior
|
|
405
460
|
*/
|
|
406
461
|
"overscroll-y": [{
|
|
407
|
-
"overscroll-y":
|
|
462
|
+
"overscroll-y": B()
|
|
408
463
|
}],
|
|
409
464
|
/**
|
|
410
465
|
* Position
|
|
@@ -416,63 +471,63 @@ const c = (e) => {
|
|
|
416
471
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
417
472
|
*/
|
|
418
473
|
inset: [{
|
|
419
|
-
inset:
|
|
474
|
+
inset: v()
|
|
420
475
|
}],
|
|
421
476
|
/**
|
|
422
477
|
* Right / Left
|
|
423
478
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
424
479
|
*/
|
|
425
480
|
"inset-x": [{
|
|
426
|
-
"inset-x":
|
|
481
|
+
"inset-x": v()
|
|
427
482
|
}],
|
|
428
483
|
/**
|
|
429
484
|
* Top / Bottom
|
|
430
485
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
431
486
|
*/
|
|
432
487
|
"inset-y": [{
|
|
433
|
-
"inset-y":
|
|
488
|
+
"inset-y": v()
|
|
434
489
|
}],
|
|
435
490
|
/**
|
|
436
491
|
* Start
|
|
437
492
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
438
493
|
*/
|
|
439
494
|
start: [{
|
|
440
|
-
start:
|
|
495
|
+
start: v()
|
|
441
496
|
}],
|
|
442
497
|
/**
|
|
443
498
|
* End
|
|
444
499
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
445
500
|
*/
|
|
446
501
|
end: [{
|
|
447
|
-
end:
|
|
502
|
+
end: v()
|
|
448
503
|
}],
|
|
449
504
|
/**
|
|
450
505
|
* Top
|
|
451
506
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
452
507
|
*/
|
|
453
508
|
top: [{
|
|
454
|
-
top:
|
|
509
|
+
top: v()
|
|
455
510
|
}],
|
|
456
511
|
/**
|
|
457
512
|
* Right
|
|
458
513
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
459
514
|
*/
|
|
460
515
|
right: [{
|
|
461
|
-
right:
|
|
516
|
+
right: v()
|
|
462
517
|
}],
|
|
463
518
|
/**
|
|
464
519
|
* Bottom
|
|
465
520
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
466
521
|
*/
|
|
467
522
|
bottom: [{
|
|
468
|
-
bottom:
|
|
523
|
+
bottom: v()
|
|
469
524
|
}],
|
|
470
525
|
/**
|
|
471
526
|
* Left
|
|
472
527
|
* @see https://tailwindcss.com/docs/top-right-bottom-left
|
|
473
528
|
*/
|
|
474
529
|
left: [{
|
|
475
|
-
left:
|
|
530
|
+
left: v()
|
|
476
531
|
}],
|
|
477
532
|
/**
|
|
478
533
|
* Visibility
|
|
@@ -484,15 +539,17 @@ const c = (e) => {
|
|
|
484
539
|
* @see https://tailwindcss.com/docs/z-index
|
|
485
540
|
*/
|
|
486
541
|
z: [{
|
|
487
|
-
z: ["auto",
|
|
542
|
+
z: [S, "auto", r, o]
|
|
488
543
|
}],
|
|
489
|
-
//
|
|
544
|
+
// ------------------------
|
|
545
|
+
// --- Flexbox and Grid ---
|
|
546
|
+
// ------------------------
|
|
490
547
|
/**
|
|
491
548
|
* Flex Basis
|
|
492
549
|
* @see https://tailwindcss.com/docs/flex-basis
|
|
493
550
|
*/
|
|
494
551
|
basis: [{
|
|
495
|
-
basis:
|
|
552
|
+
basis: [L, "full", "auto", u, ...l()]
|
|
496
553
|
}],
|
|
497
554
|
/**
|
|
498
555
|
* Flex Direction
|
|
@@ -506,95 +563,91 @@ const c = (e) => {
|
|
|
506
563
|
* @see https://tailwindcss.com/docs/flex-wrap
|
|
507
564
|
*/
|
|
508
565
|
"flex-wrap": [{
|
|
509
|
-
flex: ["
|
|
566
|
+
flex: ["nowrap", "wrap", "wrap-reverse"]
|
|
510
567
|
}],
|
|
511
568
|
/**
|
|
512
569
|
* Flex
|
|
513
570
|
* @see https://tailwindcss.com/docs/flex
|
|
514
571
|
*/
|
|
515
572
|
flex: [{
|
|
516
|
-
flex: [
|
|
573
|
+
flex: [d, L, "auto", "initial", "none", o]
|
|
517
574
|
}],
|
|
518
575
|
/**
|
|
519
576
|
* Flex Grow
|
|
520
577
|
* @see https://tailwindcss.com/docs/flex-grow
|
|
521
578
|
*/
|
|
522
579
|
grow: [{
|
|
523
|
-
grow:
|
|
580
|
+
grow: ["", d, r, o]
|
|
524
581
|
}],
|
|
525
582
|
/**
|
|
526
583
|
* Flex Shrink
|
|
527
584
|
* @see https://tailwindcss.com/docs/flex-shrink
|
|
528
585
|
*/
|
|
529
586
|
shrink: [{
|
|
530
|
-
shrink:
|
|
587
|
+
shrink: ["", d, r, o]
|
|
531
588
|
}],
|
|
532
589
|
/**
|
|
533
590
|
* Order
|
|
534
591
|
* @see https://tailwindcss.com/docs/order
|
|
535
592
|
*/
|
|
536
593
|
order: [{
|
|
537
|
-
order: ["first", "last", "none",
|
|
594
|
+
order: [S, "first", "last", "none", r, o]
|
|
538
595
|
}],
|
|
539
596
|
/**
|
|
540
597
|
* Grid Template Columns
|
|
541
598
|
* @see https://tailwindcss.com/docs/grid-template-columns
|
|
542
599
|
*/
|
|
543
600
|
"grid-cols": [{
|
|
544
|
-
"grid-cols":
|
|
601
|
+
"grid-cols": ae()
|
|
545
602
|
}],
|
|
546
603
|
/**
|
|
547
604
|
* Grid Column Start / End
|
|
548
605
|
* @see https://tailwindcss.com/docs/grid-column
|
|
549
606
|
*/
|
|
550
607
|
"col-start-end": [{
|
|
551
|
-
col:
|
|
552
|
-
span: ["full", I, i]
|
|
553
|
-
}, i]
|
|
608
|
+
col: ie()
|
|
554
609
|
}],
|
|
555
610
|
/**
|
|
556
611
|
* Grid Column Start
|
|
557
612
|
* @see https://tailwindcss.com/docs/grid-column
|
|
558
613
|
*/
|
|
559
614
|
"col-start": [{
|
|
560
|
-
"col-start":
|
|
615
|
+
"col-start": U()
|
|
561
616
|
}],
|
|
562
617
|
/**
|
|
563
618
|
* Grid Column End
|
|
564
619
|
* @see https://tailwindcss.com/docs/grid-column
|
|
565
620
|
*/
|
|
566
621
|
"col-end": [{
|
|
567
|
-
"col-end":
|
|
622
|
+
"col-end": U()
|
|
568
623
|
}],
|
|
569
624
|
/**
|
|
570
625
|
* Grid Template Rows
|
|
571
626
|
* @see https://tailwindcss.com/docs/grid-template-rows
|
|
572
627
|
*/
|
|
573
628
|
"grid-rows": [{
|
|
574
|
-
"grid-rows":
|
|
629
|
+
"grid-rows": ae()
|
|
575
630
|
}],
|
|
576
631
|
/**
|
|
577
632
|
* Grid Row Start / End
|
|
578
633
|
* @see https://tailwindcss.com/docs/grid-row
|
|
579
634
|
*/
|
|
580
635
|
"row-start-end": [{
|
|
581
|
-
row:
|
|
582
|
-
span: [I, i]
|
|
583
|
-
}, i]
|
|
636
|
+
row: ie()
|
|
584
637
|
}],
|
|
585
638
|
/**
|
|
586
639
|
* Grid Row Start
|
|
587
640
|
* @see https://tailwindcss.com/docs/grid-row
|
|
588
641
|
*/
|
|
589
642
|
"row-start": [{
|
|
590
|
-
"row-start":
|
|
643
|
+
"row-start": U()
|
|
591
644
|
}],
|
|
592
645
|
/**
|
|
593
646
|
* Grid Row End
|
|
594
647
|
* @see https://tailwindcss.com/docs/grid-row
|
|
595
648
|
*/
|
|
596
649
|
"row-end": [{
|
|
597
|
-
"row-end":
|
|
650
|
+
"row-end": U()
|
|
598
651
|
}],
|
|
599
652
|
/**
|
|
600
653
|
* Grid Auto Flow
|
|
@@ -608,98 +661,102 @@ const c = (e) => {
|
|
|
608
661
|
* @see https://tailwindcss.com/docs/grid-auto-columns
|
|
609
662
|
*/
|
|
610
663
|
"auto-cols": [{
|
|
611
|
-
"auto-cols":
|
|
664
|
+
"auto-cols": le()
|
|
612
665
|
}],
|
|
613
666
|
/**
|
|
614
667
|
* Grid Auto Rows
|
|
615
668
|
* @see https://tailwindcss.com/docs/grid-auto-rows
|
|
616
669
|
*/
|
|
617
670
|
"auto-rows": [{
|
|
618
|
-
"auto-rows":
|
|
671
|
+
"auto-rows": le()
|
|
619
672
|
}],
|
|
620
673
|
/**
|
|
621
674
|
* Gap
|
|
622
675
|
* @see https://tailwindcss.com/docs/gap
|
|
623
676
|
*/
|
|
624
677
|
gap: [{
|
|
625
|
-
gap:
|
|
678
|
+
gap: l()
|
|
626
679
|
}],
|
|
627
680
|
/**
|
|
628
681
|
* Gap X
|
|
629
682
|
* @see https://tailwindcss.com/docs/gap
|
|
630
683
|
*/
|
|
631
684
|
"gap-x": [{
|
|
632
|
-
"gap-x":
|
|
685
|
+
"gap-x": l()
|
|
633
686
|
}],
|
|
634
687
|
/**
|
|
635
688
|
* Gap Y
|
|
636
689
|
* @see https://tailwindcss.com/docs/gap
|
|
637
690
|
*/
|
|
638
691
|
"gap-y": [{
|
|
639
|
-
"gap-y":
|
|
692
|
+
"gap-y": l()
|
|
640
693
|
}],
|
|
641
694
|
/**
|
|
642
695
|
* Justify Content
|
|
643
696
|
* @see https://tailwindcss.com/docs/justify-content
|
|
644
697
|
*/
|
|
645
698
|
"justify-content": [{
|
|
646
|
-
justify: ["normal"
|
|
699
|
+
justify: [...Q(), "normal"]
|
|
647
700
|
}],
|
|
648
701
|
/**
|
|
649
702
|
* Justify Items
|
|
650
703
|
* @see https://tailwindcss.com/docs/justify-items
|
|
651
704
|
*/
|
|
652
705
|
"justify-items": [{
|
|
653
|
-
"justify-items": [
|
|
706
|
+
"justify-items": [...N(), "normal"]
|
|
654
707
|
}],
|
|
655
708
|
/**
|
|
656
709
|
* Justify Self
|
|
657
710
|
* @see https://tailwindcss.com/docs/justify-self
|
|
658
711
|
*/
|
|
659
712
|
"justify-self": [{
|
|
660
|
-
"justify-self": ["auto",
|
|
713
|
+
"justify-self": ["auto", ...N()]
|
|
661
714
|
}],
|
|
662
715
|
/**
|
|
663
716
|
* Align Content
|
|
664
717
|
* @see https://tailwindcss.com/docs/align-content
|
|
665
718
|
*/
|
|
666
719
|
"align-content": [{
|
|
667
|
-
content: ["normal", ...
|
|
720
|
+
content: ["normal", ...Q()]
|
|
668
721
|
}],
|
|
669
722
|
/**
|
|
670
723
|
* Align Items
|
|
671
724
|
* @see https://tailwindcss.com/docs/align-items
|
|
672
725
|
*/
|
|
673
726
|
"align-items": [{
|
|
674
|
-
items: [
|
|
727
|
+
items: [...N(), {
|
|
728
|
+
baseline: ["", "last"]
|
|
729
|
+
}]
|
|
675
730
|
}],
|
|
676
731
|
/**
|
|
677
732
|
* Align Self
|
|
678
733
|
* @see https://tailwindcss.com/docs/align-self
|
|
679
734
|
*/
|
|
680
735
|
"align-self": [{
|
|
681
|
-
self: ["auto",
|
|
736
|
+
self: ["auto", ...N(), {
|
|
737
|
+
baseline: ["", "last"]
|
|
738
|
+
}]
|
|
682
739
|
}],
|
|
683
740
|
/**
|
|
684
741
|
* Place Content
|
|
685
742
|
* @see https://tailwindcss.com/docs/place-content
|
|
686
743
|
*/
|
|
687
744
|
"place-content": [{
|
|
688
|
-
"place-content":
|
|
745
|
+
"place-content": Q()
|
|
689
746
|
}],
|
|
690
747
|
/**
|
|
691
748
|
* Place Items
|
|
692
749
|
* @see https://tailwindcss.com/docs/place-items
|
|
693
750
|
*/
|
|
694
751
|
"place-items": [{
|
|
695
|
-
"place-items": [
|
|
752
|
+
"place-items": [...N(), "baseline"]
|
|
696
753
|
}],
|
|
697
754
|
/**
|
|
698
755
|
* Place Self
|
|
699
756
|
* @see https://tailwindcss.com/docs/place-self
|
|
700
757
|
*/
|
|
701
758
|
"place-self": [{
|
|
702
|
-
"place-self": ["auto",
|
|
759
|
+
"place-self": ["auto", ...N()]
|
|
703
760
|
}],
|
|
704
761
|
// Spacing
|
|
705
762
|
/**
|
|
@@ -707,210 +764,229 @@ const c = (e) => {
|
|
|
707
764
|
* @see https://tailwindcss.com/docs/padding
|
|
708
765
|
*/
|
|
709
766
|
p: [{
|
|
710
|
-
p:
|
|
767
|
+
p: l()
|
|
711
768
|
}],
|
|
712
769
|
/**
|
|
713
770
|
* Padding X
|
|
714
771
|
* @see https://tailwindcss.com/docs/padding
|
|
715
772
|
*/
|
|
716
773
|
px: [{
|
|
717
|
-
px:
|
|
774
|
+
px: l()
|
|
718
775
|
}],
|
|
719
776
|
/**
|
|
720
777
|
* Padding Y
|
|
721
778
|
* @see https://tailwindcss.com/docs/padding
|
|
722
779
|
*/
|
|
723
780
|
py: [{
|
|
724
|
-
py:
|
|
781
|
+
py: l()
|
|
725
782
|
}],
|
|
726
783
|
/**
|
|
727
784
|
* Padding Start
|
|
728
785
|
* @see https://tailwindcss.com/docs/padding
|
|
729
786
|
*/
|
|
730
787
|
ps: [{
|
|
731
|
-
ps:
|
|
788
|
+
ps: l()
|
|
732
789
|
}],
|
|
733
790
|
/**
|
|
734
791
|
* Padding End
|
|
735
792
|
* @see https://tailwindcss.com/docs/padding
|
|
736
793
|
*/
|
|
737
794
|
pe: [{
|
|
738
|
-
pe:
|
|
795
|
+
pe: l()
|
|
739
796
|
}],
|
|
740
797
|
/**
|
|
741
798
|
* Padding Top
|
|
742
799
|
* @see https://tailwindcss.com/docs/padding
|
|
743
800
|
*/
|
|
744
801
|
pt: [{
|
|
745
|
-
pt:
|
|
802
|
+
pt: l()
|
|
746
803
|
}],
|
|
747
804
|
/**
|
|
748
805
|
* Padding Right
|
|
749
806
|
* @see https://tailwindcss.com/docs/padding
|
|
750
807
|
*/
|
|
751
808
|
pr: [{
|
|
752
|
-
pr:
|
|
809
|
+
pr: l()
|
|
753
810
|
}],
|
|
754
811
|
/**
|
|
755
812
|
* Padding Bottom
|
|
756
813
|
* @see https://tailwindcss.com/docs/padding
|
|
757
814
|
*/
|
|
758
815
|
pb: [{
|
|
759
|
-
pb:
|
|
816
|
+
pb: l()
|
|
760
817
|
}],
|
|
761
818
|
/**
|
|
762
819
|
* Padding Left
|
|
763
820
|
* @see https://tailwindcss.com/docs/padding
|
|
764
821
|
*/
|
|
765
822
|
pl: [{
|
|
766
|
-
pl:
|
|
823
|
+
pl: l()
|
|
767
824
|
}],
|
|
768
825
|
/**
|
|
769
826
|
* Margin
|
|
770
827
|
* @see https://tailwindcss.com/docs/margin
|
|
771
828
|
*/
|
|
772
829
|
m: [{
|
|
773
|
-
m:
|
|
830
|
+
m: z()
|
|
774
831
|
}],
|
|
775
832
|
/**
|
|
776
833
|
* Margin X
|
|
777
834
|
* @see https://tailwindcss.com/docs/margin
|
|
778
835
|
*/
|
|
779
836
|
mx: [{
|
|
780
|
-
mx:
|
|
837
|
+
mx: z()
|
|
781
838
|
}],
|
|
782
839
|
/**
|
|
783
840
|
* Margin Y
|
|
784
841
|
* @see https://tailwindcss.com/docs/margin
|
|
785
842
|
*/
|
|
786
843
|
my: [{
|
|
787
|
-
my:
|
|
844
|
+
my: z()
|
|
788
845
|
}],
|
|
789
846
|
/**
|
|
790
847
|
* Margin Start
|
|
791
848
|
* @see https://tailwindcss.com/docs/margin
|
|
792
849
|
*/
|
|
793
850
|
ms: [{
|
|
794
|
-
ms:
|
|
851
|
+
ms: z()
|
|
795
852
|
}],
|
|
796
853
|
/**
|
|
797
854
|
* Margin End
|
|
798
855
|
* @see https://tailwindcss.com/docs/margin
|
|
799
856
|
*/
|
|
800
857
|
me: [{
|
|
801
|
-
me:
|
|
858
|
+
me: z()
|
|
802
859
|
}],
|
|
803
860
|
/**
|
|
804
861
|
* Margin Top
|
|
805
862
|
* @see https://tailwindcss.com/docs/margin
|
|
806
863
|
*/
|
|
807
864
|
mt: [{
|
|
808
|
-
mt:
|
|
865
|
+
mt: z()
|
|
809
866
|
}],
|
|
810
867
|
/**
|
|
811
868
|
* Margin Right
|
|
812
869
|
* @see https://tailwindcss.com/docs/margin
|
|
813
870
|
*/
|
|
814
871
|
mr: [{
|
|
815
|
-
mr:
|
|
872
|
+
mr: z()
|
|
816
873
|
}],
|
|
817
874
|
/**
|
|
818
875
|
* Margin Bottom
|
|
819
876
|
* @see https://tailwindcss.com/docs/margin
|
|
820
877
|
*/
|
|
821
878
|
mb: [{
|
|
822
|
-
mb:
|
|
879
|
+
mb: z()
|
|
823
880
|
}],
|
|
824
881
|
/**
|
|
825
882
|
* Margin Left
|
|
826
883
|
* @see https://tailwindcss.com/docs/margin
|
|
827
884
|
*/
|
|
828
885
|
ml: [{
|
|
829
|
-
ml:
|
|
886
|
+
ml: z()
|
|
830
887
|
}],
|
|
831
888
|
/**
|
|
832
889
|
* Space Between X
|
|
833
|
-
* @see https://tailwindcss.com/docs/space
|
|
890
|
+
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
834
891
|
*/
|
|
835
892
|
"space-x": [{
|
|
836
|
-
"space-x":
|
|
893
|
+
"space-x": l()
|
|
837
894
|
}],
|
|
838
895
|
/**
|
|
839
896
|
* Space Between X Reverse
|
|
840
|
-
* @see https://tailwindcss.com/docs/space
|
|
897
|
+
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
841
898
|
*/
|
|
842
899
|
"space-x-reverse": ["space-x-reverse"],
|
|
843
900
|
/**
|
|
844
901
|
* Space Between Y
|
|
845
|
-
* @see https://tailwindcss.com/docs/space
|
|
902
|
+
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
846
903
|
*/
|
|
847
904
|
"space-y": [{
|
|
848
|
-
"space-y":
|
|
905
|
+
"space-y": l()
|
|
849
906
|
}],
|
|
850
907
|
/**
|
|
851
908
|
* Space Between Y Reverse
|
|
852
|
-
* @see https://tailwindcss.com/docs/space
|
|
909
|
+
* @see https://tailwindcss.com/docs/margin#adding-space-between-children
|
|
853
910
|
*/
|
|
854
911
|
"space-y-reverse": ["space-y-reverse"],
|
|
855
|
-
//
|
|
912
|
+
// --------------
|
|
913
|
+
// --- Sizing ---
|
|
914
|
+
// --------------
|
|
915
|
+
/**
|
|
916
|
+
* Size
|
|
917
|
+
* @see https://tailwindcss.com/docs/width#setting-both-width-and-height
|
|
918
|
+
*/
|
|
919
|
+
size: [{
|
|
920
|
+
size: P()
|
|
921
|
+
}],
|
|
856
922
|
/**
|
|
857
923
|
* Width
|
|
858
924
|
* @see https://tailwindcss.com/docs/width
|
|
859
925
|
*/
|
|
860
926
|
w: [{
|
|
861
|
-
w: [
|
|
927
|
+
w: [u, "screen", ...P()]
|
|
862
928
|
}],
|
|
863
929
|
/**
|
|
864
930
|
* Min-Width
|
|
865
931
|
* @see https://tailwindcss.com/docs/min-width
|
|
866
932
|
*/
|
|
867
933
|
"min-w": [{
|
|
868
|
-
"min-w": [
|
|
934
|
+
"min-w": [
|
|
935
|
+
u,
|
|
936
|
+
"screen",
|
|
937
|
+
/** Deprecated. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
938
|
+
"none",
|
|
939
|
+
...P()
|
|
940
|
+
]
|
|
869
941
|
}],
|
|
870
942
|
/**
|
|
871
943
|
* Max-Width
|
|
872
944
|
* @see https://tailwindcss.com/docs/max-width
|
|
873
945
|
*/
|
|
874
946
|
"max-w": [{
|
|
875
|
-
"max-w": [
|
|
876
|
-
|
|
877
|
-
|
|
947
|
+
"max-w": [
|
|
948
|
+
u,
|
|
949
|
+
"screen",
|
|
950
|
+
"none",
|
|
951
|
+
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
952
|
+
"prose",
|
|
953
|
+
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
954
|
+
{
|
|
955
|
+
screen: [i]
|
|
956
|
+
},
|
|
957
|
+
...P()
|
|
958
|
+
]
|
|
878
959
|
}],
|
|
879
960
|
/**
|
|
880
961
|
* Height
|
|
881
962
|
* @see https://tailwindcss.com/docs/height
|
|
882
963
|
*/
|
|
883
964
|
h: [{
|
|
884
|
-
h: [
|
|
965
|
+
h: ["screen", "lh", ...P()]
|
|
885
966
|
}],
|
|
886
967
|
/**
|
|
887
968
|
* Min-Height
|
|
888
969
|
* @see https://tailwindcss.com/docs/min-height
|
|
889
970
|
*/
|
|
890
971
|
"min-h": [{
|
|
891
|
-
"min-h": [
|
|
972
|
+
"min-h": ["screen", "lh", "none", ...P()]
|
|
892
973
|
}],
|
|
893
974
|
/**
|
|
894
975
|
* Max-Height
|
|
895
976
|
* @see https://tailwindcss.com/docs/max-height
|
|
896
977
|
*/
|
|
897
978
|
"max-h": [{
|
|
898
|
-
"max-h": [
|
|
979
|
+
"max-h": ["screen", "lh", ...P()]
|
|
899
980
|
}],
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
*/
|
|
904
|
-
size: [{
|
|
905
|
-
size: [i, r, "auto", "min", "max", "fit"]
|
|
906
|
-
}],
|
|
907
|
-
// Typography
|
|
981
|
+
// ------------------
|
|
982
|
+
// --- Typography ---
|
|
983
|
+
// ------------------
|
|
908
984
|
/**
|
|
909
985
|
* Font Size
|
|
910
986
|
* @see https://tailwindcss.com/docs/font-size
|
|
911
987
|
*/
|
|
912
988
|
"font-size": [{
|
|
913
|
-
text: ["base",
|
|
989
|
+
text: ["base", s, W, R]
|
|
914
990
|
}],
|
|
915
991
|
/**
|
|
916
992
|
* Font Smoothing
|
|
@@ -927,14 +1003,21 @@ const c = (e) => {
|
|
|
927
1003
|
* @see https://tailwindcss.com/docs/font-weight
|
|
928
1004
|
*/
|
|
929
1005
|
"font-weight": [{
|
|
930
|
-
font: [
|
|
1006
|
+
font: [t, r, oe]
|
|
1007
|
+
}],
|
|
1008
|
+
/**
|
|
1009
|
+
* Font Stretch
|
|
1010
|
+
* @see https://tailwindcss.com/docs/font-stretch
|
|
1011
|
+
*/
|
|
1012
|
+
"font-stretch": [{
|
|
1013
|
+
"font-stretch": ["ultra-condensed", "extra-condensed", "condensed", "semi-condensed", "normal", "semi-expanded", "expanded", "extra-expanded", "ultra-expanded", ee, o]
|
|
931
1014
|
}],
|
|
932
1015
|
/**
|
|
933
1016
|
* Font Family
|
|
934
1017
|
* @see https://tailwindcss.com/docs/font-family
|
|
935
1018
|
*/
|
|
936
1019
|
"font-family": [{
|
|
937
|
-
font: [
|
|
1020
|
+
font: [ro, o, n]
|
|
938
1021
|
}],
|
|
939
1022
|
/**
|
|
940
1023
|
* Font Variant Numeric
|
|
@@ -971,35 +1054,32 @@ const c = (e) => {
|
|
|
971
1054
|
* @see https://tailwindcss.com/docs/letter-spacing
|
|
972
1055
|
*/
|
|
973
1056
|
tracking: [{
|
|
974
|
-
tracking: [
|
|
1057
|
+
tracking: [c, r, o]
|
|
975
1058
|
}],
|
|
976
1059
|
/**
|
|
977
1060
|
* Line Clamp
|
|
978
1061
|
* @see https://tailwindcss.com/docs/line-clamp
|
|
979
1062
|
*/
|
|
980
1063
|
"line-clamp": [{
|
|
981
|
-
"line-clamp": ["none",
|
|
1064
|
+
"line-clamp": [d, "none", r, oe]
|
|
982
1065
|
}],
|
|
983
1066
|
/**
|
|
984
1067
|
* Line Height
|
|
985
1068
|
* @see https://tailwindcss.com/docs/line-height
|
|
986
1069
|
*/
|
|
987
1070
|
leading: [{
|
|
988
|
-
leading: [
|
|
1071
|
+
leading: [
|
|
1072
|
+
/** Deprecated since Tailwind CSS v4.0.0. @see https://github.com/tailwindlabs/tailwindcss.com/issues/2027#issuecomment-2620152757 */
|
|
1073
|
+
m,
|
|
1074
|
+
...l()
|
|
1075
|
+
]
|
|
989
1076
|
}],
|
|
990
1077
|
/**
|
|
991
1078
|
* List Style Image
|
|
992
1079
|
* @see https://tailwindcss.com/docs/list-style-image
|
|
993
1080
|
*/
|
|
994
1081
|
"list-image": [{
|
|
995
|
-
"list-image": ["none",
|
|
996
|
-
}],
|
|
997
|
-
/**
|
|
998
|
-
* List Style Type
|
|
999
|
-
* @see https://tailwindcss.com/docs/list-style-type
|
|
1000
|
-
*/
|
|
1001
|
-
"list-style-type": [{
|
|
1002
|
-
list: ["none", "disc", "decimal", i]
|
|
1082
|
+
"list-image": ["none", r, o]
|
|
1003
1083
|
}],
|
|
1004
1084
|
/**
|
|
1005
1085
|
* List Style Position
|
|
@@ -1009,19 +1089,11 @@ const c = (e) => {
|
|
|
1009
1089
|
list: ["inside", "outside"]
|
|
1010
1090
|
}],
|
|
1011
1091
|
/**
|
|
1012
|
-
*
|
|
1013
|
-
* @
|
|
1014
|
-
* @see https://tailwindcss.com/docs/placeholder-color
|
|
1015
|
-
*/
|
|
1016
|
-
"placeholder-color": [{
|
|
1017
|
-
placeholder: [e]
|
|
1018
|
-
}],
|
|
1019
|
-
/**
|
|
1020
|
-
* Placeholder Opacity
|
|
1021
|
-
* @see https://tailwindcss.com/docs/placeholder-opacity
|
|
1092
|
+
* List Style Type
|
|
1093
|
+
* @see https://tailwindcss.com/docs/list-style-type
|
|
1022
1094
|
*/
|
|
1023
|
-
"
|
|
1024
|
-
"
|
|
1095
|
+
"list-style-type": [{
|
|
1096
|
+
list: ["disc", "decimal", "none", r, o]
|
|
1025
1097
|
}],
|
|
1026
1098
|
/**
|
|
1027
1099
|
* Text Alignment
|
|
@@ -1031,18 +1103,19 @@ const c = (e) => {
|
|
|
1031
1103
|
text: ["left", "center", "right", "justify", "start", "end"]
|
|
1032
1104
|
}],
|
|
1033
1105
|
/**
|
|
1034
|
-
*
|
|
1035
|
-
* @
|
|
1106
|
+
* Placeholder Color
|
|
1107
|
+
* @deprecated since Tailwind CSS v3.0.0
|
|
1108
|
+
* @see https://v3.tailwindcss.com/docs/placeholder-color
|
|
1036
1109
|
*/
|
|
1037
|
-
"
|
|
1038
|
-
|
|
1110
|
+
"placeholder-color": [{
|
|
1111
|
+
placeholder: a()
|
|
1039
1112
|
}],
|
|
1040
1113
|
/**
|
|
1041
|
-
* Text
|
|
1042
|
-
* @see https://tailwindcss.com/docs/text-
|
|
1114
|
+
* Text Color
|
|
1115
|
+
* @see https://tailwindcss.com/docs/text-color
|
|
1043
1116
|
*/
|
|
1044
|
-
"text-
|
|
1045
|
-
|
|
1117
|
+
"text-color": [{
|
|
1118
|
+
text: a()
|
|
1046
1119
|
}],
|
|
1047
1120
|
/**
|
|
1048
1121
|
* Text Decoration
|
|
@@ -1054,28 +1127,28 @@ const c = (e) => {
|
|
|
1054
1127
|
* @see https://tailwindcss.com/docs/text-decoration-style
|
|
1055
1128
|
*/
|
|
1056
1129
|
"text-decoration-style": [{
|
|
1057
|
-
decoration: [...
|
|
1130
|
+
decoration: [...q(), "wavy"]
|
|
1058
1131
|
}],
|
|
1059
1132
|
/**
|
|
1060
1133
|
* Text Decoration Thickness
|
|
1061
1134
|
* @see https://tailwindcss.com/docs/text-decoration-thickness
|
|
1062
1135
|
*/
|
|
1063
1136
|
"text-decoration-thickness": [{
|
|
1064
|
-
decoration: [
|
|
1065
|
-
}],
|
|
1066
|
-
/**
|
|
1067
|
-
* Text Underline Offset
|
|
1068
|
-
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1069
|
-
*/
|
|
1070
|
-
"underline-offset": [{
|
|
1071
|
-
"underline-offset": ["auto", C, i]
|
|
1137
|
+
decoration: [d, "from-font", "auto", r, R]
|
|
1072
1138
|
}],
|
|
1073
1139
|
/**
|
|
1074
1140
|
* Text Decoration Color
|
|
1075
1141
|
* @see https://tailwindcss.com/docs/text-decoration-color
|
|
1076
1142
|
*/
|
|
1077
1143
|
"text-decoration-color": [{
|
|
1078
|
-
decoration:
|
|
1144
|
+
decoration: a()
|
|
1145
|
+
}],
|
|
1146
|
+
/**
|
|
1147
|
+
* Text Underline Offset
|
|
1148
|
+
* @see https://tailwindcss.com/docs/text-underline-offset
|
|
1149
|
+
*/
|
|
1150
|
+
"underline-offset": [{
|
|
1151
|
+
"underline-offset": [d, "auto", r, o]
|
|
1079
1152
|
}],
|
|
1080
1153
|
/**
|
|
1081
1154
|
* Text Transform
|
|
@@ -1099,14 +1172,14 @@ const c = (e) => {
|
|
|
1099
1172
|
* @see https://tailwindcss.com/docs/text-indent
|
|
1100
1173
|
*/
|
|
1101
1174
|
indent: [{
|
|
1102
|
-
indent:
|
|
1175
|
+
indent: l()
|
|
1103
1176
|
}],
|
|
1104
1177
|
/**
|
|
1105
1178
|
* Vertical Alignment
|
|
1106
1179
|
* @see https://tailwindcss.com/docs/vertical-align
|
|
1107
1180
|
*/
|
|
1108
1181
|
"vertical-align": [{
|
|
1109
|
-
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super",
|
|
1182
|
+
align: ["baseline", "top", "middle", "bottom", "text-top", "text-bottom", "sub", "super", r, o]
|
|
1110
1183
|
}],
|
|
1111
1184
|
/**
|
|
1112
1185
|
* Whitespace
|
|
@@ -1122,6 +1195,13 @@ const c = (e) => {
|
|
|
1122
1195
|
break: [{
|
|
1123
1196
|
break: ["normal", "words", "all", "keep"]
|
|
1124
1197
|
}],
|
|
1198
|
+
/**
|
|
1199
|
+
* Overflow Wrap
|
|
1200
|
+
* @see https://tailwindcss.com/docs/overflow-wrap
|
|
1201
|
+
*/
|
|
1202
|
+
wrap: [{
|
|
1203
|
+
wrap: ["break-word", "anywhere", "normal"]
|
|
1204
|
+
}],
|
|
1125
1205
|
/**
|
|
1126
1206
|
* Hyphens
|
|
1127
1207
|
* @see https://tailwindcss.com/docs/hyphens
|
|
@@ -1134,9 +1214,11 @@ const c = (e) => {
|
|
|
1134
1214
|
* @see https://tailwindcss.com/docs/content
|
|
1135
1215
|
*/
|
|
1136
1216
|
content: [{
|
|
1137
|
-
content: ["none",
|
|
1217
|
+
content: ["none", r, o]
|
|
1138
1218
|
}],
|
|
1139
|
-
//
|
|
1219
|
+
// -------------------
|
|
1220
|
+
// --- Backgrounds ---
|
|
1221
|
+
// -------------------
|
|
1140
1222
|
/**
|
|
1141
1223
|
* Background Attachment
|
|
1142
1224
|
* @see https://tailwindcss.com/docs/background-attachment
|
|
@@ -1151,14 +1233,6 @@ const c = (e) => {
|
|
|
1151
1233
|
"bg-clip": [{
|
|
1152
1234
|
"bg-clip": ["border", "padding", "content", "text"]
|
|
1153
1235
|
}],
|
|
1154
|
-
/**
|
|
1155
|
-
* Background Opacity
|
|
1156
|
-
* @deprecated since Tailwind CSS v3.0.0
|
|
1157
|
-
* @see https://tailwindcss.com/docs/background-opacity
|
|
1158
|
-
*/
|
|
1159
|
-
"bg-opacity": [{
|
|
1160
|
-
"bg-opacity": [f]
|
|
1161
|
-
}],
|
|
1162
1236
|
/**
|
|
1163
1237
|
* Background Origin
|
|
1164
1238
|
* @see https://tailwindcss.com/docs/background-origin
|
|
@@ -1171,23 +1245,21 @@ const c = (e) => {
|
|
|
1171
1245
|
* @see https://tailwindcss.com/docs/background-position
|
|
1172
1246
|
*/
|
|
1173
1247
|
"bg-position": [{
|
|
1174
|
-
bg:
|
|
1248
|
+
bg: ce()
|
|
1175
1249
|
}],
|
|
1176
1250
|
/**
|
|
1177
1251
|
* Background Repeat
|
|
1178
1252
|
* @see https://tailwindcss.com/docs/background-repeat
|
|
1179
1253
|
*/
|
|
1180
1254
|
"bg-repeat": [{
|
|
1181
|
-
bg:
|
|
1182
|
-
repeat: ["", "x", "y", "round", "space"]
|
|
1183
|
-
}]
|
|
1255
|
+
bg: de()
|
|
1184
1256
|
}],
|
|
1185
1257
|
/**
|
|
1186
1258
|
* Background Size
|
|
1187
1259
|
* @see https://tailwindcss.com/docs/background-size
|
|
1188
1260
|
*/
|
|
1189
1261
|
"bg-size": [{
|
|
1190
|
-
bg:
|
|
1262
|
+
bg: me()
|
|
1191
1263
|
}],
|
|
1192
1264
|
/**
|
|
1193
1265
|
* Background Image
|
|
@@ -1195,597 +1267,863 @@ const c = (e) => {
|
|
|
1195
1267
|
*/
|
|
1196
1268
|
"bg-image": [{
|
|
1197
1269
|
bg: ["none", {
|
|
1198
|
-
|
|
1199
|
-
|
|
1270
|
+
linear: [{
|
|
1271
|
+
to: ["t", "tr", "r", "br", "b", "bl", "l", "tl"]
|
|
1272
|
+
}, S, r, o],
|
|
1273
|
+
radial: ["", r, o],
|
|
1274
|
+
conic: [S, r, o]
|
|
1275
|
+
}, so, oo]
|
|
1200
1276
|
}],
|
|
1201
1277
|
/**
|
|
1202
1278
|
* Background Color
|
|
1203
1279
|
* @see https://tailwindcss.com/docs/background-color
|
|
1204
1280
|
*/
|
|
1205
1281
|
"bg-color": [{
|
|
1206
|
-
bg:
|
|
1282
|
+
bg: a()
|
|
1207
1283
|
}],
|
|
1208
1284
|
/**
|
|
1209
1285
|
* Gradient Color Stops From Position
|
|
1210
1286
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1211
1287
|
*/
|
|
1212
1288
|
"gradient-from-pos": [{
|
|
1213
|
-
from:
|
|
1289
|
+
from: Y()
|
|
1214
1290
|
}],
|
|
1215
1291
|
/**
|
|
1216
1292
|
* Gradient Color Stops Via Position
|
|
1217
1293
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1218
1294
|
*/
|
|
1219
1295
|
"gradient-via-pos": [{
|
|
1220
|
-
via:
|
|
1296
|
+
via: Y()
|
|
1221
1297
|
}],
|
|
1222
1298
|
/**
|
|
1223
1299
|
* Gradient Color Stops To Position
|
|
1224
1300
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1225
1301
|
*/
|
|
1226
1302
|
"gradient-to-pos": [{
|
|
1227
|
-
to:
|
|
1303
|
+
to: Y()
|
|
1228
1304
|
}],
|
|
1229
1305
|
/**
|
|
1230
1306
|
* Gradient Color Stops From
|
|
1231
1307
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1232
1308
|
*/
|
|
1233
1309
|
"gradient-from": [{
|
|
1234
|
-
from:
|
|
1310
|
+
from: a()
|
|
1235
1311
|
}],
|
|
1236
1312
|
/**
|
|
1237
1313
|
* Gradient Color Stops Via
|
|
1238
1314
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1239
1315
|
*/
|
|
1240
1316
|
"gradient-via": [{
|
|
1241
|
-
via:
|
|
1317
|
+
via: a()
|
|
1242
1318
|
}],
|
|
1243
1319
|
/**
|
|
1244
1320
|
* Gradient Color Stops To
|
|
1245
1321
|
* @see https://tailwindcss.com/docs/gradient-color-stops
|
|
1246
1322
|
*/
|
|
1247
1323
|
"gradient-to": [{
|
|
1248
|
-
to:
|
|
1324
|
+
to: a()
|
|
1249
1325
|
}],
|
|
1250
|
-
//
|
|
1326
|
+
// ---------------
|
|
1327
|
+
// --- Borders ---
|
|
1328
|
+
// ---------------
|
|
1251
1329
|
/**
|
|
1252
1330
|
* Border Radius
|
|
1253
1331
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1254
1332
|
*/
|
|
1255
1333
|
rounded: [{
|
|
1256
|
-
rounded:
|
|
1334
|
+
rounded: x()
|
|
1257
1335
|
}],
|
|
1258
1336
|
/**
|
|
1259
1337
|
* Border Radius Start
|
|
1260
1338
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1261
1339
|
*/
|
|
1262
1340
|
"rounded-s": [{
|
|
1263
|
-
"rounded-s":
|
|
1341
|
+
"rounded-s": x()
|
|
1264
1342
|
}],
|
|
1265
1343
|
/**
|
|
1266
1344
|
* Border Radius End
|
|
1267
1345
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1268
1346
|
*/
|
|
1269
1347
|
"rounded-e": [{
|
|
1270
|
-
"rounded-e":
|
|
1348
|
+
"rounded-e": x()
|
|
1271
1349
|
}],
|
|
1272
1350
|
/**
|
|
1273
1351
|
* Border Radius Top
|
|
1274
1352
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1275
1353
|
*/
|
|
1276
1354
|
"rounded-t": [{
|
|
1277
|
-
"rounded-t":
|
|
1355
|
+
"rounded-t": x()
|
|
1278
1356
|
}],
|
|
1279
1357
|
/**
|
|
1280
1358
|
* Border Radius Right
|
|
1281
1359
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1282
1360
|
*/
|
|
1283
1361
|
"rounded-r": [{
|
|
1284
|
-
"rounded-r":
|
|
1362
|
+
"rounded-r": x()
|
|
1285
1363
|
}],
|
|
1286
1364
|
/**
|
|
1287
1365
|
* Border Radius Bottom
|
|
1288
1366
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1289
1367
|
*/
|
|
1290
1368
|
"rounded-b": [{
|
|
1291
|
-
"rounded-b":
|
|
1369
|
+
"rounded-b": x()
|
|
1292
1370
|
}],
|
|
1293
1371
|
/**
|
|
1294
1372
|
* Border Radius Left
|
|
1295
1373
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1296
1374
|
*/
|
|
1297
1375
|
"rounded-l": [{
|
|
1298
|
-
"rounded-l":
|
|
1376
|
+
"rounded-l": x()
|
|
1299
1377
|
}],
|
|
1300
1378
|
/**
|
|
1301
1379
|
* Border Radius Start Start
|
|
1302
1380
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1303
1381
|
*/
|
|
1304
1382
|
"rounded-ss": [{
|
|
1305
|
-
"rounded-ss":
|
|
1383
|
+
"rounded-ss": x()
|
|
1306
1384
|
}],
|
|
1307
1385
|
/**
|
|
1308
1386
|
* Border Radius Start End
|
|
1309
1387
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1310
1388
|
*/
|
|
1311
1389
|
"rounded-se": [{
|
|
1312
|
-
"rounded-se":
|
|
1390
|
+
"rounded-se": x()
|
|
1313
1391
|
}],
|
|
1314
1392
|
/**
|
|
1315
1393
|
* Border Radius End End
|
|
1316
1394
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1317
1395
|
*/
|
|
1318
1396
|
"rounded-ee": [{
|
|
1319
|
-
"rounded-ee":
|
|
1397
|
+
"rounded-ee": x()
|
|
1320
1398
|
}],
|
|
1321
1399
|
/**
|
|
1322
1400
|
* Border Radius End Start
|
|
1323
1401
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1324
1402
|
*/
|
|
1325
1403
|
"rounded-es": [{
|
|
1326
|
-
"rounded-es":
|
|
1404
|
+
"rounded-es": x()
|
|
1327
1405
|
}],
|
|
1328
1406
|
/**
|
|
1329
1407
|
* Border Radius Top Left
|
|
1330
1408
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1331
1409
|
*/
|
|
1332
1410
|
"rounded-tl": [{
|
|
1333
|
-
"rounded-tl":
|
|
1411
|
+
"rounded-tl": x()
|
|
1334
1412
|
}],
|
|
1335
1413
|
/**
|
|
1336
1414
|
* Border Radius Top Right
|
|
1337
1415
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1338
1416
|
*/
|
|
1339
1417
|
"rounded-tr": [{
|
|
1340
|
-
"rounded-tr":
|
|
1418
|
+
"rounded-tr": x()
|
|
1341
1419
|
}],
|
|
1342
1420
|
/**
|
|
1343
1421
|
* Border Radius Bottom Right
|
|
1344
1422
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1345
1423
|
*/
|
|
1346
1424
|
"rounded-br": [{
|
|
1347
|
-
"rounded-br":
|
|
1425
|
+
"rounded-br": x()
|
|
1348
1426
|
}],
|
|
1349
1427
|
/**
|
|
1350
1428
|
* Border Radius Bottom Left
|
|
1351
1429
|
* @see https://tailwindcss.com/docs/border-radius
|
|
1352
1430
|
*/
|
|
1353
1431
|
"rounded-bl": [{
|
|
1354
|
-
"rounded-bl":
|
|
1432
|
+
"rounded-bl": x()
|
|
1355
1433
|
}],
|
|
1356
1434
|
/**
|
|
1357
1435
|
* Border Width
|
|
1358
1436
|
* @see https://tailwindcss.com/docs/border-width
|
|
1359
1437
|
*/
|
|
1360
1438
|
"border-w": [{
|
|
1361
|
-
border:
|
|
1439
|
+
border: w()
|
|
1362
1440
|
}],
|
|
1363
1441
|
/**
|
|
1364
1442
|
* Border Width X
|
|
1365
1443
|
* @see https://tailwindcss.com/docs/border-width
|
|
1366
1444
|
*/
|
|
1367
1445
|
"border-w-x": [{
|
|
1368
|
-
"border-x":
|
|
1446
|
+
"border-x": w()
|
|
1369
1447
|
}],
|
|
1370
1448
|
/**
|
|
1371
1449
|
* Border Width Y
|
|
1372
1450
|
* @see https://tailwindcss.com/docs/border-width
|
|
1373
1451
|
*/
|
|
1374
1452
|
"border-w-y": [{
|
|
1375
|
-
"border-y":
|
|
1453
|
+
"border-y": w()
|
|
1376
1454
|
}],
|
|
1377
1455
|
/**
|
|
1378
1456
|
* Border Width Start
|
|
1379
1457
|
* @see https://tailwindcss.com/docs/border-width
|
|
1380
1458
|
*/
|
|
1381
1459
|
"border-w-s": [{
|
|
1382
|
-
"border-s":
|
|
1460
|
+
"border-s": w()
|
|
1383
1461
|
}],
|
|
1384
1462
|
/**
|
|
1385
1463
|
* Border Width End
|
|
1386
1464
|
* @see https://tailwindcss.com/docs/border-width
|
|
1387
1465
|
*/
|
|
1388
1466
|
"border-w-e": [{
|
|
1389
|
-
"border-e":
|
|
1467
|
+
"border-e": w()
|
|
1390
1468
|
}],
|
|
1391
1469
|
/**
|
|
1392
1470
|
* Border Width Top
|
|
1393
1471
|
* @see https://tailwindcss.com/docs/border-width
|
|
1394
1472
|
*/
|
|
1395
1473
|
"border-w-t": [{
|
|
1396
|
-
"border-t":
|
|
1474
|
+
"border-t": w()
|
|
1397
1475
|
}],
|
|
1398
1476
|
/**
|
|
1399
1477
|
* Border Width Right
|
|
1400
1478
|
* @see https://tailwindcss.com/docs/border-width
|
|
1401
1479
|
*/
|
|
1402
1480
|
"border-w-r": [{
|
|
1403
|
-
"border-r":
|
|
1481
|
+
"border-r": w()
|
|
1404
1482
|
}],
|
|
1405
1483
|
/**
|
|
1406
1484
|
* Border Width Bottom
|
|
1407
1485
|
* @see https://tailwindcss.com/docs/border-width
|
|
1408
1486
|
*/
|
|
1409
1487
|
"border-w-b": [{
|
|
1410
|
-
"border-b":
|
|
1488
|
+
"border-b": w()
|
|
1411
1489
|
}],
|
|
1412
1490
|
/**
|
|
1413
1491
|
* Border Width Left
|
|
1414
1492
|
* @see https://tailwindcss.com/docs/border-width
|
|
1415
1493
|
*/
|
|
1416
1494
|
"border-w-l": [{
|
|
1417
|
-
"border-l":
|
|
1418
|
-
}],
|
|
1419
|
-
/**
|
|
1420
|
-
* Border Opacity
|
|
1421
|
-
* @see https://tailwindcss.com/docs/border-opacity
|
|
1422
|
-
*/
|
|
1423
|
-
"border-opacity": [{
|
|
1424
|
-
"border-opacity": [f]
|
|
1425
|
-
}],
|
|
1426
|
-
/**
|
|
1427
|
-
* Border Style
|
|
1428
|
-
* @see https://tailwindcss.com/docs/border-style
|
|
1429
|
-
*/
|
|
1430
|
-
"border-style": [{
|
|
1431
|
-
border: [...T(), "hidden"]
|
|
1495
|
+
"border-l": w()
|
|
1432
1496
|
}],
|
|
1433
1497
|
/**
|
|
1434
1498
|
* Divide Width X
|
|
1435
|
-
* @see https://tailwindcss.com/docs/
|
|
1499
|
+
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1436
1500
|
*/
|
|
1437
1501
|
"divide-x": [{
|
|
1438
|
-
"divide-x":
|
|
1502
|
+
"divide-x": w()
|
|
1439
1503
|
}],
|
|
1440
1504
|
/**
|
|
1441
1505
|
* Divide Width X Reverse
|
|
1442
|
-
* @see https://tailwindcss.com/docs/
|
|
1506
|
+
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1443
1507
|
*/
|
|
1444
1508
|
"divide-x-reverse": ["divide-x-reverse"],
|
|
1445
1509
|
/**
|
|
1446
1510
|
* Divide Width Y
|
|
1447
|
-
* @see https://tailwindcss.com/docs/
|
|
1511
|
+
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1448
1512
|
*/
|
|
1449
1513
|
"divide-y": [{
|
|
1450
|
-
"divide-y":
|
|
1514
|
+
"divide-y": w()
|
|
1451
1515
|
}],
|
|
1452
1516
|
/**
|
|
1453
1517
|
* Divide Width Y Reverse
|
|
1454
|
-
* @see https://tailwindcss.com/docs/
|
|
1518
|
+
* @see https://tailwindcss.com/docs/border-width#between-children
|
|
1455
1519
|
*/
|
|
1456
1520
|
"divide-y-reverse": ["divide-y-reverse"],
|
|
1457
1521
|
/**
|
|
1458
|
-
*
|
|
1459
|
-
* @see https://tailwindcss.com/docs/
|
|
1522
|
+
* Border Style
|
|
1523
|
+
* @see https://tailwindcss.com/docs/border-style
|
|
1460
1524
|
*/
|
|
1461
|
-
"
|
|
1462
|
-
"
|
|
1525
|
+
"border-style": [{
|
|
1526
|
+
border: [...q(), "hidden", "none"]
|
|
1463
1527
|
}],
|
|
1464
1528
|
/**
|
|
1465
1529
|
* Divide Style
|
|
1466
|
-
* @see https://tailwindcss.com/docs/
|
|
1530
|
+
* @see https://tailwindcss.com/docs/border-style#setting-the-divider-style
|
|
1467
1531
|
*/
|
|
1468
1532
|
"divide-style": [{
|
|
1469
|
-
divide:
|
|
1533
|
+
divide: [...q(), "hidden", "none"]
|
|
1470
1534
|
}],
|
|
1471
1535
|
/**
|
|
1472
1536
|
* Border Color
|
|
1473
1537
|
* @see https://tailwindcss.com/docs/border-color
|
|
1474
1538
|
*/
|
|
1475
1539
|
"border-color": [{
|
|
1476
|
-
border:
|
|
1540
|
+
border: a()
|
|
1477
1541
|
}],
|
|
1478
1542
|
/**
|
|
1479
1543
|
* Border Color X
|
|
1480
1544
|
* @see https://tailwindcss.com/docs/border-color
|
|
1481
1545
|
*/
|
|
1482
1546
|
"border-color-x": [{
|
|
1483
|
-
"border-x":
|
|
1547
|
+
"border-x": a()
|
|
1484
1548
|
}],
|
|
1485
1549
|
/**
|
|
1486
1550
|
* Border Color Y
|
|
1487
1551
|
* @see https://tailwindcss.com/docs/border-color
|
|
1488
1552
|
*/
|
|
1489
1553
|
"border-color-y": [{
|
|
1490
|
-
"border-y":
|
|
1554
|
+
"border-y": a()
|
|
1491
1555
|
}],
|
|
1492
1556
|
/**
|
|
1493
1557
|
* Border Color S
|
|
1494
1558
|
* @see https://tailwindcss.com/docs/border-color
|
|
1495
1559
|
*/
|
|
1496
1560
|
"border-color-s": [{
|
|
1497
|
-
"border-s":
|
|
1561
|
+
"border-s": a()
|
|
1498
1562
|
}],
|
|
1499
1563
|
/**
|
|
1500
1564
|
* Border Color E
|
|
1501
1565
|
* @see https://tailwindcss.com/docs/border-color
|
|
1502
1566
|
*/
|
|
1503
1567
|
"border-color-e": [{
|
|
1504
|
-
"border-e":
|
|
1568
|
+
"border-e": a()
|
|
1505
1569
|
}],
|
|
1506
1570
|
/**
|
|
1507
1571
|
* Border Color Top
|
|
1508
1572
|
* @see https://tailwindcss.com/docs/border-color
|
|
1509
1573
|
*/
|
|
1510
1574
|
"border-color-t": [{
|
|
1511
|
-
"border-t":
|
|
1575
|
+
"border-t": a()
|
|
1512
1576
|
}],
|
|
1513
1577
|
/**
|
|
1514
1578
|
* Border Color Right
|
|
1515
1579
|
* @see https://tailwindcss.com/docs/border-color
|
|
1516
1580
|
*/
|
|
1517
1581
|
"border-color-r": [{
|
|
1518
|
-
"border-r":
|
|
1582
|
+
"border-r": a()
|
|
1519
1583
|
}],
|
|
1520
1584
|
/**
|
|
1521
1585
|
* Border Color Bottom
|
|
1522
1586
|
* @see https://tailwindcss.com/docs/border-color
|
|
1523
1587
|
*/
|
|
1524
1588
|
"border-color-b": [{
|
|
1525
|
-
"border-b":
|
|
1589
|
+
"border-b": a()
|
|
1526
1590
|
}],
|
|
1527
1591
|
/**
|
|
1528
1592
|
* Border Color Left
|
|
1529
1593
|
* @see https://tailwindcss.com/docs/border-color
|
|
1530
1594
|
*/
|
|
1531
1595
|
"border-color-l": [{
|
|
1532
|
-
"border-l":
|
|
1596
|
+
"border-l": a()
|
|
1533
1597
|
}],
|
|
1534
1598
|
/**
|
|
1535
1599
|
* Divide Color
|
|
1536
1600
|
* @see https://tailwindcss.com/docs/divide-color
|
|
1537
1601
|
*/
|
|
1538
1602
|
"divide-color": [{
|
|
1539
|
-
divide:
|
|
1603
|
+
divide: a()
|
|
1540
1604
|
}],
|
|
1541
1605
|
/**
|
|
1542
1606
|
* Outline Style
|
|
1543
1607
|
* @see https://tailwindcss.com/docs/outline-style
|
|
1544
1608
|
*/
|
|
1545
1609
|
"outline-style": [{
|
|
1546
|
-
outline: ["",
|
|
1610
|
+
outline: [...q(), "none", "hidden"]
|
|
1547
1611
|
}],
|
|
1548
1612
|
/**
|
|
1549
1613
|
* Outline Offset
|
|
1550
1614
|
* @see https://tailwindcss.com/docs/outline-offset
|
|
1551
1615
|
*/
|
|
1552
1616
|
"outline-offset": [{
|
|
1553
|
-
"outline-offset": [
|
|
1617
|
+
"outline-offset": [d, r, o]
|
|
1554
1618
|
}],
|
|
1555
1619
|
/**
|
|
1556
1620
|
* Outline Width
|
|
1557
1621
|
* @see https://tailwindcss.com/docs/outline-width
|
|
1558
1622
|
*/
|
|
1559
1623
|
"outline-w": [{
|
|
1560
|
-
outline: [
|
|
1624
|
+
outline: ["", d, W, R]
|
|
1561
1625
|
}],
|
|
1562
1626
|
/**
|
|
1563
1627
|
* Outline Color
|
|
1564
1628
|
* @see https://tailwindcss.com/docs/outline-color
|
|
1565
1629
|
*/
|
|
1566
1630
|
"outline-color": [{
|
|
1567
|
-
outline:
|
|
1631
|
+
outline: a()
|
|
1632
|
+
}],
|
|
1633
|
+
// ---------------
|
|
1634
|
+
// --- Effects ---
|
|
1635
|
+
// ---------------
|
|
1636
|
+
/**
|
|
1637
|
+
* Box Shadow
|
|
1638
|
+
* @see https://tailwindcss.com/docs/box-shadow
|
|
1639
|
+
*/
|
|
1640
|
+
shadow: [{
|
|
1641
|
+
shadow: [
|
|
1642
|
+
// Deprecated since Tailwind CSS v4.0.0
|
|
1643
|
+
"",
|
|
1644
|
+
"none",
|
|
1645
|
+
h,
|
|
1646
|
+
K,
|
|
1647
|
+
D
|
|
1648
|
+
]
|
|
1649
|
+
}],
|
|
1650
|
+
/**
|
|
1651
|
+
* Box Shadow Color
|
|
1652
|
+
* @see https://tailwindcss.com/docs/box-shadow#setting-the-shadow-color
|
|
1653
|
+
*/
|
|
1654
|
+
"shadow-color": [{
|
|
1655
|
+
shadow: a()
|
|
1656
|
+
}],
|
|
1657
|
+
/**
|
|
1658
|
+
* Inset Box Shadow
|
|
1659
|
+
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-shadow
|
|
1660
|
+
*/
|
|
1661
|
+
"inset-shadow": [{
|
|
1662
|
+
"inset-shadow": ["none", M, K, D]
|
|
1663
|
+
}],
|
|
1664
|
+
/**
|
|
1665
|
+
* Inset Box Shadow Color
|
|
1666
|
+
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-shadow-color
|
|
1667
|
+
*/
|
|
1668
|
+
"inset-shadow-color": [{
|
|
1669
|
+
"inset-shadow": a()
|
|
1568
1670
|
}],
|
|
1569
1671
|
/**
|
|
1570
1672
|
* Ring Width
|
|
1571
|
-
* @see https://tailwindcss.com/docs/ring
|
|
1673
|
+
* @see https://tailwindcss.com/docs/box-shadow#adding-a-ring
|
|
1572
1674
|
*/
|
|
1573
1675
|
"ring-w": [{
|
|
1574
|
-
ring:
|
|
1676
|
+
ring: w()
|
|
1575
1677
|
}],
|
|
1576
1678
|
/**
|
|
1577
1679
|
* Ring Width Inset
|
|
1578
|
-
* @see https://tailwindcss.com/docs/ring-width
|
|
1680
|
+
* @see https://v3.tailwindcss.com/docs/ring-width#inset-rings
|
|
1681
|
+
* @deprecated since Tailwind CSS v4.0.0
|
|
1682
|
+
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1579
1683
|
*/
|
|
1580
1684
|
"ring-w-inset": ["ring-inset"],
|
|
1581
1685
|
/**
|
|
1582
1686
|
* Ring Color
|
|
1583
|
-
* @see https://tailwindcss.com/docs/ring-color
|
|
1687
|
+
* @see https://tailwindcss.com/docs/box-shadow#setting-the-ring-color
|
|
1584
1688
|
*/
|
|
1585
1689
|
"ring-color": [{
|
|
1586
|
-
ring:
|
|
1587
|
-
}],
|
|
1588
|
-
/**
|
|
1589
|
-
* Ring Opacity
|
|
1590
|
-
* @see https://tailwindcss.com/docs/ring-opacity
|
|
1591
|
-
*/
|
|
1592
|
-
"ring-opacity": [{
|
|
1593
|
-
"ring-opacity": [f]
|
|
1690
|
+
ring: a()
|
|
1594
1691
|
}],
|
|
1595
1692
|
/**
|
|
1596
1693
|
* Ring Offset Width
|
|
1597
|
-
* @see https://tailwindcss.com/docs/ring-offset-width
|
|
1694
|
+
* @see https://v3.tailwindcss.com/docs/ring-offset-width
|
|
1695
|
+
* @deprecated since Tailwind CSS v4.0.0
|
|
1696
|
+
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1598
1697
|
*/
|
|
1599
1698
|
"ring-offset-w": [{
|
|
1600
|
-
"ring-offset": [
|
|
1699
|
+
"ring-offset": [d, R]
|
|
1601
1700
|
}],
|
|
1602
1701
|
/**
|
|
1603
1702
|
* Ring Offset Color
|
|
1604
|
-
* @see https://tailwindcss.com/docs/ring-offset-color
|
|
1703
|
+
* @see https://v3.tailwindcss.com/docs/ring-offset-color
|
|
1704
|
+
* @deprecated since Tailwind CSS v4.0.0
|
|
1705
|
+
* @see https://github.com/tailwindlabs/tailwindcss/blob/v4.0.0/packages/tailwindcss/src/utilities.ts#L4158
|
|
1605
1706
|
*/
|
|
1606
1707
|
"ring-offset-color": [{
|
|
1607
|
-
"ring-offset":
|
|
1708
|
+
"ring-offset": a()
|
|
1608
1709
|
}],
|
|
1609
|
-
// Effects
|
|
1610
1710
|
/**
|
|
1611
|
-
*
|
|
1612
|
-
* @see https://tailwindcss.com/docs/box-shadow
|
|
1711
|
+
* Inset Ring Width
|
|
1712
|
+
* @see https://tailwindcss.com/docs/box-shadow#adding-an-inset-ring
|
|
1613
1713
|
*/
|
|
1614
|
-
|
|
1615
|
-
|
|
1714
|
+
"inset-ring-w": [{
|
|
1715
|
+
"inset-ring": w()
|
|
1616
1716
|
}],
|
|
1617
1717
|
/**
|
|
1618
|
-
*
|
|
1619
|
-
* @see https://tailwindcss.com/docs/box-shadow-color
|
|
1718
|
+
* Inset Ring Color
|
|
1719
|
+
* @see https://tailwindcss.com/docs/box-shadow#setting-the-inset-ring-color
|
|
1620
1720
|
*/
|
|
1621
|
-
"
|
|
1622
|
-
|
|
1721
|
+
"inset-ring-color": [{
|
|
1722
|
+
"inset-ring": a()
|
|
1723
|
+
}],
|
|
1724
|
+
/**
|
|
1725
|
+
* Text Shadow
|
|
1726
|
+
* @see https://tailwindcss.com/docs/text-shadow
|
|
1727
|
+
*/
|
|
1728
|
+
"text-shadow": [{
|
|
1729
|
+
"text-shadow": ["none", O, K, D]
|
|
1730
|
+
}],
|
|
1731
|
+
/**
|
|
1732
|
+
* Text Shadow Color
|
|
1733
|
+
* @see https://tailwindcss.com/docs/text-shadow#setting-the-shadow-color
|
|
1734
|
+
*/
|
|
1735
|
+
"text-shadow-color": [{
|
|
1736
|
+
"text-shadow": a()
|
|
1623
1737
|
}],
|
|
1624
1738
|
/**
|
|
1625
1739
|
* Opacity
|
|
1626
1740
|
* @see https://tailwindcss.com/docs/opacity
|
|
1627
1741
|
*/
|
|
1628
1742
|
opacity: [{
|
|
1629
|
-
opacity: [
|
|
1743
|
+
opacity: [d, r, o]
|
|
1630
1744
|
}],
|
|
1631
1745
|
/**
|
|
1632
1746
|
* Mix Blend Mode
|
|
1633
1747
|
* @see https://tailwindcss.com/docs/mix-blend-mode
|
|
1634
1748
|
*/
|
|
1635
1749
|
"mix-blend": [{
|
|
1636
|
-
"mix-blend": [...
|
|
1750
|
+
"mix-blend": [...pe(), "plus-darker", "plus-lighter"]
|
|
1637
1751
|
}],
|
|
1638
1752
|
/**
|
|
1639
1753
|
* Background Blend Mode
|
|
1640
1754
|
* @see https://tailwindcss.com/docs/background-blend-mode
|
|
1641
1755
|
*/
|
|
1642
1756
|
"bg-blend": [{
|
|
1643
|
-
"bg-blend":
|
|
1757
|
+
"bg-blend": pe()
|
|
1758
|
+
}],
|
|
1759
|
+
/**
|
|
1760
|
+
* Mask Clip
|
|
1761
|
+
* @see https://tailwindcss.com/docs/mask-clip
|
|
1762
|
+
*/
|
|
1763
|
+
"mask-clip": [{
|
|
1764
|
+
"mask-clip": ["border", "padding", "content", "fill", "stroke", "view"]
|
|
1765
|
+
}, "mask-no-clip"],
|
|
1766
|
+
/**
|
|
1767
|
+
* Mask Composite
|
|
1768
|
+
* @see https://tailwindcss.com/docs/mask-composite
|
|
1769
|
+
*/
|
|
1770
|
+
"mask-composite": [{
|
|
1771
|
+
mask: ["add", "subtract", "intersect", "exclude"]
|
|
1772
|
+
}],
|
|
1773
|
+
/**
|
|
1774
|
+
* Mask Image
|
|
1775
|
+
* @see https://tailwindcss.com/docs/mask-image
|
|
1776
|
+
*/
|
|
1777
|
+
"mask-image-linear-pos": [{
|
|
1778
|
+
"mask-linear": [d]
|
|
1779
|
+
}],
|
|
1780
|
+
"mask-image-linear-from-pos": [{
|
|
1781
|
+
"mask-linear-from": b()
|
|
1782
|
+
}],
|
|
1783
|
+
"mask-image-linear-to-pos": [{
|
|
1784
|
+
"mask-linear-to": b()
|
|
1785
|
+
}],
|
|
1786
|
+
"mask-image-linear-from-color": [{
|
|
1787
|
+
"mask-linear-from": a()
|
|
1788
|
+
}],
|
|
1789
|
+
"mask-image-linear-to-color": [{
|
|
1790
|
+
"mask-linear-to": a()
|
|
1791
|
+
}],
|
|
1792
|
+
"mask-image-t-from-pos": [{
|
|
1793
|
+
"mask-t-from": b()
|
|
1794
|
+
}],
|
|
1795
|
+
"mask-image-t-to-pos": [{
|
|
1796
|
+
"mask-t-to": b()
|
|
1797
|
+
}],
|
|
1798
|
+
"mask-image-t-from-color": [{
|
|
1799
|
+
"mask-t-from": a()
|
|
1800
|
+
}],
|
|
1801
|
+
"mask-image-t-to-color": [{
|
|
1802
|
+
"mask-t-to": a()
|
|
1803
|
+
}],
|
|
1804
|
+
"mask-image-r-from-pos": [{
|
|
1805
|
+
"mask-r-from": b()
|
|
1806
|
+
}],
|
|
1807
|
+
"mask-image-r-to-pos": [{
|
|
1808
|
+
"mask-r-to": b()
|
|
1809
|
+
}],
|
|
1810
|
+
"mask-image-r-from-color": [{
|
|
1811
|
+
"mask-r-from": a()
|
|
1812
|
+
}],
|
|
1813
|
+
"mask-image-r-to-color": [{
|
|
1814
|
+
"mask-r-to": a()
|
|
1815
|
+
}],
|
|
1816
|
+
"mask-image-b-from-pos": [{
|
|
1817
|
+
"mask-b-from": b()
|
|
1818
|
+
}],
|
|
1819
|
+
"mask-image-b-to-pos": [{
|
|
1820
|
+
"mask-b-to": b()
|
|
1821
|
+
}],
|
|
1822
|
+
"mask-image-b-from-color": [{
|
|
1823
|
+
"mask-b-from": a()
|
|
1824
|
+
}],
|
|
1825
|
+
"mask-image-b-to-color": [{
|
|
1826
|
+
"mask-b-to": a()
|
|
1827
|
+
}],
|
|
1828
|
+
"mask-image-l-from-pos": [{
|
|
1829
|
+
"mask-l-from": b()
|
|
1830
|
+
}],
|
|
1831
|
+
"mask-image-l-to-pos": [{
|
|
1832
|
+
"mask-l-to": b()
|
|
1833
|
+
}],
|
|
1834
|
+
"mask-image-l-from-color": [{
|
|
1835
|
+
"mask-l-from": a()
|
|
1836
|
+
}],
|
|
1837
|
+
"mask-image-l-to-color": [{
|
|
1838
|
+
"mask-l-to": a()
|
|
1839
|
+
}],
|
|
1840
|
+
"mask-image-x-from-pos": [{
|
|
1841
|
+
"mask-x-from": b()
|
|
1842
|
+
}],
|
|
1843
|
+
"mask-image-x-to-pos": [{
|
|
1844
|
+
"mask-x-to": b()
|
|
1845
|
+
}],
|
|
1846
|
+
"mask-image-x-from-color": [{
|
|
1847
|
+
"mask-x-from": a()
|
|
1848
|
+
}],
|
|
1849
|
+
"mask-image-x-to-color": [{
|
|
1850
|
+
"mask-x-to": a()
|
|
1851
|
+
}],
|
|
1852
|
+
"mask-image-y-from-pos": [{
|
|
1853
|
+
"mask-y-from": b()
|
|
1854
|
+
}],
|
|
1855
|
+
"mask-image-y-to-pos": [{
|
|
1856
|
+
"mask-y-to": b()
|
|
1857
|
+
}],
|
|
1858
|
+
"mask-image-y-from-color": [{
|
|
1859
|
+
"mask-y-from": a()
|
|
1860
|
+
}],
|
|
1861
|
+
"mask-image-y-to-color": [{
|
|
1862
|
+
"mask-y-to": a()
|
|
1863
|
+
}],
|
|
1864
|
+
"mask-image-radial": [{
|
|
1865
|
+
"mask-radial": [r, o]
|
|
1866
|
+
}],
|
|
1867
|
+
"mask-image-radial-from-pos": [{
|
|
1868
|
+
"mask-radial-from": b()
|
|
1869
|
+
}],
|
|
1870
|
+
"mask-image-radial-to-pos": [{
|
|
1871
|
+
"mask-radial-to": b()
|
|
1872
|
+
}],
|
|
1873
|
+
"mask-image-radial-from-color": [{
|
|
1874
|
+
"mask-radial-from": a()
|
|
1875
|
+
}],
|
|
1876
|
+
"mask-image-radial-to-color": [{
|
|
1877
|
+
"mask-radial-to": a()
|
|
1878
|
+
}],
|
|
1879
|
+
"mask-image-radial-shape": [{
|
|
1880
|
+
"mask-radial": ["circle", "ellipse"]
|
|
1881
|
+
}],
|
|
1882
|
+
"mask-image-radial-size": [{
|
|
1883
|
+
"mask-radial": [{
|
|
1884
|
+
closest: ["side", "corner"],
|
|
1885
|
+
farthest: ["side", "corner"]
|
|
1886
|
+
}]
|
|
1887
|
+
}],
|
|
1888
|
+
"mask-image-radial-pos": [{
|
|
1889
|
+
"mask-radial-at": T()
|
|
1890
|
+
}],
|
|
1891
|
+
"mask-image-conic-pos": [{
|
|
1892
|
+
"mask-conic": [d]
|
|
1893
|
+
}],
|
|
1894
|
+
"mask-image-conic-from-pos": [{
|
|
1895
|
+
"mask-conic-from": b()
|
|
1896
|
+
}],
|
|
1897
|
+
"mask-image-conic-to-pos": [{
|
|
1898
|
+
"mask-conic-to": b()
|
|
1899
|
+
}],
|
|
1900
|
+
"mask-image-conic-from-color": [{
|
|
1901
|
+
"mask-conic-from": a()
|
|
1902
|
+
}],
|
|
1903
|
+
"mask-image-conic-to-color": [{
|
|
1904
|
+
"mask-conic-to": a()
|
|
1905
|
+
}],
|
|
1906
|
+
/**
|
|
1907
|
+
* Mask Mode
|
|
1908
|
+
* @see https://tailwindcss.com/docs/mask-mode
|
|
1909
|
+
*/
|
|
1910
|
+
"mask-mode": [{
|
|
1911
|
+
mask: ["alpha", "luminance", "match"]
|
|
1912
|
+
}],
|
|
1913
|
+
/**
|
|
1914
|
+
* Mask Origin
|
|
1915
|
+
* @see https://tailwindcss.com/docs/mask-origin
|
|
1916
|
+
*/
|
|
1917
|
+
"mask-origin": [{
|
|
1918
|
+
"mask-origin": ["border", "padding", "content", "fill", "stroke", "view"]
|
|
1919
|
+
}],
|
|
1920
|
+
/**
|
|
1921
|
+
* Mask Position
|
|
1922
|
+
* @see https://tailwindcss.com/docs/mask-position
|
|
1923
|
+
*/
|
|
1924
|
+
"mask-position": [{
|
|
1925
|
+
mask: ce()
|
|
1644
1926
|
}],
|
|
1645
|
-
|
|
1927
|
+
/**
|
|
1928
|
+
* Mask Repeat
|
|
1929
|
+
* @see https://tailwindcss.com/docs/mask-repeat
|
|
1930
|
+
*/
|
|
1931
|
+
"mask-repeat": [{
|
|
1932
|
+
mask: de()
|
|
1933
|
+
}],
|
|
1934
|
+
/**
|
|
1935
|
+
* Mask Size
|
|
1936
|
+
* @see https://tailwindcss.com/docs/mask-size
|
|
1937
|
+
*/
|
|
1938
|
+
"mask-size": [{
|
|
1939
|
+
mask: me()
|
|
1940
|
+
}],
|
|
1941
|
+
/**
|
|
1942
|
+
* Mask Type
|
|
1943
|
+
* @see https://tailwindcss.com/docs/mask-type
|
|
1944
|
+
*/
|
|
1945
|
+
"mask-type": [{
|
|
1946
|
+
"mask-type": ["alpha", "luminance"]
|
|
1947
|
+
}],
|
|
1948
|
+
/**
|
|
1949
|
+
* Mask Image
|
|
1950
|
+
* @see https://tailwindcss.com/docs/mask-image
|
|
1951
|
+
*/
|
|
1952
|
+
"mask-image": [{
|
|
1953
|
+
mask: ["none", r, o]
|
|
1954
|
+
}],
|
|
1955
|
+
// ---------------
|
|
1956
|
+
// --- Filters ---
|
|
1957
|
+
// ---------------
|
|
1646
1958
|
/**
|
|
1647
1959
|
* Filter
|
|
1648
|
-
* @deprecated since Tailwind CSS v3.0.0
|
|
1649
1960
|
* @see https://tailwindcss.com/docs/filter
|
|
1650
1961
|
*/
|
|
1651
1962
|
filter: [{
|
|
1652
|
-
filter: [
|
|
1963
|
+
filter: [
|
|
1964
|
+
// Deprecated since Tailwind CSS v3.0.0
|
|
1965
|
+
"",
|
|
1966
|
+
"none",
|
|
1967
|
+
r,
|
|
1968
|
+
o
|
|
1969
|
+
]
|
|
1653
1970
|
}],
|
|
1654
1971
|
/**
|
|
1655
1972
|
* Blur
|
|
1656
1973
|
* @see https://tailwindcss.com/docs/blur
|
|
1657
1974
|
*/
|
|
1658
1975
|
blur: [{
|
|
1659
|
-
blur:
|
|
1976
|
+
blur: ue()
|
|
1660
1977
|
}],
|
|
1661
1978
|
/**
|
|
1662
1979
|
* Brightness
|
|
1663
1980
|
* @see https://tailwindcss.com/docs/brightness
|
|
1664
1981
|
*/
|
|
1665
1982
|
brightness: [{
|
|
1666
|
-
brightness: [o]
|
|
1983
|
+
brightness: [d, r, o]
|
|
1667
1984
|
}],
|
|
1668
1985
|
/**
|
|
1669
1986
|
* Contrast
|
|
1670
1987
|
* @see https://tailwindcss.com/docs/contrast
|
|
1671
1988
|
*/
|
|
1672
1989
|
contrast: [{
|
|
1673
|
-
contrast: [
|
|
1990
|
+
contrast: [d, r, o]
|
|
1674
1991
|
}],
|
|
1675
1992
|
/**
|
|
1676
1993
|
* Drop Shadow
|
|
1677
1994
|
* @see https://tailwindcss.com/docs/drop-shadow
|
|
1678
1995
|
*/
|
|
1679
1996
|
"drop-shadow": [{
|
|
1680
|
-
"drop-shadow": [
|
|
1997
|
+
"drop-shadow": [
|
|
1998
|
+
// Deprecated since Tailwind CSS v4.0.0
|
|
1999
|
+
"",
|
|
2000
|
+
"none",
|
|
2001
|
+
F,
|
|
2002
|
+
K,
|
|
2003
|
+
D
|
|
2004
|
+
]
|
|
2005
|
+
}],
|
|
2006
|
+
/**
|
|
2007
|
+
* Drop Shadow Color
|
|
2008
|
+
* @see https://tailwindcss.com/docs/filter-drop-shadow#setting-the-shadow-color
|
|
2009
|
+
*/
|
|
2010
|
+
"drop-shadow-color": [{
|
|
2011
|
+
"drop-shadow": a()
|
|
1681
2012
|
}],
|
|
1682
2013
|
/**
|
|
1683
2014
|
* Grayscale
|
|
1684
2015
|
* @see https://tailwindcss.com/docs/grayscale
|
|
1685
2016
|
*/
|
|
1686
2017
|
grayscale: [{
|
|
1687
|
-
grayscale: [
|
|
2018
|
+
grayscale: ["", d, r, o]
|
|
1688
2019
|
}],
|
|
1689
2020
|
/**
|
|
1690
2021
|
* Hue Rotate
|
|
1691
2022
|
* @see https://tailwindcss.com/docs/hue-rotate
|
|
1692
2023
|
*/
|
|
1693
2024
|
"hue-rotate": [{
|
|
1694
|
-
"hue-rotate": [
|
|
2025
|
+
"hue-rotate": [d, r, o]
|
|
1695
2026
|
}],
|
|
1696
2027
|
/**
|
|
1697
2028
|
* Invert
|
|
1698
2029
|
* @see https://tailwindcss.com/docs/invert
|
|
1699
2030
|
*/
|
|
1700
2031
|
invert: [{
|
|
1701
|
-
invert: [
|
|
2032
|
+
invert: ["", d, r, o]
|
|
1702
2033
|
}],
|
|
1703
2034
|
/**
|
|
1704
2035
|
* Saturate
|
|
1705
2036
|
* @see https://tailwindcss.com/docs/saturate
|
|
1706
2037
|
*/
|
|
1707
2038
|
saturate: [{
|
|
1708
|
-
saturate: [
|
|
2039
|
+
saturate: [d, r, o]
|
|
1709
2040
|
}],
|
|
1710
2041
|
/**
|
|
1711
2042
|
* Sepia
|
|
1712
2043
|
* @see https://tailwindcss.com/docs/sepia
|
|
1713
2044
|
*/
|
|
1714
2045
|
sepia: [{
|
|
1715
|
-
sepia: [
|
|
2046
|
+
sepia: ["", d, r, o]
|
|
1716
2047
|
}],
|
|
1717
2048
|
/**
|
|
1718
2049
|
* Backdrop Filter
|
|
1719
|
-
* @deprecated since Tailwind CSS v3.0.0
|
|
1720
2050
|
* @see https://tailwindcss.com/docs/backdrop-filter
|
|
1721
2051
|
*/
|
|
1722
2052
|
"backdrop-filter": [{
|
|
1723
|
-
"backdrop-filter": [
|
|
2053
|
+
"backdrop-filter": [
|
|
2054
|
+
// Deprecated since Tailwind CSS v3.0.0
|
|
2055
|
+
"",
|
|
2056
|
+
"none",
|
|
2057
|
+
r,
|
|
2058
|
+
o
|
|
2059
|
+
]
|
|
1724
2060
|
}],
|
|
1725
2061
|
/**
|
|
1726
2062
|
* Backdrop Blur
|
|
1727
2063
|
* @see https://tailwindcss.com/docs/backdrop-blur
|
|
1728
2064
|
*/
|
|
1729
2065
|
"backdrop-blur": [{
|
|
1730
|
-
"backdrop-blur":
|
|
2066
|
+
"backdrop-blur": ue()
|
|
1731
2067
|
}],
|
|
1732
2068
|
/**
|
|
1733
2069
|
* Backdrop Brightness
|
|
1734
2070
|
* @see https://tailwindcss.com/docs/backdrop-brightness
|
|
1735
2071
|
*/
|
|
1736
2072
|
"backdrop-brightness": [{
|
|
1737
|
-
"backdrop-brightness": [o]
|
|
2073
|
+
"backdrop-brightness": [d, r, o]
|
|
1738
2074
|
}],
|
|
1739
2075
|
/**
|
|
1740
2076
|
* Backdrop Contrast
|
|
1741
2077
|
* @see https://tailwindcss.com/docs/backdrop-contrast
|
|
1742
2078
|
*/
|
|
1743
2079
|
"backdrop-contrast": [{
|
|
1744
|
-
"backdrop-contrast": [
|
|
2080
|
+
"backdrop-contrast": [d, r, o]
|
|
1745
2081
|
}],
|
|
1746
2082
|
/**
|
|
1747
2083
|
* Backdrop Grayscale
|
|
1748
2084
|
* @see https://tailwindcss.com/docs/backdrop-grayscale
|
|
1749
2085
|
*/
|
|
1750
2086
|
"backdrop-grayscale": [{
|
|
1751
|
-
"backdrop-grayscale": [
|
|
2087
|
+
"backdrop-grayscale": ["", d, r, o]
|
|
1752
2088
|
}],
|
|
1753
2089
|
/**
|
|
1754
2090
|
* Backdrop Hue Rotate
|
|
1755
2091
|
* @see https://tailwindcss.com/docs/backdrop-hue-rotate
|
|
1756
2092
|
*/
|
|
1757
2093
|
"backdrop-hue-rotate": [{
|
|
1758
|
-
"backdrop-hue-rotate": [
|
|
2094
|
+
"backdrop-hue-rotate": [d, r, o]
|
|
1759
2095
|
}],
|
|
1760
2096
|
/**
|
|
1761
2097
|
* Backdrop Invert
|
|
1762
2098
|
* @see https://tailwindcss.com/docs/backdrop-invert
|
|
1763
2099
|
*/
|
|
1764
2100
|
"backdrop-invert": [{
|
|
1765
|
-
"backdrop-invert": [
|
|
2101
|
+
"backdrop-invert": ["", d, r, o]
|
|
1766
2102
|
}],
|
|
1767
2103
|
/**
|
|
1768
2104
|
* Backdrop Opacity
|
|
1769
2105
|
* @see https://tailwindcss.com/docs/backdrop-opacity
|
|
1770
2106
|
*/
|
|
1771
2107
|
"backdrop-opacity": [{
|
|
1772
|
-
"backdrop-opacity": [
|
|
2108
|
+
"backdrop-opacity": [d, r, o]
|
|
1773
2109
|
}],
|
|
1774
2110
|
/**
|
|
1775
2111
|
* Backdrop Saturate
|
|
1776
2112
|
* @see https://tailwindcss.com/docs/backdrop-saturate
|
|
1777
2113
|
*/
|
|
1778
2114
|
"backdrop-saturate": [{
|
|
1779
|
-
"backdrop-saturate": [
|
|
2115
|
+
"backdrop-saturate": [d, r, o]
|
|
1780
2116
|
}],
|
|
1781
2117
|
/**
|
|
1782
2118
|
* Backdrop Sepia
|
|
1783
2119
|
* @see https://tailwindcss.com/docs/backdrop-sepia
|
|
1784
2120
|
*/
|
|
1785
2121
|
"backdrop-sepia": [{
|
|
1786
|
-
"backdrop-sepia": [
|
|
2122
|
+
"backdrop-sepia": ["", d, r, o]
|
|
1787
2123
|
}],
|
|
1788
|
-
//
|
|
2124
|
+
// --------------
|
|
2125
|
+
// --- Tables ---
|
|
2126
|
+
// --------------
|
|
1789
2127
|
/**
|
|
1790
2128
|
* Border Collapse
|
|
1791
2129
|
* @see https://tailwindcss.com/docs/border-collapse
|
|
@@ -1798,21 +2136,21 @@ const c = (e) => {
|
|
|
1798
2136
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
1799
2137
|
*/
|
|
1800
2138
|
"border-spacing": [{
|
|
1801
|
-
"border-spacing":
|
|
2139
|
+
"border-spacing": l()
|
|
1802
2140
|
}],
|
|
1803
2141
|
/**
|
|
1804
2142
|
* Border Spacing X
|
|
1805
2143
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
1806
2144
|
*/
|
|
1807
2145
|
"border-spacing-x": [{
|
|
1808
|
-
"border-spacing-x":
|
|
2146
|
+
"border-spacing-x": l()
|
|
1809
2147
|
}],
|
|
1810
2148
|
/**
|
|
1811
2149
|
* Border Spacing Y
|
|
1812
2150
|
* @see https://tailwindcss.com/docs/border-spacing
|
|
1813
2151
|
*/
|
|
1814
2152
|
"border-spacing-y": [{
|
|
1815
|
-
"border-spacing-y":
|
|
2153
|
+
"border-spacing-y": l()
|
|
1816
2154
|
}],
|
|
1817
2155
|
/**
|
|
1818
2156
|
* Table Layout
|
|
@@ -1828,120 +2166,220 @@ const c = (e) => {
|
|
|
1828
2166
|
caption: [{
|
|
1829
2167
|
caption: ["top", "bottom"]
|
|
1830
2168
|
}],
|
|
1831
|
-
//
|
|
2169
|
+
// ---------------------------------
|
|
2170
|
+
// --- Transitions and Animation ---
|
|
2171
|
+
// ---------------------------------
|
|
1832
2172
|
/**
|
|
1833
|
-
*
|
|
2173
|
+
* Transition Property
|
|
1834
2174
|
* @see https://tailwindcss.com/docs/transition-property
|
|
1835
2175
|
*/
|
|
1836
2176
|
transition: [{
|
|
1837
|
-
transition: ["
|
|
2177
|
+
transition: ["", "all", "colors", "opacity", "shadow", "transform", "none", r, o]
|
|
2178
|
+
}],
|
|
2179
|
+
/**
|
|
2180
|
+
* Transition Behavior
|
|
2181
|
+
* @see https://tailwindcss.com/docs/transition-behavior
|
|
2182
|
+
*/
|
|
2183
|
+
"transition-behavior": [{
|
|
2184
|
+
transition: ["normal", "discrete"]
|
|
1838
2185
|
}],
|
|
1839
2186
|
/**
|
|
1840
2187
|
* Transition Duration
|
|
1841
2188
|
* @see https://tailwindcss.com/docs/transition-duration
|
|
1842
2189
|
*/
|
|
1843
2190
|
duration: [{
|
|
1844
|
-
duration:
|
|
2191
|
+
duration: [d, "initial", r, o]
|
|
1845
2192
|
}],
|
|
1846
2193
|
/**
|
|
1847
2194
|
* Transition Timing Function
|
|
1848
2195
|
* @see https://tailwindcss.com/docs/transition-timing-function
|
|
1849
2196
|
*/
|
|
1850
2197
|
ease: [{
|
|
1851
|
-
ease: ["linear", "
|
|
2198
|
+
ease: ["linear", "initial", A, r, o]
|
|
1852
2199
|
}],
|
|
1853
2200
|
/**
|
|
1854
2201
|
* Transition Delay
|
|
1855
2202
|
* @see https://tailwindcss.com/docs/transition-delay
|
|
1856
2203
|
*/
|
|
1857
2204
|
delay: [{
|
|
1858
|
-
delay:
|
|
2205
|
+
delay: [d, r, o]
|
|
1859
2206
|
}],
|
|
1860
2207
|
/**
|
|
1861
2208
|
* Animation
|
|
1862
2209
|
* @see https://tailwindcss.com/docs/animation
|
|
1863
2210
|
*/
|
|
1864
2211
|
animate: [{
|
|
1865
|
-
animate: ["none",
|
|
2212
|
+
animate: ["none", $, r, o]
|
|
1866
2213
|
}],
|
|
1867
|
-
//
|
|
2214
|
+
// ------------------
|
|
2215
|
+
// --- Transforms ---
|
|
2216
|
+
// ------------------
|
|
1868
2217
|
/**
|
|
1869
|
-
*
|
|
1870
|
-
* @see https://tailwindcss.com/docs/
|
|
2218
|
+
* Backface Visibility
|
|
2219
|
+
* @see https://tailwindcss.com/docs/backface-visibility
|
|
1871
2220
|
*/
|
|
1872
|
-
|
|
1873
|
-
|
|
2221
|
+
backface: [{
|
|
2222
|
+
backface: ["hidden", "visible"]
|
|
2223
|
+
}],
|
|
2224
|
+
/**
|
|
2225
|
+
* Perspective
|
|
2226
|
+
* @see https://tailwindcss.com/docs/perspective
|
|
2227
|
+
*/
|
|
2228
|
+
perspective: [{
|
|
2229
|
+
perspective: [y, r, o]
|
|
2230
|
+
}],
|
|
2231
|
+
/**
|
|
2232
|
+
* Perspective Origin
|
|
2233
|
+
* @see https://tailwindcss.com/docs/perspective-origin
|
|
2234
|
+
*/
|
|
2235
|
+
"perspective-origin": [{
|
|
2236
|
+
"perspective-origin": E()
|
|
2237
|
+
}],
|
|
2238
|
+
/**
|
|
2239
|
+
* Rotate
|
|
2240
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
2241
|
+
*/
|
|
2242
|
+
rotate: [{
|
|
2243
|
+
rotate: H()
|
|
2244
|
+
}],
|
|
2245
|
+
/**
|
|
2246
|
+
* Rotate X
|
|
2247
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
2248
|
+
*/
|
|
2249
|
+
"rotate-x": [{
|
|
2250
|
+
"rotate-x": H()
|
|
2251
|
+
}],
|
|
2252
|
+
/**
|
|
2253
|
+
* Rotate Y
|
|
2254
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
2255
|
+
*/
|
|
2256
|
+
"rotate-y": [{
|
|
2257
|
+
"rotate-y": H()
|
|
2258
|
+
}],
|
|
2259
|
+
/**
|
|
2260
|
+
* Rotate Z
|
|
2261
|
+
* @see https://tailwindcss.com/docs/rotate
|
|
2262
|
+
*/
|
|
2263
|
+
"rotate-z": [{
|
|
2264
|
+
"rotate-z": H()
|
|
1874
2265
|
}],
|
|
1875
2266
|
/**
|
|
1876
2267
|
* Scale
|
|
1877
2268
|
* @see https://tailwindcss.com/docs/scale
|
|
1878
2269
|
*/
|
|
1879
2270
|
scale: [{
|
|
1880
|
-
scale:
|
|
2271
|
+
scale: J()
|
|
1881
2272
|
}],
|
|
1882
2273
|
/**
|
|
1883
2274
|
* Scale X
|
|
1884
2275
|
* @see https://tailwindcss.com/docs/scale
|
|
1885
2276
|
*/
|
|
1886
2277
|
"scale-x": [{
|
|
1887
|
-
"scale-x":
|
|
2278
|
+
"scale-x": J()
|
|
1888
2279
|
}],
|
|
1889
2280
|
/**
|
|
1890
2281
|
* Scale Y
|
|
1891
2282
|
* @see https://tailwindcss.com/docs/scale
|
|
1892
2283
|
*/
|
|
1893
2284
|
"scale-y": [{
|
|
1894
|
-
"scale-y":
|
|
2285
|
+
"scale-y": J()
|
|
1895
2286
|
}],
|
|
1896
2287
|
/**
|
|
1897
|
-
*
|
|
1898
|
-
* @see https://tailwindcss.com/docs/
|
|
2288
|
+
* Scale Z
|
|
2289
|
+
* @see https://tailwindcss.com/docs/scale
|
|
1899
2290
|
*/
|
|
1900
|
-
|
|
1901
|
-
|
|
2291
|
+
"scale-z": [{
|
|
2292
|
+
"scale-z": J()
|
|
1902
2293
|
}],
|
|
1903
2294
|
/**
|
|
1904
|
-
*
|
|
1905
|
-
* @see https://tailwindcss.com/docs/
|
|
2295
|
+
* Scale 3D
|
|
2296
|
+
* @see https://tailwindcss.com/docs/scale
|
|
1906
2297
|
*/
|
|
1907
|
-
"
|
|
1908
|
-
"translate-x": [q]
|
|
1909
|
-
}],
|
|
2298
|
+
"scale-3d": ["scale-3d"],
|
|
1910
2299
|
/**
|
|
1911
|
-
*
|
|
1912
|
-
* @see https://tailwindcss.com/docs/
|
|
2300
|
+
* Skew
|
|
2301
|
+
* @see https://tailwindcss.com/docs/skew
|
|
1913
2302
|
*/
|
|
1914
|
-
|
|
1915
|
-
|
|
2303
|
+
skew: [{
|
|
2304
|
+
skew: Z()
|
|
1916
2305
|
}],
|
|
1917
2306
|
/**
|
|
1918
2307
|
* Skew X
|
|
1919
2308
|
* @see https://tailwindcss.com/docs/skew
|
|
1920
2309
|
*/
|
|
1921
2310
|
"skew-x": [{
|
|
1922
|
-
"skew-x":
|
|
2311
|
+
"skew-x": Z()
|
|
1923
2312
|
}],
|
|
1924
2313
|
/**
|
|
1925
2314
|
* Skew Y
|
|
1926
2315
|
* @see https://tailwindcss.com/docs/skew
|
|
1927
2316
|
*/
|
|
1928
2317
|
"skew-y": [{
|
|
1929
|
-
"skew-y":
|
|
2318
|
+
"skew-y": Z()
|
|
2319
|
+
}],
|
|
2320
|
+
/**
|
|
2321
|
+
* Transform
|
|
2322
|
+
* @see https://tailwindcss.com/docs/transform
|
|
2323
|
+
*/
|
|
2324
|
+
transform: [{
|
|
2325
|
+
transform: [r, o, "", "none", "gpu", "cpu"]
|
|
1930
2326
|
}],
|
|
1931
2327
|
/**
|
|
1932
2328
|
* Transform Origin
|
|
1933
2329
|
* @see https://tailwindcss.com/docs/transform-origin
|
|
1934
2330
|
*/
|
|
1935
2331
|
"transform-origin": [{
|
|
1936
|
-
origin:
|
|
2332
|
+
origin: E()
|
|
2333
|
+
}],
|
|
2334
|
+
/**
|
|
2335
|
+
* Transform Style
|
|
2336
|
+
* @see https://tailwindcss.com/docs/transform-style
|
|
2337
|
+
*/
|
|
2338
|
+
"transform-style": [{
|
|
2339
|
+
transform: ["3d", "flat"]
|
|
2340
|
+
}],
|
|
2341
|
+
/**
|
|
2342
|
+
* Translate
|
|
2343
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2344
|
+
*/
|
|
2345
|
+
translate: [{
|
|
2346
|
+
translate: X()
|
|
1937
2347
|
}],
|
|
1938
|
-
|
|
2348
|
+
/**
|
|
2349
|
+
* Translate X
|
|
2350
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2351
|
+
*/
|
|
2352
|
+
"translate-x": [{
|
|
2353
|
+
"translate-x": X()
|
|
2354
|
+
}],
|
|
2355
|
+
/**
|
|
2356
|
+
* Translate Y
|
|
2357
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2358
|
+
*/
|
|
2359
|
+
"translate-y": [{
|
|
2360
|
+
"translate-y": X()
|
|
2361
|
+
}],
|
|
2362
|
+
/**
|
|
2363
|
+
* Translate Z
|
|
2364
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2365
|
+
*/
|
|
2366
|
+
"translate-z": [{
|
|
2367
|
+
"translate-z": X()
|
|
2368
|
+
}],
|
|
2369
|
+
/**
|
|
2370
|
+
* Translate None
|
|
2371
|
+
* @see https://tailwindcss.com/docs/translate
|
|
2372
|
+
*/
|
|
2373
|
+
"translate-none": ["translate-none"],
|
|
2374
|
+
// ---------------------
|
|
2375
|
+
// --- Interactivity ---
|
|
2376
|
+
// ---------------------
|
|
1939
2377
|
/**
|
|
1940
2378
|
* Accent Color
|
|
1941
2379
|
* @see https://tailwindcss.com/docs/accent-color
|
|
1942
2380
|
*/
|
|
1943
2381
|
accent: [{
|
|
1944
|
-
accent:
|
|
2382
|
+
accent: a()
|
|
1945
2383
|
}],
|
|
1946
2384
|
/**
|
|
1947
2385
|
* Appearance
|
|
@@ -1950,33 +2388,47 @@ const c = (e) => {
|
|
|
1950
2388
|
appearance: [{
|
|
1951
2389
|
appearance: ["none", "auto"]
|
|
1952
2390
|
}],
|
|
2391
|
+
/**
|
|
2392
|
+
* Caret Color
|
|
2393
|
+
* @see https://tailwindcss.com/docs/just-in-time-mode#caret-color-utilities
|
|
2394
|
+
*/
|
|
2395
|
+
"caret-color": [{
|
|
2396
|
+
caret: a()
|
|
2397
|
+
}],
|
|
2398
|
+
/**
|
|
2399
|
+
* Color Scheme
|
|
2400
|
+
* @see https://tailwindcss.com/docs/color-scheme
|
|
2401
|
+
*/
|
|
2402
|
+
"color-scheme": [{
|
|
2403
|
+
scheme: ["normal", "dark", "light", "light-dark", "only-dark", "only-light"]
|
|
2404
|
+
}],
|
|
1953
2405
|
/**
|
|
1954
2406
|
* Cursor
|
|
1955
2407
|
* @see https://tailwindcss.com/docs/cursor
|
|
1956
2408
|
*/
|
|
1957
2409
|
cursor: [{
|
|
1958
|
-
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out",
|
|
2410
|
+
cursor: ["auto", "default", "pointer", "wait", "text", "move", "help", "not-allowed", "none", "context-menu", "progress", "cell", "crosshair", "vertical-text", "alias", "copy", "no-drop", "grab", "grabbing", "all-scroll", "col-resize", "row-resize", "n-resize", "e-resize", "s-resize", "w-resize", "ne-resize", "nw-resize", "se-resize", "sw-resize", "ew-resize", "ns-resize", "nesw-resize", "nwse-resize", "zoom-in", "zoom-out", r, o]
|
|
1959
2411
|
}],
|
|
1960
2412
|
/**
|
|
1961
|
-
*
|
|
1962
|
-
* @see https://tailwindcss.com/docs/
|
|
2413
|
+
* Field Sizing
|
|
2414
|
+
* @see https://tailwindcss.com/docs/field-sizing
|
|
1963
2415
|
*/
|
|
1964
|
-
"
|
|
1965
|
-
|
|
2416
|
+
"field-sizing": [{
|
|
2417
|
+
"field-sizing": ["fixed", "content"]
|
|
1966
2418
|
}],
|
|
1967
2419
|
/**
|
|
1968
2420
|
* Pointer Events
|
|
1969
2421
|
* @see https://tailwindcss.com/docs/pointer-events
|
|
1970
2422
|
*/
|
|
1971
2423
|
"pointer-events": [{
|
|
1972
|
-
"pointer-events": ["
|
|
2424
|
+
"pointer-events": ["auto", "none"]
|
|
1973
2425
|
}],
|
|
1974
2426
|
/**
|
|
1975
2427
|
* Resize
|
|
1976
2428
|
* @see https://tailwindcss.com/docs/resize
|
|
1977
2429
|
*/
|
|
1978
2430
|
resize: [{
|
|
1979
|
-
resize: ["none", "
|
|
2431
|
+
resize: ["none", "", "y", "x"]
|
|
1980
2432
|
}],
|
|
1981
2433
|
/**
|
|
1982
2434
|
* Scroll Behavior
|
|
@@ -1990,126 +2442,126 @@ const c = (e) => {
|
|
|
1990
2442
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
1991
2443
|
*/
|
|
1992
2444
|
"scroll-m": [{
|
|
1993
|
-
"scroll-m":
|
|
2445
|
+
"scroll-m": l()
|
|
1994
2446
|
}],
|
|
1995
2447
|
/**
|
|
1996
2448
|
* Scroll Margin X
|
|
1997
2449
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
1998
2450
|
*/
|
|
1999
2451
|
"scroll-mx": [{
|
|
2000
|
-
"scroll-mx":
|
|
2452
|
+
"scroll-mx": l()
|
|
2001
2453
|
}],
|
|
2002
2454
|
/**
|
|
2003
2455
|
* Scroll Margin Y
|
|
2004
2456
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2005
2457
|
*/
|
|
2006
2458
|
"scroll-my": [{
|
|
2007
|
-
"scroll-my":
|
|
2459
|
+
"scroll-my": l()
|
|
2008
2460
|
}],
|
|
2009
2461
|
/**
|
|
2010
2462
|
* Scroll Margin Start
|
|
2011
2463
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2012
2464
|
*/
|
|
2013
2465
|
"scroll-ms": [{
|
|
2014
|
-
"scroll-ms":
|
|
2466
|
+
"scroll-ms": l()
|
|
2015
2467
|
}],
|
|
2016
2468
|
/**
|
|
2017
2469
|
* Scroll Margin End
|
|
2018
2470
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2019
2471
|
*/
|
|
2020
2472
|
"scroll-me": [{
|
|
2021
|
-
"scroll-me":
|
|
2473
|
+
"scroll-me": l()
|
|
2022
2474
|
}],
|
|
2023
2475
|
/**
|
|
2024
2476
|
* Scroll Margin Top
|
|
2025
2477
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2026
2478
|
*/
|
|
2027
2479
|
"scroll-mt": [{
|
|
2028
|
-
"scroll-mt":
|
|
2480
|
+
"scroll-mt": l()
|
|
2029
2481
|
}],
|
|
2030
2482
|
/**
|
|
2031
2483
|
* Scroll Margin Right
|
|
2032
2484
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2033
2485
|
*/
|
|
2034
2486
|
"scroll-mr": [{
|
|
2035
|
-
"scroll-mr":
|
|
2487
|
+
"scroll-mr": l()
|
|
2036
2488
|
}],
|
|
2037
2489
|
/**
|
|
2038
2490
|
* Scroll Margin Bottom
|
|
2039
2491
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2040
2492
|
*/
|
|
2041
2493
|
"scroll-mb": [{
|
|
2042
|
-
"scroll-mb":
|
|
2494
|
+
"scroll-mb": l()
|
|
2043
2495
|
}],
|
|
2044
2496
|
/**
|
|
2045
2497
|
* Scroll Margin Left
|
|
2046
2498
|
* @see https://tailwindcss.com/docs/scroll-margin
|
|
2047
2499
|
*/
|
|
2048
2500
|
"scroll-ml": [{
|
|
2049
|
-
"scroll-ml":
|
|
2501
|
+
"scroll-ml": l()
|
|
2050
2502
|
}],
|
|
2051
2503
|
/**
|
|
2052
2504
|
* Scroll Padding
|
|
2053
2505
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2054
2506
|
*/
|
|
2055
2507
|
"scroll-p": [{
|
|
2056
|
-
"scroll-p":
|
|
2508
|
+
"scroll-p": l()
|
|
2057
2509
|
}],
|
|
2058
2510
|
/**
|
|
2059
2511
|
* Scroll Padding X
|
|
2060
2512
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2061
2513
|
*/
|
|
2062
2514
|
"scroll-px": [{
|
|
2063
|
-
"scroll-px":
|
|
2515
|
+
"scroll-px": l()
|
|
2064
2516
|
}],
|
|
2065
2517
|
/**
|
|
2066
2518
|
* Scroll Padding Y
|
|
2067
2519
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2068
2520
|
*/
|
|
2069
2521
|
"scroll-py": [{
|
|
2070
|
-
"scroll-py":
|
|
2522
|
+
"scroll-py": l()
|
|
2071
2523
|
}],
|
|
2072
2524
|
/**
|
|
2073
2525
|
* Scroll Padding Start
|
|
2074
2526
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2075
2527
|
*/
|
|
2076
2528
|
"scroll-ps": [{
|
|
2077
|
-
"scroll-ps":
|
|
2529
|
+
"scroll-ps": l()
|
|
2078
2530
|
}],
|
|
2079
2531
|
/**
|
|
2080
2532
|
* Scroll Padding End
|
|
2081
2533
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2082
2534
|
*/
|
|
2083
2535
|
"scroll-pe": [{
|
|
2084
|
-
"scroll-pe":
|
|
2536
|
+
"scroll-pe": l()
|
|
2085
2537
|
}],
|
|
2086
2538
|
/**
|
|
2087
2539
|
* Scroll Padding Top
|
|
2088
2540
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2089
2541
|
*/
|
|
2090
2542
|
"scroll-pt": [{
|
|
2091
|
-
"scroll-pt":
|
|
2543
|
+
"scroll-pt": l()
|
|
2092
2544
|
}],
|
|
2093
2545
|
/**
|
|
2094
2546
|
* Scroll Padding Right
|
|
2095
2547
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2096
2548
|
*/
|
|
2097
2549
|
"scroll-pr": [{
|
|
2098
|
-
"scroll-pr":
|
|
2550
|
+
"scroll-pr": l()
|
|
2099
2551
|
}],
|
|
2100
2552
|
/**
|
|
2101
2553
|
* Scroll Padding Bottom
|
|
2102
2554
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2103
2555
|
*/
|
|
2104
2556
|
"scroll-pb": [{
|
|
2105
|
-
"scroll-pb":
|
|
2557
|
+
"scroll-pb": l()
|
|
2106
2558
|
}],
|
|
2107
2559
|
/**
|
|
2108
2560
|
* Scroll Padding Left
|
|
2109
2561
|
* @see https://tailwindcss.com/docs/scroll-padding
|
|
2110
2562
|
*/
|
|
2111
2563
|
"scroll-pl": [{
|
|
2112
|
-
"scroll-pl":
|
|
2564
|
+
"scroll-pl": l()
|
|
2113
2565
|
}],
|
|
2114
2566
|
/**
|
|
2115
2567
|
* Scroll Snap Align
|
|
@@ -2177,36 +2629,35 @@ const c = (e) => {
|
|
|
2177
2629
|
* @see https://tailwindcss.com/docs/will-change
|
|
2178
2630
|
*/
|
|
2179
2631
|
"will-change": [{
|
|
2180
|
-
"will-change": ["auto", "scroll", "contents", "transform",
|
|
2632
|
+
"will-change": ["auto", "scroll", "contents", "transform", r, o]
|
|
2181
2633
|
}],
|
|
2182
|
-
//
|
|
2634
|
+
// -----------
|
|
2635
|
+
// --- SVG ---
|
|
2636
|
+
// -----------
|
|
2183
2637
|
/**
|
|
2184
2638
|
* Fill
|
|
2185
2639
|
* @see https://tailwindcss.com/docs/fill
|
|
2186
2640
|
*/
|
|
2187
2641
|
fill: [{
|
|
2188
|
-
fill: [
|
|
2642
|
+
fill: ["none", ...a()]
|
|
2189
2643
|
}],
|
|
2190
2644
|
/**
|
|
2191
2645
|
* Stroke Width
|
|
2192
2646
|
* @see https://tailwindcss.com/docs/stroke-width
|
|
2193
2647
|
*/
|
|
2194
2648
|
"stroke-w": [{
|
|
2195
|
-
stroke: [
|
|
2649
|
+
stroke: [d, W, R, oe]
|
|
2196
2650
|
}],
|
|
2197
2651
|
/**
|
|
2198
2652
|
* Stroke
|
|
2199
2653
|
* @see https://tailwindcss.com/docs/stroke
|
|
2200
2654
|
*/
|
|
2201
2655
|
stroke: [{
|
|
2202
|
-
stroke: [
|
|
2656
|
+
stroke: ["none", ...a()]
|
|
2203
2657
|
}],
|
|
2204
|
-
//
|
|
2205
|
-
|
|
2206
|
-
|
|
2207
|
-
* @see https://tailwindcss.com/docs/screen-readers
|
|
2208
|
-
*/
|
|
2209
|
-
sr: ["sr-only", "not-sr-only"],
|
|
2658
|
+
// ---------------------
|
|
2659
|
+
// --- Accessibility ---
|
|
2660
|
+
// ---------------------
|
|
2210
2661
|
/**
|
|
2211
2662
|
* Forced Color Adjust
|
|
2212
2663
|
* @see https://tailwindcss.com/docs/forced-color-adjust
|
|
@@ -2246,12 +2697,14 @@ const c = (e) => {
|
|
|
2246
2697
|
"rounded-b": ["rounded-br", "rounded-bl"],
|
|
2247
2698
|
"rounded-l": ["rounded-tl", "rounded-bl"],
|
|
2248
2699
|
"border-spacing": ["border-spacing-x", "border-spacing-y"],
|
|
2249
|
-
"border-w": ["border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
|
|
2700
|
+
"border-w": ["border-w-x", "border-w-y", "border-w-s", "border-w-e", "border-w-t", "border-w-r", "border-w-b", "border-w-l"],
|
|
2250
2701
|
"border-w-x": ["border-w-r", "border-w-l"],
|
|
2251
2702
|
"border-w-y": ["border-w-t", "border-w-b"],
|
|
2252
|
-
"border-color": ["border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
|
|
2703
|
+
"border-color": ["border-color-x", "border-color-y", "border-color-s", "border-color-e", "border-color-t", "border-color-r", "border-color-b", "border-color-l"],
|
|
2253
2704
|
"border-color-x": ["border-color-r", "border-color-l"],
|
|
2254
2705
|
"border-color-y": ["border-color-t", "border-color-b"],
|
|
2706
|
+
translate: ["translate-x", "translate-y", "translate-none"],
|
|
2707
|
+
"translate-none": ["translate", "translate-x", "translate-y", "translate-z"],
|
|
2255
2708
|
"scroll-m": ["scroll-mx", "scroll-my", "scroll-ms", "scroll-me", "scroll-mt", "scroll-mr", "scroll-mb", "scroll-ml"],
|
|
2256
2709
|
"scroll-mx": ["scroll-mr", "scroll-ml"],
|
|
2257
2710
|
"scroll-my": ["scroll-mt", "scroll-mb"],
|
|
@@ -2265,14 +2718,14 @@ const c = (e) => {
|
|
|
2265
2718
|
},
|
|
2266
2719
|
conflictingClassGroupModifiers: {
|
|
2267
2720
|
"font-size": ["leading"]
|
|
2268
|
-
}
|
|
2721
|
+
},
|
|
2722
|
+
orderSensitiveModifiers: ["*", "**", "after", "backdrop", "before", "details-content", "file", "first-letter", "first-line", "marker", "placeholder", "selection"]
|
|
2269
2723
|
};
|
|
2270
|
-
},
|
|
2271
|
-
function
|
|
2272
|
-
return
|
|
2724
|
+
}, lo = /* @__PURE__ */ We(io);
|
|
2725
|
+
function mo(...e) {
|
|
2726
|
+
return lo(Ie(e));
|
|
2273
2727
|
}
|
|
2274
2728
|
export {
|
|
2275
|
-
|
|
2276
|
-
We as c
|
|
2729
|
+
mo as c
|
|
2277
2730
|
};
|
|
2278
|
-
//# sourceMappingURL=cn-
|
|
2731
|
+
//# sourceMappingURL=cn-wvCW-ho6.js.map
|