ardo 3.5.0 → 3.6.1
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/README.md +1 -1
- package/dist/{DocPage-EIVMae_6.js → DocPage-Yt8MMpBg.js} +351 -67
- package/dist/DocPage-Yt8MMpBg.js.map +1 -0
- package/dist/assets/src/ui/components/Accordion.css.ts.vanilla-BPEoNgJt.css +103 -0
- package/dist/assets/src/ui/components/Badge.css.ts.vanilla-D9jsj0rg.css +44 -0
- package/dist/assets/src/ui/components/Card.css.ts.vanilla-CO6uiEzC.css +97 -0
- package/dist/assets/src/ui/theme/{dark.css.ts.vanilla-CSJkJvIz.css → dark.css.ts.vanilla-yFCWJiX4.css} +3 -0
- package/dist/assets/src/ui/theme/{light.css.ts.vanilla-CFz9jeJK.css → light.css.ts.vanilla-DDKnXFOi.css} +3 -0
- package/dist/{brand-icons-Di8w0Nu9.js → brand-icons-DBTSSnty.js} +1 -1
- package/dist/{brand-icons-Di8w0Nu9.js.map → brand-icons-DBTSSnty.js.map} +1 -1
- package/dist/config/index.d.ts +2 -2
- package/dist/config/index.d.ts.map +1 -1
- package/dist/config/index.js +5 -0
- package/dist/config/index.js.map +1 -1
- package/dist/{contract.css-eFQbUr4z.d.ts → contract.css-BwTjjNXQ.d.ts} +4 -1
- package/dist/contract.css-BwTjjNXQ.d.ts.map +1 -0
- package/dist/{favicon-Cx-inut3.js → favicon-DN3ymUVm.js} +1 -1
- package/dist/{favicon-Cx-inut3.js.map → favicon-DN3ymUVm.js.map} +1 -1
- package/dist/{generator-CYSyo4Vz.js → generator-Cc4WGRdf.js} +1 -1
- package/dist/{generator-CYSyo4Vz.js.map → generator-Cc4WGRdf.js.map} +1 -1
- package/dist/icons/index.d.ts +5 -6
- package/dist/icons/index.d.ts.map +1 -1
- package/dist/icons/index.js +1 -1
- package/dist/{index-CuMTHUxX.d.ts → index-BSWG2TdH.d.ts} +6 -8
- package/dist/index-BSWG2TdH.d.ts.map +1 -0
- package/dist/{index-BcekgOfA.d.ts → index-Dzu13I_t.d.ts} +138 -47
- package/dist/index-Dzu13I_t.d.ts.map +1 -0
- package/dist/index.d.ts +3 -3
- package/dist/index.js +3 -3
- package/dist/mdx/provider.d.ts +1 -1
- package/dist/mdx/provider.d.ts.map +1 -1
- package/dist/mdx/provider.js +6 -1
- package/dist/mdx/provider.js.map +1 -1
- package/dist/runtime/index.d.ts +2 -2
- package/dist/runtime/index.js +1 -1
- package/dist/{sidebar-utils-C06DJsx4.js → sidebar-utils-tTBVAPLE.js} +1 -1
- package/dist/{sidebar-utils-C06DJsx4.js.map → sidebar-utils-tTBVAPLE.js.map} +1 -1
- package/dist/theme/index.d.ts +7 -1
- package/dist/theme/index.d.ts.map +1 -1
- package/dist/theme/index.js +9 -0
- package/dist/theme/index.js.map +1 -1
- package/dist/typedoc/components/index.d.ts +8 -8
- package/dist/typedoc/components/index.d.ts.map +1 -1
- package/dist/typedoc/components/index.js.map +1 -1
- package/dist/typedoc/index.d.ts +1 -1
- package/dist/typedoc/index.d.ts.map +1 -1
- package/dist/typedoc/index.js +3 -3
- package/dist/typedoc/index.js.map +1 -1
- package/dist/{types-Ck2Vm7NB.d.ts → types-DZKj8kWR.d.ts} +1 -1
- package/dist/types-DZKj8kWR.d.ts.map +1 -0
- package/dist/{types-B75OhnGa.d.ts → types-iGO1oGpR.d.ts} +49 -4
- package/dist/types-iGO1oGpR.d.ts.map +1 -0
- package/dist/ui/index.d.ts +2 -2
- package/dist/ui/index.js +3 -3
- package/dist/ui/styles.css +206 -0
- package/dist/ui/styles.js +4 -2
- package/dist/{ui-B6X8gAvz.js → ui-mBEFGR-s.js} +316 -138
- package/dist/ui-mBEFGR-s.js.map +1 -0
- package/dist/vite/index.d.ts +1 -1
- package/dist/vite/index.d.ts.map +1 -1
- package/dist/vite/index.js +543 -33
- package/dist/vite/index.js.map +1 -1
- package/package.json +15 -15
- package/dist/DocPage-EIVMae_6.js.map +0 -1
- package/dist/contract.css-eFQbUr4z.d.ts.map +0 -1
- package/dist/index-BcekgOfA.d.ts.map +0 -1
- package/dist/index-CuMTHUxX.d.ts.map +0 -1
- package/dist/types-B75OhnGa.d.ts.map +0 -1
- package/dist/types-Ck2Vm7NB.d.ts.map +0 -1
- package/dist/ui-B6X8gAvz.js.map +0 -1
|
@@ -1,7 +1,5 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import * as _$react from "react";
|
|
1
|
+
import { c as PageData, g as SidebarItem, n as ArdoContextItem, t as ArdoConfig, x as TOCItem } from "./types-iGO1oGpR.js";
|
|
3
2
|
import { ReactNode } from "react";
|
|
4
|
-
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
5
3
|
|
|
6
4
|
//#region src/runtime/hooks.d.ts
|
|
7
5
|
type ArdoContextValue = {
|
|
@@ -11,7 +9,7 @@ type ArdoContextValue = {
|
|
|
11
9
|
activeContextId?: string;
|
|
12
10
|
currentPage?: PageData;
|
|
13
11
|
};
|
|
14
|
-
declare const ArdoContext:
|
|
12
|
+
declare const ArdoContext: import("react").Context<ArdoContextValue | null>;
|
|
15
13
|
declare function useArdoContext(): ArdoContextValue;
|
|
16
14
|
declare function useArdoConfig(): ArdoConfig;
|
|
17
15
|
declare function useArdoSidebar(): SidebarItem[];
|
|
@@ -32,7 +30,7 @@ declare function ArdoProvider({
|
|
|
32
30
|
activeContextId,
|
|
33
31
|
currentPage,
|
|
34
32
|
children
|
|
35
|
-
}: ArdoProviderProps):
|
|
33
|
+
}: ArdoProviderProps): import("react").JSX.Element;
|
|
36
34
|
type ArdoPageDataProviderProps = {
|
|
37
35
|
frontmatter: PageData["frontmatter"];
|
|
38
36
|
toc: TOCItem[];
|
|
@@ -42,7 +40,7 @@ declare function ArdoPageDataProvider({
|
|
|
42
40
|
frontmatter,
|
|
43
41
|
toc,
|
|
44
42
|
children
|
|
45
|
-
}: ArdoPageDataProviderProps):
|
|
43
|
+
}: ArdoPageDataProviderProps): import("react").JSX.Element;
|
|
46
44
|
type ArdoSiteConfig = {
|
|
47
45
|
editLink?: {
|
|
48
46
|
pattern: string;
|
|
@@ -63,7 +61,7 @@ type ArdoSiteConfigProviderProps = {
|
|
|
63
61
|
declare function ArdoSiteConfigProvider({
|
|
64
62
|
value,
|
|
65
63
|
children
|
|
66
|
-
}: ArdoSiteConfigProviderProps):
|
|
64
|
+
}: ArdoSiteConfigProviderProps): import("react").JSX.Element;
|
|
67
65
|
//#endregion
|
|
68
66
|
//#region src/runtime/sidebar-utils.d.ts
|
|
69
67
|
/**
|
|
@@ -81,4 +79,4 @@ declare function getPrevNextLinks(sidebar: SidebarItem[], currentPath: string):
|
|
|
81
79
|
};
|
|
82
80
|
//#endregion
|
|
83
81
|
export { ArdoProvider as a, useArdoConfig as c, useArdoSidebar as d, useArdoSiteConfig as f, ArdoPageDataProvider as i, useArdoContext as l, getPrevNextLinks as n, ArdoSiteConfig as o, useArdoTOC as p, ArdoContext as r, ArdoSiteConfigProvider as s, findCurrentSidebarItem as t, useArdoPageData as u };
|
|
84
|
-
//# sourceMappingURL=index-
|
|
82
|
+
//# sourceMappingURL=index-BSWG2TdH.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-BSWG2TdH.d.ts","names":[],"sources":["../src/runtime/hooks.tsx","../src/runtime/sidebar-utils.ts"],"mappings":";;;;KAIK,gBAAA;EACH,MAAA,EAAQ,UAAA;EACR,OAAA,EAAS,WAAA;EACT,QAAA,GAAW,eAAA;EACX,eAAA;EACA,WAAA,GAAc,QAAA;AAAA;AAAA,cAGV,WAAA,kBAAW,OAAA,CAAA,gBAAA;AAAA,iBAED,cAAA,IAAkB,gBAAgB;AAAA,iBAQlC,aAAA,IAAiB,UAAU;AAAA,iBAK3B,cAAA,IAAkB,WAAW;AAAA,iBAa7B,eAAA,IAAmB,QAAQ;AAAA,iBAK3B,UAAA,IAAc,OAAO;AAAA,KAKhC,iBAAA;EACH,MAAA,EAAQ,UAAA;EACR,OAAA,EAAS,WAAA;EACT,QAAA,GAAW,eAAA;EACX,eAAA;EACA,WAAA,GAAc,QAAA;EACd,QAAA,EAAU,SAAA;AAAA;AAAA,iBAGI,YAAA;EACd,MAAA;EACA,OAAA;EACA,QAAA;EACA,eAAA;EACA,WAAA;EACA;AAAA,GACC,iBAAA,mBAAiB,GAAA,CAAA,OAAA;AAAA,KAef,yBAAA;EACH,WAAA,EAAa,QAAA;EACb,GAAA,EAAK,OAAA;EACL,QAAA,EAAU,SAAA;AAAA;AAAA,iBAGI,oBAAA;EAAuB,WAAA;EAAa,GAAA;EAAK;AAAA,GAAY,yBAAA,mBAAyB,GAAA,CAAA,OAAA;AAAA,KA0BlF,cAAA;EACV,QAAA;IAAa,OAAA;IAAiB,IAAA;EAAA;EAC9B,WAAA;IAAgB,OAAA;IAAmB,IAAA;IAAe,aAAA,GAAgB,IAAA,CAAK,qBAAqB;EAAA;EAC5F,QAAA;AAAA;AAAA,iBAKc,iBAAA,IAAqB,cAAc;AAAA,KAI9C,2BAAA;EACH,KAAA,EAAO,cAAA;EACP,QAAA,EAAU,SAAS;AAAA;AAAA,iBAGL,sBAAA;EAAyB,KAAA;EAAO;AAAA,GAAY,2BAAA,mBAA2B,GAAA,CAAA,OAAA;;;;;;AAhIW;iBCIlF,sBAAA,CACd,OAAA,EAAS,WAAA,IACT,WAAA,WACC,WAAW;;;;;iBAqBE,gBAAA,CACd,OAAA,EAAS,WAAA,IACT,WAAA;EACG,IAAA,GAAO,WAAA;EAAa,IAAA,GAAO,WAAA;AAAA"}
|
|
@@ -1,12 +1,13 @@
|
|
|
1
|
-
import {
|
|
2
|
-
import { ComponentProps, ComponentType, ReactNode, SVGAttributes } from "react";
|
|
3
|
-
import * as _$react_jsx_runtime0 from "react/jsx-runtime";
|
|
1
|
+
import { b as SponsorConfig, g as SidebarItem, n as ArdoContextItem, t as ArdoConfig, u as ProjectMeta } from "./types-iGO1oGpR.js";
|
|
2
|
+
import React$1, { ComponentProps, ComponentType, ReactNode, SVGAttributes } from "react";
|
|
4
3
|
import { Link, NavLink } from "react-router";
|
|
5
4
|
|
|
6
5
|
//#region src/ui/Footer.d.ts
|
|
7
6
|
type ArdoFooterProps = {
|
|
8
|
-
/** Footer message
|
|
9
|
-
|
|
7
|
+
/** Footer message rendered as React content. Strings are escaped. */message?: ReactNode; /** Trusted footer message HTML. Use only for markup you fully control. */
|
|
8
|
+
trustedMessageHtml?: string; /** Copyright text rendered as React content. Strings are escaped. */
|
|
9
|
+
copyright?: ReactNode; /** Trusted copyright HTML. Use only for markup you fully control. */
|
|
10
|
+
trustedCopyrightHtml?: string; /** Custom content (overrides all automatic rendering) */
|
|
10
11
|
children?: ReactNode; /** Additional CSS classes */
|
|
11
12
|
className?: string; /** Project metadata — renders linked "name vX.Y.Z" */
|
|
12
13
|
project?: ProjectMeta; /** Sponsor link — renders "Sponsored by X" */
|
|
@@ -20,12 +21,14 @@ declare function ArdoFooter({
|
|
|
20
21
|
className,
|
|
21
22
|
ardoLink,
|
|
22
23
|
message,
|
|
24
|
+
trustedMessageHtml,
|
|
23
25
|
copyright,
|
|
26
|
+
trustedCopyrightHtml,
|
|
24
27
|
project,
|
|
25
28
|
sponsor,
|
|
26
29
|
buildTime,
|
|
27
30
|
buildHash
|
|
28
|
-
}: ArdoFooterProps):
|
|
31
|
+
}: ArdoFooterProps): React$1.JSX.Element;
|
|
29
32
|
type ArdoFooterMessageProps = {
|
|
30
33
|
children: ReactNode;
|
|
31
34
|
className?: string;
|
|
@@ -60,7 +63,7 @@ declare function ArdoHeader({
|
|
|
60
63
|
themeToggle,
|
|
61
64
|
mobileMenuContent,
|
|
62
65
|
className
|
|
63
|
-
}: ArdoHeaderProps):
|
|
66
|
+
}: ArdoHeaderProps): import("react").JSX.Element;
|
|
64
67
|
type ArdoSocialLinkProps = {
|
|
65
68
|
/** URL to link to */href: string; /** Social icon type */
|
|
66
69
|
icon: "discord" | "github" | "linkedin" | "npm" | "twitter" | "youtube"; /** Accessible label */
|
|
@@ -72,7 +75,7 @@ declare function ArdoSocialLink({
|
|
|
72
75
|
icon,
|
|
73
76
|
ariaLabel,
|
|
74
77
|
className
|
|
75
|
-
}: ArdoSocialLinkProps):
|
|
78
|
+
}: ArdoSocialLinkProps): import("react").JSX.Element;
|
|
76
79
|
//#endregion
|
|
77
80
|
//#region src/ui/Sidebar.d.ts
|
|
78
81
|
/** Route path type - uses React Router's NavLink 'to' prop type for type-safe routes */
|
|
@@ -119,7 +122,7 @@ declare function ArdoSidebar({
|
|
|
119
122
|
children,
|
|
120
123
|
header,
|
|
121
124
|
className
|
|
122
|
-
}: ArdoSidebarProps):
|
|
125
|
+
}: ArdoSidebarProps): import("react").JSX.Element;
|
|
123
126
|
type ArdoSidebarGroupProps = {
|
|
124
127
|
/** Group title */title: string; /** Optional icon shown in the desktop section rail */
|
|
125
128
|
icon?: ReactNode; /** Optional link for the group title */
|
|
@@ -154,7 +157,7 @@ declare function ArdoSidebarGroup({
|
|
|
154
157
|
collapsible,
|
|
155
158
|
children,
|
|
156
159
|
className
|
|
157
|
-
}: ArdoSidebarGroupProps):
|
|
160
|
+
}: ArdoSidebarGroupProps): import("react").JSX.Element;
|
|
158
161
|
type ArdoSidebarLinkProps = {
|
|
159
162
|
/** Internal route path (type-safe with React Router's registered routes) */to: RoutePath$2; /** Link text */
|
|
160
163
|
children: ReactNode; /** Additional CSS classes */
|
|
@@ -172,7 +175,7 @@ declare function ArdoSidebarLink({
|
|
|
172
175
|
to,
|
|
173
176
|
children,
|
|
174
177
|
className
|
|
175
|
-
}: ArdoSidebarLinkProps):
|
|
178
|
+
}: ArdoSidebarLinkProps): import("react").JSX.Element;
|
|
176
179
|
//#endregion
|
|
177
180
|
//#region src/ui/ArdoRoot.d.ts
|
|
178
181
|
type ArdoRootProps = {
|
|
@@ -227,7 +230,7 @@ declare function ArdoRoot({
|
|
|
227
230
|
tocLabel,
|
|
228
231
|
className,
|
|
229
232
|
children
|
|
230
|
-
}: ArdoRootProps):
|
|
233
|
+
}: ArdoRootProps): import("react").JSX.Element;
|
|
231
234
|
//#endregion
|
|
232
235
|
//#region src/ui/BareContent.d.ts
|
|
233
236
|
/**
|
|
@@ -246,7 +249,95 @@ declare function ArdoBareContent({
|
|
|
246
249
|
children
|
|
247
250
|
}: {
|
|
248
251
|
children: ReactNode;
|
|
249
|
-
}):
|
|
252
|
+
}): import("react").JSX.Element;
|
|
253
|
+
//#endregion
|
|
254
|
+
//#region src/ui/components/Accordion.d.ts
|
|
255
|
+
type ArdoAccordionHeadingLevel = 2 | 3 | 4 | 5 | 6;
|
|
256
|
+
type ArdoAccordionGroupProps = {
|
|
257
|
+
/** Accordion items to display. */children: ReactNode; /** When true, opening one accordion closes the currently open item. */
|
|
258
|
+
onlyOneOpen?: boolean; /** Additional CSS class. */
|
|
259
|
+
className?: string;
|
|
260
|
+
};
|
|
261
|
+
type ArdoAccordionProps = {
|
|
262
|
+
/** Accordion summary/title. */title: ReactNode; /** Collapsible content. */
|
|
263
|
+
children: ReactNode; /** Whether the accordion starts open. */
|
|
264
|
+
defaultOpen?: boolean; /** Optional registered icon name or custom React node shown before the title. */
|
|
265
|
+
icon?: ReactNode | string; /** Heading level used for the accordion trigger. */
|
|
266
|
+
headingLevel?: ArdoAccordionHeadingLevel; /** Stable item value used by AccordionGroup only-one-open mode. */
|
|
267
|
+
value?: string; /** Additional CSS class. */
|
|
268
|
+
className?: string;
|
|
269
|
+
};
|
|
270
|
+
/**
|
|
271
|
+
* Group container for accordion items.
|
|
272
|
+
*/
|
|
273
|
+
declare function ArdoAccordionGroup({
|
|
274
|
+
children,
|
|
275
|
+
onlyOneOpen,
|
|
276
|
+
className
|
|
277
|
+
}: ArdoAccordionGroupProps): import("react").JSX.Element;
|
|
278
|
+
/**
|
|
279
|
+
* Collapsible documentation content section.
|
|
280
|
+
*/
|
|
281
|
+
declare function ArdoAccordion({
|
|
282
|
+
title,
|
|
283
|
+
children,
|
|
284
|
+
defaultOpen,
|
|
285
|
+
icon,
|
|
286
|
+
headingLevel,
|
|
287
|
+
value,
|
|
288
|
+
className
|
|
289
|
+
}: ArdoAccordionProps): import("react").JSX.Element;
|
|
290
|
+
//#endregion
|
|
291
|
+
//#region src/ui/components/Badge.d.ts
|
|
292
|
+
type ArdoBadgeVariant = "danger" | "default" | "info" | "success" | "warning";
|
|
293
|
+
type ArdoBadgeProps = {
|
|
294
|
+
/** Visual style for the badge. */variant?: ArdoBadgeVariant; /** Optional leading icon. */
|
|
295
|
+
icon?: ReactNode; /** Inline badge content. */
|
|
296
|
+
children: ReactNode;
|
|
297
|
+
};
|
|
298
|
+
/**
|
|
299
|
+
* Inline status label for documentation content.
|
|
300
|
+
*/
|
|
301
|
+
declare function ArdoBadge({
|
|
302
|
+
variant,
|
|
303
|
+
icon,
|
|
304
|
+
children
|
|
305
|
+
}: ArdoBadgeProps): import("react").JSX.Element;
|
|
306
|
+
//#endregion
|
|
307
|
+
//#region src/ui/components/Card.d.ts
|
|
308
|
+
type ArdoCardGroupColumns = 1 | 2 | 3 | 4;
|
|
309
|
+
type ArdoCardGroupProps = {
|
|
310
|
+
/** Cards to display in the group. */children: ReactNode; /** Preferred number of columns on wide screens. */
|
|
311
|
+
cols?: ArdoCardGroupColumns; /** Additional CSS class. */
|
|
312
|
+
className?: string;
|
|
313
|
+
};
|
|
314
|
+
type ArdoCardProps = {
|
|
315
|
+
/** Card title. */title: string; /** Optional registered icon name or custom React node. */
|
|
316
|
+
icon?: ReactNode | string; /** Card content. */
|
|
317
|
+
children?: ReactNode; /** Optional destination. When set, the full card is clickable. */
|
|
318
|
+
href?: string; /** Additional CSS class. */
|
|
319
|
+
className?: string;
|
|
320
|
+
};
|
|
321
|
+
/**
|
|
322
|
+
* General-purpose documentation card.
|
|
323
|
+
*
|
|
324
|
+
* Cards can be static content blocks or clickable navigation items when `href` is provided.
|
|
325
|
+
*/
|
|
326
|
+
declare function ArdoCard({
|
|
327
|
+
title,
|
|
328
|
+
icon,
|
|
329
|
+
children,
|
|
330
|
+
href,
|
|
331
|
+
className
|
|
332
|
+
}: ArdoCardProps): import("react").JSX.Element;
|
|
333
|
+
/**
|
|
334
|
+
* Responsive grid for documentation cards.
|
|
335
|
+
*/
|
|
336
|
+
declare function ArdoCardGroup({
|
|
337
|
+
children,
|
|
338
|
+
cols,
|
|
339
|
+
className
|
|
340
|
+
}: ArdoCardGroupProps): import("react").JSX.Element;
|
|
250
341
|
//#endregion
|
|
251
342
|
//#region src/ui/components/CodeBlock.d.ts
|
|
252
343
|
type ArdoCodeBlockProps = {
|
|
@@ -278,7 +369,7 @@ declare function ArdoCodeBlock({
|
|
|
278
369
|
highlightLines,
|
|
279
370
|
children,
|
|
280
371
|
__html
|
|
281
|
-
}: ArdoCodeBlockProps):
|
|
372
|
+
}: ArdoCodeBlockProps): import("react").JSX.Element;
|
|
282
373
|
type ArdoCodeGroupProps = {
|
|
283
374
|
/** CodeBlock components to display as tabs */children: React.ReactNode; /** Comma-separated tab labels */
|
|
284
375
|
labels?: string;
|
|
@@ -291,7 +382,7 @@ type ArdoCodeGroupProps = {
|
|
|
291
382
|
declare function ArdoCodeGroup({
|
|
292
383
|
children,
|
|
293
384
|
labels: labelsStr
|
|
294
|
-
}: ArdoCodeGroupProps):
|
|
385
|
+
}: ArdoCodeGroupProps): import("react").JSX.Element;
|
|
295
386
|
//#endregion
|
|
296
387
|
//#region src/ui/components/Container.d.ts
|
|
297
388
|
type ArdoContainerType = "danger" | "info" | "note" | "tip" | "warning";
|
|
@@ -307,7 +398,7 @@ declare function ArdoContainer({
|
|
|
307
398
|
type,
|
|
308
399
|
title,
|
|
309
400
|
children
|
|
310
|
-
}: ArdoContainerProps):
|
|
401
|
+
}: ArdoContainerProps): import("react").JSX.Element;
|
|
311
402
|
type ArdoTipProps = {
|
|
312
403
|
/** Optional custom title */title?: string; /** Content to display */
|
|
313
404
|
children: ReactNode;
|
|
@@ -318,7 +409,7 @@ type ArdoTipProps = {
|
|
|
318
409
|
declare function ArdoTip({
|
|
319
410
|
title,
|
|
320
411
|
children
|
|
321
|
-
}: ArdoTipProps):
|
|
412
|
+
}: ArdoTipProps): import("react").JSX.Element;
|
|
322
413
|
type ArdoWarningProps = {
|
|
323
414
|
/** Optional custom title */title?: string; /** Content to display */
|
|
324
415
|
children: ReactNode;
|
|
@@ -329,7 +420,7 @@ type ArdoWarningProps = {
|
|
|
329
420
|
declare function ArdoWarning({
|
|
330
421
|
title,
|
|
331
422
|
children
|
|
332
|
-
}: ArdoWarningProps):
|
|
423
|
+
}: ArdoWarningProps): import("react").JSX.Element;
|
|
333
424
|
type ArdoDangerProps = {
|
|
334
425
|
/** Optional custom title */title?: string; /** Content to display */
|
|
335
426
|
children: ReactNode;
|
|
@@ -340,7 +431,7 @@ type ArdoDangerProps = {
|
|
|
340
431
|
declare function ArdoDanger({
|
|
341
432
|
title,
|
|
342
433
|
children
|
|
343
|
-
}: ArdoDangerProps):
|
|
434
|
+
}: ArdoDangerProps): import("react").JSX.Element;
|
|
344
435
|
type ArdoInfoProps = {
|
|
345
436
|
/** Optional custom title */title?: string; /** Content to display */
|
|
346
437
|
children: ReactNode;
|
|
@@ -351,7 +442,7 @@ type ArdoInfoProps = {
|
|
|
351
442
|
declare function ArdoInfo({
|
|
352
443
|
title,
|
|
353
444
|
children
|
|
354
|
-
}: ArdoInfoProps):
|
|
445
|
+
}: ArdoInfoProps): import("react").JSX.Element;
|
|
355
446
|
type ArdoNoteProps = {
|
|
356
447
|
/** Optional custom title */title?: string; /** Content to display */
|
|
357
448
|
children: ReactNode;
|
|
@@ -362,7 +453,7 @@ type ArdoNoteProps = {
|
|
|
362
453
|
declare function ArdoNote({
|
|
363
454
|
title,
|
|
364
455
|
children
|
|
365
|
-
}: ArdoNoteProps):
|
|
456
|
+
}: ArdoNoteProps): import("react").JSX.Element;
|
|
366
457
|
//#endregion
|
|
367
458
|
//#region src/ui/components/CopyButton.d.ts
|
|
368
459
|
type CopyButtonProps = {
|
|
@@ -370,7 +461,7 @@ type CopyButtonProps = {
|
|
|
370
461
|
};
|
|
371
462
|
declare function ArdoCopyButton({
|
|
372
463
|
code
|
|
373
|
-
}: CopyButtonProps):
|
|
464
|
+
}: CopyButtonProps): import("react").JSX.Element;
|
|
374
465
|
//#endregion
|
|
375
466
|
//#region src/ui/components/Features.d.ts
|
|
376
467
|
type ArdoFeaturesProps = {
|
|
@@ -406,7 +497,7 @@ declare function ArdoFeatureCard({
|
|
|
406
497
|
link,
|
|
407
498
|
linkText,
|
|
408
499
|
className
|
|
409
|
-
}: ArdoFeatureCardProps):
|
|
500
|
+
}: ArdoFeatureCardProps): import("react").JSX.Element;
|
|
410
501
|
/**
|
|
411
502
|
* Features grid component for displaying multiple feature cards.
|
|
412
503
|
*
|
|
@@ -423,7 +514,7 @@ declare function ArdoFeatures({
|
|
|
423
514
|
title,
|
|
424
515
|
subtitle,
|
|
425
516
|
className
|
|
426
|
-
}: ArdoFeaturesProps):
|
|
517
|
+
}: ArdoFeaturesProps): import("react").JSX.Element;
|
|
427
518
|
//#endregion
|
|
428
519
|
//#region src/ui/components/Hero.d.ts
|
|
429
520
|
/** Internal route path from React Router */
|
|
@@ -456,7 +547,7 @@ declare function ArdoHero({
|
|
|
456
547
|
actions,
|
|
457
548
|
className,
|
|
458
549
|
version
|
|
459
|
-
}: ArdoHeroProps):
|
|
550
|
+
}: ArdoHeroProps): import("react").JSX.Element;
|
|
460
551
|
//#endregion
|
|
461
552
|
//#region src/ui/components/Icon.d.ts
|
|
462
553
|
type IconComponent = ComponentType<{
|
|
@@ -515,7 +606,7 @@ type ArdoSearchProps = {
|
|
|
515
606
|
declare function ArdoSearch({
|
|
516
607
|
placeholder,
|
|
517
608
|
autoFocus
|
|
518
|
-
}: ArdoSearchProps):
|
|
609
|
+
}: ArdoSearchProps): import("react").JSX.Element;
|
|
519
610
|
//#endregion
|
|
520
611
|
//#region src/ui/components/Steps.d.ts
|
|
521
612
|
type ArdoStepsProps = {
|
|
@@ -537,7 +628,7 @@ type ArdoStepsProps = {
|
|
|
537
628
|
*/
|
|
538
629
|
declare function ArdoSteps({
|
|
539
630
|
children
|
|
540
|
-
}: ArdoStepsProps):
|
|
631
|
+
}: ArdoStepsProps): import("react").JSX.Element;
|
|
541
632
|
//#endregion
|
|
542
633
|
//#region src/ui/components/Tabs.d.ts
|
|
543
634
|
type ArdoTabsProps = {
|
|
@@ -550,7 +641,7 @@ type ArdoTabsProps = {
|
|
|
550
641
|
declare function ArdoTabs({
|
|
551
642
|
defaultValue,
|
|
552
643
|
children
|
|
553
|
-
}: ArdoTabsProps):
|
|
644
|
+
}: ArdoTabsProps): import("react").JSX.Element;
|
|
554
645
|
type ArdoTabListProps = {
|
|
555
646
|
/** Tab buttons */children: ReactNode;
|
|
556
647
|
};
|
|
@@ -559,7 +650,7 @@ type ArdoTabListProps = {
|
|
|
559
650
|
*/
|
|
560
651
|
declare function ArdoTabList({
|
|
561
652
|
children
|
|
562
|
-
}: ArdoTabListProps):
|
|
653
|
+
}: ArdoTabListProps): import("react").JSX.Element;
|
|
563
654
|
type ArdoTabProps = {
|
|
564
655
|
/** Unique value identifying this tab (optional if tab order matches panels) */value?: string; /** Tab button label */
|
|
565
656
|
children: ReactNode;
|
|
@@ -570,7 +661,7 @@ type ArdoTabProps = {
|
|
|
570
661
|
declare function ArdoTab({
|
|
571
662
|
value,
|
|
572
663
|
children
|
|
573
|
-
}: ArdoTabProps):
|
|
664
|
+
}: ArdoTabProps): import("react").JSX.Element;
|
|
574
665
|
type ArdoTabPanelProps = {
|
|
575
666
|
/** Value matching the corresponding ArdoTab (optional if panel order matches tabs) */value?: string; /** Panel content */
|
|
576
667
|
children: ReactNode;
|
|
@@ -581,7 +672,7 @@ type ArdoTabPanelProps = {
|
|
|
581
672
|
declare function ArdoTabPanel({
|
|
582
673
|
value,
|
|
583
674
|
children
|
|
584
|
-
}: ArdoTabPanelProps):
|
|
675
|
+
}: ArdoTabPanelProps): import("react").JSX.Element | null;
|
|
585
676
|
type ArdoTabPanelsProps = {
|
|
586
677
|
/** ArdoTabPanel components */children: ReactNode;
|
|
587
678
|
};
|
|
@@ -590,10 +681,10 @@ type ArdoTabPanelsProps = {
|
|
|
590
681
|
*/
|
|
591
682
|
declare function ArdoTabPanels({
|
|
592
683
|
children
|
|
593
|
-
}: ArdoTabPanelsProps):
|
|
684
|
+
}: ArdoTabPanelsProps): import("react").JSX.Element;
|
|
594
685
|
//#endregion
|
|
595
686
|
//#region src/ui/components/ThemeToggle.d.ts
|
|
596
|
-
declare function ArdoThemeToggle():
|
|
687
|
+
declare function ArdoThemeToggle(): import("react").JSX.Element;
|
|
597
688
|
//#endregion
|
|
598
689
|
//#region src/ui/Content.d.ts
|
|
599
690
|
type ContentProps = {
|
|
@@ -614,7 +705,7 @@ declare function ArdoContent({
|
|
|
614
705
|
editLink,
|
|
615
706
|
lastUpdated,
|
|
616
707
|
metaPlacement
|
|
617
|
-
}: ContentProps):
|
|
708
|
+
}: ContentProps): import("react").JSX.Element;
|
|
618
709
|
//#endregion
|
|
619
710
|
//#region src/ui/DocPage.d.ts
|
|
620
711
|
type DocPageProps = {
|
|
@@ -646,7 +737,7 @@ declare function ArdoDocPage({
|
|
|
646
737
|
editLink,
|
|
647
738
|
lastUpdated,
|
|
648
739
|
tocLabel
|
|
649
|
-
}: DocPageProps):
|
|
740
|
+
}: DocPageProps): import("react").JSX.Element;
|
|
650
741
|
type DocContentProps = {
|
|
651
742
|
children: ReactNode; /** Edit link configuration (forwarded to Content) */
|
|
652
743
|
editLink?: {
|
|
@@ -685,7 +776,7 @@ declare function ArdoDocContent({
|
|
|
685
776
|
editLink,
|
|
686
777
|
lastUpdated,
|
|
687
778
|
tocLabel
|
|
688
|
-
}: DocContentProps):
|
|
779
|
+
}: DocContentProps): import("react").JSX.Element;
|
|
689
780
|
type DocLayoutProps = {
|
|
690
781
|
content: ReactNode;
|
|
691
782
|
};
|
|
@@ -694,7 +785,7 @@ type DocLayoutProps = {
|
|
|
694
785
|
*/
|
|
695
786
|
declare function ArdoDocLayout({
|
|
696
787
|
content
|
|
697
|
-
}: DocLayoutProps):
|
|
788
|
+
}: DocLayoutProps): import("react").JSX.Element;
|
|
698
789
|
//#endregion
|
|
699
790
|
//#region src/ui/ErrorBoundary.d.ts
|
|
700
791
|
type ArdoErrorBoundaryProps = {
|
|
@@ -721,7 +812,7 @@ type ArdoErrorBoundaryProps = {
|
|
|
721
812
|
* export { ArdoErrorBoundary as ErrorBoundary } from "ardo/ui"
|
|
722
813
|
* ```
|
|
723
814
|
*/
|
|
724
|
-
declare function ArdoErrorBoundary(props?: ArdoErrorBoundaryProps):
|
|
815
|
+
declare function ArdoErrorBoundary(props?: ArdoErrorBoundaryProps): import("react").JSX.Element;
|
|
725
816
|
//#endregion
|
|
726
817
|
//#region src/ui/HomePage.d.ts
|
|
727
818
|
type ArdoHomePageProps = {
|
|
@@ -735,7 +826,7 @@ declare function ArdoHomePage({
|
|
|
735
826
|
footerProps,
|
|
736
827
|
header,
|
|
737
828
|
footer
|
|
738
|
-
}?: ArdoHomePageProps):
|
|
829
|
+
}?: ArdoHomePageProps): import("react").JSX.Element;
|
|
739
830
|
//#endregion
|
|
740
831
|
//#region src/ui/Layout.d.ts
|
|
741
832
|
type ArdoRootLayoutProps = {
|
|
@@ -769,7 +860,7 @@ declare function ArdoRootLayout({
|
|
|
769
860
|
favicon,
|
|
770
861
|
iconBasePath,
|
|
771
862
|
lang
|
|
772
|
-
}: ArdoRootLayoutProps):
|
|
863
|
+
}: ArdoRootLayoutProps): import("react").JSX.Element;
|
|
773
864
|
type ArdoLayoutProps = {
|
|
774
865
|
/** Header content */header?: ReactNode; /** Sidebar content */
|
|
775
866
|
sidebar?: ReactNode; /** Footer content */
|
|
@@ -797,7 +888,7 @@ declare function ArdoLayout({
|
|
|
797
888
|
footer,
|
|
798
889
|
children,
|
|
799
890
|
className
|
|
800
|
-
}: ArdoLayoutProps):
|
|
891
|
+
}: ArdoLayoutProps): import("react").JSX.Element;
|
|
801
892
|
//#endregion
|
|
802
893
|
//#region src/ui/Nav.d.ts
|
|
803
894
|
/** Route path type - uses React Router's NavLink 'to' prop type for type-safe routes */
|
|
@@ -821,7 +912,7 @@ type ArdoNavProps = {
|
|
|
821
912
|
declare function ArdoNav({
|
|
822
913
|
children,
|
|
823
914
|
className
|
|
824
|
-
}: ArdoNavProps):
|
|
915
|
+
}: ArdoNavProps): import("react").JSX.Element;
|
|
825
916
|
type ArdoNavLinkProps = {
|
|
826
917
|
/** Internal route path (type-safe with React Router's registered routes) */to?: RoutePath; /** External URL (uses anchor tag) */
|
|
827
918
|
href?: string; /** Link text or children */
|
|
@@ -847,7 +938,7 @@ declare function ArdoNavLink({
|
|
|
847
938
|
children,
|
|
848
939
|
className,
|
|
849
940
|
activeMatch: _activeMatch
|
|
850
|
-
}: ArdoNavLinkProps):
|
|
941
|
+
}: ArdoNavLinkProps): import("react").JSX.Element;
|
|
851
942
|
//#endregion
|
|
852
943
|
//#region src/ui/OwlMark.d.ts
|
|
853
944
|
type ArdoOwlMarkProps = {
|
|
@@ -863,7 +954,7 @@ declare function ArdoOwlMark({
|
|
|
863
954
|
size,
|
|
864
955
|
title,
|
|
865
956
|
...props
|
|
866
|
-
}: ArdoOwlMarkProps):
|
|
957
|
+
}: ArdoOwlMarkProps): import("react").JSX.Element;
|
|
867
958
|
//#endregion
|
|
868
959
|
//#region src/ui/Toc.d.ts
|
|
869
960
|
type ArdoTOCProps = {
|
|
@@ -871,7 +962,7 @@ type ArdoTOCProps = {
|
|
|
871
962
|
};
|
|
872
963
|
declare function ArdoTOC({
|
|
873
964
|
label: labelProp
|
|
874
|
-
}?: ArdoTOCProps):
|
|
965
|
+
}?: ArdoTOCProps): import("react").JSX.Element | null;
|
|
875
966
|
//#endregion
|
|
876
|
-
export { ArdoInfo as $, ArdoTabs as A, ArdoHeroAction as B, ArdoTabList as C,
|
|
877
|
-
//# sourceMappingURL=index-
|
|
967
|
+
export { ArdoInfo as $, ArdoTabs as A, ArdoSidebarLinkProps as At, ArdoHeroAction as B, ArdoTabList as C, ArdoBareContent as Ct, ArdoTabPanels as D, ArdoSidebarGroup as Dt, ArdoTabPanelProps as E, ArdoSidebar as Et, ArdoIcon as F, ArdoSocialLinkProps as Ft, ArdoFeatures as G, ArdoHeroProps as H, ArdoIconProps as I, ArdoFooter as It, ArdoContainer as J, ArdoFeaturesProps as K, getRegisteredIconNames as L, ArdoFooterCopyrightProps as Lt, ArdoSteps as M, ArdoHeader as Mt, ArdoStepsProps as N, ArdoHeaderProps as Nt, ArdoTabPanelsProps as O, ArdoSidebarGroupProps as Ot, ArdoSearch as P, ArdoSocialLink as Pt, ArdoDangerProps as Q, registerIcons as R, ArdoFooterMessageProps as Rt, ArdoTab as S, ArdoAccordionProps as St, ArdoTabPanel as T, ArdoRootProps as Tt, ArdoFeatureCard as U, ArdoHeroImage as V, ArdoFeatureCardProps as W, ArdoContainerType as X, ArdoContainerProps as Y, ArdoDanger as Z, ArdoDocContent as _, ArdoBadgeProps as _t, ArdoNav as a, ArdoWarning as at, ArdoContent as b, ArdoAccordionGroup as bt, ArdoNavProps as c, ArdoCodeBlockProps as ct, ArdoRootLayout as d, ArdoCard as dt, ArdoInfoProps as et, ArdoRootLayoutProps as f, ArdoCardGroup as ft, ArdoErrorBoundaryProps as g, ArdoBadge as gt, ArdoErrorBoundary as h, ArdoCardProps as ht, ArdoOwlMarkProps as i, ArdoTipProps as it, ArdoTabsProps as j, ArdoSidebarProps as jt, ArdoTabProps as k, ArdoSidebarLink as kt, ArdoLayout as l, ArdoCodeGroup as lt, ArdoHomePageProps as m, ArdoCardGroupProps as mt, ArdoTOCProps as n, ArdoNoteProps as nt, ArdoNavLink as o, ArdoWarningProps as ot, ArdoHomePage as p, ArdoCardGroupColumns as pt, ArdoCopyButton as q, ArdoOwlMark as r, ArdoTip as rt, ArdoNavLinkProps as s, ArdoCodeBlock as st, ArdoTOC as t, ArdoNote as tt, ArdoLayoutProps as u, ArdoCodeGroupProps as ut, ArdoDocLayout as v, ArdoBadgeVariant as vt, ArdoTabListProps as w, ArdoRoot as wt, ArdoThemeToggle as x, ArdoAccordionGroupProps as xt, ArdoDocPage as y, ArdoAccordion as yt, ArdoHero as z, ArdoFooterProps as zt };
|
|
968
|
+
//# sourceMappingURL=index-Dzu13I_t.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index-Dzu13I_t.d.ts","names":[],"sources":["../src/ui/Footer.tsx","../src/ui/Header.tsx","../src/ui/Sidebar.tsx","../src/ui/ArdoRoot.tsx","../src/ui/BareContent.tsx","../src/ui/components/Accordion.tsx","../src/ui/components/Badge.tsx","../src/ui/components/Card.tsx","../src/ui/components/CodeBlock.tsx","../src/ui/components/Container.tsx","../src/ui/components/CopyButton.tsx","../src/ui/components/Features.tsx","../src/ui/components/Hero.tsx","../src/ui/components/Icon.tsx","../src/ui/components/Search.tsx","../src/ui/components/Steps.tsx","../src/ui/components/Tabs.tsx","../src/ui/components/ThemeToggle.tsx","../src/ui/Content.tsx","../src/ui/DocPage.tsx","../src/ui/ErrorBoundary.tsx","../src/ui/HomePage.tsx","../src/ui/Layout.tsx","../src/ui/Nav.tsx","../src/ui/OwlMark.tsx","../src/ui/Toc.tsx"],"mappings":"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"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { S as TypeDocConfig, a as MarkdownConfig, c as PageData, f as ResolvedConfig, g as SidebarItem, h as SidebarConfig, l as PageFrontmatter, r as HeadConfig, s as NavItem, t as ArdoConfig, u as ProjectMeta, x as TOCItem, y as SocialLink } from "./types-iGO1oGpR.js";
|
|
2
2
|
import { defineConfig, loadConfig, resolveConfig } from "./config/index.js";
|
|
3
|
-
import { a as ArdoProvider, c as useArdoConfig, d as useArdoSidebar, f as useArdoSiteConfig, l as useArdoContext, n as getPrevNextLinks, o as ArdoSiteConfig, p as useArdoTOC, s as ArdoSiteConfigProvider, t as findCurrentSidebarItem, u as useArdoPageData } from "./index-
|
|
4
|
-
import { $ as ArdoInfo, A as ArdoTabs, B as ArdoHeroAction, C as ArdoTabList, D as ArdoTabPanels, E as ArdoTabPanelProps, G as ArdoFeatures, H as ArdoHeroProps, J as ArdoContainer, K as ArdoFeaturesProps, M as ArdoSteps, N as ArdoStepsProps, O as ArdoTabPanelsProps, P as ArdoSearch, Q as ArdoDangerProps, S as ArdoTab, T as ArdoTabPanel, U as ArdoFeatureCard, V as ArdoHeroImage, W as ArdoFeatureCardProps, X as ArdoContainerType, Y as ArdoContainerProps, Z as ArdoDanger, at as ArdoWarning, b as ArdoContent,
|
|
3
|
+
import { a as ArdoProvider, c as useArdoConfig, d as useArdoSidebar, f as useArdoSiteConfig, l as useArdoContext, n as getPrevNextLinks, o as ArdoSiteConfig, p as useArdoTOC, s as ArdoSiteConfigProvider, t as findCurrentSidebarItem, u as useArdoPageData } from "./index-BSWG2TdH.js";
|
|
4
|
+
import { $ as ArdoInfo, A as ArdoTabs, B as ArdoHeroAction, C as ArdoTabList, D as ArdoTabPanels, E as ArdoTabPanelProps, Et as ArdoSidebar, G as ArdoFeatures, H as ArdoHeroProps, It as ArdoFooter, J as ArdoContainer, K as ArdoFeaturesProps, M as ArdoSteps, Mt as ArdoHeader, N as ArdoStepsProps, O as ArdoTabPanelsProps, P as ArdoSearch, Q as ArdoDangerProps, S as ArdoTab, T as ArdoTabPanel, U as ArdoFeatureCard, V as ArdoHeroImage, W as ArdoFeatureCardProps, X as ArdoContainerType, Y as ArdoContainerProps, Z as ArdoDanger, at as ArdoWarning, b as ArdoContent, ct as ArdoCodeBlockProps, et as ArdoInfoProps, it as ArdoTipProps, j as ArdoTabsProps, k as ArdoTabProps, l as ArdoLayout, lt as ArdoCodeGroup, nt as ArdoNoteProps, ot as ArdoWarningProps, p as ArdoHomePage, q as ArdoCopyButton, rt as ArdoTip, st as ArdoCodeBlock, t as ArdoTOC, tt as ArdoNote, ut as ArdoCodeGroupProps, v as ArdoDocLayout, w as ArdoTabListProps, x as ArdoThemeToggle, y as ArdoDocPage, z as ArdoHero } from "./index-Dzu13I_t.js";
|
|
5
5
|
export { ArdoCodeBlock, type ArdoCodeBlockProps, ArdoCodeGroup, type ArdoCodeGroupProps, type ArdoConfig, ArdoContainer, type ArdoContainerProps, type ArdoContainerType, ArdoContent, ArdoCopyButton, ArdoDanger, type ArdoDangerProps, ArdoDocLayout, ArdoDocPage, ArdoFeatureCard, type ArdoFeatureCardProps, ArdoFeatures, type ArdoFeaturesProps, ArdoFooter, ArdoHeader, ArdoHero, type ArdoHeroAction, type ArdoHeroImage, type ArdoHeroProps, ArdoHomePage, ArdoInfo, type ArdoInfoProps, ArdoLayout, ArdoNote, type ArdoNoteProps, ArdoProvider, ArdoSearch, ArdoSidebar, type ArdoSiteConfig, ArdoSiteConfigProvider, ArdoSteps, type ArdoStepsProps, ArdoTOC, ArdoTab, ArdoTabList, type ArdoTabListProps, ArdoTabPanel, type ArdoTabPanelProps, ArdoTabPanels, type ArdoTabPanelsProps, type ArdoTabProps, ArdoTabs, type ArdoTabsProps, ArdoThemeToggle, ArdoTip, type ArdoTipProps, ArdoWarning, type ArdoWarningProps, type HeadConfig, type MarkdownConfig, type NavItem, type PageData, type PageFrontmatter, type ProjectMeta, type ResolvedConfig, type SidebarConfig, type SidebarItem, type SocialLink, type TOCItem, type TypeDocConfig, defineConfig, findCurrentSidebarItem, getPrevNextLinks, loadConfig, resolveConfig, useArdoConfig, useArdoContext, useArdoPageData, useArdoSidebar, useArdoSiteConfig, useArdoTOC };
|
package/dist/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { defineConfig, loadConfig, resolveConfig } from "./config/index.js";
|
|
2
|
-
import { a as ArdoProvider, c as useArdoContext, d as useArdoSidebar, f as useArdoSiteConfig, n as getPrevNextLinks, o as ArdoSiteConfigProvider, p as useArdoTOC, s as useArdoConfig, t as findCurrentSidebarItem, u as useArdoPageData } from "./sidebar-utils-
|
|
2
|
+
import { a as ArdoProvider, c as useArdoContext, d as useArdoSidebar, f as useArdoSiteConfig, n as getPrevNextLinks, o as ArdoSiteConfigProvider, p as useArdoTOC, s as useArdoConfig, t as findCurrentSidebarItem, u as useArdoPageData } from "./sidebar-utils-tTBVAPLE.js";
|
|
3
3
|
import "./runtime/index.js";
|
|
4
|
-
import {
|
|
5
|
-
import { a as ArdoHero, f as ArdoHeader, g as ArdoFooter, h as ArdoSearch, l as ArdoSidebar, m as ArdoThemeToggle, o as ArdoFeatureCard, r as ArdoHomePage, s as ArdoFeatures } from "./ui-
|
|
4
|
+
import { N as ArdoLayout, _ as ArdoWarning, a as ArdoContent, b as ArdoCopyButton, c as ArdoTabPanel, d as ArdoSteps, f as ArdoContainer, g as ArdoTip, h as ArdoNote, i as ArdoTOC, l as ArdoTabPanels, m as ArdoInfo, n as ArdoDocLayout, o as ArdoTab, p as ArdoDanger, r as ArdoDocPage, s as ArdoTabList, u as ArdoTabs, v as ArdoCodeBlock, y as ArdoCodeGroup } from "./DocPage-Yt8MMpBg.js";
|
|
5
|
+
import { a as ArdoHero, f as ArdoHeader, g as ArdoFooter, h as ArdoSearch, l as ArdoSidebar, m as ArdoThemeToggle, o as ArdoFeatureCard, r as ArdoHomePage, s as ArdoFeatures } from "./ui-mBEFGR-s.js";
|
|
6
6
|
export { ArdoCodeBlock, ArdoCodeGroup, ArdoContainer, ArdoContent, ArdoCopyButton, ArdoDanger, ArdoDocLayout, ArdoDocPage, ArdoFeatureCard, ArdoFeatures, ArdoFooter, ArdoHeader, ArdoHero, ArdoHomePage, ArdoInfo, ArdoLayout, ArdoNote, ArdoProvider, ArdoSearch, ArdoSidebar, ArdoSiteConfigProvider, ArdoSteps, ArdoTOC, ArdoTab, ArdoTabList, ArdoTabPanel, ArdoTabPanels, ArdoTabs, ArdoThemeToggle, ArdoTip, ArdoWarning, defineConfig, findCurrentSidebarItem, getPrevNextLinks, loadConfig, resolveConfig, useArdoConfig, useArdoContext, useArdoPageData, useArdoSidebar, useArdoSiteConfig, useArdoTOC };
|
package/dist/mdx/provider.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
//#region ../../node_modules/.pnpm/@types+mdx@2.0.
|
|
1
|
+
//#region ../../node_modules/.pnpm/@types+mdx@2.0.14/node_modules/@types/mdx/types.d.ts
|
|
2
2
|
// Internal helper types
|
|
3
3
|
/**
|
|
4
4
|
* This is the global JSX.ElementType if it’s defined, otherwise never.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.d.ts","names":["
|
|
1
|
+
{"version":3,"file":"provider.d.ts","names":["JSX","ElementType","Extract","Record","props","IntrinsicElements","Element","Props","FunctionElementType","ReturnType","ElementClass","ClassElementType","InstanceType","FunctionComponent","ClassComponent","StringComponent","key","NestedMDXComponents","Component","Key","wrapper","components","MDXComponents","MDXProps","default","MDXContent"],"sources":["../../../../node_modules/.pnpm/@types+mdx@2.0.14/node_modules/@types/mdx/types.d.ts","../../src/mdx/provider.tsx"],"x_google_ignoreList":[0],"mappings":";;;;;;;KAOK,WAAA,eAA0B,GAAA,CAAI,WAAA,WAAsB,GAAA,CAAI,WAAW;;AAAA;AAAA;KAKnE,mBAAA,GAAsB,OAAA,CAAQ,WAAA,GAAcI,KAAAA,EAAO,MAAA;;;;KAKnD,gBAAA,GAAmB,OAAA,CAAQ,WAAA,OAAiBA,KAAAA,EAAO,MAAA;;;;KAKnD,eAAA,GAAkB,OAAA,OAAc,GAAA,CAAI,iBAAA,EAAmB,WAAA,0BAAqC,WAAA;AAVtB;AAAA;;AAAA,KAe/D,OAAA,GAAU,GAAA,CAAI,OAAO;;;;KAK5B,iBAAA,UAA2B,WAAA;AAAA,GAEzBA,KAAAA,EAAO,KAAA,KAAU,OAAA,UAClB,mBAAA;AAAA;AAAA,GAICA,KAAAA,EAAO,KAAA,KAAU,UAAA,CAAW,mBAAA;;;;KAK9B,cAAA,UAAwB,WAAA;AAAA,OAEnBA,KAAAA,EAAO,KAAA,KAAU,GAAA,CAAI,YAAA,GACzB,gBAAA;AAAA;AAAA,OAIIA,KAAAA,EAAO,KAAA,KAAU,YAAA,CAAa,gBAAA;;AA7BoE;AAK5G;KA6BK,SAAA,UAAmB,iBAAA,CAAkB,KAAA,IAAS,cAAA,CAAe,KAAA,IAAS,eAAA;AAAA,UAEjE,mBAAA;EAAA,CACLY,GAAAA,WAAc,mBAAA,GAAsB,SAAS;AAAA;;;;;;KAUtC,aAAA,GACN,mBAAA,aAEU,eAAA,IAAmB,SAAA,CAAU,GAAA,CAAI,iBAAA,CAAkB,GAAA;EAtC5DZ;;;EA4CCgB,OAAAA,GAAU,SAAA;AAAA;;;;;;;iBC0BF,gBAAA,IAAoB,aAAa"}
|
package/dist/mdx/provider.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { C as
|
|
1
|
+
import { C as codeWrapper, D as ArdoAccordion, E as ArdoBadge, O as ArdoAccordionGroup, T as ArdoCardGroup, _ as ArdoWarning, b as ArdoCopyButton, c as ArdoTabPanel, d as ArdoSteps, g as ArdoTip, h as ArdoNote, k as ArdoIcon, l as ArdoTabPanels, m as ArdoInfo, o as ArdoTab, p as ArdoDanger, s as ArdoTabList, t as ArdoDocContent, u as ArdoTabs, v as ArdoCodeBlock, w as ArdoCard, x as codeBlock, y as ArdoCodeGroup } from "../DocPage-Yt8MMpBg.js";
|
|
2
2
|
import { isValidElement } from "react";
|
|
3
3
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
4
4
|
import { Link } from "react-router";
|
|
@@ -75,6 +75,11 @@ function useMDXComponents() {
|
|
|
75
75
|
wrapper: ({ children }) => /* @__PURE__ */ jsx(ArdoDocContent, { children }),
|
|
76
76
|
a: SmartLink,
|
|
77
77
|
pre: PreBlock,
|
|
78
|
+
Accordion: ArdoAccordion,
|
|
79
|
+
AccordionGroup: ArdoAccordionGroup,
|
|
80
|
+
Badge: ArdoBadge,
|
|
81
|
+
Card: ArdoCard,
|
|
82
|
+
CardGroup: ArdoCardGroup,
|
|
78
83
|
Icon: ArdoIcon,
|
|
79
84
|
Tip: ArdoTip,
|
|
80
85
|
Warning: ArdoWarning,
|