@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
|
@@ -2,23 +2,23 @@
|
|
|
2
2
|
import "../../chunk-RLXOHILK.mjs";
|
|
3
3
|
import {
|
|
4
4
|
fileUpload_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-ZUAOUHWS.mjs";
|
|
6
6
|
import "../../chunk-7VOQKIIK.mjs";
|
|
7
7
|
import "../../chunk-2CLPU5LR.mjs";
|
|
8
8
|
import "../../chunk-2GCSFWHD.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-BFC4VP3B.mjs";
|
|
10
10
|
import "../../chunk-MY5U63QO.mjs";
|
|
11
11
|
import "../../chunk-Q364C3FI.mjs";
|
|
12
12
|
import "../../chunk-ITWKPTSD.mjs";
|
|
13
|
-
import "../../chunk-
|
|
14
|
-
import "../../chunk-
|
|
13
|
+
import "../../chunk-73NBUI4Y.mjs";
|
|
14
|
+
import "../../chunk-DSEF7GGB.mjs";
|
|
15
15
|
import "../../chunk-6WSACUIB.mjs";
|
|
16
16
|
import "../../chunk-LXHUO6VM.mjs";
|
|
17
17
|
import "../../chunk-SZL743JC.mjs";
|
|
18
18
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
19
|
-
import "../../chunk-
|
|
19
|
+
import "../../chunk-LBJN5TAP.mjs";
|
|
20
20
|
import "../../chunk-E3G5QXSH.mjs";
|
|
21
|
-
import "../../chunk-
|
|
21
|
+
import "../../chunk-VUMESK5D.mjs";
|
|
22
22
|
import "../../chunk-CDXBML6O.mjs";
|
|
23
23
|
import "../../chunk-3V4HT2K5.mjs";
|
|
24
24
|
import "../../chunk-27Y6K5NK.mjs";
|
|
@@ -72,6 +72,10 @@ declare const iconTemplate: {
|
|
|
72
72
|
className?: string;
|
|
73
73
|
fill?: boolean;
|
|
74
74
|
}) => react_jsx_runtime.JSX.Element;
|
|
75
|
+
"home-outline": ({ className }: {
|
|
76
|
+
className?: string;
|
|
77
|
+
fill?: boolean;
|
|
78
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
75
79
|
exclamation: ({ className, fill }: {
|
|
76
80
|
className?: string;
|
|
77
81
|
fill?: boolean;
|
|
@@ -184,6 +188,10 @@ declare const iconTemplate: {
|
|
|
184
188
|
className?: string;
|
|
185
189
|
fill?: boolean;
|
|
186
190
|
}) => react_jsx_runtime.JSX.Element;
|
|
191
|
+
"chat-outline": ({ className }: {
|
|
192
|
+
className?: string;
|
|
193
|
+
fill?: boolean;
|
|
194
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
187
195
|
calendar: ({ className, fill }: {
|
|
188
196
|
className?: string;
|
|
189
197
|
fill?: boolean;
|
|
@@ -220,6 +228,10 @@ declare const iconTemplate: {
|
|
|
220
228
|
className?: string;
|
|
221
229
|
fill?: boolean;
|
|
222
230
|
}) => react_jsx_runtime.JSX.Element;
|
|
231
|
+
question: ({ className }: {
|
|
232
|
+
className?: string;
|
|
233
|
+
fill?: boolean;
|
|
234
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
223
235
|
"plus-circle": ({ className, fill }: {
|
|
224
236
|
className?: string;
|
|
225
237
|
fill?: boolean;
|
|
@@ -72,6 +72,10 @@ declare const iconTemplate: {
|
|
|
72
72
|
className?: string;
|
|
73
73
|
fill?: boolean;
|
|
74
74
|
}) => react_jsx_runtime.JSX.Element;
|
|
75
|
+
"home-outline": ({ className }: {
|
|
76
|
+
className?: string;
|
|
77
|
+
fill?: boolean;
|
|
78
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
75
79
|
exclamation: ({ className, fill }: {
|
|
76
80
|
className?: string;
|
|
77
81
|
fill?: boolean;
|
|
@@ -184,6 +188,10 @@ declare const iconTemplate: {
|
|
|
184
188
|
className?: string;
|
|
185
189
|
fill?: boolean;
|
|
186
190
|
}) => react_jsx_runtime.JSX.Element;
|
|
191
|
+
"chat-outline": ({ className }: {
|
|
192
|
+
className?: string;
|
|
193
|
+
fill?: boolean;
|
|
194
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
187
195
|
calendar: ({ className, fill }: {
|
|
188
196
|
className?: string;
|
|
189
197
|
fill?: boolean;
|
|
@@ -220,6 +228,10 @@ declare const iconTemplate: {
|
|
|
220
228
|
className?: string;
|
|
221
229
|
fill?: boolean;
|
|
222
230
|
}) => react_jsx_runtime.JSX.Element;
|
|
231
|
+
question: ({ className }: {
|
|
232
|
+
className?: string;
|
|
233
|
+
fill?: boolean;
|
|
234
|
+
}) => react_jsx_runtime.JSX.Element;
|
|
223
235
|
"plus-circle": ({ className, fill }: {
|
|
224
236
|
className?: string;
|
|
225
237
|
fill?: boolean;
|
|
@@ -449,6 +449,29 @@ var template = {
|
|
|
449
449
|
}
|
|
450
450
|
);
|
|
451
451
|
},
|
|
452
|
+
["home-outline"]: ({ className }) => {
|
|
453
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
454
|
+
"svg",
|
|
455
|
+
{
|
|
456
|
+
width: "21",
|
|
457
|
+
height: "21",
|
|
458
|
+
viewBox: "0 0 21 21",
|
|
459
|
+
fill: "none",
|
|
460
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
461
|
+
className,
|
|
462
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
463
|
+
"path",
|
|
464
|
+
{
|
|
465
|
+
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",
|
|
466
|
+
stroke: "#5B5E62",
|
|
467
|
+
strokeWidth: "1.25",
|
|
468
|
+
strokeLinecap: "round",
|
|
469
|
+
strokeLinejoin: "round"
|
|
470
|
+
}
|
|
471
|
+
)
|
|
472
|
+
}
|
|
473
|
+
);
|
|
474
|
+
},
|
|
452
475
|
exclamation: ({ className, fill }) => {
|
|
453
476
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
454
477
|
"svg",
|
|
@@ -1294,6 +1317,29 @@ var template = {
|
|
|
1294
1317
|
}
|
|
1295
1318
|
);
|
|
1296
1319
|
},
|
|
1320
|
+
["chat-outline"]: ({ className }) => {
|
|
1321
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1322
|
+
"svg",
|
|
1323
|
+
{
|
|
1324
|
+
width: "21",
|
|
1325
|
+
height: "21",
|
|
1326
|
+
viewBox: "0 0 21 21",
|
|
1327
|
+
fill: "none",
|
|
1328
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1329
|
+
className,
|
|
1330
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1331
|
+
"path",
|
|
1332
|
+
{
|
|
1333
|
+
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",
|
|
1334
|
+
stroke: "#5B5E62",
|
|
1335
|
+
strokeWidth: "1.25",
|
|
1336
|
+
strokeLinecap: "round",
|
|
1337
|
+
strokeLinejoin: "round"
|
|
1338
|
+
}
|
|
1339
|
+
)
|
|
1340
|
+
}
|
|
1341
|
+
);
|
|
1342
|
+
},
|
|
1297
1343
|
calendar: ({ className, fill }) => {
|
|
1298
1344
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1299
1345
|
"svg",
|
|
@@ -1510,6 +1556,26 @@ var template = {
|
|
|
1510
1556
|
}
|
|
1511
1557
|
);
|
|
1512
1558
|
},
|
|
1559
|
+
question: ({ className = "text-white" }) => {
|
|
1560
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1561
|
+
"svg",
|
|
1562
|
+
{
|
|
1563
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1564
|
+
width: "24",
|
|
1565
|
+
height: "24",
|
|
1566
|
+
viewBox: "0 0 24 24",
|
|
1567
|
+
fill: "none",
|
|
1568
|
+
className,
|
|
1569
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1570
|
+
"path",
|
|
1571
|
+
{
|
|
1572
|
+
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",
|
|
1573
|
+
fill: "currentColor"
|
|
1574
|
+
}
|
|
1575
|
+
)
|
|
1576
|
+
}
|
|
1577
|
+
);
|
|
1578
|
+
},
|
|
1513
1579
|
// ----------------------------------- old ---------------------------------
|
|
1514
1580
|
// ** Status **
|
|
1515
1581
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import {
|
|
3
3
|
Icon_default,
|
|
4
4
|
iconTemplate
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-LBJN5TAP.mjs";
|
|
6
|
+
import "../../chunk-VUMESK5D.mjs";
|
|
7
7
|
import "../../chunk-AC6TWLRT.mjs";
|
|
8
8
|
export {
|
|
9
9
|
Icon_default as default,
|
|
@@ -449,6 +449,29 @@ var template = {
|
|
|
449
449
|
}
|
|
450
450
|
);
|
|
451
451
|
},
|
|
452
|
+
["home-outline"]: ({ className }) => {
|
|
453
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
454
|
+
"svg",
|
|
455
|
+
{
|
|
456
|
+
width: "21",
|
|
457
|
+
height: "21",
|
|
458
|
+
viewBox: "0 0 21 21",
|
|
459
|
+
fill: "none",
|
|
460
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
461
|
+
className,
|
|
462
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
463
|
+
"path",
|
|
464
|
+
{
|
|
465
|
+
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",
|
|
466
|
+
stroke: "#5B5E62",
|
|
467
|
+
strokeWidth: "1.25",
|
|
468
|
+
strokeLinecap: "round",
|
|
469
|
+
strokeLinejoin: "round"
|
|
470
|
+
}
|
|
471
|
+
)
|
|
472
|
+
}
|
|
473
|
+
);
|
|
474
|
+
},
|
|
452
475
|
exclamation: ({ className, fill }) => {
|
|
453
476
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
454
477
|
"svg",
|
|
@@ -1294,6 +1317,29 @@ var template = {
|
|
|
1294
1317
|
}
|
|
1295
1318
|
);
|
|
1296
1319
|
},
|
|
1320
|
+
["chat-outline"]: ({ className }) => {
|
|
1321
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1322
|
+
"svg",
|
|
1323
|
+
{
|
|
1324
|
+
width: "21",
|
|
1325
|
+
height: "21",
|
|
1326
|
+
viewBox: "0 0 21 21",
|
|
1327
|
+
fill: "none",
|
|
1328
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1329
|
+
className,
|
|
1330
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1331
|
+
"path",
|
|
1332
|
+
{
|
|
1333
|
+
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",
|
|
1334
|
+
stroke: "#5B5E62",
|
|
1335
|
+
strokeWidth: "1.25",
|
|
1336
|
+
strokeLinecap: "round",
|
|
1337
|
+
strokeLinejoin: "round"
|
|
1338
|
+
}
|
|
1339
|
+
)
|
|
1340
|
+
}
|
|
1341
|
+
);
|
|
1342
|
+
},
|
|
1297
1343
|
calendar: ({ className, fill }) => {
|
|
1298
1344
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1299
1345
|
"svg",
|
|
@@ -1510,6 +1556,26 @@ var template = {
|
|
|
1510
1556
|
}
|
|
1511
1557
|
);
|
|
1512
1558
|
},
|
|
1559
|
+
question: ({ className = "text-white" }) => {
|
|
1560
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1561
|
+
"svg",
|
|
1562
|
+
{
|
|
1563
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1564
|
+
width: "24",
|
|
1565
|
+
height: "24",
|
|
1566
|
+
viewBox: "0 0 24 24",
|
|
1567
|
+
fill: "none",
|
|
1568
|
+
className,
|
|
1569
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1570
|
+
"path",
|
|
1571
|
+
{
|
|
1572
|
+
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",
|
|
1573
|
+
fill: "currentColor"
|
|
1574
|
+
}
|
|
1575
|
+
)
|
|
1576
|
+
}
|
|
1577
|
+
);
|
|
1578
|
+
},
|
|
1513
1579
|
// ----------------------------------- old ---------------------------------
|
|
1514
1580
|
// ** Status **
|
|
1515
1581
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -3,8 +3,8 @@ import "../../chunk-ZYIIXWVY.mjs";
|
|
|
3
3
|
import {
|
|
4
4
|
Icon_default,
|
|
5
5
|
iconTemplate
|
|
6
|
-
} from "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
6
|
+
} from "../../chunk-LBJN5TAP.mjs";
|
|
7
|
+
import "../../chunk-VUMESK5D.mjs";
|
|
8
8
|
import "../../chunk-AC6TWLRT.mjs";
|
|
9
9
|
export {
|
|
10
10
|
Icon_default as Icon,
|
|
@@ -22,6 +22,7 @@ declare const template: {
|
|
|
22
22
|
filter: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
23
23
|
menu: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
24
24
|
home: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
25
|
+
"home-outline": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
25
26
|
exclamation: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
26
27
|
close: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
27
28
|
plus: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -50,6 +51,7 @@ declare const template: {
|
|
|
50
51
|
lock: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
51
52
|
unlock: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
52
53
|
chat: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
54
|
+
"chat-outline": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
53
55
|
calendar: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
54
56
|
left: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
55
57
|
right: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -59,6 +61,7 @@ declare const template: {
|
|
|
59
61
|
eye: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
60
62
|
"eye-off": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
61
63
|
bag: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
64
|
+
question: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
62
65
|
"plus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
63
66
|
"minus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
64
67
|
"close-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -22,6 +22,7 @@ declare const template: {
|
|
|
22
22
|
filter: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
23
23
|
menu: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
24
24
|
home: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
25
|
+
"home-outline": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
25
26
|
exclamation: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
26
27
|
close: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
27
28
|
plus: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -50,6 +51,7 @@ declare const template: {
|
|
|
50
51
|
lock: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
51
52
|
unlock: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
52
53
|
chat: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
54
|
+
"chat-outline": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
53
55
|
calendar: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
54
56
|
left: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
55
57
|
right: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -59,6 +61,7 @@ declare const template: {
|
|
|
59
61
|
eye: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
60
62
|
"eye-off": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
61
63
|
bag: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
64
|
+
question: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
62
65
|
"plus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
63
66
|
"minus-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
64
67
|
"close-circle": ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
|
|
@@ -446,6 +446,29 @@ var template = {
|
|
|
446
446
|
}
|
|
447
447
|
);
|
|
448
448
|
},
|
|
449
|
+
["home-outline"]: ({ className }) => {
|
|
450
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
451
|
+
"svg",
|
|
452
|
+
{
|
|
453
|
+
width: "21",
|
|
454
|
+
height: "21",
|
|
455
|
+
viewBox: "0 0 21 21",
|
|
456
|
+
fill: "none",
|
|
457
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
458
|
+
className,
|
|
459
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
460
|
+
"path",
|
|
461
|
+
{
|
|
462
|
+
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",
|
|
463
|
+
stroke: "#5B5E62",
|
|
464
|
+
strokeWidth: "1.25",
|
|
465
|
+
strokeLinecap: "round",
|
|
466
|
+
strokeLinejoin: "round"
|
|
467
|
+
}
|
|
468
|
+
)
|
|
469
|
+
}
|
|
470
|
+
);
|
|
471
|
+
},
|
|
449
472
|
exclamation: ({ className, fill }) => {
|
|
450
473
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
451
474
|
"svg",
|
|
@@ -1291,6 +1314,29 @@ var template = {
|
|
|
1291
1314
|
}
|
|
1292
1315
|
);
|
|
1293
1316
|
},
|
|
1317
|
+
["chat-outline"]: ({ className }) => {
|
|
1318
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1319
|
+
"svg",
|
|
1320
|
+
{
|
|
1321
|
+
width: "21",
|
|
1322
|
+
height: "21",
|
|
1323
|
+
viewBox: "0 0 21 21",
|
|
1324
|
+
fill: "none",
|
|
1325
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1326
|
+
className,
|
|
1327
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1328
|
+
"path",
|
|
1329
|
+
{
|
|
1330
|
+
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",
|
|
1331
|
+
stroke: "#5B5E62",
|
|
1332
|
+
strokeWidth: "1.25",
|
|
1333
|
+
strokeLinecap: "round",
|
|
1334
|
+
strokeLinejoin: "round"
|
|
1335
|
+
}
|
|
1336
|
+
)
|
|
1337
|
+
}
|
|
1338
|
+
);
|
|
1339
|
+
},
|
|
1294
1340
|
calendar: ({ className, fill }) => {
|
|
1295
1341
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1296
1342
|
"svg",
|
|
@@ -1507,6 +1553,26 @@ var template = {
|
|
|
1507
1553
|
}
|
|
1508
1554
|
);
|
|
1509
1555
|
},
|
|
1556
|
+
question: ({ className = "text-white" }) => {
|
|
1557
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1558
|
+
"svg",
|
|
1559
|
+
{
|
|
1560
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1561
|
+
width: "24",
|
|
1562
|
+
height: "24",
|
|
1563
|
+
viewBox: "0 0 24 24",
|
|
1564
|
+
fill: "none",
|
|
1565
|
+
className,
|
|
1566
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1567
|
+
"path",
|
|
1568
|
+
{
|
|
1569
|
+
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",
|
|
1570
|
+
fill: "currentColor"
|
|
1571
|
+
}
|
|
1572
|
+
)
|
|
1573
|
+
}
|
|
1574
|
+
);
|
|
1575
|
+
},
|
|
1510
1576
|
// ----------------------------------- old ---------------------------------
|
|
1511
1577
|
// ** Status **
|
|
1512
1578
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -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,11 +2,11 @@
|
|
|
2
2
|
import "../../chunk-2GCSFWHD.mjs";
|
|
3
3
|
import {
|
|
4
4
|
input_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-BFC4VP3B.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-LBJN5TAP.mjs";
|
|
8
8
|
import "../../chunk-E3G5QXSH.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-VUMESK5D.mjs";
|
|
10
10
|
import "../../chunk-CDXBML6O.mjs";
|
|
11
11
|
import "../../chunk-27Y6K5NK.mjs";
|
|
12
12
|
import "../../chunk-AC6TWLRT.mjs";
|
|
@@ -531,6 +531,29 @@ var template = {
|
|
|
531
531
|
}
|
|
532
532
|
);
|
|
533
533
|
},
|
|
534
|
+
["home-outline"]: ({ className }) => {
|
|
535
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
536
|
+
"svg",
|
|
537
|
+
{
|
|
538
|
+
width: "21",
|
|
539
|
+
height: "21",
|
|
540
|
+
viewBox: "0 0 21 21",
|
|
541
|
+
fill: "none",
|
|
542
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
543
|
+
className,
|
|
544
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
545
|
+
"path",
|
|
546
|
+
{
|
|
547
|
+
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",
|
|
548
|
+
stroke: "#5B5E62",
|
|
549
|
+
strokeWidth: "1.25",
|
|
550
|
+
strokeLinecap: "round",
|
|
551
|
+
strokeLinejoin: "round"
|
|
552
|
+
}
|
|
553
|
+
)
|
|
554
|
+
}
|
|
555
|
+
);
|
|
556
|
+
},
|
|
534
557
|
exclamation: ({ className, fill }) => {
|
|
535
558
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
536
559
|
"svg",
|
|
@@ -1376,6 +1399,29 @@ var template = {
|
|
|
1376
1399
|
}
|
|
1377
1400
|
);
|
|
1378
1401
|
},
|
|
1402
|
+
["chat-outline"]: ({ className }) => {
|
|
1403
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1404
|
+
"svg",
|
|
1405
|
+
{
|
|
1406
|
+
width: "21",
|
|
1407
|
+
height: "21",
|
|
1408
|
+
viewBox: "0 0 21 21",
|
|
1409
|
+
fill: "none",
|
|
1410
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1411
|
+
className,
|
|
1412
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1413
|
+
"path",
|
|
1414
|
+
{
|
|
1415
|
+
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",
|
|
1416
|
+
stroke: "#5B5E62",
|
|
1417
|
+
strokeWidth: "1.25",
|
|
1418
|
+
strokeLinecap: "round",
|
|
1419
|
+
strokeLinejoin: "round"
|
|
1420
|
+
}
|
|
1421
|
+
)
|
|
1422
|
+
}
|
|
1423
|
+
);
|
|
1424
|
+
},
|
|
1379
1425
|
calendar: ({ className, fill }) => {
|
|
1380
1426
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1381
1427
|
"svg",
|
|
@@ -1592,6 +1638,26 @@ var template = {
|
|
|
1592
1638
|
}
|
|
1593
1639
|
);
|
|
1594
1640
|
},
|
|
1641
|
+
question: ({ className = "text-white" }) => {
|
|
1642
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1643
|
+
"svg",
|
|
1644
|
+
{
|
|
1645
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1646
|
+
width: "24",
|
|
1647
|
+
height: "24",
|
|
1648
|
+
viewBox: "0 0 24 24",
|
|
1649
|
+
fill: "none",
|
|
1650
|
+
className,
|
|
1651
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1652
|
+
"path",
|
|
1653
|
+
{
|
|
1654
|
+
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",
|
|
1655
|
+
fill: "currentColor"
|
|
1656
|
+
}
|
|
1657
|
+
)
|
|
1658
|
+
}
|
|
1659
|
+
);
|
|
1660
|
+
},
|
|
1595
1661
|
// ----------------------------------- old ---------------------------------
|
|
1596
1662
|
// ** Status **
|
|
1597
1663
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2,11 +2,11 @@
|
|
|
2
2
|
import {
|
|
3
3
|
inputStyle,
|
|
4
4
|
input_default
|
|
5
|
-
} from "../../chunk-
|
|
5
|
+
} from "../../chunk-BFC4VP3B.mjs";
|
|
6
6
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
7
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-LBJN5TAP.mjs";
|
|
8
8
|
import "../../chunk-E3G5QXSH.mjs";
|
|
9
|
-
import "../../chunk-
|
|
9
|
+
import "../../chunk-VUMESK5D.mjs";
|
|
10
10
|
import "../../chunk-CDXBML6O.mjs";
|
|
11
11
|
import "../../chunk-27Y6K5NK.mjs";
|
|
12
12
|
import "../../chunk-AC6TWLRT.mjs";
|