@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
@@ -116,8 +116,8 @@ var template = {
116
116
  {
117
117
  fillRule: "evenodd",
118
118
  clipRule: "evenodd",
119
- fill: "currentColor",
120
- 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"
119
+ 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",
120
+ fill: "currentColor"
121
121
  }
122
122
  ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
123
123
  "path",
@@ -131,6 +131,41 @@ var template = {
131
131
  }
132
132
  );
133
133
  },
134
+ halfStar: ({ className }) => {
135
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
136
+ "svg",
137
+ {
138
+ xmlns: "http://www.w3.org/2000/svg",
139
+ width: "18",
140
+ height: "18",
141
+ viewBox: "0 0 18 18",
142
+ fill: "none",
143
+ className,
144
+ children: [
145
+ /* @__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" }) }) }),
146
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
147
+ "path",
148
+ {
149
+ fillRule: "evenodd",
150
+ clipRule: "evenodd",
151
+ fill: "currentColor",
152
+ 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",
153
+ clipPath: "url(#half-clip)"
154
+ }
155
+ ),
156
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
157
+ "path",
158
+ {
159
+ 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",
160
+ stroke: "currentColor",
161
+ strokeLinecap: "round",
162
+ strokeLinejoin: "round"
163
+ }
164
+ )
165
+ ]
166
+ }
167
+ );
168
+ },
134
169
  avatar: ({ className }) => {
135
170
  return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
136
171
  "svg",
@@ -3,8 +3,8 @@ import "../../chunk-ZYIIXWVY.mjs";
3
3
  import {
4
4
  Icon_default,
5
5
  iconTemplate
6
- } from "../../chunk-LBJN5TAP.mjs";
7
- import "../../chunk-VUMESK5D.mjs";
6
+ } from "../../chunk-R7KUEH3N.mjs";
7
+ import "../../chunk-DDFJMHBC.mjs";
8
8
  import "../../chunk-AC6TWLRT.mjs";
9
9
  export {
10
10
  Icon_default as Icon,
@@ -10,6 +10,7 @@ declare const template: {
10
10
  "left-double-chevron": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
11
11
  "right-double-chevron": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
12
12
  star: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
13
+ halfStar: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
13
14
  avatar: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
14
15
  dashboard: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
15
16
  user: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
@@ -10,6 +10,7 @@ declare const template: {
10
10
  "left-double-chevron": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
11
11
  "right-double-chevron": ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
12
12
  star: ({ className, fill }: IconProps) => react_jsx_runtime.JSX.Element;
13
+ halfStar: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
13
14
  avatar: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
14
15
  dashboard: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
15
16
  user: ({ className }: IconProps) => react_jsx_runtime.JSX.Element;
@@ -113,8 +113,8 @@ var template = {
113
113
  {
114
114
  fillRule: "evenodd",
115
115
  clipRule: "evenodd",
116
- fill: "currentColor",
117
- 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"
116
+ 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",
117
+ fill: "currentColor"
118
118
  }
119
119
  ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
120
120
  "path",
@@ -128,6 +128,41 @@ var template = {
128
128
  }
129
129
  );
130
130
  },
131
+ halfStar: ({ className }) => {
132
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
133
+ "svg",
134
+ {
135
+ xmlns: "http://www.w3.org/2000/svg",
136
+ width: "18",
137
+ height: "18",
138
+ viewBox: "0 0 18 18",
139
+ fill: "none",
140
+ className,
141
+ children: [
142
+ /* @__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" }) }) }),
143
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
144
+ "path",
145
+ {
146
+ fillRule: "evenodd",
147
+ clipRule: "evenodd",
148
+ fill: "currentColor",
149
+ 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",
150
+ clipPath: "url(#half-clip)"
151
+ }
152
+ ),
153
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
154
+ "path",
155
+ {
156
+ 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",
157
+ stroke: "currentColor",
158
+ strokeLinecap: "round",
159
+ strokeLinejoin: "round"
160
+ }
161
+ )
162
+ ]
163
+ }
164
+ );
165
+ },
131
166
  avatar: ({ className }) => {
132
167
  return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
133
168
  "svg",
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  template
4
- } from "../../chunk-VUMESK5D.mjs";
4
+ } from "../../chunk-DDFJMHBC.mjs";
5
5
  import "../../chunk-AC6TWLRT.mjs";
6
6
  export {
7
7
  template
@@ -199,8 +199,8 @@ var template = {
199
199
  {
200
200
  fillRule: "evenodd",
201
201
  clipRule: "evenodd",
202
- fill: "currentColor",
203
- 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"
202
+ 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",
203
+ fill: "currentColor"
204
204
  }
205
205
  ) : /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
206
206
  "path",
@@ -214,6 +214,41 @@ var template = {
214
214
  }
215
215
  );
216
216
  },
217
+ halfStar: ({ className }) => {
218
+ return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
219
+ "svg",
220
+ {
221
+ xmlns: "http://www.w3.org/2000/svg",
222
+ width: "18",
223
+ height: "18",
224
+ viewBox: "0 0 18 18",
225
+ fill: "none",
226
+ className,
227
+ children: [
228
+ /* @__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" }) }) }),
229
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
230
+ "path",
231
+ {
232
+ fillRule: "evenodd",
233
+ clipRule: "evenodd",
234
+ fill: "currentColor",
235
+ 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",
236
+ clipPath: "url(#half-clip)"
237
+ }
238
+ ),
239
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
240
+ "path",
241
+ {
242
+ 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",
243
+ stroke: "currentColor",
244
+ strokeLinecap: "round",
245
+ strokeLinejoin: "round"
246
+ }
247
+ )
248
+ ]
249
+ }
250
+ );
251
+ },
217
252
  avatar: ({ className }) => {
218
253
  return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
219
254
  "svg",
@@ -5210,7 +5245,7 @@ var Input = (0, import_react.forwardRef)((originalProps, ref) => {
5210
5245
  ),
5211
5246
  size: originalProps.size
5212
5247
  }),
5213
- [slots, classNames, originalProps.size]
5248
+ [slots, classNames, originalProps.size, inputProps.readOnly]
5214
5249
  );
5215
5250
  const renderStartContent = () => {
5216
5251
  if ((0, import_react.isValidElement)(startContent)) {
@@ -5333,31 +5368,22 @@ var inputStyle = tv(
5333
5368
  "placeholder:text-neutral-main",
5334
5369
  "outline-none",
5335
5370
  "focus:ring-0",
5336
- "group-has-[:hover]/input:text-neutral-dark",
5337
- "group-has-[:hover]/input:placeholder:text-neutral-dark",
5338
- "group-has-[:focus]/input:text-neutral-dark",
5339
- "group-has-[:focus]/input:placeholder:text-neutral-dark",
5340
- "group-has-[p.error]/input:text-danger-main",
5341
- "group-has-[p.error]/input:placeholder:text-danger-main",
5342
- "group-has-[p.error]/input:placeholder:hover:!text-danger-main"
5371
+ "group-has-[:hover:not(:read-only):not(:focus)]/input:text-neutral-dark",
5372
+ "group-has-[:hover:not(:read-only):not(:focus)]/input:placeholder:text-neutral-dark",
5373
+ "group-has-[:focus:not(:read-only)]/input:text-neutral-dark",
5374
+ "group-has-[:focus:not(:read-only)]/input:placeholder:text-neutral-dark",
5375
+ "read-only:!text-body-foreground",
5376
+ "read-only:placeholder:!text-body-foreground"
5343
5377
  ],
5344
5378
  content: [
5345
5379
  "flex",
5346
5380
  "items-center",
5347
5381
  "select-none",
5348
5382
  "text-neutral-main",
5349
- "group-has-[:hover]/input:text-neutral-dark",
5350
- "group-has-[p.error]/input:text-danger-main",
5351
- "group-has-[p.error]/input:hover:text-danger-main",
5352
- "group-has-[p.error]/input:focus:text-danger-main"
5353
- ],
5354
- helperMessage: [
5355
- "text-neutral-main",
5356
- "group-has-[:hover]/input:text-neutral-dark",
5357
- "group-has-[p.error]/input:text-danger-main",
5358
- "group-has-[p.error]/input:hover:text-danger-main",
5359
- "group-has-[p.error]/input:focus:text-danger-main"
5383
+ "group-has-[:hover:not(:read-only):not(:focus)]/input:text-neutral-dark",
5384
+ "read-only:!text-body-foreground"
5360
5385
  ],
5386
+ helperMessage: ["text-neutral-main", "group-has-[:hover:not(:read-only):not(:focus)]/input:text-neutral-dark"],
5361
5387
  errorMessage: ["text-danger-main"],
5362
5388
  readonlyWrapper: [
5363
5389
  "pointer-events-none",
@@ -5366,7 +5392,7 @@ var inputStyle = tv(
5366
5392
  "[&>input]:text-body-foreground",
5367
5393
  "[&>input]:placeholder:text-body-foreground"
5368
5394
  ],
5369
- readonly: []
5395
+ readonly: ["text-body-foreground"]
5370
5396
  },
5371
5397
  variants: {
5372
5398
  variant: {
@@ -5377,8 +5403,8 @@ var inputStyle = tv(
5377
5403
  outline: {
5378
5404
  inputWrapper: [
5379
5405
  "border-neutral-light",
5380
- "group-has-[:hover]/input:bg-trans-soft",
5381
- "group-has-[:focus]/input:bg-body-background",
5406
+ "group-has-[:hover:not(:read-only):not(:focus)]/input:bg-trans-soft",
5407
+ "group-has-[:focus:not(:read-only)]/input:bg-body-background",
5382
5408
  "group-has-[p.error]/input:border-danger-main"
5383
5409
  ],
5384
5410
  readonlyWrapper: ["!bg-trans-soft"]
@@ -5387,8 +5413,8 @@ var inputStyle = tv(
5387
5413
  inputWrapper: [
5388
5414
  "bg-transparent",
5389
5415
  "rounded-none",
5390
- "group-has-[:hover]/input:bg-trans-soft",
5391
- "group-has-[:focus]/input:bg-body-background",
5416
+ "group-has-[:hover:not(:read-only):not(:focus)]/input:bg-trans-soft",
5417
+ "group-has-[:focus:not(:read-only)]/input:bg-body-background",
5392
5418
  "group-has-[p.error]/input:border-danger-main"
5393
5419
  ],
5394
5420
  readonlyWrapper: ["!bg-trans-soft"]
@@ -5396,22 +5422,13 @@ var inputStyle = tv(
5396
5422
  },
5397
5423
  color: {
5398
5424
  primary: {
5399
- content: ["group-has-[:focus]/input:text-primary-main", "group-has-[:focus]/input:hover:text-primary-main"],
5400
- helperMessage: [
5401
- "group-has-[:focus]/input:text-primary-main",
5402
- "group-has-[:focus]/input:hover:text-primary-main"
5403
- ],
5425
+ content: ["group-has-[:focus:not(:read-only)]/input:text-primary-main", "read-only:!text-primary-main"],
5426
+ helperMessage: ["group-has-[:focus:not(:read-only)]/input:text-primary-main"],
5404
5427
  readonly: ["text-primary-main"]
5405
5428
  },
5406
5429
  secondary: {
5407
- content: [
5408
- "group-has-[:focus]/input:text-secondary-main",
5409
- "group-has-[:focus]/input:hover:text-secondary-main"
5410
- ],
5411
- helperMessage: [
5412
- "group-has-[:focus]/input:text-secondary-main",
5413
- "group-has-[:focus]/input:hover:text-secondary-main"
5414
- ],
5430
+ content: ["group-has-[:focus:not(:read-only)]/input:text-secondary-main", "read-only:!text-secondary-main"],
5431
+ helperMessage: ["group-has-[:focus:not(:read-only)]/input:text-secondary-main"],
5415
5432
  readonly: ["text-secondary-main"]
5416
5433
  }
5417
5434
  },
@@ -5462,14 +5479,9 @@ var inputStyle = tv(
5462
5479
  },
5463
5480
  disabled: {
5464
5481
  true: {
5465
- inputWrapper: ["!bg-neutral-soft", "pointer-events-none", "group-has-[p.error]/input:!text-danger-light"],
5466
- input: [
5467
- "!text-neutral-light",
5468
- "placeholder:!text-neutral-light",
5469
- "group-has-[p.error]/input:!text-danger-light",
5470
- "group-has-[p.error]/input:placeholder:!text-danger-light"
5471
- ],
5472
- content: ["!text-neutral-light", "group-has-[p.error]/input:!text-danger-light"],
5482
+ inputWrapper: ["!bg-neutral-soft", "pointer-events-none"],
5483
+ input: ["!text-neutral-light", "placeholder:!text-neutral-light"],
5484
+ content: ["!text-neutral-light"],
5473
5485
  helperMessage: ["!text-neutral-light"],
5474
5486
  errorMessage: ["!text-danger-light"]
5475
5487
  }
@@ -5477,11 +5489,9 @@ var inputStyle = tv(
5477
5489
  readonly: {
5478
5490
  true: {
5479
5491
  readonlyWrapper: ["pointer-events-none"],
5480
- input: [
5481
- "group-has-[p.error]/input:!text-danger-main",
5482
- "group-has-[p.error]/input:placeholder:!text-danger-main"
5483
- ],
5484
- content: ["group-has-[p.error]/input:!text-danger-main"]
5492
+ input: ["!text-body-foreground", "placeholder:!text-body-foreground"],
5493
+ content: ["!text-body-foreground"],
5494
+ helperMessage: ["!text-body-foreground"]
5485
5495
  }
5486
5496
  }
5487
5497
  },
@@ -5542,17 +5552,6 @@ var inputStyle = tv(
5542
5552
  inputWrapper: ["border-b-xl"]
5543
5553
  }
5544
5554
  },
5545
- {
5546
- disabled: true,
5547
- variant: ["outline", "underline"],
5548
- class: {
5549
- inputWrapper: ["!bg-body-background", "group-has-[p.error]/input:!border-danger-light"],
5550
- content: [
5551
- "group-has-[p.error]/input:!text-danger-light",
5552
- "group-has-[p.error]/input:placeholder:!text-danger-light"
5553
- ]
5554
- }
5555
- },
5556
5555
  {
5557
5556
  readonly: true,
5558
5557
  color: "primary",
@@ -5568,6 +5567,37 @@ var inputStyle = tv(
5568
5567
  input: ["!text-secondary-main", "placeholder:!text-secondary-main"],
5569
5568
  content: ["!text-secondary-main"]
5570
5569
  }
5570
+ },
5571
+ {
5572
+ disabled: true,
5573
+ class: {
5574
+ input: [
5575
+ "group-has-[p.error]/input:!text-danger-light",
5576
+ "group-has-[p.error]/input:placeholder:!text-danger-light"
5577
+ ],
5578
+ content: ["group-has-[p.error]/input:!text-danger-light"],
5579
+ helperMessage: ["group-has-[p.error]/input:!text-danger-light"],
5580
+ errorMessage: ["!text-danger-light"]
5581
+ }
5582
+ },
5583
+ {
5584
+ disabled: true,
5585
+ variant: ["outline", "underline"],
5586
+ class: {
5587
+ inputWrapper: ["!bg-body-background", "group-has-[p.error]/input:!border-danger-light"]
5588
+ }
5589
+ },
5590
+ {
5591
+ disabled: false,
5592
+ class: {
5593
+ input: [
5594
+ "group-has-[p.error]/input:!text-danger-main",
5595
+ "group-has-[p.error]/input:placeholder:!text-danger-main"
5596
+ ],
5597
+ content: ["group-has-[p.error]/input:!text-danger-main"],
5598
+ helperMessage: ["group-has-[p.error]/input:!text-danger-main"],
5599
+ errorMessage: ["!text-danger-main"]
5600
+ }
5571
5601
  }
5572
5602
  ],
5573
5603
  defaultVariants: {
@@ -2,11 +2,11 @@
2
2
  import "../../chunk-2GCSFWHD.mjs";
3
3
  import {
4
4
  input_default
5
- } from "../../chunk-BFC4VP3B.mjs";
5
+ } from "../../chunk-QR5CKZLL.mjs";
6
6
  import "../../chunk-ZYIIXWVY.mjs";
7
- import "../../chunk-LBJN5TAP.mjs";
7
+ import "../../chunk-R7KUEH3N.mjs";
8
8
  import "../../chunk-E3G5QXSH.mjs";
9
- import "../../chunk-VUMESK5D.mjs";
9
+ import "../../chunk-DDFJMHBC.mjs";
10
10
  import "../../chunk-CDXBML6O.mjs";
11
11
  import "../../chunk-27Y6K5NK.mjs";
12
12
  import "../../chunk-AC6TWLRT.mjs";
@@ -107,6 +107,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
107
107
  readonlyWrapper: string[];
108
108
  input: string[];
109
109
  content: string[];
110
+ helperMessage: string[];
110
111
  };
111
112
  };
112
113
  }, {
@@ -121,7 +122,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
121
122
  helperMessage: string[];
122
123
  errorMessage: string[];
123
124
  readonlyWrapper: string[];
124
- readonly: never[];
125
+ readonly: string[];
125
126
  }, undefined, {
126
127
  variant: {
127
128
  solid: {
@@ -208,6 +209,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
208
209
  readonlyWrapper: string[];
209
210
  input: string[];
210
211
  content: string[];
212
+ helperMessage: string[];
211
213
  };
212
214
  };
213
215
  }, {
@@ -222,7 +224,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
222
224
  helperMessage: string[];
223
225
  errorMessage: string[];
224
226
  readonlyWrapper: string[];
225
- readonly: never[];
227
+ readonly: string[];
226
228
  }, tailwind_variants.TVReturnType<{
227
229
  variant: {
228
230
  solid: {
@@ -309,6 +311,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
309
311
  readonlyWrapper: string[];
310
312
  input: string[];
311
313
  content: string[];
314
+ helperMessage: string[];
312
315
  };
313
316
  };
314
317
  }, {
@@ -323,7 +326,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
323
326
  helperMessage: string[];
324
327
  errorMessage: string[];
325
328
  readonlyWrapper: string[];
326
- readonly: never[];
329
+ readonly: string[];
327
330
  }, undefined, unknown, unknown, undefined>>;
328
331
  type InputVariantProps = VariantProps<typeof inputStyle>;
329
332
  type InputSlots = keyof ReturnType<typeof inputStyle>;
@@ -107,6 +107,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
107
107
  readonlyWrapper: string[];
108
108
  input: string[];
109
109
  content: string[];
110
+ helperMessage: string[];
110
111
  };
111
112
  };
112
113
  }, {
@@ -121,7 +122,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
121
122
  helperMessage: string[];
122
123
  errorMessage: string[];
123
124
  readonlyWrapper: string[];
124
- readonly: never[];
125
+ readonly: string[];
125
126
  }, undefined, {
126
127
  variant: {
127
128
  solid: {
@@ -208,6 +209,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
208
209
  readonlyWrapper: string[];
209
210
  input: string[];
210
211
  content: string[];
212
+ helperMessage: string[];
211
213
  };
212
214
  };
213
215
  }, {
@@ -222,7 +224,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
222
224
  helperMessage: string[];
223
225
  errorMessage: string[];
224
226
  readonlyWrapper: string[];
225
- readonly: never[];
227
+ readonly: string[];
226
228
  }, tailwind_variants.TVReturnType<{
227
229
  variant: {
228
230
  solid: {
@@ -309,6 +311,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
309
311
  readonlyWrapper: string[];
310
312
  input: string[];
311
313
  content: string[];
314
+ helperMessage: string[];
312
315
  };
313
316
  };
314
317
  }, {
@@ -323,7 +326,7 @@ declare const inputStyle: tailwind_variants.TVReturnType<{
323
326
  helperMessage: string[];
324
327
  errorMessage: string[];
325
328
  readonlyWrapper: string[];
326
- readonly: never[];
329
+ readonly: string[];
327
330
  }, undefined, unknown, unknown, undefined>>;
328
331
  type InputVariantProps = VariantProps<typeof inputStyle>;
329
332
  type InputSlots = keyof ReturnType<typeof inputStyle>;