pelatform-ui 1.2.0 → 1.2.2

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.
@@ -1,100 +0,0 @@
1
- // ../../node_modules/.bun/next-themes@0.4.6+bf16f8eded5e12ee/node_modules/next-themes/dist/index.mjs
2
- import * as t from "react";
3
- var M = (e, i, s, u, m, a, l, h) => {
4
- let d = document.documentElement, w = ["light", "dark"];
5
- function p(n) {
6
- (Array.isArray(e) ? e : [e]).forEach((y) => {
7
- let k = y === "class", S = k && a ? m.map((f) => a[f] || f) : m;
8
- k ? (d.classList.remove(...S), d.classList.add(a && a[n] ? a[n] : n)) : d.setAttribute(y, n);
9
- }), R(n);
10
- }
11
- function R(n) {
12
- h && w.includes(n) && (d.style.colorScheme = n);
13
- }
14
- function c() {
15
- return window.matchMedia("(prefers-color-scheme: dark)").matches ? "dark" : "light";
16
- }
17
- if (u) p(u);
18
- else try {
19
- let n = localStorage.getItem(i) || s, y = l && n === "system" ? c() : n;
20
- p(y);
21
- } catch (n) {
22
- }
23
- };
24
- var b = ["light", "dark"];
25
- var I = "(prefers-color-scheme: dark)";
26
- var O = typeof window == "undefined";
27
- var x = t.createContext(void 0);
28
- var U = { setTheme: (e) => {
29
- }, themes: [] };
30
- var z = () => {
31
- var e;
32
- return (e = t.useContext(x)) != null ? e : U;
33
- };
34
- var J = (e) => t.useContext(x) ? t.createElement(t.Fragment, null, e.children) : t.createElement(V, { ...e });
35
- var N = ["light", "dark"];
36
- var V = ({ forcedTheme: e, disableTransitionOnChange: i = false, enableSystem: s = true, enableColorScheme: u = true, storageKey: m = "theme", themes: a = N, defaultTheme: l = s ? "system" : "light", attribute: h = "data-theme", value: d, children: w, nonce: p, scriptProps: R }) => {
37
- let [c, n] = t.useState(() => H(m, l)), [T, y] = t.useState(() => c === "system" ? E() : c), k = d ? Object.values(d) : a, S = t.useCallback((o) => {
38
- let r = o;
39
- if (!r) return;
40
- o === "system" && s && (r = E());
41
- let v = d ? d[r] : r, C = i ? W(p) : null, P = document.documentElement, L = (g) => {
42
- g === "class" ? (P.classList.remove(...k), v && P.classList.add(v)) : g.startsWith("data-") && (v ? P.setAttribute(g, v) : P.removeAttribute(g));
43
- };
44
- if (Array.isArray(h) ? h.forEach(L) : L(h), u) {
45
- let g = b.includes(l) ? l : null, D = b.includes(r) ? r : g;
46
- P.style.colorScheme = D;
47
- }
48
- C == null || C();
49
- }, [p]), f = t.useCallback((o) => {
50
- let r = typeof o == "function" ? o(c) : o;
51
- n(r);
52
- try {
53
- localStorage.setItem(m, r);
54
- } catch (v) {
55
- }
56
- }, [c]), A = t.useCallback((o) => {
57
- let r = E(o);
58
- y(r), c === "system" && s && !e && S("system");
59
- }, [c, e]);
60
- t.useEffect(() => {
61
- let o = window.matchMedia(I);
62
- return o.addListener(A), A(o), () => o.removeListener(A);
63
- }, [A]), t.useEffect(() => {
64
- let o = (r) => {
65
- r.key === m && (r.newValue ? n(r.newValue) : f(l));
66
- };
67
- return window.addEventListener("storage", o), () => window.removeEventListener("storage", o);
68
- }, [f]), t.useEffect(() => {
69
- S(e != null ? e : c);
70
- }, [e, c]);
71
- let Q = t.useMemo(() => ({ theme: c, setTheme: f, forcedTheme: e, resolvedTheme: c === "system" ? T : c, themes: s ? [...a, "system"] : a, systemTheme: s ? T : void 0 }), [c, f, e, T, s, a]);
72
- return t.createElement(x.Provider, { value: Q }, t.createElement(_, { forcedTheme: e, storageKey: m, attribute: h, enableSystem: s, enableColorScheme: u, defaultTheme: l, value: d, themes: a, nonce: p, scriptProps: R }), w);
73
- };
74
- var _ = t.memo(({ forcedTheme: e, storageKey: i, attribute: s, enableSystem: u, enableColorScheme: m, defaultTheme: a, value: l, themes: h, nonce: d, scriptProps: w }) => {
75
- let p = JSON.stringify([s, i, a, e, h, l, u, m]).slice(1, -1);
76
- return t.createElement("script", { ...w, suppressHydrationWarning: true, nonce: typeof window == "undefined" ? d : "", dangerouslySetInnerHTML: { __html: `(${M.toString()})(${p})` } });
77
- });
78
- var H = (e, i) => {
79
- if (O) return;
80
- let s;
81
- try {
82
- s = localStorage.getItem(e) || void 0;
83
- } catch (u) {
84
- }
85
- return s || i;
86
- };
87
- var W = (e) => {
88
- let i = document.createElement("style");
89
- return e && i.setAttribute("nonce", e), i.appendChild(document.createTextNode("*,*::before,*::after{-webkit-transition:none!important;-moz-transition:none!important;-o-transition:none!important;-ms-transition:none!important;transition:none!important}")), document.head.appendChild(i), () => {
90
- window.getComputedStyle(document.body), setTimeout(() => {
91
- document.head.removeChild(i);
92
- }, 1);
93
- };
94
- };
95
- var E = (e) => (e || (e = window.matchMedia(I)), e.matches ? "dark" : "light");
96
-
97
- export {
98
- z,
99
- J
100
- };
@@ -1,553 +0,0 @@
1
- // ../components/dist/chunk-2TQSHVXA.js
2
- import { clsx } from "clsx";
3
- import { twMerge } from "tailwind-merge";
4
- function cn(...inputs) {
5
- return twMerge(clsx(inputs));
6
- }
7
-
8
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/createLucideIcon.js
9
- import { forwardRef as forwardRef2, createElement as createElement2 } from "react";
10
-
11
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/shared/src/utils/mergeClasses.js
12
- var mergeClasses = (...classes) => classes.filter((className, index, array) => {
13
- return Boolean(className) && className.trim() !== "" && array.indexOf(className) === index;
14
- }).join(" ").trim();
15
-
16
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/shared/src/utils/toKebabCase.js
17
- var toKebabCase = (string) => string.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
18
-
19
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/shared/src/utils/toCamelCase.js
20
- var toCamelCase = (string) => string.replace(
21
- /^([A-Z])|[\s-_]+(\w)/g,
22
- (match, p1, p2) => p2 ? p2.toUpperCase() : p1.toLowerCase()
23
- );
24
-
25
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/shared/src/utils/toPascalCase.js
26
- var toPascalCase = (string) => {
27
- const camelCase = toCamelCase(string);
28
- return camelCase.charAt(0).toUpperCase() + camelCase.slice(1);
29
- };
30
-
31
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/Icon.js
32
- import { forwardRef, createElement } from "react";
33
-
34
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/defaultAttributes.js
35
- var defaultAttributes = {
36
- xmlns: "http://www.w3.org/2000/svg",
37
- width: 24,
38
- height: 24,
39
- viewBox: "0 0 24 24",
40
- fill: "none",
41
- stroke: "currentColor",
42
- strokeWidth: 2,
43
- strokeLinecap: "round",
44
- strokeLinejoin: "round"
45
- };
46
-
47
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/shared/src/utils/hasA11yProp.js
48
- var hasA11yProp = (props) => {
49
- for (const prop in props) {
50
- if (prop.startsWith("aria-") || prop === "role" || prop === "title") {
51
- return true;
52
- }
53
- }
54
- return false;
55
- };
56
-
57
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/Icon.js
58
- var Icon = forwardRef(
59
- ({
60
- color = "currentColor",
61
- size = 24,
62
- strokeWidth = 2,
63
- absoluteStrokeWidth,
64
- className = "",
65
- children,
66
- iconNode,
67
- ...rest
68
- }, ref) => createElement(
69
- "svg",
70
- {
71
- ref,
72
- ...defaultAttributes,
73
- width: size,
74
- height: size,
75
- stroke: color,
76
- strokeWidth: absoluteStrokeWidth ? Number(strokeWidth) * 24 / Number(size) : strokeWidth,
77
- className: mergeClasses("lucide", className),
78
- ...!children && !hasA11yProp(rest) && { "aria-hidden": "true" },
79
- ...rest
80
- },
81
- [
82
- ...iconNode.map(([tag, attrs]) => createElement(tag, attrs)),
83
- ...Array.isArray(children) ? children : [children]
84
- ]
85
- )
86
- );
87
-
88
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/createLucideIcon.js
89
- var createLucideIcon = (iconName, iconNode) => {
90
- const Component = forwardRef2(
91
- ({ className, ...props }, ref) => createElement2(Icon, {
92
- ref,
93
- iconNode,
94
- className: mergeClasses(
95
- `lucide-${toKebabCase(toPascalCase(iconName))}`,
96
- `lucide-${iconName}`,
97
- className
98
- ),
99
- ...props
100
- })
101
- );
102
- Component.displayName = toPascalCase(iconName);
103
- return Component;
104
- };
105
-
106
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/arrow-down.js
107
- var __iconNode = [
108
- ["path", { d: "M12 5v14", key: "s699le" }],
109
- ["path", { d: "m19 12-7 7-7-7", key: "1idqje" }]
110
- ];
111
- var ArrowDown = createLucideIcon("arrow-down", __iconNode);
112
-
113
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/arrow-left-to-line.js
114
- var __iconNode2 = [
115
- ["path", { d: "M3 19V5", key: "rwsyhb" }],
116
- ["path", { d: "m13 6-6 6 6 6", key: "1yhaz7" }],
117
- ["path", { d: "M7 12h14", key: "uoisry" }]
118
- ];
119
- var ArrowLeftToLine = createLucideIcon("arrow-left-to-line", __iconNode2);
120
-
121
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/arrow-left.js
122
- var __iconNode3 = [
123
- ["path", { d: "m12 19-7-7 7-7", key: "1l729n" }],
124
- ["path", { d: "M19 12H5", key: "x3x0zl" }]
125
- ];
126
- var ArrowLeft = createLucideIcon("arrow-left", __iconNode3);
127
-
128
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/arrow-right-to-line.js
129
- var __iconNode4 = [
130
- ["path", { d: "M17 12H3", key: "8awo09" }],
131
- ["path", { d: "m11 18 6-6-6-6", key: "8c2y43" }],
132
- ["path", { d: "M21 5v14", key: "nzette" }]
133
- ];
134
- var ArrowRightToLine = createLucideIcon("arrow-right-to-line", __iconNode4);
135
-
136
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/arrow-right.js
137
- var __iconNode5 = [
138
- ["path", { d: "M5 12h14", key: "1ays0h" }],
139
- ["path", { d: "m12 5 7 7-7 7", key: "xquz4c" }]
140
- ];
141
- var ArrowRight = createLucideIcon("arrow-right", __iconNode5);
142
-
143
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/arrow-up-right.js
144
- var __iconNode6 = [
145
- ["path", { d: "M7 7h10v10", key: "1tivn9" }],
146
- ["path", { d: "M7 17 17 7", key: "1vkiza" }]
147
- ];
148
- var ArrowUpRight = createLucideIcon("arrow-up-right", __iconNode6);
149
-
150
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/arrow-up.js
151
- var __iconNode7 = [
152
- ["path", { d: "m5 12 7-7 7 7", key: "hav0vg" }],
153
- ["path", { d: "M12 19V5", key: "x0mq9r" }]
154
- ];
155
- var ArrowUp = createLucideIcon("arrow-up", __iconNode7);
156
-
157
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/check.js
158
- var __iconNode8 = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]];
159
- var Check = createLucideIcon("check", __iconNode8);
160
-
161
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/chevron-down.js
162
- var __iconNode9 = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]];
163
- var ChevronDown = createLucideIcon("chevron-down", __iconNode9);
164
-
165
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/chevron-left.js
166
- var __iconNode10 = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]];
167
- var ChevronLeft = createLucideIcon("chevron-left", __iconNode10);
168
-
169
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/chevron-right.js
170
- var __iconNode11 = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]];
171
- var ChevronRight = createLucideIcon("chevron-right", __iconNode11);
172
-
173
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/chevron-up.js
174
- var __iconNode12 = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]];
175
- var ChevronUp = createLucideIcon("chevron-up", __iconNode12);
176
-
177
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/chevrons-up-down.js
178
- var __iconNode13 = [
179
- ["path", { d: "m7 15 5 5 5-5", key: "1hf1tw" }],
180
- ["path", { d: "m7 9 5-5 5 5", key: "sgt6xg" }]
181
- ];
182
- var ChevronsUpDown = createLucideIcon("chevrons-up-down", __iconNode13);
183
-
184
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/circle-alert.js
185
- var __iconNode14 = [
186
- ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
187
- ["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
188
- ["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
189
- ];
190
- var CircleAlert = createLucideIcon("circle-alert", __iconNode14);
191
-
192
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/circle-check.js
193
- var __iconNode15 = [
194
- ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
195
- ["path", { d: "m9 12 2 2 4-4", key: "dzmm74" }]
196
- ];
197
- var CircleCheck = createLucideIcon("circle-check", __iconNode15);
198
-
199
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/circle-plus.js
200
- var __iconNode16 = [
201
- ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
202
- ["path", { d: "M8 12h8", key: "1wcyev" }],
203
- ["path", { d: "M12 8v8", key: "napkw2" }]
204
- ];
205
- var CirclePlus = createLucideIcon("circle-plus", __iconNode16);
206
-
207
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/circle-x.js
208
- var __iconNode17 = [
209
- ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
210
- ["path", { d: "m15 9-6 6", key: "1uzhvr" }],
211
- ["path", { d: "m9 9 6 6", key: "z0biqf" }]
212
- ];
213
- var CircleX = createLucideIcon("circle-x", __iconNode17);
214
-
215
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/corner-up-left.js
216
- var __iconNode18 = [
217
- ["path", { d: "M20 20v-7a4 4 0 0 0-4-4H4", key: "1nkjon" }],
218
- ["path", { d: "M9 14 4 9l5-5", key: "102s5s" }]
219
- ];
220
- var CornerUpLeft = createLucideIcon("corner-up-left", __iconNode18);
221
-
222
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/corner-up-right.js
223
- var __iconNode19 = [
224
- ["path", { d: "m15 14 5-5-5-5", key: "12vg1m" }],
225
- ["path", { d: "M4 20v-7a4 4 0 0 1 4-4h12", key: "1lu4f8" }]
226
- ];
227
- var CornerUpRight = createLucideIcon("corner-up-right", __iconNode19);
228
-
229
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/download.js
230
- var __iconNode20 = [
231
- ["path", { d: "M12 15V3", key: "m9g1x1" }],
232
- ["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }],
233
- ["path", { d: "m7 10 5 5 5-5", key: "brsn70" }]
234
- ];
235
- var Download = createLucideIcon("download", __iconNode20);
236
-
237
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/ellipsis.js
238
- var __iconNode21 = [
239
- ["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
240
- ["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
241
- ["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
242
- ];
243
- var Ellipsis = createLucideIcon("ellipsis", __iconNode21);
244
-
245
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/globe.js
246
- var __iconNode22 = [
247
- ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
248
- ["path", { d: "M12 2a14.5 14.5 0 0 0 0 20 14.5 14.5 0 0 0 0-20", key: "13o1zl" }],
249
- ["path", { d: "M2 12h20", key: "9i4pu4" }]
250
- ];
251
- var Globe = createLucideIcon("globe", __iconNode22);
252
-
253
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/grip-horizontal.js
254
- var __iconNode23 = [
255
- ["circle", { cx: "12", cy: "9", r: "1", key: "124mty" }],
256
- ["circle", { cx: "19", cy: "9", r: "1", key: "1ruzo2" }],
257
- ["circle", { cx: "5", cy: "9", r: "1", key: "1a8b28" }],
258
- ["circle", { cx: "12", cy: "15", r: "1", key: "1e56xg" }],
259
- ["circle", { cx: "19", cy: "15", r: "1", key: "1a92ep" }],
260
- ["circle", { cx: "5", cy: "15", r: "1", key: "5r1jwy" }]
261
- ];
262
- var GripHorizontal = createLucideIcon("grip-horizontal", __iconNode23);
263
-
264
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/grip-vertical.js
265
- var __iconNode24 = [
266
- ["circle", { cx: "9", cy: "12", r: "1", key: "1vctgf" }],
267
- ["circle", { cx: "9", cy: "5", r: "1", key: "hp0tcf" }],
268
- ["circle", { cx: "9", cy: "19", r: "1", key: "fkjjf6" }],
269
- ["circle", { cx: "15", cy: "12", r: "1", key: "1tmaij" }],
270
- ["circle", { cx: "15", cy: "5", r: "1", key: "19l28e" }],
271
- ["circle", { cx: "15", cy: "19", r: "1", key: "f4zoj3" }]
272
- ];
273
- var GripVertical = createLucideIcon("grip-vertical", __iconNode24);
274
-
275
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/info.js
276
- var __iconNode25 = [
277
- ["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
278
- ["path", { d: "M12 16v-4", key: "1dtifu" }],
279
- ["path", { d: "M12 8h.01", key: "e9boi3" }]
280
- ];
281
- var Info = createLucideIcon("info", __iconNode25);
282
-
283
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/languages.js
284
- var __iconNode26 = [
285
- ["path", { d: "m5 8 6 6", key: "1wu5hv" }],
286
- ["path", { d: "m4 14 6-6 2-3", key: "1k1g8d" }],
287
- ["path", { d: "M2 5h12", key: "or177f" }],
288
- ["path", { d: "M7 2h1", key: "1t2jsx" }],
289
- ["path", { d: "m22 22-5-10-5 10", key: "don7ne" }],
290
- ["path", { d: "M14 18h6", key: "1m8k6r" }]
291
- ];
292
- var Languages = createLucideIcon("languages", __iconNode26);
293
-
294
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/loader-circle.js
295
- var __iconNode27 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]];
296
- var LoaderCircle = createLucideIcon("loader-circle", __iconNode27);
297
-
298
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/loader.js
299
- var __iconNode28 = [
300
- ["path", { d: "M12 2v4", key: "3427ic" }],
301
- ["path", { d: "m16.2 7.8 2.9-2.9", key: "r700ao" }],
302
- ["path", { d: "M18 12h4", key: "wj9ykh" }],
303
- ["path", { d: "m16.2 16.2 2.9 2.9", key: "1bxg5t" }],
304
- ["path", { d: "M12 18v4", key: "jadmvz" }],
305
- ["path", { d: "m4.9 19.1 2.9-2.9", key: "bwix9q" }],
306
- ["path", { d: "M2 12h4", key: "j09sii" }],
307
- ["path", { d: "m4.9 4.9 2.9 2.9", key: "giyufr" }]
308
- ];
309
- var Loader = createLucideIcon("loader", __iconNode28);
310
-
311
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/menu.js
312
- var __iconNode29 = [
313
- ["path", { d: "M4 5h16", key: "1tepv9" }],
314
- ["path", { d: "M4 12h16", key: "1lakjw" }],
315
- ["path", { d: "M4 19h16", key: "1djgab" }]
316
- ];
317
- var Menu = createLucideIcon("menu", __iconNode29);
318
-
319
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/minus.js
320
- var __iconNode30 = [["path", { d: "M5 12h14", key: "1ays0h" }]];
321
- var Minus = createLucideIcon("minus", __iconNode30);
322
-
323
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/monitor.js
324
- var __iconNode31 = [
325
- ["rect", { width: "20", height: "14", x: "2", y: "3", rx: "2", key: "48i651" }],
326
- ["line", { x1: "8", x2: "16", y1: "21", y2: "21", key: "1svkeh" }],
327
- ["line", { x1: "12", x2: "12", y1: "17", y2: "21", key: "vw1qmm" }]
328
- ];
329
- var Monitor = createLucideIcon("monitor", __iconNode31);
330
-
331
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/moon.js
332
- var __iconNode32 = [
333
- [
334
- "path",
335
- {
336
- d: "M20.985 12.486a9 9 0 1 1-9.473-9.472c.405-.022.617.46.402.803a6 6 0 0 0 8.268 8.268c.344-.215.825-.004.803.401",
337
- key: "kfwtm"
338
- }
339
- ]
340
- ];
341
- var Moon = createLucideIcon("moon", __iconNode32);
342
-
343
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/octagon-x.js
344
- var __iconNode33 = [
345
- ["path", { d: "m15 9-6 6", key: "1uzhvr" }],
346
- [
347
- "path",
348
- {
349
- d: "M2.586 16.726A2 2 0 0 1 2 15.312V8.688a2 2 0 0 1 .586-1.414l4.688-4.688A2 2 0 0 1 8.688 2h6.624a2 2 0 0 1 1.414.586l4.688 4.688A2 2 0 0 1 22 8.688v6.624a2 2 0 0 1-.586 1.414l-4.688 4.688a2 2 0 0 1-1.414.586H8.688a2 2 0 0 1-1.414-.586z",
350
- key: "2d38gg"
351
- }
352
- ],
353
- ["path", { d: "m9 9 6 6", key: "z0biqf" }]
354
- ];
355
- var OctagonX = createLucideIcon("octagon-x", __iconNode33);
356
-
357
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/panel-left.js
358
- var __iconNode34 = [
359
- ["rect", { width: "18", height: "18", x: "3", y: "3", rx: "2", key: "afitv7" }],
360
- ["path", { d: "M9 3v18", key: "fh3hqa" }]
361
- ];
362
- var PanelLeft = createLucideIcon("panel-left", __iconNode34);
363
-
364
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/pin-off.js
365
- var __iconNode35 = [
366
- ["path", { d: "M12 17v5", key: "bb1du9" }],
367
- ["path", { d: "M15 9.34V7a1 1 0 0 1 1-1 2 2 0 0 0 0-4H7.89", key: "znwnzq" }],
368
- ["path", { d: "m2 2 20 20", key: "1ooewy" }],
369
- [
370
- "path",
371
- {
372
- d: "M9 9v1.76a2 2 0 0 1-1.11 1.79l-1.78.9A2 2 0 0 0 5 15.24V16a1 1 0 0 0 1 1h11",
373
- key: "c9qhm2"
374
- }
375
- ]
376
- ];
377
- var PinOff = createLucideIcon("pin-off", __iconNode35);
378
-
379
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/plus.js
380
- var __iconNode36 = [
381
- ["path", { d: "M5 12h14", key: "1ays0h" }],
382
- ["path", { d: "M12 5v14", key: "s699le" }]
383
- ];
384
- var Plus = createLucideIcon("plus", __iconNode36);
385
-
386
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/search.js
387
- var __iconNode37 = [
388
- ["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
389
- ["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
390
- ];
391
- var Search = createLucideIcon("search", __iconNode37);
392
-
393
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/settings-2.js
394
- var __iconNode38 = [
395
- ["path", { d: "M14 17H5", key: "gfn3mx" }],
396
- ["path", { d: "M19 7h-9", key: "6i9tg" }],
397
- ["circle", { cx: "17", cy: "17", r: "3", key: "18b49y" }],
398
- ["circle", { cx: "7", cy: "7", r: "3", key: "dfmy0x" }]
399
- ];
400
- var Settings2 = createLucideIcon("settings-2", __iconNode38);
401
-
402
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/star.js
403
- var __iconNode39 = [
404
- [
405
- "path",
406
- {
407
- d: "M11.525 2.295a.53.53 0 0 1 .95 0l2.31 4.679a2.123 2.123 0 0 0 1.595 1.16l5.166.756a.53.53 0 0 1 .294.904l-3.736 3.638a2.123 2.123 0 0 0-.611 1.878l.882 5.14a.53.53 0 0 1-.771.56l-4.618-2.428a2.122 2.122 0 0 0-1.973 0L6.396 21.01a.53.53 0 0 1-.77-.56l.881-5.139a2.122 2.122 0 0 0-.611-1.879L2.16 9.795a.53.53 0 0 1 .294-.906l5.165-.755a2.122 2.122 0 0 0 1.597-1.16z",
408
- key: "r04s7s"
409
- }
410
- ]
411
- ];
412
- var Star = createLucideIcon("star", __iconNode39);
413
-
414
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/sun.js
415
- var __iconNode40 = [
416
- ["circle", { cx: "12", cy: "12", r: "4", key: "4exip2" }],
417
- ["path", { d: "M12 2v2", key: "tus03m" }],
418
- ["path", { d: "M12 20v2", key: "1lh1kg" }],
419
- ["path", { d: "m4.93 4.93 1.41 1.41", key: "149t6j" }],
420
- ["path", { d: "m17.66 17.66 1.41 1.41", key: "ptbguv" }],
421
- ["path", { d: "M2 12h2", key: "1t8f8n" }],
422
- ["path", { d: "M20 12h2", key: "1q8mjw" }],
423
- ["path", { d: "m6.34 17.66-1.41 1.41", key: "1m8zz5" }],
424
- ["path", { d: "m19.07 4.93-1.41 1.41", key: "1shlcs" }]
425
- ];
426
- var Sun = createLucideIcon("sun", __iconNode40);
427
-
428
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/triangle-alert.js
429
- var __iconNode41 = [
430
- [
431
- "path",
432
- {
433
- 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",
434
- key: "wmoenq"
435
- }
436
- ],
437
- ["path", { d: "M12 9v4", key: "juzpu7" }],
438
- ["path", { d: "M12 17h.01", key: "p32p05" }]
439
- ];
440
- var TriangleAlert = createLucideIcon("triangle-alert", __iconNode41);
441
-
442
- // ../../node_modules/.bun/lucide-react@0.576.0+b1ab299f0a400331/node_modules/lucide-react/dist/esm/icons/x.js
443
- var __iconNode42 = [
444
- ["path", { d: "M18 6 6 18", key: "1bl5f8" }],
445
- ["path", { d: "m6 6 12 12", key: "d8bk6v" }]
446
- ];
447
- var X = createLucideIcon("x", __iconNode42);
448
-
449
- export {
450
- cn,
451
- ArrowDown,
452
- ArrowLeftToLine,
453
- ArrowLeft,
454
- ArrowRightToLine,
455
- ArrowRight,
456
- ArrowUpRight,
457
- ArrowUp,
458
- Check,
459
- ChevronDown,
460
- ChevronLeft,
461
- ChevronRight,
462
- ChevronUp,
463
- ChevronsUpDown,
464
- CircleAlert,
465
- CircleCheck,
466
- CirclePlus,
467
- CircleX,
468
- CornerUpLeft,
469
- CornerUpRight,
470
- Download,
471
- Ellipsis,
472
- Globe,
473
- GripHorizontal,
474
- GripVertical,
475
- Info,
476
- Languages,
477
- LoaderCircle,
478
- Loader,
479
- Menu,
480
- Minus,
481
- Monitor,
482
- Moon,
483
- OctagonX,
484
- PanelLeft,
485
- PinOff,
486
- Plus,
487
- Search,
488
- Settings2,
489
- Star,
490
- Sun,
491
- TriangleAlert,
492
- X
493
- };
494
- /*! Bundled license information:
495
-
496
- lucide-react/dist/esm/shared/src/utils/mergeClasses.js:
497
- lucide-react/dist/esm/shared/src/utils/toKebabCase.js:
498
- lucide-react/dist/esm/shared/src/utils/toCamelCase.js:
499
- lucide-react/dist/esm/shared/src/utils/toPascalCase.js:
500
- lucide-react/dist/esm/defaultAttributes.js:
501
- lucide-react/dist/esm/shared/src/utils/hasA11yProp.js:
502
- lucide-react/dist/esm/Icon.js:
503
- lucide-react/dist/esm/createLucideIcon.js:
504
- lucide-react/dist/esm/icons/arrow-down.js:
505
- lucide-react/dist/esm/icons/arrow-left-to-line.js:
506
- lucide-react/dist/esm/icons/arrow-left.js:
507
- lucide-react/dist/esm/icons/arrow-right-to-line.js:
508
- lucide-react/dist/esm/icons/arrow-right.js:
509
- lucide-react/dist/esm/icons/arrow-up-right.js:
510
- lucide-react/dist/esm/icons/arrow-up.js:
511
- lucide-react/dist/esm/icons/check.js:
512
- lucide-react/dist/esm/icons/chevron-down.js:
513
- lucide-react/dist/esm/icons/chevron-left.js:
514
- lucide-react/dist/esm/icons/chevron-right.js:
515
- lucide-react/dist/esm/icons/chevron-up.js:
516
- lucide-react/dist/esm/icons/chevrons-up-down.js:
517
- lucide-react/dist/esm/icons/circle-alert.js:
518
- lucide-react/dist/esm/icons/circle-check.js:
519
- lucide-react/dist/esm/icons/circle-plus.js:
520
- lucide-react/dist/esm/icons/circle-x.js:
521
- lucide-react/dist/esm/icons/corner-up-left.js:
522
- lucide-react/dist/esm/icons/corner-up-right.js:
523
- lucide-react/dist/esm/icons/download.js:
524
- lucide-react/dist/esm/icons/ellipsis.js:
525
- lucide-react/dist/esm/icons/globe.js:
526
- lucide-react/dist/esm/icons/grip-horizontal.js:
527
- lucide-react/dist/esm/icons/grip-vertical.js:
528
- lucide-react/dist/esm/icons/info.js:
529
- lucide-react/dist/esm/icons/languages.js:
530
- lucide-react/dist/esm/icons/loader-circle.js:
531
- lucide-react/dist/esm/icons/loader.js:
532
- lucide-react/dist/esm/icons/menu.js:
533
- lucide-react/dist/esm/icons/minus.js:
534
- lucide-react/dist/esm/icons/monitor.js:
535
- lucide-react/dist/esm/icons/moon.js:
536
- lucide-react/dist/esm/icons/octagon-x.js:
537
- lucide-react/dist/esm/icons/panel-left.js:
538
- lucide-react/dist/esm/icons/pin-off.js:
539
- lucide-react/dist/esm/icons/plus.js:
540
- lucide-react/dist/esm/icons/search.js:
541
- lucide-react/dist/esm/icons/settings-2.js:
542
- lucide-react/dist/esm/icons/star.js:
543
- lucide-react/dist/esm/icons/sun.js:
544
- lucide-react/dist/esm/icons/triangle-alert.js:
545
- lucide-react/dist/esm/icons/x.js:
546
- lucide-react/dist/esm/lucide-react.js:
547
- (**
548
- * @license lucide-react v0.576.0 - ISC
549
- *
550
- * This source code is licensed under the ISC license.
551
- * See the LICENSE file in the root directory of this source tree.
552
- *)
553
- */