@deepnoid/ui 0.1.156 → 0.1.158

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.
Files changed (122) hide show
  1. package/.turbo/turbo-build.log +198 -188
  2. package/dist/{chunk-6YTT5ACI.mjs → chunk-3QE57PU3.mjs} +1 -1
  3. package/dist/{chunk-KKHOCWXJ.mjs → chunk-3X376ACN.mjs} +1 -1
  4. package/dist/{chunk-URJA4W4R.mjs → chunk-46EIW6MN.mjs} +2 -2
  5. package/dist/chunk-7YMXOYES.mjs +449 -0
  6. package/dist/{chunk-2DAIOZ7N.mjs → chunk-CSG6FDBX.mjs} +2 -2
  7. package/dist/{chunk-WHU5VP5G.mjs → chunk-DDFJMHBC.mjs} +57 -2
  8. package/dist/{chunk-ZY3HNPPG.mjs → chunk-HKHVSCER.mjs} +1 -1
  9. package/dist/{chunk-ZNQML73F.mjs → chunk-IRJP6BF3.mjs} +2 -2
  10. package/dist/{chunk-HP4ARKW3.mjs → chunk-ITFEV25U.mjs} +1 -1
  11. package/dist/{chunk-7RG7CQQM.mjs → chunk-JKYLYL3A.mjs} +1 -1
  12. package/dist/{chunk-KX6WG4VG.mjs → chunk-KLBA5J2H.mjs} +1 -1
  13. package/dist/chunk-L5FRTUM6.mjs +100 -0
  14. package/dist/chunk-OLQOLLKG.mjs +1 -0
  15. package/dist/{chunk-LFALITPU.mjs → chunk-PXAJEOZS.mjs} +1 -1
  16. package/dist/{chunk-5VVNAW4E.mjs → chunk-QHETCLHO.mjs} +2 -2
  17. package/dist/{chunk-Q2YLULZH.mjs → chunk-R7KUEH3N.mjs} +1 -1
  18. package/dist/{chunk-47MQPUEY.mjs → chunk-SFGFRMWL.mjs} +1 -1
  19. package/dist/{chunk-4YVZ3XKA.mjs → chunk-V64PCWVW.mjs} +3 -3
  20. package/dist/{chunk-R2USZD77.mjs → chunk-XHCPYYMC.mjs} +1 -1
  21. package/dist/{chunk-UIRHCS6B.mjs → chunk-YQYO5RLZ.mjs} +1 -1
  22. package/dist/{chunk-ZGUTKE5H.mjs → chunk-Z7CLJYRF.mjs} +1 -1
  23. package/dist/components/avatar/avatar.js +57 -2
  24. package/dist/components/avatar/avatar.mjs +2 -2
  25. package/dist/components/avatar/index.js +57 -2
  26. package/dist/components/avatar/index.mjs +2 -2
  27. package/dist/components/breadcrumb/breadcrumb.js +57 -2
  28. package/dist/components/breadcrumb/breadcrumb.mjs +5 -5
  29. package/dist/components/breadcrumb/index.js +57 -2
  30. package/dist/components/breadcrumb/index.mjs +5 -5
  31. package/dist/components/button/button.js +57 -2
  32. package/dist/components/button/button.mjs +3 -3
  33. package/dist/components/button/icon-button.js +57 -2
  34. package/dist/components/button/icon-button.mjs +3 -3
  35. package/dist/components/button/index.js +57 -2
  36. package/dist/components/button/index.mjs +4 -4
  37. package/dist/components/chip/chip.js +57 -2
  38. package/dist/components/chip/chip.mjs +3 -3
  39. package/dist/components/chip/index.js +57 -2
  40. package/dist/components/chip/index.mjs +3 -3
  41. package/dist/components/fileUpload/fileUpload.js +57 -2
  42. package/dist/components/fileUpload/fileUpload.mjs +6 -6
  43. package/dist/components/fileUpload/index.js +57 -2
  44. package/dist/components/fileUpload/index.mjs +6 -6
  45. package/dist/components/icon/Icon.d.mts +8 -0
  46. package/dist/components/icon/Icon.d.ts +8 -0
  47. package/dist/components/icon/Icon.js +57 -2
  48. package/dist/components/icon/Icon.mjs +2 -2
  49. package/dist/components/icon/index.js +57 -2
  50. package/dist/components/icon/index.mjs +2 -2
  51. package/dist/components/icon/template.d.mts +2 -0
  52. package/dist/components/icon/template.d.ts +2 -0
  53. package/dist/components/icon/template.js +57 -2
  54. package/dist/components/icon/template.mjs +1 -1
  55. package/dist/components/input/index.js +57 -2
  56. package/dist/components/input/index.mjs +3 -3
  57. package/dist/components/input/input.js +57 -2
  58. package/dist/components/input/input.mjs +3 -3
  59. package/dist/components/list/index.js +57 -2
  60. package/dist/components/list/index.mjs +4 -4
  61. package/dist/components/list/listItem.js +57 -2
  62. package/dist/components/list/listItem.mjs +4 -4
  63. package/dist/components/modal/index.js +57 -2
  64. package/dist/components/modal/index.mjs +5 -5
  65. package/dist/components/modal/modal.js +57 -2
  66. package/dist/components/modal/modal.mjs +5 -5
  67. package/dist/components/pagination/index.js +57 -2
  68. package/dist/components/pagination/index.mjs +4 -4
  69. package/dist/components/pagination/pagination.js +57 -2
  70. package/dist/components/pagination/pagination.mjs +4 -4
  71. package/dist/components/picker/datePicker.d.mts +35 -4
  72. package/dist/components/picker/datePicker.d.ts +35 -4
  73. package/dist/components/picker/datePicker.js +238 -49
  74. package/dist/components/picker/datePicker.mjs +6 -6
  75. package/dist/components/picker/day.d.mts +2 -2
  76. package/dist/components/picker/day.d.ts +2 -2
  77. package/dist/components/picker/index.d.mts +1 -1
  78. package/dist/components/picker/index.d.ts +1 -1
  79. package/dist/components/picker/index.js +238 -49
  80. package/dist/components/picker/index.mjs +8 -8
  81. package/dist/components/picker/timePicker.js +57 -2
  82. package/dist/components/picker/timePicker.mjs +4 -4
  83. package/dist/components/radio/index.d.mts +1 -1
  84. package/dist/components/radio/index.d.ts +1 -1
  85. package/dist/components/select/index.js +57 -2
  86. package/dist/components/select/index.mjs +3 -3
  87. package/dist/components/select/select.js +57 -2
  88. package/dist/components/select/select.mjs +3 -3
  89. package/dist/components/starRating/index.d.mts +4 -0
  90. package/dist/components/starRating/index.d.ts +4 -0
  91. package/dist/components/starRating/index.js +5279 -0
  92. package/dist/components/starRating/index.mjs +14 -0
  93. package/dist/components/starRating/starRating.d.mts +60 -0
  94. package/dist/components/starRating/starRating.d.ts +60 -0
  95. package/dist/components/starRating/starRating.js +5278 -0
  96. package/dist/components/starRating/starRating.mjs +15 -0
  97. package/dist/components/table/index.js +57 -2
  98. package/dist/components/table/index.mjs +7 -7
  99. package/dist/components/table/table-body.js +57 -2
  100. package/dist/components/table/table-body.mjs +5 -5
  101. package/dist/components/table/table-head.js +57 -2
  102. package/dist/components/table/table-head.mjs +5 -5
  103. package/dist/components/table/table.js +57 -2
  104. package/dist/components/table/table.mjs +5 -5
  105. package/dist/components/timePicker/calendar.js +57 -2
  106. package/dist/components/timePicker/calendar.mjs +2 -2
  107. package/dist/components/toast/index.js +57 -2
  108. package/dist/components/toast/index.mjs +4 -4
  109. package/dist/components/toast/toast.js +57 -2
  110. package/dist/components/toast/toast.mjs +3 -3
  111. package/dist/components/toast/use-toast.js +57 -2
  112. package/dist/components/toast/use-toast.mjs +4 -4
  113. package/dist/components/tree/index.js +57 -2
  114. package/dist/components/tree/index.mjs +3 -3
  115. package/dist/components/tree/tree.js +57 -2
  116. package/dist/components/tree/tree.mjs +3 -3
  117. package/dist/index.d.mts +3 -2
  118. package/dist/index.d.ts +3 -2
  119. package/dist/index.js +325 -49
  120. package/dist/index.mjs +37 -32
  121. package/package.json +1 -1
  122. package/dist/chunk-TCURFCQ2.mjs +0 -315
@@ -457,8 +457,8 @@ var template = {
457
457
  {
458
458
  fillRule: "evenodd",
459
459
  clipRule: "evenodd",
460
- fill: "currentColor",
461
- d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z"
460
+ d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
461
+ fill: "currentColor"
462
462
  }
463
463
  ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
464
464
  "path",
@@ -472,6 +472,41 @@ var template = {
472
472
  }
473
473
  );
474
474
  },
475
+ halfStar: ({ className }) => {
476
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
477
+ "svg",
478
+ {
479
+ xmlns: "http://www.w3.org/2000/svg",
480
+ width: "18",
481
+ height: "18",
482
+ viewBox: "0 0 18 18",
483
+ fill: "none",
484
+ className,
485
+ children: [
486
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "half-clip", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "9", height: "18" }) }) }),
487
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
488
+ "path",
489
+ {
490
+ fillRule: "evenodd",
491
+ clipRule: "evenodd",
492
+ fill: "currentColor",
493
+ d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
494
+ clipPath: "url(#half-clip)"
495
+ }
496
+ ),
497
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
498
+ "path",
499
+ {
500
+ d: "M8.65925 3.23957C8.68697 3.16871 8.73417 3.1081 8.79484 3.06544C8.85552 3.02278 8.92693 3 9 3C9.07306 3 9.14448 3.02278 9.20515 3.06544C9.26583 3.1081 9.31303 3.16871 9.34074 3.23957L10.7332 6.74977C10.7593 6.81546 10.8021 6.87233 10.857 6.91413C10.912 6.95594 10.9768 6.98105 11.0445 6.98672L14.6603 7.29028C14.9873 7.31775 15.1196 7.74563 14.8706 7.96883L12.1158 10.4427C12.0644 10.4888 12.026 10.5489 12.005 10.6164C11.984 10.6839 11.981 10.7561 11.9966 10.8252L12.8386 14.5236C12.8555 14.5978 12.8511 14.6756 12.8259 14.7471C12.8006 14.8187 12.7557 14.8808 12.6968 14.9257C12.6379 14.9705 12.5677 14.996 12.495 14.999C12.4222 15.002 12.3503 14.9824 12.2882 14.9425L9.19199 12.9611C9.13418 12.9241 9.06775 12.9045 9 12.9045C8.93225 12.9045 8.86581 12.9241 8.808 12.9611L5.71181 14.9432C5.64973 14.9831 5.57778 15.0027 5.50504 14.9997C5.43231 14.9967 5.36206 14.9712 5.30316 14.9263C5.24426 14.8815 5.19936 14.8194 5.17412 14.7478C5.14889 14.6763 5.14445 14.5985 5.16138 14.5243L6.00341 10.8252C6.01903 10.7561 6.01616 10.6838 5.99511 10.6164C5.97407 10.5489 5.93568 10.4888 5.88415 10.4427L3.12936 7.96883C3.07389 7.91927 3.03369 7.85357 3.01387 7.78005C2.99405 7.70652 2.9955 7.62849 3.01802 7.55583C3.04055 7.48317 3.08314 7.41915 3.1404 7.37188C3.19767 7.3246 3.26703 7.29621 3.33971 7.29028L6.95553 6.98672C7.02319 6.98105 7.08804 6.95594 7.14296 6.91413C7.19787 6.87233 7.24072 6.81546 7.26679 6.74977L8.65925 3.23957Z",
501
+ stroke: "currentColor",
502
+ strokeLinecap: "round",
503
+ strokeLinejoin: "round"
504
+ }
505
+ )
506
+ ]
507
+ }
508
+ );
509
+ },
475
510
  avatar: ({ className }) => {
476
511
  return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
477
512
  "svg",
@@ -1897,6 +1932,26 @@ var template = {
1897
1932
  }
1898
1933
  );
1899
1934
  },
1935
+ question: ({ className = "text-white" }) => {
1936
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1937
+ "svg",
1938
+ {
1939
+ xmlns: "http://www.w3.org/2000/svg",
1940
+ width: "24",
1941
+ height: "24",
1942
+ viewBox: "0 0 24 24",
1943
+ fill: "none",
1944
+ className,
1945
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1946
+ "path",
1947
+ {
1948
+ 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",
1949
+ fill: "currentColor"
1950
+ }
1951
+ )
1952
+ }
1953
+ );
1954
+ },
1900
1955
  // ----------------------------------- old ---------------------------------
1901
1956
  // ** Status **
1902
1957
  "plus-circle": ({ className, fill }) => {
@@ -1,14 +1,14 @@
1
1
  "use client";
2
2
  import {
3
3
  button_default
4
- } from "../../chunk-UIRHCS6B.mjs";
4
+ } from "../../chunk-YQYO5RLZ.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-Q2YLULZH.mjs";
9
+ import "../../chunk-R7KUEH3N.mjs";
10
10
  import "../../chunk-E3G5QXSH.mjs";
11
- import "../../chunk-WHU5VP5G.mjs";
11
+ import "../../chunk-DDFJMHBC.mjs";
12
12
  import "../../chunk-CDXBML6O.mjs";
13
13
  import "../../chunk-AC6TWLRT.mjs";
14
14
  export {
@@ -457,8 +457,8 @@ var template = {
457
457
  {
458
458
  fillRule: "evenodd",
459
459
  clipRule: "evenodd",
460
- fill: "currentColor",
461
- d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z"
460
+ d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
461
+ fill: "currentColor"
462
462
  }
463
463
  ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
464
464
  "path",
@@ -472,6 +472,41 @@ var template = {
472
472
  }
473
473
  );
474
474
  },
475
+ halfStar: ({ className }) => {
476
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
477
+ "svg",
478
+ {
479
+ xmlns: "http://www.w3.org/2000/svg",
480
+ width: "18",
481
+ height: "18",
482
+ viewBox: "0 0 18 18",
483
+ fill: "none",
484
+ className,
485
+ children: [
486
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "half-clip", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "9", height: "18" }) }) }),
487
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
488
+ "path",
489
+ {
490
+ fillRule: "evenodd",
491
+ clipRule: "evenodd",
492
+ fill: "currentColor",
493
+ d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
494
+ clipPath: "url(#half-clip)"
495
+ }
496
+ ),
497
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
498
+ "path",
499
+ {
500
+ d: "M8.65925 3.23957C8.68697 3.16871 8.73417 3.1081 8.79484 3.06544C8.85552 3.02278 8.92693 3 9 3C9.07306 3 9.14448 3.02278 9.20515 3.06544C9.26583 3.1081 9.31303 3.16871 9.34074 3.23957L10.7332 6.74977C10.7593 6.81546 10.8021 6.87233 10.857 6.91413C10.912 6.95594 10.9768 6.98105 11.0445 6.98672L14.6603 7.29028C14.9873 7.31775 15.1196 7.74563 14.8706 7.96883L12.1158 10.4427C12.0644 10.4888 12.026 10.5489 12.005 10.6164C11.984 10.6839 11.981 10.7561 11.9966 10.8252L12.8386 14.5236C12.8555 14.5978 12.8511 14.6756 12.8259 14.7471C12.8006 14.8187 12.7557 14.8808 12.6968 14.9257C12.6379 14.9705 12.5677 14.996 12.495 14.999C12.4222 15.002 12.3503 14.9824 12.2882 14.9425L9.19199 12.9611C9.13418 12.9241 9.06775 12.9045 9 12.9045C8.93225 12.9045 8.86581 12.9241 8.808 12.9611L5.71181 14.9432C5.64973 14.9831 5.57778 15.0027 5.50504 14.9997C5.43231 14.9967 5.36206 14.9712 5.30316 14.9263C5.24426 14.8815 5.19936 14.8194 5.17412 14.7478C5.14889 14.6763 5.14445 14.5985 5.16138 14.5243L6.00341 10.8252C6.01903 10.7561 6.01616 10.6838 5.99511 10.6164C5.97407 10.5489 5.93568 10.4888 5.88415 10.4427L3.12936 7.96883C3.07389 7.91927 3.03369 7.85357 3.01387 7.78005C2.99405 7.70652 2.9955 7.62849 3.01802 7.55583C3.04055 7.48317 3.08314 7.41915 3.1404 7.37188C3.19767 7.3246 3.26703 7.29621 3.33971 7.29028L6.95553 6.98672C7.02319 6.98105 7.08804 6.95594 7.14296 6.91413C7.19787 6.87233 7.24072 6.81546 7.26679 6.74977L8.65925 3.23957Z",
501
+ stroke: "currentColor",
502
+ strokeLinecap: "round",
503
+ strokeLinejoin: "round"
504
+ }
505
+ )
506
+ ]
507
+ }
508
+ );
509
+ },
475
510
  avatar: ({ className }) => {
476
511
  return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
477
512
  "svg",
@@ -1897,6 +1932,26 @@ var template = {
1897
1932
  }
1898
1933
  );
1899
1934
  },
1935
+ question: ({ className = "text-white" }) => {
1936
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1937
+ "svg",
1938
+ {
1939
+ xmlns: "http://www.w3.org/2000/svg",
1940
+ width: "24",
1941
+ height: "24",
1942
+ viewBox: "0 0 24 24",
1943
+ fill: "none",
1944
+ className,
1945
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1946
+ "path",
1947
+ {
1948
+ 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",
1949
+ fill: "currentColor"
1950
+ }
1951
+ )
1952
+ }
1953
+ );
1954
+ },
1900
1955
  // ----------------------------------- old ---------------------------------
1901
1956
  // ** Status **
1902
1957
  "plus-circle": ({ className, fill }) => {
@@ -1,14 +1,14 @@
1
1
  "use client";
2
2
  import {
3
3
  icon_button_default
4
- } from "../../chunk-7RG7CQQM.mjs";
4
+ } from "../../chunk-JKYLYL3A.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-Q2YLULZH.mjs";
9
+ import "../../chunk-R7KUEH3N.mjs";
10
10
  import "../../chunk-E3G5QXSH.mjs";
11
- import "../../chunk-WHU5VP5G.mjs";
11
+ import "../../chunk-DDFJMHBC.mjs";
12
12
  import "../../chunk-CDXBML6O.mjs";
13
13
  import "../../chunk-AC6TWLRT.mjs";
14
14
  export {
@@ -462,8 +462,8 @@ var template = {
462
462
  {
463
463
  fillRule: "evenodd",
464
464
  clipRule: "evenodd",
465
- fill: "currentColor",
466
- d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z"
465
+ d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
466
+ fill: "currentColor"
467
467
  }
468
468
  ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
469
469
  "path",
@@ -477,6 +477,41 @@ var template = {
477
477
  }
478
478
  );
479
479
  },
480
+ halfStar: ({ className }) => {
481
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
482
+ "svg",
483
+ {
484
+ xmlns: "http://www.w3.org/2000/svg",
485
+ width: "18",
486
+ height: "18",
487
+ viewBox: "0 0 18 18",
488
+ fill: "none",
489
+ className,
490
+ children: [
491
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "half-clip", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "9", height: "18" }) }) }),
492
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
493
+ "path",
494
+ {
495
+ fillRule: "evenodd",
496
+ clipRule: "evenodd",
497
+ fill: "currentColor",
498
+ d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
499
+ clipPath: "url(#half-clip)"
500
+ }
501
+ ),
502
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
503
+ "path",
504
+ {
505
+ d: "M8.65925 3.23957C8.68697 3.16871 8.73417 3.1081 8.79484 3.06544C8.85552 3.02278 8.92693 3 9 3C9.07306 3 9.14448 3.02278 9.20515 3.06544C9.26583 3.1081 9.31303 3.16871 9.34074 3.23957L10.7332 6.74977C10.7593 6.81546 10.8021 6.87233 10.857 6.91413C10.912 6.95594 10.9768 6.98105 11.0445 6.98672L14.6603 7.29028C14.9873 7.31775 15.1196 7.74563 14.8706 7.96883L12.1158 10.4427C12.0644 10.4888 12.026 10.5489 12.005 10.6164C11.984 10.6839 11.981 10.7561 11.9966 10.8252L12.8386 14.5236C12.8555 14.5978 12.8511 14.6756 12.8259 14.7471C12.8006 14.8187 12.7557 14.8808 12.6968 14.9257C12.6379 14.9705 12.5677 14.996 12.495 14.999C12.4222 15.002 12.3503 14.9824 12.2882 14.9425L9.19199 12.9611C9.13418 12.9241 9.06775 12.9045 9 12.9045C8.93225 12.9045 8.86581 12.9241 8.808 12.9611L5.71181 14.9432C5.64973 14.9831 5.57778 15.0027 5.50504 14.9997C5.43231 14.9967 5.36206 14.9712 5.30316 14.9263C5.24426 14.8815 5.19936 14.8194 5.17412 14.7478C5.14889 14.6763 5.14445 14.5985 5.16138 14.5243L6.00341 10.8252C6.01903 10.7561 6.01616 10.6838 5.99511 10.6164C5.97407 10.5489 5.93568 10.4888 5.88415 10.4427L3.12936 7.96883C3.07389 7.91927 3.03369 7.85357 3.01387 7.78005C2.99405 7.70652 2.9955 7.62849 3.01802 7.55583C3.04055 7.48317 3.08314 7.41915 3.1404 7.37188C3.19767 7.3246 3.26703 7.29621 3.33971 7.29028L6.95553 6.98672C7.02319 6.98105 7.08804 6.95594 7.14296 6.91413C7.19787 6.87233 7.24072 6.81546 7.26679 6.74977L8.65925 3.23957Z",
506
+ stroke: "currentColor",
507
+ strokeLinecap: "round",
508
+ strokeLinejoin: "round"
509
+ }
510
+ )
511
+ ]
512
+ }
513
+ );
514
+ },
480
515
  avatar: ({ className }) => {
481
516
  return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
482
517
  "svg",
@@ -1902,6 +1937,26 @@ var template = {
1902
1937
  }
1903
1938
  );
1904
1939
  },
1940
+ question: ({ className = "text-white" }) => {
1941
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1942
+ "svg",
1943
+ {
1944
+ xmlns: "http://www.w3.org/2000/svg",
1945
+ width: "24",
1946
+ height: "24",
1947
+ viewBox: "0 0 24 24",
1948
+ fill: "none",
1949
+ className,
1950
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1951
+ "path",
1952
+ {
1953
+ 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",
1954
+ fill: "currentColor"
1955
+ }
1956
+ )
1957
+ }
1958
+ );
1959
+ },
1905
1960
  // ----------------------------------- old ---------------------------------
1906
1961
  // ** Status **
1907
1962
  "plus-circle": ({ className, fill }) => {
@@ -8,17 +8,17 @@ import {
8
8
  } from "../../chunk-ITWKPTSD.mjs";
9
9
  import {
10
10
  button_default
11
- } from "../../chunk-UIRHCS6B.mjs";
11
+ } from "../../chunk-YQYO5RLZ.mjs";
12
12
  import {
13
13
  icon_button_default
14
- } from "../../chunk-7RG7CQQM.mjs";
14
+ } from "../../chunk-JKYLYL3A.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-Q2YLULZH.mjs";
19
+ import "../../chunk-R7KUEH3N.mjs";
20
20
  import "../../chunk-E3G5QXSH.mjs";
21
- import "../../chunk-WHU5VP5G.mjs";
21
+ import "../../chunk-DDFJMHBC.mjs";
22
22
  import "../../chunk-CDXBML6O.mjs";
23
23
  import "../../chunk-27Y6K5NK.mjs";
24
24
  import "../../chunk-AC6TWLRT.mjs";
@@ -437,8 +437,8 @@ var template = {
437
437
  {
438
438
  fillRule: "evenodd",
439
439
  clipRule: "evenodd",
440
- fill: "currentColor",
441
- d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z"
440
+ d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
441
+ fill: "currentColor"
442
442
  }
443
443
  ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
444
444
  "path",
@@ -452,6 +452,41 @@ var template = {
452
452
  }
453
453
  );
454
454
  },
455
+ halfStar: ({ className }) => {
456
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
457
+ "svg",
458
+ {
459
+ xmlns: "http://www.w3.org/2000/svg",
460
+ width: "18",
461
+ height: "18",
462
+ viewBox: "0 0 18 18",
463
+ fill: "none",
464
+ className,
465
+ children: [
466
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "half-clip", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "9", height: "18" }) }) }),
467
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
468
+ "path",
469
+ {
470
+ fillRule: "evenodd",
471
+ clipRule: "evenodd",
472
+ fill: "currentColor",
473
+ d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
474
+ clipPath: "url(#half-clip)"
475
+ }
476
+ ),
477
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
478
+ "path",
479
+ {
480
+ d: "M8.65925 3.23957C8.68697 3.16871 8.73417 3.1081 8.79484 3.06544C8.85552 3.02278 8.92693 3 9 3C9.07306 3 9.14448 3.02278 9.20515 3.06544C9.26583 3.1081 9.31303 3.16871 9.34074 3.23957L10.7332 6.74977C10.7593 6.81546 10.8021 6.87233 10.857 6.91413C10.912 6.95594 10.9768 6.98105 11.0445 6.98672L14.6603 7.29028C14.9873 7.31775 15.1196 7.74563 14.8706 7.96883L12.1158 10.4427C12.0644 10.4888 12.026 10.5489 12.005 10.6164C11.984 10.6839 11.981 10.7561 11.9966 10.8252L12.8386 14.5236C12.8555 14.5978 12.8511 14.6756 12.8259 14.7471C12.8006 14.8187 12.7557 14.8808 12.6968 14.9257C12.6379 14.9705 12.5677 14.996 12.495 14.999C12.4222 15.002 12.3503 14.9824 12.2882 14.9425L9.19199 12.9611C9.13418 12.9241 9.06775 12.9045 9 12.9045C8.93225 12.9045 8.86581 12.9241 8.808 12.9611L5.71181 14.9432C5.64973 14.9831 5.57778 15.0027 5.50504 14.9997C5.43231 14.9967 5.36206 14.9712 5.30316 14.9263C5.24426 14.8815 5.19936 14.8194 5.17412 14.7478C5.14889 14.6763 5.14445 14.5985 5.16138 14.5243L6.00341 10.8252C6.01903 10.7561 6.01616 10.6838 5.99511 10.6164C5.97407 10.5489 5.93568 10.4888 5.88415 10.4427L3.12936 7.96883C3.07389 7.91927 3.03369 7.85357 3.01387 7.78005C2.99405 7.70652 2.9955 7.62849 3.01802 7.55583C3.04055 7.48317 3.08314 7.41915 3.1404 7.37188C3.19767 7.3246 3.26703 7.29621 3.33971 7.29028L6.95553 6.98672C7.02319 6.98105 7.08804 6.95594 7.14296 6.91413C7.19787 6.87233 7.24072 6.81546 7.26679 6.74977L8.65925 3.23957Z",
481
+ stroke: "currentColor",
482
+ strokeLinecap: "round",
483
+ strokeLinejoin: "round"
484
+ }
485
+ )
486
+ ]
487
+ }
488
+ );
489
+ },
455
490
  avatar: ({ className }) => {
456
491
  return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
457
492
  "svg",
@@ -1877,6 +1912,26 @@ var template = {
1877
1912
  }
1878
1913
  );
1879
1914
  },
1915
+ question: ({ className = "text-white" }) => {
1916
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1917
+ "svg",
1918
+ {
1919
+ xmlns: "http://www.w3.org/2000/svg",
1920
+ width: "24",
1921
+ height: "24",
1922
+ viewBox: "0 0 24 24",
1923
+ fill: "none",
1924
+ className,
1925
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1926
+ "path",
1927
+ {
1928
+ 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",
1929
+ fill: "currentColor"
1930
+ }
1931
+ )
1932
+ }
1933
+ );
1934
+ },
1880
1935
  // ----------------------------------- old ---------------------------------
1881
1936
  // ** Status **
1882
1937
  "plus-circle": ({ className, fill }) => {
@@ -1,11 +1,11 @@
1
1
  "use client";
2
2
  import {
3
3
  chip_default
4
- } from "../../chunk-KKHOCWXJ.mjs";
4
+ } from "../../chunk-3X376ACN.mjs";
5
5
  import "../../chunk-ZYIIXWVY.mjs";
6
- import "../../chunk-Q2YLULZH.mjs";
6
+ import "../../chunk-R7KUEH3N.mjs";
7
7
  import "../../chunk-E3G5QXSH.mjs";
8
- import "../../chunk-WHU5VP5G.mjs";
8
+ import "../../chunk-DDFJMHBC.mjs";
9
9
  import "../../chunk-CDXBML6O.mjs";
10
10
  import "../../chunk-AC6TWLRT.mjs";
11
11
  export {
@@ -439,8 +439,8 @@ var template = {
439
439
  {
440
440
  fillRule: "evenodd",
441
441
  clipRule: "evenodd",
442
- fill: "currentColor",
443
- d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z"
442
+ d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
443
+ fill: "currentColor"
444
444
  }
445
445
  ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
446
446
  "path",
@@ -454,6 +454,41 @@ var template = {
454
454
  }
455
455
  );
456
456
  },
457
+ halfStar: ({ className }) => {
458
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
459
+ "svg",
460
+ {
461
+ xmlns: "http://www.w3.org/2000/svg",
462
+ width: "18",
463
+ height: "18",
464
+ viewBox: "0 0 18 18",
465
+ fill: "none",
466
+ className,
467
+ children: [
468
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "half-clip", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "9", height: "18" }) }) }),
469
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
470
+ "path",
471
+ {
472
+ fillRule: "evenodd",
473
+ clipRule: "evenodd",
474
+ fill: "currentColor",
475
+ d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
476
+ clipPath: "url(#half-clip)"
477
+ }
478
+ ),
479
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
480
+ "path",
481
+ {
482
+ d: "M8.65925 3.23957C8.68697 3.16871 8.73417 3.1081 8.79484 3.06544C8.85552 3.02278 8.92693 3 9 3C9.07306 3 9.14448 3.02278 9.20515 3.06544C9.26583 3.1081 9.31303 3.16871 9.34074 3.23957L10.7332 6.74977C10.7593 6.81546 10.8021 6.87233 10.857 6.91413C10.912 6.95594 10.9768 6.98105 11.0445 6.98672L14.6603 7.29028C14.9873 7.31775 15.1196 7.74563 14.8706 7.96883L12.1158 10.4427C12.0644 10.4888 12.026 10.5489 12.005 10.6164C11.984 10.6839 11.981 10.7561 11.9966 10.8252L12.8386 14.5236C12.8555 14.5978 12.8511 14.6756 12.8259 14.7471C12.8006 14.8187 12.7557 14.8808 12.6968 14.9257C12.6379 14.9705 12.5677 14.996 12.495 14.999C12.4222 15.002 12.3503 14.9824 12.2882 14.9425L9.19199 12.9611C9.13418 12.9241 9.06775 12.9045 9 12.9045C8.93225 12.9045 8.86581 12.9241 8.808 12.9611L5.71181 14.9432C5.64973 14.9831 5.57778 15.0027 5.50504 14.9997C5.43231 14.9967 5.36206 14.9712 5.30316 14.9263C5.24426 14.8815 5.19936 14.8194 5.17412 14.7478C5.14889 14.6763 5.14445 14.5985 5.16138 14.5243L6.00341 10.8252C6.01903 10.7561 6.01616 10.6838 5.99511 10.6164C5.97407 10.5489 5.93568 10.4888 5.88415 10.4427L3.12936 7.96883C3.07389 7.91927 3.03369 7.85357 3.01387 7.78005C2.99405 7.70652 2.9955 7.62849 3.01802 7.55583C3.04055 7.48317 3.08314 7.41915 3.1404 7.37188C3.19767 7.3246 3.26703 7.29621 3.33971 7.29028L6.95553 6.98672C7.02319 6.98105 7.08804 6.95594 7.14296 6.91413C7.19787 6.87233 7.24072 6.81546 7.26679 6.74977L8.65925 3.23957Z",
483
+ stroke: "currentColor",
484
+ strokeLinecap: "round",
485
+ strokeLinejoin: "round"
486
+ }
487
+ )
488
+ ]
489
+ }
490
+ );
491
+ },
457
492
  avatar: ({ className }) => {
458
493
  return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
459
494
  "svg",
@@ -1879,6 +1914,26 @@ var template = {
1879
1914
  }
1880
1915
  );
1881
1916
  },
1917
+ question: ({ className = "text-white" }) => {
1918
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1919
+ "svg",
1920
+ {
1921
+ xmlns: "http://www.w3.org/2000/svg",
1922
+ width: "24",
1923
+ height: "24",
1924
+ viewBox: "0 0 24 24",
1925
+ fill: "none",
1926
+ className,
1927
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1928
+ "path",
1929
+ {
1930
+ 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",
1931
+ fill: "currentColor"
1932
+ }
1933
+ )
1934
+ }
1935
+ );
1936
+ },
1882
1937
  // ----------------------------------- old ---------------------------------
1883
1938
  // ** Status **
1884
1939
  "plus-circle": ({ className, fill }) => {
@@ -2,11 +2,11 @@
2
2
  import "../../chunk-MGEWSREV.mjs";
3
3
  import {
4
4
  chip_default
5
- } from "../../chunk-KKHOCWXJ.mjs";
5
+ } from "../../chunk-3X376ACN.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
- import "../../chunk-Q2YLULZH.mjs";
7
+ import "../../chunk-R7KUEH3N.mjs";
8
8
  import "../../chunk-E3G5QXSH.mjs";
9
- import "../../chunk-WHU5VP5G.mjs";
9
+ import "../../chunk-DDFJMHBC.mjs";
10
10
  import "../../chunk-CDXBML6O.mjs";
11
11
  import "../../chunk-AC6TWLRT.mjs";
12
12
  export {
@@ -203,8 +203,8 @@ var template = {
203
203
  {
204
204
  fillRule: "evenodd",
205
205
  clipRule: "evenodd",
206
- fill: "currentColor",
207
- d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z"
206
+ d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
207
+ fill: "currentColor"
208
208
  }
209
209
  ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
210
210
  "path",
@@ -218,6 +218,41 @@ var template = {
218
218
  }
219
219
  );
220
220
  },
221
+ halfStar: ({ className }) => {
222
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
223
+ "svg",
224
+ {
225
+ xmlns: "http://www.w3.org/2000/svg",
226
+ width: "18",
227
+ height: "18",
228
+ viewBox: "0 0 18 18",
229
+ fill: "none",
230
+ className,
231
+ children: [
232
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("clipPath", { id: "half-clip", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "0", y: "0", width: "9", height: "18" }) }) }),
233
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
234
+ "path",
235
+ {
236
+ fillRule: "evenodd",
237
+ clipRule: "evenodd",
238
+ fill: "currentColor",
239
+ d: "M8.26603 3.51086C8.53733 2.82971 9.46267 2.82971 9.73397 3.51086L10.9948 6.67687L14.2674 6.95135C14.9723 7.01017 15.2582 7.92848 14.721 8.40913L12.2278 10.6398L12.989 13.9746C13.1531 14.6931 12.4052 15.2604 11.8021 14.8759L9 13.0886L6.19794 14.8759C5.59478 15.2604 4.84687 14.6925 5.01099 13.9746L5.77221 10.6398L3.27901 8.40913C2.74185 7.92848 3.02769 7.01017 3.73259 6.95135L7.00519 6.67687L8.26603 3.51086Z",
240
+ clipPath: "url(#half-clip)"
241
+ }
242
+ ),
243
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
244
+ "path",
245
+ {
246
+ d: "M8.65925 3.23957C8.68697 3.16871 8.73417 3.1081 8.79484 3.06544C8.85552 3.02278 8.92693 3 9 3C9.07306 3 9.14448 3.02278 9.20515 3.06544C9.26583 3.1081 9.31303 3.16871 9.34074 3.23957L10.7332 6.74977C10.7593 6.81546 10.8021 6.87233 10.857 6.91413C10.912 6.95594 10.9768 6.98105 11.0445 6.98672L14.6603 7.29028C14.9873 7.31775 15.1196 7.74563 14.8706 7.96883L12.1158 10.4427C12.0644 10.4888 12.026 10.5489 12.005 10.6164C11.984 10.6839 11.981 10.7561 11.9966 10.8252L12.8386 14.5236C12.8555 14.5978 12.8511 14.6756 12.8259 14.7471C12.8006 14.8187 12.7557 14.8808 12.6968 14.9257C12.6379 14.9705 12.5677 14.996 12.495 14.999C12.4222 15.002 12.3503 14.9824 12.2882 14.9425L9.19199 12.9611C9.13418 12.9241 9.06775 12.9045 9 12.9045C8.93225 12.9045 8.86581 12.9241 8.808 12.9611L5.71181 14.9432C5.64973 14.9831 5.57778 15.0027 5.50504 14.9997C5.43231 14.9967 5.36206 14.9712 5.30316 14.9263C5.24426 14.8815 5.19936 14.8194 5.17412 14.7478C5.14889 14.6763 5.14445 14.5985 5.16138 14.5243L6.00341 10.8252C6.01903 10.7561 6.01616 10.6838 5.99511 10.6164C5.97407 10.5489 5.93568 10.4888 5.88415 10.4427L3.12936 7.96883C3.07389 7.91927 3.03369 7.85357 3.01387 7.78005C2.99405 7.70652 2.9955 7.62849 3.01802 7.55583C3.04055 7.48317 3.08314 7.41915 3.1404 7.37188C3.19767 7.3246 3.26703 7.29621 3.33971 7.29028L6.95553 6.98672C7.02319 6.98105 7.08804 6.95594 7.14296 6.91413C7.19787 6.87233 7.24072 6.81546 7.26679 6.74977L8.65925 3.23957Z",
247
+ stroke: "currentColor",
248
+ strokeLinecap: "round",
249
+ strokeLinejoin: "round"
250
+ }
251
+ )
252
+ ]
253
+ }
254
+ );
255
+ },
221
256
  avatar: ({ className }) => {
222
257
  return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
223
258
  "svg",
@@ -1643,6 +1678,26 @@ var template = {
1643
1678
  }
1644
1679
  );
1645
1680
  },
1681
+ question: ({ className = "text-white" }) => {
1682
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1683
+ "svg",
1684
+ {
1685
+ xmlns: "http://www.w3.org/2000/svg",
1686
+ width: "24",
1687
+ height: "24",
1688
+ viewBox: "0 0 24 24",
1689
+ fill: "none",
1690
+ className,
1691
+ children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
1692
+ "path",
1693
+ {
1694
+ 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",
1695
+ fill: "currentColor"
1696
+ }
1697
+ )
1698
+ }
1699
+ );
1700
+ },
1646
1701
  // ----------------------------------- old ---------------------------------
1647
1702
  // ** Status **
1648
1703
  "plus-circle": ({ className, fill }) => {
@@ -3,23 +3,23 @@ import {
3
3
  FileUpload,
4
4
  fileUploadStyle,
5
5
  fileUpload_default
6
- } from "../../chunk-4YVZ3XKA.mjs";
6
+ } from "../../chunk-V64PCWVW.mjs";
7
7
  import "../../chunk-7VOQKIIK.mjs";
8
8
  import "../../chunk-2CLPU5LR.mjs";
9
9
  import "../../chunk-2GCSFWHD.mjs";
10
- import "../../chunk-47MQPUEY.mjs";
10
+ import "../../chunk-SFGFRMWL.mjs";
11
11
  import "../../chunk-MY5U63QO.mjs";
12
12
  import "../../chunk-Q364C3FI.mjs";
13
13
  import "../../chunk-ITWKPTSD.mjs";
14
- import "../../chunk-UIRHCS6B.mjs";
15
- import "../../chunk-7RG7CQQM.mjs";
14
+ import "../../chunk-YQYO5RLZ.mjs";
15
+ import "../../chunk-JKYLYL3A.mjs";
16
16
  import "../../chunk-6WSACUIB.mjs";
17
17
  import "../../chunk-LXHUO6VM.mjs";
18
18
  import "../../chunk-SZL743JC.mjs";
19
19
  import "../../chunk-ZYIIXWVY.mjs";
20
- import "../../chunk-Q2YLULZH.mjs";
20
+ import "../../chunk-R7KUEH3N.mjs";
21
21
  import "../../chunk-E3G5QXSH.mjs";
22
- import "../../chunk-WHU5VP5G.mjs";
22
+ import "../../chunk-DDFJMHBC.mjs";
23
23
  import "../../chunk-CDXBML6O.mjs";
24
24
  import "../../chunk-3V4HT2K5.mjs";
25
25
  import "../../chunk-27Y6K5NK.mjs";