wg-design 0.0.13 → 0.1.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.
- package/dist/index.cjs +3 -3
- package/dist/index.mjs +89 -100
- package/dist/src/components/DynamicIcon/IconGallery.d.ts +2 -0
- package/dist/src/components/DynamicIcon/IconGalleryInternals.d.ts +15 -0
- package/dist/src/components/DynamicIcon/IconGalleryVirtualGrid.d.ts +3 -0
- package/dist/src/components/DynamicIcon/icon-catalogues.d.ts +3 -0
- package/dist/wg-design.css +1 -1
- package/package.json +6 -2
package/dist/index.mjs
CHANGED
|
@@ -10178,8 +10178,8 @@ var an = r(({ name: t, fallback: r, ...o }, s) => {
|
|
|
10178
10178
|
RiskObjectsVehicleTravelling: () => tl,
|
|
10179
10179
|
RiskObjectsVehicleTruck: () => nl,
|
|
10180
10180
|
RiskObjectsVehicleVan: () => rl
|
|
10181
|
-
}), al = new Set(nn)
|
|
10182
|
-
function
|
|
10181
|
+
}), al = new Set(nn);
|
|
10182
|
+
function ol({ name: e, size: t = 24, className: n, "aria-label": r }) {
|
|
10183
10183
|
let i = r ? {
|
|
10184
10184
|
role: "img",
|
|
10185
10185
|
"aria-label": r
|
|
@@ -10201,27 +10201,16 @@ function sl({ name: e, size: t = 24, className: n, "aria-label": r }) {
|
|
|
10201
10201
|
height: t
|
|
10202
10202
|
}
|
|
10203
10203
|
})
|
|
10204
|
-
}) : (
|
|
10205
|
-
width: t,
|
|
10206
|
-
height: t,
|
|
10207
|
-
viewBox: "0 0 24 24",
|
|
10208
|
-
fill: "none",
|
|
10209
|
-
stroke: "currentColor",
|
|
10210
|
-
strokeWidth: 2,
|
|
10211
|
-
className: n,
|
|
10204
|
+
}) : (console.warn(`[wg-design] DynamicIcon: unknown name "${e}"`), /* @__PURE__ */ o(an, {
|
|
10212
10205
|
...i,
|
|
10213
|
-
|
|
10214
|
-
|
|
10215
|
-
|
|
10216
|
-
width: "18",
|
|
10217
|
-
height: "18",
|
|
10218
|
-
rx: "2"
|
|
10219
|
-
}), /* @__PURE__ */ o("path", { d: "M9 9l6 6m0-6l-6 6" })]
|
|
10206
|
+
name: "circle-alert",
|
|
10207
|
+
size: t,
|
|
10208
|
+
className: n
|
|
10220
10209
|
}));
|
|
10221
10210
|
}
|
|
10222
10211
|
//#endregion
|
|
10223
10212
|
//#region node_modules/@base-ui/utils/esm/useControlled.js
|
|
10224
|
-
function
|
|
10213
|
+
function sl({ controlled: e, default: n, name: r, state: i = "value" }) {
|
|
10225
10214
|
let { current: a } = t.useRef(e !== void 0), [o, s] = t.useState(n), c = a ? e : o;
|
|
10226
10215
|
if (process.env.NODE_ENV !== "production") {
|
|
10227
10216
|
t.useEffect(() => {
|
|
@@ -10239,14 +10228,14 @@ function cl({ controlled: e, default: n, name: r, state: i = "value" }) {
|
|
|
10239
10228
|
]);
|
|
10240
10229
|
let { current: o } = t.useRef(n);
|
|
10241
10230
|
t.useEffect(() => {
|
|
10242
|
-
!a &&
|
|
10231
|
+
!a && cl(o) !== cl(n) && re([`A component is changing the default ${i} state of an uncontrolled ${r} after being initialized. To suppress this warning opt to use a controlled ${r}.`].join("\n"));
|
|
10243
10232
|
}, [n]);
|
|
10244
10233
|
}
|
|
10245
10234
|
return [c, t.useCallback((e) => {
|
|
10246
10235
|
a || s(e);
|
|
10247
10236
|
}, [])];
|
|
10248
10237
|
}
|
|
10249
|
-
function
|
|
10238
|
+
function cl(e) {
|
|
10250
10239
|
let t = 0, n = /* @__PURE__ */ new WeakMap();
|
|
10251
10240
|
try {
|
|
10252
10241
|
return JSON.stringify(e, function(e, r) {
|
|
@@ -10266,7 +10255,7 @@ function ll(e) {
|
|
|
10266
10255
|
}
|
|
10267
10256
|
//#endregion
|
|
10268
10257
|
//#region node_modules/@base-ui/utils/esm/visuallyHidden.js
|
|
10269
|
-
var
|
|
10258
|
+
var ll = {
|
|
10270
10259
|
clipPath: "inset(50%)",
|
|
10271
10260
|
overflow: "hidden",
|
|
10272
10261
|
whiteSpace: "nowrap",
|
|
@@ -10275,48 +10264,48 @@ var ul = {
|
|
|
10275
10264
|
width: 1,
|
|
10276
10265
|
height: 1,
|
|
10277
10266
|
margin: -1
|
|
10278
|
-
},
|
|
10279
|
-
...
|
|
10267
|
+
}, ul = {
|
|
10268
|
+
...ll,
|
|
10280
10269
|
position: "fixed",
|
|
10281
10270
|
top: 0,
|
|
10282
10271
|
left: 0
|
|
10283
|
-
},
|
|
10284
|
-
...
|
|
10272
|
+
}, dl = {
|
|
10273
|
+
...ll,
|
|
10285
10274
|
position: "absolute"
|
|
10286
|
-
},
|
|
10287
|
-
function
|
|
10275
|
+
}, fl = 0;
|
|
10276
|
+
function pl(e, n = "mui") {
|
|
10288
10277
|
let [r, i] = t.useState(e), a = e || r;
|
|
10289
10278
|
return t.useEffect(() => {
|
|
10290
|
-
r ?? (
|
|
10279
|
+
r ?? (fl += 1, i(`${n}-${fl}`));
|
|
10291
10280
|
}, [r, n]), a;
|
|
10292
10281
|
}
|
|
10293
|
-
var
|
|
10294
|
-
function
|
|
10295
|
-
if (
|
|
10296
|
-
let n =
|
|
10282
|
+
var ml = y.useId;
|
|
10283
|
+
function hl(e, t) {
|
|
10284
|
+
if (ml !== void 0) {
|
|
10285
|
+
let n = ml();
|
|
10297
10286
|
return e ?? (t ? `${t}-${n}` : n);
|
|
10298
10287
|
}
|
|
10299
|
-
return
|
|
10288
|
+
return pl(e, t);
|
|
10300
10289
|
}
|
|
10301
10290
|
//#endregion
|
|
10302
10291
|
//#region node_modules/@base-ui/react/esm/internals/useBaseUiId.js
|
|
10303
|
-
function
|
|
10304
|
-
return
|
|
10292
|
+
function gl(e) {
|
|
10293
|
+
return hl(e, "base-ui");
|
|
10305
10294
|
}
|
|
10306
10295
|
//#endregion
|
|
10307
10296
|
//#region node_modules/@base-ui/react/esm/switch/root/SwitchRootContext.js
|
|
10308
|
-
var
|
|
10309
|
-
process.env.NODE_ENV !== "production" && (
|
|
10310
|
-
function
|
|
10311
|
-
let e = t.useContext(
|
|
10297
|
+
var _l = /* @__PURE__ */ t.createContext(void 0);
|
|
10298
|
+
process.env.NODE_ENV !== "production" && (_l.displayName = "SwitchRootContext");
|
|
10299
|
+
function vl() {
|
|
10300
|
+
let e = t.useContext(_l);
|
|
10312
10301
|
if (e === void 0) throw Error(process.env.NODE_ENV === "production" ? F(63) : "Base UI: SwitchRootContext is missing. Switch parts must be placed within <Switch.Root>.");
|
|
10313
10302
|
return e;
|
|
10314
10303
|
}
|
|
10315
10304
|
//#endregion
|
|
10316
10305
|
//#region node_modules/@base-ui/react/esm/field/control/FieldControlDataAttributes.js
|
|
10317
|
-
var
|
|
10306
|
+
var yl = /* @__PURE__ */ function(e) {
|
|
10318
10307
|
return e.disabled = "data-disabled", e.valid = "data-valid", e.invalid = "data-invalid", e.touched = "data-touched", e.dirty = "data-dirty", e.filled = "data-filled", e.focused = "data-focused", e;
|
|
10319
|
-
}({}),
|
|
10308
|
+
}({}), bl = {
|
|
10320
10309
|
badInput: !1,
|
|
10321
10310
|
customError: !1,
|
|
10322
10311
|
patternMismatch: !1,
|
|
@@ -10328,29 +10317,29 @@ var bl = /* @__PURE__ */ function(e) {
|
|
|
10328
10317
|
typeMismatch: !1,
|
|
10329
10318
|
valid: null,
|
|
10330
10319
|
valueMissing: !1
|
|
10331
|
-
},
|
|
10320
|
+
}, xl = {
|
|
10332
10321
|
valid: null,
|
|
10333
10322
|
touched: !1,
|
|
10334
10323
|
dirty: !1,
|
|
10335
10324
|
filled: !1,
|
|
10336
10325
|
focused: !1
|
|
10337
|
-
},
|
|
10326
|
+
}, Sl = {
|
|
10338
10327
|
disabled: !1,
|
|
10339
|
-
...
|
|
10340
|
-
},
|
|
10341
|
-
return e === null ? null : e ? { [
|
|
10342
|
-
} },
|
|
10328
|
+
...xl
|
|
10329
|
+
}, Cl = { valid(e) {
|
|
10330
|
+
return e === null ? null : e ? { [yl.valid]: "" } : { [yl.invalid]: "" };
|
|
10331
|
+
} }, wl = /* @__PURE__ */ function(e) {
|
|
10343
10332
|
return e.checked = "data-checked", e.unchecked = "data-unchecked", e.disabled = "data-disabled", e.readonly = "data-readonly", e.required = "data-required", e.valid = "data-valid", e.invalid = "data-invalid", e.touched = "data-touched", e.dirty = "data-dirty", e.filled = "data-filled", e.focused = "data-focused", e;
|
|
10344
|
-
}({}),
|
|
10345
|
-
...
|
|
10333
|
+
}({}), Tl = {
|
|
10334
|
+
...Cl,
|
|
10346
10335
|
checked(e) {
|
|
10347
|
-
return e ? { [
|
|
10336
|
+
return e ? { [wl.checked]: "" } : { [wl.unchecked]: "" };
|
|
10348
10337
|
}
|
|
10349
|
-
},
|
|
10338
|
+
}, El = /* @__PURE__ */ t.createContext({
|
|
10350
10339
|
invalid: void 0,
|
|
10351
10340
|
name: void 0,
|
|
10352
10341
|
validityData: {
|
|
10353
|
-
state:
|
|
10342
|
+
state: bl,
|
|
10354
10343
|
errors: [],
|
|
10355
10344
|
error: "",
|
|
10356
10345
|
value: "",
|
|
@@ -10358,19 +10347,19 @@ var bl = /* @__PURE__ */ function(e) {
|
|
|
10358
10347
|
},
|
|
10359
10348
|
setValidityData: H,
|
|
10360
10349
|
disabled: void 0,
|
|
10361
|
-
touched:
|
|
10350
|
+
touched: xl.touched,
|
|
10362
10351
|
setTouched: H,
|
|
10363
|
-
dirty:
|
|
10352
|
+
dirty: xl.dirty,
|
|
10364
10353
|
setDirty: H,
|
|
10365
|
-
filled:
|
|
10354
|
+
filled: xl.filled,
|
|
10366
10355
|
setFilled: H,
|
|
10367
|
-
focused:
|
|
10356
|
+
focused: xl.focused,
|
|
10368
10357
|
setFocused: H,
|
|
10369
10358
|
validate: () => null,
|
|
10370
10359
|
validationMode: "onSubmit",
|
|
10371
10360
|
validationDebounceTime: 0,
|
|
10372
10361
|
shouldValidateOnChange: () => !1,
|
|
10373
|
-
state:
|
|
10362
|
+
state: Sl,
|
|
10374
10363
|
markedDirtyRef: { current: !1 },
|
|
10375
10364
|
registerFieldControl: H,
|
|
10376
10365
|
validation: {
|
|
@@ -10380,16 +10369,16 @@ var bl = /* @__PURE__ */ function(e) {
|
|
|
10380
10369
|
commit: async () => {}
|
|
10381
10370
|
}
|
|
10382
10371
|
});
|
|
10383
|
-
process.env.NODE_ENV !== "production" && (
|
|
10384
|
-
function
|
|
10385
|
-
let n = t.useContext(
|
|
10372
|
+
process.env.NODE_ENV !== "production" && (El.displayName = "FieldRootContext");
|
|
10373
|
+
function Dl(e = !0) {
|
|
10374
|
+
let n = t.useContext(El);
|
|
10386
10375
|
if (n.setValidityData === H && !e) throw Error(process.env.NODE_ENV === "production" ? F(28) : "Base UI: FieldRootContext is missing. Field parts must be placed within <Field.Root>.");
|
|
10387
10376
|
return n;
|
|
10388
10377
|
}
|
|
10389
10378
|
//#endregion
|
|
10390
10379
|
//#region node_modules/@base-ui/react/esm/internals/field-register-control/useRegisterFieldControl.js
|
|
10391
|
-
function
|
|
10392
|
-
let { enabled: r = !0, getValue: i, id: a, value: o } = n, { registerFieldControl: s } =
|
|
10380
|
+
function Ol(e, n) {
|
|
10381
|
+
let { enabled: r = !0, getValue: i, id: a, value: o } = n, { registerFieldControl: s } = Dl(), c = t.useRef(null);
|
|
10393
10382
|
c.current ||= Symbol(), b(() => {
|
|
10394
10383
|
let t = c.current;
|
|
10395
10384
|
if (!(!t || !r)) return s(t, {
|
|
@@ -10411,20 +10400,20 @@ function kl(e, n) {
|
|
|
10411
10400
|
}
|
|
10412
10401
|
//#endregion
|
|
10413
10402
|
//#region node_modules/@base-ui/react/esm/internals/form-context/FormContext.js
|
|
10414
|
-
var
|
|
10403
|
+
var kl = /* @__PURE__ */ t.createContext({
|
|
10415
10404
|
formRef: { current: { fields: /* @__PURE__ */ new Map() } },
|
|
10416
10405
|
errors: {},
|
|
10417
10406
|
clearErrors: H,
|
|
10418
10407
|
validationMode: "onSubmit",
|
|
10419
10408
|
submitAttemptedRef: { current: !1 }
|
|
10420
10409
|
});
|
|
10421
|
-
process.env.NODE_ENV !== "production" && (
|
|
10422
|
-
function
|
|
10423
|
-
return t.useContext(
|
|
10410
|
+
process.env.NODE_ENV !== "production" && (kl.displayName = "FormContext");
|
|
10411
|
+
function Al() {
|
|
10412
|
+
return t.useContext(kl);
|
|
10424
10413
|
}
|
|
10425
10414
|
//#endregion
|
|
10426
10415
|
//#region node_modules/@base-ui/react/esm/internals/labelable-provider/LabelableContext.js
|
|
10427
|
-
var
|
|
10416
|
+
var jl = /* @__PURE__ */ t.createContext({
|
|
10428
10417
|
controlId: void 0,
|
|
10429
10418
|
registerControlId: H,
|
|
10430
10419
|
labelId: void 0,
|
|
@@ -10433,24 +10422,24 @@ var Ml = /* @__PURE__ */ t.createContext({
|
|
|
10433
10422
|
setMessageIds: H,
|
|
10434
10423
|
getDescriptionProps: (e) => e
|
|
10435
10424
|
});
|
|
10436
|
-
process.env.NODE_ENV !== "production" && (
|
|
10437
|
-
function
|
|
10438
|
-
return t.useContext(
|
|
10425
|
+
process.env.NODE_ENV !== "production" && (jl.displayName = "LabelableContext");
|
|
10426
|
+
function Ml() {
|
|
10427
|
+
return t.useContext(jl);
|
|
10439
10428
|
}
|
|
10440
10429
|
//#endregion
|
|
10441
10430
|
//#region node_modules/@base-ui/react/esm/internals/labelable-provider/useAriaLabelledBy.js
|
|
10442
|
-
function
|
|
10443
|
-
let [o, s] = t.useState(), c =
|
|
10431
|
+
function Nl(e, n, r, i = !0, a) {
|
|
10432
|
+
let [o, s] = t.useState(), c = gl(a ? `${a}-label` : void 0), l = e ?? n ?? o;
|
|
10444
10433
|
return b(() => {
|
|
10445
|
-
let t = e || n || !i ? void 0 :
|
|
10434
|
+
let t = e || n || !i ? void 0 : Pl(r.current, c);
|
|
10446
10435
|
o !== t && s(t);
|
|
10447
10436
|
}), l;
|
|
10448
10437
|
}
|
|
10449
|
-
function
|
|
10450
|
-
let n =
|
|
10438
|
+
function Pl(e, t) {
|
|
10439
|
+
let n = Fl(e);
|
|
10451
10440
|
if (n) return !n.id && t && (n.id = t), n.id || void 0;
|
|
10452
10441
|
}
|
|
10453
|
-
function
|
|
10442
|
+
function Fl(e) {
|
|
10454
10443
|
if (!e) return;
|
|
10455
10444
|
let t = e.parentElement;
|
|
10456
10445
|
if (t && t.tagName === "LABEL") return t;
|
|
@@ -10464,8 +10453,8 @@ function Il(e) {
|
|
|
10464
10453
|
}
|
|
10465
10454
|
//#endregion
|
|
10466
10455
|
//#region node_modules/@base-ui/react/esm/internals/labelable-provider/useLabelableId.js
|
|
10467
|
-
function
|
|
10468
|
-
let { id: n, implicit: r = !1, controlRef: i } = e, { controlId: a, registerControlId: o } =
|
|
10456
|
+
function Il(e = {}) {
|
|
10457
|
+
let { id: n, implicit: r = !1, controlRef: i } = e, { controlId: a, registerControlId: o } = Ml(), s = gl(n), c = r ? a : void 0, l = h(() => Symbol("labelable-control")), u = t.useRef(!1), d = t.useRef(n != null), p = _(() => {
|
|
10469
10458
|
!u.current || o === H || (u.current = !1, o(l.current, void 0));
|
|
10470
10459
|
});
|
|
10471
10460
|
return b(() => {
|
|
@@ -10498,10 +10487,10 @@ function Ll(e = {}) {
|
|
|
10498
10487
|
}
|
|
10499
10488
|
//#endregion
|
|
10500
10489
|
//#region node_modules/@base-ui/react/esm/internals/reason-parts.js
|
|
10501
|
-
var
|
|
10490
|
+
var Ll = "none";
|
|
10502
10491
|
//#endregion
|
|
10503
10492
|
//#region node_modules/@base-ui/react/esm/internals/createBaseUIEventDetails.js
|
|
10504
|
-
function
|
|
10493
|
+
function Rl(e, t, n, r) {
|
|
10505
10494
|
let i = !1, a = !1, o = r ?? U;
|
|
10506
10495
|
return {
|
|
10507
10496
|
reason: e,
|
|
@@ -10524,7 +10513,7 @@ function zl(e, t, n, r) {
|
|
|
10524
10513
|
}
|
|
10525
10514
|
//#endregion
|
|
10526
10515
|
//#region node_modules/@base-ui/react/esm/internals/useValueChanged.js
|
|
10527
|
-
function
|
|
10516
|
+
function zl(e, n) {
|
|
10528
10517
|
let r = t.useRef(e), i = _(n);
|
|
10529
10518
|
b(() => {
|
|
10530
10519
|
r.current !== e && i(r.current);
|
|
@@ -10534,29 +10523,29 @@ function Bl(e, n) {
|
|
|
10534
10523
|
}
|
|
10535
10524
|
//#endregion
|
|
10536
10525
|
//#region node_modules/@base-ui/react/esm/switch/root/SwitchRoot.js
|
|
10537
|
-
var
|
|
10538
|
-
let { checked: r, className: i, defaultChecked: a, "aria-labelledby": c, form: l, id: u, inputRef: d, name: f, nativeButton: p = !1, onCheckedChange: m, readOnly: h = !1, required: g = !1, disabled: ee = !1, render: te, uncheckedValue: ne, value: v, style: re, ...y } = e, { clearErrors: x } =
|
|
10526
|
+
var Bl = /* @__PURE__ */ t.forwardRef(function(e, n) {
|
|
10527
|
+
let { checked: r, className: i, defaultChecked: a, "aria-labelledby": c, form: l, id: u, inputRef: d, name: f, nativeButton: p = !1, onCheckedChange: m, readOnly: h = !1, required: g = !1, disabled: ee = !1, render: te, uncheckedValue: ne, value: v, style: re, ...y } = e, { clearErrors: x } = Al(), { state: S, setTouched: ae, setDirty: C, validityData: w, setFilled: T, setFocused: E, shouldValidateOnChange: D, validationMode: O, disabled: oe, name: k, validation: A } = Dl(), { labelId: j } = Ml(), M = oe || ee, N = k ?? f, P = _(m), F = t.useRef(null), I = ce(F, d, A.inputRef), L = t.useRef(null), R = gl(), z = Il({
|
|
10539
10528
|
id: u,
|
|
10540
10529
|
implicit: !1,
|
|
10541
10530
|
controlRef: L
|
|
10542
|
-
}), B = p ? void 0 : z, [V, le] =
|
|
10531
|
+
}), B = p ? void 0 : z, [V, le] = sl({
|
|
10543
10532
|
controlled: r,
|
|
10544
10533
|
default: !!a,
|
|
10545
10534
|
name: "Switch",
|
|
10546
10535
|
state: "checked"
|
|
10547
10536
|
});
|
|
10548
|
-
|
|
10537
|
+
Ol(L, {
|
|
10549
10538
|
id: R,
|
|
10550
10539
|
value: V
|
|
10551
10540
|
}), b(() => {
|
|
10552
10541
|
F.current && T(F.current.checked);
|
|
10553
|
-
}, [F, T]),
|
|
10542
|
+
}, [F, T]), zl(V, () => {
|
|
10554
10543
|
x(N), C(V !== w.initialValue), T(V), D() ? A.commit(V) : A.commit(V, !0);
|
|
10555
10544
|
});
|
|
10556
10545
|
let { getButtonProps: ue, buttonRef: de } = se({
|
|
10557
10546
|
disabled: M,
|
|
10558
10547
|
native: p
|
|
10559
|
-
}), fe =
|
|
10548
|
+
}), fe = Nl(c, j, F, !p, B), pe = {
|
|
10560
10549
|
id: p ? z : R,
|
|
10561
10550
|
role: "switch",
|
|
10562
10551
|
"aria-checked": V,
|
|
@@ -10586,7 +10575,7 @@ var Vl = /* @__PURE__ */ t.forwardRef(function(e, n) {
|
|
|
10586
10575
|
id: B,
|
|
10587
10576
|
name: N,
|
|
10588
10577
|
required: g,
|
|
10589
|
-
style: N ?
|
|
10578
|
+
style: N ? dl : ul,
|
|
10590
10579
|
tabIndex: -1,
|
|
10591
10580
|
type: "checkbox",
|
|
10592
10581
|
"aria-hidden": !0,
|
|
@@ -10597,7 +10586,7 @@ var Vl = /* @__PURE__ */ t.forwardRef(function(e, n) {
|
|
|
10597
10586
|
e.preventDefault();
|
|
10598
10587
|
return;
|
|
10599
10588
|
}
|
|
10600
|
-
let t = e.currentTarget.checked, n =
|
|
10589
|
+
let t = e.currentTarget.checked, n = Rl(Ll, e.nativeEvent);
|
|
10601
10590
|
P?.(t, n), !n.isCanceled && le(t);
|
|
10602
10591
|
},
|
|
10603
10592
|
onFocus() {
|
|
@@ -10641,9 +10630,9 @@ var Vl = /* @__PURE__ */ t.forwardRef(function(e, n) {
|
|
|
10641
10630
|
y,
|
|
10642
10631
|
ue
|
|
10643
10632
|
],
|
|
10644
|
-
stateAttributesMapping:
|
|
10633
|
+
stateAttributesMapping: Tl
|
|
10645
10634
|
});
|
|
10646
|
-
return /* @__PURE__ */ s(
|
|
10635
|
+
return /* @__PURE__ */ s(_l.Provider, {
|
|
10647
10636
|
value: he,
|
|
10648
10637
|
children: [
|
|
10649
10638
|
ge,
|
|
@@ -10660,34 +10649,34 @@ var Vl = /* @__PURE__ */ t.forwardRef(function(e, n) {
|
|
|
10660
10649
|
]
|
|
10661
10650
|
});
|
|
10662
10651
|
});
|
|
10663
|
-
process.env.NODE_ENV !== "production" && (
|
|
10652
|
+
process.env.NODE_ENV !== "production" && (Bl.displayName = "SwitchRoot");
|
|
10664
10653
|
//#endregion
|
|
10665
10654
|
//#region node_modules/@base-ui/react/esm/switch/thumb/SwitchThumb.js
|
|
10666
|
-
var
|
|
10667
|
-
let { render: n, className: r, style: i, ...a } = e, { state: o } =
|
|
10655
|
+
var Vl = /* @__PURE__ */ t.forwardRef(function(e, t) {
|
|
10656
|
+
let { render: n, className: r, style: i, ...a } = e, { state: o } = Dl(), s = vl();
|
|
10668
10657
|
return xe("span", e, {
|
|
10669
10658
|
state: {
|
|
10670
10659
|
...o,
|
|
10671
10660
|
...s
|
|
10672
10661
|
},
|
|
10673
10662
|
ref: t,
|
|
10674
|
-
stateAttributesMapping:
|
|
10663
|
+
stateAttributesMapping: Tl,
|
|
10675
10664
|
props: a
|
|
10676
10665
|
});
|
|
10677
10666
|
});
|
|
10678
|
-
process.env.NODE_ENV !== "production" && (
|
|
10667
|
+
process.env.NODE_ENV !== "production" && (Vl.displayName = "SwitchThumb");
|
|
10679
10668
|
//#endregion
|
|
10680
10669
|
//#region src/components/Switch/switch.tsx
|
|
10681
|
-
function
|
|
10682
|
-
return /* @__PURE__ */ o(
|
|
10670
|
+
function Hl({ className: e, ...t }) {
|
|
10671
|
+
return /* @__PURE__ */ o(Bl, {
|
|
10683
10672
|
"data-slot": "switch",
|
|
10684
10673
|
className: Qt("peer inline-flex h-5 w-9 shrink-0 cursor-pointer items-center rounded-full border-2 border-transparent shadow-xs transition-all outline-none", "focus-visible:border-ring focus-visible:ring-ring/50 focus-visible:ring-[3px]", "disabled:cursor-not-allowed disabled:opacity-50", "data-unchecked:bg-input dark:data-unchecked:bg-input/80", "data-checked:bg-primary", "aria-invalid:border-destructive aria-invalid:ring-destructive/20 dark:aria-invalid:ring-destructive/40", e),
|
|
10685
10674
|
...t,
|
|
10686
|
-
children: /* @__PURE__ */ o(
|
|
10675
|
+
children: /* @__PURE__ */ o(Vl, {
|
|
10687
10676
|
"data-slot": "switch-thumb",
|
|
10688
10677
|
className: Qt("bg-background pointer-events-none block size-4 rounded-full shadow-sm ring-0 transition-transform", "data-unchecked:translate-x-0", "data-checked:translate-x-4")
|
|
10689
10678
|
})
|
|
10690
10679
|
});
|
|
10691
10680
|
}
|
|
10692
10681
|
//#endregion
|
|
10693
|
-
export { en as Button,
|
|
10682
|
+
export { en as Button, ol as DynamicIcon, Hl as Switch, $t as buttonVariants };
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import { ReactNode } from 'react';
|
|
2
|
+
export declare function SearchInput({ value, onChange, placeholder, }: {
|
|
3
|
+
value: string;
|
|
4
|
+
onChange: (v: string) => void;
|
|
5
|
+
placeholder: string;
|
|
6
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
7
|
+
export declare function GalleryShell({ query, onQueryChange, placeholder, shown, total, children, }: {
|
|
8
|
+
query: string;
|
|
9
|
+
onQueryChange: (v: string) => void;
|
|
10
|
+
placeholder: string;
|
|
11
|
+
shown: number;
|
|
12
|
+
total: number;
|
|
13
|
+
children: ReactNode;
|
|
14
|
+
}): import("react/jsx-runtime").JSX.Element;
|
|
15
|
+
export declare function ContractNote(): import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1,3 @@
|
|
|
1
|
+
import { LegacyIconName } from './legacy/meta';
|
|
2
|
+
export declare const LEGACY_NAMES: LegacyIconName[];
|
|
3
|
+
export declare const LUCIDE_NAMES: ("ghost" | "link" | "code" | "form" | "map" | "menu" | "option" | "search" | "section" | "table" | "video" | "circle" | "ellipse" | "filter" | "image" | "text" | "view" | "key" | "type" | "replace" | "slice" | "split" | "repeat" | "anchor" | "bold" | "send" | "grid" | "group" | "heading" | "list" | "navigation" | "presentation" | "radio" | "timer" | "copy" | "move" | "target" | "radius" | "scale" | "x" | "baseline" | "terminal" | "square" | "a-arrow-down" | "a-arrow-up" | "a-large-small" | "accessibility" | "activity" | "air-vent" | "airplay" | "alarm-clock-check" | "alarm-check" | "alarm-clock-minus" | "alarm-minus" | "alarm-clock-off" | "alarm-clock-plus" | "alarm-plus" | "alarm-clock" | "alarm-smoke" | "album" | "align-center-horizontal" | "align-center-vertical" | "align-end-horizontal" | "align-end-vertical" | "align-horizontal-distribute-center" | "align-horizontal-distribute-end" | "align-horizontal-distribute-start" | "align-horizontal-justify-center" | "align-horizontal-justify-end" | "align-horizontal-justify-start" | "align-horizontal-space-around" | "align-horizontal-space-between" | "align-start-horizontal" | "align-start-vertical" | "align-vertical-distribute-center" | "align-vertical-distribute-end" | "align-vertical-distribute-start" | "align-vertical-justify-center" | "align-vertical-justify-end" | "align-vertical-justify-start" | "align-vertical-space-around" | "align-vertical-space-between" | "ambulance" | "ampersand" | "ampersands" | "amphora" | "angry" | "annoyed" | "antenna" | "anvil" | "aperture" | "app-window-mac" | "app-window" | "apple" | "archive-restore" | "archive-x" | "archive" | "armchair" | "arrow-big-down-dash" | "arrow-big-down" | "arrow-big-left-dash" | "arrow-big-left" | "arrow-big-right-dash" | "arrow-big-right" | "arrow-big-up-dash" | "arrow-big-up" | "arrow-down-0-1" | "arrow-down-01" | "arrow-down-1-0" | "arrow-down-10" | "arrow-down-a-z" | "arrow-down-az" | "arrow-down-from-line" | "arrow-down-left" | "arrow-down-narrow-wide" | "arrow-down-right" | "arrow-down-to-dot" | "arrow-down-to-line" | "arrow-down-up" | "arrow-down-wide-narrow" | "sort-desc" | "arrow-down-z-a" | "arrow-down-za" | "arrow-down" | "arrow-left-from-line" | "arrow-left-right" | "arrow-left-to-line" | "arrow-left" | "arrow-right-from-line" | "arrow-right-left" | "arrow-right-to-line" | "arrow-right" | "arrow-up-0-1" | "arrow-up-01" | "arrow-up-1-0" | "arrow-up-10" | "arrow-up-a-z" | "arrow-up-az" | "arrow-up-down" | "arrow-up-from-dot" | "arrow-up-from-line" | "arrow-up-left" | "arrow-up-narrow-wide" | "sort-asc" | "arrow-up-right" | "arrow-up-to-line" | "arrow-up-wide-narrow" | "arrow-up-z-a" | "arrow-up-za" | "arrow-up" | "arrows-up-from-line" | "asterisk" | "astroid" | "at-sign" | "atom" | "audio-lines" | "audio-waveform" | "award" | "axe" | "axis-3d" | "axis-3-d" | "baby" | "backpack" | "badge-alert" | "badge-cent" | "badge-check" | "verified" | "badge-dollar-sign" | "badge-euro" | "badge-indian-rupee" | "badge-info" | "badge-japanese-yen" | "badge-minus" | "badge-percent" | "badge-plus" | "badge-pound-sterling" | "badge-question-mark" | "badge-help" | "badge-russian-ruble" | "badge-swiss-franc" | "badge-turkish-lira" | "badge-x" | "badge" | "baggage-claim" | "balloon" | "ban" | "banana" | "bandage" | "banknote-arrow-down" | "banknote-arrow-up" | "banknote-x" | "banknote" | "barcode" | "barrel" | "bath" | "battery-charging" | "battery-full" | "battery-low" | "battery-medium" | "battery-plus" | "battery-warning" | "battery" | "beaker" | "bean-off" | "bean" | "bed-double" | "bed-single" | "bed" | "beef-off" | "beef" | "beer-off" | "beer" | "bell-check" | "bell-dot" | "bell-electric" | "bell-minus" | "bell-off" | "bell-plus" | "bell-ring" | "bell" | "between-horizontal-end" | "between-horizonal-end" | "between-horizontal-start" | "between-horizonal-start" | "between-vertical-end" | "between-vertical-start" | "biceps-flexed" | "bike" | "binary" | "binoculars" | "biohazard" | "bird" | "birdhouse" | "bitcoin" | "blend" | "blinds" | "blocks" | "bluetooth-connected" | "bluetooth-off" | "bluetooth-searching" | "bluetooth" | "bolt" | "bomb" | "bone" | "book-a" | "book-alert" | "book-audio" | "book-check" | "book-copy" | "book-dashed" | "book-template" | "book-down" | "book-headphones" | "book-heart" | "book-image" | "book-key" | "book-lock" | "book-marked" | "book-minus" | "book-open-check" | "book-open-text" | "book-open" | "book-plus" | "book-search" | "book-text" | "book-type" | "book-up-2" | "book-up" | "book-user" | "book-x" | "book" | "bookmark-check" | "bookmark-minus" | "bookmark-off" | "bookmark-plus" | "bookmark-x" | "bookmark" | "boom-box" | "bot-message-square" | "bot-off" | "bot" | "bottle-wine" | "bow-arrow" | "box" | "boxes" | "braces" | "curly-braces" | "brackets" | "brain-circuit" | "brain-cog" | "brain" | "brick-wall-fire" | "brick-wall-shield" | "brick-wall" | "briefcase-business" | "briefcase-conveyor-belt" | "briefcase-medical" | "briefcase" | "bring-to-front" | "brush-cleaning" | "brush" | "bubbles" | "bug-off" | "bug-play" | "bug" | "building-2" | "building" | "bus-front" | "bus" | "cable-car" | "cable" | "cake-slice" | "cake" | "calculator" | "calendar-1" | "calendar-arrow-down" | "calendar-arrow-up" | "calendar-check-2" | "calendar-check" | "calendar-clock" | "calendar-cog" | "calendar-days" | "calendar-fold" | "calendar-heart" | "calendar-minus-2" | "calendar-minus" | "calendar-off" | "calendar-plus-2" | "calendar-plus" | "calendar-range" | "calendar-search" | "calendar-sync" | "calendar-x-2" | "calendar-x" | "calendar" | "calendars" | "camera-off" | "camera" | "candy-cane" | "candy-off" | "candy" | "cannabis-off" | "cannabis" | "captions-off" | "captions" | "subtitles" | "car-front" | "car-taxi-front" | "car" | "caravan" | "card-sim" | "carrot" | "case-lower" | "case-sensitive" | "case-upper" | "cassette-tape" | "cast" | "castle" | "cat" | "cctv-off" | "cctv" | "chart-area" | "area-chart" | "chart-bar-big" | "bar-chart-horizontal-big" | "chart-bar-decreasing" | "chart-bar-increasing" | "chart-bar-stacked" | "chart-bar" | "bar-chart-horizontal" | "chart-candlestick" | "candlestick-chart" | "chart-column-big" | "bar-chart-big" | "chart-column-decreasing" | "chart-column-increasing" | "bar-chart-4" | "chart-column-stacked" | "chart-column" | "bar-chart-3" | "chart-gantt" | "chart-line" | "line-chart" | "chart-network" | "chart-no-axes-column-decreasing" | "chart-no-axes-column-increasing" | "bar-chart" | "chart-no-axes-column" | "bar-chart-2" | "chart-no-axes-combined" | "chart-no-axes-gantt" | "gantt-chart" | "chart-pie" | "pie-chart" | "chart-scatter" | "scatter-chart" | "chart-spline" | "check-check" | "check-line" | "check" | "chef-hat" | "cherry" | "chess-bishop" | "chess-king" | "chess-knight" | "chess-pawn" | "chess-queen" | "chess-rook" | "chevron-down" | "chevron-first" | "chevron-last" | "chevron-left" | "chevron-right" | "chevron-up" | "chevrons-down-up" | "chevrons-down" | "chevrons-left-right-ellipsis" | "chevrons-left-right" | "chevrons-left" | "chevrons-right-left" | "chevrons-right" | "chevrons-up-down" | "chevrons-up" | "church" | "cigarette-off" | "cigarette" | "circle-alert" | "alert-circle" | "circle-arrow-down" | "arrow-down-circle" | "circle-arrow-left" | "arrow-left-circle" | "circle-arrow-out-down-left" | "arrow-down-left-from-circle" | "circle-arrow-out-down-right" | "arrow-down-right-from-circle" | "circle-arrow-out-up-left" | "arrow-up-left-from-circle" | "circle-arrow-out-up-right" | "arrow-up-right-from-circle" | "circle-arrow-right" | "arrow-right-circle" | "circle-arrow-up" | "arrow-up-circle" | "circle-check-big" | "check-circle" | "circle-check" | "check-circle-2" | "circle-chevron-down" | "chevron-down-circle" | "circle-chevron-left" | "chevron-left-circle" | "circle-chevron-right" | "chevron-right-circle" | "circle-chevron-up" | "chevron-up-circle" | "circle-dashed" | "circle-divide" | "divide-circle" | "circle-dollar-sign" | "circle-dot-dashed" | "circle-dot" | "circle-ellipsis" | "circle-equal" | "circle-fading-arrow-up" | "circle-fading-plus" | "circle-gauge" | "gauge-circle" | "circle-minus" | "minus-circle" | "circle-off" | "circle-parking-off" | "parking-circle-off" | "circle-parking" | "parking-circle" | "circle-pause" | "pause-circle" | "circle-percent" | "percent-circle" | "circle-pile" | "circle-play" | "play-circle" | "circle-plus" | "plus-circle" | "circle-pound-sterling" | "circle-power" | "power-circle" | "circle-question-mark" | "help-circle" | "circle-help" | "circle-slash-2" | "circle-slashed" | "circle-slash" | "circle-small" | "circle-star" | "circle-stop" | "stop-circle" | "circle-user-round" | "user-circle-2" | "circle-user" | "user-circle" | "circle-x" | "x-circle" | "circuit-board" | "citrus" | "clapperboard" | "clipboard-check" | "clipboard-clock" | "clipboard-copy" | "clipboard-list" | "clipboard-minus" | "clipboard-paste" | "clipboard-pen-line" | "clipboard-signature" | "clipboard-pen" | "clipboard-edit" | "clipboard-plus" | "clipboard-type" | "clipboard-x" | "clipboard" | "clock-1" | "clock-10" | "clock-11" | "clock-12" | "clock-2" | "clock-3" | "clock-4" | "clock-5" | "clock-6" | "clock-7" | "clock-8" | "clock-9" | "clock-alert" | "clock-arrow-down" | "clock-arrow-up" | "clock-check" | "clock-fading" | "clock-plus" | "clock" | "closed-caption" | "cloud-alert" | "cloud-backup" | "cloud-check" | "cloud-cog" | "cloud-download" | "download-cloud" | "cloud-drizzle" | "cloud-fog" | "cloud-hail" | "cloud-lightning" | "cloud-moon-rain" | "cloud-moon" | "cloud-off" | "cloud-rain-wind" | "cloud-rain" | "cloud-snow" | "cloud-sun-rain" | "cloud-sun" | "cloud-sync" | "cloud-upload" | "upload-cloud" | "cloud" | "cloudy" | "clover" | "club" | "code-xml" | "code-2" | "coffee" | "cog" | "coins" | "columns-2" | "columns" | "columns-3-cog" | "columns-settings" | "table-config" | "columns-3" | "panels-left-right" | "columns-4" | "combine" | "command" | "compass" | "component" | "computer" | "concierge-bell" | "cone" | "construction" | "contact-round" | "contact-2" | "contact" | "container" | "contrast" | "cookie" | "cooking-pot" | "copy-check" | "copy-minus" | "copy-plus" | "copy-slash" | "copy-x" | "copyleft" | "copyright" | "corner-down-left" | "corner-down-right" | "corner-left-down" | "corner-left-up" | "corner-right-down" | "corner-right-up" | "corner-up-left" | "corner-up-right" | "cpu" | "creative-commons" | "credit-card" | "croissant" | "crop" | "cross" | "crosshair" | "crown" | "cuboid" | "cup-soda" | "currency" | "cylinder" | "dam" | "database-backup" | "database-search" | "database-zap" | "database" | "decimals-arrow-left" | "decimals-arrow-right" | "delete" | "dessert" | "diameter" | "diamond-minus" | "diamond-percent" | "percent-diamond" | "diamond-plus" | "diamond" | "dice-1" | "dice-2" | "dice-3" | "dice-4" | "dice-5" | "dice-6" | "dices" | "diff" | "disc-2" | "disc-3" | "disc-album" | "disc" | "divide" | "dna-off" | "dna" | "dock" | "dog" | "dollar-sign" | "donut" | "door-closed-locked" | "door-closed" | "door-open" | "dot" | "download" | "drafting-compass" | "drama" | "drill" | "drone" | "droplet-off" | "droplet" | "droplets" | "drum" | "drumstick" | "dumbbell" | "ear-off" | "ear" | "earth-lock" | "earth" | "globe-2" | "eclipse" | "egg-fried" | "egg-off" | "egg" | "ellipsis-vertical" | "more-vertical" | "ellipsis" | "more-horizontal" | "equal-approximately" | "equal-not" | "equal" | "eraser" | "ethernet-port" | "euro" | "ev-charger" | "expand" | "external-link" | "eye-closed" | "eye-off" | "eye" | "factory" | "fan" | "fast-forward" | "feather" | "fence" | "ferris-wheel" | "file-archive" | "file-axis-3d" | "file-axis-3-d" | "file-badge" | "file-badge-2" | "file-box" | "file-braces-corner" | "file-json-2" | "file-braces" | "file-json" | "file-chart-column-increasing" | "file-bar-chart" | "file-chart-column" | "file-bar-chart-2" | "file-chart-line" | "file-line-chart" | "file-chart-pie" | "file-pie-chart" | "file-check-corner" | "file-check-2" | "file-check" | "file-clock" | "file-code-corner" | "file-code-2" | "file-code" | "file-cog" | "file-cog-2" | "file-diff" | "file-digit" | "file-down" | "file-exclamation-point" | "file-warning" | "file-headphone" | "file-audio" | "file-audio-2" | "file-heart" | "file-image" | "file-input" | "file-key" | "file-key-2" | "file-lock" | "file-lock-2" | "file-minus-corner" | "file-minus-2" | "file-minus" | "file-music" | "file-output" | "file-pen-line" | "file-signature" | "file-pen" | "file-edit" | "file-play" | "file-video" | "file-plus-corner" | "file-plus-2" | "file-plus" | "file-question-mark" | "file-question" | "file-scan" | "file-search-corner" | "file-search-2" | "file-search" | "file-signal" | "file-volume-2" | "file-sliders" | "file-spreadsheet" | "file-stack" | "file-symlink" | "file-terminal" | "file-text" | "file-type-corner" | "file-type-2" | "file-type" | "file-up" | "file-user" | "file-video-camera" | "file-video-2" | "file-volume" | "file-x-corner" | "file-x-2" | "file-x" | "file" | "files" | "film" | "fingerprint-pattern" | "fingerprint" | "fire-extinguisher" | "fish-off" | "fish-symbol" | "fish" | "fishing-hook" | "fishing-rod" | "flag-off" | "flag-triangle-left" | "flag-triangle-right" | "flag" | "flame-kindling" | "flame" | "flashlight-off" | "flashlight" | "flask-conical-off" | "flask-conical" | "flask-round" | "flip-horizontal-2" | "flip-vertical-2" | "flower-2" | "flower" | "focus" | "fold-horizontal" | "fold-vertical" | "folder-archive" | "folder-bookmark" | "folder-check" | "folder-clock" | "folder-closed" | "folder-code" | "folder-cog" | "folder-cog-2" | "folder-dot" | "folder-down" | "folder-git-2" | "folder-git" | "folder-heart" | "folder-input" | "folder-kanban" | "folder-key" | "folder-lock" | "folder-minus" | "folder-open-dot" | "folder-open" | "folder-output" | "folder-pen" | "folder-edit" | "folder-plus" | "folder-root" | "folder-search-2" | "folder-search" | "folder-symlink" | "folder-sync" | "folder-tree" | "folder-up" | "folder-x" | "folder" | "folders" | "footprints" | "forklift" | "forward" | "frame" | "frown" | "fuel" | "fullscreen" | "funnel-plus" | "funnel-x" | "filter-x" | "funnel" | "gallery-horizontal-end" | "gallery-horizontal" | "gallery-thumbnails" | "gallery-vertical-end" | "gallery-vertical" | "gamepad-2" | "gamepad-directional" | "gamepad" | "gauge" | "gavel" | "gem" | "georgian-lari" | "gift" | "git-branch-minus" | "git-branch-plus" | "git-branch" | "git-commit-horizontal" | "git-commit" | "git-commit-vertical" | "git-compare-arrows" | "git-compare" | "git-fork" | "git-graph" | "git-merge-conflict" | "git-merge" | "git-pull-request-arrow" | "git-pull-request-closed" | "git-pull-request-create-arrow" | "git-pull-request-create" | "git-pull-request-draft" | "git-pull-request" | "glass-water" | "glasses" | "globe-lock" | "globe-off" | "globe-x" | "globe" | "goal" | "gpu" | "graduation-cap" | "grape" | "grid-2x2-check" | "grid-2-x-2-check" | "grid-2x2-plus" | "grid-2-x-2-plus" | "grid-2x2-x" | "grid-2-x-2-x" | "grid-2x2" | "grid-2-x-2" | "grid-3x2" | "grid-3x3" | "grid-3-x-3" | "grip-horizontal" | "grip-vertical" | "grip" | "guitar" | "ham" | "hamburger" | "hammer" | "hand-coins" | "hand-fist" | "hand-grab" | "grab" | "hand-heart" | "hand-helping" | "helping-hand" | "hand-metal" | "hand-platter" | "hand" | "handbag" | "handshake" | "hard-drive-download" | "hard-drive-upload" | "hard-drive" | "hard-hat" | "hash" | "hat-glasses" | "haze" | "hd" | "hdmi-port" | "heading-1" | "heading-2" | "heading-3" | "heading-4" | "heading-5" | "heading-6" | "headphone-off" | "headphones" | "headset" | "heart-crack" | "heart-handshake" | "heart-minus" | "heart-off" | "heart-plus" | "heart-pulse" | "heart-x" | "heart" | "heater" | "helicopter" | "hexagon" | "highlighter" | "history" | "hop-off" | "hop" | "hospital" | "hotel" | "hourglass" | "house-heart" | "house-plug" | "house-plus" | "house-wifi" | "house" | "home" | "ice-cream-bowl" | "ice-cream-2" | "ice-cream-cone" | "ice-cream" | "id-card-lanyard" | "id-card" | "image-down" | "image-minus" | "image-off" | "image-play" | "image-plus" | "image-up" | "image-upscale" | "images" | "import" | "inbox" | "indian-rupee" | "infinity" | "info" | "inspection-panel" | "italic" | "iteration-ccw" | "iteration-cw" | "japanese-yen" | "joystick" | "kanban" | "kayak" | "key-round" | "key-square" | "keyboard-music" | "keyboard-off" | "keyboard" | "lamp-ceiling" | "lamp-desk" | "lamp-floor" | "lamp-wall-down" | "lamp-wall-up" | "lamp" | "land-plot" | "landmark" | "languages" | "laptop-minimal-check" | "laptop-minimal" | "laptop-2" | "laptop" | "lasso-select" | "lasso" | "laugh" | "layers-2" | "layers-minus" | "layers-plus" | "layers" | "layers-3" | "layout-dashboard" | "layout-grid" | "layout-list" | "layout-panel-left" | "layout-panel-top" | "layout-template" | "leaf" | "leafy-green" | "lectern" | "lens-concave" | "lens-convex" | "library-big" | "library" | "life-buoy" | "ligature" | "lightbulb-off" | "lightbulb" | "line-dot-right-horizontal" | "line-squiggle" | "line-style" | "link-2-off" | "link-2" | "list-check" | "list-checks" | "list-chevrons-down-up" | "list-chevrons-up-down" | "list-collapse" | "list-end" | "list-filter-plus" | "list-filter" | "list-indent-decrease" | "outdent" | "indent-decrease" | "list-indent-increase" | "indent" | "indent-increase" | "list-minus" | "list-music" | "list-ordered" | "list-plus" | "list-restart" | "list-start" | "list-todo" | "list-tree" | "list-video" | "list-x" | "loader-circle" | "loader-2" | "loader-pinwheel" | "loader" | "locate-fixed" | "locate-off" | "locate" | "lock-keyhole-open" | "unlock-keyhole" | "lock-keyhole" | "lock-open" | "unlock" | "lock" | "log-in" | "log-out" | "logs" | "lollipop" | "luggage" | "magnet" | "mail-check" | "mail-minus" | "mail-open" | "mail-plus" | "mail-question-mark" | "mail-question" | "mail-search" | "mail-warning" | "mail-x" | "mail" | "mailbox" | "mails" | "map-minus" | "map-pin-check-inside" | "map-pin-check" | "map-pin-house" | "map-pin-minus-inside" | "map-pin-minus" | "map-pin-off" | "map-pin-pen" | "location-edit" | "map-pin-plus-inside" | "map-pin-plus" | "map-pin-search" | "map-pin-x-inside" | "map-pin-x" | "map-pin" | "map-pinned" | "map-plus" | "mars-stroke" | "mars" | "martini" | "maximize-2" | "maximize" | "medal" | "megaphone-off" | "megaphone" | "meh" | "memory-stick" | "merge" | "message-circle-check" | "message-circle-code" | "message-circle-dashed" | "message-circle-heart" | "message-circle-more" | "message-circle-off" | "message-circle-plus" | "message-circle-question-mark" | "message-circle-question" | "message-circle-reply" | "message-circle-warning" | "message-circle-x" | "message-circle" | "message-square-check" | "message-square-code" | "message-square-dashed" | "message-square-diff" | "message-square-dot" | "message-square-heart" | "message-square-lock" | "message-square-more" | "message-square-off" | "message-square-plus" | "message-square-quote" | "message-square-reply" | "message-square-share" | "message-square-text" | "message-square-warning" | "message-square-x" | "message-square" | "messages-square" | "metronome" | "mic-off" | "mic-vocal" | "mic-2" | "mic" | "microchip" | "microscope" | "microwave" | "milestone" | "milk-off" | "milk" | "minimize-2" | "minimize" | "minus" | "mirror-rectangular" | "mirror-round" | "monitor-check" | "monitor-cloud" | "monitor-cog" | "monitor-dot" | "monitor-down" | "monitor-off" | "monitor-pause" | "monitor-play" | "monitor-smartphone" | "monitor-speaker" | "monitor-stop" | "monitor-up" | "monitor-x" | "monitor" | "moon-star" | "moon" | "motorbike" | "mountain-snow" | "mountain" | "mouse-left" | "mouse-off" | "mouse-pointer-2-off" | "mouse-pointer-2" | "mouse-pointer-ban" | "mouse-pointer-click" | "mouse-pointer" | "mouse-right" | "mouse" | "move-3d" | "move-3-d" | "move-diagonal-2" | "move-diagonal" | "move-down-left" | "move-down-right" | "move-down" | "move-horizontal" | "move-left" | "move-right" | "move-up-left" | "move-up-right" | "move-up" | "move-vertical" | "music-2" | "music-3" | "music-4" | "music" | "navigation-2-off" | "navigation-2" | "navigation-off" | "network" | "newspaper" | "nfc" | "non-binary" | "notebook-pen" | "notebook-tabs" | "notebook-text" | "notebook" | "notepad-text-dashed" | "notepad-text" | "nut-off" | "nut" | "octagon-alert" | "alert-octagon" | "octagon-minus" | "octagon-pause" | "pause-octagon" | "octagon-x" | "x-octagon" | "octagon" | "omega" | "orbit" | "origami" | "package-2" | "package-check" | "package-minus" | "package-open" | "package-plus" | "package-search" | "package-x" | "package" | "paint-bucket" | "paint-roller" | "paintbrush-vertical" | "paintbrush-2" | "paintbrush" | "palette" | "panda" | "panel-bottom-close" | "panel-bottom-dashed" | "panel-bottom-inactive" | "panel-bottom-open" | "panel-bottom" | "panel-left-close" | "sidebar-close" | "panel-left-dashed" | "panel-left-inactive" | "panel-left-open" | "sidebar-open" | "panel-left-right-dashed" | "panel-left" | "sidebar" | "panel-right-close" | "panel-right-dashed" | "panel-right-inactive" | "panel-right-open" | "panel-right" | "panel-top-bottom-dashed" | "panel-top-close" | "panel-top-dashed" | "panel-top-inactive" | "panel-top-open" | "panel-top" | "panels-left-bottom" | "panels-right-bottom" | "panels-top-left" | "layout" | "paperclip" | "parentheses" | "parking-meter" | "party-popper" | "pause" | "paw-print" | "pc-case" | "pen-line" | "edit-3" | "pen-off" | "pen-tool" | "pen" | "edit-2" | "pencil-line" | "pencil-off" | "pencil-ruler" | "pencil" | "pentagon" | "percent" | "person-standing" | "philippine-peso" | "phone-call" | "phone-forwarded" | "phone-incoming" | "phone-missed" | "phone-off" | "phone-outgoing" | "phone" | "pi" | "piano" | "pickaxe" | "picture-in-picture-2" | "picture-in-picture" | "piggy-bank" | "pilcrow-left" | "pilcrow-right" | "pilcrow" | "pill-bottle" | "pill" | "pin-off" | "pin" | "pipette" | "pizza" | "plane-landing" | "plane-takeoff" | "plane" | "play" | "plug-2" | "plug-zap" | "plug-zap-2" | "plug" | "plus" | "pocket-knife" | "podcast" | "pointer-off" | "pointer" | "popcorn" | "popsicle" | "pound-sterling" | "power-off" | "power" | "printer-check" | "printer-x" | "printer" | "projector" | "proportions" | "puzzle" | "pyramid" | "qr-code" | "quote" | "rabbit" | "radar" | "radiation" | "radical" | "radio-off" | "radio-receiver" | "radio-tower" | "rainbow" | "rat" | "ratio" | "receipt-cent" | "receipt-euro" | "receipt-indian-rupee" | "receipt-japanese-yen" | "receipt-pound-sterling" | "receipt-russian-ruble" | "receipt-swiss-franc" | "receipt-text" | "receipt-turkish-lira" | "receipt" | "rectangle-circle" | "rectangle-ellipsis" | "form-input" | "rectangle-goggles" | "rectangle-horizontal" | "rectangle-vertical" | "recycle" | "redo-2" | "redo-dot" | "redo" | "refresh-ccw-dot" | "refresh-ccw" | "refresh-cw-off" | "refresh-cw" | "refrigerator" | "regex" | "remove-formatting" | "repeat-1" | "repeat-2" | "repeat-off" | "replace-all" | "reply-all" | "reply" | "rewind" | "ribbon" | "road" | "rocket" | "rocking-chair" | "roller-coaster" | "rose" | "rotate-3d" | "rotate-3-d" | "rotate-ccw-key" | "rotate-ccw-square" | "rotate-ccw" | "rotate-cw-square" | "rotate-cw" | "route-off" | "route" | "router" | "rows-2" | "rows" | "rows-3" | "panels-top-bottom" | "rows-4" | "rss" | "ruler-dimension-line" | "ruler" | "russian-ruble" | "sailboat" | "salad" | "sandwich" | "satellite-dish" | "satellite" | "saudi-riyal" | "save-all" | "save-off" | "save" | "scale-3d" | "scale-3-d" | "scaling" | "scan-barcode" | "scan-eye" | "scan-face" | "scan-heart" | "scan-line" | "scan-qr-code" | "scan-search" | "scan-text" | "scan" | "school" | "scissors-line-dashed" | "scissors" | "scooter" | "screen-share-off" | "screen-share" | "scroll-text" | "scroll" | "search-alert" | "search-check" | "search-code" | "search-slash" | "search-x" | "send-horizontal" | "send-horizonal" | "send-to-back" | "separator-horizontal" | "separator-vertical" | "server-cog" | "server-crash" | "server-off" | "server" | "settings-2" | "settings" | "shapes" | "share-2" | "share" | "sheet" | "shell" | "shelving-unit" | "shield-alert" | "shield-ban" | "shield-check" | "shield-cog-corner" | "shield-cog" | "shield-ellipsis" | "shield-half" | "shield-minus" | "shield-off" | "shield-plus" | "shield-question-mark" | "shield-question" | "shield-user" | "shield-x" | "shield-close" | "shield" | "ship-wheel" | "ship" | "shirt" | "shopping-bag" | "shopping-basket" | "shopping-cart" | "shovel" | "shower-head" | "shredder" | "shrimp" | "shrink" | "shrub" | "shuffle" | "sigma" | "signal-high" | "signal-low" | "signal-medium" | "signal-zero" | "signal" | "signature" | "signpost-big" | "signpost" | "siren" | "skip-back" | "skip-forward" | "skull" | "slash" | "sliders-horizontal" | "sliders-vertical" | "sliders" | "smartphone-charging" | "smartphone-nfc" | "smartphone" | "smile-plus" | "smile" | "snail" | "snowflake" | "soap-dispenser-droplet" | "sofa" | "solar-panel" | "soup" | "space" | "spade" | "sparkle" | "sparkles" | "stars" | "speaker" | "speech" | "spell-check-2" | "spell-check" | "spline-pointer" | "spline" | "spool" | "sport-shoe" | "spotlight" | "spray-can" | "sprout" | "square-activity" | "activity-square" | "square-arrow-down-left" | "arrow-down-left-square" | "square-arrow-down-right" | "arrow-down-right-square" | "square-arrow-down" | "arrow-down-square" | "square-arrow-left" | "arrow-left-square" | "square-arrow-out-down-left" | "arrow-down-left-from-square" | "square-arrow-out-down-right" | "arrow-down-right-from-square" | "square-arrow-out-up-left" | "arrow-up-left-from-square" | "square-arrow-out-up-right" | "arrow-up-right-from-square" | "square-arrow-right-enter" | "square-arrow-right-exit" | "square-arrow-right" | "arrow-right-square" | "square-arrow-up-left" | "arrow-up-left-square" | "square-arrow-up-right" | "arrow-up-right-square" | "square-arrow-up" | "arrow-up-square" | "square-asterisk" | "asterisk-square" | "square-bottom-dashed-scissors" | "scissors-square-dashed-bottom" | "square-centerline-dashed-horizontal" | "flip-horizontal" | "square-centerline-dashed-vertical" | "flip-vertical" | "square-chart-gantt" | "gantt-chart-square" | "square-gantt-chart" | "square-check-big" | "check-square" | "square-check" | "check-square-2" | "square-chevron-down" | "chevron-down-square" | "square-chevron-left" | "chevron-left-square" | "square-chevron-right" | "chevron-right-square" | "square-chevron-up" | "chevron-up-square" | "square-code" | "code-square" | "square-dashed-bottom-code" | "square-dashed-bottom" | "square-dashed-kanban" | "kanban-square-dashed" | "square-dashed-mouse-pointer" | "mouse-pointer-square-dashed" | "square-dashed-text" | "text-selection" | "text-select" | "square-dashed-top-solid" | "square-dashed" | "box-select" | "square-divide" | "divide-square" | "square-dot" | "dot-square" | "square-equal" | "equal-square" | "square-function" | "function-square" | "square-kanban" | "kanban-square" | "square-library" | "library-square" | "square-m" | "m-square" | "square-menu" | "menu-square" | "square-minus" | "minus-square" | "square-mouse-pointer" | "inspect" | "square-parking-off" | "parking-square-off" | "square-parking" | "parking-square" | "square-pause" | "square-pen" | "pen-box" | "edit" | "pen-square" | "square-percent" | "percent-square" | "square-pi" | "pi-square" | "square-pilcrow" | "pilcrow-square" | "square-play" | "play-square" | "square-plus" | "plus-square" | "square-power" | "power-square" | "square-radical" | "square-round-corner" | "square-scissors" | "scissors-square" | "square-sigma" | "sigma-square" | "square-slash" | "slash-square" | "square-split-horizontal" | "split-square-horizontal" | "square-split-vertical" | "split-square-vertical" | "square-square" | "square-stack" | "square-star" | "square-stop" | "square-terminal" | "terminal-square" | "square-user-round" | "user-square-2" | "square-user" | "user-square" | "square-x" | "x-square" | "squares-exclude" | "squares-intersect" | "squares-subtract" | "squares-unite" | "squircle-dashed" | "squircle" | "squirrel" | "stamp" | "star-half" | "star-off" | "star" | "step-back" | "step-forward" | "stethoscope" | "sticker" | "sticky-note" | "stone" | "store" | "stretch-horizontal" | "stretch-vertical" | "strikethrough" | "subscript" | "sun-dim" | "sun-medium" | "sun-moon" | "sun-snow" | "sun" | "sunrise" | "sunset" | "superscript" | "swatch-book" | "swiss-franc" | "switch-camera" | "sword" | "swords" | "syringe" | "table-2" | "table-cells-merge" | "table-cells-split" | "table-columns-split" | "table-of-contents" | "table-properties" | "table-rows-split" | "tablet-smartphone" | "tablet" | "tablets" | "tag" | "tags" | "tally-1" | "tally-2" | "tally-3" | "tally-4" | "tally-5" | "tangent" | "telescope" | "tent-tree" | "tent" | "test-tube-diagonal" | "test-tube-2" | "test-tube" | "test-tubes" | "text-align-center" | "align-center" | "text-align-end" | "align-right" | "text-align-justify" | "align-justify" | "text-align-start" | "align-left" | "text-cursor-input" | "text-cursor" | "text-initial" | "letter-text" | "text-quote" | "text-search" | "text-wrap" | "wrap-text" | "theater" | "thermometer-snowflake" | "thermometer-sun" | "thermometer" | "thumbs-down" | "thumbs-up" | "ticket-check" | "ticket-minus" | "ticket-percent" | "ticket-plus" | "ticket-slash" | "ticket-x" | "ticket" | "tickets-plane" | "tickets" | "timeline" | "timer-off" | "timer-reset" | "toggle-left" | "toggle-right" | "toilet" | "tool-case" | "toolbox" | "tornado" | "torus" | "touchpad-off" | "touchpad" | "towel-rack" | "tower-control" | "toy-brick" | "tractor" | "traffic-cone" | "train-front-tunnel" | "train-front" | "train-track" | "tram-front" | "train" | "transgender" | "trash-2" | "trash" | "tree-deciduous" | "tree-palm" | "palmtree" | "tree-pine" | "trees" | "trending-down" | "trending-up-down" | "trending-up" | "triangle-alert" | "alert-triangle" | "triangle-dashed" | "triangle-right" | "triangle" | "trophy" | "truck-electric" | "truck" | "turkish-lira" | "turntable" | "turtle" | "tv-minimal-play" | "tv-minimal" | "tv-2" | "tv" | "type-outline" | "umbrella-off" | "umbrella" | "underline" | "undo-2" | "undo-dot" | "undo" | "unfold-horizontal" | "unfold-vertical" | "ungroup" | "university" | "school-2" | "unlink-2" | "unlink" | "unplug" | "upload" | "usb" | "user-check" | "user-cog" | "user-key" | "user-lock" | "user-minus" | "user-pen" | "user-plus" | "user-round-check" | "user-check-2" | "user-round-cog" | "user-cog-2" | "user-round-key" | "user-round-minus" | "user-minus-2" | "user-round-pen" | "user-round-plus" | "user-plus-2" | "user-round-search" | "user-round-x" | "user-x-2" | "user-round" | "user-2" | "user-search" | "user-star" | "user-x" | "user" | "users-round" | "users-2" | "users" | "utensils-crossed" | "fork-knife-crossed" | "utensils" | "fork-knife" | "utility-pole" | "van" | "variable" | "vault" | "vector-square" | "vegan" | "venetian-mask" | "venus-and-mars" | "venus" | "vibrate-off" | "vibrate" | "video-off" | "videotape" | "voicemail" | "volleyball" | "volume-1" | "volume-2" | "volume-off" | "volume-x" | "volume" | "vote" | "wallet-cards" | "wallet-minimal" | "wallet-2" | "wallet" | "wallpaper" | "wand-sparkles" | "wand-2" | "wand" | "warehouse" | "washing-machine" | "watch" | "waves-arrow-down" | "waves-arrow-up" | "waves-horizontal" | "waves" | "waves-ladder" | "waves-vertical" | "waypoints" | "webcam" | "webhook-off" | "webhook" | "weight-tilde" | "weight" | "wheat-off" | "wheat" | "whole-word" | "wifi-cog" | "wifi-high" | "wifi-low" | "wifi-off" | "wifi-pen" | "wifi-sync" | "wifi-zero" | "wifi" | "wind-arrow-down" | "wind" | "wine-off" | "wine" | "workflow" | "worm" | "wrench" | "x-line-top" | "zap-off" | "zap" | "zodiac-aquarius" | "zodiac-aries" | "zodiac-cancer" | "zodiac-capricorn" | "zodiac-gemini" | "zodiac-leo" | "zodiac-libra" | "zodiac-ophiuchus" | "zodiac-pisces" | "zodiac-sagittarius" | "zodiac-scorpio" | "zodiac-taurus" | "zodiac-virgo" | "zoom-in" | "zoom-out")[];
|