@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,37 +1,37 @@
1
1
  import {
2
2
  SessionCard
3
- } from "../../chunk-JPZNEPCW.js";
4
- import "../../chunk-TF3Q4TQM.js";
3
+ } from "../../chunk-VO7TWLMN.js";
4
+ import "../../chunk-Z6DWN5OD.js";
5
5
  import "../../chunk-44Y6LSNA.js";
6
6
  import "../../chunk-4QWYV2QX.js";
7
7
  import "../../chunk-VHORRGZJ.js";
8
- import "../../chunk-K3EDEQP6.js";
8
+ import "../../chunk-D7EHLF4N.js";
9
+ import "../../chunk-D3T4W2PT.js";
10
+ import "../../chunk-ERRML4CH.js";
9
11
  import "../../chunk-WDUSQ6HR.js";
10
- import "../../chunk-GLRDUHQR.js";
11
- import "../../chunk-QOUGBWAQ.js";
12
- import "../../chunk-45DIMUO4.js";
13
- import "../../chunk-SLXXCM56.js";
14
- import "../../chunk-CJ272WFS.js";
15
12
  import "../../chunk-N73QW7HF.js";
16
13
  import "../../chunk-5VWEW4M2.js";
17
14
  import "../../chunk-V2DF2GUE.js";
18
- import "../../chunk-BXX3B3E4.js";
19
15
  import "../../chunk-ZM763HMC.js";
20
16
  import "../../chunk-2BPFXK4L.js";
21
17
  import "../../chunk-NWJSLIQ3.js";
22
- import "../../chunk-IJOOKMKQ.js";
18
+ import "../../chunk-BXX3B3E4.js";
23
19
  import "../../chunk-MLMYWZZN.js";
24
20
  import "../../chunk-3C7F3YXP.js";
25
21
  import "../../chunk-SMXAOGFW.js";
26
22
  import "../../chunk-BR6BA3US.js";
27
23
  import "../../chunk-RX5DC5KO.js";
24
+ import "../../chunk-45DIMUO4.js";
25
+ import "../../chunk-SLXXCM56.js";
26
+ import "../../chunk-CJ272WFS.js";
27
+ import "../../chunk-IJOOKMKQ.js";
28
28
  import "../../chunk-A6W2ZWYA.js";
29
- import "../../chunk-ECLZ3IGO.js";
29
+ import "../../chunk-QD5ZSFPG.js";
30
30
  import "../../chunk-YJ7ZFOYL.js";
31
31
  import "../../chunk-5ZITU5L7.js";
32
32
  import "../../chunk-3F45OPXG.js";
33
33
  import "../../chunk-5KDNSBO5.js";
34
- import "../../chunk-IFRA465K.js";
34
+ import "../../chunk-26ZU5KUR.js";
35
35
  import "../../chunk-MUNMDHRF.js";
36
36
  import "../../chunk-TVDKGMBI.js";
37
37
  import "../../chunk-AP52M2Z5.js";
@@ -86,14 +86,19 @@ import "../../chunk-AFPH32MF.js";
86
86
  import "../../chunk-LQY4RKWI.js";
87
87
  import "../../chunk-ZD7MNMED.js";
88
88
  import "../../chunk-HLFG5ZTU.js";
89
- import "../../chunk-7WVKYXIG.js";
90
- import "../../chunk-PVL7SJYR.js";
91
- import "../../chunk-25Q6QLSN.js";
92
- import "../../chunk-TPEIE4IP.js";
89
+ import "../../chunk-VY56ZADJ.js";
93
90
  import "../../chunk-2TPQQBUQ.js";
94
91
  import "../../chunk-HLFTU725.js";
95
92
  import "../../chunk-XD3KUE4Q.js";
96
93
  import "../../chunk-MEKWBVXE.js";
94
+ import "../../chunk-PVL7SJYR.js";
95
+ import "../../chunk-25Q6QLSN.js";
96
+ import "../../chunk-TPEIE4IP.js";
97
+ import "../../chunk-XSX6K7SK.js";
98
+ import "../../chunk-UQN63IRS.js";
99
+ import "../../chunk-K25BYIJ7.js";
100
+ import "../../chunk-ECVAWQXV.js";
101
+ import "../../chunk-D7EYDD4E.js";
97
102
  import "../../chunk-J242TTFH.js";
98
103
  import "../../chunk-EAXUQEO5.js";
99
104
  import "../../chunk-2NMEKWO5.js";
@@ -859,27 +859,224 @@ var EndCallIcon = React12.forwardRef(
859
859
  );
860
860
  EndCallIcon.displayName = "EndCallIcon";
861
861
 
862
- // src/atoms/pagination.tsx
862
+ // src/icons/circle-play.tsx
863
+ var React13 = __toESM(require("react"), 1);
863
864
  var import_jsx_runtime24 = require("react/jsx-runtime");
865
+ var CirclePlayIcon = React13.forwardRef(
866
+ (_a, forwardedRef) => {
867
+ var _b = _a, { color = "#currentColor" } = _b, props = __objRest(_b, ["color"]);
868
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
869
+ "svg",
870
+ __spreadProps(__spreadValues({
871
+ fill: "none",
872
+ height: "16",
873
+ viewBox: "0 0 16 16",
874
+ width: "16",
875
+ xmlns: "http://www.w3.org/2000/svg"
876
+ }, props), {
877
+ ref: forwardedRef,
878
+ children: [
879
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)("circle", { cx: "8", cy: "8", fill: color, r: "8" }),
880
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
881
+ "path",
882
+ {
883
+ 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",
884
+ fill: "white"
885
+ }
886
+ )
887
+ ]
888
+ })
889
+ );
890
+ }
891
+ );
892
+ CirclePlayIcon.displayName = "CirclePlayIcon";
864
893
 
865
- // src/atoms/field-error-wrapper.tsx
894
+ // src/icons/circle-pencil.tsx
895
+ var React14 = __toESM(require("react"), 1);
866
896
  var import_jsx_runtime25 = require("react/jsx-runtime");
897
+ var CirclePencilIcon = React14.forwardRef(
898
+ (_a, forwardedRef) => {
899
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
900
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
901
+ "svg",
902
+ __spreadProps(__spreadValues({
903
+ fill: "none",
904
+ height: "16",
905
+ viewBox: "0 0 16 16",
906
+ width: "16",
907
+ xmlns: "http://www.w3.org/2000/svg"
908
+ }, props), {
909
+ ref: forwardedRef,
910
+ children: [
911
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)("circle", { cx: "8", cy: "8", fill: color, r: "8" }),
912
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
913
+ "rect",
914
+ {
915
+ fill: "white",
916
+ fillOpacity: "0.01",
917
+ height: "12",
918
+ transform: "translate(2 2)",
919
+ width: "12"
920
+ }
921
+ ),
922
+ /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
923
+ "path",
924
+ {
925
+ clipRule: "evenodd",
926
+ 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",
927
+ fill: "white",
928
+ fillRule: "evenodd"
929
+ }
930
+ )
931
+ ]
932
+ })
933
+ );
934
+ }
935
+ );
936
+ CirclePencilIcon.displayName = "CirclePencilIcon";
937
+
938
+ // src/icons/circle-check.tsx
939
+ var React15 = __toESM(require("react"), 1);
940
+ var import_jsx_runtime26 = require("react/jsx-runtime");
941
+ var CircleCheckIcon = React15.forwardRef(
942
+ (_a, forwardedRef) => {
943
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
944
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
945
+ "svg",
946
+ __spreadProps(__spreadValues({
947
+ fill: "none",
948
+ height: "16",
949
+ viewBox: "0 0 16 16",
950
+ width: "16",
951
+ xmlns: "http://www.w3.org/2000/svg"
952
+ }, props), {
953
+ ref: forwardedRef,
954
+ children: [
955
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
956
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)("rect", { fill: "white", fillOpacity: "0.01", height: "16", width: "16" }),
957
+ /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
958
+ "path",
959
+ {
960
+ clipRule: "evenodd",
961
+ 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",
962
+ fill: color,
963
+ fillRule: "evenodd"
964
+ }
965
+ )
966
+ ]
967
+ })
968
+ );
969
+ }
970
+ );
971
+ CircleCheckIcon.displayName = "CircleCheckIcon";
972
+
973
+ // src/icons/circle-satisfaction.tsx
974
+ var React16 = __toESM(require("react"), 1);
975
+ var import_jsx_runtime27 = require("react/jsx-runtime");
976
+ var CircleSatisfactionIcon = React16.forwardRef(
977
+ (_a, forwardedRef) => {
978
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
979
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
980
+ "svg",
981
+ __spreadProps(__spreadValues({
982
+ fill: "none",
983
+ height: "16",
984
+ viewBox: "0 0 16 16",
985
+ width: "16",
986
+ xmlns: "http://www.w3.org/2000/svg"
987
+ }, props), {
988
+ ref: forwardedRef,
989
+ children: [
990
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
991
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
992
+ "rect",
993
+ {
994
+ fill: "white",
995
+ fillOpacity: "0.01",
996
+ height: "12",
997
+ transform: "translate(2 2)",
998
+ width: "12"
999
+ }
1000
+ ),
1001
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1002
+ "path",
1003
+ {
1004
+ 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",
1005
+ fill: color
1006
+ }
1007
+ )
1008
+ ]
1009
+ })
1010
+ );
1011
+ }
1012
+ );
1013
+ CircleSatisfactionIcon.displayName = "CircleSatisfactionIcon";
1014
+
1015
+ // src/icons/circle-quote.tsx
1016
+ var React17 = __toESM(require("react"), 1);
1017
+ var import_jsx_runtime28 = require("react/jsx-runtime");
1018
+ var CircleQuoteIcon = React17.forwardRef(
1019
+ (_a, forwardedRef) => {
1020
+ var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
1021
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
1022
+ "svg",
1023
+ __spreadProps(__spreadValues({
1024
+ fill: "none",
1025
+ height: "16",
1026
+ viewBox: "0 0 16 16",
1027
+ width: "16",
1028
+ xmlns: "http://www.w3.org/2000/svg"
1029
+ }, props), {
1030
+ ref: forwardedRef,
1031
+ children: [
1032
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
1033
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1034
+ "rect",
1035
+ {
1036
+ fill: "white",
1037
+ fillOpacity: "0.01",
1038
+ height: "12",
1039
+ transform: "translate(2 2)",
1040
+ width: "12"
1041
+ }
1042
+ ),
1043
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1044
+ "path",
1045
+ {
1046
+ clipRule: "evenodd",
1047
+ 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",
1048
+ fill: color,
1049
+ fillRule: "evenodd"
1050
+ }
1051
+ )
1052
+ ]
1053
+ })
1054
+ );
1055
+ }
1056
+ );
1057
+ CircleQuoteIcon.displayName = "CircleQuoteIcon";
1058
+
1059
+ // src/atoms/pagination.tsx
1060
+ var import_jsx_runtime29 = require("react/jsx-runtime");
1061
+
1062
+ // src/atoms/field-error-wrapper.tsx
1063
+ var import_jsx_runtime30 = require("react/jsx-runtime");
867
1064
 
868
1065
  // src/atoms/ellipsis-tooltip.tsx
869
1066
  var import_react17 = require("react");
870
- var import_jsx_runtime26 = require("react/jsx-runtime");
1067
+ var import_jsx_runtime31 = require("react/jsx-runtime");
871
1068
 
872
1069
  // src/atoms/drawer.tsx
873
1070
  var Dialog = __toESM(require("@radix-ui/react-dialog"), 1);
874
1071
  var import_themes50 = require("@radix-ui/themes");
875
1072
 
876
1073
  // src/icons/close-panel-arrow.tsx
877
- var React15 = __toESM(require("react"), 1);
878
- var import_jsx_runtime27 = require("react/jsx-runtime");
879
- var ClosePanelArrowIcon = React15.forwardRef(
1074
+ var React20 = __toESM(require("react"), 1);
1075
+ var import_jsx_runtime32 = require("react/jsx-runtime");
1076
+ var ClosePanelArrowIcon = React20.forwardRef(
880
1077
  (_a, forwardedRef) => {
881
1078
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
882
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
1079
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
883
1080
  "svg",
884
1081
  __spreadProps(__spreadValues({
885
1082
  fill: "none",
@@ -890,7 +1087,7 @@ var ClosePanelArrowIcon = React15.forwardRef(
890
1087
  }, props), {
891
1088
  ref: forwardedRef,
892
1089
  children: [
893
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1090
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
894
1091
  "path",
895
1092
  {
896
1093
  clipRule: "evenodd",
@@ -899,7 +1096,7 @@ var ClosePanelArrowIcon = React15.forwardRef(
899
1096
  fillRule: "evenodd"
900
1097
  }
901
1098
  ),
902
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1099
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
903
1100
  "path",
904
1101
  {
905
1102
  clipRule: "evenodd",
@@ -916,22 +1113,22 @@ var ClosePanelArrowIcon = React15.forwardRef(
916
1113
  ClosePanelArrowIcon.displayName = "ArrowDownIcon";
917
1114
 
918
1115
  // src/atoms/drawer.tsx
919
- var import_jsx_runtime28 = require("react/jsx-runtime");
1116
+ var import_jsx_runtime33 = require("react/jsx-runtime");
920
1117
 
921
1118
  // src/atoms/toast.tsx
922
1119
  var import_react_icons3 = require("@radix-ui/react-icons");
923
1120
  var import_react_toastify = require("react-toastify");
924
1121
  var import_react_toastify2 = require("react-toastify");
925
- var import_jsx_runtime29 = require("react/jsx-runtime");
1122
+ var import_jsx_runtime34 = require("react/jsx-runtime");
926
1123
 
927
1124
  // src/molecules/form/form.tsx
928
1125
  var RadixForm = __toESM(require("@radix-ui/react-form"), 1);
929
1126
  var import_react18 = require("react");
930
- var import_jsx_runtime30 = require("react/jsx-runtime");
1127
+ var import_jsx_runtime35 = require("react/jsx-runtime");
931
1128
  var Root7 = (0, import_react18.forwardRef)(
932
1129
  (_a, ref) => {
933
1130
  var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
934
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1131
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
935
1132
  RadixForm.Root,
936
1133
  __spreadProps(__spreadValues({}, rest), {
937
1134
  className: `FormRoot ${className || ""}`,
@@ -948,22 +1145,22 @@ var FieldContext = (0, import_react18.createContext)({
948
1145
  var Field2 = (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.Field,
953
1150
  __spreadProps(__spreadValues({}, rest), {
954
1151
  className: `FormField ${className || ""}`,
955
1152
  ref,
956
- children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(FieldContext.Provider, { value: rest, children })
1153
+ children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(FieldContext.Provider, { value: rest, children })
957
1154
  })
958
1155
  );
959
1156
  }
960
1157
  );
961
1158
  Field2.displayName = "FORM_FIELD";
962
1159
  function HeadingLabel(props) {
963
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Heading2, __spreadProps(__spreadValues({ variant: "heading5" }, props), { children: props.children }));
1160
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Heading2, __spreadProps(__spreadValues({ variant: "heading5" }, props), { children: props.children }));
964
1161
  }
965
1162
  function CaptionLabel(props) {
966
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Typo, __spreadProps(__spreadValues({ color: "gray", variant: "caption" }, props), { children: props.children }));
1163
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Typo, __spreadProps(__spreadValues({ color: "gray", variant: "caption" }, props), { children: props.children }));
967
1164
  }
968
1165
  var Label2 = (0, import_react18.forwardRef)(
969
1166
  (_a, ref) => {
@@ -980,15 +1177,15 @@ var Label2 = (0, import_react18.forwardRef)(
980
1177
  }
981
1178
  }, [variant]);
982
1179
  const fieldProps = (0, import_react18.useContext)(FieldContext);
983
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1180
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
984
1181
  RadixForm.Label,
985
1182
  __spreadProps(__spreadValues({}, rest), {
986
1183
  asChild: true,
987
1184
  className: `FormLabel ${className || ""}`,
988
1185
  ref,
989
- children: /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(Comp, { children: [
1186
+ children: /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(Comp, { children: [
990
1187
  children,
991
- fieldProps.required ? /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Typo, { as: "span", color: "tomato", children: ` *` }) : null
1188
+ fieldProps.required ? /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Typo, { as: "span", color: "tomato", children: ` *` }) : null
992
1189
  ] })
993
1190
  })
994
1191
  );
@@ -998,13 +1195,13 @@ Label2.displayName = "FORM_Label";
998
1195
  var Message2 = (0, import_react18.forwardRef)(
999
1196
  (_a, ref) => {
1000
1197
  var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
1001
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1198
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1002
1199
  RadixForm.Message,
1003
1200
  __spreadProps(__spreadValues({}, rest), {
1004
1201
  asChild: true,
1005
1202
  className: `FormMessage ${className || ""}`,
1006
1203
  ref,
1007
- children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Typo, { color: "red", children })
1204
+ children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(Typo, { color: "red", children })
1008
1205
  })
1009
1206
  );
1010
1207
  }
@@ -1014,7 +1211,7 @@ var Control2 = (0, import_react18.forwardRef)(
1014
1211
  (_a, ref) => {
1015
1212
  var _b = _a, { className } = _b, rest = __objRest(_b, ["className"]);
1016
1213
  const fieldProps = (0, import_react18.useContext)(FieldContext);
1017
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1214
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1018
1215
  RadixForm.Control,
1019
1216
  __spreadProps(__spreadValues({}, rest), {
1020
1217
  className: `FormControl ${className || ""}`,
@@ -1028,7 +1225,7 @@ Control2.displayName = "FORM_Control";
1028
1225
 
1029
1226
  // src/atoms/auto-sizing-input.tsx
1030
1227
  var import_react19 = require("react");
1031
- var import_jsx_runtime31 = require("react/jsx-runtime");
1228
+ var import_jsx_runtime36 = require("react/jsx-runtime");
1032
1229
  var AutoSizingInput = (0, import_react19.forwardRef)(
1033
1230
  (_a, ref) => {
1034
1231
  var _b = _a, { value: _value, onChangeValue, onChange } = _b, rest = __objRest(_b, ["value", "onChangeValue", "onChange"]);
@@ -1067,7 +1264,7 @@ var AutoSizingInput = (0, import_react19.forwardRef)(
1067
1264
  },
1068
1265
  [onClick]
1069
1266
  );
1070
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
1267
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(
1071
1268
  "div",
1072
1269
  {
1073
1270
  className: "auto-sizing-input wrapper",
@@ -1077,8 +1274,8 @@ var AutoSizingInput = (0, import_react19.forwardRef)(
1077
1274
  style: { width: `${width + 24}px` },
1078
1275
  tabIndex: 0,
1079
1276
  children: [
1080
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)("span", { "aria-hidden": "true", ref: span, style: rest.style, children: value || rest.placeholder || "" }),
1081
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1277
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)("span", { "aria-hidden": "true", ref: span, style: rest.style, children: value || rest.placeholder || "" }),
1278
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1082
1279
  "input",
1083
1280
  __spreadValues({
1084
1281
  onChange: changeHandler,
@@ -1094,17 +1291,17 @@ var AutoSizingInput = (0, import_react19.forwardRef)(
1094
1291
  AutoSizingInput.displayName = "AutoSizingInput";
1095
1292
 
1096
1293
  // src/atoms/bullet-text.tsx
1097
- var import_jsx_runtime32 = require("react/jsx-runtime");
1294
+ var import_jsx_runtime37 = require("react/jsx-runtime");
1098
1295
 
1099
1296
  // src/app/platform/session-review-simple-read.tsx
1100
- var import_jsx_runtime33 = require("react/jsx-runtime");
1297
+ var import_jsx_runtime38 = require("react/jsx-runtime");
1101
1298
  function SubTitleWrapper({
1102
1299
  children,
1103
1300
  title
1104
1301
  }) {
1105
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_themes22.Flex, { direction: "column", gap: "2", children: [
1106
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Heading2, { mb: "2", variant: "heading5", weight: "regular", children: title }),
1107
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_themes6.Box, { children })
1302
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_themes22.Flex, { direction: "column", gap: "2", children: [
1303
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Heading2, { mb: "2", variant: "heading5", weight: "regular", children: title }),
1304
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_themes6.Box, { children })
1108
1305
  ] });
1109
1306
  }
1110
1307
  function SessionReviewSimpleRead({
@@ -1129,9 +1326,9 @@ function SessionReviewSimpleRead({
1129
1326
  color: "error"
1130
1327
  };
1131
1328
  }, [helpfulness]);
1132
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(import_themes6.Box, { children: /* @__PURE__ */ (0, import_jsx_runtime33.jsxs)(import_themes22.Flex, { direction: "column", gap: "5", children: [
1133
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(SubTitleWrapper, { title: "\uC774\uBC88 \uCF54\uCE6D\uC774 \uBAA9\uD45C \uB2EC\uC131\uC5D0 \uB3C4\uC6C0\uC774 \uB418\uC5C8\uB098\uC694?", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Badge, { color: helpfulnessMeta.color, children: helpfulnessMeta.text }) }),
1134
- /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(SubTitleWrapper, { title: "\uC138\uC158 \uD6C4\uAE30", children: /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Card, { children: review ? /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Typo, { as: "p", children: review }) : /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(Typo, { color: "gray", children: "\uC785\uB825\uB41C \uD6C4\uAE30\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4." }) }) })
1329
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_themes6.Box, { children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_themes22.Flex, { direction: "column", gap: "5", children: [
1330
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(SubTitleWrapper, { title: "\uC774\uBC88 \uCF54\uCE6D\uC774 \uBAA9\uD45C \uB2EC\uC131\uC5D0 \uB3C4\uC6C0\uC774 \uB418\uC5C8\uB098\uC694?", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Badge, { color: helpfulnessMeta.color, children: helpfulnessMeta.text }) }),
1331
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(SubTitleWrapper, { title: "\uC138\uC158 \uD6C4\uAE30", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Card, { children: review ? /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Typo, { as: "p", children: review }) : /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Typo, { color: "gray", children: "\uC785\uB825\uB41C \uD6C4\uAE30\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4." }) }) })
1135
1332
  ] }) });
1136
1333
  }
1137
1334
  // Annotate the CommonJS export names for ESM import in node: