fansunited-frontend-components 0.0.31-RC6 → 0.0.31

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,120 +0,0 @@
1
- import { jsx as e } from "react/jsx-runtime";
2
- import { r as n } from "./Portal-BWqqFvVm.js";
3
- import { forwardRef as i, createElement as h } from "react";
4
- const I = n(/* @__PURE__ */ e("path", {
5
- d: "M15.41 16.59 10.83 12l4.58-4.59L14 6l-6 6 6 6z"
6
- }), "KeyboardArrowLeft"), A = n(/* @__PURE__ */ e("path", {
7
- d: "M8.59 16.59 13.17 12 8.59 7.41 10 6l6 6-6 6z"
8
- }), "KeyboardArrowRight"), k = n(/* @__PURE__ */ e("path", {
9
- d: "M11 18h2v-2h-2zm1-16C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8m0-14c-2.21 0-4 1.79-4 4h2c0-1.1.9-2 2-2s2 .9 2 2c0 2-3 1.75-3 5h2c0-2.25 3-2.5 3-5 0-2.21-1.79-4-4-4"
10
- }), "HelpOutline"), M = n(/* @__PURE__ */ e("path", {
11
- d: "M3 17.25V21h3.75L17.81 9.94l-3.75-3.75zM20.71 7.04c.39-.39.39-1.02 0-1.41l-2.34-2.34a.996.996 0 0 0-1.41 0l-1.83 1.83 3.75 3.75z"
12
- }), "Edit"), z = n(/* @__PURE__ */ e("path", {
13
- d: "M12 12c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4m0 2c-2.67 0-8 1.34-8 4v2h16v-2c0-2.66-5.33-4-8-4"
14
- }), "Person");
15
- /**
16
- * @license lucide-react v0.454.0 - ISC
17
- *
18
- * This source code is licensed under the ISC license.
19
- * See the LICENSE file in the root directory of this source tree.
20
- */
21
- const g = (t) => t.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase(), d = (...t) => t.filter((r, o, s) => !!r && r.trim() !== "" && s.indexOf(r) === o).join(" ").trim();
22
- /**
23
- * @license lucide-react v0.454.0 - ISC
24
- *
25
- * This source code is licensed under the ISC license.
26
- * See the LICENSE file in the root directory of this source tree.
27
- */
28
- var v = {
29
- xmlns: "http://www.w3.org/2000/svg",
30
- width: 24,
31
- height: 24,
32
- viewBox: "0 0 24 24",
33
- fill: "none",
34
- stroke: "currentColor",
35
- strokeWidth: 2,
36
- strokeLinecap: "round",
37
- strokeLinejoin: "round"
38
- };
39
- /**
40
- * @license lucide-react v0.454.0 - ISC
41
- *
42
- * This source code is licensed under the ISC license.
43
- * See the LICENSE file in the root directory of this source tree.
44
- */
45
- const C = i(
46
- ({
47
- color: t = "currentColor",
48
- size: r = 24,
49
- strokeWidth: o = 2,
50
- absoluteStrokeWidth: s,
51
- className: c = "",
52
- children: a,
53
- iconNode: l,
54
- ...p
55
- }, u) => h(
56
- "svg",
57
- {
58
- ref: u,
59
- ...v,
60
- width: r,
61
- height: r,
62
- stroke: t,
63
- strokeWidth: s ? Number(o) * 24 / Number(r) : o,
64
- className: d("lucide", c),
65
- ...p
66
- },
67
- [
68
- ...l.map(([w, f]) => h(w, f)),
69
- ...Array.isArray(a) ? a : [a]
70
- ]
71
- )
72
- );
73
- /**
74
- * @license lucide-react v0.454.0 - ISC
75
- *
76
- * This source code is licensed under the ISC license.
77
- * See the LICENSE file in the root directory of this source tree.
78
- */
79
- const m = (t, r) => {
80
- const o = i(
81
- ({ className: s, ...c }, a) => h(C, {
82
- ref: a,
83
- iconNode: r,
84
- className: d(`lucide-${g(t)}`, s),
85
- ...c
86
- })
87
- );
88
- return o.displayName = `${t}`, o;
89
- };
90
- /**
91
- * @license lucide-react v0.454.0 - ISC
92
- *
93
- * This source code is licensed under the ISC license.
94
- * See the LICENSE file in the root directory of this source tree.
95
- */
96
- const E = m("ChevronLeft", [
97
- ["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]
98
- ]);
99
- /**
100
- * @license lucide-react v0.454.0 - ISC
101
- *
102
- * This source code is licensed under the ISC license.
103
- * See the LICENSE file in the root directory of this source tree.
104
- */
105
- const K = m("ChevronRight", [
106
- ["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]
107
- ]), x = n(/* @__PURE__ */ e("path", {
108
- d: "M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2m1 15h-2v-2h2zm0-4h-2V7h2z"
109
- }), "Error");
110
- export {
111
- E as C,
112
- M as E,
113
- k as H,
114
- I as K,
115
- z as P,
116
- A as a,
117
- K as b,
118
- x as c,
119
- m as d
120
- };