@tipp/ui 2.10.2 → 2.10.4

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 (277) hide show
  1. package/dist/app/index.cjs +385 -359
  2. package/dist/app/index.cjs.map +1 -1
  3. package/dist/app/index.js +40 -38
  4. package/dist/app/platform/coach-question-list.cjs +58 -35
  5. package/dist/app/platform/coach-question-list.cjs.map +1 -1
  6. package/dist/app/platform/coach-question-list.js +3 -2
  7. package/dist/app/platform/contents-card.cjs +120 -97
  8. package/dist/app/platform/contents-card.cjs.map +1 -1
  9. package/dist/app/platform/contents-card.js +3 -2
  10. package/dist/app/platform/curriculum-card.cjs +39 -16
  11. package/dist/app/platform/curriculum-card.cjs.map +1 -1
  12. package/dist/app/platform/curriculum-card.js +3 -2
  13. package/dist/app/platform/edit-coaching-time.cjs +160 -134
  14. package/dist/app/platform/edit-coaching-time.cjs.map +1 -1
  15. package/dist/app/platform/edit-coaching-time.js +30 -28
  16. package/dist/app/platform/edit-service-type.cjs +152 -126
  17. package/dist/app/platform/edit-service-type.cjs.map +1 -1
  18. package/dist/app/platform/edit-service-type.js +30 -28
  19. package/dist/app/platform/goal-manage-card-edit.cjs +162 -136
  20. package/dist/app/platform/goal-manage-card-edit.cjs.map +1 -1
  21. package/dist/app/platform/goal-manage-card-edit.js +30 -28
  22. package/dist/app/platform/goal-manage-card-read.cjs +88 -65
  23. package/dist/app/platform/goal-manage-card-read.cjs.map +1 -1
  24. package/dist/app/platform/goal-manage-card-read.js +3 -2
  25. package/dist/app/platform/on-offline-radio-card.cjs +303 -277
  26. package/dist/app/platform/on-offline-radio-card.cjs.map +1 -1
  27. package/dist/app/platform/on-offline-radio-card.js +30 -28
  28. package/dist/app/platform/report-card.cjs +61 -38
  29. package/dist/app/platform/report-card.cjs.map +1 -1
  30. package/dist/app/platform/report-card.js +3 -2
  31. package/dist/app/platform/reservation-card.cjs +176 -150
  32. package/dist/app/platform/reservation-card.cjs.map +1 -1
  33. package/dist/app/platform/reservation-card.js +30 -28
  34. package/dist/app/platform/session-card.cjs +205 -179
  35. package/dist/app/platform/session-card.cjs.map +1 -1
  36. package/dist/app/platform/session-card.js +30 -28
  37. package/dist/app/platform/session-review-simple-read.cjs +59 -36
  38. package/dist/app/platform/session-review-simple-read.cjs.map +1 -1
  39. package/dist/app/platform/session-review-simple-read.js +3 -2
  40. package/dist/app/platform/userInfos/coaching-customer-info/index.cjs +92 -69
  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 +7 -6
  43. package/dist/app/platform/userInfos/coaching-customer-info/large.cjs +69 -46
  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 +3 -2
  46. package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs +72 -49
  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 +3 -2
  49. package/dist/app/platform/userInfos/coaching-customer-info/small.cjs +58 -35
  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 +3 -2
  52. package/dist/app/platform/userInfos/session-user-info-detail.cjs +68 -45
  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 +3 -2
  55. package/dist/app/platform/userInfos/utils.cjs +60 -37
  56. package/dist/app/platform/userInfos/utils.cjs.map +1 -1
  57. package/dist/app/platform/userInfos/utils.js +3 -2
  58. package/dist/app/roleplay/index.cjs +460 -389
  59. package/dist/app/roleplay/index.cjs.map +1 -1
  60. package/dist/app/roleplay/index.js +38 -36
  61. package/dist/app/roleplay/parts/analysis-section.cjs +64 -41
  62. package/dist/app/roleplay/parts/analysis-section.cjs.map +1 -1
  63. package/dist/app/roleplay/parts/analysis-section.js +3 -2
  64. package/dist/app/roleplay/parts/coaching-panel.cjs +65 -42
  65. package/dist/app/roleplay/parts/coaching-panel.cjs.map +1 -1
  66. package/dist/app/roleplay/parts/coaching-panel.js +3 -2
  67. package/dist/app/roleplay/parts/content.cjs +385 -314
  68. package/dist/app/roleplay/parts/content.cjs.map +1 -1
  69. package/dist/app/roleplay/parts/content.js +34 -32
  70. package/dist/app/roleplay/parts/header.cjs +83 -60
  71. package/dist/app/roleplay/parts/header.cjs.map +1 -1
  72. package/dist/app/roleplay/parts/header.js +4 -3
  73. package/dist/app/roleplay/parts/score-summary.cjs +77 -54
  74. package/dist/app/roleplay/parts/score-summary.cjs.map +1 -1
  75. package/dist/app/roleplay/parts/score-summary.js +3 -2
  76. package/dist/app/roleplay/parts/score-trend-section.cjs +228 -157
  77. package/dist/app/roleplay/parts/score-trend-section.cjs.map +1 -1
  78. package/dist/app/roleplay/parts/score-trend-section.js +31 -29
  79. package/dist/app/roleplay/parts/script-transcript.cjs +73 -50
  80. package/dist/app/roleplay/parts/script-transcript.cjs.map +1 -1
  81. package/dist/app/roleplay/parts/script-transcript.js +3 -2
  82. package/dist/app/roleplay/parts/section-nav.cjs +94 -71
  83. package/dist/app/roleplay/parts/section-nav.cjs.map +1 -1
  84. package/dist/app/roleplay/parts/section-nav.js +3 -2
  85. package/dist/app/roleplay/parts/session-replay-dialog.cjs +83 -60
  86. package/dist/app/roleplay/parts/session-replay-dialog.cjs.map +1 -1
  87. package/dist/app/roleplay/parts/session-replay-dialog.js +3 -2
  88. package/dist/app/roleplay/parts/speech-share-bar.cjs +60 -37
  89. package/dist/app/roleplay/parts/speech-share-bar.cjs.map +1 -1
  90. package/dist/app/roleplay/parts/speech-share-bar.js +3 -2
  91. package/dist/app/roleplay/parts/step-detail.cjs +78 -55
  92. package/dist/app/roleplay/parts/step-detail.cjs.map +1 -1
  93. package/dist/app/roleplay/parts/step-detail.js +3 -2
  94. package/dist/app/roleplay/parts/step-summary.cjs +78 -55
  95. package/dist/app/roleplay/parts/step-summary.cjs.map +1 -1
  96. package/dist/app/roleplay/parts/step-summary.js +3 -2
  97. package/dist/app/roleplay/rp-session-detail.cjs +460 -389
  98. package/dist/app/roleplay/rp-session-detail.cjs.map +1 -1
  99. package/dist/app/roleplay/rp-session-detail.js +38 -36
  100. package/dist/atoms/index.cjs +82 -59
  101. package/dist/atoms/index.cjs.map +1 -1
  102. package/dist/atoms/index.js +3 -2
  103. package/dist/atoms/pagination.cjs +38 -15
  104. package/dist/atoms/pagination.cjs.map +1 -1
  105. package/dist/atoms/pagination.js +3 -2
  106. package/dist/chunk-2EPKY2VT.js +70 -0
  107. package/dist/chunk-2EPKY2VT.js.map +1 -0
  108. package/dist/chunk-2PPLSZ4P.js +1 -0
  109. package/dist/chunk-5DRITHNR.js +1 -0
  110. package/dist/{chunk-5RIAIE2J.js → chunk-73PHGHPI.js} +5 -2
  111. package/dist/chunk-73PHGHPI.js.map +1 -0
  112. package/dist/{chunk-IIZ7I7NS.js → chunk-AYWCLLQ2.js} +7 -7
  113. package/dist/{chunk-RRC4WFG3.js → chunk-DIFGHMGI.js} +2 -2
  114. package/dist/{chunk-P2H3VCIB.js → chunk-HL3MGRAC.js} +4 -4
  115. package/dist/chunk-IAKMJR72.js +33 -0
  116. package/dist/chunk-IAKMJR72.js.map +1 -0
  117. package/dist/{chunk-YFR3HXSV.js → chunk-IHLFOJD5.js} +2 -2
  118. package/dist/{chunk-A32HLL53.js → chunk-KQ3ME6XY.js} +7 -7
  119. package/dist/{chunk-SZAU7YP3.js → chunk-L7ZHSQES.js} +5 -5
  120. package/dist/{chunk-MD64AUR6.js → chunk-LGILQRJM.js} +8 -8
  121. package/dist/{chunk-FJEDSUGU.js → chunk-NEJCZABQ.js} +7 -7
  122. package/dist/{chunk-NSDVLCCW.js → chunk-RJ62VZ6O.js} +2 -2
  123. package/dist/{chunk-UK3LP7VH.js → chunk-TYM6T7JT.js} +2 -2
  124. package/dist/{chunk-RZW6FVML.js → chunk-UCTSCSQR.js} +2 -2
  125. package/dist/{chunk-JCZXPONS.js → chunk-VBYXXISC.js} +4 -4
  126. package/dist/{chunk-VM2PEQLQ.js → chunk-VJREZH2Z.js} +2 -2
  127. package/dist/chunk-VJREZH2Z.js.map +1 -0
  128. package/dist/icon.cjs +25 -0
  129. package/dist/icon.cjs.map +1 -1
  130. package/dist/icon.d.cts +1 -0
  131. package/dist/icon.d.ts +1 -0
  132. package/dist/icon.js +7 -3
  133. package/dist/icons/empty-box.cjs +90 -0
  134. package/dist/icons/empty-box.cjs.map +1 -0
  135. package/dist/icons/empty-box.d.cts +13 -0
  136. package/dist/icons/empty-box.d.ts +13 -0
  137. package/dist/icons/empty-box.js +8 -0
  138. package/dist/icons/empty-box.js.map +1 -0
  139. package/dist/icons/index.cjs +25 -0
  140. package/dist/icons/index.cjs.map +1 -1
  141. package/dist/icons/index.d.cts +1 -0
  142. package/dist/icons/index.d.ts +1 -0
  143. package/dist/icons/index.js +7 -3
  144. package/dist/index.cjs +959 -884
  145. package/dist/index.cjs.map +1 -1
  146. package/dist/index.d.cts +2 -0
  147. package/dist/index.d.ts +2 -0
  148. package/dist/index.js +62 -54
  149. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.cjs +95 -72
  150. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.cjs.map +1 -1
  151. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.js +8 -7
  152. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.cjs +29 -6
  153. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.cjs.map +1 -1
  154. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.js +3 -2
  155. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.cjs +71 -48
  156. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.cjs.map +1 -1
  157. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.js +6 -5
  158. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.cjs +32 -9
  159. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.cjs.map +1 -1
  160. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.js +3 -2
  161. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.cjs +41 -18
  162. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.cjs.map +1 -1
  163. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.js +3 -2
  164. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.cjs +33 -10
  165. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.cjs.map +1 -1
  166. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.js +3 -2
  167. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.cjs +33 -10
  168. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.cjs.map +1 -1
  169. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.js +3 -2
  170. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.cjs +42 -19
  171. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.cjs.map +1 -1
  172. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.js +3 -2
  173. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.cjs +37 -14
  174. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.cjs.map +1 -1
  175. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.js +3 -2
  176. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.cjs +153 -130
  177. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.cjs.map +1 -1
  178. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.js +9 -8
  179. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.cjs +45 -22
  180. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.cjs.map +1 -1
  181. package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.js +3 -2
  182. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.cjs +30 -7
  183. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.cjs.map +1 -1
  184. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.js +3 -2
  185. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.cjs +171 -148
  186. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.cjs.map +1 -1
  187. package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.js +10 -9
  188. package/dist/molecules/curriculumV2/CurriculumContents/index.cjs +220 -197
  189. package/dist/molecules/curriculumV2/CurriculumContents/index.cjs.map +1 -1
  190. package/dist/molecules/curriculumV2/CurriculumContents/index.js +13 -12
  191. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.cjs +33 -10
  192. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.cjs.map +1 -1
  193. package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.js +3 -2
  194. package/dist/molecules/curriculumV2/CurriculumSidebar/index.cjs +52 -29
  195. package/dist/molecules/curriculumV2/CurriculumSidebar/index.cjs.map +1 -1
  196. package/dist/molecules/curriculumV2/CurriculumSidebar/index.js +7 -6
  197. package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.cjs +44 -21
  198. package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.cjs.map +1 -1
  199. package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.js +6 -5
  200. package/dist/molecules/curriculumV2/curriculum-sub-nav.cjs +36 -13
  201. package/dist/molecules/curriculumV2/curriculum-sub-nav.cjs.map +1 -1
  202. package/dist/molecules/curriculumV2/curriculum-sub-nav.js +3 -2
  203. package/dist/molecules/curriculumV2/index.cjs +264 -241
  204. package/dist/molecules/curriculumV2/index.cjs.map +1 -1
  205. package/dist/molecules/curriculumV2/index.js +21 -20
  206. package/dist/molecules/date-picker/date-picker-button.cjs +52 -29
  207. package/dist/molecules/date-picker/date-picker-button.cjs.map +1 -1
  208. package/dist/molecules/date-picker/date-picker-button.js +3 -2
  209. package/dist/molecules/date-picker/index.cjs +40 -17
  210. package/dist/molecules/date-picker/index.cjs.map +1 -1
  211. package/dist/molecules/date-picker/index.js +3 -2
  212. package/dist/molecules/description-json-render.cjs +31 -8
  213. package/dist/molecules/description-json-render.cjs.map +1 -1
  214. package/dist/molecules/description-json-render.js +3 -2
  215. package/dist/molecules/dynamic-form-editor-field-editor-panel.cjs +138 -115
  216. package/dist/molecules/dynamic-form-editor-field-editor-panel.cjs.map +1 -1
  217. package/dist/molecules/dynamic-form-editor-field-editor-panel.js +3 -2
  218. package/dist/molecules/dynamic-form-editor.cjs +223 -200
  219. package/dist/molecules/dynamic-form-editor.cjs.map +1 -1
  220. package/dist/molecules/dynamic-form-editor.js +5 -4
  221. package/dist/molecules/empty-state.cjs +328 -0
  222. package/dist/molecules/empty-state.cjs.map +1 -0
  223. package/dist/molecules/empty-state.d.cts +21 -0
  224. package/dist/molecules/empty-state.d.ts +21 -0
  225. package/dist/molecules/empty-state.js +16 -0
  226. package/dist/molecules/empty-state.js.map +1 -0
  227. package/dist/molecules/expand-table/index.cjs +193 -58
  228. package/dist/molecules/expand-table/index.cjs.map +1 -1
  229. package/dist/molecules/expand-table/index.js +6 -3
  230. package/dist/molecules/index.cjs +862 -789
  231. package/dist/molecules/index.cjs.map +1 -1
  232. package/dist/molecules/index.d.cts +2 -1
  233. package/dist/molecules/index.d.ts +2 -1
  234. package/dist/molecules/index.js +43 -38
  235. package/dist/molecules/stepper.cjs +43 -20
  236. package/dist/molecules/stepper.cjs.map +1 -1
  237. package/dist/molecules/stepper.js +3 -2
  238. package/dist/molecules/tag-selector.cjs +43 -20
  239. package/dist/molecules/tag-selector.cjs.map +1 -1
  240. package/dist/molecules/tag-selector.js +3 -2
  241. package/dist/molecules/time-select.cjs +28 -5
  242. package/dist/molecules/time-select.cjs.map +1 -1
  243. package/dist/molecules/time-select.js +4 -3
  244. package/dist/utils/curriculum.utils.cjs +23 -0
  245. package/dist/utils/curriculum.utils.cjs.map +1 -1
  246. package/dist/utils/curriculum.utils.js +3 -2
  247. package/dist/utils/get-callout-icon-component.cjs +23 -0
  248. package/dist/utils/get-callout-icon-component.cjs.map +1 -1
  249. package/dist/utils/get-callout-icon-component.js +3 -2
  250. package/dist/utils/index.cjs +23 -0
  251. package/dist/utils/index.cjs.map +1 -1
  252. package/dist/utils/index.js +6 -5
  253. package/package.json +1 -1
  254. package/src/app/roleplay/parts/header.tsx +2 -1
  255. package/src/icons/empty-box.tsx +29 -0
  256. package/src/icons/index.ts +2 -1
  257. package/src/molecules/empty-state.tsx +79 -0
  258. package/src/molecules/expand-table/index.tsx +2 -3
  259. package/src/molecules/index.ts +1 -0
  260. package/dist/chunk-5RIAIE2J.js.map +0 -1
  261. package/dist/chunk-JVXATVAC.js +0 -1
  262. package/dist/chunk-SYMOHU2B.js +0 -1
  263. package/dist/chunk-VM2PEQLQ.js.map +0 -1
  264. /package/dist/{chunk-JVXATVAC.js.map → chunk-2PPLSZ4P.js.map} +0 -0
  265. /package/dist/{chunk-SYMOHU2B.js.map → chunk-5DRITHNR.js.map} +0 -0
  266. /package/dist/{chunk-IIZ7I7NS.js.map → chunk-AYWCLLQ2.js.map} +0 -0
  267. /package/dist/{chunk-RRC4WFG3.js.map → chunk-DIFGHMGI.js.map} +0 -0
  268. /package/dist/{chunk-P2H3VCIB.js.map → chunk-HL3MGRAC.js.map} +0 -0
  269. /package/dist/{chunk-YFR3HXSV.js.map → chunk-IHLFOJD5.js.map} +0 -0
  270. /package/dist/{chunk-A32HLL53.js.map → chunk-KQ3ME6XY.js.map} +0 -0
  271. /package/dist/{chunk-SZAU7YP3.js.map → chunk-L7ZHSQES.js.map} +0 -0
  272. /package/dist/{chunk-MD64AUR6.js.map → chunk-LGILQRJM.js.map} +0 -0
  273. /package/dist/{chunk-FJEDSUGU.js.map → chunk-NEJCZABQ.js.map} +0 -0
  274. /package/dist/{chunk-NSDVLCCW.js.map → chunk-RJ62VZ6O.js.map} +0 -0
  275. /package/dist/{chunk-UK3LP7VH.js.map → chunk-TYM6T7JT.js.map} +0 -0
  276. /package/dist/{chunk-RZW6FVML.js.map → chunk-UCTSCSQR.js.map} +0 -0
  277. /package/dist/{chunk-JCZXPONS.js.map → chunk-VBYXXISC.js.map} +0 -0
@@ -776,9 +776,32 @@ var HeadsetIcon = React16.forwardRef(
776
776
  );
777
777
  HeadsetIcon.displayName = "HeadsetIcon";
778
778
 
779
+ // src/icons/empty-box.tsx
780
+ var React17 = __toESM(require("react"), 1);
781
+ var import_jsx_runtime17 = require("react/jsx-runtime");
782
+ var EmptyBoxIcon = React17.forwardRef(
783
+ (_a, forwardedRef) => {
784
+ var _b = _a, { color = "currentColor", width = 120, height = 120 } = _b, props = __objRest(_b, ["color", "width", "height"]);
785
+ return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
786
+ "svg",
787
+ __spreadProps(__spreadValues({
788
+ fill: color,
789
+ height,
790
+ viewBox: "0 0 462.035 462.035",
791
+ width,
792
+ xmlns: "http://www.w3.org/2000/svg"
793
+ }, props), {
794
+ ref: forwardedRef,
795
+ children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M457.83,158.441c-0.021-0.028-0.033-0.058-0.057-0.087l-50.184-62.48c-0.564-0.701-1.201-1.305-1.879-1.845c-2.16-2.562-5.355-4.225-8.967-4.225H65.292c-3.615,0-6.804,1.661-8.965,4.225c-0.678,0.54-1.316,1.138-1.885,1.845l-50.178,62.48c-0.023,0.029-0.034,0.059-0.057,0.087C1.655,160.602,0,163.787,0,167.39v193.07c0,6.5,5.27,11.771,11.77,11.771h438.496c6.5,0,11.77-5.271,11.77-11.771V167.39C462.037,163.787,460.381,160.602,457.83,158.441z M408.516,134.615l16.873,21.005h-16.873V134.615z M384.975,113.345v42.274H296.84c-2.514,0-4.955,0.805-6.979,2.293l-58.837,43.299l-58.849-43.305c-2.023-1.482-4.466-2.287-6.978-2.287H77.061v-42.274H384.975z M53.523,155.62H36.65l16.873-21.005V155.62z M438.498,348.69H23.54V179.16h137.796l62.711,46.148c4.15,3.046,9.805,3.052,13.954-0.005l62.698-46.144h137.799V348.69L438.498,348.69z" })
796
+ })
797
+ );
798
+ }
799
+ );
800
+ EmptyBoxIcon.displayName = "EmptyBoxIcon";
801
+
779
802
  // src/molecules/curriculumV2/curriculum-context.tsx
780
803
  var import_react2 = require("react");
781
- var import_jsx_runtime17 = require("react/jsx-runtime");
804
+ var import_jsx_runtime18 = require("react/jsx-runtime");
782
805
  var CurriculumContext = (0, import_react2.createContext)(
783
806
  void 0
784
807
  );
@@ -798,12 +821,12 @@ var import_react3 = require("react");
798
821
  var import_themes3 = require("@radix-ui/themes");
799
822
 
800
823
  // src/molecules/curriculumV2/CurriculumContents/curriculum-video.tsx
801
- var import_jsx_runtime18 = require("react/jsx-runtime");
824
+ var import_jsx_runtime19 = require("react/jsx-runtime");
802
825
  function CurriculumVideo(props) {
803
826
  const { item } = props;
804
827
  const { url } = item;
805
828
  const [isLoading, setIsLoading] = (0, import_react3.useState)(true);
806
- return /* @__PURE__ */ (0, import_jsx_runtime18.jsxs)(
829
+ return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
807
830
  import_themes.Flex,
808
831
  {
809
832
  align: "center",
@@ -815,7 +838,7 @@ function CurriculumVideo(props) {
815
838
  position: "relative"
816
839
  },
817
840
  children: [
818
- isLoading ? /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
841
+ isLoading ? /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
819
842
  import_themes.Flex,
820
843
  {
821
844
  align: "center",
@@ -830,10 +853,10 @@ function CurriculumVideo(props) {
830
853
  color: "white"
831
854
  },
832
855
  width: "100%",
833
- children: /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(import_themes3.Spinner, { size: "3", style: { width: 48, height: 48 } })
856
+ children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_themes3.Spinner, { size: "3", style: { width: 48, height: 48 } })
834
857
  }
835
858
  ) : null,
836
- /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
859
+ /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
837
860
  "iframe",
838
861
  {
839
862
  allowFullScreen: true,
@@ -898,7 +921,7 @@ var convertSize = (size) => {
898
921
  };
899
922
 
900
923
  // src/atoms/button.tsx
901
- var import_jsx_runtime19 = require("react/jsx-runtime");
924
+ var import_jsx_runtime20 = require("react/jsx-runtime");
902
925
  var Button = (0, import_react4.forwardRef)(
903
926
  (props, ref) => {
904
927
  const _a = props, { size, style, variant, color } = _a, restProps = __objRest(_a, ["size", "style", "variant", "color"]);
@@ -918,7 +941,7 @@ var Button = (0, import_react4.forwardRef)(
918
941
  transparent: variant === "transparent"
919
942
  });
920
943
  }, [props.className, colorClassName, variant]);
921
- return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
944
+ return /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
922
945
  import_themes5.Button,
923
946
  __spreadProps(__spreadValues({
924
947
  style,
@@ -943,7 +966,7 @@ var import_react8 = require("react");
943
966
 
944
967
  // src/theme/portal-provider.tsx
945
968
  var import_react5 = require("react");
946
- var import_jsx_runtime20 = require("react/jsx-runtime");
969
+ var import_jsx_runtime21 = require("react/jsx-runtime");
947
970
  var PortalContext = (0, import_react5.createContext)(
948
971
  null
949
972
  );
@@ -961,7 +984,7 @@ var import_themes6 = require("@radix-ui/themes");
961
984
  var import_clsx3 = require("clsx");
962
985
  var import_react6 = require("react");
963
986
  var import_themes7 = require("@radix-ui/themes");
964
- var import_jsx_runtime21 = require("react/jsx-runtime");
987
+ var import_jsx_runtime22 = require("react/jsx-runtime");
965
988
  var mapVariant = (variant) => {
966
989
  switch (variant) {
967
990
  case "heading1":
@@ -1008,7 +1031,7 @@ function Heading2(props) {
1008
1031
  mapFn: mapVariant
1009
1032
  }) : size;
1010
1033
  }, [size, variant]);
1011
- return /* @__PURE__ */ (0, import_jsx_runtime21.jsx)(
1034
+ return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1012
1035
  import_themes6.Heading,
1013
1036
  __spreadProps(__spreadValues({}, rest), {
1014
1037
  className: (0, import_clsx3.clsx)(colorClassName, className),
@@ -1057,7 +1080,7 @@ var convertSize2 = (size) => {
1057
1080
  };
1058
1081
 
1059
1082
  // src/atoms/icon-button.tsx
1060
- var import_jsx_runtime22 = require("react/jsx-runtime");
1083
+ var import_jsx_runtime23 = require("react/jsx-runtime");
1061
1084
  var IconButton = (0, import_react7.forwardRef)(
1062
1085
  (props, ref) => {
1063
1086
  const _a = props, { size, style, variant, color } = _a, restProps = __objRest(_a, ["size", "style", "variant", "color"]);
@@ -1077,7 +1100,7 @@ var IconButton = (0, import_react7.forwardRef)(
1077
1100
  transparent: variant === "transparent"
1078
1101
  });
1079
1102
  }, [props.className, colorClassName, variant]);
1080
- return /* @__PURE__ */ (0, import_jsx_runtime22.jsx)(
1103
+ return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
1081
1104
  import_themes8.IconButton,
1082
1105
  __spreadProps(__spreadValues({
1083
1106
  style,
@@ -1095,7 +1118,7 @@ var IconButton = (0, import_react7.forwardRef)(
1095
1118
  IconButton.displayName = "IconButton";
1096
1119
 
1097
1120
  // src/atoms/dialog.tsx
1098
- var import_jsx_runtime23 = require("react/jsx-runtime");
1121
+ var import_jsx_runtime24 = require("react/jsx-runtime");
1099
1122
  var preventDefault = (e) => {
1100
1123
  e.preventDefault();
1101
1124
  };
@@ -1130,7 +1153,7 @@ function Content2(props) {
1130
1153
  "className"
1131
1154
  ]);
1132
1155
  const { dialogContainerRef } = usePortalContainer();
1133
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(RadixDialog.Portal, { container: dialogContainerRef.current, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_themes9.Theme, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(RadixDialog.Overlay, { className: "rt-BaseDialogScroll rt-DialogScroll DialogOverlay", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(
1156
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(RadixDialog.Portal, { container: dialogContainerRef.current, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_themes9.Theme, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(RadixDialog.Overlay, { className: "rt-BaseDialogScroll rt-DialogScroll DialogOverlay", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
1134
1157
  RadixDialog.Content,
1135
1158
  __spreadProps(__spreadValues({
1136
1159
  className: `DialogContent ${className || ""} rt-BaseDialogContent rt-DialogContent rt-r-size-${size || "3"}`,
@@ -1145,12 +1168,12 @@ function Content2(props) {
1145
1168
  }, style)
1146
1169
  }, rest), {
1147
1170
  children: [
1148
- /* @__PURE__ */ (0, import_jsx_runtime23.jsxs)(import_themes9.Flex, { gap: "2", justify: "between", width: "100%", children: [
1149
- /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(RadixDialog.Title, { asChild: true, children: typeof title === "string" && title !== "" ? /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(Heading2, { mb: "2", variant: "heading3", children: title }) : title }),
1150
- !hideCloseButton && /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(RadixDialog.Close, { asChild: true, className: "DialogClose", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(IconButton, { color: "gray", variant: "ghost", children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_react_icons2.Cross1Icon, {}) }) })
1171
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes9.Flex, { gap: "2", justify: "between", width: "100%", children: [
1172
+ /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(RadixDialog.Title, { asChild: true, children: typeof title === "string" && title !== "" ? /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Heading2, { mb: "2", variant: "heading3", children: title }) : title }),
1173
+ !hideCloseButton && /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(RadixDialog.Close, { asChild: true, className: "DialogClose", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(IconButton, { color: "gray", variant: "ghost", children: /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_react_icons2.Cross1Icon, {}) }) })
1151
1174
  ] }),
1152
1175
  children,
1153
- buttons ? /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(import_themes9.Flex, { gap: "3", justify: "end", mt: "3", width: "100%", children: buttons }) : null
1176
+ buttons ? /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_themes9.Flex, { gap: "3", justify: "end", mt: "3", width: "100%", children: buttons }) : null
1154
1177
  ]
1155
1178
  })
1156
1179
  ) }) }) });
@@ -1161,7 +1184,7 @@ function Close2(_a) {
1161
1184
  } = _b, rest = __objRest(_b, [
1162
1185
  "children"
1163
1186
  ]);
1164
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(RadixDialog.Close, __spreadProps(__spreadValues({ asChild: true }, rest), { children }));
1187
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(RadixDialog.Close, __spreadProps(__spreadValues({ asChild: true }, rest), { children }));
1165
1188
  }
1166
1189
  function Trigger2(_a) {
1167
1190
  var _b = _a, {
@@ -1169,7 +1192,7 @@ function Trigger2(_a) {
1169
1192
  } = _b, rest = __objRest(_b, [
1170
1193
  "children"
1171
1194
  ]);
1172
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(RadixDialog.Trigger, __spreadProps(__spreadValues({ asChild: true }, rest), { children }));
1195
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(RadixDialog.Trigger, __spreadProps(__spreadValues({ asChild: true }, rest), { children }));
1173
1196
  }
1174
1197
  function Root2(props) {
1175
1198
  const prevOpenRef = (0, import_react8.useRef)(void 0);
@@ -1204,7 +1227,7 @@ function Root2(props) {
1204
1227
  }
1205
1228
  };
1206
1229
  }, []);
1207
- return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(RadixDialog.Root, __spreadValues({}, props));
1230
+ return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(RadixDialog.Root, __spreadValues({}, props));
1208
1231
  }
1209
1232
  var Dialog = {
1210
1233
  Root: Root2,
@@ -1220,7 +1243,7 @@ var import_react9 = require("react");
1220
1243
  var import_formik = require("formik");
1221
1244
  var import_lodash_es = require("lodash-es");
1222
1245
  var Yup = __toESM(require("yup"), 1);
1223
- var import_jsx_runtime24 = require("react/jsx-runtime");
1246
+ var import_jsx_runtime25 = require("react/jsx-runtime");
1224
1247
  var CurriculumReviewContext = (0, import_react9.createContext)(void 0);
1225
1248
  function getInitialAnswers(defaultValues, questions) {
1226
1249
  return questions.reduce((acc, q) => {
@@ -1349,7 +1372,7 @@ function CurriculumReviewProvider({
1349
1372
  });
1350
1373
  }
1351
1374
  }, [currentQuestion == null ? void 0 : currentQuestion.uuid, currentAnswer, onReviewValueChange]);
1352
- return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
1375
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1353
1376
  CurriculumReviewContext.Provider,
1354
1377
  {
1355
1378
  value: {
@@ -1389,7 +1412,7 @@ function useCurriculumReviewContext() {
1389
1412
  var import_themes10 = require("@radix-ui/themes");
1390
1413
  var import_clsx5 = require("clsx");
1391
1414
  var import_react10 = require("react");
1392
- var import_jsx_runtime25 = require("react/jsx-runtime");
1415
+ var import_jsx_runtime26 = require("react/jsx-runtime");
1393
1416
  var Badge = (0, import_react10.forwardRef)(
1394
1417
  (props, ref) => {
1395
1418
  const _a = props, { size = "small", color = "accent", className } = _a, rest = __objRest(_a, ["size", "color", "className"]);
@@ -1409,7 +1432,7 @@ var Badge = (0, import_react10.forwardRef)(
1409
1432
  () => resolveColor(color),
1410
1433
  [color]
1411
1434
  );
1412
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1435
+ return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1413
1436
  import_themes10.Badge,
1414
1437
  __spreadProps(__spreadValues({}, rest), {
1415
1438
  className: (0, import_clsx5.clsx)(colorClassName, className),
@@ -1485,7 +1508,7 @@ var getCurriculumQuestionTypeDescription = (type) => {
1485
1508
  };
1486
1509
 
1487
1510
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.tsx
1488
- var import_jsx_runtime26 = require("react/jsx-runtime");
1511
+ var import_jsx_runtime27 = require("react/jsx-runtime");
1489
1512
  var renderPreviewContent = (args) => {
1490
1513
  const { question } = args;
1491
1514
  const Icon = getCurriculumIcon({
@@ -1498,7 +1521,7 @@ var renderPreviewContent = (args) => {
1498
1521
  question.duration ? `${question.duration}\uBD84` : ""
1499
1522
  ].filter(Boolean).join(" | ");
1500
1523
  };
1501
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
1524
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
1502
1525
  import_themes11.Grid,
1503
1526
  {
1504
1527
  columns: "16px 1fr",
@@ -1507,10 +1530,10 @@ var renderPreviewContent = (args) => {
1507
1530
  py: "2",
1508
1531
  width: "100%",
1509
1532
  children: [
1510
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_themes4.Box, { mt: "1", children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Icon, { color: getCurriculumQuestionIconColor(question.type) }) }),
1511
- /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Box, { children: [
1512
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { as: "p", color: "gray", weight: "bold", children: question.title }),
1513
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { color: "gray", children: getDescription() })
1533
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_themes4.Box, { mt: "1", children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Icon, { color: getCurriculumQuestionIconColor(question.type) }) }),
1534
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(import_themes4.Box, { children: [
1535
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Typo, { as: "p", color: "gray", weight: "bold", children: question.title }),
1536
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Typo, { color: "gray", children: getDescription() })
1514
1537
  ] })
1515
1538
  ]
1516
1539
  },
@@ -1533,7 +1556,7 @@ var renderReviewContent = (args) => {
1533
1556
  const color = getCurriculumQuestionIconColor(question.type);
1534
1557
  const badgeColor = ["question_radio", "question_satisfaction_option"].includes(question.type) ? "accent" : "neutral";
1535
1558
  const value = getReviewContentValue(question, answer);
1536
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
1559
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
1537
1560
  import_themes11.Grid,
1538
1561
  {
1539
1562
  columns: "16px 1fr",
@@ -1542,10 +1565,10 @@ var renderReviewContent = (args) => {
1542
1565
  py: "2",
1543
1566
  width: "100%",
1544
1567
  children: [
1545
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_themes4.Box, { children: /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Icon, { color }) }),
1546
- /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(import_themes4.Box, { children: [
1547
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { as: "p", color: "gray", mb: "2", weight: "bold", children: question.title }),
1548
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Badge, { color: badgeColor, size: "large", style: { whiteSpace: "break-spaces", lineBreak: "anywhere" }, children: value || "(\uBBF8 \uC751\uB2F5)" })
1568
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_themes4.Box, { children: /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Icon, { color }) }),
1569
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(import_themes4.Box, { children: [
1570
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Typo, { as: "p", color: "gray", mb: "2", weight: "bold", children: question.title }),
1571
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Badge, { color: badgeColor, size: "large", style: { whiteSpace: "break-spaces", lineBreak: "anywhere" }, children: value || "(\uBBF8 \uC751\uB2F5)" })
1549
1572
  ] })
1550
1573
  ]
1551
1574
  },
@@ -1554,7 +1577,7 @@ var renderReviewContent = (args) => {
1554
1577
  };
1555
1578
  function StartReview({ onStart }) {
1556
1579
  const { curriculum, reviewContents, sectionTitle, done, formik } = useCurriculumReviewContext();
1557
- return /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(
1580
+ return /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1558
1581
  import_themes.Flex,
1559
1582
  {
1560
1583
  align: "center",
@@ -1562,7 +1585,7 @@ function StartReview({ onStart }) {
1562
1585
  height: "100%",
1563
1586
  justify: "center",
1564
1587
  width: "100%",
1565
- children: /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(
1588
+ children: /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
1566
1589
  import_themes.Flex,
1567
1590
  {
1568
1591
  align: "center",
@@ -1575,21 +1598,21 @@ function StartReview({ onStart }) {
1575
1598
  px: { initial: "4", sm: "0" },
1576
1599
  width: "100%",
1577
1600
  children: [
1578
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { color: "gray", mb: "1", children: curriculum.title }),
1579
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Heading2, { variant: "heading3", children: reviewContents.title }),
1580
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_themes12.Separator, { my: "4", style: { width: 100 } }),
1581
- /* @__PURE__ */ (0, import_jsx_runtime26.jsxs)(Typo, { align: "left", as: "p", color: "gray", mb: "4", children: [
1582
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { as: "span", weight: "bold", children: sectionTitle }),
1601
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Typo, { color: "gray", mb: "1", children: curriculum.title }),
1602
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Heading2, { variant: "heading3", children: reviewContents.title }),
1603
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_themes12.Separator, { my: "4", style: { width: 100 } }),
1604
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(Typo, { align: "left", as: "p", color: "gray", mb: "4", children: [
1605
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Typo, { as: "span", weight: "bold", children: sectionTitle }),
1583
1606
  " ",
1584
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Typo, { children: reviewContents.description })
1607
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Typo, { children: reviewContents.description })
1585
1608
  ] }),
1586
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(import_themes4.Box, { mb: "5", overflowY: "auto", width: "100%", children: reviewContents.questions.map((question) => {
1609
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_themes4.Box, { mb: "5", overflowY: "auto", width: "100%", children: reviewContents.questions.map((question) => {
1587
1610
  if (done) {
1588
1611
  return renderReviewContent({ question, answer: formik.values.answers[question.uuid] });
1589
1612
  }
1590
1613
  return renderPreviewContent({ question });
1591
1614
  }) }),
1592
- /* @__PURE__ */ (0, import_jsx_runtime26.jsx)(Button, { color: "yellow", onClick: onStart, variant: done ? "outline" : "solid", children: done ? "\uB098\uC758 \uC751\uB2F5 \uC218\uC815\uD558\uAE30" : reviewContents.buttonTitle })
1615
+ /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Button, { color: "yellow", onClick: onStart, variant: done ? "outline" : "solid", children: done ? "\uB098\uC758 \uC751\uB2F5 \uC218\uC815\uD558\uAE30" : reviewContents.buttonTitle })
1593
1616
  ]
1594
1617
  }
1595
1618
  )
@@ -1599,13 +1622,13 @@ function StartReview({ onStart }) {
1599
1622
  var start_review_default = StartReview;
1600
1623
 
1601
1624
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.tsx
1602
- var import_jsx_runtime27 = require("react/jsx-runtime");
1625
+ var import_jsx_runtime28 = require("react/jsx-runtime");
1603
1626
  var THANKS_IMAGE_S3_URL = "https://tipp-coaching-live.s3.ap-northeast-2.amazonaws.com/images/curriculum_review_thanks.svg";
1604
1627
  function CompleteReview(props) {
1605
1628
  const { onClickReviewMyAnswer } = props;
1606
1629
  const { reviewContents, sectionTitle, curriculum, onClickEndReview: onClickNextContents } = useCurriculumReviewContext();
1607
1630
  const { reviewMeta } = curriculum.contents;
1608
- return /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(
1631
+ return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
1609
1632
  import_themes.Flex,
1610
1633
  {
1611
1634
  align: "center",
@@ -1618,9 +1641,9 @@ function CompleteReview(props) {
1618
1641
  my: "6",
1619
1642
  width: "100%",
1620
1643
  children: [
1621
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(import_themes.Flex, { align: "center", direction: "column", children: [
1622
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Heading2, { mb: "6", variant: "heading5", weight: "regular", children: (reviewMeta == null ? void 0 : reviewMeta.endReviewTopTitle) || "\uC751\uB2F5\uC744 \uC131\uACF5\uC801\uC73C\uB85C \uC81C\uCD9C\uD588\uC2B5\uB2C8\uB2E4" }),
1623
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(
1644
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_themes.Flex, { align: "center", direction: "column", children: [
1645
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Heading2, { mb: "6", variant: "heading5", weight: "regular", children: (reviewMeta == null ? void 0 : reviewMeta.endReviewTopTitle) || "\uC751\uB2F5\uC744 \uC131\uACF5\uC801\uC73C\uB85C \uC81C\uCD9C\uD588\uC2B5\uB2C8\uB2E4" }),
1646
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1624
1647
  "img",
1625
1648
  {
1626
1649
  alt: "complete-review",
@@ -1629,19 +1652,19 @@ function CompleteReview(props) {
1629
1652
  width: 118
1630
1653
  }
1631
1654
  ),
1632
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Typo, { color: "gray", mt: "6", variant: "caption", children: sectionTitle }),
1633
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Heading2, { variant: "heading5", children: reviewContents.title }),
1634
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(Typo, { align: "center", color: "gray", mt: "6", children: (reviewMeta == null ? void 0 : reviewMeta.endReviewDescription) || `\uC774\uBC88 \uD559\uC2B5\uC774 \uB9AC\uB354\uC2ED\uC5D0 \uB3C4\uC6C0\uC774 \uB418\uC5C8\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4.
1655
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Typo, { color: "gray", mt: "6", variant: "caption", children: sectionTitle }),
1656
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Heading2, { variant: "heading5", children: reviewContents.title }),
1657
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(Typo, { align: "center", color: "gray", mt: "6", children: (reviewMeta == null ? void 0 : reviewMeta.endReviewDescription) || `\uC774\uBC88 \uD559\uC2B5\uC774 \uB9AC\uB354\uC2ED\uC5D0 \uB3C4\uC6C0\uC774 \uB418\uC5C8\uAE30\uB97C \uBC14\uB78D\uB2C8\uB2E4.
1635
1658
  \uC55E\uC73C\uB85C \uC788\uC744 \uB9AC\uB354\uB2D8\uC758 \uC131\uC7A5\uC744 \uAE30\uB300\uD569\uB2C8\uB2E4.` })
1636
1659
  ] }),
1637
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(import_themes11.Grid, { columns: { initial: "1fr", md: "2" }, gap: "3", width: "100%", children: [
1638
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(Button, { onClick: onClickReviewMyAnswer, variant: "outline", children: [
1660
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(import_themes11.Grid, { columns: { initial: "1fr", md: "2" }, gap: "3", width: "100%", children: [
1661
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(Button, { onClick: onClickReviewMyAnswer, variant: "outline", children: [
1639
1662
  (reviewMeta == null ? void 0 : reviewMeta.endReviewBackButtonTitle) || "\uB098\uC758 \uC751\uB2F5 \uB2E4\uC2DC \uBCF4\uAE30",
1640
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_react_icons.ResetIcon, {})
1663
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_react_icons.ResetIcon, {})
1641
1664
  ] }),
1642
- /* @__PURE__ */ (0, import_jsx_runtime27.jsxs)(Button, { onClick: onClickNextContents, children: [
1665
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(Button, { onClick: onClickNextContents, children: [
1643
1666
  "\uCEE4\uB9AC\uD058\uB7FC\uC73C\uB85C \uB3CC\uC544\uAC00\uAE30",
1644
- /* @__PURE__ */ (0, import_jsx_runtime27.jsx)(import_react_icons.HomeIcon, {})
1667
+ /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_react_icons.HomeIcon, {})
1645
1668
  ] })
1646
1669
  ] })
1647
1670
  ]
@@ -1651,9 +1674,9 @@ function CompleteReview(props) {
1651
1674
  var complete_review_default = CompleteReview;
1652
1675
 
1653
1676
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-layout.tsx
1654
- var import_jsx_runtime28 = require("react/jsx-runtime");
1677
+ var import_jsx_runtime29 = require("react/jsx-runtime");
1655
1678
  function AlignCenter(props) {
1656
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1679
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1657
1680
  import_themes.Flex,
1658
1681
  __spreadValues({
1659
1682
  align: "center",
@@ -1668,7 +1691,7 @@ function ReviewQuestionLayout({
1668
1691
  Body,
1669
1692
  Footer
1670
1693
  }) {
1671
- return /* @__PURE__ */ (0, import_jsx_runtime28.jsxs)(
1694
+ return /* @__PURE__ */ (0, import_jsx_runtime29.jsxs)(
1672
1695
  import_themes11.Grid,
1673
1696
  {
1674
1697
  align: "center",
@@ -1681,18 +1704,18 @@ function ReviewQuestionLayout({
1681
1704
  },
1682
1705
  width: "100%",
1683
1706
  children: [
1684
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(AlignCenter, { pb: "3", pt: "4", px: "4", children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_themes4.Box, { maxWidth: "650px", width: "100%", children: Header }) }),
1685
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_themes12.Separator, { size: "4" }),
1686
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(
1707
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(AlignCenter, { pb: "3", pt: "4", px: "4", children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_themes4.Box, { maxWidth: "650px", width: "100%", children: Header }) }),
1708
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_themes12.Separator, { size: "4" }),
1709
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1687
1710
  AlignCenter,
1688
1711
  {
1689
1712
  p: "3",
1690
1713
  style: { backgroundColor: "var(--gray-2)", zIndex: 0 },
1691
- children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_themes4.Box, { height: "100%", maxWidth: "650px", width: "100%", children: Body })
1714
+ children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_themes4.Box, { height: "100%", maxWidth: "650px", width: "100%", children: Body })
1692
1715
  }
1693
1716
  ),
1694
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_themes12.Separator, { size: "4" }),
1695
- /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(AlignCenter, { px: "4", py: "3", children: /* @__PURE__ */ (0, import_jsx_runtime28.jsx)(import_themes4.Box, { maxWidth: "650px", width: "100%", children: Footer }) })
1717
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_themes12.Separator, { size: "4" }),
1718
+ /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(AlignCenter, { px: "4", py: "3", children: /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(import_themes4.Box, { maxWidth: "650px", width: "100%", children: Footer }) })
1696
1719
  ]
1697
1720
  }
1698
1721
  );
@@ -1703,11 +1726,11 @@ var review_question_layout_default = ReviewQuestionLayout;
1703
1726
  var import_themes13 = require("@radix-ui/themes");
1704
1727
  var import_clsx6 = require("clsx");
1705
1728
  var import_react11 = require("react");
1706
- var import_jsx_runtime29 = require("react/jsx-runtime");
1729
+ var import_jsx_runtime30 = require("react/jsx-runtime");
1707
1730
  var Progress = (0, import_react11.forwardRef)((props, ref) => {
1708
1731
  const _a = props, { color, className } = _a, rest = __objRest(_a, ["color", "className"]);
1709
1732
  const { color: radixColor, className: colorClassName } = resolveColor(color);
1710
- return /* @__PURE__ */ (0, import_jsx_runtime29.jsx)(
1733
+ return /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1711
1734
  import_themes13.Progress,
1712
1735
  __spreadProps(__spreadValues({}, rest), {
1713
1736
  className: (0, import_clsx6.clsx)(colorClassName, className),
@@ -1719,14 +1742,14 @@ var Progress = (0, import_react11.forwardRef)((props, ref) => {
1719
1742
  Progress.displayName = "Progress";
1720
1743
 
1721
1744
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-header.tsx
1722
- var import_jsx_runtime30 = require("react/jsx-runtime");
1745
+ var import_jsx_runtime31 = require("react/jsx-runtime");
1723
1746
  function ReviewQuestionHeader({
1724
1747
  index,
1725
1748
  total
1726
1749
  }) {
1727
1750
  const { reviewContents } = useCurriculumReviewContext();
1728
- return /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_themes4.Box, { height: "100%", width: "100%", children: [
1729
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(import_themes11.Grid, { columns: "1fr 40px", width: "100%", children: /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(
1751
+ return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_themes4.Box, { height: "100%", width: "100%", children: [
1752
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_themes11.Grid, { columns: "1fr 40px", width: "100%", children: /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(
1730
1753
  Heading2,
1731
1754
  {
1732
1755
  mb: "3",
@@ -1735,22 +1758,22 @@ function ReviewQuestionHeader({
1735
1758
  children: reviewContents.title
1736
1759
  }
1737
1760
  ) }),
1738
- /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(import_themes.Flex, { justify: "between", mb: "2", width: "100%", children: [
1739
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Typo, { color: "gray", size: { initial: "1", md: "2" }, children: "\uC9C4\uD589 \uC0C1\uD669" }),
1740
- /* @__PURE__ */ (0, import_jsx_runtime30.jsxs)(Typo, { color: "gray", size: { initial: "1", md: "2" }, children: [
1761
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_themes.Flex, { justify: "between", mb: "2", width: "100%", children: [
1762
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Typo, { color: "gray", size: { initial: "1", md: "2" }, children: "\uC9C4\uD589 \uC0C1\uD669" }),
1763
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(Typo, { color: "gray", size: { initial: "1", md: "2" }, children: [
1741
1764
  index + 1,
1742
1765
  " / ",
1743
1766
  total,
1744
1767
  " \uC644\uB8CC"
1745
1768
  ] })
1746
1769
  ] }),
1747
- /* @__PURE__ */ (0, import_jsx_runtime30.jsx)(Progress, { color: "iris", max: total, value: index + 1 })
1770
+ /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(Progress, { color: "iris", max: total, value: index + 1 })
1748
1771
  ] });
1749
1772
  }
1750
1773
  var review_question_header_default = ReviewQuestionHeader;
1751
1774
 
1752
1775
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.tsx
1753
- var import_jsx_runtime31 = require("react/jsx-runtime");
1776
+ var import_jsx_runtime32 = require("react/jsx-runtime");
1754
1777
  function ReviewQuestionFooter({
1755
1778
  index,
1756
1779
  onNext,
@@ -1760,22 +1783,22 @@ function ReviewQuestionFooter({
1760
1783
  onSubmit,
1761
1784
  isLoading
1762
1785
  }) {
1763
- return /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(import_themes11.Grid, { columns: "1fr 1fr", gap: "3", children: [
1764
- index > 0 ? /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(Button, { onClick: onPrev, variant: "outline", children: [
1765
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react_icons.ChevronLeftIcon, {}),
1786
+ return /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(import_themes11.Grid, { columns: "1fr 1fr", gap: "3", children: [
1787
+ index > 0 ? /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(Button, { onClick: onPrev, variant: "outline", children: [
1788
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react_icons.ChevronLeftIcon, {}),
1766
1789
  "\uC774\uC804\uC73C\uB85C"
1767
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_themes4.Box, {}),
1768
- isLast ? /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(Button, { disabled: isNextButtonDisabled, loading: isLoading, onClick: onSubmit, children: [
1769
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react_icons.PaperPlaneIcon, {}),
1790
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_themes4.Box, {}),
1791
+ isLast ? /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(Button, { disabled: isNextButtonDisabled, loading: isLoading, onClick: onSubmit, children: [
1792
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react_icons.PaperPlaneIcon, {}),
1770
1793
  "\uC81C\uCD9C\uD558\uAE30"
1771
- ] }) : /* @__PURE__ */ (0, import_jsx_runtime31.jsxs)(
1794
+ ] }) : /* @__PURE__ */ (0, import_jsx_runtime32.jsxs)(
1772
1795
  Button,
1773
1796
  {
1774
1797
  disabled: isNextButtonDisabled,
1775
1798
  onClick: onNext,
1776
1799
  variant: "surface",
1777
1800
  children: [
1778
- /* @__PURE__ */ (0, import_jsx_runtime31.jsx)(import_react_icons.ChevronRightIcon, {}),
1801
+ /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(import_react_icons.ChevronRightIcon, {}),
1779
1802
  "\uB2E4\uC74C\uC73C\uB85C"
1780
1803
  ]
1781
1804
  }
@@ -1790,7 +1813,7 @@ var import_react16 = require("react");
1790
1813
  // src/atoms/card.tsx
1791
1814
  var import_react12 = require("react");
1792
1815
  var import_themes14 = require("@radix-ui/themes");
1793
- var import_jsx_runtime32 = require("react/jsx-runtime");
1816
+ var import_jsx_runtime33 = require("react/jsx-runtime");
1794
1817
  var Card = (0, import_react12.forwardRef)(
1795
1818
  (props, forwardedRef) => {
1796
1819
  const _a = props, { borderDisable, borderRadius, error } = _a, rest = __objRest(_a, ["borderDisable", "borderRadius", "error"]);
@@ -1807,7 +1830,7 @@ var Card = (0, import_react12.forwardRef)(
1807
1830
  const errorClsName = (0, import_react12.useMemo)(() => {
1808
1831
  return error ? " error" : "";
1809
1832
  }, [error]);
1810
- return /* @__PURE__ */ (0, import_jsx_runtime32.jsx)(
1833
+ return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1811
1834
  import_themes14.Card,
1812
1835
  __spreadProps(__spreadValues({
1813
1836
  variant: "surface"
@@ -1828,7 +1851,7 @@ var import_react15 = require("react");
1828
1851
  var import_themes15 = require("@radix-ui/themes");
1829
1852
  var import_clsx7 = require("clsx");
1830
1853
  var import_react13 = require("react");
1831
- var import_jsx_runtime33 = require("react/jsx-runtime");
1854
+ var import_jsx_runtime34 = require("react/jsx-runtime");
1832
1855
  var Root3 = (0, import_react13.forwardRef)((props, ref) => {
1833
1856
  const _a = props, { color, className } = _a, rest = __objRest(_a, ["color", "className"]);
1834
1857
  const { color: radixColor, className: colorClassName } = (0, import_react13.useMemo)(
@@ -1836,7 +1859,7 @@ var Root3 = (0, import_react13.forwardRef)((props, ref) => {
1836
1859
  [color]
1837
1860
  );
1838
1861
  const appliedColor = colorClassName ? void 0 : radixColor;
1839
- return /* @__PURE__ */ (0, import_jsx_runtime33.jsx)(
1862
+ return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1840
1863
  import_themes15.RadioCards.Root,
1841
1864
  __spreadProps(__spreadValues({}, rest), {
1842
1865
  className: (0, import_clsx7.clsx)(colorClassName, className),
@@ -1854,11 +1877,11 @@ var RadioCards = __spreadProps(__spreadValues({}, import_themes15.RadioCards), {
1854
1877
  var import_themes16 = require("@radix-ui/themes");
1855
1878
  var import_clsx8 = require("clsx");
1856
1879
  var import_react14 = require("react");
1857
- var import_jsx_runtime34 = require("react/jsx-runtime");
1880
+ var import_jsx_runtime35 = require("react/jsx-runtime");
1858
1881
  var Radio = (0, import_react14.forwardRef)((props, ref) => {
1859
1882
  const _a = props, { color, className } = _a, rest = __objRest(_a, ["color", "className"]);
1860
1883
  const { color: radixColor, className: colorClassName } = resolveColor(color);
1861
- return /* @__PURE__ */ (0, import_jsx_runtime34.jsx)(
1884
+ return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1862
1885
  import_themes16.Radio,
1863
1886
  __spreadProps(__spreadValues({}, rest), {
1864
1887
  className: (0, import_clsx8.clsx)(colorClassName, className),
@@ -1870,7 +1893,7 @@ var Radio = (0, import_react14.forwardRef)((props, ref) => {
1870
1893
  Radio.displayName = "Radio";
1871
1894
 
1872
1895
  // src/molecules/radio-button-card.tsx
1873
- var import_jsx_runtime35 = require("react/jsx-runtime");
1896
+ var import_jsx_runtime36 = require("react/jsx-runtime");
1874
1897
  var RadioCardContext = (0, import_react15.createContext)({});
1875
1898
  function Root4(props) {
1876
1899
  const [value, setValue] = (0, import_react15.useState)(props.value || props.defaultValue);
@@ -1882,7 +1905,7 @@ function Root4(props) {
1882
1905
  },
1883
1906
  [props]
1884
1907
  );
1885
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(RadioCardContext.Provider, { value: __spreadProps(__spreadValues({}, props), { value }), children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(RadioCards.Root, __spreadProps(__spreadValues({}, props), { onValueChange })) });
1908
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(RadioCardContext.Provider, { value: __spreadProps(__spreadValues({}, props), { value }), children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(RadioCards.Root, __spreadProps(__spreadValues({}, props), { onValueChange })) });
1886
1909
  }
1887
1910
  function Item(_a) {
1888
1911
  var _b = _a, {
@@ -1899,9 +1922,9 @@ function Item(_a) {
1899
1922
  "justify",
1900
1923
  "RadioWrapper"
1901
1924
  ]);
1902
- return /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(RadioCards.Item, __spreadProps(__spreadValues({}, itemRest), { children: /* @__PURE__ */ (0, import_jsx_runtime35.jsxs)(import_themes.Flex, { align: "center", justify: justify || "between", width: "100%", children: [
1925
+ return /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(RadioCards.Item, __spreadProps(__spreadValues({}, itemRest), { children: /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_themes.Flex, { align: "center", justify: justify || "between", width: "100%", children: [
1903
1926
  children,
1904
- /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(RadioWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime35.jsx)(
1927
+ /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(RadioWrapper, { children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1905
1928
  Radio,
1906
1929
  {
1907
1930
  checked: itemRest.value === value,
@@ -1917,7 +1940,7 @@ var RadioButtonCard = {
1917
1940
  };
1918
1941
 
1919
1942
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.tsx
1920
- var import_jsx_runtime36 = require("react/jsx-runtime");
1943
+ var import_jsx_runtime37 = require("react/jsx-runtime");
1921
1944
  function ReviewQuestionContentHeader({
1922
1945
  type,
1923
1946
  title,
@@ -1925,9 +1948,9 @@ function ReviewQuestionContentHeader({
1925
1948
  icon
1926
1949
  }) {
1927
1950
  const Icon = getCurriculumIcon({ type, icon });
1928
- return /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_themes4.Box, { children: [
1929
- /* @__PURE__ */ (0, import_jsx_runtime36.jsxs)(import_themes.Flex, { gap: "2", mb: "3", children: [
1930
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(import_themes4.Box, { children: /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(
1951
+ return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_themes4.Box, { children: [
1952
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_themes.Flex, { gap: "2", mb: "3", children: [
1953
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_themes4.Box, { children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1931
1954
  Icon,
1932
1955
  {
1933
1956
  color: getCurriculumQuestionIconColor(type),
@@ -1935,14 +1958,14 @@ function ReviewQuestionContentHeader({
1935
1958
  width: "16"
1936
1959
  }
1937
1960
  ) }),
1938
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Typo, { color: "gray", weight: "bold", children: title })
1961
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Typo, { color: "gray", weight: "bold", children: title })
1939
1962
  ] }),
1940
- /* @__PURE__ */ (0, import_jsx_runtime36.jsx)(Typo, { as: "p", color: "gray", children: question })
1963
+ /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Typo, { as: "p", color: "gray", children: question })
1941
1964
  ] });
1942
1965
  }
1943
1966
 
1944
1967
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.tsx
1945
- var import_jsx_runtime37 = require("react/jsx-runtime");
1968
+ var import_jsx_runtime38 = require("react/jsx-runtime");
1946
1969
  var correctAnswerStyle = {
1947
1970
  backgroundColor: "var(--green-a2)"
1948
1971
  };
@@ -1959,8 +1982,8 @@ function ReviewQuestionRadio(props) {
1959
1982
  if (isWrong) return "red";
1960
1983
  return void 0;
1961
1984
  }, [isCorrect, isWrong]);
1962
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_themes11.Grid, { height: "100%", rows: "auto 1fr", width: "100%", children: [
1963
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Card, { mb: "4", size: "2", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1985
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_themes11.Grid, { height: "100%", rows: "auto 1fr", width: "100%", children: [
1986
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Card, { mb: "4", size: "2", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1964
1987
  ReviewQuestionContentHeader,
1965
1988
  {
1966
1989
  icon: question.icon,
@@ -1969,8 +1992,8 @@ function ReviewQuestionRadio(props) {
1969
1992
  type: question.type
1970
1993
  }
1971
1994
  ) }),
1972
- /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_themes11.Grid, { height: "100%", rows: "1fr auto", width: "100%", children: [
1973
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_themes4.Box, { position: "relative", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
1995
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_themes11.Grid, { height: "100%", rows: "1fr auto", width: "100%", children: [
1996
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_themes4.Box, { position: "relative", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1974
1997
  RadioButtonCard.Root,
1975
1998
  {
1976
1999
  color: radioColor,
@@ -1982,7 +2005,7 @@ function ReviewQuestionRadio(props) {
1982
2005
  position: "absolute"
1983
2006
  },
1984
2007
  value: answer,
1985
- children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_themes.Flex, { direction: "column", gap: "2", width: "100%", children: question.options.map((option, i) => {
2008
+ children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_themes.Flex, { direction: "column", gap: "2", width: "100%", children: question.options.map((option, i) => {
1986
2009
  const isThisOptionCorrect = isCheckAnswer && i === question.correctAnswer;
1987
2010
  const isThisOptionSelected = isCheckAnswer && i === Number(answer);
1988
2011
  const isThisOptionWrong = isCheckAnswer && isThisOptionSelected && i !== question.correctAnswer;
@@ -1990,15 +2013,15 @@ function ReviewQuestionRadio(props) {
1990
2013
  if (isThisOptionCorrect) return correctAnswerStyle;
1991
2014
  return {};
1992
2015
  })();
1993
- return /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(
2016
+ return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
1994
2017
  RadioButtonCard.Item,
1995
2018
  {
1996
2019
  style,
1997
2020
  value: i.toString(),
1998
- children: /* @__PURE__ */ (0, import_jsx_runtime37.jsxs)(import_themes4.Box, { children: [
1999
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Typo, { as: "p", children: option.label }),
2000
- isThisOptionCorrect ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Typo, { color: "green", children: "\uC815\uB2F5\uC785\uB2C8\uB2E4" }) : null,
2001
- isThisOptionWrong ? /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Typo, { color: "red", children: "\uC815\uB2F5\uC774 \uC544\uB2D9\uB2C8\uB2E4" }) : null
2021
+ children: /* @__PURE__ */ (0, import_jsx_runtime38.jsxs)(import_themes4.Box, { children: [
2022
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Typo, { as: "p", children: option.label }),
2023
+ isThisOptionCorrect ? /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Typo, { color: "green", children: "\uC815\uB2F5\uC785\uB2C8\uB2E4" }) : null,
2024
+ isThisOptionWrong ? /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Typo, { color: "red", children: "\uC815\uB2F5\uC774 \uC544\uB2D9\uB2C8\uB2E4" }) : null
2002
2025
  ] })
2003
2026
  },
2004
2027
  `${option.label}-${i}`
@@ -2006,7 +2029,7 @@ function ReviewQuestionRadio(props) {
2006
2029
  }) })
2007
2030
  }
2008
2031
  ) }),
2009
- /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(import_themes.Flex, { justify: "end", mt: "2", children: /* @__PURE__ */ (0, import_jsx_runtime37.jsx)(Button, { onClick: checkAnswer, children: "\uC815\uB2F5 \uD655\uC778" }) })
2032
+ /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(import_themes.Flex, { justify: "end", mt: "2", children: /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(Button, { onClick: checkAnswer, children: "\uC815\uB2F5 \uD655\uC778" }) })
2010
2033
  ] })
2011
2034
  ] });
2012
2035
  }
@@ -2015,7 +2038,7 @@ var review_question_radio_default = ReviewQuestionRadio;
2015
2038
  // src/atoms/text-area.tsx
2016
2039
  var import_themes17 = require("@radix-ui/themes");
2017
2040
  var import_react17 = require("react");
2018
- var import_jsx_runtime38 = require("react/jsx-runtime");
2041
+ var import_jsx_runtime39 = require("react/jsx-runtime");
2019
2042
  var TextArea = (0, import_react17.forwardRef)(
2020
2043
  (props, ref) => {
2021
2044
  const _a = props, { error, style, className } = _a, rest = __objRest(_a, ["error", "style", "className"]);
@@ -2027,7 +2050,7 @@ var TextArea = (0, import_react17.forwardRef)(
2027
2050
  return __spreadValues(__spreadValues({}, style || {}), errorStyle);
2028
2051
  }, [error, style]);
2029
2052
  const classNameStr = error ? `error ${className}` : className;
2030
- return /* @__PURE__ */ (0, import_jsx_runtime38.jsx)(
2053
+ return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2031
2054
  import_themes17.TextArea,
2032
2055
  __spreadProps(__spreadValues({}, rest), {
2033
2056
  className: classNameStr,
@@ -2043,7 +2066,7 @@ TextArea.displayName = "TextArea";
2043
2066
  var import_themes18 = require("@radix-ui/themes");
2044
2067
  var import_clsx9 = require("clsx");
2045
2068
  var import_react18 = require("react");
2046
- var import_jsx_runtime39 = require("react/jsx-runtime");
2069
+ var import_jsx_runtime40 = require("react/jsx-runtime");
2047
2070
  var Root5 = (0, import_react18.forwardRef)((props, ref) => {
2048
2071
  const _a = props, { color, className } = _a, rest = __objRest(_a, ["color", "className"]);
2049
2072
  const { color: radixColor, className: colorClassName } = (0, import_react18.useMemo)(
@@ -2051,7 +2074,7 @@ var Root5 = (0, import_react18.forwardRef)((props, ref) => {
2051
2074
  [color]
2052
2075
  );
2053
2076
  const appliedColor = colorClassName ? void 0 : radixColor;
2054
- return /* @__PURE__ */ (0, import_jsx_runtime39.jsx)(
2077
+ return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2055
2078
  import_themes18.Callout.Root,
2056
2079
  __spreadProps(__spreadValues({}, rest), {
2057
2080
  className: (0, import_clsx9.clsx)(colorClassName, className),
@@ -2066,12 +2089,12 @@ var Callout = __spreadProps(__spreadValues({}, import_themes18.Callout), {
2066
2089
  });
2067
2090
 
2068
2091
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.tsx
2069
- var import_jsx_runtime40 = require("react/jsx-runtime");
2092
+ var import_jsx_runtime41 = require("react/jsx-runtime");
2070
2093
  function ReviewQuestionText(props) {
2071
2094
  const { question, answer, onChange } = props;
2072
2095
  const minLengthNotMet = question.minLength && answer.length < question.minLength;
2073
2096
  const remainingLength = question.minLength && answer.length < question.minLength ? question.minLength - answer.length : 0;
2074
- return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2097
+ return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2075
2098
  Card,
2076
2099
  {
2077
2100
  size: "2",
@@ -2079,9 +2102,9 @@ function ReviewQuestionText(props) {
2079
2102
  width: "100%",
2080
2103
  height: "100%"
2081
2104
  },
2082
- children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_themes11.Grid, { height: "100%", rows: "1fr auto", children: [
2083
- /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_themes11.Grid, { height: "100%", rows: "auto 1fr", width: "100%", children: [
2084
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2105
+ children: /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_themes11.Grid, { height: "100%", rows: "1fr auto", children: [
2106
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_themes11.Grid, { height: "100%", rows: "auto 1fr", width: "100%", children: [
2107
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2085
2108
  ReviewQuestionContentHeader,
2086
2109
  {
2087
2110
  icon: question.icon,
@@ -2090,7 +2113,7 @@ function ReviewQuestionText(props) {
2090
2113
  type: question.type
2091
2114
  }
2092
2115
  ),
2093
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
2116
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2094
2117
  TextArea,
2095
2118
  {
2096
2119
  mt: "2",
@@ -2102,17 +2125,17 @@ function ReviewQuestionText(props) {
2102
2125
  }
2103
2126
  )
2104
2127
  ] }),
2105
- minLengthNotMet ? /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(import_themes4.Box, { mt: "2", children: [
2106
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Typo, { align: "right", as: "p", color: "red", variant: "caption", children: `${remainingLength}\uC790 \uB354 \uC791\uC131\uD574\uC8FC\uC138\uC694.` }),
2107
- question.minLengthInfoMessage ? /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)(
2128
+ minLengthNotMet ? /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(import_themes4.Box, { mt: "2", children: [
2129
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Typo, { align: "right", as: "p", color: "red", variant: "caption", children: `${remainingLength}\uC790 \uB354 \uC791\uC131\uD574\uC8FC\uC138\uC694.` }),
2130
+ question.minLengthInfoMessage ? /* @__PURE__ */ (0, import_jsx_runtime41.jsxs)(
2108
2131
  Callout.Root,
2109
2132
  {
2110
2133
  color: "iris",
2111
2134
  mt: "2",
2112
2135
  style: { alignItems: "center" },
2113
2136
  children: [
2114
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Callout.Icon, { children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(import_react_icons.BellIcon, {}) }),
2115
- /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Callout.Text, { children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Typo, { as: "p", variant: "caption", children: question.minLengthInfoMessage }) })
2137
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Callout.Icon, { children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(import_react_icons.BellIcon, {}) }),
2138
+ /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Callout.Text, { children: /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(Typo, { as: "p", variant: "caption", children: question.minLengthInfoMessage }) })
2116
2139
  ]
2117
2140
  }
2118
2141
  ) : null
@@ -2127,7 +2150,7 @@ var review_question_text_default = ReviewQuestionText;
2127
2150
  var import_themes19 = require("@radix-ui/themes");
2128
2151
  var import_clsx10 = require("clsx");
2129
2152
  var import_react19 = require("react");
2130
- var import_jsx_runtime41 = require("react/jsx-runtime");
2153
+ var import_jsx_runtime42 = require("react/jsx-runtime");
2131
2154
  var Root6 = (0, import_react19.forwardRef)((props, ref) => {
2132
2155
  const _a = props, { color, className } = _a, rest = __objRest(_a, ["color", "className"]);
2133
2156
  const { color: radixColor, className: colorClassName } = (0, import_react19.useMemo)(
@@ -2135,7 +2158,7 @@ var Root6 = (0, import_react19.forwardRef)((props, ref) => {
2135
2158
  [color]
2136
2159
  );
2137
2160
  const appliedColor = colorClassName ? void 0 : radixColor;
2138
- return /* @__PURE__ */ (0, import_jsx_runtime41.jsx)(
2161
+ return /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2139
2162
  import_themes19.RadioGroup.Root,
2140
2163
  __spreadProps(__spreadValues({}, rest), {
2141
2164
  className: (0, import_clsx10.clsx)(colorClassName, className),
@@ -2150,12 +2173,12 @@ var RadioGroup = __spreadProps(__spreadValues({}, import_themes19.RadioGroup), {
2150
2173
  });
2151
2174
 
2152
2175
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.tsx
2153
- var import_jsx_runtime42 = require("react/jsx-runtime");
2176
+ var import_jsx_runtime43 = require("react/jsx-runtime");
2154
2177
  function ReviewQuestionSatisfisRadio(props) {
2155
2178
  var _a, _b, _c;
2156
2179
  const { question, answer, onChange } = props;
2157
- return /* @__PURE__ */ (0, import_jsx_runtime42.jsxs)(import_jsx_runtime42.Fragment, { children: [
2158
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(Card, { size: "2", children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(
2180
+ return /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(import_jsx_runtime43.Fragment, { children: [
2181
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Card, { size: "2", children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2159
2182
  ReviewQuestionContentHeader,
2160
2183
  {
2161
2184
  icon: question.icon,
@@ -2164,18 +2187,18 @@ function ReviewQuestionSatisfisRadio(props) {
2164
2187
  type: question.type
2165
2188
  }
2166
2189
  ) }),
2167
- /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(RadioGroup.Root, { color: "iris", mt: "3", onValueChange: onChange, value: answer, children: /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(import_themes.Flex, { direction: "column", gap: "2", children: (_c = question.options) == null ? void 0 : _c.map((option) => /* @__PURE__ */ (0, import_jsx_runtime42.jsx)(RadioGroup.Item, { value: String(option.value), children: option.label }, option.value)) }) })
2190
+ /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(RadioGroup.Root, { color: "iris", mt: "3", onValueChange: onChange, value: answer, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(import_themes.Flex, { direction: "column", gap: "2", children: (_c = question.options) == null ? void 0 : _c.map((option) => /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(RadioGroup.Item, { value: String(option.value), children: option.label }, option.value)) }) })
2168
2191
  ] });
2169
2192
  }
2170
2193
  var review_question_satisfaction_option_default = ReviewQuestionSatisfisRadio;
2171
2194
 
2172
2195
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.tsx
2173
- var import_jsx_runtime43 = require("react/jsx-runtime");
2196
+ var import_jsx_runtime44 = require("react/jsx-runtime");
2174
2197
  function ReviewQuestionSatisfisText(props) {
2175
2198
  var _a, _b;
2176
2199
  const { question, answer, onChange } = props;
2177
- return /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(Card, { size: "2", style: { height: "100%", width: "100%" }, children: /* @__PURE__ */ (0, import_jsx_runtime43.jsxs)(import_themes11.Grid, { height: "100%", rows: "auto 1fr", children: [
2178
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2200
+ return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(Card, { size: "2", style: { height: "100%", width: "100%" }, children: /* @__PURE__ */ (0, import_jsx_runtime44.jsxs)(import_themes11.Grid, { height: "100%", rows: "auto 1fr", children: [
2201
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2179
2202
  ReviewQuestionContentHeader,
2180
2203
  {
2181
2204
  icon: question.icon,
@@ -2184,7 +2207,7 @@ function ReviewQuestionSatisfisText(props) {
2184
2207
  type: question.type
2185
2208
  }
2186
2209
  ),
2187
- /* @__PURE__ */ (0, import_jsx_runtime43.jsx)(
2210
+ /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2188
2211
  TextArea,
2189
2212
  {
2190
2213
  mt: "2",
@@ -2202,11 +2225,11 @@ function ReviewQuestionSatisfisText(props) {
2202
2225
  }
2203
2226
 
2204
2227
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.tsx
2205
- var import_jsx_runtime44 = require("react/jsx-runtime");
2228
+ var import_jsx_runtime45 = require("react/jsx-runtime");
2206
2229
  function ReviewQuestionBody(props) {
2207
2230
  const { question, answer, error, onChange } = props;
2208
2231
  if (question.type === "question_radio") {
2209
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2232
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2210
2233
  review_question_radio_default,
2211
2234
  {
2212
2235
  answer,
@@ -2217,7 +2240,7 @@ function ReviewQuestionBody(props) {
2217
2240
  );
2218
2241
  }
2219
2242
  if (question.type === "question_text") {
2220
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2243
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2221
2244
  review_question_text_default,
2222
2245
  {
2223
2246
  answer,
@@ -2228,7 +2251,7 @@ function ReviewQuestionBody(props) {
2228
2251
  );
2229
2252
  }
2230
2253
  if (question.type === "question_satisfaction_option") {
2231
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2254
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2232
2255
  review_question_satisfaction_option_default,
2233
2256
  {
2234
2257
  answer,
@@ -2239,7 +2262,7 @@ function ReviewQuestionBody(props) {
2239
2262
  );
2240
2263
  }
2241
2264
  if (question.type === "question_satisfaction_text") {
2242
- return /* @__PURE__ */ (0, import_jsx_runtime44.jsx)(
2265
+ return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2243
2266
  ReviewQuestionSatisfisText,
2244
2267
  {
2245
2268
  answer,
@@ -2254,7 +2277,7 @@ function ReviewQuestionBody(props) {
2254
2277
  var review_question_body_default = ReviewQuestionBody;
2255
2278
 
2256
2279
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.tsx
2257
- var import_jsx_runtime45 = require("react/jsx-runtime");
2280
+ var import_jsx_runtime46 = require("react/jsx-runtime");
2258
2281
  function ReviewQuestion({
2259
2282
  question,
2260
2283
  index,
@@ -2269,10 +2292,10 @@ function ReviewQuestion({
2269
2292
  onSubmit,
2270
2293
  isLoading
2271
2294
  }) {
2272
- return /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2295
+ return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2273
2296
  review_question_layout_default,
2274
2297
  {
2275
- Body: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2298
+ Body: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2276
2299
  review_question_body_default,
2277
2300
  {
2278
2301
  answer,
@@ -2281,7 +2304,7 @@ function ReviewQuestion({
2281
2304
  question
2282
2305
  }
2283
2306
  ),
2284
- Footer: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(
2307
+ Footer: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2285
2308
  review_question_footer_default,
2286
2309
  {
2287
2310
  index,
@@ -2293,14 +2316,14 @@ function ReviewQuestion({
2293
2316
  onSubmit
2294
2317
  }
2295
2318
  ),
2296
- Header: /* @__PURE__ */ (0, import_jsx_runtime45.jsx)(review_question_header_default, { index, total })
2319
+ Header: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(review_question_header_default, { index, total })
2297
2320
  }
2298
2321
  );
2299
2322
  }
2300
2323
  var ReviewQuestion_default = ReviewQuestion;
2301
2324
 
2302
2325
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.tsx
2303
- var import_jsx_runtime46 = require("react/jsx-runtime");
2326
+ var import_jsx_runtime47 = require("react/jsx-runtime");
2304
2327
  function CurriculumReviewStepsInner() {
2305
2328
  const {
2306
2329
  formik,
@@ -2318,10 +2341,10 @@ function CurriculumReviewStepsInner() {
2318
2341
  } = useCurriculumReviewContext();
2319
2342
  const { questions } = reviewContents;
2320
2343
  if (step === 0) {
2321
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(start_review_default, { onStart: handleStart });
2344
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(start_review_default, { onStart: handleStart });
2322
2345
  }
2323
2346
  if (step > 0 && step <= questions.length && currentQuestion) {
2324
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2347
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2325
2348
  ReviewQuestion_default,
2326
2349
  {
2327
2350
  answer: currentAnswer,
@@ -2339,7 +2362,7 @@ function CurriculumReviewStepsInner() {
2339
2362
  }
2340
2363
  );
2341
2364
  }
2342
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(complete_review_default, { onClickReviewMyAnswer });
2365
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(complete_review_default, { onClickReviewMyAnswer });
2343
2366
  }
2344
2367
  function CurriculumReviewSteps({
2345
2368
  contents,
@@ -2352,7 +2375,7 @@ function CurriculumReviewSteps({
2352
2375
  mode,
2353
2376
  done
2354
2377
  }) {
2355
- return /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(
2378
+ return /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2356
2379
  CurriculumReviewProvider,
2357
2380
  {
2358
2381
  curriculum,
@@ -2364,14 +2387,14 @@ function CurriculumReviewSteps({
2364
2387
  onSubmit,
2365
2388
  reviewContents: contents,
2366
2389
  sectionTitle: title,
2367
- children: /* @__PURE__ */ (0, import_jsx_runtime46.jsx)(CurriculumReviewStepsInner, {})
2390
+ children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(CurriculumReviewStepsInner, {})
2368
2391
  }
2369
2392
  );
2370
2393
  }
2371
2394
  var CurriculumReviewSteps_default = CurriculumReviewSteps;
2372
2395
 
2373
2396
  // src/molecules/curriculumV2/CurriculumContents/curriculum-review.tsx
2374
- var import_jsx_runtime47 = require("react/jsx-runtime");
2397
+ var import_jsx_runtime48 = require("react/jsx-runtime");
2375
2398
  function CurriculumReview(props) {
2376
2399
  const { item, sectionTitle } = props;
2377
2400
  const { description, buttonTitle } = item;
@@ -2436,8 +2459,8 @@ function CurriculumReview(props) {
2436
2459
  return Boolean(curriculumCompleteMap[item.uuid]);
2437
2460
  }, [curriculumCompleteMap, item.uuid]);
2438
2461
  const bgColor = done ? "var(--color-panel-solid)" : void 0;
2439
- return /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(Dialog.Root, { onOpenChange: setOpen, open, children: [
2440
- /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
2462
+ return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(Dialog.Root, { onOpenChange: setOpen, open, children: [
2463
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2441
2464
  import_themes.Flex,
2442
2465
  {
2443
2466
  align: "center",
@@ -2454,21 +2477,21 @@ function CurriculumReview(props) {
2454
2477
  },
2455
2478
  width: "100%",
2456
2479
  children: [
2457
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Typo, { color: "gray", weight: "bold", children: curriculum.title }),
2458
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Typo, { align: "center", as: "p", color: "gray", children: description }),
2459
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Dialog.Trigger, { children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2480
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Typo, { color: "gray", weight: "bold", children: curriculum.title }),
2481
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Typo, { align: "center", as: "p", color: "gray", children: description }),
2482
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Dialog.Trigger, { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2460
2483
  Button,
2461
2484
  {
2462
2485
  mt: "3",
2463
2486
  style: { minWidth: 232, backgroundColor: bgColor },
2464
2487
  variant: done ? "outline" : "solid",
2465
- children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Typo, { truncate: true, children: done ? "\uB098\uC758 \uC751\uB2F5 \uB2E4\uC2DC\uBCF4\uAE30" : buttonTitle })
2488
+ children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Typo, { truncate: true, children: done ? "\uB098\uC758 \uC751\uB2F5 \uB2E4\uC2DC\uBCF4\uAE30" : buttonTitle })
2466
2489
  }
2467
2490
  ) })
2468
2491
  ]
2469
2492
  }
2470
2493
  ),
2471
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2494
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2472
2495
  Dialog.Content,
2473
2496
  {
2474
2497
  height: "100%",
@@ -2476,7 +2499,7 @@ function CurriculumReview(props) {
2476
2499
  style: { borderRadius: 0, padding: 0 },
2477
2500
  title: "",
2478
2501
  width: "100%",
2479
- children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
2502
+ children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2480
2503
  import_themes.Flex,
2481
2504
  {
2482
2505
  align: "center",
@@ -2486,7 +2509,7 @@ function CurriculumReview(props) {
2486
2509
  position: "relative",
2487
2510
  width: "100%",
2488
2511
  children: [
2489
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2512
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2490
2513
  CurriculumReviewSteps_default,
2491
2514
  {
2492
2515
  contents: item,
@@ -2500,27 +2523,27 @@ function CurriculumReview(props) {
2500
2523
  title: sectionTitle
2501
2524
  }
2502
2525
  ),
2503
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_themes4.Box, { position: "absolute", right: "16px", top: "16px", children: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(
2526
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_themes4.Box, { position: "absolute", right: "16px", top: "16px", children: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2504
2527
  IconButton,
2505
2528
  {
2506
2529
  color: "gray",
2507
2530
  onClick: onClickCloseDrawer,
2508
2531
  variant: "ghost",
2509
2532
  children: [
2510
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_themes4.Box, { display: { initial: "none", md: "block" }, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_react_icons3.Cross1Icon, { height: 20, width: 20 }) }),
2511
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_themes4.Box, { display: { initial: "block", md: "none" }, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(import_react_icons3.Cross1Icon, { height: 16, width: 16 }) })
2533
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_themes4.Box, { display: { initial: "none", md: "block" }, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_react_icons3.Cross1Icon, { height: 20, width: 20 }) }),
2534
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_themes4.Box, { display: { initial: "block", md: "none" }, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_react_icons3.Cross1Icon, { height: 16, width: 16 }) })
2512
2535
  ]
2513
2536
  }
2514
2537
  ) }),
2515
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Dialog.Root, { onOpenChange: setCloseDialogOpen, open: closeDialogOpen, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(
2538
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Dialog.Root, { onOpenChange: setCloseDialogOpen, open: closeDialogOpen, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(
2516
2539
  Dialog.Content,
2517
2540
  {
2518
- buttons: /* @__PURE__ */ (0, import_jsx_runtime47.jsxs)(import_themes.Flex, { gap: "3", justify: "end", children: [
2519
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Dialog.Close, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { color: "gray", variant: "outline", children: "\uB3CC\uC544\uAC00\uAE30" }) }),
2520
- /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Dialog.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Button, { color: "red", onClick: onClickEndReview, children: "\uB098\uAC00\uAE30" }) })
2541
+ buttons: /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(import_themes.Flex, { gap: "3", justify: "end", children: [
2542
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Dialog.Close, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Button, { color: "gray", variant: "outline", children: "\uB3CC\uC544\uAC00\uAE30" }) }),
2543
+ /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Dialog.Close, { children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Button, { color: "red", onClick: onClickEndReview, children: "\uB098\uAC00\uAE30" }) })
2521
2544
  ] }),
2522
2545
  title: "\uC791\uC131\uC744 \uC911\uB2E8\uD558\uC2DC\uACA0\uC2B5\uB2C8\uAE4C?",
2523
- children: /* @__PURE__ */ (0, import_jsx_runtime47.jsx)(Typo, { children: "\uD398\uC774\uC9C0\uC5D0\uC11C \uBC97\uC5B4\uB098\uBA74 \uC791\uC131\uD55C \uB0B4\uC6A9\uC774 \uC800\uC7A5\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4." })
2546
+ children: /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Typo, { children: "\uD398\uC774\uC9C0\uC5D0\uC11C \uBC97\uC5B4\uB098\uBA74 \uC791\uC131\uD55C \uB0B4\uC6A9\uC774 \uC800\uC7A5\uB418\uC9C0 \uC54A\uC2B5\uB2C8\uB2E4." })
2524
2547
  }
2525
2548
  ) })
2526
2549
  ]
@@ -2534,7 +2557,7 @@ var curriculum_review_default = CurriculumReview;
2534
2557
 
2535
2558
  // src/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.tsx
2536
2559
  var import_react21 = require("react");
2537
- var import_jsx_runtime48 = require("react/jsx-runtime");
2560
+ var import_jsx_runtime49 = require("react/jsx-runtime");
2538
2561
  function CurriculumAiTraning({
2539
2562
  item
2540
2563
  }) {
@@ -2544,7 +2567,7 @@ function CurriculumAiTraning({
2544
2567
  return Boolean(curriculumCompleteMap[item.uuid]);
2545
2568
  }, [curriculumCompleteMap, item.uuid]);
2546
2569
  const bgColor = done ? "var(--color-panel-solid)" : void 0;
2547
- return /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2570
+ return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
2548
2571
  import_themes.Flex,
2549
2572
  {
2550
2573
  align: "center",
@@ -2559,9 +2582,9 @@ function CurriculumAiTraning({
2559
2582
  },
2560
2583
  width: "100%",
2561
2584
  children: [
2562
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Typo, { color: "gray", weight: "bold", children: title }),
2563
- /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(Typo, { align: "center", as: "p", color: "gray", children: description }),
2564
- /* @__PURE__ */ (0, import_jsx_runtime48.jsxs)(
2585
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Typo, { color: "gray", weight: "bold", children: title }),
2586
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Typo, { align: "center", as: "p", color: "gray", children: description }),
2587
+ /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
2565
2588
  Button,
2566
2589
  {
2567
2590
  mt: "3",
@@ -2572,7 +2595,7 @@ function CurriculumAiTraning({
2572
2595
  variant: done ? "outline" : "solid",
2573
2596
  children: [
2574
2597
  done ? "\uB2E4\uC2DC \uC5F0\uC2B5\uD558\uAE30" : buttonTitle || "\uC2DC\uC791\uD558\uAE30",
2575
- done ? /* @__PURE__ */ (0, import_jsx_runtime48.jsx)(import_react_icons.ResetIcon, {}) : null
2598
+ done ? /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(import_react_icons.ResetIcon, {}) : null
2576
2599
  ]
2577
2600
  }
2578
2601
  )
@@ -2584,7 +2607,7 @@ var curriculum_ai_traning_default = CurriculumAiTraning;
2584
2607
 
2585
2608
  // src/molecules/curriculumV2/CurriculumContents/curriculum-file-download.tsx
2586
2609
  var import_react22 = require("react");
2587
- var import_jsx_runtime49 = require("react/jsx-runtime");
2610
+ var import_jsx_runtime50 = require("react/jsx-runtime");
2588
2611
  function CurriculumFileDownload(props) {
2589
2612
  const { item } = props;
2590
2613
  const { title, description, files } = item;
@@ -2598,7 +2621,7 @@ function CurriculumFileDownload(props) {
2598
2621
  }
2599
2622
  onClickfileDownload(item, file);
2600
2623
  };
2601
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsxs)(
2624
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
2602
2625
  import_themes.Flex,
2603
2626
  {
2604
2627
  align: "center",
@@ -2609,9 +2632,9 @@ function CurriculumFileDownload(props) {
2609
2632
  py: "3",
2610
2633
  width: "100%",
2611
2634
  children: [
2612
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Typo, { color: "gray", weight: "bold", children: title }),
2613
- description ? /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Typo, { align: "center", as: "p", color: "gray", children: description }) : null,
2614
- /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2635
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Typo, { color: "gray", weight: "bold", children: title }),
2636
+ description ? /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Typo, { align: "center", as: "p", color: "gray", children: description }) : null,
2637
+ /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2615
2638
  import_themes.Flex,
2616
2639
  {
2617
2640
  direction: "column",
@@ -2619,7 +2642,7 @@ function CurriculumFileDownload(props) {
2619
2642
  mt: "4",
2620
2643
  style: { width: "100%", maxWidth: 520 },
2621
2644
  children: files.map((file) => {
2622
- return /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(
2645
+ return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2623
2646
  Button,
2624
2647
  {
2625
2648
  disabled: !isCallbackReady,
@@ -2627,14 +2650,14 @@ function CurriculumFileDownload(props) {
2627
2650
  handleClickFile(file);
2628
2651
  },
2629
2652
  variant: "outline",
2630
- children: /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Typo, { truncate: true, children: file.name })
2653
+ children: /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Typo, { truncate: true, children: file.name })
2631
2654
  },
2632
2655
  file.url
2633
2656
  );
2634
2657
  })
2635
2658
  }
2636
2659
  ),
2637
- !isCallbackReady ? /* @__PURE__ */ (0, import_jsx_runtime49.jsx)(Typo, { align: "center", color: "gray", mt: "3", variant: "caption", children: "\uD30C\uC77C \uB2E4\uC6B4\uB85C\uB4DC \uAE30\uB2A5\uC774 \uC124\uC815\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4." }) : null
2660
+ !isCallbackReady ? /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Typo, { align: "center", color: "gray", mt: "3", variant: "caption", children: "\uD30C\uC77C \uB2E4\uC6B4\uB85C\uB4DC \uAE30\uB2A5\uC774 \uC124\uC815\uB418\uC9C0 \uC54A\uC558\uC2B5\uB2C8\uB2E4." }) : null
2638
2661
  ]
2639
2662
  }
2640
2663
  );
@@ -2642,14 +2665,14 @@ function CurriculumFileDownload(props) {
2642
2665
  var curriculum_file_download_default = CurriculumFileDownload;
2643
2666
 
2644
2667
  // src/molecules/curriculumV2/CurriculumContents/index.tsx
2645
- var import_jsx_runtime50 = require("react/jsx-runtime");
2668
+ var import_jsx_runtime51 = require("react/jsx-runtime");
2646
2669
  function CurriculumBody() {
2647
2670
  const { selectedItem, selectedSectionTitle } = useCurriculumContext();
2648
2671
  switch (selectedItem.type) {
2649
2672
  case "video":
2650
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(curriculum_video_default, { item: selectedItem });
2673
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(curriculum_video_default, { item: selectedItem });
2651
2674
  case "review":
2652
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(
2675
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
2653
2676
  curriculum_review_default,
2654
2677
  {
2655
2678
  item: selectedItem,
@@ -2657,11 +2680,11 @@ function CurriculumBody() {
2657
2680
  }
2658
2681
  );
2659
2682
  case "aiTraining":
2660
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(curriculum_ai_traning_default, { item: selectedItem });
2683
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(curriculum_ai_traning_default, { item: selectedItem });
2661
2684
  case "fileDownload":
2662
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(curriculum_file_download_default, { item: selectedItem });
2685
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(curriculum_file_download_default, { item: selectedItem });
2663
2686
  default:
2664
- return /* @__PURE__ */ (0, import_jsx_runtime50.jsxs)(
2687
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
2665
2688
  import_themes.Flex,
2666
2689
  {
2667
2690
  align: "center",
@@ -2671,9 +2694,9 @@ function CurriculumBody() {
2671
2694
  justify: "center",
2672
2695
  width: "100%",
2673
2696
  children: [
2674
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(import_react_icons.InfoCircledIcon, { height: 24, width: 24 }),
2675
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Typo, { children: "\uCEE8\uD150\uCE20\uB97C \uB85C\uB529 \uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4" }),
2676
- /* @__PURE__ */ (0, import_jsx_runtime50.jsx)(Typo, { align: "center", color: "gray", variant: "caption", children: `[debug info]
2697
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_react_icons.InfoCircledIcon, { height: 24, width: 24 }),
2698
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Typo, { children: "\uCEE8\uD150\uCE20\uB97C \uB85C\uB529 \uD560 \uC218 \uC5C6\uC2B5\uB2C8\uB2E4" }),
2699
+ /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Typo, { align: "center", color: "gray", variant: "caption", children: `[debug info]
2677
2700
  ${JSON.stringify(selectedItem)}` })
2678
2701
  ]
2679
2702
  }