@deepnoid/ui 0.1.157 → 0.1.159

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 (117) hide show
  1. package/.turbo/turbo-build.log +168 -158
  2. package/dist/{chunk-DQ3ZRNX4.mjs → chunk-3QE57PU3.mjs} +1 -1
  3. package/dist/{chunk-5KOTQEFC.mjs → chunk-3X376ACN.mjs} +1 -1
  4. package/dist/{chunk-IN6M25YL.mjs → chunk-46EIW6MN.mjs} +2 -2
  5. package/dist/{chunk-MGGBCCZL.mjs → chunk-7QL54JRV.mjs} +2 -2
  6. package/dist/{chunk-ACFDUCPL.mjs → chunk-CSG6FDBX.mjs} +2 -2
  7. package/dist/{chunk-VUMESK5D.mjs → chunk-DDFJMHBC.mjs} +37 -2
  8. package/dist/{chunk-NB45YSED.mjs → chunk-ITFEV25U.mjs} +1 -1
  9. package/dist/{chunk-DSEF7GGB.mjs → chunk-JKYLYL3A.mjs} +1 -1
  10. package/dist/{chunk-QJUPHJN6.mjs → chunk-KLBA5J2H.mjs} +1 -1
  11. package/dist/chunk-L5FRTUM6.mjs +100 -0
  12. package/dist/{chunk-T7IJB3N4.mjs → chunk-OBOPDVVM.mjs} +4 -4
  13. package/dist/chunk-OLQOLLKG.mjs +1 -0
  14. package/dist/{chunk-JJAPJQUD.mjs → chunk-OY5W6JCO.mjs} +1 -1
  15. package/dist/{chunk-PO4H65C3.mjs → chunk-PXAJEOZS.mjs} +1 -1
  16. package/dist/{chunk-T6V6BJOT.mjs → chunk-QHETCLHO.mjs} +2 -2
  17. package/dist/{chunk-BFC4VP3B.mjs → chunk-QR5CKZLL.mjs} +57 -62
  18. package/dist/{chunk-LBJN5TAP.mjs → chunk-R7KUEH3N.mjs} +1 -1
  19. package/dist/{chunk-ZUAOUHWS.mjs → chunk-SFA2DEUD.mjs} +3 -3
  20. package/dist/{chunk-HLWNJLRZ.mjs → chunk-XHCPYYMC.mjs} +1 -1
  21. package/dist/{chunk-73NBUI4Y.mjs → chunk-YQYO5RLZ.mjs} +1 -1
  22. package/dist/{chunk-SHI7P4DQ.mjs → chunk-Z7CLJYRF.mjs} +1 -1
  23. package/dist/components/avatar/avatar.js +37 -2
  24. package/dist/components/avatar/avatar.mjs +2 -2
  25. package/dist/components/avatar/index.js +37 -2
  26. package/dist/components/avatar/index.mjs +2 -2
  27. package/dist/components/breadcrumb/breadcrumb.js +37 -2
  28. package/dist/components/breadcrumb/breadcrumb.mjs +5 -5
  29. package/dist/components/breadcrumb/index.js +37 -2
  30. package/dist/components/breadcrumb/index.mjs +5 -5
  31. package/dist/components/button/button.js +37 -2
  32. package/dist/components/button/button.mjs +3 -3
  33. package/dist/components/button/icon-button.js +37 -2
  34. package/dist/components/button/icon-button.mjs +3 -3
  35. package/dist/components/button/index.js +37 -2
  36. package/dist/components/button/index.mjs +4 -4
  37. package/dist/components/chip/chip.js +37 -2
  38. package/dist/components/chip/chip.mjs +3 -3
  39. package/dist/components/chip/index.js +37 -2
  40. package/dist/components/chip/index.mjs +3 -3
  41. package/dist/components/fileUpload/fileUpload.js +93 -63
  42. package/dist/components/fileUpload/fileUpload.mjs +6 -6
  43. package/dist/components/fileUpload/index.js +93 -63
  44. package/dist/components/fileUpload/index.mjs +6 -6
  45. package/dist/components/icon/Icon.d.mts +4 -0
  46. package/dist/components/icon/Icon.d.ts +4 -0
  47. package/dist/components/icon/Icon.js +37 -2
  48. package/dist/components/icon/Icon.mjs +2 -2
  49. package/dist/components/icon/index.js +37 -2
  50. package/dist/components/icon/index.mjs +2 -2
  51. package/dist/components/icon/template.d.mts +1 -0
  52. package/dist/components/icon/template.d.ts +1 -0
  53. package/dist/components/icon/template.js +37 -2
  54. package/dist/components/icon/template.mjs +1 -1
  55. package/dist/components/input/index.js +93 -63
  56. package/dist/components/input/index.mjs +3 -3
  57. package/dist/components/input/input.d.mts +6 -3
  58. package/dist/components/input/input.d.ts +6 -3
  59. package/dist/components/input/input.js +93 -63
  60. package/dist/components/input/input.mjs +3 -3
  61. package/dist/components/list/index.js +37 -2
  62. package/dist/components/list/index.mjs +4 -4
  63. package/dist/components/list/listItem.js +37 -2
  64. package/dist/components/list/listItem.mjs +4 -4
  65. package/dist/components/modal/index.js +37 -2
  66. package/dist/components/modal/index.mjs +5 -5
  67. package/dist/components/modal/modal.js +37 -2
  68. package/dist/components/modal/modal.mjs +5 -5
  69. package/dist/components/pagination/index.js +93 -63
  70. package/dist/components/pagination/index.mjs +4 -4
  71. package/dist/components/pagination/pagination.js +93 -63
  72. package/dist/components/pagination/pagination.mjs +4 -4
  73. package/dist/components/picker/datePicker.js +93 -63
  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.js +93 -63
  78. package/dist/components/picker/index.mjs +8 -8
  79. package/dist/components/picker/timePicker.js +37 -2
  80. package/dist/components/picker/timePicker.mjs +4 -4
  81. package/dist/components/select/index.js +37 -2
  82. package/dist/components/select/index.mjs +3 -3
  83. package/dist/components/select/select.js +37 -2
  84. package/dist/components/select/select.mjs +3 -3
  85. package/dist/components/starRating/index.d.mts +4 -0
  86. package/dist/components/starRating/index.d.ts +4 -0
  87. package/dist/components/starRating/index.js +5279 -0
  88. package/dist/components/starRating/index.mjs +14 -0
  89. package/dist/components/starRating/starRating.d.mts +60 -0
  90. package/dist/components/starRating/starRating.d.ts +60 -0
  91. package/dist/components/starRating/starRating.js +5278 -0
  92. package/dist/components/starRating/starRating.mjs +15 -0
  93. package/dist/components/table/index.js +93 -63
  94. package/dist/components/table/index.mjs +7 -7
  95. package/dist/components/table/table-body.js +93 -63
  96. package/dist/components/table/table-body.mjs +5 -5
  97. package/dist/components/table/table-head.js +93 -63
  98. package/dist/components/table/table-head.mjs +5 -5
  99. package/dist/components/table/table.js +93 -63
  100. package/dist/components/table/table.mjs +5 -5
  101. package/dist/components/timePicker/calendar.js +37 -2
  102. package/dist/components/timePicker/calendar.mjs +2 -2
  103. package/dist/components/toast/index.js +37 -2
  104. package/dist/components/toast/index.mjs +4 -4
  105. package/dist/components/toast/toast.js +37 -2
  106. package/dist/components/toast/toast.mjs +3 -3
  107. package/dist/components/toast/use-toast.js +37 -2
  108. package/dist/components/toast/use-toast.mjs +4 -4
  109. package/dist/components/tree/index.js +37 -2
  110. package/dist/components/tree/index.mjs +3 -3
  111. package/dist/components/tree/tree.js +37 -2
  112. package/dist/components/tree/tree.mjs +3 -3
  113. package/dist/index.d.mts +1 -0
  114. package/dist/index.d.ts +1 -0
  115. package/dist/index.js +180 -63
  116. package/dist/index.mjs +37 -32
  117. package/package.json +1 -1
@@ -459,8 +459,8 @@ var template = {
459
459
  {
460
460
  fillRule: "evenodd",
461
461
  clipRule: "evenodd",
462
- fill: "currentColor",
463
- 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"
462
+ 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",
463
+ fill: "currentColor"
464
464
  }
465
465
  ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
466
466
  "path",
@@ -474,6 +474,41 @@ var template = {
474
474
  }
475
475
  );
476
476
  },
477
+ halfStar: ({ className }) => {
478
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
479
+ "svg",
480
+ {
481
+ xmlns: "http://www.w3.org/2000/svg",
482
+ width: "18",
483
+ height: "18",
484
+ viewBox: "0 0 18 18",
485
+ fill: "none",
486
+ className,
487
+ children: [
488
+ /* @__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" }) }) }),
489
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
490
+ "path",
491
+ {
492
+ fillRule: "evenodd",
493
+ clipRule: "evenodd",
494
+ fill: "currentColor",
495
+ 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",
496
+ clipPath: "url(#half-clip)"
497
+ }
498
+ ),
499
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
500
+ "path",
501
+ {
502
+ 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",
503
+ stroke: "currentColor",
504
+ strokeLinecap: "round",
505
+ strokeLinejoin: "round"
506
+ }
507
+ )
508
+ ]
509
+ }
510
+ );
511
+ },
477
512
  avatar: ({ className }) => {
478
513
  return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
479
514
  "svg",
@@ -6274,7 +6309,7 @@ var Input = (0, import_react6.forwardRef)((originalProps, ref) => {
6274
6309
  ),
6275
6310
  size: originalProps.size
6276
6311
  }),
6277
- [slots, classNames, originalProps.size]
6312
+ [slots, classNames, originalProps.size, inputProps.readOnly]
6278
6313
  );
6279
6314
  const renderStartContent = () => {
6280
6315
  if ((0, import_react6.isValidElement)(startContent)) {
@@ -6397,31 +6432,22 @@ var inputStyle = tv(
6397
6432
  "placeholder:text-neutral-main",
6398
6433
  "outline-none",
6399
6434
  "focus:ring-0",
6400
- "group-has-[:hover]/input:text-neutral-dark",
6401
- "group-has-[:hover]/input:placeholder:text-neutral-dark",
6402
- "group-has-[:focus]/input:text-neutral-dark",
6403
- "group-has-[:focus]/input:placeholder:text-neutral-dark",
6404
- "group-has-[p.error]/input:text-danger-main",
6405
- "group-has-[p.error]/input:placeholder:text-danger-main",
6406
- "group-has-[p.error]/input:placeholder:hover:!text-danger-main"
6435
+ "group-has-[:hover:not(:read-only):not(:focus)]/input:text-neutral-dark",
6436
+ "group-has-[:hover:not(:read-only):not(:focus)]/input:placeholder:text-neutral-dark",
6437
+ "group-has-[:focus:not(:read-only)]/input:text-neutral-dark",
6438
+ "group-has-[:focus:not(:read-only)]/input:placeholder:text-neutral-dark",
6439
+ "read-only:!text-body-foreground",
6440
+ "read-only:placeholder:!text-body-foreground"
6407
6441
  ],
6408
6442
  content: [
6409
6443
  "flex",
6410
6444
  "items-center",
6411
6445
  "select-none",
6412
6446
  "text-neutral-main",
6413
- "group-has-[:hover]/input:text-neutral-dark",
6414
- "group-has-[p.error]/input:text-danger-main",
6415
- "group-has-[p.error]/input:hover:text-danger-main",
6416
- "group-has-[p.error]/input:focus:text-danger-main"
6417
- ],
6418
- helperMessage: [
6419
- "text-neutral-main",
6420
- "group-has-[:hover]/input:text-neutral-dark",
6421
- "group-has-[p.error]/input:text-danger-main",
6422
- "group-has-[p.error]/input:hover:text-danger-main",
6423
- "group-has-[p.error]/input:focus:text-danger-main"
6447
+ "group-has-[:hover:not(:read-only):not(:focus)]/input:text-neutral-dark",
6448
+ "read-only:!text-body-foreground"
6424
6449
  ],
6450
+ helperMessage: ["text-neutral-main", "group-has-[:hover:not(:read-only):not(:focus)]/input:text-neutral-dark"],
6425
6451
  errorMessage: ["text-danger-main"],
6426
6452
  readonlyWrapper: [
6427
6453
  "pointer-events-none",
@@ -6430,7 +6456,7 @@ var inputStyle = tv(
6430
6456
  "[&>input]:text-body-foreground",
6431
6457
  "[&>input]:placeholder:text-body-foreground"
6432
6458
  ],
6433
- readonly: []
6459
+ readonly: ["text-body-foreground"]
6434
6460
  },
6435
6461
  variants: {
6436
6462
  variant: {
@@ -6441,8 +6467,8 @@ var inputStyle = tv(
6441
6467
  outline: {
6442
6468
  inputWrapper: [
6443
6469
  "border-neutral-light",
6444
- "group-has-[:hover]/input:bg-trans-soft",
6445
- "group-has-[:focus]/input:bg-body-background",
6470
+ "group-has-[:hover:not(:read-only):not(:focus)]/input:bg-trans-soft",
6471
+ "group-has-[:focus:not(:read-only)]/input:bg-body-background",
6446
6472
  "group-has-[p.error]/input:border-danger-main"
6447
6473
  ],
6448
6474
  readonlyWrapper: ["!bg-trans-soft"]
@@ -6451,8 +6477,8 @@ var inputStyle = tv(
6451
6477
  inputWrapper: [
6452
6478
  "bg-transparent",
6453
6479
  "rounded-none",
6454
- "group-has-[:hover]/input:bg-trans-soft",
6455
- "group-has-[:focus]/input:bg-body-background",
6480
+ "group-has-[:hover:not(:read-only):not(:focus)]/input:bg-trans-soft",
6481
+ "group-has-[:focus:not(:read-only)]/input:bg-body-background",
6456
6482
  "group-has-[p.error]/input:border-danger-main"
6457
6483
  ],
6458
6484
  readonlyWrapper: ["!bg-trans-soft"]
@@ -6460,22 +6486,13 @@ var inputStyle = tv(
6460
6486
  },
6461
6487
  color: {
6462
6488
  primary: {
6463
- content: ["group-has-[:focus]/input:text-primary-main", "group-has-[:focus]/input:hover:text-primary-main"],
6464
- helperMessage: [
6465
- "group-has-[:focus]/input:text-primary-main",
6466
- "group-has-[:focus]/input:hover:text-primary-main"
6467
- ],
6489
+ content: ["group-has-[:focus:not(:read-only)]/input:text-primary-main", "read-only:!text-primary-main"],
6490
+ helperMessage: ["group-has-[:focus:not(:read-only)]/input:text-primary-main"],
6468
6491
  readonly: ["text-primary-main"]
6469
6492
  },
6470
6493
  secondary: {
6471
- content: [
6472
- "group-has-[:focus]/input:text-secondary-main",
6473
- "group-has-[:focus]/input:hover:text-secondary-main"
6474
- ],
6475
- helperMessage: [
6476
- "group-has-[:focus]/input:text-secondary-main",
6477
- "group-has-[:focus]/input:hover:text-secondary-main"
6478
- ],
6494
+ content: ["group-has-[:focus:not(:read-only)]/input:text-secondary-main", "read-only:!text-secondary-main"],
6495
+ helperMessage: ["group-has-[:focus:not(:read-only)]/input:text-secondary-main"],
6479
6496
  readonly: ["text-secondary-main"]
6480
6497
  }
6481
6498
  },
@@ -6526,14 +6543,9 @@ var inputStyle = tv(
6526
6543
  },
6527
6544
  disabled: {
6528
6545
  true: {
6529
- inputWrapper: ["!bg-neutral-soft", "pointer-events-none", "group-has-[p.error]/input:!text-danger-light"],
6530
- input: [
6531
- "!text-neutral-light",
6532
- "placeholder:!text-neutral-light",
6533
- "group-has-[p.error]/input:!text-danger-light",
6534
- "group-has-[p.error]/input:placeholder:!text-danger-light"
6535
- ],
6536
- content: ["!text-neutral-light", "group-has-[p.error]/input:!text-danger-light"],
6546
+ inputWrapper: ["!bg-neutral-soft", "pointer-events-none"],
6547
+ input: ["!text-neutral-light", "placeholder:!text-neutral-light"],
6548
+ content: ["!text-neutral-light"],
6537
6549
  helperMessage: ["!text-neutral-light"],
6538
6550
  errorMessage: ["!text-danger-light"]
6539
6551
  }
@@ -6541,11 +6553,9 @@ var inputStyle = tv(
6541
6553
  readonly: {
6542
6554
  true: {
6543
6555
  readonlyWrapper: ["pointer-events-none"],
6544
- input: [
6545
- "group-has-[p.error]/input:!text-danger-main",
6546
- "group-has-[p.error]/input:placeholder:!text-danger-main"
6547
- ],
6548
- content: ["group-has-[p.error]/input:!text-danger-main"]
6556
+ input: ["!text-body-foreground", "placeholder:!text-body-foreground"],
6557
+ content: ["!text-body-foreground"],
6558
+ helperMessage: ["!text-body-foreground"]
6549
6559
  }
6550
6560
  }
6551
6561
  },
@@ -6606,17 +6616,6 @@ var inputStyle = tv(
6606
6616
  inputWrapper: ["border-b-xl"]
6607
6617
  }
6608
6618
  },
6609
- {
6610
- disabled: true,
6611
- variant: ["outline", "underline"],
6612
- class: {
6613
- inputWrapper: ["!bg-body-background", "group-has-[p.error]/input:!border-danger-light"],
6614
- content: [
6615
- "group-has-[p.error]/input:!text-danger-light",
6616
- "group-has-[p.error]/input:placeholder:!text-danger-light"
6617
- ]
6618
- }
6619
- },
6620
6619
  {
6621
6620
  readonly: true,
6622
6621
  color: "primary",
@@ -6632,6 +6631,37 @@ var inputStyle = tv(
6632
6631
  input: ["!text-secondary-main", "placeholder:!text-secondary-main"],
6633
6632
  content: ["!text-secondary-main"]
6634
6633
  }
6634
+ },
6635
+ {
6636
+ disabled: true,
6637
+ class: {
6638
+ input: [
6639
+ "group-has-[p.error]/input:!text-danger-light",
6640
+ "group-has-[p.error]/input:placeholder:!text-danger-light"
6641
+ ],
6642
+ content: ["group-has-[p.error]/input:!text-danger-light"],
6643
+ helperMessage: ["group-has-[p.error]/input:!text-danger-light"],
6644
+ errorMessage: ["!text-danger-light"]
6645
+ }
6646
+ },
6647
+ {
6648
+ disabled: true,
6649
+ variant: ["outline", "underline"],
6650
+ class: {
6651
+ inputWrapper: ["!bg-body-background", "group-has-[p.error]/input:!border-danger-light"]
6652
+ }
6653
+ },
6654
+ {
6655
+ disabled: false,
6656
+ class: {
6657
+ input: [
6658
+ "group-has-[p.error]/input:!text-danger-main",
6659
+ "group-has-[p.error]/input:placeholder:!text-danger-main"
6660
+ ],
6661
+ content: ["group-has-[p.error]/input:!text-danger-main"],
6662
+ helperMessage: ["group-has-[p.error]/input:!text-danger-main"],
6663
+ errorMessage: ["!text-danger-main"]
6664
+ }
6635
6665
  }
6636
6666
  ],
6637
6667
  defaultVariants: {
@@ -2,23 +2,23 @@
2
2
  import {
3
3
  datePickerStyle,
4
4
  datePicker_default
5
- } from "../../chunk-T7IJB3N4.mjs";
5
+ } from "../../chunk-OBOPDVVM.mjs";
6
6
  import "../../chunk-4DESGO3D.mjs";
7
7
  import "../../chunk-FWFEKWWD.mjs";
8
8
  import "../../chunk-2GCSFWHD.mjs";
9
- import "../../chunk-BFC4VP3B.mjs";
9
+ import "../../chunk-QR5CKZLL.mjs";
10
10
  import "../../chunk-MY5U63QO.mjs";
11
11
  import "../../chunk-Q364C3FI.mjs";
12
12
  import "../../chunk-ITWKPTSD.mjs";
13
- import "../../chunk-73NBUI4Y.mjs";
14
- import "../../chunk-DSEF7GGB.mjs";
13
+ import "../../chunk-YQYO5RLZ.mjs";
14
+ import "../../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-LBJN5TAP.mjs";
19
+ import "../../chunk-R7KUEH3N.mjs";
20
20
  import "../../chunk-E3G5QXSH.mjs";
21
- import "../../chunk-VUMESK5D.mjs";
21
+ import "../../chunk-DDFJMHBC.mjs";
22
22
  import "../../chunk-CDXBML6O.mjs";
23
23
  import "../../chunk-27Y6K5NK.mjs";
24
24
  import "../../chunk-AC6TWLRT.mjs";
@@ -1,10 +1,10 @@
1
1
  import * as tailwind_variants from 'tailwind-variants';
2
2
  import { VariantProps } from 'tailwind-variants';
3
3
  import * as react from 'react';
4
- import { ReactNode } from 'react';
4
+ import { HTMLAttributes, ReactNode } from 'react';
5
5
  import { SlotsToClasses } from '../../utils/types.mjs';
6
6
 
7
- interface DayProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "children">, VariantProps<typeof dayStyle> {
7
+ interface DayProps extends Omit<HTMLAttributes<HTMLDivElement>, "children">, VariantProps<typeof dayStyle> {
8
8
  classNames?: SlotsToClasses<DaySlots>;
9
9
  children: ReactNode | string;
10
10
  }
@@ -1,10 +1,10 @@
1
1
  import * as tailwind_variants from 'tailwind-variants';
2
2
  import { VariantProps } from 'tailwind-variants';
3
3
  import * as react from 'react';
4
- import { ReactNode } from 'react';
4
+ import { HTMLAttributes, ReactNode } from 'react';
5
5
  import { SlotsToClasses } from '../../utils/types.js';
6
6
 
7
- interface DayProps extends Omit<React.HTMLAttributes<HTMLDivElement>, "children">, VariantProps<typeof dayStyle> {
7
+ interface DayProps extends Omit<HTMLAttributes<HTMLDivElement>, "children">, VariantProps<typeof dayStyle> {
8
8
  classNames?: SlotsToClasses<DaySlots>;
9
9
  children: ReactNode | string;
10
10
  }
@@ -506,8 +506,8 @@ var template = {
506
506
  {
507
507
  fillRule: "evenodd",
508
508
  clipRule: "evenodd",
509
- fill: "currentColor",
510
- 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"
509
+ 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",
510
+ fill: "currentColor"
511
511
  }
512
512
  ) : /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
513
513
  "path",
@@ -521,6 +521,41 @@ var template = {
521
521
  }
522
522
  );
523
523
  },
524
+ halfStar: ({ className }) => {
525
+ return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
526
+ "svg",
527
+ {
528
+ xmlns: "http://www.w3.org/2000/svg",
529
+ width: "18",
530
+ height: "18",
531
+ viewBox: "0 0 18 18",
532
+ fill: "none",
533
+ className,
534
+ children: [
535
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("defs", { children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("clipPath", { id: "half-clip", children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("rect", { x: "0", y: "0", width: "9", height: "18" }) }) }),
536
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
537
+ "path",
538
+ {
539
+ fillRule: "evenodd",
540
+ clipRule: "evenodd",
541
+ fill: "currentColor",
542
+ 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",
543
+ clipPath: "url(#half-clip)"
544
+ }
545
+ ),
546
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
547
+ "path",
548
+ {
549
+ 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",
550
+ stroke: "currentColor",
551
+ strokeLinecap: "round",
552
+ strokeLinejoin: "round"
553
+ }
554
+ )
555
+ ]
556
+ }
557
+ );
558
+ },
524
559
  avatar: ({ className }) => {
525
560
  return /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)(
526
561
  "svg",
@@ -6279,7 +6314,7 @@ var Input = (0, import_react6.forwardRef)((originalProps, ref) => {
6279
6314
  ),
6280
6315
  size: originalProps.size
6281
6316
  }),
6282
- [slots, classNames, originalProps.size]
6317
+ [slots, classNames, originalProps.size, inputProps.readOnly]
6283
6318
  );
6284
6319
  const renderStartContent = () => {
6285
6320
  if ((0, import_react6.isValidElement)(startContent)) {
@@ -6402,31 +6437,22 @@ var inputStyle = tv(
6402
6437
  "placeholder:text-neutral-main",
6403
6438
  "outline-none",
6404
6439
  "focus:ring-0",
6405
- "group-has-[:hover]/input:text-neutral-dark",
6406
- "group-has-[:hover]/input:placeholder:text-neutral-dark",
6407
- "group-has-[:focus]/input:text-neutral-dark",
6408
- "group-has-[:focus]/input:placeholder:text-neutral-dark",
6409
- "group-has-[p.error]/input:text-danger-main",
6410
- "group-has-[p.error]/input:placeholder:text-danger-main",
6411
- "group-has-[p.error]/input:placeholder:hover:!text-danger-main"
6440
+ "group-has-[:hover:not(:read-only):not(:focus)]/input:text-neutral-dark",
6441
+ "group-has-[:hover:not(:read-only):not(:focus)]/input:placeholder:text-neutral-dark",
6442
+ "group-has-[:focus:not(:read-only)]/input:text-neutral-dark",
6443
+ "group-has-[:focus:not(:read-only)]/input:placeholder:text-neutral-dark",
6444
+ "read-only:!text-body-foreground",
6445
+ "read-only:placeholder:!text-body-foreground"
6412
6446
  ],
6413
6447
  content: [
6414
6448
  "flex",
6415
6449
  "items-center",
6416
6450
  "select-none",
6417
6451
  "text-neutral-main",
6418
- "group-has-[:hover]/input:text-neutral-dark",
6419
- "group-has-[p.error]/input:text-danger-main",
6420
- "group-has-[p.error]/input:hover:text-danger-main",
6421
- "group-has-[p.error]/input:focus:text-danger-main"
6422
- ],
6423
- helperMessage: [
6424
- "text-neutral-main",
6425
- "group-has-[:hover]/input:text-neutral-dark",
6426
- "group-has-[p.error]/input:text-danger-main",
6427
- "group-has-[p.error]/input:hover:text-danger-main",
6428
- "group-has-[p.error]/input:focus:text-danger-main"
6452
+ "group-has-[:hover:not(:read-only):not(:focus)]/input:text-neutral-dark",
6453
+ "read-only:!text-body-foreground"
6429
6454
  ],
6455
+ helperMessage: ["text-neutral-main", "group-has-[:hover:not(:read-only):not(:focus)]/input:text-neutral-dark"],
6430
6456
  errorMessage: ["text-danger-main"],
6431
6457
  readonlyWrapper: [
6432
6458
  "pointer-events-none",
@@ -6435,7 +6461,7 @@ var inputStyle = tv(
6435
6461
  "[&>input]:text-body-foreground",
6436
6462
  "[&>input]:placeholder:text-body-foreground"
6437
6463
  ],
6438
- readonly: []
6464
+ readonly: ["text-body-foreground"]
6439
6465
  },
6440
6466
  variants: {
6441
6467
  variant: {
@@ -6446,8 +6472,8 @@ var inputStyle = tv(
6446
6472
  outline: {
6447
6473
  inputWrapper: [
6448
6474
  "border-neutral-light",
6449
- "group-has-[:hover]/input:bg-trans-soft",
6450
- "group-has-[:focus]/input:bg-body-background",
6475
+ "group-has-[:hover:not(:read-only):not(:focus)]/input:bg-trans-soft",
6476
+ "group-has-[:focus:not(:read-only)]/input:bg-body-background",
6451
6477
  "group-has-[p.error]/input:border-danger-main"
6452
6478
  ],
6453
6479
  readonlyWrapper: ["!bg-trans-soft"]
@@ -6456,8 +6482,8 @@ var inputStyle = tv(
6456
6482
  inputWrapper: [
6457
6483
  "bg-transparent",
6458
6484
  "rounded-none",
6459
- "group-has-[:hover]/input:bg-trans-soft",
6460
- "group-has-[:focus]/input:bg-body-background",
6485
+ "group-has-[:hover:not(:read-only):not(:focus)]/input:bg-trans-soft",
6486
+ "group-has-[:focus:not(:read-only)]/input:bg-body-background",
6461
6487
  "group-has-[p.error]/input:border-danger-main"
6462
6488
  ],
6463
6489
  readonlyWrapper: ["!bg-trans-soft"]
@@ -6465,22 +6491,13 @@ var inputStyle = tv(
6465
6491
  },
6466
6492
  color: {
6467
6493
  primary: {
6468
- content: ["group-has-[:focus]/input:text-primary-main", "group-has-[:focus]/input:hover:text-primary-main"],
6469
- helperMessage: [
6470
- "group-has-[:focus]/input:text-primary-main",
6471
- "group-has-[:focus]/input:hover:text-primary-main"
6472
- ],
6494
+ content: ["group-has-[:focus:not(:read-only)]/input:text-primary-main", "read-only:!text-primary-main"],
6495
+ helperMessage: ["group-has-[:focus:not(:read-only)]/input:text-primary-main"],
6473
6496
  readonly: ["text-primary-main"]
6474
6497
  },
6475
6498
  secondary: {
6476
- content: [
6477
- "group-has-[:focus]/input:text-secondary-main",
6478
- "group-has-[:focus]/input:hover:text-secondary-main"
6479
- ],
6480
- helperMessage: [
6481
- "group-has-[:focus]/input:text-secondary-main",
6482
- "group-has-[:focus]/input:hover:text-secondary-main"
6483
- ],
6499
+ content: ["group-has-[:focus:not(:read-only)]/input:text-secondary-main", "read-only:!text-secondary-main"],
6500
+ helperMessage: ["group-has-[:focus:not(:read-only)]/input:text-secondary-main"],
6484
6501
  readonly: ["text-secondary-main"]
6485
6502
  }
6486
6503
  },
@@ -6531,14 +6548,9 @@ var inputStyle = tv(
6531
6548
  },
6532
6549
  disabled: {
6533
6550
  true: {
6534
- inputWrapper: ["!bg-neutral-soft", "pointer-events-none", "group-has-[p.error]/input:!text-danger-light"],
6535
- input: [
6536
- "!text-neutral-light",
6537
- "placeholder:!text-neutral-light",
6538
- "group-has-[p.error]/input:!text-danger-light",
6539
- "group-has-[p.error]/input:placeholder:!text-danger-light"
6540
- ],
6541
- content: ["!text-neutral-light", "group-has-[p.error]/input:!text-danger-light"],
6551
+ inputWrapper: ["!bg-neutral-soft", "pointer-events-none"],
6552
+ input: ["!text-neutral-light", "placeholder:!text-neutral-light"],
6553
+ content: ["!text-neutral-light"],
6542
6554
  helperMessage: ["!text-neutral-light"],
6543
6555
  errorMessage: ["!text-danger-light"]
6544
6556
  }
@@ -6546,11 +6558,9 @@ var inputStyle = tv(
6546
6558
  readonly: {
6547
6559
  true: {
6548
6560
  readonlyWrapper: ["pointer-events-none"],
6549
- input: [
6550
- "group-has-[p.error]/input:!text-danger-main",
6551
- "group-has-[p.error]/input:placeholder:!text-danger-main"
6552
- ],
6553
- content: ["group-has-[p.error]/input:!text-danger-main"]
6561
+ input: ["!text-body-foreground", "placeholder:!text-body-foreground"],
6562
+ content: ["!text-body-foreground"],
6563
+ helperMessage: ["!text-body-foreground"]
6554
6564
  }
6555
6565
  }
6556
6566
  },
@@ -6611,17 +6621,6 @@ var inputStyle = tv(
6611
6621
  inputWrapper: ["border-b-xl"]
6612
6622
  }
6613
6623
  },
6614
- {
6615
- disabled: true,
6616
- variant: ["outline", "underline"],
6617
- class: {
6618
- inputWrapper: ["!bg-body-background", "group-has-[p.error]/input:!border-danger-light"],
6619
- content: [
6620
- "group-has-[p.error]/input:!text-danger-light",
6621
- "group-has-[p.error]/input:placeholder:!text-danger-light"
6622
- ]
6623
- }
6624
- },
6625
6624
  {
6626
6625
  readonly: true,
6627
6626
  color: "primary",
@@ -6637,6 +6636,37 @@ var inputStyle = tv(
6637
6636
  input: ["!text-secondary-main", "placeholder:!text-secondary-main"],
6638
6637
  content: ["!text-secondary-main"]
6639
6638
  }
6639
+ },
6640
+ {
6641
+ disabled: true,
6642
+ class: {
6643
+ input: [
6644
+ "group-has-[p.error]/input:!text-danger-light",
6645
+ "group-has-[p.error]/input:placeholder:!text-danger-light"
6646
+ ],
6647
+ content: ["group-has-[p.error]/input:!text-danger-light"],
6648
+ helperMessage: ["group-has-[p.error]/input:!text-danger-light"],
6649
+ errorMessage: ["!text-danger-light"]
6650
+ }
6651
+ },
6652
+ {
6653
+ disabled: true,
6654
+ variant: ["outline", "underline"],
6655
+ class: {
6656
+ inputWrapper: ["!bg-body-background", "group-has-[p.error]/input:!border-danger-light"]
6657
+ }
6658
+ },
6659
+ {
6660
+ disabled: false,
6661
+ class: {
6662
+ input: [
6663
+ "group-has-[p.error]/input:!text-danger-main",
6664
+ "group-has-[p.error]/input:placeholder:!text-danger-main"
6665
+ ],
6666
+ content: ["group-has-[p.error]/input:!text-danger-main"],
6667
+ helperMessage: ["group-has-[p.error]/input:!text-danger-main"],
6668
+ errorMessage: ["!text-danger-main"]
6669
+ }
6640
6670
  }
6641
6671
  ],
6642
6672
  defaultVariants: {
@@ -2,30 +2,30 @@
2
2
  import "../../chunk-4VWG4726.mjs";
3
3
  import {
4
4
  datePicker_default
5
- } from "../../chunk-T7IJB3N4.mjs";
5
+ } from "../../chunk-OBOPDVVM.mjs";
6
6
  import {
7
7
  day_default
8
8
  } from "../../chunk-4DESGO3D.mjs";
9
9
  import {
10
10
  timePicker_default
11
- } from "../../chunk-T6V6BJOT.mjs";
11
+ } from "../../chunk-QHETCLHO.mjs";
12
12
  import "../../chunk-QCEKPS7U.mjs";
13
- import "../../chunk-SHI7P4DQ.mjs";
13
+ import "../../chunk-Z7CLJYRF.mjs";
14
14
  import "../../chunk-FWFEKWWD.mjs";
15
15
  import "../../chunk-2GCSFWHD.mjs";
16
- import "../../chunk-BFC4VP3B.mjs";
16
+ import "../../chunk-QR5CKZLL.mjs";
17
17
  import "../../chunk-MY5U63QO.mjs";
18
18
  import "../../chunk-Q364C3FI.mjs";
19
19
  import "../../chunk-ITWKPTSD.mjs";
20
- import "../../chunk-73NBUI4Y.mjs";
21
- import "../../chunk-DSEF7GGB.mjs";
20
+ import "../../chunk-YQYO5RLZ.mjs";
21
+ import "../../chunk-JKYLYL3A.mjs";
22
22
  import "../../chunk-6WSACUIB.mjs";
23
23
  import "../../chunk-LXHUO6VM.mjs";
24
24
  import "../../chunk-SZL743JC.mjs";
25
25
  import "../../chunk-ZYIIXWVY.mjs";
26
- import "../../chunk-LBJN5TAP.mjs";
26
+ import "../../chunk-R7KUEH3N.mjs";
27
27
  import "../../chunk-E3G5QXSH.mjs";
28
- import "../../chunk-VUMESK5D.mjs";
28
+ import "../../chunk-DDFJMHBC.mjs";
29
29
  import "../../chunk-CDXBML6O.mjs";
30
30
  import "../../chunk-27Y6K5NK.mjs";
31
31
  import "../../chunk-AC6TWLRT.mjs";
@@ -459,8 +459,8 @@ var template = {
459
459
  {
460
460
  fillRule: "evenodd",
461
461
  clipRule: "evenodd",
462
- fill: "currentColor",
463
- 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"
462
+ 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",
463
+ fill: "currentColor"
464
464
  }
465
465
  ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
466
466
  "path",
@@ -474,6 +474,41 @@ var template = {
474
474
  }
475
475
  );
476
476
  },
477
+ halfStar: ({ className }) => {
478
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
479
+ "svg",
480
+ {
481
+ xmlns: "http://www.w3.org/2000/svg",
482
+ width: "18",
483
+ height: "18",
484
+ viewBox: "0 0 18 18",
485
+ fill: "none",
486
+ className,
487
+ children: [
488
+ /* @__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" }) }) }),
489
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
490
+ "path",
491
+ {
492
+ fillRule: "evenodd",
493
+ clipRule: "evenodd",
494
+ fill: "currentColor",
495
+ 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",
496
+ clipPath: "url(#half-clip)"
497
+ }
498
+ ),
499
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
500
+ "path",
501
+ {
502
+ 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",
503
+ stroke: "currentColor",
504
+ strokeLinecap: "round",
505
+ strokeLinejoin: "round"
506
+ }
507
+ )
508
+ ]
509
+ }
510
+ );
511
+ },
477
512
  avatar: ({ className }) => {
478
513
  return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
479
514
  "svg",