@tipp/ui 2.0.6 → 2.1.0

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 (270) hide show
  1. package/dist/app/index.cjs +505 -308
  2. package/dist/app/index.cjs.map +1 -1
  3. package/dist/app/index.js +29 -24
  4. package/dist/app/platform/coach-question-list.cjs +231 -34
  5. package/dist/app/platform/coach-question-list.cjs.map +1 -1
  6. package/dist/app/platform/coach-question-list.js +11 -6
  7. package/dist/app/platform/contents-card.cjs +259 -62
  8. package/dist/app/platform/contents-card.cjs.map +1 -1
  9. package/dist/app/platform/contents-card.js +11 -6
  10. package/dist/app/platform/curriculum-card.cjs +213 -16
  11. package/dist/app/platform/curriculum-card.cjs.map +1 -1
  12. package/dist/app/platform/curriculum-card.js +9 -4
  13. package/dist/app/platform/edit-coaching-time.cjs +275 -78
  14. package/dist/app/platform/edit-coaching-time.cjs.map +1 -1
  15. package/dist/app/platform/edit-coaching-time.js +20 -15
  16. package/dist/app/platform/edit-service-type.cjs +268 -71
  17. package/dist/app/platform/edit-service-type.cjs.map +1 -1
  18. package/dist/app/platform/edit-service-type.js +19 -14
  19. package/dist/app/platform/goal-manage-card-edit.cjs +277 -80
  20. package/dist/app/platform/goal-manage-card-edit.cjs.map +1 -1
  21. package/dist/app/platform/goal-manage-card-edit.js +20 -15
  22. package/dist/app/platform/goal-manage-card-read.cjs +261 -64
  23. package/dist/app/platform/goal-manage-card-read.cjs.map +1 -1
  24. package/dist/app/platform/goal-manage-card-read.js +11 -6
  25. package/dist/app/platform/on-offline-radio-card.cjs +261 -64
  26. package/dist/app/platform/on-offline-radio-card.cjs.map +1 -1
  27. package/dist/app/platform/on-offline-radio-card.js +19 -14
  28. package/dist/app/platform/report-card.cjs +234 -37
  29. package/dist/app/platform/report-card.cjs.map +1 -1
  30. package/dist/app/platform/report-card.js +11 -6
  31. package/dist/app/platform/reservation-card.cjs +303 -106
  32. package/dist/app/platform/reservation-card.cjs.map +1 -1
  33. package/dist/app/platform/reservation-card.js +20 -15
  34. package/dist/app/platform/session-card.cjs +320 -123
  35. package/dist/app/platform/session-card.cjs.map +1 -1
  36. package/dist/app/platform/session-card.js +21 -16
  37. package/dist/app/platform/session-review-simple-read.cjs +232 -35
  38. package/dist/app/platform/session-review-simple-read.cjs.map +1 -1
  39. package/dist/app/platform/session-review-simple-read.js +11 -6
  40. package/dist/app/platform/userInfos/coaching-customer-info/index.cjs +265 -68
  41. package/dist/app/platform/userInfos/coaching-customer-info/index.cjs.map +1 -1
  42. package/dist/app/platform/userInfos/coaching-customer-info/index.js +12 -7
  43. package/dist/app/platform/userInfos/coaching-customer-info/large.cjs +242 -45
  44. package/dist/app/platform/userInfos/coaching-customer-info/large.cjs.map +1 -1
  45. package/dist/app/platform/userInfos/coaching-customer-info/large.js +11 -6
  46. package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs +245 -48
  47. package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs.map +1 -1
  48. package/dist/app/platform/userInfos/coaching-customer-info/medium.js +11 -6
  49. package/dist/app/platform/userInfos/coaching-customer-info/small.cjs +231 -34
  50. package/dist/app/platform/userInfos/coaching-customer-info/small.cjs.map +1 -1
  51. package/dist/app/platform/userInfos/coaching-customer-info/small.js +11 -6
  52. package/dist/app/platform/userInfos/session-user-info-detail.cjs +241 -44
  53. package/dist/app/platform/userInfos/session-user-info-detail.cjs.map +1 -1
  54. package/dist/app/platform/userInfos/session-user-info-detail.js +11 -6
  55. package/dist/app/platform/userInfos/utils.cjs +233 -36
  56. package/dist/app/platform/userInfos/utils.cjs.map +1 -1
  57. package/dist/app/platform/userInfos/utils.js +11 -6
  58. package/dist/atoms/index.cjs +256 -59
  59. package/dist/atoms/index.cjs.map +1 -1
  60. package/dist/atoms/index.js +11 -6
  61. package/dist/atoms/pagination.cjs +210 -13
  62. package/dist/atoms/pagination.cjs.map +1 -1
  63. package/dist/atoms/pagination.js +9 -4
  64. package/dist/atoms/toast.cjs +1 -1
  65. package/dist/atoms/toast.cjs.map +1 -1
  66. package/dist/atoms/toast.js +1 -1
  67. package/dist/chunk-26ZU5KUR.js +39 -0
  68. package/dist/chunk-26ZU5KUR.js.map +1 -0
  69. package/dist/chunk-3UJOUGH3.js +169 -0
  70. package/dist/chunk-3UJOUGH3.js.map +1 -0
  71. package/dist/chunk-4LUNQ3CA.js +1 -0
  72. package/dist/chunk-4YKESXWQ.js +68 -0
  73. package/dist/chunk-4YKESXWQ.js.map +1 -0
  74. package/dist/{chunk-KDEUSAQW.js → chunk-5QDXJKPG.js} +2 -2
  75. package/dist/{chunk-A2NYBAVH.js → chunk-6BCKUMXK.js} +11 -11
  76. package/dist/chunk-BFLGQQJZ.js +30 -0
  77. package/dist/chunk-BFLGQQJZ.js.map +1 -0
  78. package/dist/chunk-BUR6IEYN.js +54 -0
  79. package/dist/chunk-BUR6IEYN.js.map +1 -0
  80. package/dist/chunk-D3T4W2PT.js +96 -0
  81. package/dist/chunk-D3T4W2PT.js.map +1 -0
  82. package/dist/chunk-D6WG5BHL.js +39 -0
  83. package/dist/chunk-D6WG5BHL.js.map +1 -0
  84. package/dist/chunk-D7EHLF4N.js +63 -0
  85. package/dist/chunk-D7EHLF4N.js.map +1 -0
  86. package/dist/chunk-D7EYDD4E.js +52 -0
  87. package/dist/chunk-D7EYDD4E.js.map +1 -0
  88. package/dist/chunk-ECVAWQXV.js +54 -0
  89. package/dist/chunk-ECVAWQXV.js.map +1 -0
  90. package/dist/chunk-EHNRZEFC.js +145 -0
  91. package/dist/chunk-EHNRZEFC.js.map +1 -0
  92. package/dist/chunk-EJ3JNXLY.js +99 -0
  93. package/dist/chunk-EJ3JNXLY.js.map +1 -0
  94. package/dist/{chunk-K3EDEQP6.js → chunk-ERRML4CH.js} +4 -4
  95. package/dist/chunk-F5MKSWHL.js +163 -0
  96. package/dist/chunk-F5MKSWHL.js.map +1 -0
  97. package/dist/chunk-IVB77FRN.js +52 -0
  98. package/dist/chunk-IVB77FRN.js.map +1 -0
  99. package/dist/{chunk-JPZNEPCW.js → chunk-JKJCI4MU.js} +5 -5
  100. package/dist/chunk-JMS4TRIK.js +64 -0
  101. package/dist/chunk-JMS4TRIK.js.map +1 -0
  102. package/dist/chunk-K25BYIJ7.js +42 -0
  103. package/dist/chunk-K25BYIJ7.js.map +1 -0
  104. package/dist/chunk-KXEHA6WD.js +63 -0
  105. package/dist/chunk-KXEHA6WD.js.map +1 -0
  106. package/dist/chunk-NNPT6BV4.js +117 -0
  107. package/dist/chunk-NNPT6BV4.js.map +1 -0
  108. package/dist/{chunk-TF3Q4TQM.js → chunk-QAHOUIRL.js} +2 -2
  109. package/dist/{chunk-ECLZ3IGO.js → chunk-QD5ZSFPG.js} +1 -1
  110. package/dist/chunk-QD5ZSFPG.js.map +1 -0
  111. package/dist/chunk-QJ5OFLUS.js +144 -0
  112. package/dist/chunk-QJ5OFLUS.js.map +1 -0
  113. package/dist/chunk-RIGG6NNZ.js +74 -0
  114. package/dist/chunk-RIGG6NNZ.js.map +1 -0
  115. package/dist/chunk-S52LOF3I.js +354 -0
  116. package/dist/chunk-S52LOF3I.js.map +1 -0
  117. package/dist/chunk-S57U6FZO.js +42 -0
  118. package/dist/chunk-S57U6FZO.js.map +1 -0
  119. package/dist/chunk-T2ORCMNM.js +145 -0
  120. package/dist/chunk-T2ORCMNM.js.map +1 -0
  121. package/dist/chunk-TTBHLLMV.js +281 -0
  122. package/dist/chunk-TTBHLLMV.js.map +1 -0
  123. package/dist/chunk-UQN63IRS.js +54 -0
  124. package/dist/chunk-UQN63IRS.js.map +1 -0
  125. package/dist/chunk-VO7TWLMN.js +144 -0
  126. package/dist/chunk-VO7TWLMN.js.map +1 -0
  127. package/dist/chunk-VPSEKCUO.js +281 -0
  128. package/dist/chunk-VPSEKCUO.js.map +1 -0
  129. package/dist/chunk-VY56ZADJ.js +1 -0
  130. package/dist/chunk-VY56ZADJ.js.map +1 -0
  131. package/dist/chunk-X2Q6QPMS.js +165 -0
  132. package/dist/chunk-X2Q6QPMS.js.map +1 -0
  133. package/dist/chunk-XSX6K7SK.js +45 -0
  134. package/dist/chunk-XSX6K7SK.js.map +1 -0
  135. package/dist/chunk-YAKBC4L7.js +45 -0
  136. package/dist/chunk-YAKBC4L7.js.map +1 -0
  137. package/dist/chunk-Z6DWN5OD.js +174 -0
  138. package/dist/chunk-Z6DWN5OD.js.map +1 -0
  139. package/dist/icon.cjs +207 -0
  140. package/dist/icon.cjs.map +1 -1
  141. package/dist/icon.d.cts +5 -0
  142. package/dist/icon.d.ts +5 -0
  143. package/dist/icon.js +29 -9
  144. package/dist/icons/circle-check.cjs +102 -0
  145. package/dist/icons/circle-check.cjs.map +1 -0
  146. package/dist/icons/circle-check.d.cts +6 -0
  147. package/dist/icons/circle-check.d.ts +6 -0
  148. package/dist/icons/circle-check.js +8 -0
  149. package/dist/icons/circle-check.js.map +1 -0
  150. package/dist/icons/circle-pencil.cjs +111 -0
  151. package/dist/icons/circle-pencil.cjs.map +1 -0
  152. package/dist/icons/circle-pencil.d.cts +6 -0
  153. package/dist/icons/circle-pencil.d.ts +6 -0
  154. package/dist/icons/circle-pencil.js +8 -0
  155. package/dist/icons/circle-pencil.js.map +1 -0
  156. package/dist/icons/circle-play.cjs +99 -0
  157. package/dist/icons/circle-play.cjs.map +1 -0
  158. package/dist/icons/circle-play.d.cts +6 -0
  159. package/dist/icons/circle-play.d.ts +6 -0
  160. package/dist/icons/circle-play.js +8 -0
  161. package/dist/icons/circle-play.js.map +1 -0
  162. package/dist/icons/circle-quote.cjs +111 -0
  163. package/dist/icons/circle-quote.cjs.map +1 -0
  164. package/dist/icons/circle-quote.d.cts +6 -0
  165. package/dist/icons/circle-quote.d.ts +6 -0
  166. package/dist/icons/circle-quote.js +8 -0
  167. package/dist/icons/circle-quote.js.map +1 -0
  168. package/dist/icons/circle-satisfaction.cjs +109 -0
  169. package/dist/icons/circle-satisfaction.cjs.map +1 -0
  170. package/dist/icons/circle-satisfaction.d.cts +6 -0
  171. package/dist/icons/circle-satisfaction.d.ts +6 -0
  172. package/dist/icons/circle-satisfaction.js +8 -0
  173. package/dist/icons/circle-satisfaction.js.map +1 -0
  174. package/dist/icons/circle_check.cjs +102 -0
  175. package/dist/icons/circle_check.cjs.map +1 -0
  176. package/dist/icons/circle_check.d.cts +6 -0
  177. package/dist/icons/circle_check.d.ts +6 -0
  178. package/dist/icons/circle_check.js +8 -0
  179. package/dist/icons/circle_check.js.map +1 -0
  180. package/dist/icons/circle_pencil.cjs +111 -0
  181. package/dist/icons/circle_pencil.cjs.map +1 -0
  182. package/dist/icons/circle_pencil.d.cts +6 -0
  183. package/dist/icons/circle_pencil.d.ts +6 -0
  184. package/dist/icons/circle_pencil.js +8 -0
  185. package/dist/icons/circle_pencil.js.map +1 -0
  186. package/dist/icons/circle_play.cjs +99 -0
  187. package/dist/icons/circle_play.cjs.map +1 -0
  188. package/dist/icons/circle_play.d.cts +6 -0
  189. package/dist/icons/circle_play.d.ts +6 -0
  190. package/dist/icons/circle_play.js +8 -0
  191. package/dist/icons/circle_play.js.map +1 -0
  192. package/dist/icons/circle_quote.cjs +111 -0
  193. package/dist/icons/circle_quote.cjs.map +1 -0
  194. package/dist/icons/circle_quote.d.cts +6 -0
  195. package/dist/icons/circle_quote.d.ts +6 -0
  196. package/dist/icons/circle_quote.js +53 -0
  197. package/dist/icons/circle_quote.js.map +1 -0
  198. package/dist/icons/circle_satisfaction.cjs +109 -0
  199. package/dist/icons/circle_satisfaction.cjs.map +1 -0
  200. package/dist/icons/circle_satisfaction.d.cts +6 -0
  201. package/dist/icons/circle_satisfaction.d.ts +6 -0
  202. package/dist/icons/circle_satisfaction.js +8 -0
  203. package/dist/icons/circle_satisfaction.js.map +1 -0
  204. package/dist/icons/index.cjs +207 -0
  205. package/dist/icons/index.cjs.map +1 -1
  206. package/dist/icons/index.d.cts +5 -0
  207. package/dist/icons/index.d.ts +5 -0
  208. package/dist/icons/index.js +29 -9
  209. package/dist/index.cjs +654 -447
  210. package/dist/index.cjs.map +1 -1
  211. package/dist/index.d.cts +5 -0
  212. package/dist/index.d.ts +5 -0
  213. package/dist/index.js +64 -44
  214. package/dist/molecules/date-picker/date-picker-button.cjs +239 -42
  215. package/dist/molecules/date-picker/date-picker-button.cjs.map +1 -1
  216. package/dist/molecules/date-picker/date-picker-button.js +13 -8
  217. package/dist/molecules/date-picker/index.cjs +209 -12
  218. package/dist/molecules/date-picker/index.cjs.map +1 -1
  219. package/dist/molecules/date-picker/index.js +10 -5
  220. package/dist/molecules/expand-table/index.cjs +255 -58
  221. package/dist/molecules/expand-table/index.cjs.map +1 -1
  222. package/dist/molecules/expand-table/index.js +12 -7
  223. package/dist/molecules/expand-table/row.cjs +231 -34
  224. package/dist/molecules/expand-table/row.cjs.map +1 -1
  225. package/dist/molecules/expand-table/row.js +11 -6
  226. package/dist/molecules/form/form.cjs.map +1 -1
  227. package/dist/molecules/form/form.d.cts +11 -11
  228. package/dist/molecules/form/form.d.ts +11 -11
  229. package/dist/molecules/form/form.js +1 -1
  230. package/dist/molecules/form/index.cjs.map +1 -1
  231. package/dist/molecules/form/index.d.cts +1 -1
  232. package/dist/molecules/form/index.d.ts +1 -1
  233. package/dist/molecules/form/index.js +1 -1
  234. package/dist/molecules/index.cjs +379 -182
  235. package/dist/molecules/index.cjs.map +1 -1
  236. package/dist/molecules/index.js +30 -25
  237. package/dist/molecules/navigation.cjs +231 -34
  238. package/dist/molecules/navigation.cjs.map +1 -1
  239. package/dist/molecules/navigation.js +11 -6
  240. package/dist/molecules/radio-button-card.cjs +229 -32
  241. package/dist/molecules/radio-button-card.cjs.map +1 -1
  242. package/dist/molecules/radio-button-card.js +11 -6
  243. package/dist/molecules/stepper.cjs +217 -20
  244. package/dist/molecules/stepper.cjs.map +1 -1
  245. package/dist/molecules/stepper.js +9 -4
  246. package/dist/molecules/tag-selector.cjs +271 -74
  247. package/dist/molecules/tag-selector.cjs.map +1 -1
  248. package/dist/molecules/tag-selector.js +11 -6
  249. package/dist/molecules/time-select.cjs +230 -33
  250. package/dist/molecules/time-select.cjs.map +1 -1
  251. package/dist/molecules/time-select.js +12 -7
  252. package/dist/utils/index.js +3 -3
  253. package/package.json +14 -5
  254. package/src/atoms/toast.tsx +1 -2
  255. package/src/icons/circle-check.tsx +29 -0
  256. package/src/icons/circle-pencil.tsx +35 -0
  257. package/src/icons/circle-play.tsx +26 -0
  258. package/src/icons/circle-quote.tsx +35 -0
  259. package/src/icons/circle-satisfaction.tsx +33 -0
  260. package/src/icons/index.ts +5 -0
  261. package/src/molecules/date-picker/index.tsx +0 -2
  262. package/src/molecules/form/form.tsx +1 -1
  263. package/dist/chunk-7WVKYXIG.js +0 -1
  264. package/dist/chunk-ECLZ3IGO.js.map +0 -1
  265. /package/dist/{chunk-7WVKYXIG.js.map → chunk-4LUNQ3CA.js.map} +0 -0
  266. /package/dist/{chunk-KDEUSAQW.js.map → chunk-5QDXJKPG.js.map} +0 -0
  267. /package/dist/{chunk-A2NYBAVH.js.map → chunk-6BCKUMXK.js.map} +0 -0
  268. /package/dist/{chunk-K3EDEQP6.js.map → chunk-ERRML4CH.js.map} +0 -0
  269. /package/dist/{chunk-JPZNEPCW.js.map → chunk-JKJCI4MU.js.map} +0 -0
  270. /package/dist/{chunk-TF3Q4TQM.js.map → chunk-QAHOUIRL.js.map} +0 -0
@@ -1,34 +1,34 @@
1
1
  import {
2
2
  GoalManageCardEdit
3
- } from "../../chunk-KDEUSAQW.js";
3
+ } from "../../chunk-EHNRZEFC.js";
4
4
  import "../../chunk-VHORRGZJ.js";
5
- import "../../chunk-K3EDEQP6.js";
5
+ import "../../chunk-D7EHLF4N.js";
6
+ import "../../chunk-D3T4W2PT.js";
7
+ import "../../chunk-ERRML4CH.js";
6
8
  import "../../chunk-WDUSQ6HR.js";
7
- import "../../chunk-GLRDUHQR.js";
8
- import "../../chunk-QOUGBWAQ.js";
9
- import "../../chunk-45DIMUO4.js";
10
- import "../../chunk-SLXXCM56.js";
11
- import "../../chunk-CJ272WFS.js";
12
9
  import "../../chunk-N73QW7HF.js";
13
10
  import "../../chunk-5VWEW4M2.js";
14
11
  import "../../chunk-V2DF2GUE.js";
15
- import "../../chunk-BXX3B3E4.js";
16
12
  import "../../chunk-ZM763HMC.js";
17
13
  import "../../chunk-2BPFXK4L.js";
18
14
  import "../../chunk-NWJSLIQ3.js";
19
- import "../../chunk-IJOOKMKQ.js";
15
+ import "../../chunk-BXX3B3E4.js";
20
16
  import "../../chunk-MLMYWZZN.js";
21
17
  import "../../chunk-3C7F3YXP.js";
22
18
  import "../../chunk-SMXAOGFW.js";
23
19
  import "../../chunk-BR6BA3US.js";
24
20
  import "../../chunk-RX5DC5KO.js";
21
+ import "../../chunk-45DIMUO4.js";
22
+ import "../../chunk-SLXXCM56.js";
23
+ import "../../chunk-CJ272WFS.js";
24
+ import "../../chunk-IJOOKMKQ.js";
25
25
  import "../../chunk-A6W2ZWYA.js";
26
- import "../../chunk-ECLZ3IGO.js";
26
+ import "../../chunk-QD5ZSFPG.js";
27
27
  import "../../chunk-YJ7ZFOYL.js";
28
28
  import "../../chunk-5ZITU5L7.js";
29
29
  import "../../chunk-3F45OPXG.js";
30
30
  import "../../chunk-5KDNSBO5.js";
31
- import "../../chunk-IFRA465K.js";
31
+ import "../../chunk-26ZU5KUR.js";
32
32
  import "../../chunk-MUNMDHRF.js";
33
33
  import "../../chunk-TVDKGMBI.js";
34
34
  import "../../chunk-AP52M2Z5.js";
@@ -83,14 +83,19 @@ import "../../chunk-AFPH32MF.js";
83
83
  import "../../chunk-LQY4RKWI.js";
84
84
  import "../../chunk-ZD7MNMED.js";
85
85
  import "../../chunk-HLFG5ZTU.js";
86
- import "../../chunk-7WVKYXIG.js";
87
- import "../../chunk-PVL7SJYR.js";
88
- import "../../chunk-25Q6QLSN.js";
89
- import "../../chunk-TPEIE4IP.js";
86
+ import "../../chunk-VY56ZADJ.js";
90
87
  import "../../chunk-2TPQQBUQ.js";
91
88
  import "../../chunk-HLFTU725.js";
92
89
  import "../../chunk-XD3KUE4Q.js";
93
90
  import "../../chunk-MEKWBVXE.js";
91
+ import "../../chunk-PVL7SJYR.js";
92
+ import "../../chunk-25Q6QLSN.js";
93
+ import "../../chunk-TPEIE4IP.js";
94
+ import "../../chunk-XSX6K7SK.js";
95
+ import "../../chunk-UQN63IRS.js";
96
+ import "../../chunk-K25BYIJ7.js";
97
+ import "../../chunk-ECVAWQXV.js";
98
+ import "../../chunk-D7EYDD4E.js";
94
99
  import "../../chunk-J242TTFH.js";
95
100
  import "../../chunk-EAXUQEO5.js";
96
101
  import "../../chunk-2NMEKWO5.js";
@@ -876,27 +876,224 @@ var EndCallIcon = React12.forwardRef(
876
876
  );
877
877
  EndCallIcon.displayName = "EndCallIcon";
878
878
 
879
- // src/atoms/pagination.tsx
879
+ // src/icons/circle-play.tsx
880
+ var React13 = __toESM(require("react"), 1);
880
881
  var import_jsx_runtime24 = require("react/jsx-runtime");
882
+ var CirclePlayIcon = React13.forwardRef(
883
+ (_a, forwardedRef) => {
884
+ var _b = _a, { color = "#currentColor" } = _b, props = __objRest(_b, ["color"]);
885
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
886
+ "svg",
887
+ __spreadProps(__spreadValues({
888
+ fill: "none",
889
+ height: "16",
890
+ viewBox: "0 0 16 16",
891
+ width: "16",
892
+ xmlns: "http://www.w3.org/2000/svg"
893
+ }, props), {
894
+ ref: forwardedRef,
895
+ children: [
896
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("circle", { cx: "8", cy: "8", fill: color, r: "8" }),
897
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
898
+ "path",
899
+ {
900
+ d: "M13.25 7.56699C13.5833 7.75944 13.5833 8.24056 13.25 8.43301L5.75 12.7631C5.41667 12.9556 5 12.715 5 12.3301L5 3.66987C5 3.28497 5.41667 3.04441 5.75 3.23686L13.25 7.56699Z",
901
+ fill: "white"
902
+ }
903
+ )
904
+ ]
905
+ })
906
+ );
907
+ }
908
+ );
909
+ CirclePlayIcon.displayName = "CirclePlayIcon";
881
910
 
882
- // src/atoms/field-error-wrapper.tsx
911
+ // src/icons/circle-pencil.tsx
912
+ var React14 = __toESM(require("react"), 1);
883
913
  var import_jsx_runtime25 = require("react/jsx-runtime");
914
+ var CirclePencilIcon = React14.forwardRef(
915
+ (_a, forwardedRef) => {
916
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
917
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
918
+ "svg",
919
+ __spreadProps(__spreadValues({
920
+ fill: "none",
921
+ height: "16",
922
+ viewBox: "0 0 16 16",
923
+ width: "16",
924
+ xmlns: "http://www.w3.org/2000/svg"
925
+ }, props), {
926
+ ref: forwardedRef,
927
+ children: [
928
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("circle", { cx: "8", cy: "8", fill: color, r: "8" }),
929
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
930
+ "rect",
931
+ {
932
+ fill: "white",
933
+ fillOpacity: "0.01",
934
+ height: "12",
935
+ transform: "translate(2 2)",
936
+ width: "12"
937
+ }
938
+ ),
939
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
940
+ "path",
941
+ {
942
+ clipRule: "evenodd",
943
+ d: "M11.4829 2.91721C11.3266 2.761 11.0733 2.761 10.9172 2.91721L4.97162 8.86274C4.89965 8.9347 4.84208 9.01974 4.80199 9.11329L3.63233 11.8424C3.5679 11.9928 3.60149 12.1672 3.71715 12.2829C3.8328 12.3985 4.00722 12.4321 4.15755 12.3677L6.88675 11.198C6.9803 11.158 7.06534 11.1004 7.13731 11.0284L13.0829 5.08289C13.239 4.92668 13.239 4.67342 13.0829 4.51721L11.4829 2.91721ZM5.53731 9.42842L11.2 3.76574L12.2343 4.80005L6.57162 10.4628L5.37537 10.9754L5.02463 10.6247L5.53731 9.42842Z",
944
+ fill: "white",
945
+ fillRule: "evenodd"
946
+ }
947
+ )
948
+ ]
949
+ })
950
+ );
951
+ }
952
+ );
953
+ CirclePencilIcon.displayName = "CirclePencilIcon";
954
+
955
+ // src/icons/circle-check.tsx
956
+ var React15 = __toESM(require("react"), 1);
957
+ var import_jsx_runtime26 = require("react/jsx-runtime");
958
+ var CircleCheckIcon = React15.forwardRef(
959
+ (_a, forwardedRef) => {
960
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
961
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
962
+ "svg",
963
+ __spreadProps(__spreadValues({
964
+ fill: "none",
965
+ height: "16",
966
+ viewBox: "0 0 16 16",
967
+ width: "16",
968
+ xmlns: "http://www.w3.org/2000/svg"
969
+ }, props), {
970
+ ref: forwardedRef,
971
+ children: [
972
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
973
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("rect", { fill: "white", fillOpacity: "0.01", height: "16", width: "16" }),
974
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
975
+ "path",
976
+ {
977
+ clipRule: "evenodd",
978
+ d: "M12.2314 3.97533C12.5395 4.17683 12.626 4.58999 12.4245 4.89815L7.8912 11.8315C7.78436 11.9949 7.61128 12.1032 7.41763 12.1279C7.22398 12.1527 7.02923 12.0912 6.88477 11.9599L3.95144 9.29328C3.679 9.04561 3.65892 8.62397 3.90659 8.35154C4.15426 8.0791 4.57589 8.05901 4.84833 8.30669L7.20313 10.4474L11.3086 4.16849C11.5101 3.86033 11.9232 3.77385 12.2314 3.97533Z",
979
+ fill: color,
980
+ fillRule: "evenodd"
981
+ }
982
+ )
983
+ ]
984
+ })
985
+ );
986
+ }
987
+ );
988
+ CircleCheckIcon.displayName = "CircleCheckIcon";
989
+
990
+ // src/icons/circle-satisfaction.tsx
991
+ var React16 = __toESM(require("react"), 1);
992
+ var import_jsx_runtime27 = require("react/jsx-runtime");
993
+ var CircleSatisfactionIcon = React16.forwardRef(
994
+ (_a, forwardedRef) => {
995
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
996
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
997
+ "svg",
998
+ __spreadProps(__spreadValues({
999
+ fill: "none",
1000
+ height: "16",
1001
+ viewBox: "0 0 16 16",
1002
+ width: "16",
1003
+ xmlns: "http://www.w3.org/2000/svg"
1004
+ }, props), {
1005
+ ref: forwardedRef,
1006
+ children: [
1007
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
1008
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1009
+ "rect",
1010
+ {
1011
+ fill: "white",
1012
+ fillOpacity: "0.01",
1013
+ height: "12",
1014
+ transform: "translate(2 2)",
1015
+ width: "12"
1016
+ }
1017
+ ),
1018
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1019
+ "path",
1020
+ {
1021
+ d: "M7.77842 2.53284C7.86041 2.33573 8.13963 2.33573 8.22162 2.53284L9.53074 5.68036C9.5653 5.76346 9.64346 5.82023 9.73316 5.82742L13.1312 6.09985C13.344 6.1169 13.4302 6.38246 13.2682 6.52134L10.6792 8.73904C10.6109 8.79758 10.581 8.88946 10.6019 8.97699L11.3929 12.2928C11.4424 12.5005 11.2165 12.6647 11.0343 12.5534L8.12512 10.7764C8.04832 10.7296 7.95172 10.7296 7.87492 10.7764L4.96574 12.5534C4.78356 12.6647 4.55766 12.5005 4.60719 12.2928L5.39815 8.97699C5.41904 8.88946 5.38918 8.79758 5.32084 8.73904L2.73191 6.52134C2.56978 6.38246 2.65607 6.1169 2.86886 6.09985L6.26688 5.82742C6.35658 5.82023 6.43474 5.76346 6.4693 5.68036L7.77842 2.53284Z",
1022
+ fill: color
1023
+ }
1024
+ )
1025
+ ]
1026
+ })
1027
+ );
1028
+ }
1029
+ );
1030
+ CircleSatisfactionIcon.displayName = "CircleSatisfactionIcon";
1031
+
1032
+ // src/icons/circle-quote.tsx
1033
+ var React17 = __toESM(require("react"), 1);
1034
+ var import_jsx_runtime28 = require("react/jsx-runtime");
1035
+ var CircleQuoteIcon = React17.forwardRef(
1036
+ (_a, forwardedRef) => {
1037
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
1038
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
1039
+ "svg",
1040
+ __spreadProps(__spreadValues({
1041
+ fill: "none",
1042
+ height: "16",
1043
+ viewBox: "0 0 16 16",
1044
+ width: "16",
1045
+ xmlns: "http://www.w3.org/2000/svg"
1046
+ }, props), {
1047
+ ref: forwardedRef,
1048
+ children: [
1049
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
1050
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1051
+ "rect",
1052
+ {
1053
+ fill: "white",
1054
+ fillOpacity: "0.01",
1055
+ height: "12",
1056
+ transform: "translate(2 2)",
1057
+ width: "12"
1058
+ }
1059
+ ),
1060
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1061
+ "path",
1062
+ {
1063
+ clipRule: "evenodd",
1064
+ d: "M9.54 4.75306C10.0449 4.58921 10.6269 4.59213 11.1033 4.83696C12.2025 5.40177 12.6781 6.8575 12.2357 8.39997C12.0372 9.09189 11.6881 9.76375 10.9489 10.4419C10.2096 11.12 9.18425 11.52 8.70854 11.52C8.53813 11.52 8.39998 11.3857 8.39998 11.22C8.39998 11.0543 8.54113 10.92 8.70854 10.92C9.25195 10.92 9.73749 10.6243 10.3125 10.1888C10.7525 9.85541 11.0961 9.42904 11.2864 9.0575C11.6502 8.34691 11.6625 7.34537 11.0746 7.07918C10.7923 7.38761 10.4236 7.56754 9.98178 7.56754C9.02182 7.56754 8.45606 6.79527 8.48038 6.09605C8.50363 5.42777 8.92823 4.95161 9.54 4.75306ZM4.74 4.75306C5.24489 4.58921 5.8269 4.59213 6.30336 4.83696C7.40254 5.40177 7.8781 6.8575 7.43567 8.39997C7.23721 9.09189 6.88813 9.76375 6.14886 10.4419C5.40958 11.12 4.38425 11.52 3.90854 11.52C3.73813 11.52 3.59998 11.3857 3.59998 11.22C3.59998 11.0543 3.74113 10.92 3.90854 10.92C4.45195 10.92 4.93749 10.6243 5.51244 10.1888C5.9525 9.85541 6.29609 9.42904 6.48635 9.0575C6.85023 8.34691 6.86254 7.34537 6.27462 7.07918C5.99227 7.38761 5.62356 7.56754 5.18178 7.56754C4.22182 7.56754 3.65606 6.79527 3.68038 6.09605C3.70363 5.42777 4.12823 4.95161 4.74 4.75306Z",
1065
+ fill: color,
1066
+ fillRule: "evenodd"
1067
+ }
1068
+ )
1069
+ ]
1070
+ })
1071
+ );
1072
+ }
1073
+ );
1074
+ CircleQuoteIcon.displayName = "CircleQuoteIcon";
1075
+
1076
+ // src/atoms/pagination.tsx
1077
+ var import_jsx_runtime29 = require("react/jsx-runtime");
1078
+
1079
+ // src/atoms/field-error-wrapper.tsx
1080
+ var import_jsx_runtime30 = require("react/jsx-runtime");
884
1081
 
885
1082
  // src/atoms/ellipsis-tooltip.tsx
886
1083
  var import_react17 = require("react");
887
- var import_jsx_runtime26 = require("react/jsx-runtime");
1084
+ var import_jsx_runtime31 = require("react/jsx-runtime");
888
1085
 
889
1086
  // src/atoms/drawer.tsx
890
1087
  var Dialog = __toESM(require("@radix-ui/react-dialog"), 1);
891
1088
  var import_themes50 = require("@radix-ui/themes");
892
1089
 
893
1090
  // src/icons/close-panel-arrow.tsx
894
- var React15 = __toESM(require("react"), 1);
895
- var import_jsx_runtime27 = require("react/jsx-runtime");
896
- var ClosePanelArrowIcon = React15.forwardRef(
1091
+ var React20 = __toESM(require("react"), 1);
1092
+ var import_jsx_runtime32 = require("react/jsx-runtime");
1093
+ var ClosePanelArrowIcon = React20.forwardRef(
897
1094
  (_a, forwardedRef) => {
898
1095
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
899
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
1096
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
900
1097
  "svg",
901
1098
  __spreadProps(__spreadValues({
902
1099
  fill: "none",
@@ -907,7 +1104,7 @@ var ClosePanelArrowIcon = React15.forwardRef(
907
1104
  }, props), {
908
1105
  ref: forwardedRef,
909
1106
  children: [
910
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1107
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
911
1108
  "path",
912
1109
  {
913
1110
  clipRule: "evenodd",
@@ -916,7 +1113,7 @@ var ClosePanelArrowIcon = React15.forwardRef(
916
1113
  fillRule: "evenodd"
917
1114
  }
918
1115
  ),
919
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1116
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
920
1117
  "path",
921
1118
  {
922
1119
  clipRule: "evenodd",
@@ -933,22 +1130,22 @@ var ClosePanelArrowIcon = React15.forwardRef(
933
1130
  ClosePanelArrowIcon.displayName = "ArrowDownIcon";
934
1131
 
935
1132
  // src/atoms/drawer.tsx
936
- var import_jsx_runtime28 = require("react/jsx-runtime");
1133
+ var import_jsx_runtime33 = require("react/jsx-runtime");
937
1134
 
938
1135
  // src/atoms/toast.tsx
939
1136
  var import_react_icons3 = require("@radix-ui/react-icons");
940
1137
  var import_react_toastify = require("react-toastify");
941
1138
  var import_react_toastify2 = require("react-toastify");
942
- var import_jsx_runtime29 = require("react/jsx-runtime");
1139
+ var import_jsx_runtime34 = require("react/jsx-runtime");
943
1140
 
944
1141
  // src/molecules/form/form.tsx
945
1142
  var RadixForm = __toESM(require("@radix-ui/react-form"), 1);
946
1143
  var import_react18 = require("react");
947
- var import_jsx_runtime30 = require("react/jsx-runtime");
1144
+ var import_jsx_runtime35 = require("react/jsx-runtime");
948
1145
  var Root7 = (0, import_react18.forwardRef)(
949
1146
  (_a, ref) => {
950
1147
  var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
951
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1148
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
952
1149
  RadixForm.Root,
953
1150
  __spreadProps(__spreadValues({}, rest), {
954
1151
  className: `FormRoot ${className || ""}`,
@@ -965,22 +1162,22 @@ var FieldContext = (0, import_react18.createContext)({
965
1162
  var Field2 = (0, import_react18.forwardRef)(
966
1163
  (_a, ref) => {
967
1164
  var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
968
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1165
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
969
1166
  RadixForm.Field,
970
1167
  __spreadProps(__spreadValues({}, rest), {
971
1168
  className: `FormField ${className || ""}`,
972
1169
  ref,
973
- children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(FieldContext.Provider, { value: rest, children })
1170
+ children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(FieldContext.Provider, { value: rest, children })
974
1171
  })
975
1172
  );
976
1173
  }
977
1174
  );
978
1175
  Field2.displayName = "FORM_FIELD";
979
1176
  function HeadingLabel(props) {
980
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Heading2, __spreadProps(__spreadValues({ variant: "heading5" }, props), { children: props.children }));
1177
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Heading2, __spreadProps(__spreadValues({ variant: "heading5" }, props), { children: props.children }));
981
1178
  }
982
1179
  function CaptionLabel(props) {
983
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Typo, __spreadProps(__spreadValues({ color: "gray", variant: "caption" }, props), { children: props.children }));
1180
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Typo, __spreadProps(__spreadValues({ color: "gray", variant: "caption" }, props), { children: props.children }));
984
1181
  }
985
1182
  var Label2 = (0, import_react18.forwardRef)(
986
1183
  (_a, ref) => {
@@ -997,15 +1194,15 @@ var Label2 = (0, import_react18.forwardRef)(
997
1194
  }
998
1195
  }, [variant]);
999
1196
  const fieldProps = (0, import_react18.useContext)(FieldContext);
1000
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1197
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1001
1198
  RadixForm.Label,
1002
1199
  __spreadProps(__spreadValues({}, rest), {
1003
1200
  asChild: true,
1004
1201
  className: `FormLabel ${className || ""}`,
1005
1202
  ref,
1006
- children: /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(Comp, { children: [
1203
+ children: /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(Comp, { children: [
1007
1204
  children,
1008
- fieldProps.required ? /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Typo, { as: "span", color: "tomato", children: ` *` }) : null
1205
+ fieldProps.required ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Typo, { as: "span", color: "tomato", children: ` *` }) : null
1009
1206
  ] })
1010
1207
  })
1011
1208
  );
@@ -1015,13 +1212,13 @@ Label2.displayName = "FORM_Label";
1015
1212
  var Message2 = (0, import_react18.forwardRef)(
1016
1213
  (_a, ref) => {
1017
1214
  var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
1018
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1215
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1019
1216
  RadixForm.Message,
1020
1217
  __spreadProps(__spreadValues({}, rest), {
1021
1218
  asChild: true,
1022
1219
  className: `FormMessage ${className || ""}`,
1023
1220
  ref,
1024
- children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Typo, { color: "red", children })
1221
+ children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Typo, { color: "red", children })
1025
1222
  })
1026
1223
  );
1027
1224
  }
@@ -1031,7 +1228,7 @@ var Control2 = (0, import_react18.forwardRef)(
1031
1228
  (_a, ref) => {
1032
1229
  var _b = _a, { className } = _b, rest = __objRest(_b, ["className"]);
1033
1230
  const fieldProps = (0, import_react18.useContext)(FieldContext);
1034
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1231
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1035
1232
  RadixForm.Control,
1036
1233
  __spreadProps(__spreadValues({}, rest), {
1037
1234
  className: `FormControl ${className || ""}`,
@@ -1045,7 +1242,7 @@ Control2.displayName = "FORM_Control";
1045
1242
 
1046
1243
  // src/atoms/auto-sizing-input.tsx
1047
1244
  var import_react19 = require("react");
1048
- var import_jsx_runtime31 = require("react/jsx-runtime");
1245
+ var import_jsx_runtime36 = require("react/jsx-runtime");
1049
1246
  var AutoSizingInput = (0, import_react19.forwardRef)(
1050
1247
  (_a, ref) => {
1051
1248
  var _b = _a, { value: _value, onChangeValue, onChange } = _b, rest = __objRest(_b, ["value", "onChangeValue", "onChange"]);
@@ -1084,7 +1281,7 @@ var AutoSizingInput = (0, import_react19.forwardRef)(
1084
1281
  },
1085
1282
  [onClick]
1086
1283
  );
1087
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
1284
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
1088
1285
  "div",
1089
1286
  {
1090
1287
  className: "auto-sizing-input wrapper",
@@ -1094,8 +1291,8 @@ var AutoSizingInput = (0, import_react19.forwardRef)(
1094
1291
  style: { width: `${width + 24}px` },
1095
1292
  tabIndex: 0,
1096
1293
  children: [
1097
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { "aria-hidden": "true", ref: span, style: rest.style, children: value || rest.placeholder || "" }),
1098
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1294
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("span", { "aria-hidden": "true", ref: span, style: rest.style, children: value || rest.placeholder || "" }),
1295
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1099
1296
  "input",
1100
1297
  __spreadValues({
1101
1298
  onChange: changeHandler,
@@ -1111,10 +1308,10 @@ var AutoSizingInput = (0, import_react19.forwardRef)(
1111
1308
  AutoSizingInput.displayName = "AutoSizingInput";
1112
1309
 
1113
1310
  // src/atoms/bullet-text.tsx
1114
- var import_jsx_runtime32 = require("react/jsx-runtime");
1311
+ var import_jsx_runtime37 = require("react/jsx-runtime");
1115
1312
 
1116
1313
  // src/app/platform/goal-manage-card-read.tsx
1117
- var import_jsx_runtime33 = require("react/jsx-runtime");
1314
+ var import_jsx_runtime38 = require("react/jsx-runtime");
1118
1315
  function GoalManageCardRead(props) {
1119
1316
  const {
1120
1317
  title,
@@ -1132,7 +1329,7 @@ function GoalManageCardRead(props) {
1132
1329
  const onClickOpen = (0, import_react20.useCallback)(() => {
1133
1330
  setOpen((p) => !p);
1134
1331
  }, []);
1135
- const icon = open ? /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_react_icons2.ChevronUpIcon, {}) : /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_react_icons2.ChevronDownIcon, {});
1332
+ const icon = open ? /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react_icons2.ChevronUpIcon, {}) : /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react_icons2.ChevronDownIcon, {});
1136
1333
  const badgeMeta = (0, import_react20.useMemo)(() => {
1137
1334
  if (!completed && dueDate) {
1138
1335
  if (dueDate >= (0, import_date_fns.startOfDay)(/* @__PURE__ */ new Date()))
@@ -1145,40 +1342,40 @@ function GoalManageCardRead(props) {
1145
1342
  return null;
1146
1343
  }, [completed, dueDate]);
1147
1344
  const renderSubTitle = (0, import_react20.useCallback)((subTitle) => {
1148
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Heading2, { mb: "2", variant: "heading5", children: subTitle });
1345
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Heading2, { mb: "2", variant: "heading5", children: subTitle });
1149
1346
  }, []);
1150
1347
  const renderSubContent = (0, import_react20.useCallback)((content) => {
1151
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Typo, { as: "p", color: "gray", children: content });
1348
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Typo, { as: "p", color: "gray", children: content });
1152
1349
  }, []);
1153
1350
  const renderCompleteButton = (0, import_react20.useCallback)(() => {
1154
1351
  if (completed) {
1155
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Button, { onClick: onClickIncomplete, size: "small", variant: "surface", children: "\uC9C4\uD589\uC911\uC778 \uACFC\uC81C\uB85C \uB3CC\uB824\uB193\uAE30" });
1352
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Button, { onClick: onClickIncomplete, size: "small", variant: "surface", children: "\uC9C4\uD589\uC911\uC778 \uACFC\uC81C\uB85C \uB3CC\uB824\uB193\uAE30" });
1156
1353
  }
1157
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_themes29.Popover.Root, { children: [
1158
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_themes29.Popover.Trigger, { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(Button, { size: "small", children: [
1159
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_react_icons2.RocketIcon, {}),
1354
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_themes29.Popover.Root, { children: [
1355
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_themes29.Popover.Trigger, { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(Button, { size: "small", children: [
1356
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react_icons2.RocketIcon, {}),
1160
1357
  "\uB2EC\uC131\uD558\uAE30"
1161
1358
  ] }) }),
1162
- /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_themes29.Popover.Content, { children: [
1163
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Typo, { color: "gray", children: "\uBAA9\uD45C\uB97C \uB2EC\uC131\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?" }),
1164
- /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_themes22.Flex, { gap: "3", justify: "end", mt: "3", children: [
1165
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_themes29.Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Button, { color: "gray", size: "small", variant: "outline", children: "\uC544\uB2C8\uC694" }) }),
1166
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_themes29.Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Button, { onClick: onClickComplete, size: "small", children: "\uC608" }) })
1359
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_themes29.Popover.Content, { children: [
1360
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Typo, { color: "gray", children: "\uBAA9\uD45C\uB97C \uB2EC\uC131\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?" }),
1361
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_themes22.Flex, { gap: "3", justify: "end", mt: "3", children: [
1362
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_themes29.Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Button, { color: "gray", size: "small", variant: "outline", children: "\uC544\uB2C8\uC694" }) }),
1363
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_themes29.Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Button, { onClick: onClickComplete, size: "small", children: "\uC608" }) })
1167
1364
  ] })
1168
1365
  ] })
1169
1366
  ] });
1170
1367
  }, [completed, onClickIncomplete, onClickComplete]);
1171
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Card, { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_themes23.Grid, { align: "center", columns: "auto 1fr", gapX: "3", children: [
1172
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_themes18.IconButton, { onClick: onClickOpen, variant: "ghost", children: icon }),
1173
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Heading2, { variant: "heading4", children: title }),
1174
- /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_themes22.Flex, { align: "center", gridColumnStart: "2", justify: "between", mt: "2", children: [
1175
- /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_themes22.Flex, { align: "center", gap: "3", children: [
1176
- badgeMeta ? /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Badge, __spreadValues({}, badgeMeta)) : null,
1177
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Typo, { color: "gray", children: dueDate ? (0, import_date_fns.format)(dueDate, "yyyy\uB144 MM\uC6D4 dd\uC77C") : null })
1368
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Card, { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_themes23.Grid, { align: "center", columns: "auto 1fr", gapX: "3", children: [
1369
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_themes18.IconButton, { onClick: onClickOpen, variant: "ghost", children: icon }),
1370
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Heading2, { variant: "heading4", children: title }),
1371
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_themes22.Flex, { align: "center", gridColumnStart: "2", justify: "between", mt: "2", children: [
1372
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_themes22.Flex, { align: "center", gap: "3", children: [
1373
+ badgeMeta ? /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Badge, __spreadValues({}, badgeMeta)) : null,
1374
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Typo, { color: "gray", children: dueDate ? (0, import_date_fns.format)(dueDate, "yyyy\uB144 MM\uC6D4 dd\uC77C") : null })
1178
1375
  ] }),
1179
1376
  renderCompleteButton()
1180
1377
  ] }),
1181
- open ? /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1378
+ open ? /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1182
1379
  import_themes39.Separator,
1183
1380
  {
1184
1381
  mb: "4",
@@ -1187,37 +1384,37 @@ function GoalManageCardRead(props) {
1187
1384
  style: { gridColumnStart: "span 2" }
1188
1385
  }
1189
1386
  ) : null,
1190
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_themes6.Box, { gridColumnStart: "2", p: "0", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(Collapse, { open, children: [
1191
- /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_themes22.Flex, { direction: "column", gap: "5", children: [
1192
- /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_themes6.Box, { children: [
1387
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_themes6.Box, { gridColumnStart: "2", p: "0", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(Collapse, { open, children: [
1388
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_themes22.Flex, { direction: "column", gap: "5", children: [
1389
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_themes6.Box, { children: [
1193
1390
  renderSubTitle(
1194
1391
  "\uD574\uB2F9 \uBAA9\uD45C\uB97C \uB2EC\uC131\uD558\uBA74, \uC544\uB798\uC640 \uAC19\uC740 \uACB0\uACFC\uB97C \uC5BB\uC744 \uC218 \uC788\uC2B5\uB2C8\uB2E4"
1195
1392
  ),
1196
1393
  renderSubContent(expectedEffect)
1197
1394
  ] }),
1198
- /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_themes6.Box, { children: [
1395
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_themes6.Box, { children: [
1199
1396
  renderSubTitle(
1200
1397
  "\uBAA9\uD45C\uB97C \uC774\uB8E8\uAE30\uAE4C\uC9C0 \uBC29\uD574\uAC00 \uB420 \uC218 \uC788\uB294 \uC694\uC18C\uB4E4\uC740 \uB2E4\uC74C\uACFC \uAC19\uC2B5\uB2C8\uB2E4"
1201
1398
  ),
1202
1399
  renderSubContent(huddle)
1203
1400
  ] })
1204
1401
  ] }),
1205
- /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_themes22.Flex, { align: "center", gap: "3", justify: "end", mt: "3", children: [
1206
- /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_themes29.Popover.Root, { children: [
1207
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_themes29.Popover.Trigger, { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(Button, { color: "gray", size: "small", variant: "ghost", children: [
1208
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_react_icons2.TrashIcon, {}),
1402
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_themes22.Flex, { align: "center", gap: "3", justify: "end", mt: "3", children: [
1403
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_themes29.Popover.Root, { children: [
1404
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_themes29.Popover.Trigger, { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(Button, { color: "gray", size: "small", variant: "ghost", children: [
1405
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react_icons2.TrashIcon, {}),
1209
1406
  "\uC0AD\uC81C\uD558\uAE30"
1210
1407
  ] }) }),
1211
- /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_themes29.Popover.Content, { children: [
1212
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Typo, { color: "gray", children: "\uBAA9\uD45C\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?" }),
1213
- /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_themes22.Flex, { gap: "3", justify: "end", mt: "3", children: [
1214
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_themes29.Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Button, { color: "gray", size: "small", variant: "outline", children: "\uC544\uB2C8\uC694" }) }),
1215
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_themes29.Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Button, { onClick: onClickDelete, size: "small", children: "\uC608" }) })
1408
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_themes29.Popover.Content, { children: [
1409
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Typo, { color: "gray", children: "\uBAA9\uD45C\uB97C \uC0AD\uC81C\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?" }),
1410
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_themes22.Flex, { gap: "3", justify: "end", mt: "3", children: [
1411
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_themes29.Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Button, { color: "gray", size: "small", variant: "outline", children: "\uC544\uB2C8\uC694" }) }),
1412
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_themes29.Popover.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Button, { onClick: onClickDelete, size: "small", children: "\uC608" }) })
1216
1413
  ] })
1217
1414
  ] })
1218
1415
  ] }),
1219
- /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(Button, { onClick: onClickEdit, size: "small", variant: "surface", children: [
1220
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_react_icons2.Pencil1Icon, {}),
1416
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(Button, { onClick: onClickEdit, size: "small", variant: "surface", children: [
1417
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_react_icons2.Pencil1Icon, {}),
1221
1418
  "\uC218\uC815\uD558\uAE30"
1222
1419
  ] })
1223
1420
  ] })