fumadocs-ui 13.4.9 → 14.0.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/dist/{chunk-774JT2B6.js → chunk-5KVEK5A7.js} +11 -8
- package/dist/chunk-5QPVK7QM.js +542 -0
- package/dist/chunk-BN7HGCQ4.js +212 -0
- package/dist/chunk-CDPVENXR.js +8 -0
- package/dist/{chunk-KWZZNVSY.js → chunk-CPGKWLLV.js} +7 -3
- package/dist/chunk-DN6Z5VW6.js +61 -0
- package/dist/chunk-GHOAONNQ.js +48 -0
- package/dist/{chunk-ERUVE5R6.js → chunk-IHIFNFRB.js} +4 -2
- package/dist/{chunk-CP67AHDD.js → chunk-IVBHRX3O.js} +1 -1
- package/dist/{chunk-NSEJBI4V.js → chunk-KZTWSBYY.js} +28 -16
- package/dist/chunk-MCX7E6ZW.js +57 -0
- package/dist/chunk-PZTQPB4U.js +125 -0
- package/dist/{chunk-EDNTYBXS.js → chunk-QKOA6KEZ.js} +2 -17
- package/dist/{chunk-YIOV4KEY.js → chunk-TYZZJ335.js} +26 -16
- package/dist/{chunk-HOIRMHZT.js → chunk-UQIRU7MP.js} +8 -2
- package/dist/chunk-V6RONFCQ.js +69 -0
- package/dist/chunk-WRBUXI2A.js +82 -0
- package/dist/chunk-YL3MZH7N.js +66 -0
- package/dist/components/accordion.js +7 -3
- package/dist/components/api.d.ts +2 -5
- package/dist/components/api.js +2 -4
- package/dist/components/banner.js +5 -6
- package/dist/components/callout.d.ts +1 -1
- package/dist/components/callout.js +2 -1
- package/dist/components/card.d.ts +6 -5
- package/dist/components/card.js +1 -1
- package/dist/components/codeblock.js +4 -3
- package/dist/components/dialog/search-algolia.d.ts +10 -4
- package/dist/components/dialog/search-algolia.js +25 -15
- package/dist/components/dialog/search-default.d.ts +10 -6
- package/dist/components/dialog/search-default.js +27 -5
- package/dist/components/dialog/search.d.ts +7 -7
- package/dist/components/dialog/search.js +4 -3
- package/dist/components/files.js +15 -11
- package/dist/components/heading.js +2 -1
- package/dist/components/image-zoom.d.ts +6 -1
- package/dist/components/image-zoom.js +10 -5
- package/dist/components/inline-toc.js +3 -1
- package/dist/components/layout/language-toggle.d.ts +4 -3
- package/dist/components/layout/language-toggle.js +8 -6
- package/dist/components/layout/root-toggle.d.ts +3 -3
- package/dist/components/layout/root-toggle.js +7 -73
- package/dist/components/tabs.js +30 -13
- package/dist/components/type-table.d.ts +7 -5
- package/dist/components/type-table.js +11 -11
- package/dist/dynamic-sidebar-QWGMOUMS.js +129 -0
- package/dist/{edit-on-github-YFVYCMB7.js → edit-on-github-PCTRDRD6.js} +10 -8
- package/dist/layouts/docs.client.d.ts +26 -0
- package/dist/layouts/docs.client.js +200 -0
- package/dist/layouts/docs.d.ts +29 -0
- package/dist/layouts/docs.js +187 -0
- package/dist/layouts/home.client.d.ts +11 -0
- package/dist/layouts/home.client.js +274 -0
- package/dist/layouts/home.d.ts +7 -0
- package/dist/layouts/home.js +55 -0
- package/dist/layouts/shared.d.ts +2 -0
- package/dist/layouts/shared.js +9 -0
- package/dist/mdx.client.js +4 -3
- package/dist/mdx.d.ts +0 -1
- package/dist/mdx.js +8 -10
- package/dist/og.d.ts +1 -7
- package/dist/og.js +5 -15
- package/dist/page.client.d.ts +2 -1
- package/dist/page.client.js +91 -63
- package/dist/page.d.ts +6 -5
- package/dist/page.js +63 -51
- package/dist/provider.d.ts +1 -2
- package/dist/provider.js +3 -4
- package/dist/shared-ElIzX-sQ.d.ts +152 -0
- package/dist/{sidebar-DwBSl7jC.d.ts → sidebar-HwpSmOKR.d.ts} +7 -9
- package/dist/style.css +1 -1
- package/dist/tailwind-plugin.js +86 -39
- package/dist/{toc-clerk-CAID2WGC.js → toc-clerk-SKE4LBT7.js} +40 -50
- package/dist/{tree-CrKzI9Nz.d.ts → tree-06ley65N.d.ts} +9 -3
- package/package.json +31 -68
- package/dist/chunk-KCZRDPB4.js +0 -308
- package/dist/chunk-LSTPTAZ5.js +0 -58
- package/dist/chunk-P4HLRHHV.js +0 -36
- package/dist/chunk-UOD2T27N.js +0 -27
- package/dist/chunk-WLTWFYQA.js +0 -44
- package/dist/docs-layout.client.d.ts +0 -18
- package/dist/docs-layout.client.js +0 -406
- package/dist/home-layout.client.d.ts +0 -9
- package/dist/home-layout.client.js +0 -88
- package/dist/home-layout.d.ts +0 -7
- package/dist/home-layout.js +0 -30
- package/dist/layout.d.ts +0 -19
- package/dist/layout.js +0 -127
- package/dist/layout.shared-DEQFTB9M.d.ts +0 -117
- package/dist/twoslash/popup.d.ts +0 -11
- package/dist/twoslash/popup.js +0 -97
- package/dist/twoslash.css +0 -1
- /package/dist/{image-zoom.css → components/image-zoom.css} +0 -0
|
@@ -1,20 +1,23 @@
|
|
|
1
|
+
import {
|
|
2
|
+
useCopyButton
|
|
3
|
+
} from "./chunk-2KMKNVSN.js";
|
|
4
|
+
import {
|
|
5
|
+
buttonVariants
|
|
6
|
+
} from "./chunk-QKOA6KEZ.js";
|
|
1
7
|
import {
|
|
2
8
|
ScrollArea,
|
|
3
9
|
ScrollBar,
|
|
4
10
|
ScrollViewport
|
|
5
11
|
} from "./chunk-2FLZOPQN.js";
|
|
6
12
|
import {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
buttonVariants
|
|
11
|
-
} from "./chunk-EDNTYBXS.js";
|
|
13
|
+
Check,
|
|
14
|
+
Copy
|
|
15
|
+
} from "./chunk-5QPVK7QM.js";
|
|
12
16
|
import {
|
|
13
17
|
twMerge
|
|
14
18
|
} from "./chunk-TK3TM3MR.js";
|
|
15
19
|
|
|
16
20
|
// src/components/codeblock.tsx
|
|
17
|
-
import { Check, Copy } from "lucide-react";
|
|
18
21
|
import {
|
|
19
22
|
forwardRef,
|
|
20
23
|
useCallback,
|
|
@@ -52,7 +55,7 @@ var CodeBlock = forwardRef(
|
|
|
52
55
|
ref,
|
|
53
56
|
className: twMerge(
|
|
54
57
|
"not-prose group fd-codeblock relative my-6 overflow-hidden rounded-lg border bg-fd-secondary/50 text-sm",
|
|
55
|
-
keepBackground && "
|
|
58
|
+
keepBackground && "bg-[var(--shiki-light-bg)] dark:bg-[var(--shiki-dark-bg)]",
|
|
56
59
|
className
|
|
57
60
|
),
|
|
58
61
|
...props,
|
|
@@ -74,7 +77,7 @@ var CodeBlock = forwardRef(
|
|
|
74
77
|
] }) : allowCopy && /* @__PURE__ */ jsx(
|
|
75
78
|
CopyButton,
|
|
76
79
|
{
|
|
77
|
-
className: "absolute right-2 top-2 z-[2] backdrop-blur-
|
|
80
|
+
className: "absolute right-2 top-2 z-[2] backdrop-blur-md",
|
|
78
81
|
onCopy
|
|
79
82
|
}
|
|
80
83
|
),
|
|
@@ -0,0 +1,542 @@
|
|
|
1
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
|
|
2
|
+
import { forwardRef as forwardRef2, createElement as createElement2 } from "react";
|
|
3
|
+
|
|
4
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/shared/src/utils.js
|
|
5
|
+
var toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
|
|
6
|
+
var mergeClasses = (...classes) => classes.filter((className, index, array) => {
|
|
7
|
+
return Boolean(className) && array.indexOf(className) === index;
|
|
8
|
+
}).join(" ");
|
|
9
|
+
|
|
10
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
|
|
11
|
+
import { forwardRef, createElement } from "react";
|
|
12
|
+
|
|
13
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/defaultAttributes.js
|
|
14
|
+
var defaultAttributes = {
|
|
15
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
16
|
+
width: 24,
|
|
17
|
+
height: 24,
|
|
18
|
+
viewBox: "0 0 24 24",
|
|
19
|
+
fill: "none",
|
|
20
|
+
stroke: "currentColor",
|
|
21
|
+
strokeWidth: 2,
|
|
22
|
+
strokeLinecap: "round",
|
|
23
|
+
strokeLinejoin: "round"
|
|
24
|
+
};
|
|
25
|
+
|
|
26
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/Icon.js
|
|
27
|
+
var Icon = forwardRef(
|
|
28
|
+
({
|
|
29
|
+
color = "currentColor",
|
|
30
|
+
size = 24,
|
|
31
|
+
strokeWidth = 2,
|
|
32
|
+
absoluteStrokeWidth,
|
|
33
|
+
className = "",
|
|
34
|
+
children,
|
|
35
|
+
iconNode,
|
|
36
|
+
...rest
|
|
37
|
+
}, ref) => {
|
|
38
|
+
return createElement(
|
|
39
|
+
"svg",
|
|
40
|
+
{
|
|
41
|
+
ref,
|
|
42
|
+
...defaultAttributes,
|
|
43
|
+
width: size,
|
|
44
|
+
height: size,
|
|
45
|
+
stroke: color,
|
|
46
|
+
strokeWidth: absoluteStrokeWidth ? Number(strokeWidth) * 24 / Number(size) : strokeWidth,
|
|
47
|
+
className: mergeClasses("lucide", className),
|
|
48
|
+
...rest
|
|
49
|
+
},
|
|
50
|
+
[
|
|
51
|
+
...iconNode.map(([tag, attrs]) => createElement(tag, attrs)),
|
|
52
|
+
...Array.isArray(children) ? children : [children]
|
|
53
|
+
]
|
|
54
|
+
);
|
|
55
|
+
}
|
|
56
|
+
);
|
|
57
|
+
|
|
58
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/createLucideIcon.js
|
|
59
|
+
var createLucideIcon = (iconName, iconNode) => {
|
|
60
|
+
const Component = forwardRef2(
|
|
61
|
+
({ className, ...props }, ref) => createElement2(Icon, {
|
|
62
|
+
ref,
|
|
63
|
+
iconNode,
|
|
64
|
+
className: mergeClasses(`lucide-${toKebabCase(iconName)}`, className),
|
|
65
|
+
...props
|
|
66
|
+
})
|
|
67
|
+
);
|
|
68
|
+
Component.displayName = `${iconName}`;
|
|
69
|
+
return Component;
|
|
70
|
+
};
|
|
71
|
+
|
|
72
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/check.js
|
|
73
|
+
var Check = createLucideIcon("Check", [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]]);
|
|
74
|
+
|
|
75
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/chevron-down.js
|
|
76
|
+
var ChevronDown = createLucideIcon("ChevronDown", [
|
|
77
|
+
["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]
|
|
78
|
+
]);
|
|
79
|
+
|
|
80
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/chevron-left.js
|
|
81
|
+
var ChevronLeft = createLucideIcon("ChevronLeft", [
|
|
82
|
+
["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]
|
|
83
|
+
]);
|
|
84
|
+
|
|
85
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/chevron-right.js
|
|
86
|
+
var ChevronRight = createLucideIcon("ChevronRight", [
|
|
87
|
+
["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]
|
|
88
|
+
]);
|
|
89
|
+
|
|
90
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/circle-x.js
|
|
91
|
+
var CircleX = createLucideIcon("CircleX", [
|
|
92
|
+
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
93
|
+
["path", { d: "m15 9-6 6", key: "1uzhvr" }],
|
|
94
|
+
["path", { d: "m9 9 6 6", key: "z0biqf" }]
|
|
95
|
+
]);
|
|
96
|
+
|
|
97
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/copy.js
|
|
98
|
+
var Copy = createLucideIcon("Copy", [
|
|
99
|
+
["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2", key: "17jyea" }],
|
|
100
|
+
["path", { d: "M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2", key: "zix9uf" }]
|
|
101
|
+
]);
|
|
102
|
+
|
|
103
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/ellipsis.js
|
|
104
|
+
var Ellipsis = createLucideIcon("Ellipsis", [
|
|
105
|
+
["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
|
|
106
|
+
["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
|
|
107
|
+
["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
|
|
108
|
+
]);
|
|
109
|
+
|
|
110
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/file-text.js
|
|
111
|
+
var FileText = createLucideIcon("FileText", [
|
|
112
|
+
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
|
|
113
|
+
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }],
|
|
114
|
+
["path", { d: "M10 9H8", key: "b1mrlr" }],
|
|
115
|
+
["path", { d: "M16 13H8", key: "t4e002" }],
|
|
116
|
+
["path", { d: "M16 17H8", key: "z1uh3a" }]
|
|
117
|
+
]);
|
|
118
|
+
|
|
119
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/file.js
|
|
120
|
+
var File = createLucideIcon("File", [
|
|
121
|
+
["path", { d: "M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z", key: "1rqfz7" }],
|
|
122
|
+
["path", { d: "M14 2v4a2 2 0 0 0 2 2h4", key: "tnqrlb" }]
|
|
123
|
+
]);
|
|
124
|
+
|
|
125
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/folder-open.js
|
|
126
|
+
var FolderOpen = createLucideIcon("FolderOpen", [
|
|
127
|
+
[
|
|
128
|
+
"path",
|
|
129
|
+
{
|
|
130
|
+
d: "m6 14 1.5-2.9A2 2 0 0 1 9.24 10H20a2 2 0 0 1 1.94 2.5l-1.54 6a2 2 0 0 1-1.95 1.5H4a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h3.9a2 2 0 0 1 1.69.9l.81 1.2a2 2 0 0 0 1.67.9H18a2 2 0 0 1 2 2v2",
|
|
131
|
+
key: "usdka0"
|
|
132
|
+
}
|
|
133
|
+
]
|
|
134
|
+
]);
|
|
135
|
+
|
|
136
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/folder.js
|
|
137
|
+
var Folder = createLucideIcon("Folder", [
|
|
138
|
+
[
|
|
139
|
+
"path",
|
|
140
|
+
{
|
|
141
|
+
d: "M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2Z",
|
|
142
|
+
key: "1kt360"
|
|
143
|
+
}
|
|
144
|
+
]
|
|
145
|
+
]);
|
|
146
|
+
|
|
147
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/hash.js
|
|
148
|
+
var Hash = createLucideIcon("Hash", [
|
|
149
|
+
["line", { x1: "4", x2: "20", y1: "9", y2: "9", key: "4lhtct" }],
|
|
150
|
+
["line", { x1: "4", x2: "20", y1: "15", y2: "15", key: "vyu0kd" }],
|
|
151
|
+
["line", { x1: "10", x2: "8", y1: "3", y2: "21", key: "1ggp8o" }],
|
|
152
|
+
["line", { x1: "16", x2: "14", y1: "3", y2: "21", key: "weycgp" }]
|
|
153
|
+
]);
|
|
154
|
+
|
|
155
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/info.js
|
|
156
|
+
var Info = createLucideIcon("Info", [
|
|
157
|
+
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
158
|
+
["path", { d: "M12 16v-4", key: "1dtifu" }],
|
|
159
|
+
["path", { d: "M12 8h.01", key: "e9boi3" }]
|
|
160
|
+
]);
|
|
161
|
+
|
|
162
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/languages.js
|
|
163
|
+
var Languages = createLucideIcon("Languages", [
|
|
164
|
+
["path", { d: "m5 8 6 6", key: "1wu5hv" }],
|
|
165
|
+
["path", { d: "m4 14 6-6 2-3", key: "1k1g8d" }],
|
|
166
|
+
["path", { d: "M2 5h12", key: "or177f" }],
|
|
167
|
+
["path", { d: "M7 2h1", key: "1t2jsx" }],
|
|
168
|
+
["path", { d: "m22 22-5-10-5 10", key: "don7ne" }],
|
|
169
|
+
["path", { d: "M14 18h6", key: "1m8k6r" }]
|
|
170
|
+
]);
|
|
171
|
+
|
|
172
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/link.js
|
|
173
|
+
var Link = createLucideIcon("Link", [
|
|
174
|
+
["path", { d: "M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71", key: "1cjeqo" }],
|
|
175
|
+
["path", { d: "M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71", key: "19qd67" }]
|
|
176
|
+
]);
|
|
177
|
+
|
|
178
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/loader-circle.js
|
|
179
|
+
var LoaderCircle = createLucideIcon("LoaderCircle", [
|
|
180
|
+
["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]
|
|
181
|
+
]);
|
|
182
|
+
|
|
183
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/menu.js
|
|
184
|
+
var Menu = createLucideIcon("Menu", [
|
|
185
|
+
["line", { x1: "4", x2: "20", y1: "12", y2: "12", key: "1e0a9i" }],
|
|
186
|
+
["line", { x1: "4", x2: "20", y1: "6", y2: "6", key: "1owob3" }],
|
|
187
|
+
["line", { x1: "4", x2: "20", y1: "18", y2: "18", key: "yk5zj1" }]
|
|
188
|
+
]);
|
|
189
|
+
|
|
190
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/panel-left.js
|
|
191
|
+
var PanelLeft = createLucideIcon("PanelLeft", [
|
|
192
|
+
["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
|
|
193
|
+
["path", { d: "M9 3v18", key: "fh3hqa" }]
|
|
194
|
+
]);
|
|
195
|
+
|
|
196
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/search.js
|
|
197
|
+
var Search = createLucideIcon("Search", [
|
|
198
|
+
["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }],
|
|
199
|
+
["path", { d: "m21 21-4.3-4.3", key: "1qie3q" }]
|
|
200
|
+
]);
|
|
201
|
+
|
|
202
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/square-pen.js
|
|
203
|
+
var SquarePen = createLucideIcon("SquarePen", [
|
|
204
|
+
["path", { d: "M12 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7", key: "1m0v6g" }],
|
|
205
|
+
[
|
|
206
|
+
"path",
|
|
207
|
+
{
|
|
208
|
+
d: "M18.375 2.625a1 1 0 0 1 3 3l-9.013 9.014a2 2 0 0 1-.853.505l-2.873.84a.5.5 0 0 1-.62-.62l.84-2.873a2 2 0 0 1 .506-.852z",
|
|
209
|
+
key: "ohrbg2"
|
|
210
|
+
}
|
|
211
|
+
]
|
|
212
|
+
]);
|
|
213
|
+
|
|
214
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/text.js
|
|
215
|
+
var Text = createLucideIcon("Text", [
|
|
216
|
+
["path", { d: "M17 6.1H3", key: "wptmhv" }],
|
|
217
|
+
["path", { d: "M21 12.1H3", key: "1j38uz" }],
|
|
218
|
+
["path", { d: "M15.1 18H3", key: "1nb16a" }]
|
|
219
|
+
]);
|
|
220
|
+
|
|
221
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/triangle-alert.js
|
|
222
|
+
var TriangleAlert = createLucideIcon("TriangleAlert", [
|
|
223
|
+
[
|
|
224
|
+
"path",
|
|
225
|
+
{
|
|
226
|
+
d: "m21.73 18-8-14a2 2 0 0 0-3.48 0l-8 14A2 2 0 0 0 4 21h16a2 2 0 0 0 1.73-3",
|
|
227
|
+
key: "wmoenq"
|
|
228
|
+
}
|
|
229
|
+
],
|
|
230
|
+
["path", { d: "M12 9v4", key: "juzpu7" }],
|
|
231
|
+
["path", { d: "M12 17h.01", key: "p32p05" }]
|
|
232
|
+
]);
|
|
233
|
+
|
|
234
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/x.js
|
|
235
|
+
var X = createLucideIcon("X", [
|
|
236
|
+
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
237
|
+
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
238
|
+
]);
|
|
239
|
+
|
|
240
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/external-link.js
|
|
241
|
+
var ExternalLink = createLucideIcon("ExternalLink", [
|
|
242
|
+
["path", { d: "M15 3h6v6", key: "1q9fwt" }],
|
|
243
|
+
["path", { d: "M10 14 21 3", key: "gplh6r" }],
|
|
244
|
+
["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
|
|
245
|
+
]);
|
|
246
|
+
|
|
247
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/moon.js
|
|
248
|
+
var Moon = createLucideIcon("Moon", [
|
|
249
|
+
["path", { d: "M12 3a6 6 0 0 0 9 9 9 9 0 1 1-9-9Z", key: "a7tn18" }]
|
|
250
|
+
]);
|
|
251
|
+
|
|
252
|
+
// ../../node_modules/.pnpm/lucide-react@0.453.0_react@18.3.1/node_modules/lucide-react/dist/esm/icons/sun.js
|
|
253
|
+
var Sun = createLucideIcon("Sun", [
|
|
254
|
+
["circle", { cx: "12", cy: "12", r: "4", key: "4exip2" }],
|
|
255
|
+
["path", { d: "M12 2v2", key: "tus03m" }],
|
|
256
|
+
["path", { d: "M12 20v2", key: "1lh1kg" }],
|
|
257
|
+
["path", { d: "m4.93 4.93 1.41 1.41", key: "149t6j" }],
|
|
258
|
+
["path", { d: "m17.66 17.66 1.41 1.41", key: "ptbguv" }],
|
|
259
|
+
["path", { d: "M2 12h2", key: "1t8f8n" }],
|
|
260
|
+
["path", { d: "M20 12h2", key: "1q8mjw" }],
|
|
261
|
+
["path", { d: "m6.34 17.66-1.41 1.41", key: "1m8zz5" }],
|
|
262
|
+
["path", { d: "m19.07 4.93-1.41 1.41", key: "1shlcs" }]
|
|
263
|
+
]);
|
|
264
|
+
|
|
265
|
+
export {
|
|
266
|
+
Check,
|
|
267
|
+
ChevronDown,
|
|
268
|
+
ChevronLeft,
|
|
269
|
+
ChevronRight,
|
|
270
|
+
CircleX,
|
|
271
|
+
Copy,
|
|
272
|
+
Ellipsis,
|
|
273
|
+
ExternalLink,
|
|
274
|
+
FileText,
|
|
275
|
+
File,
|
|
276
|
+
FolderOpen,
|
|
277
|
+
Folder,
|
|
278
|
+
Hash,
|
|
279
|
+
Info,
|
|
280
|
+
Languages,
|
|
281
|
+
Link,
|
|
282
|
+
LoaderCircle,
|
|
283
|
+
Menu,
|
|
284
|
+
Moon,
|
|
285
|
+
PanelLeft,
|
|
286
|
+
Search,
|
|
287
|
+
SquarePen,
|
|
288
|
+
Sun,
|
|
289
|
+
Text,
|
|
290
|
+
TriangleAlert,
|
|
291
|
+
X
|
|
292
|
+
};
|
|
293
|
+
/*! Bundled license information:
|
|
294
|
+
|
|
295
|
+
lucide-react/dist/esm/shared/src/utils.js:
|
|
296
|
+
(**
|
|
297
|
+
* @license lucide-react v0.453.0 - ISC
|
|
298
|
+
*
|
|
299
|
+
* This source code is licensed under the ISC license.
|
|
300
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
301
|
+
*)
|
|
302
|
+
|
|
303
|
+
lucide-react/dist/esm/defaultAttributes.js:
|
|
304
|
+
(**
|
|
305
|
+
* @license lucide-react v0.453.0 - ISC
|
|
306
|
+
*
|
|
307
|
+
* This source code is licensed under the ISC license.
|
|
308
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
309
|
+
*)
|
|
310
|
+
|
|
311
|
+
lucide-react/dist/esm/Icon.js:
|
|
312
|
+
(**
|
|
313
|
+
* @license lucide-react v0.453.0 - ISC
|
|
314
|
+
*
|
|
315
|
+
* This source code is licensed under the ISC license.
|
|
316
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
317
|
+
*)
|
|
318
|
+
|
|
319
|
+
lucide-react/dist/esm/createLucideIcon.js:
|
|
320
|
+
(**
|
|
321
|
+
* @license lucide-react v0.453.0 - ISC
|
|
322
|
+
*
|
|
323
|
+
* This source code is licensed under the ISC license.
|
|
324
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
325
|
+
*)
|
|
326
|
+
|
|
327
|
+
lucide-react/dist/esm/icons/check.js:
|
|
328
|
+
(**
|
|
329
|
+
* @license lucide-react v0.453.0 - ISC
|
|
330
|
+
*
|
|
331
|
+
* This source code is licensed under the ISC license.
|
|
332
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
333
|
+
*)
|
|
334
|
+
|
|
335
|
+
lucide-react/dist/esm/icons/chevron-down.js:
|
|
336
|
+
(**
|
|
337
|
+
* @license lucide-react v0.453.0 - ISC
|
|
338
|
+
*
|
|
339
|
+
* This source code is licensed under the ISC license.
|
|
340
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
341
|
+
*)
|
|
342
|
+
|
|
343
|
+
lucide-react/dist/esm/icons/chevron-left.js:
|
|
344
|
+
(**
|
|
345
|
+
* @license lucide-react v0.453.0 - ISC
|
|
346
|
+
*
|
|
347
|
+
* This source code is licensed under the ISC license.
|
|
348
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
349
|
+
*)
|
|
350
|
+
|
|
351
|
+
lucide-react/dist/esm/icons/chevron-right.js:
|
|
352
|
+
(**
|
|
353
|
+
* @license lucide-react v0.453.0 - ISC
|
|
354
|
+
*
|
|
355
|
+
* This source code is licensed under the ISC license.
|
|
356
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
357
|
+
*)
|
|
358
|
+
|
|
359
|
+
lucide-react/dist/esm/icons/circle-x.js:
|
|
360
|
+
(**
|
|
361
|
+
* @license lucide-react v0.453.0 - ISC
|
|
362
|
+
*
|
|
363
|
+
* This source code is licensed under the ISC license.
|
|
364
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
365
|
+
*)
|
|
366
|
+
|
|
367
|
+
lucide-react/dist/esm/icons/copy.js:
|
|
368
|
+
(**
|
|
369
|
+
* @license lucide-react v0.453.0 - ISC
|
|
370
|
+
*
|
|
371
|
+
* This source code is licensed under the ISC license.
|
|
372
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
373
|
+
*)
|
|
374
|
+
|
|
375
|
+
lucide-react/dist/esm/icons/ellipsis.js:
|
|
376
|
+
(**
|
|
377
|
+
* @license lucide-react v0.453.0 - ISC
|
|
378
|
+
*
|
|
379
|
+
* This source code is licensed under the ISC license.
|
|
380
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
381
|
+
*)
|
|
382
|
+
|
|
383
|
+
lucide-react/dist/esm/icons/file-text.js:
|
|
384
|
+
(**
|
|
385
|
+
* @license lucide-react v0.453.0 - ISC
|
|
386
|
+
*
|
|
387
|
+
* This source code is licensed under the ISC license.
|
|
388
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
389
|
+
*)
|
|
390
|
+
|
|
391
|
+
lucide-react/dist/esm/icons/file.js:
|
|
392
|
+
(**
|
|
393
|
+
* @license lucide-react v0.453.0 - ISC
|
|
394
|
+
*
|
|
395
|
+
* This source code is licensed under the ISC license.
|
|
396
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
397
|
+
*)
|
|
398
|
+
|
|
399
|
+
lucide-react/dist/esm/icons/folder-open.js:
|
|
400
|
+
(**
|
|
401
|
+
* @license lucide-react v0.453.0 - ISC
|
|
402
|
+
*
|
|
403
|
+
* This source code is licensed under the ISC license.
|
|
404
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
405
|
+
*)
|
|
406
|
+
|
|
407
|
+
lucide-react/dist/esm/icons/folder.js:
|
|
408
|
+
(**
|
|
409
|
+
* @license lucide-react v0.453.0 - ISC
|
|
410
|
+
*
|
|
411
|
+
* This source code is licensed under the ISC license.
|
|
412
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
413
|
+
*)
|
|
414
|
+
|
|
415
|
+
lucide-react/dist/esm/icons/hash.js:
|
|
416
|
+
(**
|
|
417
|
+
* @license lucide-react v0.453.0 - ISC
|
|
418
|
+
*
|
|
419
|
+
* This source code is licensed under the ISC license.
|
|
420
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
421
|
+
*)
|
|
422
|
+
|
|
423
|
+
lucide-react/dist/esm/icons/info.js:
|
|
424
|
+
(**
|
|
425
|
+
* @license lucide-react v0.453.0 - ISC
|
|
426
|
+
*
|
|
427
|
+
* This source code is licensed under the ISC license.
|
|
428
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
429
|
+
*)
|
|
430
|
+
|
|
431
|
+
lucide-react/dist/esm/icons/languages.js:
|
|
432
|
+
(**
|
|
433
|
+
* @license lucide-react v0.453.0 - ISC
|
|
434
|
+
*
|
|
435
|
+
* This source code is licensed under the ISC license.
|
|
436
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
437
|
+
*)
|
|
438
|
+
|
|
439
|
+
lucide-react/dist/esm/icons/link.js:
|
|
440
|
+
(**
|
|
441
|
+
* @license lucide-react v0.453.0 - ISC
|
|
442
|
+
*
|
|
443
|
+
* This source code is licensed under the ISC license.
|
|
444
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
445
|
+
*)
|
|
446
|
+
|
|
447
|
+
lucide-react/dist/esm/icons/loader-circle.js:
|
|
448
|
+
(**
|
|
449
|
+
* @license lucide-react v0.453.0 - ISC
|
|
450
|
+
*
|
|
451
|
+
* This source code is licensed under the ISC license.
|
|
452
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
453
|
+
*)
|
|
454
|
+
|
|
455
|
+
lucide-react/dist/esm/icons/menu.js:
|
|
456
|
+
(**
|
|
457
|
+
* @license lucide-react v0.453.0 - ISC
|
|
458
|
+
*
|
|
459
|
+
* This source code is licensed under the ISC license.
|
|
460
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
461
|
+
*)
|
|
462
|
+
|
|
463
|
+
lucide-react/dist/esm/icons/panel-left.js:
|
|
464
|
+
(**
|
|
465
|
+
* @license lucide-react v0.453.0 - ISC
|
|
466
|
+
*
|
|
467
|
+
* This source code is licensed under the ISC license.
|
|
468
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
469
|
+
*)
|
|
470
|
+
|
|
471
|
+
lucide-react/dist/esm/icons/search.js:
|
|
472
|
+
(**
|
|
473
|
+
* @license lucide-react v0.453.0 - ISC
|
|
474
|
+
*
|
|
475
|
+
* This source code is licensed under the ISC license.
|
|
476
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
477
|
+
*)
|
|
478
|
+
|
|
479
|
+
lucide-react/dist/esm/icons/square-pen.js:
|
|
480
|
+
(**
|
|
481
|
+
* @license lucide-react v0.453.0 - ISC
|
|
482
|
+
*
|
|
483
|
+
* This source code is licensed under the ISC license.
|
|
484
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
485
|
+
*)
|
|
486
|
+
|
|
487
|
+
lucide-react/dist/esm/icons/text.js:
|
|
488
|
+
(**
|
|
489
|
+
* @license lucide-react v0.453.0 - ISC
|
|
490
|
+
*
|
|
491
|
+
* This source code is licensed under the ISC license.
|
|
492
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
493
|
+
*)
|
|
494
|
+
|
|
495
|
+
lucide-react/dist/esm/icons/triangle-alert.js:
|
|
496
|
+
(**
|
|
497
|
+
* @license lucide-react v0.453.0 - ISC
|
|
498
|
+
*
|
|
499
|
+
* This source code is licensed under the ISC license.
|
|
500
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
501
|
+
*)
|
|
502
|
+
|
|
503
|
+
lucide-react/dist/esm/icons/x.js:
|
|
504
|
+
(**
|
|
505
|
+
* @license lucide-react v0.453.0 - ISC
|
|
506
|
+
*
|
|
507
|
+
* This source code is licensed under the ISC license.
|
|
508
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
509
|
+
*)
|
|
510
|
+
|
|
511
|
+
lucide-react/dist/esm/icons/external-link.js:
|
|
512
|
+
(**
|
|
513
|
+
* @license lucide-react v0.453.0 - ISC
|
|
514
|
+
*
|
|
515
|
+
* This source code is licensed under the ISC license.
|
|
516
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
517
|
+
*)
|
|
518
|
+
|
|
519
|
+
lucide-react/dist/esm/icons/moon.js:
|
|
520
|
+
(**
|
|
521
|
+
* @license lucide-react v0.453.0 - ISC
|
|
522
|
+
*
|
|
523
|
+
* This source code is licensed under the ISC license.
|
|
524
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
525
|
+
*)
|
|
526
|
+
|
|
527
|
+
lucide-react/dist/esm/icons/sun.js:
|
|
528
|
+
(**
|
|
529
|
+
* @license lucide-react v0.453.0 - ISC
|
|
530
|
+
*
|
|
531
|
+
* This source code is licensed under the ISC license.
|
|
532
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
533
|
+
*)
|
|
534
|
+
|
|
535
|
+
lucide-react/dist/esm/lucide-react.js:
|
|
536
|
+
(**
|
|
537
|
+
* @license lucide-react v0.453.0 - ISC
|
|
538
|
+
*
|
|
539
|
+
* This source code is licensed under the ISC license.
|
|
540
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
541
|
+
*)
|
|
542
|
+
*/
|