@hanzo/docs-base-ui 16.5.0 → 16.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +21 -0
- package/README.md +3 -3
- package/css/aspen.css +39 -0
- package/css/black.css +39 -1
- package/css/catppuccin.css +49 -1
- package/css/dusk.css +47 -1
- package/css/emerald.css +39 -0
- package/css/generated/docs.css +455 -0
- package/css/generated/flux.css +419 -0
- package/css/generated/home.css +201 -0
- package/css/generated/notebook.css +492 -0
- package/css/generated/shared.css +1033 -0
- package/css/lib/base.css +217 -0
- package/css/lib/default-colors.css +51 -0
- package/css/lib/shiki.css +90 -0
- package/css/neutral.css +7 -1
- package/css/ocean.css +44 -1
- package/css/preset.css +6 -7
- package/css/purple.css +39 -1
- package/css/ruby.css +39 -0
- package/css/shadcn.css +36 -1
- package/css/solar.css +75 -1
- package/css/vitepress.css +65 -1
- package/dist/_virtual/_rolldown/runtime.js +18 -0
- package/dist/components/accordion.d.ts +1 -1
- package/dist/components/accordion.d.ts.map +1 -1
- package/dist/components/accordion.js +6 -6
- package/dist/components/accordion.js.map +1 -1
- package/dist/components/banner.d.ts +2 -2
- package/dist/components/banner.d.ts.map +1 -1
- package/dist/components/banner.js +4 -4
- package/dist/components/banner.js.map +1 -1
- package/dist/components/callout.d.ts +5 -5
- package/dist/components/callout.d.ts.map +1 -1
- package/dist/components/callout.js +1 -1
- package/dist/components/callout.js.map +1 -1
- package/dist/components/card.d.ts +3 -3
- package/dist/components/card.d.ts.map +1 -1
- package/dist/components/card.js +2 -2
- package/dist/components/card.js.map +1 -1
- package/dist/components/codeblock.d.ts +7 -7
- package/dist/components/codeblock.d.ts.map +1 -1
- package/dist/components/codeblock.js +7 -7
- package/dist/components/codeblock.js.map +1 -1
- package/dist/components/dialog/search-algolia.d.ts +6 -6
- package/dist/components/dialog/search-algolia.d.ts.map +1 -1
- package/dist/components/dialog/search-algolia.js +7 -7
- package/dist/components/dialog/search-algolia.js.map +1 -1
- package/dist/components/dialog/search-default.d.ts +6 -6
- package/dist/components/dialog/search-default.d.ts.map +1 -1
- package/dist/components/dialog/search-default.js +7 -7
- package/dist/components/dialog/search-default.js.map +1 -1
- package/dist/components/dialog/search-orama.d.ts +6 -6
- package/dist/components/dialog/search-orama.d.ts.map +1 -1
- package/dist/components/dialog/search-orama.js +7 -7
- package/dist/components/dialog/search-orama.js.map +1 -1
- package/dist/components/dialog/search.d.ts +16 -16
- package/dist/components/dialog/search.d.ts.map +1 -1
- package/dist/components/dialog/search.js +14 -14
- package/dist/components/dialog/search.js.map +1 -1
- package/dist/components/dynamic-codeblock.core.d.ts +33 -0
- package/dist/components/dynamic-codeblock.core.d.ts.map +1 -0
- package/dist/components/dynamic-codeblock.core.js +66 -0
- package/dist/components/dynamic-codeblock.core.js.map +1 -0
- package/dist/components/dynamic-codeblock.d.ts +4 -28
- package/dist/components/dynamic-codeblock.d.ts.map +1 -1
- package/dist/components/dynamic-codeblock.js +9 -53
- package/dist/components/dynamic-codeblock.js.map +1 -1
- package/dist/components/files.d.ts.map +1 -1
- package/dist/components/files.js +2 -2
- package/dist/components/files.js.map +1 -1
- package/dist/components/github-info.d.ts +2 -2
- package/dist/components/github-info.d.ts.map +1 -1
- package/dist/components/github-info.js +1 -1
- package/dist/components/github-info.js.map +1 -1
- package/dist/components/heading.d.ts.map +1 -1
- package/dist/components/heading.js +1 -1
- package/dist/components/heading.js.map +1 -1
- package/dist/components/{image-zoom-CtfZieBH.css → image-zoom-DGvp66QF.css} +1 -1
- package/dist/components/{image-zoom-CtfZieBH.css.map → image-zoom-DGvp66QF.css.map} +1 -1
- package/dist/components/image-zoom.d.ts +3 -3
- package/dist/components/image-zoom.d.ts.map +1 -1
- package/dist/components/inline-toc.d.ts +2 -2
- package/dist/components/inline-toc.d.ts.map +1 -1
- package/dist/components/inline-toc.js +1 -1
- package/dist/components/inline-toc.js.map +1 -1
- package/dist/components/sidebar/base.d.ts +24 -22
- package/dist/components/sidebar/base.d.ts.map +1 -1
- package/dist/components/sidebar/base.js +11 -7
- package/dist/components/sidebar/base.js.map +1 -1
- package/dist/components/sidebar/link-item.d.ts +2 -2
- package/dist/components/sidebar/link-item.d.ts.map +1 -1
- package/dist/components/sidebar/link-item.js.map +1 -1
- package/dist/components/sidebar/page-tree.d.ts +2 -2
- package/dist/components/sidebar/page-tree.d.ts.map +1 -1
- package/dist/components/sidebar/page-tree.js +5 -5
- package/dist/components/sidebar/page-tree.js.map +1 -1
- package/dist/components/sidebar/tabs/dropdown.d.ts +2 -2
- package/dist/components/sidebar/tabs/dropdown.d.ts.map +1 -1
- package/dist/components/sidebar/tabs/dropdown.js +19 -19
- package/dist/components/sidebar/tabs/dropdown.js.map +1 -1
- package/dist/components/sidebar/tabs/index.d.ts.map +1 -1
- package/dist/components/sidebar/tabs/index.js.map +1 -1
- package/dist/components/steps.d.ts +3 -3
- package/dist/components/steps.d.ts.map +1 -1
- package/dist/components/tabs.d.ts +7 -7
- package/dist/components/tabs.d.ts.map +1 -1
- package/dist/components/tabs.js +2 -2
- package/dist/components/tabs.js.map +1 -1
- package/dist/components/toc/clerk.d.ts +12 -1
- package/dist/components/toc/clerk.d.ts.map +1 -0
- package/dist/components/toc/clerk.js +106 -6
- package/dist/components/toc/clerk.js.map +1 -1
- package/dist/components/toc/default.d.ts +12 -1
- package/dist/components/toc/default.d.ts.map +1 -0
- package/dist/components/toc/default.js +34 -6
- package/dist/components/toc/default.js.map +1 -1
- package/dist/components/toc/index.d.ts +26 -1
- package/dist/components/toc/index.d.ts.map +1 -0
- package/dist/components/toc/index.js +76 -6
- package/dist/components/toc/index.js.map +1 -1
- package/dist/components/type-table.d.ts +2 -2
- package/dist/components/type-table.d.ts.map +1 -1
- package/dist/components/type-table.js +7 -7
- package/dist/components/type-table.js.map +1 -1
- package/dist/components/ui/accordion.d.ts +6 -6
- package/dist/components/ui/accordion.d.ts.map +1 -1
- package/dist/components/ui/accordion.js +1 -1
- package/dist/components/ui/accordion.js.map +1 -1
- package/dist/components/ui/button.d.ts +1 -1
- package/dist/components/ui/button.d.ts.map +1 -1
- package/dist/components/ui/collapsible.d.ts +5 -5
- package/dist/components/ui/collapsible.d.ts.map +1 -1
- package/dist/components/ui/collapsible.js +1 -1
- package/dist/components/ui/collapsible.js.map +1 -1
- package/dist/components/ui/navigation-menu.d.ts +7 -7
- package/dist/components/ui/navigation-menu.d.ts.map +1 -1
- package/dist/components/ui/navigation-menu.js +2 -2
- package/dist/components/ui/navigation-menu.js.map +1 -1
- package/dist/components/ui/popover.d.ts +3 -3
- package/dist/components/ui/popover.d.ts.map +1 -1
- package/dist/components/ui/popover.js +2 -2
- package/dist/components/ui/popover.js.map +1 -1
- package/dist/components/ui/scroll-area.d.ts +4 -4
- package/dist/components/ui/scroll-area.d.ts.map +1 -1
- package/dist/components/ui/scroll-area.js +2 -2
- package/dist/components/ui/scroll-area.js.map +1 -1
- package/dist/components/ui/tabs.d.ts +7 -7
- package/dist/components/ui/tabs.d.ts.map +1 -1
- package/dist/components/ui/tabs.js +4 -4
- package/dist/components/ui/tabs.js.map +1 -1
- package/dist/contexts/i18n.d.ts +60 -1
- package/dist/contexts/i18n.d.ts.map +1 -0
- package/dist/contexts/i18n.js +54 -6
- package/dist/contexts/i18n.js.map +1 -1
- package/dist/contexts/search.d.ts +70 -4
- package/dist/contexts/search.d.ts.map +1 -1
- package/dist/contexts/search.js +62 -6
- package/dist/contexts/search.js.map +1 -1
- package/dist/contexts/tree.d.ts +22 -1
- package/dist/contexts/tree.d.ts.map +1 -0
- package/dist/contexts/tree.js +36 -6
- package/dist/contexts/tree.js.map +1 -1
- package/dist/i18n.d.ts +14 -1
- package/dist/i18n.d.ts.map +1 -0
- package/dist/i18n.js +19 -2
- package/dist/i18n.js.map +1 -0
- package/dist/layouts/docs/client.d.ts +7 -7
- package/dist/layouts/docs/client.d.ts.map +1 -1
- package/dist/layouts/docs/client.js +4 -4
- package/dist/layouts/docs/client.js.map +1 -1
- package/dist/layouts/docs/index.d.ts +3 -3
- package/dist/layouts/docs/index.d.ts.map +1 -1
- package/dist/layouts/docs/index.js +13 -13
- package/dist/layouts/docs/index.js.map +1 -1
- package/dist/layouts/docs/page/client.d.ts +9 -7
- package/dist/layouts/docs/page/client.d.ts.map +1 -1
- package/dist/layouts/docs/page/client.js +24 -24
- package/dist/layouts/docs/page/client.js.map +1 -1
- package/dist/layouts/docs/page/index.d.ts +19 -8
- package/dist/layouts/docs/page/index.d.ts.map +1 -1
- package/dist/layouts/docs/page/index.js +16 -16
- package/dist/layouts/docs/page/index.js.map +1 -1
- package/dist/layouts/docs/sidebar.d.ts +20 -19
- package/dist/layouts/docs/sidebar.d.ts.map +1 -1
- package/dist/layouts/docs/sidebar.js +6 -6
- package/dist/layouts/docs/sidebar.js.map +1 -1
- package/dist/layouts/flux/index.d.ts +79 -0
- package/dist/layouts/flux/index.d.ts.map +1 -0
- package/dist/layouts/flux/index.js +168 -0
- package/dist/layouts/flux/index.js.map +1 -0
- package/dist/layouts/flux/page/client.d.ts +45 -0
- package/dist/layouts/flux/page/client.d.ts.map +1 -0
- package/dist/layouts/flux/page/client.js +255 -0
- package/dist/layouts/flux/page/client.js.map +1 -0
- package/dist/layouts/flux/page/index.d.ts +98 -0
- package/dist/layouts/flux/page/index.d.ts.map +1 -0
- package/dist/layouts/flux/page/index.js +76 -0
- package/dist/layouts/flux/page/index.js.map +1 -0
- package/dist/layouts/flux/sidebar.d.ts +59 -0
- package/dist/layouts/flux/sidebar.d.ts.map +1 -0
- package/dist/layouts/flux/sidebar.js +197 -0
- package/dist/layouts/flux/sidebar.js.map +1 -0
- package/dist/layouts/flux/tab-dropdown.d.ts +21 -0
- package/dist/layouts/flux/tab-dropdown.d.ts.map +1 -0
- package/dist/layouts/flux/tab-dropdown.js +96 -0
- package/dist/layouts/flux/tab-dropdown.js.map +1 -0
- package/dist/layouts/home/client.d.ts +3 -3
- package/dist/layouts/home/client.d.ts.map +1 -1
- package/dist/layouts/home/client.js +18 -36
- package/dist/layouts/home/client.js.map +1 -1
- package/dist/layouts/home/index.d.ts +2 -2
- package/dist/layouts/home/index.d.ts.map +1 -1
- package/dist/layouts/home/index.js +1 -1
- package/dist/layouts/home/index.js.map +1 -1
- package/dist/layouts/home/navbar.d.ts +7 -7
- package/dist/layouts/home/navbar.d.ts.map +1 -1
- package/dist/layouts/home/navbar.js +2 -2
- package/dist/layouts/home/navbar.js.map +1 -1
- package/dist/layouts/notebook/client.d.ts +9 -9
- package/dist/layouts/notebook/client.d.ts.map +1 -1
- package/dist/layouts/notebook/client.js +8 -8
- package/dist/layouts/notebook/client.js.map +1 -1
- package/dist/layouts/notebook/index.d.ts +2 -2
- package/dist/layouts/notebook/index.d.ts.map +1 -1
- package/dist/layouts/notebook/index.js +45 -46
- package/dist/layouts/notebook/index.js.map +1 -1
- package/dist/layouts/notebook/page/client.d.ts +9 -7
- package/dist/layouts/notebook/page/client.d.ts.map +1 -1
- package/dist/layouts/notebook/page/client.js +24 -24
- package/dist/layouts/notebook/page/client.js.map +1 -1
- package/dist/layouts/notebook/page/index.d.ts +19 -8
- package/dist/layouts/notebook/page/index.d.ts.map +1 -1
- package/dist/layouts/notebook/page/index.js +16 -16
- package/dist/layouts/notebook/page/index.js.map +1 -1
- package/dist/layouts/notebook/sidebar.d.ts +15 -14
- package/dist/layouts/notebook/sidebar.d.ts.map +1 -1
- package/dist/layouts/notebook/sidebar.js +4 -4
- package/dist/layouts/notebook/sidebar.js.map +1 -1
- package/dist/layouts/shared/index.d.ts +13 -6
- package/dist/layouts/shared/index.d.ts.map +1 -1
- package/dist/layouts/shared/index.js +29 -2
- package/dist/layouts/shared/index.js.map +1 -1
- package/dist/layouts/shared/language-toggle.d.ts +2 -2
- package/dist/layouts/shared/language-toggle.d.ts.map +1 -1
- package/dist/layouts/shared/language-toggle.js +4 -4
- package/dist/layouts/shared/language-toggle.js.map +1 -1
- package/dist/layouts/shared/search-toggle.d.ts +3 -3
- package/dist/layouts/shared/search-toggle.d.ts.map +1 -1
- package/dist/layouts/shared/search-toggle.js +6 -6
- package/dist/layouts/shared/search-toggle.js.map +1 -1
- package/dist/layouts/shared/theme-toggle.d.ts +2 -2
- package/dist/layouts/shared/theme-toggle.d.ts.map +1 -1
- package/dist/layouts/shared/theme-toggle.js +7 -7
- package/dist/layouts/shared/theme-toggle.js.map +1 -1
- package/dist/mdx.d.ts +10 -10
- package/dist/mdx.d.ts.map +1 -1
- package/dist/mdx.js +2 -2
- package/dist/mdx.js.map +1 -1
- package/dist/mdx.server.d.ts +0 -1
- package/dist/mdx.server.d.ts.map +1 -1
- package/dist/og.d.ts +23 -1
- package/dist/og.d.ts.map +1 -0
- package/dist/og.js +69 -2
- package/dist/og.js.map +1 -0
- package/dist/page.d.ts +3 -3
- package/dist/page.d.ts.map +1 -1
- package/dist/page.js +5 -5
- package/dist/page.js.map +1 -1
- package/dist/provider/base.d.ts +4 -4
- package/dist/provider/base.d.ts.map +1 -1
- package/dist/provider/base.js +3 -3
- package/dist/provider/base.js.map +1 -1
- package/dist/provider/next.d.ts +3 -3
- package/dist/provider/next.d.ts.map +1 -1
- package/dist/provider/react-router.d.ts +3 -3
- package/dist/provider/react-router.d.ts.map +1 -1
- package/dist/provider/tanstack.d.ts +3 -3
- package/dist/provider/tanstack.d.ts.map +1 -1
- package/dist/provider/waku.d.ts +3 -3
- package/dist/provider/waku.d.ts.map +1 -1
- package/dist/style.css +194 -59
- package/dist/utils/cn.js +3 -0
- package/dist/utils/link-item.d.ts +86 -0
- package/dist/utils/link-item.d.ts.map +1 -0
- package/dist/utils/link-item.js +25 -0
- package/dist/utils/link-item.js.map +1 -0
- package/dist/utils/merge-refs.js +13 -0
- package/dist/utils/merge-refs.js.map +1 -0
- package/dist/utils/urls.js +17 -0
- package/dist/utils/urls.js.map +1 -0
- package/dist/utils/use-copy-button.d.ts +7 -1
- package/dist/utils/use-copy-button.d.ts.map +1 -0
- package/dist/utils/use-copy-button.js +29 -2
- package/dist/utils/use-copy-button.js.map +1 -0
- package/dist/utils/use-footer-items.d.ts +10 -1
- package/dist/utils/use-footer-items.d.ts.map +1 -0
- package/dist/utils/use-footer-items.js +27 -2
- package/dist/utils/use-footer-items.js.map +1 -0
- package/dist/utils/use-is-scroll-top.d.ts +9 -1
- package/dist/utils/use-is-scroll-top.d.ts.map +1 -0
- package/dist/utils/use-is-scroll-top.js +23 -2
- package/dist/utils/use-is-scroll-top.js.map +1 -0
- package/package.json +41 -25
- package/css/layouts/docs.css +0 -1
- package/css/layouts/home.css +0 -1
- package/css/layouts/notebook.css +0 -1
- package/dist/_virtual/rolldown_runtime.js +0 -36
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.d.ts","names":[],"sources":["../../src/provider/base.tsx"],"
|
|
1
|
+
{"version":3,"file":"base.d.ts","names":[],"sources":["../../src/provider/base.tsx"],"mappings":";;;;;;;;UASU,aAAA,SAAsB,IAAA,CAAK,mBAAA;EACnC,OAAA,GAAU,OAAA,CAAQ,wBAAA;;AAHyD;;;;EAU3E,OAAA;AAAA;AAAA,UAGe,iBAAA;EAXmB;;;EAelC,GAAA;EAdA;;;EAmBA,MAAA,GAAS,OAAA,CAAQ,aAAA;EAZV;;AAGT;EAcE,KAAA,GAAQ,OAAA,CAAQ,wBAAA,QAAgC,aAAA;IAdhB;;;;;IAoB9B,OAAA;EAAA;EAGF,IAAA,GAAO,IAAA,CAAK,iBAAA;EAEZ,QAAA,GAAW,SAAA;AAAA;AAAA,iBAKG,YAAA,CAAA;EACd,QAAA;EACA,GAAA;EACA,KAAA;EACA,MAAA;EACA;AAAA,GACC,iBAAA,GAAiB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
package/dist/provider/base.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
'use client';
|
|
2
2
|
|
|
3
|
-
import {
|
|
3
|
+
import { I18nProvider } from "../contexts/i18n.js";
|
|
4
|
+
import { SearchProvider } from "../contexts/search.js";
|
|
4
5
|
import { lazy } from "react";
|
|
5
|
-
import {
|
|
6
|
-
import { SearchProvider } from "@hanzo/docs-ui/contexts/search";
|
|
6
|
+
import { jsx } from "react/jsx-runtime";
|
|
7
7
|
import { DirectionProvider } from "@base-ui/react/direction-provider";
|
|
8
8
|
import { ThemeProvider } from "next-themes";
|
|
9
9
|
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base.js","names":[],"sources":["../../src/provider/base.tsx"],"sourcesContent":["'use client';\n\nimport { type ComponentPropsWithoutRef, lazy, type ReactNode } from 'react';\nimport { DirectionProvider } from '@base-ui/react/direction-provider';\nimport type { DefaultSearchDialogProps } from '@/components/dialog/search-default';\nimport { ThemeProvider } from 'next-themes';\nimport { I18nProvider, type I18nProviderProps } from '
|
|
1
|
+
{"version":3,"file":"base.js","names":[],"sources":["../../src/provider/base.tsx"],"sourcesContent":["'use client';\n\nimport { type ComponentPropsWithoutRef, lazy, type ReactNode } from 'react';\nimport { DirectionProvider } from '@base-ui/react/direction-provider';\nimport type { DefaultSearchDialogProps } from '@/components/dialog/search-default';\nimport { ThemeProvider } from 'next-themes';\nimport { I18nProvider, type I18nProviderProps } from '@/contexts/i18n';\nimport { SearchProvider, type SearchProviderProps } from '@/contexts/search';\n\ninterface SearchOptions extends Omit<SearchProviderProps, 'children'> {\n options?: Partial<DefaultSearchDialogProps>;\n\n /**\n * Enable search functionality\n *\n * @defaultValue `true`\n */\n enabled?: boolean;\n}\n\nexport interface RootProviderProps {\n /**\n * `dir` option for Base UI\n */\n dir?: 'rtl' | 'ltr';\n\n /**\n * @remarks `SearchProviderProps`\n */\n search?: Partial<SearchOptions>;\n\n /**\n * Customise options of `next-themes`\n */\n theme?: Partial<ComponentPropsWithoutRef<typeof ThemeProvider>> & {\n /**\n * Enable `next-themes`\n *\n * @defaultValue true\n */\n enabled?: boolean;\n };\n\n i18n?: Omit<I18nProviderProps, 'children'>;\n\n children?: ReactNode;\n}\n\nconst DefaultSearchDialog = lazy(() => import('@/components/dialog/search-default'));\n\nexport function RootProvider({\n children,\n dir = 'ltr',\n theme = {},\n search,\n i18n,\n}: RootProviderProps) {\n let body = children;\n\n if (search?.enabled !== false)\n body = (\n <SearchProvider SearchDialog={DefaultSearchDialog} {...search}>\n {body}\n </SearchProvider>\n );\n\n if (theme?.enabled !== false)\n body = (\n <ThemeProvider\n attribute=\"class\"\n defaultTheme=\"system\"\n enableSystem\n disableTransitionOnChange\n {...theme}\n >\n {body}\n </ThemeProvider>\n );\n\n if (i18n) {\n body = <I18nProvider {...i18n}>{body}</I18nProvider>;\n }\n\n return <DirectionProvider direction={dir}>{body}</DirectionProvider>;\n}\n"],"mappings":";;;;;;;;;;AAgDA,MAAM,sBAAsB,WAAW,OAAO,0CAAsC;AAEpF,SAAgB,aAAa,EAC3B,UACA,MAAM,OACN,QAAQ,EAAE,EACV,QACA,QACoB;CACpB,IAAI,OAAO;AAEX,KAAI,QAAQ,YAAY,MACtB,QACE,oBAAC;EAAe,cAAc;EAAqB,GAAI;YACpD;GACc;AAGrB,KAAI,OAAO,YAAY,MACrB,QACE,oBAAC;EACC,WAAU;EACV,cAAa;EACb;EACA;EACA,GAAI;YAEH;GACa;AAGpB,KAAI,KACF,QAAO,oBAAC;EAAa,GAAI;YAAO;GAAoB;AAGtD,QAAO,oBAAC;EAAkB,WAAW;YAAM;GAAyB"}
|
package/dist/provider/next.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RootProvider as RootProvider$1 } from "./base.js";
|
|
2
|
-
import { Framework } from "@hanzo/docs-core/framework";
|
|
3
|
-
import * as react_jsx_runtime131 from "react/jsx-runtime";
|
|
4
2
|
import { ComponentProps } from "react";
|
|
3
|
+
import { Framework } from "@hanzo/docs-core/framework";
|
|
4
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/provider/next.d.ts
|
|
7
7
|
interface RootProviderProps extends ComponentProps<typeof RootProvider$1> {
|
|
@@ -16,7 +16,7 @@ interface RootProviderProps extends ComponentProps<typeof RootProvider$1> {
|
|
|
16
16
|
declare function RootProvider({
|
|
17
17
|
components,
|
|
18
18
|
...props
|
|
19
|
-
}: RootProviderProps):
|
|
19
|
+
}: RootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { RootProvider, RootProviderProps };
|
|
22
22
|
//# sourceMappingURL=next.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"next.d.ts","names":[],"sources":["../../src/provider/next.tsx"],"
|
|
1
|
+
{"version":3,"file":"next.d.ts","names":[],"sources":["../../src/provider/next.tsx"],"mappings":";;;;;;UAMiB,iBAAA,SAA0B,cAAA,QAAsB,cAAA;;;AAAjE;EAIE,UAAA;IACE,IAAA,GAAO,SAAA;IACP,KAAA,GAAQ,SAAA;EAAA;AAAA;AAAA,iBAII,YAAA,CAAA;EAAe,UAAA;EAAA,GAAe;AAAA,GAAS,iBAAA,GAAiB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RootProvider as RootProvider$1 } from "./base.js";
|
|
2
|
-
import { Framework } from "@hanzo/docs-core/framework";
|
|
3
|
-
import * as react_jsx_runtime137 from "react/jsx-runtime";
|
|
4
2
|
import { ComponentProps } from "react";
|
|
3
|
+
import { Framework } from "@hanzo/docs-core/framework";
|
|
4
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/provider/react-router.d.ts
|
|
7
7
|
interface RootProviderProps extends ComponentProps<typeof RootProvider$1> {
|
|
@@ -16,7 +16,7 @@ interface RootProviderProps extends ComponentProps<typeof RootProvider$1> {
|
|
|
16
16
|
declare function RootProvider({
|
|
17
17
|
components,
|
|
18
18
|
...props
|
|
19
|
-
}: RootProviderProps):
|
|
19
|
+
}: RootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { RootProvider, RootProviderProps };
|
|
22
22
|
//# sourceMappingURL=react-router.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-router.d.ts","names":[],"sources":["../../src/provider/react-router.tsx"],"
|
|
1
|
+
{"version":3,"file":"react-router.d.ts","names":[],"sources":["../../src/provider/react-router.tsx"],"mappings":";;;;;;UAMiB,iBAAA,SAA0B,cAAA,QAAsB,cAAA;;;AAAjE;EAIE,UAAA;IACE,IAAA,GAAO,SAAA;IACP,KAAA,GAAQ,SAAA;EAAA;AAAA;AAAA,iBAII,YAAA,CAAA;EAAe,UAAA;EAAA,GAAe;AAAA,GAAS,iBAAA,GAAiB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RootProvider as RootProvider$1 } from "./base.js";
|
|
2
|
-
import { Framework } from "@hanzo/docs-core/framework";
|
|
3
|
-
import * as react_jsx_runtime79 from "react/jsx-runtime";
|
|
4
2
|
import { ComponentProps } from "react";
|
|
3
|
+
import { Framework } from "@hanzo/docs-core/framework";
|
|
4
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/provider/tanstack.d.ts
|
|
7
7
|
interface RootProviderProps extends ComponentProps<typeof RootProvider$1> {
|
|
@@ -16,7 +16,7 @@ interface RootProviderProps extends ComponentProps<typeof RootProvider$1> {
|
|
|
16
16
|
declare function RootProvider({
|
|
17
17
|
components,
|
|
18
18
|
...props
|
|
19
|
-
}: RootProviderProps):
|
|
19
|
+
}: RootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { RootProvider, RootProviderProps };
|
|
22
22
|
//# sourceMappingURL=tanstack.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tanstack.d.ts","names":[],"sources":["../../src/provider/tanstack.tsx"],"
|
|
1
|
+
{"version":3,"file":"tanstack.d.ts","names":[],"sources":["../../src/provider/tanstack.tsx"],"mappings":";;;;;;UAMiB,iBAAA,SAA0B,cAAA,QAAsB,cAAA;;;AAAjE;EAIE,UAAA;IACE,IAAA,GAAO,SAAA;IACP,KAAA,GAAQ,SAAA;EAAA;AAAA;AAAA,iBAII,YAAA,CAAA;EAAe,UAAA;EAAA,GAAe;AAAA,GAAS,iBAAA,GAAiB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
package/dist/provider/waku.d.ts
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { RootProvider as RootProvider$1 } from "./base.js";
|
|
2
|
-
import { Framework } from "@hanzo/docs-core/framework";
|
|
3
|
-
import * as react_jsx_runtime78 from "react/jsx-runtime";
|
|
4
2
|
import { ComponentProps } from "react";
|
|
3
|
+
import { Framework } from "@hanzo/docs-core/framework";
|
|
4
|
+
import * as react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
5
|
|
|
6
6
|
//#region src/provider/waku.d.ts
|
|
7
7
|
interface RootProviderProps extends ComponentProps<typeof RootProvider$1> {
|
|
@@ -16,7 +16,7 @@ interface RootProviderProps extends ComponentProps<typeof RootProvider$1> {
|
|
|
16
16
|
declare function RootProvider({
|
|
17
17
|
components,
|
|
18
18
|
...props
|
|
19
|
-
}: RootProviderProps):
|
|
19
|
+
}: RootProviderProps): react_jsx_runtime0.JSX.Element;
|
|
20
20
|
//#endregion
|
|
21
21
|
export { RootProvider, RootProviderProps };
|
|
22
22
|
//# sourceMappingURL=waku.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"waku.d.ts","names":[],"sources":["../../src/provider/waku.tsx"],"
|
|
1
|
+
{"version":3,"file":"waku.d.ts","names":[],"sources":["../../src/provider/waku.tsx"],"mappings":";;;;;;UAMiB,iBAAA,SAA0B,cAAA,QAAsB,cAAA;;;AAAjE;EAIE,UAAA;IACE,IAAA,GAAO,SAAA;IACP,KAAA,GAAQ,SAAA;EAAA;AAAA;AAAA,iBAII,YAAA,CAAA;EAAe,UAAA;EAAA,GAAe;AAAA,GAAS,iBAAA,GAAiB,kBAAA,CAAA,GAAA,CAAA,OAAA"}
|
package/dist/style.css
CHANGED
|
@@ -32,6 +32,7 @@
|
|
|
32
32
|
--animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
33
33
|
--blur-xs: 4px;
|
|
34
34
|
--blur-sm: 8px;
|
|
35
|
+
--blur-md: 12px;
|
|
35
36
|
--blur-lg: 16px;
|
|
36
37
|
--default-transition-duration: 150ms;
|
|
37
38
|
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
@@ -231,9 +232,6 @@
|
|
|
231
232
|
.invisible {
|
|
232
233
|
visibility: hidden;
|
|
233
234
|
}
|
|
234
|
-
.visible {
|
|
235
|
-
visibility: visible;
|
|
236
|
-
}
|
|
237
235
|
.fd-step {
|
|
238
236
|
&:before {
|
|
239
237
|
background-color: var(--color-fd-secondary);
|
|
@@ -350,6 +348,9 @@
|
|
|
350
348
|
.bottom-1\.5 {
|
|
351
349
|
bottom: calc(var(--spacing) * 1.5);
|
|
352
350
|
}
|
|
351
|
+
.bottom-26 {
|
|
352
|
+
bottom: calc(var(--spacing) * 26);
|
|
353
|
+
}
|
|
353
354
|
.left-1\/2 {
|
|
354
355
|
left: calc(1/2 * 100%);
|
|
355
356
|
}
|
|
@@ -425,6 +426,9 @@
|
|
|
425
426
|
.-ms-1\.5 {
|
|
426
427
|
margin-inline-start: calc(var(--spacing) * -1.5);
|
|
427
428
|
}
|
|
429
|
+
.ms-1 {
|
|
430
|
+
margin-inline-start: calc(var(--spacing) * 1);
|
|
431
|
+
}
|
|
428
432
|
.ms-2 {
|
|
429
433
|
margin-inline-start: calc(var(--spacing) * 2);
|
|
430
434
|
}
|
|
@@ -950,6 +954,12 @@
|
|
|
950
954
|
.h-1\.5 {
|
|
951
955
|
height: calc(var(--spacing) * 1.5);
|
|
952
956
|
}
|
|
957
|
+
.h-8\.5 {
|
|
958
|
+
height: calc(var(--spacing) * 8.5);
|
|
959
|
+
}
|
|
960
|
+
.h-9 {
|
|
961
|
+
height: calc(var(--spacing) * 9);
|
|
962
|
+
}
|
|
953
963
|
.h-9\.5 {
|
|
954
964
|
height: calc(var(--spacing) * 9.5);
|
|
955
965
|
}
|
|
@@ -992,6 +1002,9 @@
|
|
|
992
1002
|
.min-h-0 {
|
|
993
1003
|
min-height: calc(var(--spacing) * 0);
|
|
994
1004
|
}
|
|
1005
|
+
.min-h-11 {
|
|
1006
|
+
min-height: calc(var(--spacing) * 11);
|
|
1007
|
+
}
|
|
995
1008
|
.w-\(--anchor-width\) {
|
|
996
1009
|
width: var(--anchor-width);
|
|
997
1010
|
}
|
|
@@ -1028,6 +1041,9 @@
|
|
|
1028
1041
|
.w-\[calc\(100\%-1rem\)\] {
|
|
1029
1042
|
width: calc(100% - 1rem);
|
|
1030
1043
|
}
|
|
1044
|
+
.w-\[calc\(100\%-var\(--removed-body-scroll-bar-size\,0px\)\)\] {
|
|
1045
|
+
width: calc(100% - var(--removed-body-scroll-bar-size,0px));
|
|
1046
|
+
}
|
|
1031
1047
|
.w-fit {
|
|
1032
1048
|
width: fit-content;
|
|
1033
1049
|
}
|
|
@@ -1073,6 +1089,9 @@
|
|
|
1073
1089
|
.max-w-sm {
|
|
1074
1090
|
max-width: var(--container-sm);
|
|
1075
1091
|
}
|
|
1092
|
+
.max-w-svw {
|
|
1093
|
+
max-width: 100svw;
|
|
1094
|
+
}
|
|
1076
1095
|
.min-w-0 {
|
|
1077
1096
|
min-width: calc(var(--spacing) * 0);
|
|
1078
1097
|
}
|
|
@@ -1106,6 +1125,10 @@
|
|
|
1106
1125
|
--tw-translate-x: calc(var(--spacing) * 2);
|
|
1107
1126
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1108
1127
|
}
|
|
1128
|
+
.translate-x-\[calc\(-50\%-var\(--removed-body-scroll-bar-size\,0px\)\/2\)\] {
|
|
1129
|
+
--tw-translate-x: calc(-50% - var(--removed-body-scroll-bar-size,0px) / 2);
|
|
1130
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
1131
|
+
}
|
|
1109
1132
|
.-translate-y-1\/2 {
|
|
1110
1133
|
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
|
|
1111
1134
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
@@ -1127,6 +1150,9 @@
|
|
|
1127
1150
|
.transform {
|
|
1128
1151
|
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
1129
1152
|
}
|
|
1153
|
+
.animate-fd-fade-in {
|
|
1154
|
+
animation: var(--animate-fd-fade-in);
|
|
1155
|
+
}
|
|
1130
1156
|
.animate-pulse {
|
|
1131
1157
|
animation: var(--animate-pulse);
|
|
1132
1158
|
}
|
|
@@ -1248,6 +1274,9 @@
|
|
|
1248
1274
|
.overflow-y-auto {
|
|
1249
1275
|
overflow-y: auto;
|
|
1250
1276
|
}
|
|
1277
|
+
.overflow-y-hidden {
|
|
1278
|
+
overflow-y: hidden;
|
|
1279
|
+
}
|
|
1251
1280
|
.overscroll-contain {
|
|
1252
1281
|
overscroll-behavior: contain;
|
|
1253
1282
|
}
|
|
@@ -1284,6 +1313,10 @@
|
|
|
1284
1313
|
border-style: var(--tw-border-style);
|
|
1285
1314
|
border-width: 1px;
|
|
1286
1315
|
}
|
|
1316
|
+
.border-x {
|
|
1317
|
+
border-inline-style: var(--tw-border-style);
|
|
1318
|
+
border-inline-width: 1px;
|
|
1319
|
+
}
|
|
1287
1320
|
.border-s {
|
|
1288
1321
|
border-inline-start-style: var(--tw-border-style);
|
|
1289
1322
|
border-inline-start-width: 1px;
|
|
@@ -1335,6 +1368,12 @@
|
|
|
1335
1368
|
.bg-fd-background {
|
|
1336
1369
|
background-color: var(--color-fd-background);
|
|
1337
1370
|
}
|
|
1371
|
+
.bg-fd-background\/60 {
|
|
1372
|
+
background-color: color-mix(in srgb, hsl(0, 0%, 96%) 60%, transparent);
|
|
1373
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1374
|
+
background-color: color-mix(in oklab, var(--color-fd-background) 60%, transparent);
|
|
1375
|
+
}
|
|
1376
|
+
}
|
|
1338
1377
|
.bg-fd-background\/80 {
|
|
1339
1378
|
background-color: color-mix(in srgb, hsl(0, 0%, 96%) 80%, transparent);
|
|
1340
1379
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1368,6 +1407,12 @@
|
|
|
1368
1407
|
background-color: color-mix(in oklab, var(--color-fd-popover) 60%, transparent);
|
|
1369
1408
|
}
|
|
1370
1409
|
}
|
|
1410
|
+
.bg-fd-popover\/80 {
|
|
1411
|
+
background-color: color-mix(in srgb, hsl(0, 0%, 98%) 80%, transparent);
|
|
1412
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1413
|
+
background-color: color-mix(in oklab, var(--color-fd-popover) 80%, transparent);
|
|
1414
|
+
}
|
|
1415
|
+
}
|
|
1371
1416
|
.bg-fd-primary {
|
|
1372
1417
|
background-color: var(--color-fd-primary);
|
|
1373
1418
|
}
|
|
@@ -1392,6 +1437,9 @@
|
|
|
1392
1437
|
.mask-\[linear-gradient\(to_bottom\,transparent\,white_16px\,white_calc\(100\%-16px\)\,transparent\)\] {
|
|
1393
1438
|
mask-image: linear-gradient(to bottom,transparent,white 16px,white calc(100% - 16px),transparent);
|
|
1394
1439
|
}
|
|
1440
|
+
.mask-\[linear-gradient\(to_bottom\,transparent\,white_calc\(var\(--spacing\)\*14\)\,white_calc\(100\%-var\(--spacing\)\*14\)\,transparent\)\] {
|
|
1441
|
+
mask-image: linear-gradient(to bottom,transparent,white calc(var(--spacing) * 14),white calc(100% - var(--spacing) * 14),transparent);
|
|
1442
|
+
}
|
|
1395
1443
|
.fill-\(--callout-color\) {
|
|
1396
1444
|
fill: var(--callout-color);
|
|
1397
1445
|
}
|
|
@@ -1428,6 +1476,12 @@
|
|
|
1428
1476
|
.p-4 {
|
|
1429
1477
|
padding: calc(var(--spacing) * 4);
|
|
1430
1478
|
}
|
|
1479
|
+
.px-0\.5 {
|
|
1480
|
+
padding-inline: calc(var(--spacing) * 0.5);
|
|
1481
|
+
}
|
|
1482
|
+
.px-1 {
|
|
1483
|
+
padding-inline: calc(var(--spacing) * 1);
|
|
1484
|
+
}
|
|
1431
1485
|
.px-1\.5 {
|
|
1432
1486
|
padding-inline: calc(var(--spacing) * 1.5);
|
|
1433
1487
|
}
|
|
@@ -1446,6 +1500,9 @@
|
|
|
1446
1500
|
.px-6 {
|
|
1447
1501
|
padding-inline: calc(var(--spacing) * 6);
|
|
1448
1502
|
}
|
|
1503
|
+
.py-0 {
|
|
1504
|
+
padding-block: calc(var(--spacing) * 0);
|
|
1505
|
+
}
|
|
1449
1506
|
.py-0\.5 {
|
|
1450
1507
|
padding-block: calc(var(--spacing) * 0.5);
|
|
1451
1508
|
}
|
|
@@ -1470,9 +1527,15 @@
|
|
|
1470
1527
|
.py-6 {
|
|
1471
1528
|
padding-block: calc(var(--spacing) * 6);
|
|
1472
1529
|
}
|
|
1530
|
+
.py-10 {
|
|
1531
|
+
padding-block: calc(var(--spacing) * 10);
|
|
1532
|
+
}
|
|
1473
1533
|
.py-12 {
|
|
1474
1534
|
padding-block: calc(var(--spacing) * 12);
|
|
1475
1535
|
}
|
|
1536
|
+
.py-16 {
|
|
1537
|
+
padding-block: calc(var(--spacing) * 16);
|
|
1538
|
+
}
|
|
1476
1539
|
.ps-1 {
|
|
1477
1540
|
padding-inline-start: calc(var(--spacing) * 1);
|
|
1478
1541
|
}
|
|
@@ -1515,6 +1578,9 @@
|
|
|
1515
1578
|
.pt-12 {
|
|
1516
1579
|
padding-top: calc(var(--spacing) * 12);
|
|
1517
1580
|
}
|
|
1581
|
+
.pr-\(--removed-body-scroll-bar-size\,0\) {
|
|
1582
|
+
padding-right: var(--removed-body-scroll-bar-size,0);
|
|
1583
|
+
}
|
|
1518
1584
|
.pb-1\.5 {
|
|
1519
1585
|
padding-bottom: calc(var(--spacing) * 1.5);
|
|
1520
1586
|
}
|
|
@@ -1524,6 +1590,9 @@
|
|
|
1524
1590
|
.pb-4 {
|
|
1525
1591
|
padding-bottom: calc(var(--spacing) * 4);
|
|
1526
1592
|
}
|
|
1593
|
+
.pb-24 {
|
|
1594
|
+
padding-bottom: calc(var(--spacing) * 24);
|
|
1595
|
+
}
|
|
1527
1596
|
.text-center {
|
|
1528
1597
|
text-align: center;
|
|
1529
1598
|
}
|
|
@@ -1679,6 +1748,11 @@
|
|
|
1679
1748
|
-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
1680
1749
|
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
1681
1750
|
}
|
|
1751
|
+
.backdrop-blur-md {
|
|
1752
|
+
--tw-backdrop-blur: blur(var(--blur-md));
|
|
1753
|
+
-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
1754
|
+
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
1755
|
+
}
|
|
1682
1756
|
.backdrop-blur-sm {
|
|
1683
1757
|
--tw-backdrop-blur: blur(var(--blur-sm));
|
|
1684
1758
|
-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
@@ -1777,6 +1851,10 @@
|
|
|
1777
1851
|
--tw-ease: var(--easing);
|
|
1778
1852
|
transition-timing-function: var(--easing);
|
|
1779
1853
|
}
|
|
1854
|
+
.ease-linear {
|
|
1855
|
+
--tw-ease: linear;
|
|
1856
|
+
transition-timing-function: linear;
|
|
1857
|
+
}
|
|
1780
1858
|
.ease-out {
|
|
1781
1859
|
--tw-ease: var(--ease-out);
|
|
1782
1860
|
transition-timing-function: var(--ease-out);
|
|
@@ -1870,6 +1948,16 @@
|
|
|
1870
1948
|
flex-direction: column;
|
|
1871
1949
|
}
|
|
1872
1950
|
}
|
|
1951
|
+
.\*\:rounded-full {
|
|
1952
|
+
:is(& > *) {
|
|
1953
|
+
border-radius: calc(infinity * 1px);
|
|
1954
|
+
}
|
|
1955
|
+
}
|
|
1956
|
+
.\*\:rounded-lg {
|
|
1957
|
+
:is(& > *) {
|
|
1958
|
+
border-radius: var(--radius-lg);
|
|
1959
|
+
}
|
|
1960
|
+
}
|
|
1873
1961
|
.\*\:border-b {
|
|
1874
1962
|
:is(& > *) {
|
|
1875
1963
|
border-bottom-style: var(--tw-border-style);
|
|
@@ -1881,6 +1969,11 @@
|
|
|
1881
1969
|
margin-bottom: calc(var(--spacing) * 2);
|
|
1882
1970
|
}
|
|
1883
1971
|
}
|
|
1972
|
+
.group-data-panel-open\:rotate-180 {
|
|
1973
|
+
&:is(:where(.group)[data-panel-open] *) {
|
|
1974
|
+
rotate: 180deg;
|
|
1975
|
+
}
|
|
1976
|
+
}
|
|
1884
1977
|
.group-data-\[active\]\:bg-fd-primary {
|
|
1885
1978
|
&:is(:where(.group)[data-active] *) {
|
|
1886
1979
|
background-color: var(--color-fd-primary);
|
|
@@ -1896,11 +1989,6 @@
|
|
|
1896
1989
|
rotate: 90deg;
|
|
1897
1990
|
}
|
|
1898
1991
|
}
|
|
1899
|
-
.group-data-\[panel-open\]\:rotate-180 {
|
|
1900
|
-
&:is(:where(.group)[data-panel-open] *) {
|
|
1901
|
-
rotate: 180deg;
|
|
1902
|
-
}
|
|
1903
|
-
}
|
|
1904
1992
|
.peer-hover\:opacity-100 {
|
|
1905
1993
|
&:is(:where(.peer):hover ~ *) {
|
|
1906
1994
|
@media (hover: hover) {
|
|
@@ -2136,6 +2224,58 @@
|
|
|
2136
2224
|
color: var(--color-fd-accent-foreground);
|
|
2137
2225
|
}
|
|
2138
2226
|
}
|
|
2227
|
+
.data-ending-style\:scale-90 {
|
|
2228
|
+
&[data-ending-style] {
|
|
2229
|
+
--tw-scale-x: 90%;
|
|
2230
|
+
--tw-scale-y: 90%;
|
|
2231
|
+
--tw-scale-z: 90%;
|
|
2232
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
2233
|
+
}
|
|
2234
|
+
}
|
|
2235
|
+
.data-ending-style\:opacity-0 {
|
|
2236
|
+
&[data-ending-style] {
|
|
2237
|
+
opacity: 0%;
|
|
2238
|
+
}
|
|
2239
|
+
}
|
|
2240
|
+
.data-ending-style\:duration-150 {
|
|
2241
|
+
&[data-ending-style] {
|
|
2242
|
+
--tw-duration: 150ms;
|
|
2243
|
+
transition-duration: 150ms;
|
|
2244
|
+
}
|
|
2245
|
+
}
|
|
2246
|
+
.data-instant\:transition-none {
|
|
2247
|
+
&[data-instant] {
|
|
2248
|
+
transition-property: none;
|
|
2249
|
+
}
|
|
2250
|
+
}
|
|
2251
|
+
.data-open\:bg-fd-accent {
|
|
2252
|
+
&[data-open] {
|
|
2253
|
+
background-color: var(--color-fd-accent);
|
|
2254
|
+
}
|
|
2255
|
+
}
|
|
2256
|
+
.data-open\:text-fd-accent-foreground {
|
|
2257
|
+
&[data-open] {
|
|
2258
|
+
color: var(--color-fd-accent-foreground);
|
|
2259
|
+
}
|
|
2260
|
+
}
|
|
2261
|
+
.data-popup-open\:text-fd-primary {
|
|
2262
|
+
&[data-popup-open] {
|
|
2263
|
+
color: var(--color-fd-primary);
|
|
2264
|
+
}
|
|
2265
|
+
}
|
|
2266
|
+
.data-starting-style\:scale-90 {
|
|
2267
|
+
&[data-starting-style] {
|
|
2268
|
+
--tw-scale-x: 90%;
|
|
2269
|
+
--tw-scale-y: 90%;
|
|
2270
|
+
--tw-scale-z: 90%;
|
|
2271
|
+
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
2272
|
+
}
|
|
2273
|
+
}
|
|
2274
|
+
.data-starting-style\:opacity-0 {
|
|
2275
|
+
&[data-starting-style] {
|
|
2276
|
+
opacity: 0%;
|
|
2277
|
+
}
|
|
2278
|
+
}
|
|
2139
2279
|
.data-\[active\]\:border-fd-primary {
|
|
2140
2280
|
&[data-active] {
|
|
2141
2281
|
border-color: var(--color-fd-primary);
|
|
@@ -2257,25 +2397,11 @@
|
|
|
2257
2397
|
height: calc(var(--spacing) * 0);
|
|
2258
2398
|
}
|
|
2259
2399
|
}
|
|
2260
|
-
.data-\[ending-style\]\:scale-90 {
|
|
2261
|
-
&[data-ending-style] {
|
|
2262
|
-
--tw-scale-x: 90%;
|
|
2263
|
-
--tw-scale-y: 90%;
|
|
2264
|
-
--tw-scale-z: 90%;
|
|
2265
|
-
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
2266
|
-
}
|
|
2267
|
-
}
|
|
2268
2400
|
.data-\[ending-style\]\:opacity-0 {
|
|
2269
2401
|
&[data-ending-style] {
|
|
2270
2402
|
opacity: 0%;
|
|
2271
2403
|
}
|
|
2272
2404
|
}
|
|
2273
|
-
.data-\[ending-style\]\:duration-150 {
|
|
2274
|
-
&[data-ending-style] {
|
|
2275
|
-
--tw-duration: 150ms;
|
|
2276
|
-
transition-duration: 150ms;
|
|
2277
|
-
}
|
|
2278
|
-
}
|
|
2279
2405
|
.data-\[ending-style\]\:data-\[activation-direction\=left\]\:translate-x-1\/2 {
|
|
2280
2406
|
&[data-ending-style] {
|
|
2281
2407
|
&[data-activation-direction="left"] {
|
|
@@ -2297,11 +2423,6 @@
|
|
|
2297
2423
|
display: none;
|
|
2298
2424
|
}
|
|
2299
2425
|
}
|
|
2300
|
-
.data-\[instant\]\:transition-none {
|
|
2301
|
-
&[data-instant] {
|
|
2302
|
-
transition-property: none;
|
|
2303
|
-
}
|
|
2304
|
-
}
|
|
2305
2426
|
.data-\[open\]\:animate-fd-dialog-in {
|
|
2306
2427
|
&[data-open] {
|
|
2307
2428
|
animation: var(--animate-fd-dialog-in);
|
|
@@ -2317,34 +2438,11 @@
|
|
|
2317
2438
|
animation: var(--animate-fd-popover-in);
|
|
2318
2439
|
}
|
|
2319
2440
|
}
|
|
2320
|
-
.data-\[open\]\:bg-fd-accent {
|
|
2321
|
-
&[data-open] {
|
|
2322
|
-
background-color: var(--color-fd-accent);
|
|
2323
|
-
}
|
|
2324
|
-
}
|
|
2325
|
-
.data-\[open\]\:text-fd-accent-foreground {
|
|
2326
|
-
&[data-open] {
|
|
2327
|
-
color: var(--color-fd-accent-foreground);
|
|
2328
|
-
}
|
|
2329
|
-
}
|
|
2330
|
-
.data-\[popup-open\]\:text-fd-primary {
|
|
2331
|
-
&[data-popup-open] {
|
|
2332
|
-
color: var(--color-fd-primary);
|
|
2333
|
-
}
|
|
2334
|
-
}
|
|
2335
2441
|
.data-\[starting-style\]\:h-0 {
|
|
2336
2442
|
&[data-starting-style] {
|
|
2337
2443
|
height: calc(var(--spacing) * 0);
|
|
2338
2444
|
}
|
|
2339
2445
|
}
|
|
2340
|
-
.data-\[starting-style\]\:scale-90 {
|
|
2341
|
-
&[data-starting-style] {
|
|
2342
|
-
--tw-scale-x: 90%;
|
|
2343
|
-
--tw-scale-y: 90%;
|
|
2344
|
-
--tw-scale-z: 90%;
|
|
2345
|
-
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
2346
|
-
}
|
|
2347
|
-
}
|
|
2348
2446
|
.data-\[starting-style\]\:opacity-0 {
|
|
2349
2447
|
&[data-starting-style] {
|
|
2350
2448
|
opacity: 0%;
|
|
@@ -2450,11 +2548,42 @@
|
|
|
2450
2548
|
display: none;
|
|
2451
2549
|
}
|
|
2452
2550
|
}
|
|
2551
|
+
.sm\:bottom-6 {
|
|
2552
|
+
@media (width >= 40rem) {
|
|
2553
|
+
bottom: calc(var(--spacing) * 6);
|
|
2554
|
+
}
|
|
2555
|
+
}
|
|
2453
2556
|
.sm\:hidden {
|
|
2454
2557
|
@media (width >= 40rem) {
|
|
2455
2558
|
display: none;
|
|
2456
2559
|
}
|
|
2457
2560
|
}
|
|
2561
|
+
.sm\:max-w-\[380px\] {
|
|
2562
|
+
@media (width >= 40rem) {
|
|
2563
|
+
max-width: 380px;
|
|
2564
|
+
}
|
|
2565
|
+
}
|
|
2566
|
+
.sm\:max-w-\[400px\] {
|
|
2567
|
+
@media (width >= 40rem) {
|
|
2568
|
+
max-width: 400px;
|
|
2569
|
+
}
|
|
2570
|
+
}
|
|
2571
|
+
.sm\:rounded-2xl {
|
|
2572
|
+
@media (width >= 40rem) {
|
|
2573
|
+
border-radius: var(--radius-2xl);
|
|
2574
|
+
}
|
|
2575
|
+
}
|
|
2576
|
+
.sm\:border {
|
|
2577
|
+
@media (width >= 40rem) {
|
|
2578
|
+
border-style: var(--tw-border-style);
|
|
2579
|
+
border-width: 1px;
|
|
2580
|
+
}
|
|
2581
|
+
}
|
|
2582
|
+
.sm\:p-1 {
|
|
2583
|
+
@media (width >= 40rem) {
|
|
2584
|
+
padding: calc(var(--spacing) * 1);
|
|
2585
|
+
}
|
|
2586
|
+
}
|
|
2458
2587
|
.md\:top-\[calc\(50\%-250px\)\] {
|
|
2459
2588
|
@media (width >= 48rem) {
|
|
2460
2589
|
top: calc(50% - 250px);
|
|
@@ -2523,6 +2652,12 @@
|
|
|
2523
2652
|
align-items: center;
|
|
2524
2653
|
}
|
|
2525
2654
|
}
|
|
2655
|
+
.lg\:text-sm {
|
|
2656
|
+
@media (width >= 64rem) {
|
|
2657
|
+
font-size: var(--text-sm);
|
|
2658
|
+
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
2659
|
+
}
|
|
2660
|
+
}
|
|
2526
2661
|
.xl\:hidden {
|
|
2527
2662
|
@media (width >= 80rem) {
|
|
2528
2663
|
display: none;
|
|
@@ -2577,41 +2712,41 @@
|
|
|
2577
2712
|
}
|
|
2578
2713
|
}
|
|
2579
2714
|
.layout\:\[--fd-header-height\:--spacing\(14\)\] {
|
|
2580
|
-
#nd-docs-layout:has(&), #nd-notebook-layout:has(&), #nd-home-layout:has(&) {
|
|
2715
|
+
#nd-docs-layout:has(&), #nd-notebook-layout:has(&), #nd-home-layout:has(&), #nd-flux-layout:has(&) {
|
|
2581
2716
|
--fd-header-height: calc(var(--spacing) * 14);
|
|
2582
2717
|
}
|
|
2583
2718
|
}
|
|
2584
2719
|
.max-xl\:layout\:\[--fd-toc-popover-height\:--spacing\(10\)\] {
|
|
2585
2720
|
@media (width < 80rem) {
|
|
2586
|
-
#nd-docs-layout:has(&), #nd-notebook-layout:has(&), #nd-home-layout:has(&) {
|
|
2721
|
+
#nd-docs-layout:has(&), #nd-notebook-layout:has(&), #nd-home-layout:has(&), #nd-flux-layout:has(&) {
|
|
2587
2722
|
--fd-toc-popover-height: calc(var(--spacing) * 10);
|
|
2588
2723
|
}
|
|
2589
2724
|
}
|
|
2590
2725
|
}
|
|
2591
2726
|
.max-md\:layout\:\[--fd-header-height\:--spacing\(14\)\] {
|
|
2592
2727
|
@media (width < 48rem) {
|
|
2593
|
-
#nd-docs-layout:has(&), #nd-notebook-layout:has(&), #nd-home-layout:has(&) {
|
|
2728
|
+
#nd-docs-layout:has(&), #nd-notebook-layout:has(&), #nd-home-layout:has(&), #nd-flux-layout:has(&) {
|
|
2594
2729
|
--fd-header-height: calc(var(--spacing) * 14);
|
|
2595
2730
|
}
|
|
2596
2731
|
}
|
|
2597
2732
|
}
|
|
2598
2733
|
.md\:layout\:\[--fd-sidebar-width\:268px\] {
|
|
2599
2734
|
@media (width >= 48rem) {
|
|
2600
|
-
#nd-docs-layout:has(&), #nd-notebook-layout:has(&), #nd-home-layout:has(&) {
|
|
2735
|
+
#nd-docs-layout:has(&), #nd-notebook-layout:has(&), #nd-home-layout:has(&), #nd-flux-layout:has(&) {
|
|
2601
2736
|
--fd-sidebar-width: 268px;
|
|
2602
2737
|
}
|
|
2603
2738
|
}
|
|
2604
2739
|
}
|
|
2605
2740
|
.lg\:layout\:\[--fd-header-height\:--spacing\(24\)\] {
|
|
2606
2741
|
@media (width >= 64rem) {
|
|
2607
|
-
#nd-docs-layout:has(&), #nd-notebook-layout:has(&), #nd-home-layout:has(&) {
|
|
2742
|
+
#nd-docs-layout:has(&), #nd-notebook-layout:has(&), #nd-home-layout:has(&), #nd-flux-layout:has(&) {
|
|
2608
2743
|
--fd-header-height: calc(var(--spacing) * 24);
|
|
2609
2744
|
}
|
|
2610
2745
|
}
|
|
2611
2746
|
}
|
|
2612
2747
|
.xl\:layout\:\[--fd-toc-width\:268px\] {
|
|
2613
2748
|
@media (width >= 80rem) {
|
|
2614
|
-
#nd-docs-layout:has(&), #nd-notebook-layout:has(&), #nd-home-layout:has(&) {
|
|
2749
|
+
#nd-docs-layout:has(&), #nd-notebook-layout:has(&), #nd-home-layout:has(&), #nd-flux-layout:has(&) {
|
|
2615
2750
|
--fd-toc-width: 268px;
|
|
2616
2751
|
}
|
|
2617
2752
|
}
|
|
@@ -2698,19 +2833,19 @@
|
|
|
2698
2833
|
--color-fd-secondary: hsl(0, 0%, 18%);
|
|
2699
2834
|
--color-fd-muted-foreground: hsl(0, 0%, 72%);
|
|
2700
2835
|
}
|
|
2701
|
-
.shiki:not(.not-
|
|
2836
|
+
.shiki:not(.not-hanzo-docs-codeblock *) {
|
|
2702
2837
|
--padding-left: calc(var(--spacing) * 4);
|
|
2703
2838
|
--padding-right: calc(var(--spacing) * 4);
|
|
2704
2839
|
code span {
|
|
2705
2840
|
color: var(--shiki-light);
|
|
2706
2841
|
}
|
|
2707
2842
|
}
|
|
2708
|
-
.dark .shiki:not(.not-
|
|
2843
|
+
.dark .shiki:not(.not-hanzo-docs-codeblock *) {
|
|
2709
2844
|
code span {
|
|
2710
2845
|
color: var(--shiki-dark);
|
|
2711
2846
|
}
|
|
2712
2847
|
}
|
|
2713
|
-
:is(pre *):is(.shiki *):not(.not-
|
|
2848
|
+
:is(pre *):is(.shiki *):not(.not-hanzo-docs-codeblock *) {
|
|
2714
2849
|
.line& {
|
|
2715
2850
|
position: relative;
|
|
2716
2851
|
min-height: 1lh;
|
package/dist/utils/cn.js
ADDED