@lazar-ui/kit 0.2.0 → 0.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +29 -0
- package/LICENSE +21 -0
- package/README.md +64 -23
- package/dist/Icon-flib0kme.mjs +684 -0
- package/dist/Icon.css +1 -0
- package/dist/accordion.css +1 -1
- package/dist/accordion.d.ts +59 -9
- package/dist/accordion.js +59 -41
- package/dist/alert.css +1 -1
- package/dist/alert.js +12 -12
- package/dist/avatar.css +1 -1
- package/dist/avatar.d.ts +2 -2
- package/dist/avatar.js +18 -18
- package/dist/badge.css +1 -1
- package/dist/badge.d.ts +3 -3
- package/dist/badge.js +8 -8
- package/dist/breadcrumbs.css +1 -1
- package/dist/breadcrumbs.js +35 -35
- package/dist/button.css +1 -1
- package/dist/button.d.ts +2 -0
- package/dist/button.js +41 -35
- package/dist/card.css +1 -1
- package/dist/card.js +15 -15
- package/dist/checkbox.css +1 -1
- package/dist/checkbox.js +25 -25
- package/dist/css/palettes/indigo.css +75 -75
- package/dist/css/palettes/monochrome.css +75 -75
- package/dist/css/semantic.css +67 -67
- package/dist/dialog.css +1 -1
- package/dist/dialog.js +49 -48
- package/dist/drawer.css +1 -1
- package/dist/drawer.js +65 -64
- package/dist/empty-state.css +1 -1
- package/dist/empty-state.d.ts +1 -1
- package/dist/empty-state.js +27 -26
- package/dist/error-boundary.css +1 -1
- package/dist/error-boundary.js +9 -9
- package/dist/flex.js +6 -6
- package/dist/form-field.css +1 -1
- package/dist/form-field.js +10 -10
- package/dist/icon.d.ts +30 -0
- package/dist/icon.js +4 -0
- package/dist/input.css +1 -1
- package/dist/input.js +76 -103
- package/dist/{config-provider.d.ts → lazar-ui-provider.d.ts} +33 -33
- package/dist/lazar-ui-provider.js +14 -0
- package/dist/menu.css +1 -1
- package/dist/menu.d.ts +3 -3
- package/dist/menu.js +73 -91
- package/dist/pagination.css +1 -1
- package/dist/pagination.js +49 -48
- package/dist/popover.css +1 -1
- package/dist/popover.js +18 -18
- package/dist/select.css +1 -1
- package/dist/select.js +81 -119
- package/dist/separator.css +1 -1
- package/dist/separator.d.ts +2 -2
- package/dist/separator.js +9 -9
- package/dist/skeleton.css +1 -1
- package/dist/skeleton.js +13 -13
- package/dist/spinner.css +1 -1
- package/dist/spinner.d.ts +2 -2
- package/dist/spinner.js +7 -7
- package/dist/switch.css +1 -1
- package/dist/switch.js +15 -15
- package/dist/table.css +1 -1
- package/dist/table.js +23 -23
- package/dist/tabs.css +1 -1
- package/dist/tabs.js +48 -48
- package/dist/textarea.css +1 -1
- package/dist/textarea.js +17 -17
- package/dist/tooltip.css +1 -1
- package/dist/tooltip.js +10 -10
- package/dist/typography.css +1 -0
- package/dist/typography.d.ts +76 -0
- package/dist/typography.js +40 -0
- package/dist/{useLocale-D2Z0JH0l.mjs → useLocale-DdHNhmvT.mjs} +24 -24
- package/package.json +16 -3
- package/dist/config-provider.js +0 -14
|
@@ -0,0 +1,684 @@
|
|
|
1
|
+
import { jsx as k } from "react/jsx-runtime";
|
|
2
|
+
import { c as C } from "./clsx-OuTLNxxd.mjs";
|
|
3
|
+
import { useContext as $, createContext as w, forwardRef as m, createElement as y } from "react";
|
|
4
|
+
import './Icon.css';/**
|
|
5
|
+
* @license lucide-react v1.17.0 - ISC
|
|
6
|
+
*
|
|
7
|
+
* This source code is licensed under the ISC license.
|
|
8
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
9
|
+
*/
|
|
10
|
+
const _ = (...t) => t.filter((o, c, n) => !!o && o.trim() !== "" && n.indexOf(o) === c).join(" ").trim();
|
|
11
|
+
/**
|
|
12
|
+
* @license lucide-react v1.17.0 - ISC
|
|
13
|
+
*
|
|
14
|
+
* This source code is licensed under the ISC license.
|
|
15
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
16
|
+
*/
|
|
17
|
+
const z = (t) => t.replace(/([a-z0-9])([A-Z])/g, "$1-$2").toLowerCase();
|
|
18
|
+
/**
|
|
19
|
+
* @license lucide-react v1.17.0 - ISC
|
|
20
|
+
*
|
|
21
|
+
* This source code is licensed under the ISC license.
|
|
22
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
23
|
+
*/
|
|
24
|
+
const j = (t) => t.replace(
|
|
25
|
+
/^([A-Z])|[\s-_]+(\w)/g,
|
|
26
|
+
(o, c, n) => n ? n.toUpperCase() : c.toLowerCase()
|
|
27
|
+
);
|
|
28
|
+
/**
|
|
29
|
+
* @license lucide-react v1.17.0 - ISC
|
|
30
|
+
*
|
|
31
|
+
* This source code is licensed under the ISC license.
|
|
32
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
33
|
+
*/
|
|
34
|
+
const p = (t) => {
|
|
35
|
+
const o = j(t);
|
|
36
|
+
return o.charAt(0).toUpperCase() + o.slice(1);
|
|
37
|
+
};
|
|
38
|
+
/**
|
|
39
|
+
* @license lucide-react v1.17.0 - ISC
|
|
40
|
+
*
|
|
41
|
+
* This source code is licensed under the ISC license.
|
|
42
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
43
|
+
*/
|
|
44
|
+
var d = {
|
|
45
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
46
|
+
width: 24,
|
|
47
|
+
height: 24,
|
|
48
|
+
viewBox: "0 0 24 24",
|
|
49
|
+
fill: "none",
|
|
50
|
+
stroke: "currentColor",
|
|
51
|
+
strokeWidth: 2,
|
|
52
|
+
strokeLinecap: "round",
|
|
53
|
+
strokeLinejoin: "round"
|
|
54
|
+
};
|
|
55
|
+
/**
|
|
56
|
+
* @license lucide-react v1.17.0 - ISC
|
|
57
|
+
*
|
|
58
|
+
* This source code is licensed under the ISC license.
|
|
59
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
60
|
+
*/
|
|
61
|
+
const A = (t) => {
|
|
62
|
+
for (const o in t)
|
|
63
|
+
if (o.startsWith("aria-") || o === "role" || o === "title")
|
|
64
|
+
return !0;
|
|
65
|
+
return !1;
|
|
66
|
+
}, b = w({}), L = () => $(b), q = m(
|
|
67
|
+
({ color: t, size: o, strokeWidth: c, absoluteStrokeWidth: n, className: r = "", children: a, iconNode: h, ...s }, u) => {
|
|
68
|
+
const {
|
|
69
|
+
size: i = 24,
|
|
70
|
+
strokeWidth: l = 2,
|
|
71
|
+
absoluteStrokeWidth: x = !1,
|
|
72
|
+
color: M = "currentColor",
|
|
73
|
+
className: v = ""
|
|
74
|
+
} = L() ?? {}, f = n ?? x ? Number(c ?? l) * 24 / Number(o ?? i) : c ?? l;
|
|
75
|
+
return y(
|
|
76
|
+
"svg",
|
|
77
|
+
{
|
|
78
|
+
ref: u,
|
|
79
|
+
...d,
|
|
80
|
+
width: o ?? i ?? d.width,
|
|
81
|
+
height: o ?? i ?? d.height,
|
|
82
|
+
stroke: t ?? M,
|
|
83
|
+
strokeWidth: f,
|
|
84
|
+
className: _("lucide", v, r),
|
|
85
|
+
...!a && !A(s) && { "aria-hidden": "true" },
|
|
86
|
+
...s
|
|
87
|
+
},
|
|
88
|
+
[
|
|
89
|
+
...h.map(([g, N]) => y(g, N)),
|
|
90
|
+
...Array.isArray(a) ? a : [a]
|
|
91
|
+
]
|
|
92
|
+
);
|
|
93
|
+
}
|
|
94
|
+
);
|
|
95
|
+
/**
|
|
96
|
+
* @license lucide-react v1.17.0 - ISC
|
|
97
|
+
*
|
|
98
|
+
* This source code is licensed under the ISC license.
|
|
99
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
100
|
+
*/
|
|
101
|
+
const e = (t, o) => {
|
|
102
|
+
const c = m(
|
|
103
|
+
({ className: n, ...r }, a) => y(q, {
|
|
104
|
+
ref: a,
|
|
105
|
+
iconNode: o,
|
|
106
|
+
className: _(
|
|
107
|
+
`lucide-${z(p(t))}`,
|
|
108
|
+
`lucide-${t}`,
|
|
109
|
+
n
|
|
110
|
+
),
|
|
111
|
+
...r
|
|
112
|
+
})
|
|
113
|
+
);
|
|
114
|
+
return c.displayName = p(t), c;
|
|
115
|
+
};
|
|
116
|
+
/**
|
|
117
|
+
* @license lucide-react v1.17.0 - ISC
|
|
118
|
+
*
|
|
119
|
+
* This source code is licensed under the ISC license.
|
|
120
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
121
|
+
*/
|
|
122
|
+
const H = [
|
|
123
|
+
["path", { d: "m12 19-7-7 7-7", key: "1l729n" }],
|
|
124
|
+
["path", { d: "M19 12H5", key: "x3x0zl" }]
|
|
125
|
+
], S = e("arrow-left", H);
|
|
126
|
+
/**
|
|
127
|
+
* @license lucide-react v1.17.0 - ISC
|
|
128
|
+
*
|
|
129
|
+
* This source code is licensed under the ISC license.
|
|
130
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
131
|
+
*/
|
|
132
|
+
const I = [
|
|
133
|
+
["path", { d: "M5 12h14", key: "1ays0h" }],
|
|
134
|
+
["path", { d: "m12 5 7 7-7 7", key: "xquz4c" }]
|
|
135
|
+
], V = e("arrow-right", I);
|
|
136
|
+
/**
|
|
137
|
+
* @license lucide-react v1.17.0 - ISC
|
|
138
|
+
*
|
|
139
|
+
* This source code is licensed under the ISC license.
|
|
140
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
141
|
+
*/
|
|
142
|
+
const W = [
|
|
143
|
+
["path", { d: "M8 2v4", key: "1cmpym" }],
|
|
144
|
+
["path", { d: "M16 2v4", key: "4m81vk" }],
|
|
145
|
+
["rect", { width: "18", height: "18", x: "3", y: "4", rx: "2", key: "1hopcy" }],
|
|
146
|
+
["path", { d: "M3 10h18", key: "8toen8" }]
|
|
147
|
+
], E = e("calendar", W);
|
|
148
|
+
/**
|
|
149
|
+
* @license lucide-react v1.17.0 - ISC
|
|
150
|
+
*
|
|
151
|
+
* This source code is licensed under the ISC license.
|
|
152
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
153
|
+
*/
|
|
154
|
+
const O = [["path", { d: "M20 6 9 17l-5-5", key: "1gmf2c" }]], P = e("check", O);
|
|
155
|
+
/**
|
|
156
|
+
* @license lucide-react v1.17.0 - ISC
|
|
157
|
+
*
|
|
158
|
+
* This source code is licensed under the ISC license.
|
|
159
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
160
|
+
*/
|
|
161
|
+
const R = [["path", { d: "m6 9 6 6 6-6", key: "qrunsl" }]], U = e("chevron-down", R);
|
|
162
|
+
/**
|
|
163
|
+
* @license lucide-react v1.17.0 - ISC
|
|
164
|
+
*
|
|
165
|
+
* This source code is licensed under the ISC license.
|
|
166
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
167
|
+
*/
|
|
168
|
+
const D = [["path", { d: "m15 18-6-6 6-6", key: "1wnfg3" }]], B = e("chevron-left", D);
|
|
169
|
+
/**
|
|
170
|
+
* @license lucide-react v1.17.0 - ISC
|
|
171
|
+
*
|
|
172
|
+
* This source code is licensed under the ISC license.
|
|
173
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
174
|
+
*/
|
|
175
|
+
const Z = [["path", { d: "m9 18 6-6-6-6", key: "mthhwq" }]], F = e("chevron-right", Z);
|
|
176
|
+
/**
|
|
177
|
+
* @license lucide-react v1.17.0 - ISC
|
|
178
|
+
*
|
|
179
|
+
* This source code is licensed under the ISC license.
|
|
180
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
181
|
+
*/
|
|
182
|
+
const T = [["path", { d: "m18 15-6-6-6 6", key: "153udz" }]], X = e("chevron-up", T);
|
|
183
|
+
/**
|
|
184
|
+
* @license lucide-react v1.17.0 - ISC
|
|
185
|
+
*
|
|
186
|
+
* This source code is licensed under the ISC license.
|
|
187
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
188
|
+
*/
|
|
189
|
+
const G = [
|
|
190
|
+
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
191
|
+
["line", { x1: "12", x2: "12", y1: "8", y2: "12", key: "1pkeuh" }],
|
|
192
|
+
["line", { x1: "12", x2: "12.01", y1: "16", y2: "16", key: "4dfq90" }]
|
|
193
|
+
], K = e("circle-alert", G);
|
|
194
|
+
/**
|
|
195
|
+
* @license lucide-react v1.17.0 - ISC
|
|
196
|
+
*
|
|
197
|
+
* This source code is licensed under the ISC license.
|
|
198
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
199
|
+
*/
|
|
200
|
+
const Y = [
|
|
201
|
+
["path", { d: "M21.801 10A10 10 0 1 1 17 3.335", key: "yps3ct" }],
|
|
202
|
+
["path", { d: "m9 11 3 3L22 4", key: "1pflzl" }]
|
|
203
|
+
], J = e("circle-check-big", Y);
|
|
204
|
+
/**
|
|
205
|
+
* @license lucide-react v1.17.0 - ISC
|
|
206
|
+
*
|
|
207
|
+
* This source code is licensed under the ISC license.
|
|
208
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
209
|
+
*/
|
|
210
|
+
const Q = [
|
|
211
|
+
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
212
|
+
["path", { d: "m15 9-6 6", key: "1uzhvr" }],
|
|
213
|
+
["path", { d: "m9 9 6 6", key: "z0biqf" }]
|
|
214
|
+
], e1 = e("circle-x", Q);
|
|
215
|
+
/**
|
|
216
|
+
* @license lucide-react v1.17.0 - ISC
|
|
217
|
+
*
|
|
218
|
+
* This source code is licensed under the ISC license.
|
|
219
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
220
|
+
*/
|
|
221
|
+
const o1 = [
|
|
222
|
+
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
223
|
+
["path", { d: "M12 6v6l4 2", key: "mmk7yg" }]
|
|
224
|
+
], t1 = e("clock", o1);
|
|
225
|
+
/**
|
|
226
|
+
* @license lucide-react v1.17.0 - ISC
|
|
227
|
+
*
|
|
228
|
+
* This source code is licensed under the ISC license.
|
|
229
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
230
|
+
*/
|
|
231
|
+
const c1 = [
|
|
232
|
+
["rect", { width: "14", height: "14", x: "8", y: "8", rx: "2", ry: "2", key: "17jyea" }],
|
|
233
|
+
["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" }]
|
|
234
|
+
], n1 = e("copy", c1);
|
|
235
|
+
/**
|
|
236
|
+
* @license lucide-react v1.17.0 - ISC
|
|
237
|
+
*
|
|
238
|
+
* This source code is licensed under the ISC license.
|
|
239
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
240
|
+
*/
|
|
241
|
+
const a1 = [
|
|
242
|
+
["path", { d: "M12 15V3", key: "m9g1x1" }],
|
|
243
|
+
["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }],
|
|
244
|
+
["path", { d: "m7 10 5 5 5-5", key: "brsn70" }]
|
|
245
|
+
], r1 = e("download", a1);
|
|
246
|
+
/**
|
|
247
|
+
* @license lucide-react v1.17.0 - ISC
|
|
248
|
+
*
|
|
249
|
+
* This source code is licensed under the ISC license.
|
|
250
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
251
|
+
*/
|
|
252
|
+
const s1 = [
|
|
253
|
+
["circle", { cx: "12", cy: "12", r: "1", key: "41hilf" }],
|
|
254
|
+
["circle", { cx: "19", cy: "12", r: "1", key: "1wjl8i" }],
|
|
255
|
+
["circle", { cx: "5", cy: "12", r: "1", key: "1pcz8c" }]
|
|
256
|
+
], h1 = e("ellipsis", s1);
|
|
257
|
+
/**
|
|
258
|
+
* @license lucide-react v1.17.0 - ISC
|
|
259
|
+
*
|
|
260
|
+
* This source code is licensed under the ISC license.
|
|
261
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
262
|
+
*/
|
|
263
|
+
const i1 = [
|
|
264
|
+
["path", { d: "M15 3h6v6", key: "1q9fwt" }],
|
|
265
|
+
["path", { d: "M10 14 21 3", key: "gplh6r" }],
|
|
266
|
+
["path", { d: "M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6", key: "a6xqqp" }]
|
|
267
|
+
], d1 = e("external-link", i1);
|
|
268
|
+
/**
|
|
269
|
+
* @license lucide-react v1.17.0 - ISC
|
|
270
|
+
*
|
|
271
|
+
* This source code is licensed under the ISC license.
|
|
272
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
273
|
+
*/
|
|
274
|
+
const y1 = [
|
|
275
|
+
[
|
|
276
|
+
"path",
|
|
277
|
+
{
|
|
278
|
+
d: "M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49",
|
|
279
|
+
key: "ct8e1f"
|
|
280
|
+
}
|
|
281
|
+
],
|
|
282
|
+
["path", { d: "M14.084 14.158a3 3 0 0 1-4.242-4.242", key: "151rxh" }],
|
|
283
|
+
[
|
|
284
|
+
"path",
|
|
285
|
+
{
|
|
286
|
+
d: "M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143",
|
|
287
|
+
key: "13bj9a"
|
|
288
|
+
}
|
|
289
|
+
],
|
|
290
|
+
["path", { d: "m2 2 20 20", key: "1ooewy" }]
|
|
291
|
+
], l1 = e("eye-off", y1);
|
|
292
|
+
/**
|
|
293
|
+
* @license lucide-react v1.17.0 - ISC
|
|
294
|
+
*
|
|
295
|
+
* This source code is licensed under the ISC license.
|
|
296
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
297
|
+
*/
|
|
298
|
+
const k1 = [
|
|
299
|
+
[
|
|
300
|
+
"path",
|
|
301
|
+
{
|
|
302
|
+
d: "M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0",
|
|
303
|
+
key: "1nclc0"
|
|
304
|
+
}
|
|
305
|
+
],
|
|
306
|
+
["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
|
|
307
|
+
], p1 = e("eye", k1);
|
|
308
|
+
/**
|
|
309
|
+
* @license lucide-react v1.17.0 - ISC
|
|
310
|
+
*
|
|
311
|
+
* This source code is licensed under the ISC license.
|
|
312
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
313
|
+
*/
|
|
314
|
+
const m1 = [
|
|
315
|
+
[
|
|
316
|
+
"path",
|
|
317
|
+
{
|
|
318
|
+
d: "M6 22a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h8a2.4 2.4 0 0 1 1.704.706l3.588 3.588A2.4 2.4 0 0 1 20 8v12a2 2 0 0 1-2 2z",
|
|
319
|
+
key: "1oefj6"
|
|
320
|
+
}
|
|
321
|
+
],
|
|
322
|
+
["path", { d: "M14 2v5a1 1 0 0 0 1 1h5", key: "wfsgrz" }]
|
|
323
|
+
], _1 = e("file", m1);
|
|
324
|
+
/**
|
|
325
|
+
* @license lucide-react v1.17.0 - ISC
|
|
326
|
+
*
|
|
327
|
+
* This source code is licensed under the ISC license.
|
|
328
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
329
|
+
*/
|
|
330
|
+
const u1 = [
|
|
331
|
+
[
|
|
332
|
+
"path",
|
|
333
|
+
{
|
|
334
|
+
d: "M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z",
|
|
335
|
+
key: "sc7q7i"
|
|
336
|
+
}
|
|
337
|
+
]
|
|
338
|
+
], x1 = e("funnel", u1);
|
|
339
|
+
/**
|
|
340
|
+
* @license lucide-react v1.17.0 - ISC
|
|
341
|
+
*
|
|
342
|
+
* This source code is licensed under the ISC license.
|
|
343
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
344
|
+
*/
|
|
345
|
+
const M1 = [
|
|
346
|
+
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
|
|
347
|
+
["path", { d: "M12 16v-4", key: "1dtifu" }],
|
|
348
|
+
["path", { d: "M12 8h.01", key: "e9boi3" }]
|
|
349
|
+
], v1 = e("info", M1);
|
|
350
|
+
/**
|
|
351
|
+
* @license lucide-react v1.17.0 - ISC
|
|
352
|
+
*
|
|
353
|
+
* This source code is licensed under the ISC license.
|
|
354
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
355
|
+
*/
|
|
356
|
+
const f1 = [["path", { d: "M21 12a9 9 0 1 1-6.219-8.56", key: "13zald" }]], g1 = e("loader-circle", f1);
|
|
357
|
+
/**
|
|
358
|
+
* @license lucide-react v1.17.0 - ISC
|
|
359
|
+
*
|
|
360
|
+
* This source code is licensed under the ISC license.
|
|
361
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
362
|
+
*/
|
|
363
|
+
const N1 = [
|
|
364
|
+
["path", { d: "m16 17 5-5-5-5", key: "1bji2h" }],
|
|
365
|
+
["path", { d: "M21 12H9", key: "dn1m92" }],
|
|
366
|
+
["path", { d: "M9 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h4", key: "1uf3rs" }]
|
|
367
|
+
], C1 = e("log-out", N1);
|
|
368
|
+
/**
|
|
369
|
+
* @license lucide-react v1.17.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
|
+
const $1 = [
|
|
375
|
+
["path", { d: "m22 7-8.991 5.727a2 2 0 0 1-2.009 0L2 7", key: "132q7q" }],
|
|
376
|
+
["rect", { x: "2", y: "4", width: "20", height: "16", rx: "2", key: "izxlao" }]
|
|
377
|
+
], w1 = e("mail", $1);
|
|
378
|
+
/**
|
|
379
|
+
* @license lucide-react v1.17.0 - ISC
|
|
380
|
+
*
|
|
381
|
+
* This source code is licensed under the ISC license.
|
|
382
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
383
|
+
*/
|
|
384
|
+
const z1 = [
|
|
385
|
+
["path", { d: "M4 5h16", key: "1tepv9" }],
|
|
386
|
+
["path", { d: "M4 12h16", key: "1lakjw" }],
|
|
387
|
+
["path", { d: "M4 19h16", key: "1djgab" }]
|
|
388
|
+
], j1 = e("menu", z1);
|
|
389
|
+
/**
|
|
390
|
+
* @license lucide-react v1.17.0 - ISC
|
|
391
|
+
*
|
|
392
|
+
* This source code is licensed under the ISC license.
|
|
393
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
394
|
+
*/
|
|
395
|
+
const A1 = [["path", { d: "M5 12h14", key: "1ays0h" }]], b1 = e("minus", A1);
|
|
396
|
+
/**
|
|
397
|
+
* @license lucide-react v1.17.0 - ISC
|
|
398
|
+
*
|
|
399
|
+
* This source code is licensed under the ISC license.
|
|
400
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
401
|
+
*/
|
|
402
|
+
const L1 = [
|
|
403
|
+
[
|
|
404
|
+
"path",
|
|
405
|
+
{
|
|
406
|
+
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",
|
|
407
|
+
key: "kfwtm"
|
|
408
|
+
}
|
|
409
|
+
]
|
|
410
|
+
], q1 = e("moon", L1);
|
|
411
|
+
/**
|
|
412
|
+
* @license lucide-react v1.17.0 - ISC
|
|
413
|
+
*
|
|
414
|
+
* This source code is licensed under the ISC license.
|
|
415
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
416
|
+
*/
|
|
417
|
+
const H1 = [
|
|
418
|
+
[
|
|
419
|
+
"path",
|
|
420
|
+
{
|
|
421
|
+
d: "M13.832 16.568a1 1 0 0 0 1.213-.303l.355-.465A2 2 0 0 1 17 15h3a2 2 0 0 1 2 2v3a2 2 0 0 1-2 2A18 18 0 0 1 2 4a2 2 0 0 1 2-2h3a2 2 0 0 1 2 2v3a2 2 0 0 1-.8 1.6l-.468.351a1 1 0 0 0-.292 1.233 14 14 0 0 0 6.392 6.384",
|
|
422
|
+
key: "9njp5v"
|
|
423
|
+
}
|
|
424
|
+
]
|
|
425
|
+
], S1 = e("phone", H1);
|
|
426
|
+
/**
|
|
427
|
+
* @license lucide-react v1.17.0 - ISC
|
|
428
|
+
*
|
|
429
|
+
* This source code is licensed under the ISC license.
|
|
430
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
431
|
+
*/
|
|
432
|
+
const I1 = [
|
|
433
|
+
["path", { d: "M5 12h14", key: "1ays0h" }],
|
|
434
|
+
["path", { d: "M12 5v14", key: "s699le" }]
|
|
435
|
+
], V1 = e("plus", I1);
|
|
436
|
+
/**
|
|
437
|
+
* @license lucide-react v1.17.0 - ISC
|
|
438
|
+
*
|
|
439
|
+
* This source code is licensed under the ISC license.
|
|
440
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
441
|
+
*/
|
|
442
|
+
const W1 = [
|
|
443
|
+
["path", { d: "M3 12a9 9 0 0 1 9-9 9.75 9.75 0 0 1 6.74 2.74L21 8", key: "v9h5vc" }],
|
|
444
|
+
["path", { d: "M21 3v5h-5", key: "1q7to0" }],
|
|
445
|
+
["path", { d: "M21 12a9 9 0 0 1-9 9 9.75 9.75 0 0 1-6.74-2.74L3 16", key: "3uifl3" }],
|
|
446
|
+
["path", { d: "M8 16H3v5", key: "1cv678" }]
|
|
447
|
+
], E1 = e("refresh-cw", W1);
|
|
448
|
+
/**
|
|
449
|
+
* @license lucide-react v1.17.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
|
+
const O1 = [
|
|
455
|
+
["path", { d: "m21 21-4.34-4.34", key: "14j7rj" }],
|
|
456
|
+
["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }]
|
|
457
|
+
], P1 = e("search", O1);
|
|
458
|
+
/**
|
|
459
|
+
* @license lucide-react v1.17.0 - ISC
|
|
460
|
+
*
|
|
461
|
+
* This source code is licensed under the ISC license.
|
|
462
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
463
|
+
*/
|
|
464
|
+
const R1 = [
|
|
465
|
+
[
|
|
466
|
+
"path",
|
|
467
|
+
{
|
|
468
|
+
d: "M9.671 4.136a2.34 2.34 0 0 1 4.659 0 2.34 2.34 0 0 0 3.319 1.915 2.34 2.34 0 0 1 2.33 4.033 2.34 2.34 0 0 0 0 3.831 2.34 2.34 0 0 1-2.33 4.033 2.34 2.34 0 0 0-3.319 1.915 2.34 2.34 0 0 1-4.659 0 2.34 2.34 0 0 0-3.32-1.915 2.34 2.34 0 0 1-2.33-4.033 2.34 2.34 0 0 0 0-3.831A2.34 2.34 0 0 1 6.35 6.051a2.34 2.34 0 0 0 3.319-1.915",
|
|
469
|
+
key: "1i5ecw"
|
|
470
|
+
}
|
|
471
|
+
],
|
|
472
|
+
["circle", { cx: "12", cy: "12", r: "3", key: "1v7zrd" }]
|
|
473
|
+
], U1 = e("settings", R1);
|
|
474
|
+
/**
|
|
475
|
+
* @license lucide-react v1.17.0 - ISC
|
|
476
|
+
*
|
|
477
|
+
* This source code is licensed under the ISC license.
|
|
478
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
479
|
+
*/
|
|
480
|
+
const D1 = [
|
|
481
|
+
[
|
|
482
|
+
"path",
|
|
483
|
+
{
|
|
484
|
+
d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",
|
|
485
|
+
key: "oel41y"
|
|
486
|
+
}
|
|
487
|
+
],
|
|
488
|
+
["path", { d: "m9 12 2 2 4-4", key: "dzmm74" }]
|
|
489
|
+
], B1 = e("shield-check", D1);
|
|
490
|
+
/**
|
|
491
|
+
* @license lucide-react v1.17.0 - ISC
|
|
492
|
+
*
|
|
493
|
+
* This source code is licensed under the ISC license.
|
|
494
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
495
|
+
*/
|
|
496
|
+
const Z1 = [
|
|
497
|
+
[
|
|
498
|
+
"path",
|
|
499
|
+
{
|
|
500
|
+
d: "M20 13c0 5-3.5 7.5-7.66 8.95a1 1 0 0 1-.67-.01C7.5 20.5 4 18 4 13V6a1 1 0 0 1 1-1c2 0 4.5-1.2 6.24-2.72a1.17 1.17 0 0 1 1.52 0C14.51 3.81 17 5 19 5a1 1 0 0 1 1 1z",
|
|
501
|
+
key: "oel41y"
|
|
502
|
+
}
|
|
503
|
+
]
|
|
504
|
+
], F1 = e("shield", Z1);
|
|
505
|
+
/**
|
|
506
|
+
* @license lucide-react v1.17.0 - ISC
|
|
507
|
+
*
|
|
508
|
+
* This source code is licensed under the ISC license.
|
|
509
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
510
|
+
*/
|
|
511
|
+
const T1 = [
|
|
512
|
+
["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" }],
|
|
513
|
+
[
|
|
514
|
+
"path",
|
|
515
|
+
{
|
|
516
|
+
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",
|
|
517
|
+
key: "ohrbg2"
|
|
518
|
+
}
|
|
519
|
+
]
|
|
520
|
+
], X1 = e("square-pen", T1);
|
|
521
|
+
/**
|
|
522
|
+
* @license lucide-react v1.17.0 - ISC
|
|
523
|
+
*
|
|
524
|
+
* This source code is licensed under the ISC license.
|
|
525
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
526
|
+
*/
|
|
527
|
+
const G1 = [
|
|
528
|
+
["circle", { cx: "12", cy: "12", r: "4", key: "4exip2" }],
|
|
529
|
+
["path", { d: "M12 2v2", key: "tus03m" }],
|
|
530
|
+
["path", { d: "M12 20v2", key: "1lh1kg" }],
|
|
531
|
+
["path", { d: "m4.93 4.93 1.41 1.41", key: "149t6j" }],
|
|
532
|
+
["path", { d: "m17.66 17.66 1.41 1.41", key: "ptbguv" }],
|
|
533
|
+
["path", { d: "M2 12h2", key: "1t8f8n" }],
|
|
534
|
+
["path", { d: "M20 12h2", key: "1q8mjw" }],
|
|
535
|
+
["path", { d: "m6.34 17.66-1.41 1.41", key: "1m8zz5" }],
|
|
536
|
+
["path", { d: "m19.07 4.93-1.41 1.41", key: "1shlcs" }]
|
|
537
|
+
], K1 = e("sun", G1);
|
|
538
|
+
/**
|
|
539
|
+
* @license lucide-react v1.17.0 - ISC
|
|
540
|
+
*
|
|
541
|
+
* This source code is licensed under the ISC license.
|
|
542
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
543
|
+
*/
|
|
544
|
+
const Y1 = [
|
|
545
|
+
["path", { d: "M10 11v6", key: "nco0om" }],
|
|
546
|
+
["path", { d: "M14 11v6", key: "outv1u" }],
|
|
547
|
+
["path", { d: "M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6", key: "miytrc" }],
|
|
548
|
+
["path", { d: "M3 6h18", key: "d0wm0j" }],
|
|
549
|
+
["path", { d: "M8 6V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2", key: "e791ji" }]
|
|
550
|
+
], J1 = e("trash-2", Y1);
|
|
551
|
+
/**
|
|
552
|
+
* @license lucide-react v1.17.0 - ISC
|
|
553
|
+
*
|
|
554
|
+
* This source code is licensed under the ISC license.
|
|
555
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
556
|
+
*/
|
|
557
|
+
const Q1 = [
|
|
558
|
+
[
|
|
559
|
+
"path",
|
|
560
|
+
{
|
|
561
|
+
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",
|
|
562
|
+
key: "wmoenq"
|
|
563
|
+
}
|
|
564
|
+
],
|
|
565
|
+
["path", { d: "M12 9v4", key: "juzpu7" }],
|
|
566
|
+
["path", { d: "M12 17h.01", key: "p32p05" }]
|
|
567
|
+
], ee = e("triangle-alert", Q1);
|
|
568
|
+
/**
|
|
569
|
+
* @license lucide-react v1.17.0 - ISC
|
|
570
|
+
*
|
|
571
|
+
* This source code is licensed under the ISC license.
|
|
572
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
573
|
+
*/
|
|
574
|
+
const oe = [
|
|
575
|
+
["path", { d: "M12 3v12", key: "1x0j5s" }],
|
|
576
|
+
["path", { d: "m17 8-5-5-5 5", key: "7q97r8" }],
|
|
577
|
+
["path", { d: "M21 15v4a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2v-4", key: "ih7n3h" }]
|
|
578
|
+
], te = e("upload", oe);
|
|
579
|
+
/**
|
|
580
|
+
* @license lucide-react v1.17.0 - ISC
|
|
581
|
+
*
|
|
582
|
+
* This source code is licensed under the ISC license.
|
|
583
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
584
|
+
*/
|
|
585
|
+
const ce = [
|
|
586
|
+
["path", { d: "M19 21v-2a4 4 0 0 0-4-4H9a4 4 0 0 0-4 4v2", key: "975kel" }],
|
|
587
|
+
["circle", { cx: "12", cy: "7", r: "4", key: "17ys0d" }]
|
|
588
|
+
], ne = e("user", ce);
|
|
589
|
+
/**
|
|
590
|
+
* @license lucide-react v1.17.0 - ISC
|
|
591
|
+
*
|
|
592
|
+
* This source code is licensed under the ISC license.
|
|
593
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
594
|
+
*/
|
|
595
|
+
const ae = [
|
|
596
|
+
["path", { d: "M18 6 6 18", key: "1bl5f8" }],
|
|
597
|
+
["path", { d: "m6 6 12 12", key: "d8bk6v" }]
|
|
598
|
+
], re = e("x", ae);
|
|
599
|
+
/**
|
|
600
|
+
* @license lucide-react v1.17.0 - ISC
|
|
601
|
+
*
|
|
602
|
+
* This source code is licensed under the ISC license.
|
|
603
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
604
|
+
*/
|
|
605
|
+
const se = [
|
|
606
|
+
["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }],
|
|
607
|
+
["line", { x1: "21", x2: "16.65", y1: "21", y2: "16.65", key: "13gj7c" }],
|
|
608
|
+
["line", { x1: "11", x2: "11", y1: "8", y2: "14", key: "1vmskp" }],
|
|
609
|
+
["line", { x1: "8", x2: "14", y1: "11", y2: "11", key: "durymu" }]
|
|
610
|
+
], he = e("zoom-in", se);
|
|
611
|
+
/**
|
|
612
|
+
* @license lucide-react v1.17.0 - ISC
|
|
613
|
+
*
|
|
614
|
+
* This source code is licensed under the ISC license.
|
|
615
|
+
* See the LICENSE file in the root directory of this source tree.
|
|
616
|
+
*/
|
|
617
|
+
const ie = [
|
|
618
|
+
["circle", { cx: "11", cy: "11", r: "8", key: "4ej97u" }],
|
|
619
|
+
["line", { x1: "21", x2: "16.65", y1: "21", y2: "16.65", key: "13gj7c" }],
|
|
620
|
+
["line", { x1: "8", x2: "14", y1: "11", y2: "11", key: "durymu" }]
|
|
621
|
+
], de = e("zoom-out", ie), ye = "Icon", le = "_root_9ug8m_1", ke = {
|
|
622
|
+
root: le
|
|
623
|
+
}, pe = {
|
|
624
|
+
alertCircle: K,
|
|
625
|
+
alertTriangle: ee,
|
|
626
|
+
arrowLeft: S,
|
|
627
|
+
arrowRight: V,
|
|
628
|
+
calendar: E,
|
|
629
|
+
check: P,
|
|
630
|
+
checkCircle: J,
|
|
631
|
+
chevronDown: U,
|
|
632
|
+
chevronLeft: B,
|
|
633
|
+
chevronRight: F,
|
|
634
|
+
chevronUp: X,
|
|
635
|
+
clock: t1,
|
|
636
|
+
copy: n1,
|
|
637
|
+
download: r1,
|
|
638
|
+
edit: X1,
|
|
639
|
+
externalLink: d1,
|
|
640
|
+
eye: p1,
|
|
641
|
+
eyeOff: l1,
|
|
642
|
+
file: _1,
|
|
643
|
+
filter: x1,
|
|
644
|
+
info: v1,
|
|
645
|
+
loader2: g1,
|
|
646
|
+
logOut: C1,
|
|
647
|
+
mail: w1,
|
|
648
|
+
menu: j1,
|
|
649
|
+
minus: b1,
|
|
650
|
+
moon: q1,
|
|
651
|
+
moreHorizontal: h1,
|
|
652
|
+
phone: S1,
|
|
653
|
+
plus: V1,
|
|
654
|
+
refreshCw: E1,
|
|
655
|
+
search: P1,
|
|
656
|
+
settings: U1,
|
|
657
|
+
shield: F1,
|
|
658
|
+
shieldCheck: B1,
|
|
659
|
+
sun: K1,
|
|
660
|
+
trash2: J1,
|
|
661
|
+
upload: te,
|
|
662
|
+
user: ne,
|
|
663
|
+
x: re,
|
|
664
|
+
xCircle: e1,
|
|
665
|
+
zoomIn: he,
|
|
666
|
+
zoomOut: de
|
|
667
|
+
}, me = (t) => {
|
|
668
|
+
const { name: o, size: c = 16, color: n = "currentColor", strokeWidth: r = 2, ariaLabel: a } = t, h = pe[o], s = C(ke.root);
|
|
669
|
+
return h ? /* @__PURE__ */ k(
|
|
670
|
+
h,
|
|
671
|
+
{
|
|
672
|
+
className: s,
|
|
673
|
+
size: c,
|
|
674
|
+
color: n,
|
|
675
|
+
strokeWidth: r,
|
|
676
|
+
role: "img",
|
|
677
|
+
"aria-label": a ?? o
|
|
678
|
+
}
|
|
679
|
+
) : /* @__PURE__ */ k("span", { className: s, role: "img", "aria-label": a ?? o, children: o });
|
|
680
|
+
};
|
|
681
|
+
me.displayName = ye;
|
|
682
|
+
export {
|
|
683
|
+
me as I
|
|
684
|
+
};
|
package/dist/Icon.css
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
._root_9ug8m_1{display:inline-flex;flex-shrink:0}
|
package/dist/accordion.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
:root{--accordion-border-radius: var(--lui-radius-2)}._root_grshw_5{border:1px solid var(--lui-color-border-primary);border-radius:var(--accordion-border-radius);overflow:hidden;width:100%}:root{--accordion-chevron-size: 8px;--accordion-transition-duration: .2s;--accordion-content-transition: .3s}._root_z83hn_7:not(:last-child){border-bottom:1px solid var(--lui-color-border-primary)}._trigger_z83hn_11{align-items:center;background:var(--lui-color-background-primary);border:none;cursor:pointer;display:flex;gap:var(--lui-space-2);justify-content:space-between;padding:var(--lui-space-6) var(--lui-space-4);transition:background-color var(--accordion-transition-duration);width:100%}._trigger_z83hn_11:hover{background:var(--lui-color-background-tertiary)}._open_z83hn_27 ._trigger_z83hn_11{background:var(--lui-color-background-brand);color:var(--lui-color-text-on-brand)}._title_z83hn_32{align-items:center;display:flex;font-size:var(--lui-font-size-sm);font-weight:var(--lui-font-weight-medium);gap:var(--lui-space-4);line-height:1.4}._icon_z83hn_41,._chevron_z83hn_46{align-items:center;display:flex}._chevron_z83hn_46:after{border-color:currentColor;border-style:solid;border-width:0 2px 2px 0;content:"";display:block;height:var(--accordion-chevron-size);transform:rotate(45deg);transition:transform var(--accordion-transition-duration);width:var(--accordion-chevron-size)}._open_z83hn_27 ._chevron_z83hn_46:after{transform:rotate(-135deg)}._content_z83hn_66{background:var(--lui-color-background-secondary);border-top:1px solid var(--lui-color-border-primary);font-size:var(--lui-font-size-md);line-height:1.5;max-height:0;opacity:0;overflow:hidden;padding:0 var(--lui-space-4);transition:max-height var(--accordion-content-transition) ease-out,opacity var(--accordion-content-transition) ease-out,padding var(--accordion-content-transition) ease-out}._open_z83hn_27 ._content_z83hn_66{max-height:9999px;opacity:1;padding:var(--lui-space-4)}
|