@deepnoid/ui 0.1.155 → 0.1.157
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/.turbo/turbo-build.log +175 -175
- package/dist/{chunk-6EMUORXZ.mjs → chunk-5KOTQEFC.mjs} +1 -1
- package/dist/{chunk-6F4GD2PP.mjs → chunk-73NBUI4Y.mjs} +1 -1
- package/dist/{chunk-7HWPWDYW.mjs → chunk-ACFDUCPL.mjs} +2 -2
- package/dist/{chunk-WWSQIDWW.mjs → chunk-BFC4VP3B.mjs} +1 -1
- package/dist/{chunk-EOP4227J.mjs → chunk-DQ3ZRNX4.mjs} +1 -1
- package/dist/{chunk-WYEUAXY7.mjs → chunk-DSEF7GGB.mjs} +1 -1
- package/dist/{chunk-UOVPR2VJ.mjs → chunk-HLWNJLRZ.mjs} +1 -1
- package/dist/{chunk-J64OQUOI.mjs → chunk-IN6M25YL.mjs} +2 -2
- package/dist/{chunk-63IEPEKU.mjs → chunk-JJAPJQUD.mjs} +1 -1
- package/dist/{chunk-Q6BXFXQM.mjs → chunk-LBJN5TAP.mjs} +1 -1
- package/dist/{chunk-67A5TV7C.mjs → chunk-MGGBCCZL.mjs} +2 -2
- package/dist/{chunk-H3UI2ZNK.mjs → chunk-NB45YSED.mjs} +1 -1
- package/dist/{chunk-LWSGRTWO.mjs → chunk-PO4H65C3.mjs} +1 -1
- package/dist/{chunk-UMMZ7NI5.mjs → chunk-QJUPHJN6.mjs} +1 -1
- package/dist/{chunk-5HMTKXVV.mjs → chunk-SHI7P4DQ.mjs} +1 -1
- package/dist/{chunk-CSZQLOP5.mjs → chunk-T6V6BJOT.mjs} +2 -2
- package/dist/chunk-T7IJB3N4.mjs +449 -0
- package/dist/{chunk-NX4FTFY3.mjs → chunk-VUMESK5D.mjs} +66 -0
- package/dist/{chunk-ZF25F457.mjs → chunk-ZUAOUHWS.mjs} +3 -3
- package/dist/components/avatar/avatar.js +66 -0
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +66 -0
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +66 -0
- package/dist/components/breadcrumb/breadcrumb.mjs +5 -5
- package/dist/components/breadcrumb/index.js +66 -0
- package/dist/components/breadcrumb/index.mjs +5 -5
- package/dist/components/button/button.js +66 -0
- package/dist/components/button/button.mjs +3 -3
- package/dist/components/button/icon-button.js +66 -0
- package/dist/components/button/icon-button.mjs +3 -3
- package/dist/components/button/index.js +66 -0
- package/dist/components/button/index.mjs +4 -4
- package/dist/components/chip/chip.js +66 -0
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +66 -0
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/fileUpload/fileUpload.js +66 -0
- package/dist/components/fileUpload/fileUpload.mjs +6 -6
- package/dist/components/fileUpload/index.js +66 -0
- package/dist/components/fileUpload/index.mjs +6 -6
- package/dist/components/icon/Icon.d.mts +12 -0
- package/dist/components/icon/Icon.d.ts +12 -0
- package/dist/components/icon/Icon.js +66 -0
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +66 -0
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +3 -0
- package/dist/components/icon/template.d.ts +3 -0
- package/dist/components/icon/template.js +66 -0
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +66 -0
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.js +66 -0
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.js +66 -0
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +66 -0
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/index.js +66 -0
- package/dist/components/modal/index.mjs +5 -5
- package/dist/components/modal/modal.js +66 -0
- package/dist/components/modal/modal.mjs +5 -5
- package/dist/components/pagination/index.js +66 -0
- package/dist/components/pagination/index.mjs +4 -4
- package/dist/components/pagination/pagination.js +66 -0
- package/dist/components/pagination/pagination.mjs +4 -4
- package/dist/components/picker/datePicker.d.mts +35 -4
- package/dist/components/picker/datePicker.d.ts +35 -4
- package/dist/components/picker/datePicker.js +247 -47
- package/dist/components/picker/datePicker.mjs +6 -6
- package/dist/components/picker/index.d.mts +1 -1
- package/dist/components/picker/index.d.ts +1 -1
- package/dist/components/picker/index.js +247 -47
- package/dist/components/picker/index.mjs +8 -8
- package/dist/components/picker/timePicker.js +66 -0
- package/dist/components/picker/timePicker.mjs +4 -4
- package/dist/components/radio/index.d.mts +1 -1
- package/dist/components/radio/index.d.ts +1 -1
- package/dist/components/select/index.js +66 -0
- package/dist/components/select/index.mjs +3 -3
- package/dist/components/select/select.js +66 -0
- package/dist/components/select/select.mjs +3 -3
- package/dist/components/table/index.js +66 -0
- package/dist/components/table/index.mjs +5 -5
- package/dist/components/table/table-body.js +66 -0
- package/dist/components/table/table-body.mjs +5 -5
- package/dist/components/table/table-head.js +66 -0
- package/dist/components/table/table-head.mjs +5 -5
- package/dist/components/table/table.js +66 -0
- package/dist/components/table/table.mjs +5 -5
- package/dist/components/timePicker/calendar.js +66 -0
- package/dist/components/timePicker/calendar.mjs +2 -2
- package/dist/components/toast/index.js +66 -0
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.js +66 -0
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.js +66 -0
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/components/tree/index.js +66 -0
- package/dist/components/tree/index.mjs +3 -3
- package/dist/components/tree/tree.js +66 -0
- package/dist/components/tree/tree.mjs +3 -3
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.js +247 -47
- package/dist/index.mjs +19 -19
- package/package.json +1 -1
- package/dist/chunk-5MQZ7SDK.mjs +0 -315
|
@@ -423,6 +423,29 @@ var template = {
|
|
|
423
423
|
}
|
|
424
424
|
);
|
|
425
425
|
},
|
|
426
|
+
["home-outline"]: ({ className }) => {
|
|
427
|
+
return /* @__PURE__ */ jsx(
|
|
428
|
+
"svg",
|
|
429
|
+
{
|
|
430
|
+
width: "21",
|
|
431
|
+
height: "21",
|
|
432
|
+
viewBox: "0 0 21 21",
|
|
433
|
+
fill: "none",
|
|
434
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
435
|
+
className,
|
|
436
|
+
children: /* @__PURE__ */ jsx(
|
|
437
|
+
"path",
|
|
438
|
+
{
|
|
439
|
+
d: "M1.96875 10.4997L9.8035 2.66407C10.1885 2.27995 10.8115 2.27995 11.1956 2.66407L19.0312 10.4997M3.9375 8.53094V17.3903C3.9375 17.9337 4.3785 18.3747 4.92188 18.3747H8.53125V14.1091C8.53125 13.5657 8.97225 13.1247 9.51562 13.1247H11.4844C12.0277 13.1247 12.4688 13.5657 12.4688 14.1091V18.3747H16.0781C16.6215 18.3747 17.0625 17.9337 17.0625 17.3903V8.53094M7.21875 18.3747H14.4375",
|
|
440
|
+
stroke: "#5B5E62",
|
|
441
|
+
strokeWidth: "1.25",
|
|
442
|
+
strokeLinecap: "round",
|
|
443
|
+
strokeLinejoin: "round"
|
|
444
|
+
}
|
|
445
|
+
)
|
|
446
|
+
}
|
|
447
|
+
);
|
|
448
|
+
},
|
|
426
449
|
exclamation: ({ className, fill }) => {
|
|
427
450
|
return /* @__PURE__ */ jsx(
|
|
428
451
|
"svg",
|
|
@@ -1268,6 +1291,29 @@ var template = {
|
|
|
1268
1291
|
}
|
|
1269
1292
|
);
|
|
1270
1293
|
},
|
|
1294
|
+
["chat-outline"]: ({ className }) => {
|
|
1295
|
+
return /* @__PURE__ */ jsx(
|
|
1296
|
+
"svg",
|
|
1297
|
+
{
|
|
1298
|
+
width: "21",
|
|
1299
|
+
height: "21",
|
|
1300
|
+
viewBox: "0 0 21 21",
|
|
1301
|
+
fill: "none",
|
|
1302
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1303
|
+
className,
|
|
1304
|
+
children: /* @__PURE__ */ jsx(
|
|
1305
|
+
"path",
|
|
1306
|
+
{
|
|
1307
|
+
d: "M7.54688 10.5C7.54688 10.587 7.51231 10.6705 7.45077 10.732C7.38923 10.7936 7.30577 10.8281 7.21875 10.8281C7.13173 10.8281 7.04827 10.7936 6.98673 10.732C6.9252 10.6705 6.89062 10.587 6.89062 10.5C6.89062 10.413 6.9252 10.3295 6.98673 10.268C7.04827 10.2064 7.13173 10.1719 7.21875 10.1719C7.30577 10.1719 7.38923 10.2064 7.45077 10.268C7.51231 10.3295 7.54688 10.413 7.54688 10.5ZM7.54688 10.5H7.21875M10.8281 10.5C10.8281 10.587 10.7936 10.6705 10.732 10.732C10.6705 10.7936 10.587 10.8281 10.5 10.8281C10.413 10.8281 10.3295 10.7936 10.268 10.732C10.2064 10.6705 10.1719 10.587 10.1719 10.5C10.1719 10.413 10.2064 10.3295 10.268 10.268C10.3295 10.2064 10.413 10.1719 10.5 10.1719C10.587 10.1719 10.6705 10.2064 10.732 10.268C10.7936 10.3295 10.8281 10.413 10.8281 10.5ZM10.8281 10.5H10.5M14.1094 10.5C14.1094 10.587 14.0748 10.6705 14.0133 10.732C13.9517 10.7936 13.8683 10.8281 13.7812 10.8281C13.6942 10.8281 13.6108 10.7936 13.5492 10.732C13.4877 10.6705 13.4531 10.587 13.4531 10.5C13.4531 10.413 13.4877 10.3295 13.5492 10.268C13.6108 10.2064 13.6942 10.1719 13.7812 10.1719C13.8683 10.1719 13.9517 10.2064 14.0133 10.268C14.0748 10.3295 14.1094 10.413 14.1094 10.5ZM14.1094 10.5H13.7812M18.375 10.5C18.375 14.4865 14.8487 17.7188 10.5 17.7188C9.74504 17.7197 8.99328 17.6205 8.26437 17.4239C7.23692 18.1465 5.98353 18.4748 4.73375 18.3487C4.5948 18.3353 4.45643 18.3164 4.319 18.2919C4.75026 17.7836 5.04479 17.1738 5.17475 16.52C5.2535 16.1201 5.05838 15.7316 4.76613 15.4472C3.43875 14.1557 2.625 12.4154 2.625 10.5C2.625 6.5135 6.15125 3.28125 10.5 3.28125C14.8487 3.28125 18.375 6.5135 18.375 10.5Z",
|
|
1308
|
+
stroke: "#5B5E62",
|
|
1309
|
+
strokeWidth: "1.25",
|
|
1310
|
+
strokeLinecap: "round",
|
|
1311
|
+
strokeLinejoin: "round"
|
|
1312
|
+
}
|
|
1313
|
+
)
|
|
1314
|
+
}
|
|
1315
|
+
);
|
|
1316
|
+
},
|
|
1271
1317
|
calendar: ({ className, fill }) => {
|
|
1272
1318
|
return /* @__PURE__ */ jsx(
|
|
1273
1319
|
"svg",
|
|
@@ -1484,6 +1530,26 @@ var template = {
|
|
|
1484
1530
|
}
|
|
1485
1531
|
);
|
|
1486
1532
|
},
|
|
1533
|
+
question: ({ className = "text-white" }) => {
|
|
1534
|
+
return /* @__PURE__ */ jsx(
|
|
1535
|
+
"svg",
|
|
1536
|
+
{
|
|
1537
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1538
|
+
width: "24",
|
|
1539
|
+
height: "24",
|
|
1540
|
+
viewBox: "0 0 24 24",
|
|
1541
|
+
fill: "none",
|
|
1542
|
+
className,
|
|
1543
|
+
children: /* @__PURE__ */ jsx(
|
|
1544
|
+
"path",
|
|
1545
|
+
{
|
|
1546
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1547
|
+
fill: "currentColor"
|
|
1548
|
+
}
|
|
1549
|
+
)
|
|
1550
|
+
}
|
|
1551
|
+
);
|
|
1552
|
+
},
|
|
1487
1553
|
// ----------------------------------- old ---------------------------------
|
|
1488
1554
|
// ** Status **
|
|
1489
1555
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -4,13 +4,13 @@ import {
|
|
|
4
4
|
} from "./chunk-2CLPU5LR.mjs";
|
|
5
5
|
import {
|
|
6
6
|
input_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-BFC4VP3B.mjs";
|
|
8
8
|
import {
|
|
9
9
|
button_default
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-73NBUI4Y.mjs";
|
|
11
11
|
import {
|
|
12
12
|
icon_button_default
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-DSEF7GGB.mjs";
|
|
14
14
|
|
|
15
15
|
// src/components/fileUpload/fileUpload.tsx
|
|
16
16
|
import { useRef, useState, useEffect } from "react";
|
|
@@ -530,6 +530,29 @@ var template = {
|
|
|
530
530
|
}
|
|
531
531
|
);
|
|
532
532
|
},
|
|
533
|
+
["home-outline"]: ({ className }) => {
|
|
534
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
535
|
+
"svg",
|
|
536
|
+
{
|
|
537
|
+
width: "21",
|
|
538
|
+
height: "21",
|
|
539
|
+
viewBox: "0 0 21 21",
|
|
540
|
+
fill: "none",
|
|
541
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
542
|
+
className,
|
|
543
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
544
|
+
"path",
|
|
545
|
+
{
|
|
546
|
+
d: "M1.96875 10.4997L9.8035 2.66407C10.1885 2.27995 10.8115 2.27995 11.1956 2.66407L19.0312 10.4997M3.9375 8.53094V17.3903C3.9375 17.9337 4.3785 18.3747 4.92188 18.3747H8.53125V14.1091C8.53125 13.5657 8.97225 13.1247 9.51562 13.1247H11.4844C12.0277 13.1247 12.4688 13.5657 12.4688 14.1091V18.3747H16.0781C16.6215 18.3747 17.0625 17.9337 17.0625 17.3903V8.53094M7.21875 18.3747H14.4375",
|
|
547
|
+
stroke: "#5B5E62",
|
|
548
|
+
strokeWidth: "1.25",
|
|
549
|
+
strokeLinecap: "round",
|
|
550
|
+
strokeLinejoin: "round"
|
|
551
|
+
}
|
|
552
|
+
)
|
|
553
|
+
}
|
|
554
|
+
);
|
|
555
|
+
},
|
|
533
556
|
exclamation: ({ className, fill }) => {
|
|
534
557
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
535
558
|
"svg",
|
|
@@ -1375,6 +1398,29 @@ var template = {
|
|
|
1375
1398
|
}
|
|
1376
1399
|
);
|
|
1377
1400
|
},
|
|
1401
|
+
["chat-outline"]: ({ className }) => {
|
|
1402
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1403
|
+
"svg",
|
|
1404
|
+
{
|
|
1405
|
+
width: "21",
|
|
1406
|
+
height: "21",
|
|
1407
|
+
viewBox: "0 0 21 21",
|
|
1408
|
+
fill: "none",
|
|
1409
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1410
|
+
className,
|
|
1411
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1412
|
+
"path",
|
|
1413
|
+
{
|
|
1414
|
+
d: "M7.54688 10.5C7.54688 10.587 7.51231 10.6705 7.45077 10.732C7.38923 10.7936 7.30577 10.8281 7.21875 10.8281C7.13173 10.8281 7.04827 10.7936 6.98673 10.732C6.9252 10.6705 6.89062 10.587 6.89062 10.5C6.89062 10.413 6.9252 10.3295 6.98673 10.268C7.04827 10.2064 7.13173 10.1719 7.21875 10.1719C7.30577 10.1719 7.38923 10.2064 7.45077 10.268C7.51231 10.3295 7.54688 10.413 7.54688 10.5ZM7.54688 10.5H7.21875M10.8281 10.5C10.8281 10.587 10.7936 10.6705 10.732 10.732C10.6705 10.7936 10.587 10.8281 10.5 10.8281C10.413 10.8281 10.3295 10.7936 10.268 10.732C10.2064 10.6705 10.1719 10.587 10.1719 10.5C10.1719 10.413 10.2064 10.3295 10.268 10.268C10.3295 10.2064 10.413 10.1719 10.5 10.1719C10.587 10.1719 10.6705 10.2064 10.732 10.268C10.7936 10.3295 10.8281 10.413 10.8281 10.5ZM10.8281 10.5H10.5M14.1094 10.5C14.1094 10.587 14.0748 10.6705 14.0133 10.732C13.9517 10.7936 13.8683 10.8281 13.7812 10.8281C13.6942 10.8281 13.6108 10.7936 13.5492 10.732C13.4877 10.6705 13.4531 10.587 13.4531 10.5C13.4531 10.413 13.4877 10.3295 13.5492 10.268C13.6108 10.2064 13.6942 10.1719 13.7812 10.1719C13.8683 10.1719 13.9517 10.2064 14.0133 10.268C14.0748 10.3295 14.1094 10.413 14.1094 10.5ZM14.1094 10.5H13.7812M18.375 10.5C18.375 14.4865 14.8487 17.7188 10.5 17.7188C9.74504 17.7197 8.99328 17.6205 8.26437 17.4239C7.23692 18.1465 5.98353 18.4748 4.73375 18.3487C4.5948 18.3353 4.45643 18.3164 4.319 18.2919C4.75026 17.7836 5.04479 17.1738 5.17475 16.52C5.2535 16.1201 5.05838 15.7316 4.76613 15.4472C3.43875 14.1557 2.625 12.4154 2.625 10.5C2.625 6.5135 6.15125 3.28125 10.5 3.28125C14.8487 3.28125 18.375 6.5135 18.375 10.5Z",
|
|
1415
|
+
stroke: "#5B5E62",
|
|
1416
|
+
strokeWidth: "1.25",
|
|
1417
|
+
strokeLinecap: "round",
|
|
1418
|
+
strokeLinejoin: "round"
|
|
1419
|
+
}
|
|
1420
|
+
)
|
|
1421
|
+
}
|
|
1422
|
+
);
|
|
1423
|
+
},
|
|
1378
1424
|
calendar: ({ className, fill }) => {
|
|
1379
1425
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1380
1426
|
"svg",
|
|
@@ -1591,6 +1637,26 @@ var template = {
|
|
|
1591
1637
|
}
|
|
1592
1638
|
);
|
|
1593
1639
|
},
|
|
1640
|
+
question: ({ className = "text-white" }) => {
|
|
1641
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1642
|
+
"svg",
|
|
1643
|
+
{
|
|
1644
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1645
|
+
width: "24",
|
|
1646
|
+
height: "24",
|
|
1647
|
+
viewBox: "0 0 24 24",
|
|
1648
|
+
fill: "none",
|
|
1649
|
+
className,
|
|
1650
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1651
|
+
"path",
|
|
1652
|
+
{
|
|
1653
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1654
|
+
fill: "currentColor"
|
|
1655
|
+
}
|
|
1656
|
+
)
|
|
1657
|
+
}
|
|
1658
|
+
);
|
|
1659
|
+
},
|
|
1594
1660
|
// ----------------------------------- old ---------------------------------
|
|
1595
1661
|
// ** Status **
|
|
1596
1662
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
avatar_default
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-NB45YSED.mjs";
|
|
5
|
+
import "../../chunk-VUMESK5D.mjs";
|
|
6
6
|
import "../../chunk-CDXBML6O.mjs";
|
|
7
7
|
import "../../chunk-AC6TWLRT.mjs";
|
|
8
8
|
export {
|
|
@@ -532,6 +532,29 @@ var template = {
|
|
|
532
532
|
}
|
|
533
533
|
);
|
|
534
534
|
},
|
|
535
|
+
["home-outline"]: ({ className }) => {
|
|
536
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
537
|
+
"svg",
|
|
538
|
+
{
|
|
539
|
+
width: "21",
|
|
540
|
+
height: "21",
|
|
541
|
+
viewBox: "0 0 21 21",
|
|
542
|
+
fill: "none",
|
|
543
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
544
|
+
className,
|
|
545
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
546
|
+
"path",
|
|
547
|
+
{
|
|
548
|
+
d: "M1.96875 10.4997L9.8035 2.66407C10.1885 2.27995 10.8115 2.27995 11.1956 2.66407L19.0312 10.4997M3.9375 8.53094V17.3903C3.9375 17.9337 4.3785 18.3747 4.92188 18.3747H8.53125V14.1091C8.53125 13.5657 8.97225 13.1247 9.51562 13.1247H11.4844C12.0277 13.1247 12.4688 13.5657 12.4688 14.1091V18.3747H16.0781C16.6215 18.3747 17.0625 17.9337 17.0625 17.3903V8.53094M7.21875 18.3747H14.4375",
|
|
549
|
+
stroke: "#5B5E62",
|
|
550
|
+
strokeWidth: "1.25",
|
|
551
|
+
strokeLinecap: "round",
|
|
552
|
+
strokeLinejoin: "round"
|
|
553
|
+
}
|
|
554
|
+
)
|
|
555
|
+
}
|
|
556
|
+
);
|
|
557
|
+
},
|
|
535
558
|
exclamation: ({ className, fill }) => {
|
|
536
559
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
537
560
|
"svg",
|
|
@@ -1377,6 +1400,29 @@ var template = {
|
|
|
1377
1400
|
}
|
|
1378
1401
|
);
|
|
1379
1402
|
},
|
|
1403
|
+
["chat-outline"]: ({ className }) => {
|
|
1404
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1405
|
+
"svg",
|
|
1406
|
+
{
|
|
1407
|
+
width: "21",
|
|
1408
|
+
height: "21",
|
|
1409
|
+
viewBox: "0 0 21 21",
|
|
1410
|
+
fill: "none",
|
|
1411
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1412
|
+
className,
|
|
1413
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1414
|
+
"path",
|
|
1415
|
+
{
|
|
1416
|
+
d: "M7.54688 10.5C7.54688 10.587 7.51231 10.6705 7.45077 10.732C7.38923 10.7936 7.30577 10.8281 7.21875 10.8281C7.13173 10.8281 7.04827 10.7936 6.98673 10.732C6.9252 10.6705 6.89062 10.587 6.89062 10.5C6.89062 10.413 6.9252 10.3295 6.98673 10.268C7.04827 10.2064 7.13173 10.1719 7.21875 10.1719C7.30577 10.1719 7.38923 10.2064 7.45077 10.268C7.51231 10.3295 7.54688 10.413 7.54688 10.5ZM7.54688 10.5H7.21875M10.8281 10.5C10.8281 10.587 10.7936 10.6705 10.732 10.732C10.6705 10.7936 10.587 10.8281 10.5 10.8281C10.413 10.8281 10.3295 10.7936 10.268 10.732C10.2064 10.6705 10.1719 10.587 10.1719 10.5C10.1719 10.413 10.2064 10.3295 10.268 10.268C10.3295 10.2064 10.413 10.1719 10.5 10.1719C10.587 10.1719 10.6705 10.2064 10.732 10.268C10.7936 10.3295 10.8281 10.413 10.8281 10.5ZM10.8281 10.5H10.5M14.1094 10.5C14.1094 10.587 14.0748 10.6705 14.0133 10.732C13.9517 10.7936 13.8683 10.8281 13.7812 10.8281C13.6942 10.8281 13.6108 10.7936 13.5492 10.732C13.4877 10.6705 13.4531 10.587 13.4531 10.5C13.4531 10.413 13.4877 10.3295 13.5492 10.268C13.6108 10.2064 13.6942 10.1719 13.7812 10.1719C13.8683 10.1719 13.9517 10.2064 14.0133 10.268C14.0748 10.3295 14.1094 10.413 14.1094 10.5ZM14.1094 10.5H13.7812M18.375 10.5C18.375 14.4865 14.8487 17.7188 10.5 17.7188C9.74504 17.7197 8.99328 17.6205 8.26437 17.4239C7.23692 18.1465 5.98353 18.4748 4.73375 18.3487C4.5948 18.3353 4.45643 18.3164 4.319 18.2919C4.75026 17.7836 5.04479 17.1738 5.17475 16.52C5.2535 16.1201 5.05838 15.7316 4.76613 15.4472C3.43875 14.1557 2.625 12.4154 2.625 10.5C2.625 6.5135 6.15125 3.28125 10.5 3.28125C14.8487 3.28125 18.375 6.5135 18.375 10.5Z",
|
|
1417
|
+
stroke: "#5B5E62",
|
|
1418
|
+
strokeWidth: "1.25",
|
|
1419
|
+
strokeLinecap: "round",
|
|
1420
|
+
strokeLinejoin: "round"
|
|
1421
|
+
}
|
|
1422
|
+
)
|
|
1423
|
+
}
|
|
1424
|
+
);
|
|
1425
|
+
},
|
|
1380
1426
|
calendar: ({ className, fill }) => {
|
|
1381
1427
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1382
1428
|
"svg",
|
|
@@ -1593,6 +1639,26 @@ var template = {
|
|
|
1593
1639
|
}
|
|
1594
1640
|
);
|
|
1595
1641
|
},
|
|
1642
|
+
question: ({ className = "text-white" }) => {
|
|
1643
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1644
|
+
"svg",
|
|
1645
|
+
{
|
|
1646
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1647
|
+
width: "24",
|
|
1648
|
+
height: "24",
|
|
1649
|
+
viewBox: "0 0 24 24",
|
|
1650
|
+
fill: "none",
|
|
1651
|
+
className,
|
|
1652
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1653
|
+
"path",
|
|
1654
|
+
{
|
|
1655
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1656
|
+
fill: "currentColor"
|
|
1657
|
+
}
|
|
1658
|
+
)
|
|
1659
|
+
}
|
|
1660
|
+
);
|
|
1661
|
+
},
|
|
1596
1662
|
// ----------------------------------- old ---------------------------------
|
|
1597
1663
|
// ** Status **
|
|
1598
1664
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import "../../chunk-7DLOYKVC.mjs";
|
|
3
3
|
import {
|
|
4
4
|
avatar_default
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-NB45YSED.mjs";
|
|
6
|
+
import "../../chunk-VUMESK5D.mjs";
|
|
7
7
|
import "../../chunk-CDXBML6O.mjs";
|
|
8
8
|
import "../../chunk-AC6TWLRT.mjs";
|
|
9
9
|
export {
|
|
@@ -770,6 +770,29 @@ var template = {
|
|
|
770
770
|
}
|
|
771
771
|
);
|
|
772
772
|
},
|
|
773
|
+
["home-outline"]: ({ className }) => {
|
|
774
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
775
|
+
"svg",
|
|
776
|
+
{
|
|
777
|
+
width: "21",
|
|
778
|
+
height: "21",
|
|
779
|
+
viewBox: "0 0 21 21",
|
|
780
|
+
fill: "none",
|
|
781
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
782
|
+
className,
|
|
783
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
784
|
+
"path",
|
|
785
|
+
{
|
|
786
|
+
d: "M1.96875 10.4997L9.8035 2.66407C10.1885 2.27995 10.8115 2.27995 11.1956 2.66407L19.0312 10.4997M3.9375 8.53094V17.3903C3.9375 17.9337 4.3785 18.3747 4.92188 18.3747H8.53125V14.1091C8.53125 13.5657 8.97225 13.1247 9.51562 13.1247H11.4844C12.0277 13.1247 12.4688 13.5657 12.4688 14.1091V18.3747H16.0781C16.6215 18.3747 17.0625 17.9337 17.0625 17.3903V8.53094M7.21875 18.3747H14.4375",
|
|
787
|
+
stroke: "#5B5E62",
|
|
788
|
+
strokeWidth: "1.25",
|
|
789
|
+
strokeLinecap: "round",
|
|
790
|
+
strokeLinejoin: "round"
|
|
791
|
+
}
|
|
792
|
+
)
|
|
793
|
+
}
|
|
794
|
+
);
|
|
795
|
+
},
|
|
773
796
|
exclamation: ({ className, fill }) => {
|
|
774
797
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
775
798
|
"svg",
|
|
@@ -1615,6 +1638,29 @@ var template = {
|
|
|
1615
1638
|
}
|
|
1616
1639
|
);
|
|
1617
1640
|
},
|
|
1641
|
+
["chat-outline"]: ({ className }) => {
|
|
1642
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1643
|
+
"svg",
|
|
1644
|
+
{
|
|
1645
|
+
width: "21",
|
|
1646
|
+
height: "21",
|
|
1647
|
+
viewBox: "0 0 21 21",
|
|
1648
|
+
fill: "none",
|
|
1649
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1650
|
+
className,
|
|
1651
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1652
|
+
"path",
|
|
1653
|
+
{
|
|
1654
|
+
d: "M7.54688 10.5C7.54688 10.587 7.51231 10.6705 7.45077 10.732C7.38923 10.7936 7.30577 10.8281 7.21875 10.8281C7.13173 10.8281 7.04827 10.7936 6.98673 10.732C6.9252 10.6705 6.89062 10.587 6.89062 10.5C6.89062 10.413 6.9252 10.3295 6.98673 10.268C7.04827 10.2064 7.13173 10.1719 7.21875 10.1719C7.30577 10.1719 7.38923 10.2064 7.45077 10.268C7.51231 10.3295 7.54688 10.413 7.54688 10.5ZM7.54688 10.5H7.21875M10.8281 10.5C10.8281 10.587 10.7936 10.6705 10.732 10.732C10.6705 10.7936 10.587 10.8281 10.5 10.8281C10.413 10.8281 10.3295 10.7936 10.268 10.732C10.2064 10.6705 10.1719 10.587 10.1719 10.5C10.1719 10.413 10.2064 10.3295 10.268 10.268C10.3295 10.2064 10.413 10.1719 10.5 10.1719C10.587 10.1719 10.6705 10.2064 10.732 10.268C10.7936 10.3295 10.8281 10.413 10.8281 10.5ZM10.8281 10.5H10.5M14.1094 10.5C14.1094 10.587 14.0748 10.6705 14.0133 10.732C13.9517 10.7936 13.8683 10.8281 13.7812 10.8281C13.6942 10.8281 13.6108 10.7936 13.5492 10.732C13.4877 10.6705 13.4531 10.587 13.4531 10.5C13.4531 10.413 13.4877 10.3295 13.5492 10.268C13.6108 10.2064 13.6942 10.1719 13.7812 10.1719C13.8683 10.1719 13.9517 10.2064 14.0133 10.268C14.0748 10.3295 14.1094 10.413 14.1094 10.5ZM14.1094 10.5H13.7812M18.375 10.5C18.375 14.4865 14.8487 17.7188 10.5 17.7188C9.74504 17.7197 8.99328 17.6205 8.26437 17.4239C7.23692 18.1465 5.98353 18.4748 4.73375 18.3487C4.5948 18.3353 4.45643 18.3164 4.319 18.2919C4.75026 17.7836 5.04479 17.1738 5.17475 16.52C5.2535 16.1201 5.05838 15.7316 4.76613 15.4472C3.43875 14.1557 2.625 12.4154 2.625 10.5C2.625 6.5135 6.15125 3.28125 10.5 3.28125C14.8487 3.28125 18.375 6.5135 18.375 10.5Z",
|
|
1655
|
+
stroke: "#5B5E62",
|
|
1656
|
+
strokeWidth: "1.25",
|
|
1657
|
+
strokeLinecap: "round",
|
|
1658
|
+
strokeLinejoin: "round"
|
|
1659
|
+
}
|
|
1660
|
+
)
|
|
1661
|
+
}
|
|
1662
|
+
);
|
|
1663
|
+
},
|
|
1618
1664
|
calendar: ({ className, fill }) => {
|
|
1619
1665
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1620
1666
|
"svg",
|
|
@@ -1831,6 +1877,26 @@ var template = {
|
|
|
1831
1877
|
}
|
|
1832
1878
|
);
|
|
1833
1879
|
},
|
|
1880
|
+
question: ({ className = "text-white" }) => {
|
|
1881
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1882
|
+
"svg",
|
|
1883
|
+
{
|
|
1884
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1885
|
+
width: "24",
|
|
1886
|
+
height: "24",
|
|
1887
|
+
viewBox: "0 0 24 24",
|
|
1888
|
+
fill: "none",
|
|
1889
|
+
className,
|
|
1890
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1891
|
+
"path",
|
|
1892
|
+
{
|
|
1893
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1894
|
+
fill: "currentColor"
|
|
1895
|
+
}
|
|
1896
|
+
)
|
|
1897
|
+
}
|
|
1898
|
+
);
|
|
1899
|
+
},
|
|
1834
1900
|
// ----------------------------------- old ---------------------------------
|
|
1835
1901
|
// ** Status **
|
|
1836
1902
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
breadcrumb_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-PO4H65C3.mjs";
|
|
5
5
|
import "../../chunk-MY5U63QO.mjs";
|
|
6
6
|
import "../../chunk-Q364C3FI.mjs";
|
|
7
7
|
import "../../chunk-ITWKPTSD.mjs";
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
8
|
+
import "../../chunk-73NBUI4Y.mjs";
|
|
9
|
+
import "../../chunk-DSEF7GGB.mjs";
|
|
10
10
|
import "../../chunk-6WSACUIB.mjs";
|
|
11
11
|
import "../../chunk-LXHUO6VM.mjs";
|
|
12
12
|
import "../../chunk-SZL743JC.mjs";
|
|
13
13
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
14
|
-
import "../../chunk-
|
|
14
|
+
import "../../chunk-LBJN5TAP.mjs";
|
|
15
15
|
import "../../chunk-E3G5QXSH.mjs";
|
|
16
|
-
import "../../chunk-
|
|
16
|
+
import "../../chunk-VUMESK5D.mjs";
|
|
17
17
|
import "../../chunk-CDXBML6O.mjs";
|
|
18
18
|
import "../../chunk-27Y6K5NK.mjs";
|
|
19
19
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -772,6 +772,29 @@ var template = {
|
|
|
772
772
|
}
|
|
773
773
|
);
|
|
774
774
|
},
|
|
775
|
+
["home-outline"]: ({ className }) => {
|
|
776
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
777
|
+
"svg",
|
|
778
|
+
{
|
|
779
|
+
width: "21",
|
|
780
|
+
height: "21",
|
|
781
|
+
viewBox: "0 0 21 21",
|
|
782
|
+
fill: "none",
|
|
783
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
784
|
+
className,
|
|
785
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
786
|
+
"path",
|
|
787
|
+
{
|
|
788
|
+
d: "M1.96875 10.4997L9.8035 2.66407C10.1885 2.27995 10.8115 2.27995 11.1956 2.66407L19.0312 10.4997M3.9375 8.53094V17.3903C3.9375 17.9337 4.3785 18.3747 4.92188 18.3747H8.53125V14.1091C8.53125 13.5657 8.97225 13.1247 9.51562 13.1247H11.4844C12.0277 13.1247 12.4688 13.5657 12.4688 14.1091V18.3747H16.0781C16.6215 18.3747 17.0625 17.9337 17.0625 17.3903V8.53094M7.21875 18.3747H14.4375",
|
|
789
|
+
stroke: "#5B5E62",
|
|
790
|
+
strokeWidth: "1.25",
|
|
791
|
+
strokeLinecap: "round",
|
|
792
|
+
strokeLinejoin: "round"
|
|
793
|
+
}
|
|
794
|
+
)
|
|
795
|
+
}
|
|
796
|
+
);
|
|
797
|
+
},
|
|
775
798
|
exclamation: ({ className, fill }) => {
|
|
776
799
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
777
800
|
"svg",
|
|
@@ -1617,6 +1640,29 @@ var template = {
|
|
|
1617
1640
|
}
|
|
1618
1641
|
);
|
|
1619
1642
|
},
|
|
1643
|
+
["chat-outline"]: ({ className }) => {
|
|
1644
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1645
|
+
"svg",
|
|
1646
|
+
{
|
|
1647
|
+
width: "21",
|
|
1648
|
+
height: "21",
|
|
1649
|
+
viewBox: "0 0 21 21",
|
|
1650
|
+
fill: "none",
|
|
1651
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1652
|
+
className,
|
|
1653
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1654
|
+
"path",
|
|
1655
|
+
{
|
|
1656
|
+
d: "M7.54688 10.5C7.54688 10.587 7.51231 10.6705 7.45077 10.732C7.38923 10.7936 7.30577 10.8281 7.21875 10.8281C7.13173 10.8281 7.04827 10.7936 6.98673 10.732C6.9252 10.6705 6.89062 10.587 6.89062 10.5C6.89062 10.413 6.9252 10.3295 6.98673 10.268C7.04827 10.2064 7.13173 10.1719 7.21875 10.1719C7.30577 10.1719 7.38923 10.2064 7.45077 10.268C7.51231 10.3295 7.54688 10.413 7.54688 10.5ZM7.54688 10.5H7.21875M10.8281 10.5C10.8281 10.587 10.7936 10.6705 10.732 10.732C10.6705 10.7936 10.587 10.8281 10.5 10.8281C10.413 10.8281 10.3295 10.7936 10.268 10.732C10.2064 10.6705 10.1719 10.587 10.1719 10.5C10.1719 10.413 10.2064 10.3295 10.268 10.268C10.3295 10.2064 10.413 10.1719 10.5 10.1719C10.587 10.1719 10.6705 10.2064 10.732 10.268C10.7936 10.3295 10.8281 10.413 10.8281 10.5ZM10.8281 10.5H10.5M14.1094 10.5C14.1094 10.587 14.0748 10.6705 14.0133 10.732C13.9517 10.7936 13.8683 10.8281 13.7812 10.8281C13.6942 10.8281 13.6108 10.7936 13.5492 10.732C13.4877 10.6705 13.4531 10.587 13.4531 10.5C13.4531 10.413 13.4877 10.3295 13.5492 10.268C13.6108 10.2064 13.6942 10.1719 13.7812 10.1719C13.8683 10.1719 13.9517 10.2064 14.0133 10.268C14.0748 10.3295 14.1094 10.413 14.1094 10.5ZM14.1094 10.5H13.7812M18.375 10.5C18.375 14.4865 14.8487 17.7188 10.5 17.7188C9.74504 17.7197 8.99328 17.6205 8.26437 17.4239C7.23692 18.1465 5.98353 18.4748 4.73375 18.3487C4.5948 18.3353 4.45643 18.3164 4.319 18.2919C4.75026 17.7836 5.04479 17.1738 5.17475 16.52C5.2535 16.1201 5.05838 15.7316 4.76613 15.4472C3.43875 14.1557 2.625 12.4154 2.625 10.5C2.625 6.5135 6.15125 3.28125 10.5 3.28125C14.8487 3.28125 18.375 6.5135 18.375 10.5Z",
|
|
1657
|
+
stroke: "#5B5E62",
|
|
1658
|
+
strokeWidth: "1.25",
|
|
1659
|
+
strokeLinecap: "round",
|
|
1660
|
+
strokeLinejoin: "round"
|
|
1661
|
+
}
|
|
1662
|
+
)
|
|
1663
|
+
}
|
|
1664
|
+
);
|
|
1665
|
+
},
|
|
1620
1666
|
calendar: ({ className, fill }) => {
|
|
1621
1667
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1622
1668
|
"svg",
|
|
@@ -1833,6 +1879,26 @@ var template = {
|
|
|
1833
1879
|
}
|
|
1834
1880
|
);
|
|
1835
1881
|
},
|
|
1882
|
+
question: ({ className = "text-white" }) => {
|
|
1883
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1884
|
+
"svg",
|
|
1885
|
+
{
|
|
1886
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1887
|
+
width: "24",
|
|
1888
|
+
height: "24",
|
|
1889
|
+
viewBox: "0 0 24 24",
|
|
1890
|
+
fill: "none",
|
|
1891
|
+
className,
|
|
1892
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1893
|
+
"path",
|
|
1894
|
+
{
|
|
1895
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1896
|
+
fill: "currentColor"
|
|
1897
|
+
}
|
|
1898
|
+
)
|
|
1899
|
+
}
|
|
1900
|
+
);
|
|
1901
|
+
},
|
|
1836
1902
|
// ----------------------------------- old ---------------------------------
|
|
1837
1903
|
// ** Status **
|
|
1838
1904
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2,19 +2,19 @@
|
|
|
2
2
|
import "../../chunk-KYIODWXL.mjs";
|
|
3
3
|
import {
|
|
4
4
|
breadcrumb_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-PO4H65C3.mjs";
|
|
6
6
|
import "../../chunk-MY5U63QO.mjs";
|
|
7
7
|
import "../../chunk-Q364C3FI.mjs";
|
|
8
8
|
import "../../chunk-ITWKPTSD.mjs";
|
|
9
|
-
import "../../chunk-
|
|
10
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-73NBUI4Y.mjs";
|
|
10
|
+
import "../../chunk-DSEF7GGB.mjs";
|
|
11
11
|
import "../../chunk-6WSACUIB.mjs";
|
|
12
12
|
import "../../chunk-LXHUO6VM.mjs";
|
|
13
13
|
import "../../chunk-SZL743JC.mjs";
|
|
14
14
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
15
|
-
import "../../chunk-
|
|
15
|
+
import "../../chunk-LBJN5TAP.mjs";
|
|
16
16
|
import "../../chunk-E3G5QXSH.mjs";
|
|
17
|
-
import "../../chunk-
|
|
17
|
+
import "../../chunk-VUMESK5D.mjs";
|
|
18
18
|
import "../../chunk-CDXBML6O.mjs";
|
|
19
19
|
import "../../chunk-27Y6K5NK.mjs";
|
|
20
20
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -790,6 +790,29 @@ var template = {
|
|
|
790
790
|
}
|
|
791
791
|
);
|
|
792
792
|
},
|
|
793
|
+
["home-outline"]: ({ className }) => {
|
|
794
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
795
|
+
"svg",
|
|
796
|
+
{
|
|
797
|
+
width: "21",
|
|
798
|
+
height: "21",
|
|
799
|
+
viewBox: "0 0 21 21",
|
|
800
|
+
fill: "none",
|
|
801
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
802
|
+
className,
|
|
803
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
804
|
+
"path",
|
|
805
|
+
{
|
|
806
|
+
d: "M1.96875 10.4997L9.8035 2.66407C10.1885 2.27995 10.8115 2.27995 11.1956 2.66407L19.0312 10.4997M3.9375 8.53094V17.3903C3.9375 17.9337 4.3785 18.3747 4.92188 18.3747H8.53125V14.1091C8.53125 13.5657 8.97225 13.1247 9.51562 13.1247H11.4844C12.0277 13.1247 12.4688 13.5657 12.4688 14.1091V18.3747H16.0781C16.6215 18.3747 17.0625 17.9337 17.0625 17.3903V8.53094M7.21875 18.3747H14.4375",
|
|
807
|
+
stroke: "#5B5E62",
|
|
808
|
+
strokeWidth: "1.25",
|
|
809
|
+
strokeLinecap: "round",
|
|
810
|
+
strokeLinejoin: "round"
|
|
811
|
+
}
|
|
812
|
+
)
|
|
813
|
+
}
|
|
814
|
+
);
|
|
815
|
+
},
|
|
793
816
|
exclamation: ({ className, fill }) => {
|
|
794
817
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
795
818
|
"svg",
|
|
@@ -1635,6 +1658,29 @@ var template = {
|
|
|
1635
1658
|
}
|
|
1636
1659
|
);
|
|
1637
1660
|
},
|
|
1661
|
+
["chat-outline"]: ({ className }) => {
|
|
1662
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1663
|
+
"svg",
|
|
1664
|
+
{
|
|
1665
|
+
width: "21",
|
|
1666
|
+
height: "21",
|
|
1667
|
+
viewBox: "0 0 21 21",
|
|
1668
|
+
fill: "none",
|
|
1669
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1670
|
+
className,
|
|
1671
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1672
|
+
"path",
|
|
1673
|
+
{
|
|
1674
|
+
d: "M7.54688 10.5C7.54688 10.587 7.51231 10.6705 7.45077 10.732C7.38923 10.7936 7.30577 10.8281 7.21875 10.8281C7.13173 10.8281 7.04827 10.7936 6.98673 10.732C6.9252 10.6705 6.89062 10.587 6.89062 10.5C6.89062 10.413 6.9252 10.3295 6.98673 10.268C7.04827 10.2064 7.13173 10.1719 7.21875 10.1719C7.30577 10.1719 7.38923 10.2064 7.45077 10.268C7.51231 10.3295 7.54688 10.413 7.54688 10.5ZM7.54688 10.5H7.21875M10.8281 10.5C10.8281 10.587 10.7936 10.6705 10.732 10.732C10.6705 10.7936 10.587 10.8281 10.5 10.8281C10.413 10.8281 10.3295 10.7936 10.268 10.732C10.2064 10.6705 10.1719 10.587 10.1719 10.5C10.1719 10.413 10.2064 10.3295 10.268 10.268C10.3295 10.2064 10.413 10.1719 10.5 10.1719C10.587 10.1719 10.6705 10.2064 10.732 10.268C10.7936 10.3295 10.8281 10.413 10.8281 10.5ZM10.8281 10.5H10.5M14.1094 10.5C14.1094 10.587 14.0748 10.6705 14.0133 10.732C13.9517 10.7936 13.8683 10.8281 13.7812 10.8281C13.6942 10.8281 13.6108 10.7936 13.5492 10.732C13.4877 10.6705 13.4531 10.587 13.4531 10.5C13.4531 10.413 13.4877 10.3295 13.5492 10.268C13.6108 10.2064 13.6942 10.1719 13.7812 10.1719C13.8683 10.1719 13.9517 10.2064 14.0133 10.268C14.0748 10.3295 14.1094 10.413 14.1094 10.5ZM14.1094 10.5H13.7812M18.375 10.5C18.375 14.4865 14.8487 17.7188 10.5 17.7188C9.74504 17.7197 8.99328 17.6205 8.26437 17.4239C7.23692 18.1465 5.98353 18.4748 4.73375 18.3487C4.5948 18.3353 4.45643 18.3164 4.319 18.2919C4.75026 17.7836 5.04479 17.1738 5.17475 16.52C5.2535 16.1201 5.05838 15.7316 4.76613 15.4472C3.43875 14.1557 2.625 12.4154 2.625 10.5C2.625 6.5135 6.15125 3.28125 10.5 3.28125C14.8487 3.28125 18.375 6.5135 18.375 10.5Z",
|
|
1675
|
+
stroke: "#5B5E62",
|
|
1676
|
+
strokeWidth: "1.25",
|
|
1677
|
+
strokeLinecap: "round",
|
|
1678
|
+
strokeLinejoin: "round"
|
|
1679
|
+
}
|
|
1680
|
+
)
|
|
1681
|
+
}
|
|
1682
|
+
);
|
|
1683
|
+
},
|
|
1638
1684
|
calendar: ({ className, fill }) => {
|
|
1639
1685
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1640
1686
|
"svg",
|
|
@@ -1851,6 +1897,26 @@ var template = {
|
|
|
1851
1897
|
}
|
|
1852
1898
|
);
|
|
1853
1899
|
},
|
|
1900
|
+
question: ({ className = "text-white" }) => {
|
|
1901
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1902
|
+
"svg",
|
|
1903
|
+
{
|
|
1904
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1905
|
+
width: "24",
|
|
1906
|
+
height: "24",
|
|
1907
|
+
viewBox: "0 0 24 24",
|
|
1908
|
+
fill: "none",
|
|
1909
|
+
className,
|
|
1910
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1911
|
+
"path",
|
|
1912
|
+
{
|
|
1913
|
+
d: "M17 2.42969H7C4 2.42969 2 4.42969 2 7.42969V13.4297C2 16.4297 4 18.4297 7 18.4297V20.5597C7 21.3597 7.89 21.8397 8.55 21.3897L13 18.4297H17C20 18.4297 22 16.4297 22 13.4297V7.42969C22 4.42969 20 2.42969 17 2.42969ZM12 14.5997C11.58 14.5997 11.25 14.2597 11.25 13.8497C11.25 13.4397 11.58 13.0997 12 13.0997C12.42 13.0997 12.75 13.4397 12.75 13.8497C12.75 14.2597 12.42 14.5997 12 14.5997ZM13.26 10.4497C12.87 10.7097 12.75 10.8797 12.75 11.1597V11.3697C12.75 11.7797 12.41 12.1197 12 12.1197C11.59 12.1197 11.25 11.7797 11.25 11.3697V11.1597C11.25 9.99969 12.1 9.42969 12.42 9.20969C12.79 8.95969 12.91 8.78969 12.91 8.52969C12.91 8.02969 12.5 7.61969 12 7.61969C11.5 7.61969 11.09 8.02969 11.09 8.52969C11.09 8.93969 10.75 9.27969 10.34 9.27969C9.93 9.27969 9.59 8.93969 9.59 8.52969C9.59 7.19969 10.67 6.11969 12 6.11969C13.33 6.11969 14.41 7.19969 14.41 8.52969C14.41 9.66969 13.57 10.2397 13.26 10.4497Z",
|
|
1914
|
+
fill: "currentColor"
|
|
1915
|
+
}
|
|
1916
|
+
)
|
|
1917
|
+
}
|
|
1918
|
+
);
|
|
1919
|
+
},
|
|
1854
1920
|
// ----------------------------------- old ---------------------------------
|
|
1855
1921
|
// ** Status **
|
|
1856
1922
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
button_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-73NBUI4Y.mjs";
|
|
5
5
|
import "../../chunk-6WSACUIB.mjs";
|
|
6
6
|
import "../../chunk-LXHUO6VM.mjs";
|
|
7
7
|
import "../../chunk-SZL743JC.mjs";
|
|
8
8
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-LBJN5TAP.mjs";
|
|
10
10
|
import "../../chunk-E3G5QXSH.mjs";
|
|
11
|
-
import "../../chunk-
|
|
11
|
+
import "../../chunk-VUMESK5D.mjs";
|
|
12
12
|
import "../../chunk-CDXBML6O.mjs";
|
|
13
13
|
import "../../chunk-AC6TWLRT.mjs";
|
|
14
14
|
export {
|