@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
@@ -1823,8 +1823,31 @@ var HeadsetIcon = React34.forwardRef(
1823
1823
  );
1824
1824
  HeadsetIcon.displayName = "HeadsetIcon";
1825
1825
 
1826
- // src/atoms/pagination.tsx
1826
+ // src/icons/empty-box.tsx
1827
+ var React35 = __toESM(require("react"), 1);
1827
1828
  var import_jsx_runtime51 = require("react/jsx-runtime");
1829
+ var EmptyBoxIcon = React35.forwardRef(
1830
+ (_a, forwardedRef) => {
1831
+ var _b = _a, { color = "currentColor", width = 120, height = 120 } = _b, props = __objRest(_b, ["color", "width", "height"]);
1832
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1833
+ "svg",
1834
+ __spreadProps(__spreadValues({
1835
+ fill: color,
1836
+ height,
1837
+ viewBox: "0 0 462.035 462.035",
1838
+ width,
1839
+ xmlns: "http://www.w3.org/2000/svg"
1840
+ }, props), {
1841
+ ref: forwardedRef,
1842
+ children: /* @__PURE__ */ (0, import_jsx_runtime51.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" })
1843
+ })
1844
+ );
1845
+ }
1846
+ );
1847
+ EmptyBoxIcon.displayName = "EmptyBoxIcon";
1848
+
1849
+ // src/atoms/pagination.tsx
1850
+ var import_jsx_runtime52 = require("react/jsx-runtime");
1828
1851
  function Pagination(props) {
1829
1852
  const { onChange, count = 0, siblingCount = 2 } = props;
1830
1853
  const isControlled = props.page !== void 0;
@@ -1893,7 +1916,7 @@ function Pagination(props) {
1893
1916
  const { color: resolvedColor, className: colorClassName } = resolveColor(
1894
1917
  props.color
1895
1918
  );
1896
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsxs)(
1919
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsxs)(
1897
1920
  import_themes23.Flex,
1898
1921
  {
1899
1922
  align: "center",
@@ -1901,18 +1924,18 @@ function Pagination(props) {
1901
1924
  className: colorClassName ? `tipp-pagination ${colorClassName}` : "tipp-pagination",
1902
1925
  "data-accent-color": resolvedColor,
1903
1926
  children: [
1904
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1927
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1905
1928
  IconButton,
1906
1929
  __spreadProps(__spreadValues({
1907
1930
  disabled: !doublePrev,
1908
1931
  onClick: onClickDoublePrev
1909
1932
  }, moveButtonProps), {
1910
- children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_react_icons2.DoubleArrowLeftIcon, __spreadValues({}, iconSize))
1933
+ children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_react_icons2.DoubleArrowLeftIcon, __spreadValues({}, iconSize))
1911
1934
  })
1912
1935
  ),
1913
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(IconButton, __spreadProps(__spreadValues({ disabled: !prev, onClick: onClickPrev }, moveButtonProps), { children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_react_icons2.ChevronLeftIcon, __spreadValues({}, iconSize)) })),
1914
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_themes23.Flex, { gap: "1", children: visibleItems.map((item) => {
1915
- return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1936
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(IconButton, __spreadProps(__spreadValues({ disabled: !prev, onClick: onClickPrev }, moveButtonProps), { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_react_icons2.ChevronLeftIcon, __spreadValues({}, iconSize)) })),
1937
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_themes23.Flex, { gap: "1", children: visibleItems.map((item) => {
1938
+ return /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1916
1939
  "button",
1917
1940
  {
1918
1941
  className: `page-button ${item === page ? "active" : ""}`,
@@ -1920,19 +1943,19 @@ function Pagination(props) {
1920
1943
  goToPage(item);
1921
1944
  },
1922
1945
  type: "button",
1923
- children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(Typo, { variant: "body", children: item })
1946
+ children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(Typo, { variant: "body", children: item })
1924
1947
  },
1925
1948
  item
1926
1949
  );
1927
1950
  }) }),
1928
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(IconButton, __spreadProps(__spreadValues({ disabled: !next, onClick: onClickNext }, moveButtonProps), { children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_react_icons2.ChevronRightIcon, __spreadValues({}, iconSize)) })),
1929
- /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1951
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(IconButton, __spreadProps(__spreadValues({ disabled: !next, onClick: onClickNext }, moveButtonProps), { children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_react_icons2.ChevronRightIcon, __spreadValues({}, iconSize)) })),
1952
+ /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(
1930
1953
  IconButton,
1931
1954
  __spreadProps(__spreadValues({
1932
1955
  disabled: !doubleNext,
1933
1956
  onClick: onClickDoubleNext
1934
1957
  }, moveButtonProps), {
1935
- children: /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(import_react_icons2.DoubleArrowRightIcon, __spreadValues({}, iconSize))
1958
+ children: /* @__PURE__ */ (0, import_jsx_runtime52.jsx)(import_react_icons2.DoubleArrowRightIcon, __spreadValues({}, iconSize))
1936
1959
  })
1937
1960
  )
1938
1961
  ]
@@ -1941,23 +1964,23 @@ function Pagination(props) {
1941
1964
  }
1942
1965
 
1943
1966
  // src/atoms/field-error-wrapper.tsx
1944
- var import_jsx_runtime52 = require("react/jsx-runtime");
1967
+ var import_jsx_runtime53 = require("react/jsx-runtime");
1945
1968
 
1946
1969
  // src/atoms/ellipsis-tooltip.tsx
1947
1970
  var import_react37 = require("react");
1948
- var import_jsx_runtime53 = require("react/jsx-runtime");
1971
+ var import_jsx_runtime54 = require("react/jsx-runtime");
1949
1972
 
1950
1973
  // src/atoms/drawer.tsx
1951
1974
  var Dialog = __toESM(require("@radix-ui/react-dialog"), 1);
1952
1975
  var import_themes51 = require("@radix-ui/themes");
1953
1976
 
1954
1977
  // src/icons/close-panel-arrow.tsx
1955
- var React37 = __toESM(require("react"), 1);
1956
- var import_jsx_runtime54 = require("react/jsx-runtime");
1957
- var ClosePanelArrowIcon = React37.forwardRef(
1978
+ var React38 = __toESM(require("react"), 1);
1979
+ var import_jsx_runtime55 = require("react/jsx-runtime");
1980
+ var ClosePanelArrowIcon = React38.forwardRef(
1958
1981
  (_a, forwardedRef) => {
1959
1982
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
1960
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
1983
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
1961
1984
  "svg",
1962
1985
  __spreadProps(__spreadValues({
1963
1986
  fill: "none",
@@ -1968,7 +1991,7 @@ var ClosePanelArrowIcon = React37.forwardRef(
1968
1991
  }, props), {
1969
1992
  ref: forwardedRef,
1970
1993
  children: [
1971
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1994
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1972
1995
  "path",
1973
1996
  {
1974
1997
  clipRule: "evenodd",
@@ -1977,7 +2000,7 @@ var ClosePanelArrowIcon = React37.forwardRef(
1977
2000
  fillRule: "evenodd"
1978
2001
  }
1979
2002
  ),
1980
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
2003
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1981
2004
  "path",
1982
2005
  {
1983
2006
  clipRule: "evenodd",
@@ -1994,11 +2017,11 @@ var ClosePanelArrowIcon = React37.forwardRef(
1994
2017
  ClosePanelArrowIcon.displayName = "ArrowDownIcon";
1995
2018
 
1996
2019
  // src/atoms/drawer.tsx
1997
- var import_jsx_runtime55 = require("react/jsx-runtime");
2020
+ var import_jsx_runtime56 = require("react/jsx-runtime");
1998
2021
 
1999
2022
  // src/atoms/toast.tsx
2000
2023
  var import_sonner = require("sonner");
2001
- var import_jsx_runtime56 = require("react/jsx-runtime");
2024
+ var import_jsx_runtime57 = require("react/jsx-runtime");
2002
2025
  var toast = Object.assign(import_sonner.toast, {
2003
2026
  warn: import_sonner.toast.warning
2004
2027
  });
@@ -2006,11 +2029,11 @@ var toast = Object.assign(import_sonner.toast, {
2006
2029
  // src/molecules/form/form.tsx
2007
2030
  var RadixForm = __toESM(require("@radix-ui/react-form"), 1);
2008
2031
  var import_react38 = require("react");
2009
- var import_jsx_runtime57 = require("react/jsx-runtime");
2032
+ var import_jsx_runtime58 = require("react/jsx-runtime");
2010
2033
  var Root14 = (0, import_react38.forwardRef)(
2011
2034
  (_a, ref) => {
2012
2035
  var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
2013
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2036
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2014
2037
  RadixForm.Root,
2015
2038
  __spreadProps(__spreadValues({}, rest), {
2016
2039
  className: `FormRoot ${className || ""}`,
@@ -2027,25 +2050,25 @@ var FieldContext = (0, import_react38.createContext)({
2027
2050
  var Field2 = (0, import_react38.forwardRef)(
2028
2051
  (_a, ref) => {
2029
2052
  var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
2030
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2053
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2031
2054
  RadixForm.Field,
2032
2055
  __spreadProps(__spreadValues({}, rest), {
2033
2056
  className: `FormField ${className || ""}`,
2034
2057
  ref,
2035
- children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(FieldContext.Provider, { value: rest, children })
2058
+ children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(FieldContext.Provider, { value: rest, children })
2036
2059
  })
2037
2060
  );
2038
2061
  }
2039
2062
  );
2040
2063
  Field2.displayName = "FORM_FIELD";
2041
2064
  function HeadingLabel(props) {
2042
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Heading2, __spreadProps(__spreadValues({ variant: "heading5" }, props), { children: props.children }));
2065
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Heading2, __spreadProps(__spreadValues({ variant: "heading5" }, props), { children: props.children }));
2043
2066
  }
2044
2067
  function CaptionLabel(props) {
2045
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Typo, __spreadProps(__spreadValues({ color: "gray", variant: "caption", weight: "bold" }, props), { children: props.children }));
2068
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, __spreadProps(__spreadValues({ color: "gray", variant: "caption", weight: "bold" }, props), { children: props.children }));
2046
2069
  }
2047
2070
  function BodyLabel(props) {
2048
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Typo, __spreadProps(__spreadValues({ variant: "body", weight: "bold" }, props), { children: props.children }));
2071
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, __spreadProps(__spreadValues({ variant: "body", weight: "bold" }, props), { children: props.children }));
2049
2072
  }
2050
2073
  var Label3 = (0, import_react38.forwardRef)(
2051
2074
  (_a, ref) => {
@@ -2062,15 +2085,15 @@ var Label3 = (0, import_react38.forwardRef)(
2062
2085
  }
2063
2086
  }, [variant]);
2064
2087
  const fieldProps = (0, import_react38.useContext)(FieldContext);
2065
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2088
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2066
2089
  RadixForm.Label,
2067
2090
  __spreadProps(__spreadValues({}, rest), {
2068
2091
  asChild: true,
2069
2092
  className: `FormLabel ${className || ""}`,
2070
2093
  ref,
2071
- children: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(Comp, { children: [
2094
+ children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(Comp, { children: [
2072
2095
  children,
2073
- fieldProps.required ? /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Typo, { as: "span", color: "tomato", children: ` *` }) : null
2096
+ fieldProps.required ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, { as: "span", color: "tomato", children: ` *` }) : null
2074
2097
  ] })
2075
2098
  })
2076
2099
  );
@@ -2080,13 +2103,13 @@ Label3.displayName = "FORM_Label";
2080
2103
  var Message2 = (0, import_react38.forwardRef)(
2081
2104
  (_a, ref) => {
2082
2105
  var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
2083
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2106
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2084
2107
  RadixForm.Message,
2085
2108
  __spreadProps(__spreadValues({}, rest), {
2086
2109
  asChild: true,
2087
2110
  className: `FormMessage ${className || ""}`,
2088
2111
  ref,
2089
- children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Typo, { color: "red", children })
2112
+ children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, { color: "red", children })
2090
2113
  })
2091
2114
  );
2092
2115
  }
@@ -2096,7 +2119,7 @@ var Control2 = (0, import_react38.forwardRef)(
2096
2119
  (_a, ref) => {
2097
2120
  var _b = _a, { className } = _b, rest = __objRest(_b, ["className"]);
2098
2121
  const fieldProps = (0, import_react38.useContext)(FieldContext);
2099
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
2122
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2100
2123
  RadixForm.Control,
2101
2124
  __spreadProps(__spreadValues({}, rest), {
2102
2125
  className: `FormControl ${className || ""}`,
@@ -2111,7 +2134,7 @@ Control2.displayName = "FORM_Control";
2111
2134
  // src/atoms/auto-sizing-input.tsx
2112
2135
  var import_themes52 = require("@radix-ui/themes");
2113
2136
  var import_react39 = require("react");
2114
- var import_jsx_runtime58 = require("react/jsx-runtime");
2137
+ var import_jsx_runtime59 = require("react/jsx-runtime");
2115
2138
  var useTextWidth = (text, font) => {
2116
2139
  const [textWidth, setTextWidth] = (0, import_react39.useState)(0);
2117
2140
  (0, import_react39.useEffect)(() => {
@@ -2211,7 +2234,7 @@ var AutoSizingInput = (0, import_react39.forwardRef)(
2211
2234
  (_a2 = inputRef.current) == null ? void 0 : _a2.focus();
2212
2235
  }
2213
2236
  }, [inputRef]);
2214
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2237
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
2215
2238
  import_themes52.Box,
2216
2239
  {
2217
2240
  className: "auto-sizing-input wrapper",
@@ -2219,7 +2242,7 @@ var AutoSizingInput = (0, import_react39.forwardRef)(
2219
2242
  minWidth,
2220
2243
  onClick,
2221
2244
  style: { width: dynamicWidth },
2222
- children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("input", __spreadValues({ onChange: handleChange, ref: inputRef, value }, rest))
2245
+ children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("input", __spreadValues({ onChange: handleChange, ref: inputRef, value }, rest))
2223
2246
  }
2224
2247
  );
2225
2248
  }
@@ -2227,12 +2250,12 @@ var AutoSizingInput = (0, import_react39.forwardRef)(
2227
2250
  AutoSizingInput.displayName = "AutoSizingInput";
2228
2251
 
2229
2252
  // src/atoms/bullet-text.tsx
2230
- var import_jsx_runtime59 = require("react/jsx-runtime");
2253
+ var import_jsx_runtime60 = require("react/jsx-runtime");
2231
2254
 
2232
2255
  // src/atoms/list.tsx
2233
2256
  var import_react40 = require("react");
2234
2257
  var import_clsx28 = require("clsx");
2235
- var import_jsx_runtime60 = require("react/jsx-runtime");
2258
+ var import_jsx_runtime61 = require("react/jsx-runtime");
2236
2259
  var ListContext = (0, import_react40.createContext)({
2237
2260
  size: "large"
2238
2261
  });
@@ -2323,15 +2346,15 @@ function stepCode(step) {
2323
2346
  var SPEECH_OVERTALK_THRESHOLD = 40;
2324
2347
 
2325
2348
  // src/app/roleplay/parts/analysis-section.tsx
2326
- var import_jsx_runtime61 = require("react/jsx-runtime");
2349
+ var import_jsx_runtime62 = require("react/jsx-runtime");
2327
2350
  function Section2({
2328
2351
  title,
2329
2352
  desc,
2330
2353
  children
2331
2354
  }) {
2332
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)("section", { children: [
2333
- /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_themes7.Box, { mb: "3", children: [
2334
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2355
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("section", { children: [
2356
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes7.Box, { mb: "3", children: [
2357
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2335
2358
  Heading2,
2336
2359
  {
2337
2360
  size: { initial: "4", md: "5" },
@@ -2340,7 +2363,7 @@ function Section2({
2340
2363
  children: title
2341
2364
  }
2342
2365
  ),
2343
- desc ? /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_themes7.Box, { mt: "1", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Typo, { as: "p", color: "gray", variant: "body", children: desc }) }) : null
2366
+ desc ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_themes7.Box, { mt: "1", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Typo, { as: "p", color: "gray", variant: "body", children: desc }) }) : null
2344
2367
  ] }),
2345
2368
  children
2346
2369
  ] });
@@ -2354,9 +2377,9 @@ function AnalysisSection({
2354
2377
  if (items.length === 0) return null;
2355
2378
  const accentBorder = tone === "good" ? "var(--green-a6)" : "var(--amber-a6)";
2356
2379
  const numColor = tone === "good" ? "var(--green-11)" : "var(--amber-11)";
2357
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Section2, { desc, title, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_themes23.Flex, { direction: "column", children: items.map((item, index) => /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_themes7.Box, { children: [
2358
- index > 0 && /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_themes40.Separator, { size: "4" }),
2359
- /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
2380
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Section2, { desc, title, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_themes23.Flex, { direction: "column", children: items.map((item, index) => /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes7.Box, { children: [
2381
+ index > 0 && /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_themes40.Separator, { size: "4" }),
2382
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
2360
2383
  import_themes23.Flex,
2361
2384
  {
2362
2385
  gap: "3",
@@ -2364,7 +2387,7 @@ function AnalysisSection({
2364
2387
  py: "3",
2365
2388
  style: { borderLeft: `2px solid ${accentBorder}` },
2366
2389
  children: [
2367
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2390
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2368
2391
  Typo,
2369
2392
  {
2370
2393
  as: "span",
@@ -2375,9 +2398,9 @@ function AnalysisSection({
2375
2398
  children: index + 1
2376
2399
  }
2377
2400
  ),
2378
- /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_themes7.Box, { style: { minWidth: 0 }, children: [
2379
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Typo, { as: "p", variant: "body", weight: "medium", children: item.title }),
2380
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_themes7.Box, { mt: "1", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Typo, { as: "p", variant: "body", children: item.detail }) })
2401
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes7.Box, { style: { minWidth: 0 }, children: [
2402
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Typo, { as: "p", variant: "body", weight: "medium", children: item.title }),
2403
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_themes7.Box, { mt: "1", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Typo, { as: "p", variant: "body", children: item.detail }) })
2381
2404
  ] })
2382
2405
  ]
2383
2406
  }
@@ -2386,15 +2409,15 @@ function AnalysisSection({
2386
2409
  }
2387
2410
 
2388
2411
  // src/app/roleplay/parts/coaching-panel.tsx
2389
- var import_jsx_runtime62 = require("react/jsx-runtime");
2412
+ var import_jsx_runtime63 = require("react/jsx-runtime");
2390
2413
  function Section3({
2391
2414
  title,
2392
2415
  desc,
2393
2416
  children
2394
2417
  }) {
2395
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)("section", { children: [
2396
- /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes7.Box, { mb: "3", children: [
2397
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2418
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)("section", { children: [
2419
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_themes7.Box, { mb: "3", children: [
2420
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2398
2421
  Heading2,
2399
2422
  {
2400
2423
  size: { initial: "4", md: "5" },
@@ -2403,21 +2426,21 @@ function Section3({
2403
2426
  children: title
2404
2427
  }
2405
2428
  ),
2406
- desc ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_themes7.Box, { mt: "1", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Typo, { as: "p", color: "gray", variant: "body", children: desc }) }) : null
2429
+ desc ? /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_themes7.Box, { mt: "1", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Typo, { as: "p", color: "gray", variant: "body", children: desc }) }) : null
2407
2430
  ] }),
2408
2431
  children
2409
2432
  ] });
2410
2433
  }
2411
2434
  function CoachingPanel({ skills }) {
2412
2435
  if (skills.length === 0) return null;
2413
- return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Section3, { desc: "\uB2E4\uC74C \uC7AC\uB3C4\uC804\uC5D0 \uBC14\uB85C \uC4F8 \uB300\uD654 \uAE30\uC220", title: "\uC989\uC2DC \uC801\uC6A9 \uC2A4\uD0AC", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_themes24.Grid, { columns: "1", gap: "6", children: skills.map((skill, index) => /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
2436
+ return /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Section3, { desc: "\uB2E4\uC74C \uC7AC\uB3C4\uC804\uC5D0 \uBC14\uB85C \uC4F8 \uB300\uD654 \uAE30\uC220", title: "\uC989\uC2DC \uC801\uC6A9 \uC2A4\uD0AC", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_themes24.Grid, { columns: "1", gap: "6", children: skills.map((skill, index) => /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
2414
2437
  Card,
2415
2438
  {
2416
2439
  style: { padding: "var(--space-3)" },
2417
2440
  variant: "surface",
2418
2441
  children: [
2419
- /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes23.Flex, { align: "center", gap: "2", children: [
2420
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2442
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_themes23.Flex, { align: "center", gap: "2", children: [
2443
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2421
2444
  import_themes23.Flex,
2422
2445
  {
2423
2446
  align: "center",
@@ -2429,7 +2452,7 @@ function CoachingPanel({ skills }) {
2429
2452
  background: "var(--accent-9)",
2430
2453
  flexShrink: 0
2431
2454
  },
2432
- children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2455
+ children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2433
2456
  Typo,
2434
2457
  {
2435
2458
  as: "span",
@@ -2442,10 +2465,10 @@ function CoachingPanel({ skills }) {
2442
2465
  )
2443
2466
  }
2444
2467
  ),
2445
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Typo, { as: "span", variant: "body", weight: "medium", children: skill.title })
2468
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Typo, { as: "span", variant: "body", weight: "medium", children: skill.title })
2446
2469
  ] }),
2447
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_themes7.Box, { mt: "2", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Typo, { as: "p", variant: "body", children: skill.description }) }),
2448
- /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2470
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_themes7.Box, { mt: "2", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Typo, { as: "p", variant: "body", children: skill.description }) }),
2471
+ /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2449
2472
  import_themes7.Box,
2450
2473
  {
2451
2474
  mt: "2",
@@ -2454,7 +2477,7 @@ function CoachingPanel({ skills }) {
2454
2477
  borderRadius: "var(--radius-2)",
2455
2478
  background: "var(--accent-a2)"
2456
2479
  },
2457
- children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Typo, { as: "p", style: { color: "var(--accent-11)" }, variant: "body", children: skill.example })
2480
+ children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Typo, { as: "p", style: { color: "var(--accent-11)" }, variant: "body", children: skill.example })
2458
2481
  }
2459
2482
  )
2460
2483
  ]
@@ -2464,14 +2487,14 @@ function CoachingPanel({ skills }) {
2464
2487
  }
2465
2488
 
2466
2489
  // src/app/roleplay/parts/speech-share-bar.tsx
2467
- var import_jsx_runtime63 = require("react/jsx-runtime");
2490
+ var import_jsx_runtime64 = require("react/jsx-runtime");
2468
2491
  function SpeechShareBar({
2469
2492
  share
2470
2493
  }) {
2471
2494
  const isOvertalking = share.userPct > SPEECH_OVERTALK_THRESHOLD;
2472
- return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_themes7.Box, { children: [
2473
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_themes23.Flex, { align: "center", justify: "between", mb: "1", children: [
2474
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
2495
+ return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_themes7.Box, { children: [
2496
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_themes23.Flex, { align: "center", justify: "between", mb: "1", children: [
2497
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
2475
2498
  Typo,
2476
2499
  {
2477
2500
  as: "span",
@@ -2487,13 +2510,13 @@ function SpeechShareBar({
2487
2510
  ]
2488
2511
  }
2489
2512
  ),
2490
- /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(Typo, { as: "span", color: "gray", variant: "caption", children: [
2513
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Typo, { as: "span", color: "gray", variant: "caption", children: [
2491
2514
  "\uC0C1\uB300 ",
2492
2515
  share.partnerPct,
2493
2516
  "%"
2494
2517
  ] })
2495
2518
  ] }),
2496
- /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2519
+ /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2497
2520
  import_themes23.Flex,
2498
2521
  {
2499
2522
  style: {
@@ -2502,7 +2525,7 @@ function SpeechShareBar({
2502
2525
  overflow: "hidden",
2503
2526
  background: "var(--gray-4)"
2504
2527
  },
2505
- children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
2528
+ children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2506
2529
  import_themes7.Box,
2507
2530
  {
2508
2531
  style: {
@@ -2513,12 +2536,12 @@ function SpeechShareBar({
2513
2536
  )
2514
2537
  }
2515
2538
  ),
2516
- isOvertalking ? /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Typo, { as: "p", color: "red", mt: "1", variant: "caption", children: "\uC0C1\uB300\uC758 \uB9D0\uC744 \uB354 \uB4E3\uACE0 \uC9C8\uBB38\xB7\uACBD\uCCAD\uC758 \uBE44\uC911\uC744 \uB192\uC5EC \uBCF4\uC138\uC694" }) : null
2539
+ isOvertalking ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Typo, { as: "p", color: "red", mt: "1", variant: "caption", children: "\uC0C1\uB300\uC758 \uB9D0\uC744 \uB354 \uB4E3\uACE0 \uC9C8\uBB38\xB7\uACBD\uCCAD\uC758 \uBE44\uC911\uC744 \uB192\uC5EC \uBCF4\uC138\uC694" }) : null
2517
2540
  ] });
2518
2541
  }
2519
2542
 
2520
2543
  // src/app/roleplay/parts/score-summary.tsx
2521
- var import_jsx_runtime64 = require("react/jsx-runtime");
2544
+ var import_jsx_runtime65 = require("react/jsx-runtime");
2522
2545
  function ScoreSummary({
2523
2546
  detail,
2524
2547
  report,
@@ -2527,18 +2550,18 @@ function ScoreSummary({
2527
2550
  var _a;
2528
2551
  const scoreValue = (_a = detail.totalScore) != null ? _a : report.totalScore;
2529
2552
  const comment = report.comment;
2530
- return /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
2553
+ return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
2531
2554
  import_themes24.Grid,
2532
2555
  {
2533
2556
  align: "start",
2534
2557
  columns: comment ? { initial: "1", md: "minmax(0, 240px) 1fr" } : "1",
2535
2558
  gap: "5",
2536
2559
  children: [
2537
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Card, { variant: "surface", children: [
2538
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_themes23.Flex, { align: "center", direction: "column", gap: "2", py: "3", children: [
2539
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Typo, { as: "p", color: "gray", variant: "body", weight: "medium", children: "\uC885\uD569 \uC810\uC218" }),
2540
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_themes23.Flex, { align: "baseline", gap: "1", children: [
2541
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2560
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(Card, { variant: "surface", children: [
2561
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_themes23.Flex, { align: "center", direction: "column", gap: "2", py: "3", children: [
2562
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Typo, { as: "p", color: "gray", variant: "body", weight: "medium", children: "\uC885\uD569 \uC810\uC218" }),
2563
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_themes23.Flex, { align: "baseline", gap: "1", children: [
2564
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2542
2565
  Typo,
2543
2566
  {
2544
2567
  as: "span",
@@ -2552,18 +2575,18 @@ function ScoreSummary({
2552
2575
  children: scoreValue != null ? scoreValue : "\u2014"
2553
2576
  }
2554
2577
  ),
2555
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Typo, { as: "span", color: "gray", mono: true, variant: "subtitle", children: "/100" })
2578
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Typo, { as: "span", color: "gray", mono: true, variant: "subtitle", children: "/100" })
2556
2579
  ] })
2557
2580
  ] }),
2558
- speechShare ? /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_jsx_runtime64.Fragment, { children: [
2559
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(import_themes40.Separator, { my: "3", size: "4" }),
2560
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(SpeechShareBar, { share: speechShare })
2581
+ speechShare ? /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_jsx_runtime65.Fragment, { children: [
2582
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_themes40.Separator, { my: "3", size: "4" }),
2583
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(SpeechShareBar, { share: speechShare })
2561
2584
  ] }) : null
2562
2585
  ] }),
2563
- comment ? /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(import_themes23.Flex, { direction: "column", gap: "3", children: [
2564
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Typo, { as: "p", variant: "body", weight: "medium", children: "\uC885\uD569 \uBD84\uC11D" }),
2565
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(import_themes7.Box, { style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Typo, { as: "p", variant: "body", children: comment }) }),
2566
- report.deduction ? /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
2586
+ comment ? /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(import_themes23.Flex, { direction: "column", gap: "3", children: [
2587
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Typo, { as: "p", variant: "body", weight: "medium", children: "\uC885\uD569 \uBD84\uC11D" }),
2588
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_themes7.Box, { style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Typo, { as: "p", variant: "body", children: comment }) }),
2589
+ report.deduction ? /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
2567
2590
  import_themes7.Box,
2568
2591
  {
2569
2592
  pl: "3",
@@ -2575,7 +2598,7 @@ function ScoreSummary({
2575
2598
  borderRadius: "var(--radius-2)"
2576
2599
  },
2577
2600
  children: [
2578
- /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
2601
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
2579
2602
  Typo,
2580
2603
  {
2581
2604
  as: "p",
@@ -2590,7 +2613,7 @@ function ScoreSummary({
2590
2613
  ]
2591
2614
  }
2592
2615
  ),
2593
- /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(import_themes7.Box, { mt: "1", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
2616
+ /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(import_themes7.Box, { mt: "1", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2594
2617
  Typo,
2595
2618
  {
2596
2619
  as: "p",
@@ -2617,10 +2640,58 @@ var import_react_table2 = require("@tanstack/react-table");
2617
2640
  var import_react42 = require("react");
2618
2641
  var import_themes53 = require("@radix-ui/themes");
2619
2642
 
2643
+ // src/molecules/empty-state.tsx
2644
+ var import_jsx_runtime66 = require("react/jsx-runtime");
2645
+ var ICON_SIZE = {
2646
+ illustration: 120,
2647
+ compact: 56
2648
+ };
2649
+ function EmptyState(_a) {
2650
+ var _b = _a, {
2651
+ size = "illustration",
2652
+ heading,
2653
+ body,
2654
+ icon
2655
+ } = _b, flexProps = __objRest(_b, [
2656
+ "size",
2657
+ "heading",
2658
+ "body",
2659
+ "icon"
2660
+ ]);
2661
+ const isCompact = size === "compact";
2662
+ const iconSize = ICON_SIZE[size];
2663
+ return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
2664
+ import_themes23.Flex,
2665
+ __spreadProps(__spreadValues({
2666
+ align: "center",
2667
+ direction: "column",
2668
+ gap: isCompact ? "2" : "3",
2669
+ justify: "center",
2670
+ py: isCompact ? "5" : "9",
2671
+ width: "100%"
2672
+ }, flexProps), {
2673
+ children: [
2674
+ icon != null ? icon : /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2675
+ EmptyBoxIcon,
2676
+ {
2677
+ color: "var(--gray-8)",
2678
+ height: iconSize,
2679
+ width: iconSize
2680
+ }
2681
+ ),
2682
+ heading || body ? /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(import_themes23.Flex, { align: "center", direction: "column", gap: "1", children: [
2683
+ heading ? isCompact ? /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Typo, { color: "gray", variant: "subtitle", children: heading }) : /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Heading2, { color: "gray", variant: "heading5", children: heading }) : null,
2684
+ body ? /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Typo, { color: "gray", variant: isCompact ? "caption" : "body", children: body }) : null
2685
+ ] }) : null
2686
+ ]
2687
+ })
2688
+ );
2689
+ }
2690
+
2620
2691
  // src/molecules/expand-table/row.tsx
2621
2692
  var import_react_table = require("@tanstack/react-table");
2622
2693
  var import_react41 = require("react");
2623
- var import_jsx_runtime65 = require("react/jsx-runtime");
2694
+ var import_jsx_runtime67 = require("react/jsx-runtime");
2624
2695
  function Row(props) {
2625
2696
  const { row, ExpandComp, gridTemplateColumns, getRowStyle, getCellStyle } = props;
2626
2697
  const [open, setOpen] = (0, import_react41.useState)(false);
@@ -2639,8 +2710,8 @@ function Row(props) {
2639
2710
  }
2640
2711
  return baseCls.join(" ");
2641
2712
  }, [ExpandComp, props.onRowClick]);
2642
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)("div", { className: rowClassName, children: [
2643
- /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2713
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)("div", { className: rowClassName, children: [
2714
+ /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2644
2715
  "button",
2645
2716
  {
2646
2717
  className: "tr",
@@ -2653,7 +2724,7 @@ function Row(props) {
2653
2724
  var _a, _b, _c;
2654
2725
  const autoSize = (_a = cell.column.columnDef.meta) == null ? void 0 : _a.autoSize;
2655
2726
  const justifyContent = ((_b = cell.column.columnDef.meta) == null ? void 0 : _b.align) || props.defaultAlign;
2656
- return /* @__PURE__ */ (0, import_jsx_runtime65.jsxs)(
2727
+ return /* @__PURE__ */ (0, import_jsx_runtime67.jsxs)(
2657
2728
  "div",
2658
2729
  {
2659
2730
  className: "td",
@@ -2664,7 +2735,7 @@ function Row(props) {
2664
2735
  }, (getCellStyle == null ? void 0 : getCellStyle(row.original)) || {}),
2665
2736
  children: [
2666
2737
  (0, import_react_table.flexRender)(cell.column.columnDef.cell, cell.getContext()),
2667
- ((_c = cell.column.columnDef.meta) == null ? void 0 : _c.OpenBtn) ? /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(
2738
+ ((_c = cell.column.columnDef.meta) == null ? void 0 : _c.OpenBtn) ? /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(
2668
2739
  cell.column.columnDef.meta.OpenBtn,
2669
2740
  {
2670
2741
  data: row.original,
@@ -2680,12 +2751,12 @@ function Row(props) {
2680
2751
  },
2681
2752
  `tr_${row.id}`
2682
2753
  ),
2683
- ExpandComp ? /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(Collapse, { open, children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)("div", { className: "expand-comp-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime65.jsx)(ExpandComp, { row }) }) }) : null
2754
+ ExpandComp ? /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(Collapse, { open, children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)("div", { className: "expand-comp-wrapper", children: /* @__PURE__ */ (0, import_jsx_runtime67.jsx)(ExpandComp, { row }) }) }) : null
2684
2755
  ] }, `tr-wrapper_${row.id}`);
2685
2756
  }
2686
2757
 
2687
2758
  // src/molecules/expand-table/index.tsx
2688
- var import_jsx_runtime66 = require("react/jsx-runtime");
2759
+ var import_jsx_runtime68 = require("react/jsx-runtime");
2689
2760
  var sortButtonColorMapper = {
2690
2761
  card: {
2691
2762
  selected: "var(--iris-10)",
@@ -2766,7 +2837,7 @@ function ExpandTable(props) {
2766
2837
  const helpCompRender = (0, import_react42.useCallback)(
2767
2838
  (rowLength) => {
2768
2839
  if (isLoading) {
2769
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2840
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2770
2841
  import_themes23.Flex,
2771
2842
  {
2772
2843
  align: "center",
@@ -2774,12 +2845,12 @@ function ExpandTable(props) {
2774
2845
  justify: "center",
2775
2846
  p: "5",
2776
2847
  width: "100%",
2777
- children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_themes50.Spinner, {})
2848
+ children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_themes50.Spinner, {})
2778
2849
  }
2779
2850
  );
2780
2851
  }
2781
2852
  if (rowLength === 0) {
2782
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "tr", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_themes23.Flex, { align: "center", justify: "center", children: placeholder || /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Typo, { color: "gray", mb: "6", mt: "6", variant: "body", children: "\uB370\uC774\uD130\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4" }) }) }, "expand_placeholder");
2853
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "tr", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_themes23.Flex, { align: "center", justify: "center", children: placeholder || /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(EmptyState, { heading: "\uB370\uC774\uD130\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4", size: "compact" }) }) }, "expand_placeholder");
2783
2854
  }
2784
2855
  return null;
2785
2856
  },
@@ -2789,9 +2860,9 @@ function ExpandTable(props) {
2789
2860
  if (!data) return 0;
2790
2861
  return Math.ceil(data.length / pageSize);
2791
2862
  }, [data, pageSize]);
2792
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: `expand-table-wrapper ${variant}${slim ? " slim" : ""}`, children: [
2793
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)("div", { className: "expand-table", style: tableStyle, children: [
2794
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: "thead", children: getHeaderGroups().map((headerGroup) => /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2863
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: `expand-table-wrapper ${variant}${slim ? " slim" : ""}`, children: [
2864
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)("div", { className: "expand-table", style: tableStyle, children: [
2865
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: "thead", children: getHeaderGroups().map((headerGroup) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2795
2866
  "div",
2796
2867
  {
2797
2868
  className: "tr",
@@ -2802,36 +2873,36 @@ function ExpandTable(props) {
2802
2873
  const sortedState = header.column.getIsSorted();
2803
2874
  const justifyContent = ((_a = header.column.columnDef.meta) == null ? void 0 : _a.align) || defaultAlign;
2804
2875
  if (sortable) {
2805
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: `${justifyContent} th`, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
2876
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: `${justifyContent} th`, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
2806
2877
  "button",
2807
2878
  {
2808
2879
  onClick: header.column.getToggleSortingHandler(),
2809
2880
  style: { cursor: "pointer" },
2810
2881
  type: "button",
2811
2882
  children: [
2812
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Typo, { as: "div", variant: "body", children: (0, import_react_table2.flexRender)(
2883
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Typo, { as: "div", variant: "body", children: (0, import_react_table2.flexRender)(
2813
2884
  header.column.columnDef.header,
2814
2885
  header.getContext()
2815
2886
  ) }),
2816
- /* @__PURE__ */ (0, import_jsx_runtime66.jsxs)(
2887
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(
2817
2888
  import_themes23.Flex,
2818
2889
  {
2819
2890
  direction: "column",
2820
2891
  style: { marginLeft: "var(--space-2)" },
2821
2892
  children: [
2822
- sortedState === false && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2893
+ sortedState === false && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2823
2894
  TriangleArrowDownIcon,
2824
2895
  {
2825
2896
  color: sortButtonColorMapper[variant].unselected
2826
2897
  }
2827
2898
  ),
2828
- sortedState === "asc" && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2899
+ sortedState === "asc" && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2829
2900
  TriangleArrowUpIcon,
2830
2901
  {
2831
2902
  color: sortButtonColorMapper[variant].selected
2832
2903
  }
2833
2904
  ),
2834
- sortedState === "desc" && /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2905
+ sortedState === "desc" && /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2835
2906
  TriangleArrowDownIcon,
2836
2907
  {
2837
2908
  color: sortButtonColorMapper[variant].selected
@@ -2844,7 +2915,7 @@ function ExpandTable(props) {
2844
2915
  }
2845
2916
  ) }, header.id);
2846
2917
  }
2847
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)("div", { className: `${justifyContent} th`, children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(Typo, { as: "div", variant: "body", children: (0, import_react_table2.flexRender)(
2918
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)("div", { className: `${justifyContent} th`, children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Typo, { as: "div", variant: "body", children: (0, import_react_table2.flexRender)(
2848
2919
  header.column.columnDef.header,
2849
2920
  header.getContext()
2850
2921
  ) }) }, header.id);
@@ -2852,8 +2923,8 @@ function ExpandTable(props) {
2852
2923
  },
2853
2924
  headerGroup.id
2854
2925
  )) }),
2855
- /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_themes53.ScrollArea, { className: "tbody", children: helpCompRender(rowModels.rows.length) || rowModels.rows.map((row) => {
2856
- return /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2926
+ /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_themes53.ScrollArea, { className: "tbody", children: helpCompRender(rowModels.rows.length) || rowModels.rows.map((row) => {
2927
+ return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2857
2928
  Row,
2858
2929
  {
2859
2930
  ExpandComp,
@@ -2868,7 +2939,7 @@ function ExpandTable(props) {
2868
2939
  );
2869
2940
  }) })
2870
2941
  ] }),
2871
- showPagination ? /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(import_themes23.Flex, { justify: "end", pt: "4", width: "100%", children: /* @__PURE__ */ (0, import_jsx_runtime66.jsx)(
2942
+ showPagination ? /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_themes23.Flex, { justify: "end", pt: "4", width: "100%", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2872
2943
  Pagination,
2873
2944
  {
2874
2945
  count: pageCount,
@@ -2881,13 +2952,13 @@ function ExpandTable(props) {
2881
2952
  }
2882
2953
 
2883
2954
  // src/molecules/navigation.tsx
2884
- var import_jsx_runtime67 = require("react/jsx-runtime");
2955
+ var import_jsx_runtime69 = require("react/jsx-runtime");
2885
2956
 
2886
2957
  // src/molecules/date-picker/index.tsx
2887
2958
  var import_react43 = require("react");
2888
2959
  var import_react_datepicker = __toESM(require("react-datepicker"), 1);
2889
2960
  var import_locale = require("date-fns/locale");
2890
- var import_jsx_runtime68 = require("react/jsx-runtime");
2961
+ var import_jsx_runtime70 = require("react/jsx-runtime");
2891
2962
  var DatePicker = (0, import_react43.forwardRef)(
2892
2963
  (props, ref) => {
2893
2964
  const _a = props, { fullWidth } = _a, rest = __objRest(_a, ["fullWidth"]);
@@ -2918,7 +2989,7 @@ var DatePicker = (0, import_react43.forwardRef)(
2918
2989
  setIsMonthDropdownOpen
2919
2990
  }));
2920
2991
  }, [isMonthDropdownOpen, isYearDropdownOpen, props]);
2921
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_themes23.Flex, { p: "0", width: "100%", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
2992
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(import_themes23.Flex, { p: "0", width: "100%", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2922
2993
  import_react_datepicker.default,
2923
2994
  __spreadProps(__spreadValues({
2924
2995
  dateFormat: "yyyy/MM/dd h:mm aa",
@@ -2966,19 +3037,19 @@ function DropdownSelector({
2966
3037
  });
2967
3038
  }
2968
3039
  }, [isOpen]);
2969
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(Popover.Root, { modal: true, onOpenChange, open: isOpen, children: [
2970
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Popover.Trigger, { children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Button, { className: "react-datepicker_dropdown_header", variant: "ghost", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(Heading2, { variant: "heading4", weight: "regular", children: [
3040
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(Popover.Root, { modal: true, onOpenChange, open: isOpen, children: [
3041
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Popover.Trigger, { children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Button, { className: "react-datepicker_dropdown_header", variant: "ghost", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(Heading2, { variant: "heading4", weight: "regular", children: [
2971
3042
  selectedValue,
2972
3043
  suffix
2973
3044
  ] }) }) }),
2974
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(Popover.Content, { side: "bottom", children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
3045
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(Popover.Content, { side: "bottom", children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2975
3046
  import_themes7.Box,
2976
3047
  {
2977
3048
  maxHeight: "200px",
2978
3049
  overflowY: "auto",
2979
3050
  ref: scrollContainerRef,
2980
3051
  style: { scrollbarWidth: "none" },
2981
- children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_themes23.Flex, { direction: "column", gap: "1", children: options.map((item) => /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
3052
+ children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(import_themes23.Flex, { direction: "column", gap: "1", children: options.map((item) => /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
2982
3053
  Button,
2983
3054
  {
2984
3055
  className: "react-datepicker_dropdown_item",
@@ -2992,7 +3063,7 @@ function DropdownSelector({
2992
3063
  e.preventDefault();
2993
3064
  },
2994
3065
  variant: "transparent",
2995
- children: /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(Typo, { weight: item === selectedValue ? "bold" : void 0, children: [
3066
+ children: /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(Typo, { weight: item === selectedValue ? "bold" : void 0, children: [
2996
3067
  item,
2997
3068
  suffix
2998
3069
  ] })
@@ -3023,8 +3094,8 @@ var getRenderCustomHeader = (props) => {
3023
3094
  } = props;
3024
3095
  const year = date ? new Date(date).getFullYear() : "-";
3025
3096
  const month = date ? new Date(date).getMonth() + 1 : "-";
3026
- return /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_themes23.Flex, { align: "center", justify: "between", pl: "2", pr: "2", children: [
3027
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
3097
+ return /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(import_themes23.Flex, { align: "center", justify: "between", pl: "2", pr: "2", children: [
3098
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
3028
3099
  IconButton,
3029
3100
  {
3030
3101
  className: "react-datepicker_dropdown_header",
@@ -3032,11 +3103,11 @@ var getRenderCustomHeader = (props) => {
3032
3103
  onClick: decreaseMonth,
3033
3104
  type: "button",
3034
3105
  variant: "ghost",
3035
- children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_react_icons2.ChevronLeftIcon, {})
3106
+ children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(import_react_icons2.ChevronLeftIcon, {})
3036
3107
  }
3037
3108
  ),
3038
- /* @__PURE__ */ (0, import_jsx_runtime68.jsxs)(import_themes23.Flex, { gap: "3", children: [
3039
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
3109
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(import_themes23.Flex, { gap: "3", children: [
3110
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
3040
3111
  DropdownSelector,
3041
3112
  {
3042
3113
  isOpen: isYearDropdownOpen,
@@ -3050,7 +3121,7 @@ var getRenderCustomHeader = (props) => {
3050
3121
  suffix: "\uB144"
3051
3122
  }
3052
3123
  ),
3053
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
3124
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
3054
3125
  DropdownSelector,
3055
3126
  {
3056
3127
  isOpen: isMonthDropdownOpen,
@@ -3065,7 +3136,7 @@ var getRenderCustomHeader = (props) => {
3065
3136
  }
3066
3137
  )
3067
3138
  ] }),
3068
- /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(
3139
+ /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(
3069
3140
  IconButton,
3070
3141
  {
3071
3142
  className: "react-datepicker_dropdown_header",
@@ -3073,7 +3144,7 @@ var getRenderCustomHeader = (props) => {
3073
3144
  onClick: increaseMonth,
3074
3145
  type: "button",
3075
3146
  variant: "ghost",
3076
- children: /* @__PURE__ */ (0, import_jsx_runtime68.jsx)(import_react_icons2.ChevronRightIcon, {})
3147
+ children: /* @__PURE__ */ (0, import_jsx_runtime70.jsx)(import_react_icons2.ChevronRightIcon, {})
3077
3148
  }
3078
3149
  )
3079
3150
  ] });
@@ -3084,12 +3155,12 @@ var getRenderCustomHeader = (props) => {
3084
3155
  // src/molecules/dot-navigation.tsx
3085
3156
  var import_react44 = require("react");
3086
3157
  var import_react_icons3 = require("@radix-ui/react-icons");
3087
- var import_jsx_runtime69 = require("react/jsx-runtime");
3158
+ var import_jsx_runtime71 = require("react/jsx-runtime");
3088
3159
 
3089
3160
  // src/molecules/stepper.tsx
3090
3161
  var import_react45 = require("react");
3091
3162
  var import_themes54 = require("@radix-ui/themes");
3092
- var import_jsx_runtime70 = require("react/jsx-runtime");
3163
+ var import_jsx_runtime72 = require("react/jsx-runtime");
3093
3164
  var StepContext = (0, import_react45.createContext)({
3094
3165
  active: false,
3095
3166
  completed: false,
@@ -3099,20 +3170,20 @@ var StepContext = (0, import_react45.createContext)({
3099
3170
  // src/molecules/tag-selector.tsx
3100
3171
  var import_react46 = require("react");
3101
3172
  var import_react_icons4 = require("@radix-ui/react-icons");
3102
- var import_jsx_runtime71 = require("react/jsx-runtime");
3173
+ var import_jsx_runtime73 = require("react/jsx-runtime");
3103
3174
 
3104
3175
  // src/molecules/learning-post.tsx
3105
- var import_jsx_runtime72 = require("react/jsx-runtime");
3176
+ var import_jsx_runtime74 = require("react/jsx-runtime");
3106
3177
 
3107
3178
  // src/molecules/force-refresh.tsx
3108
3179
  var import_react_icons5 = require("@radix-ui/react-icons");
3109
- var import_jsx_runtime73 = require("react/jsx-runtime");
3180
+ var import_jsx_runtime75 = require("react/jsx-runtime");
3110
3181
 
3111
3182
  // src/molecules/date-picker/date-picker-button.tsx
3112
3183
  var import_react47 = require("react");
3113
3184
  var import_date_fns2 = require("date-fns");
3114
3185
  var import_clsx29 = require("clsx");
3115
- var import_jsx_runtime74 = require("react/jsx-runtime");
3186
+ var import_jsx_runtime76 = require("react/jsx-runtime");
3116
3187
 
3117
3188
  // src/molecules/time-select.tsx
3118
3189
  var import_react48 = require("react");
@@ -3139,34 +3210,34 @@ for (const opt of AI_CALLOUT_ICON_OPTIONS) {
3139
3210
  }
3140
3211
 
3141
3212
  // src/molecules/time-select.tsx
3142
- var import_jsx_runtime75 = require("react/jsx-runtime");
3213
+ var import_jsx_runtime77 = require("react/jsx-runtime");
3143
3214
 
3144
3215
  // src/molecules/radio-button-card.tsx
3145
3216
  var import_react49 = require("react");
3146
- var import_jsx_runtime76 = require("react/jsx-runtime");
3217
+ var import_jsx_runtime78 = require("react/jsx-runtime");
3147
3218
  var RadioCardContext = (0, import_react49.createContext)({});
3148
3219
 
3149
3220
  // src/molecules/download-card.tsx
3150
3221
  var import_react_icons6 = require("@radix-ui/react-icons");
3151
- var import_jsx_runtime77 = require("react/jsx-runtime");
3222
+ var import_jsx_runtime79 = require("react/jsx-runtime");
3152
3223
 
3153
3224
  // src/molecules/ghost-post.tsx
3154
- var import_jsx_runtime78 = require("react/jsx-runtime");
3225
+ var import_jsx_runtime80 = require("react/jsx-runtime");
3155
3226
 
3156
3227
  // src/molecules/curriculumV2/curriculum-context.tsx
3157
3228
  var import_react50 = require("react");
3158
- var import_jsx_runtime79 = require("react/jsx-runtime");
3229
+ var import_jsx_runtime81 = require("react/jsx-runtime");
3159
3230
  var CurriculumContext = (0, import_react50.createContext)(
3160
3231
  void 0
3161
3232
  );
3162
3233
 
3163
3234
  // src/molecules/curriculumV2/curriculum-sub-nav.tsx
3164
3235
  var import_react51 = require("react");
3165
- var import_jsx_runtime80 = require("react/jsx-runtime");
3236
+ var import_jsx_runtime82 = require("react/jsx-runtime");
3166
3237
 
3167
3238
  // src/molecules/curriculumV2/CurriculumContents/curriculum-video.tsx
3168
3239
  var import_react52 = require("react");
3169
- var import_jsx_runtime81 = require("react/jsx-runtime");
3240
+ var import_jsx_runtime83 = require("react/jsx-runtime");
3170
3241
 
3171
3242
  // src/molecules/curriculumV2/CurriculumContents/curriculum-review.tsx
3172
3243
  var import_react55 = require("react");
@@ -3177,88 +3248,88 @@ var import_react53 = require("react");
3177
3248
  var import_formik = require("formik");
3178
3249
  var import_lodash_es = require("lodash-es");
3179
3250
  var Yup = __toESM(require("yup"), 1);
3180
- var import_jsx_runtime82 = require("react/jsx-runtime");
3251
+ var import_jsx_runtime84 = require("react/jsx-runtime");
3181
3252
  var CurriculumReviewContext = (0, import_react53.createContext)(void 0);
3182
3253
 
3183
3254
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.tsx
3184
- var import_jsx_runtime83 = require("react/jsx-runtime");
3255
+ var import_jsx_runtime85 = require("react/jsx-runtime");
3185
3256
 
3186
3257
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.tsx
3187
- var import_jsx_runtime84 = require("react/jsx-runtime");
3258
+ var import_jsx_runtime86 = require("react/jsx-runtime");
3188
3259
 
3189
3260
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-layout.tsx
3190
- var import_jsx_runtime85 = require("react/jsx-runtime");
3261
+ var import_jsx_runtime87 = require("react/jsx-runtime");
3191
3262
 
3192
3263
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-header.tsx
3193
- var import_jsx_runtime86 = require("react/jsx-runtime");
3264
+ var import_jsx_runtime88 = require("react/jsx-runtime");
3194
3265
 
3195
3266
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.tsx
3196
- var import_jsx_runtime87 = require("react/jsx-runtime");
3267
+ var import_jsx_runtime89 = require("react/jsx-runtime");
3197
3268
 
3198
3269
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.tsx
3199
3270
  var import_react54 = require("react");
3200
3271
 
3201
3272
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.tsx
3202
- var import_jsx_runtime88 = require("react/jsx-runtime");
3273
+ var import_jsx_runtime90 = require("react/jsx-runtime");
3203
3274
 
3204
3275
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.tsx
3205
- var import_jsx_runtime89 = require("react/jsx-runtime");
3276
+ var import_jsx_runtime91 = require("react/jsx-runtime");
3206
3277
 
3207
3278
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.tsx
3208
- var import_jsx_runtime90 = require("react/jsx-runtime");
3279
+ var import_jsx_runtime92 = require("react/jsx-runtime");
3209
3280
 
3210
3281
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.tsx
3211
- var import_jsx_runtime91 = require("react/jsx-runtime");
3282
+ var import_jsx_runtime93 = require("react/jsx-runtime");
3212
3283
 
3213
3284
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.tsx
3214
- var import_jsx_runtime92 = require("react/jsx-runtime");
3285
+ var import_jsx_runtime94 = require("react/jsx-runtime");
3215
3286
 
3216
3287
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.tsx
3217
- var import_jsx_runtime93 = require("react/jsx-runtime");
3288
+ var import_jsx_runtime95 = require("react/jsx-runtime");
3218
3289
 
3219
3290
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.tsx
3220
- var import_jsx_runtime94 = require("react/jsx-runtime");
3291
+ var import_jsx_runtime96 = require("react/jsx-runtime");
3221
3292
 
3222
3293
  // src/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.tsx
3223
- var import_jsx_runtime95 = require("react/jsx-runtime");
3294
+ var import_jsx_runtime97 = require("react/jsx-runtime");
3224
3295
 
3225
3296
  // src/molecules/curriculumV2/CurriculumContents/curriculum-review.tsx
3226
- var import_jsx_runtime96 = require("react/jsx-runtime");
3297
+ var import_jsx_runtime98 = require("react/jsx-runtime");
3227
3298
 
3228
3299
  // src/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.tsx
3229
3300
  var import_react56 = require("react");
3230
- var import_jsx_runtime97 = require("react/jsx-runtime");
3301
+ var import_jsx_runtime99 = require("react/jsx-runtime");
3231
3302
 
3232
3303
  // src/molecules/curriculumV2/CurriculumContents/curriculum-file-download.tsx
3233
3304
  var import_react57 = require("react");
3234
- var import_jsx_runtime98 = require("react/jsx-runtime");
3305
+ var import_jsx_runtime100 = require("react/jsx-runtime");
3235
3306
 
3236
3307
  // src/molecules/curriculumV2/CurriculumContents/index.tsx
3237
- var import_jsx_runtime99 = require("react/jsx-runtime");
3308
+ var import_jsx_runtime101 = require("react/jsx-runtime");
3238
3309
 
3239
3310
  // src/molecules/curriculumV2/CurriculumSidebar/index.tsx
3240
3311
  var import_react58 = require("react");
3241
3312
 
3242
3313
  // src/molecules/curriculumV2/CurriculumSidebar/Items/section-title.tsx
3243
- var import_jsx_runtime100 = require("react/jsx-runtime");
3314
+ var import_jsx_runtime102 = require("react/jsx-runtime");
3244
3315
 
3245
3316
  // src/molecules/curriculumV2/CurriculumSidebar/Items/curriculum-sidebar-item-wrapper.tsx
3246
- var import_jsx_runtime101 = require("react/jsx-runtime");
3317
+ var import_jsx_runtime103 = require("react/jsx-runtime");
3247
3318
 
3248
3319
  // src/molecules/curriculumV2/CurriculumSidebar/Items/curriculum-item-title.tsx
3249
- var import_jsx_runtime102 = require("react/jsx-runtime");
3320
+ var import_jsx_runtime104 = require("react/jsx-runtime");
3250
3321
 
3251
3322
  // src/molecules/curriculumV2/CurriculumSidebar/Items/section-item.tsx
3252
- var import_jsx_runtime103 = require("react/jsx-runtime");
3323
+ var import_jsx_runtime105 = require("react/jsx-runtime");
3253
3324
 
3254
3325
  // src/molecules/curriculumV2/CurriculumSidebar/sidebar-item.tsx
3255
- var import_jsx_runtime104 = require("react/jsx-runtime");
3326
+ var import_jsx_runtime106 = require("react/jsx-runtime");
3256
3327
 
3257
3328
  // src/molecules/curriculumV2/CurriculumSidebar/index.tsx
3258
- var import_jsx_runtime105 = require("react/jsx-runtime");
3329
+ var import_jsx_runtime107 = require("react/jsx-runtime");
3259
3330
 
3260
3331
  // src/molecules/curriculumV2/curriculum-v2-layout.tsx
3261
- var import_jsx_runtime106 = require("react/jsx-runtime");
3332
+ var import_jsx_runtime108 = require("react/jsx-runtime");
3262
3333
 
3263
3334
  // src/molecules/dynamic-form.tsx
3264
3335
  var import_react60 = require("react");
@@ -3268,26 +3339,26 @@ var import_themes55 = require("@radix-ui/themes");
3268
3339
 
3269
3340
  // src/context/dynamic-form-context.tsx
3270
3341
  var import_react59 = require("react");
3271
- var import_jsx_runtime107 = require("react/jsx-runtime");
3342
+ var import_jsx_runtime109 = require("react/jsx-runtime");
3272
3343
  var DynamicFormContext = (0, import_react59.createContext)(null);
3273
3344
 
3274
3345
  // src/molecules/dynamic-field.tsx
3275
- var import_jsx_runtime108 = require("react/jsx-runtime");
3346
+ var import_jsx_runtime110 = require("react/jsx-runtime");
3276
3347
 
3277
3348
  // src/molecules/dynamic-form.tsx
3278
- var import_jsx_runtime109 = require("react/jsx-runtime");
3349
+ var import_jsx_runtime111 = require("react/jsx-runtime");
3279
3350
 
3280
3351
  // src/molecules/one-on-one-guide-list.tsx
3281
3352
  var import_react61 = require("react");
3282
- var import_jsx_runtime110 = require("react/jsx-runtime");
3353
+ var import_jsx_runtime112 = require("react/jsx-runtime");
3283
3354
 
3284
3355
  // src/molecules/description-json-render.tsx
3285
- var import_jsx_runtime111 = require("react/jsx-runtime");
3356
+ var import_jsx_runtime113 = require("react/jsx-runtime");
3286
3357
 
3287
3358
  // src/molecules/training-info-guideline.tsx
3288
3359
  var import_react62 = require("react");
3289
3360
  var import_react_icons8 = require("@radix-ui/react-icons");
3290
- var import_jsx_runtime112 = require("react/jsx-runtime");
3361
+ var import_jsx_runtime114 = require("react/jsx-runtime");
3291
3362
 
3292
3363
  // src/molecules/dynamic-form-editor.tsx
3293
3364
  var import_react65 = require("react");
@@ -3295,26 +3366,26 @@ var import_react65 = require("react");
3295
3366
  // src/molecules/dynamic-form-editor-field-editor-panel.tsx
3296
3367
  var import_react63 = require("react");
3297
3368
  var import_themes56 = require("@radix-ui/themes");
3298
- var import_jsx_runtime113 = require("react/jsx-runtime");
3369
+ var import_jsx_runtime115 = require("react/jsx-runtime");
3299
3370
 
3300
3371
  // src/molecules/dynamic-form-editor-field-list-panel.tsx
3301
3372
  var import_react64 = require("react");
3302
3373
  var import_themes57 = require("@radix-ui/themes");
3303
- var import_jsx_runtime114 = require("react/jsx-runtime");
3374
+ var import_jsx_runtime116 = require("react/jsx-runtime");
3304
3375
 
3305
3376
  // src/molecules/dynamic-form-editor-issues-panel.tsx
3306
- var import_jsx_runtime115 = require("react/jsx-runtime");
3377
+ var import_jsx_runtime117 = require("react/jsx-runtime");
3307
3378
 
3308
3379
  // src/molecules/dynamic-form-editor-preview-panel.tsx
3309
- var import_jsx_runtime116 = require("react/jsx-runtime");
3380
+ var import_jsx_runtime118 = require("react/jsx-runtime");
3310
3381
 
3311
3382
  // src/molecules/dynamic-form-editor.tsx
3312
- var import_jsx_runtime117 = require("react/jsx-runtime");
3383
+ var import_jsx_runtime119 = require("react/jsx-runtime");
3313
3384
 
3314
3385
  // src/molecules/autocomplete-textfield.tsx
3315
3386
  var import_react66 = require("react");
3316
3387
  var import_themes58 = require("@radix-ui/themes");
3317
- var import_jsx_runtime118 = require("react/jsx-runtime");
3388
+ var import_jsx_runtime120 = require("react/jsx-runtime");
3318
3389
  var AutocompleteTextfield = (0, import_react66.forwardRef)(
3319
3390
  (_a, ref) => {
3320
3391
  var _b = _a, {
@@ -3440,8 +3511,8 @@ var AutocompleteTextfield = (0, import_react66.forwardRef)(
3440
3511
  const item = listRef.current.children[highlightedIndex];
3441
3512
  item.scrollIntoView({ block: "nearest" });
3442
3513
  }, [highlightedIndex]);
3443
- return /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(import_themes58.Box, { position: "relative", style: { width: "100%" }, children: [
3444
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
3514
+ return /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(import_themes58.Box, { position: "relative", style: { width: "100%" }, children: [
3515
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
3445
3516
  TextField.Root,
3446
3517
  __spreadProps(__spreadValues({
3447
3518
  "aria-activedescendant": open && highlightedIndex >= 0 ? `${listboxId}-option-${highlightedIndex}` : void 0,
@@ -3467,12 +3538,12 @@ var AutocompleteTextfield = (0, import_react66.forwardRef)(
3467
3538
  value: inputValue
3468
3539
  }, rest), {
3469
3540
  children: [
3470
- slotLeft && /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TextField.Slot, { side: "left", children: slotLeft }),
3471
- slotRight && /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(TextField.Slot, { side: "right", children: slotRight })
3541
+ slotLeft && /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(TextField.Slot, { side: "left", children: slotLeft }),
3542
+ slotRight && /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(TextField.Slot, { side: "right", children: slotRight })
3472
3543
  ]
3473
3544
  })
3474
3545
  ),
3475
- /* @__PURE__ */ (0, import_jsx_runtime118.jsxs)(
3546
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsxs)(
3476
3547
  DropdownMenu.Root,
3477
3548
  {
3478
3549
  modal: false,
@@ -3484,7 +3555,7 @@ var AutocompleteTextfield = (0, import_react66.forwardRef)(
3484
3555
  },
3485
3556
  open,
3486
3557
  children: [
3487
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(DropdownMenu.Trigger, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
3558
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(DropdownMenu.Trigger, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
3488
3559
  "span",
3489
3560
  {
3490
3561
  "aria-hidden": "true",
@@ -3499,7 +3570,7 @@ var AutocompleteTextfield = (0, import_react66.forwardRef)(
3499
3570
  }
3500
3571
  }
3501
3572
  ) }),
3502
- /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
3573
+ /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
3503
3574
  DropdownMenu.Content,
3504
3575
  {
3505
3576
  align: "start",
@@ -3516,7 +3587,7 @@ var AutocompleteTextfield = (0, import_react66.forwardRef)(
3516
3587
  padding: 0,
3517
3588
  width: "var(--radix-dropdown-menu-trigger-width)"
3518
3589
  },
3519
- children: filtered.length === 0 && emptyMessage !== null ? /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(import_themes58.Box, { px: "2", py: "2", children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Typo, { color: "gray", children: emptyMessage }) }) : /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
3590
+ children: filtered.length === 0 && emptyMessage !== null ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(import_themes58.Box, { px: "2", py: "2", children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Typo, { color: "gray", children: emptyMessage }) }) : /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
3520
3591
  "ul",
3521
3592
  {
3522
3593
  id: listboxId,
@@ -3525,7 +3596,7 @@ var AutocompleteTextfield = (0, import_react66.forwardRef)(
3525
3596
  style: { listStyle: "none", margin: 0, padding: 0 },
3526
3597
  children: filtered.map((option, index) => {
3527
3598
  const isHighlighted = index === highlightedIndex;
3528
- return /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(
3599
+ return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
3529
3600
  "li",
3530
3601
  {
3531
3602
  "aria-selected": isHighlighted,
@@ -3544,7 +3615,7 @@ var AutocompleteTextfield = (0, import_react66.forwardRef)(
3544
3615
  backgroundColor: isHighlighted ? "var(--accent-3)" : "transparent",
3545
3616
  transition: "background-color 80ms"
3546
3617
  },
3547
- children: /* @__PURE__ */ (0, import_jsx_runtime118.jsx)(Typo, { variant: "body", children: option.label })
3618
+ children: /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(Typo, { variant: "body", children: option.label })
3548
3619
  },
3549
3620
  option.value
3550
3621
  );
@@ -3571,7 +3642,7 @@ var import_renderers = require("echarts/renderers");
3571
3642
  var import_components = require("echarts/components");
3572
3643
 
3573
3644
  // src/charts/horizontal-bar-chart.tsx
3574
- var import_jsx_runtime119 = require("react/jsx-runtime");
3645
+ var import_jsx_runtime121 = require("react/jsx-runtime");
3575
3646
 
3576
3647
  // src/charts/chart-theme.json
3577
3648
  var chart_theme_default = {
@@ -3722,7 +3793,7 @@ var EchartDefaultProps = {
3722
3793
  };
3723
3794
 
3724
3795
  // src/app/roleplay/chart/session-chart.tsx
3725
- var import_jsx_runtime120 = require("react/jsx-runtime");
3796
+ var import_jsx_runtime122 = require("react/jsx-runtime");
3726
3797
  function unwrapDefault(mod) {
3727
3798
  let current = mod;
3728
3799
  while (current !== null && typeof current === "object" && "default" in current) {
@@ -3782,7 +3853,7 @@ function Chart(_a) {
3782
3853
  };
3783
3854
  return deepMerge(baseOption, optionProp);
3784
3855
  }, [optionProp]);
3785
- return /* @__PURE__ */ (0, import_jsx_runtime120.jsx)("div", { ref, style: { width: "100%", height: "100%" }, children: mounted ? /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
3856
+ return /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("div", { ref, style: { width: "100%", height: "100%" }, children: mounted ? /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
3786
3857
  ReactEChartsCore,
3787
3858
  __spreadProps(__spreadValues(__spreadProps(__spreadValues({}, EchartDefaultProps), {
3788
3859
  echarts,
@@ -3831,7 +3902,7 @@ function useTokenColors(vars) {
3831
3902
  }
3832
3903
  setResolved(next);
3833
3904
  }, [key]);
3834
- const probe = /* @__PURE__ */ (0, import_jsx_runtime120.jsx)(
3905
+ const probe = /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
3835
3906
  "span",
3836
3907
  {
3837
3908
  "aria-hidden": true,
@@ -3843,7 +3914,7 @@ function useTokenColors(vars) {
3843
3914
  }
3844
3915
 
3845
3916
  // src/app/roleplay/parts/score-trend-section.tsx
3846
- var import_jsx_runtime121 = require("react/jsx-runtime");
3917
+ var import_jsx_runtime123 = require("react/jsx-runtime");
3847
3918
  function formatDateOnly(iso) {
3848
3919
  const d = new Date(iso);
3849
3920
  if (Number.isNaN(d.getTime())) return iso;
@@ -3854,9 +3925,9 @@ function Section4({
3854
3925
  desc,
3855
3926
  children
3856
3927
  }) {
3857
- return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)("section", { children: [
3858
- /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(import_themes7.Box, { mb: "3", children: [
3859
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
3928
+ return /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)("section", { children: [
3929
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(import_themes7.Box, { mb: "3", children: [
3930
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
3860
3931
  Heading2,
3861
3932
  {
3862
3933
  size: { initial: "4", md: "5" },
@@ -3865,14 +3936,14 @@ function Section4({
3865
3936
  children: title
3866
3937
  }
3867
3938
  ),
3868
- desc ? /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(import_themes7.Box, { mt: "1", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Typo, { as: "p", color: "gray", variant: "body", children: desc }) }) : null
3939
+ desc ? /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(import_themes7.Box, { mt: "1", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Typo, { as: "p", color: "gray", variant: "body", children: desc }) }) : null
3869
3940
  ] }),
3870
3941
  children
3871
3942
  ] });
3872
3943
  }
3873
3944
  function AttemptCell({ row }) {
3874
3945
  const d = row.original;
3875
- return /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
3946
+ return /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(
3876
3947
  Typo,
3877
3948
  {
3878
3949
  as: "span",
@@ -3888,11 +3959,11 @@ function AttemptCell({ row }) {
3888
3959
  );
3889
3960
  }
3890
3961
  function DateCell({ row }) {
3891
- return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Typo, { as: "span", mono: true, style: { color: "var(--gray-9)" }, variant: "body", children: formatDateOnly(row.original.createdAt) });
3962
+ return /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Typo, { as: "span", mono: true, style: { color: "var(--gray-9)" }, variant: "body", children: formatDateOnly(row.original.createdAt) });
3892
3963
  }
3893
3964
  function ScoreCell({ row }) {
3894
3965
  var _a;
3895
- return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
3966
+ return /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
3896
3967
  Typo,
3897
3968
  {
3898
3969
  as: "span",
@@ -3906,9 +3977,9 @@ function ScoreCell({ row }) {
3906
3977
  function DeltaCell({ row }) {
3907
3978
  const { delta } = row.original;
3908
3979
  if (delta === null) {
3909
- return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Typo, { as: "span", mono: true, style: { color: "var(--gray-9)" }, variant: "body", children: "\u2014" });
3980
+ return /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Typo, { as: "span", mono: true, style: { color: "var(--gray-9)" }, variant: "body", children: "\u2014" });
3910
3981
  }
3911
- return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Typo, { as: "span", mono: true, style: { color: "var(--gray-9)" }, variant: "body", children: delta > 0 ? `+${delta}` : `${delta}` });
3982
+ return /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Typo, { as: "span", mono: true, style: { color: "var(--gray-9)" }, variant: "body", children: delta > 0 ? `+${delta}` : `${delta}` });
3912
3983
  }
3913
3984
  function ScoreTrendSection({
3914
3985
  history
@@ -4018,13 +4089,13 @@ function ScoreTrendSection({
4018
4089
  })
4019
4090
  ];
4020
4091
  }, []);
4021
- return /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
4092
+ return /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
4022
4093
  Section4,
4023
4094
  {
4024
4095
  desc: `\uB3D9\uC77C \uB864\uD50C\uB808\uC789 \uCD5C\uADFC ${ordered.length}\uD68C\uCC28 \uCD1D\uC810 \uBCC0\uD654`,
4025
4096
  title: "\uCD1D\uC810 \uCD94\uC774",
4026
- children: /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(import_themes23.Flex, { direction: "column", gap: "4", children: [
4027
- /* @__PURE__ */ (0, import_jsx_runtime121.jsxs)(
4097
+ children: /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(import_themes23.Flex, { direction: "column", gap: "4", children: [
4098
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(
4028
4099
  "div",
4029
4100
  {
4030
4101
  "aria-label": "\uCD1D\uC810 \uCD94\uC774 \uB77C\uC778 \uCC28\uD2B8",
@@ -4032,11 +4103,11 @@ function ScoreTrendSection({
4032
4103
  style: { position: "relative", width: "100%", height: 200 },
4033
4104
  children: [
4034
4105
  probe,
4035
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(Chart, { option })
4106
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Chart, { option })
4036
4107
  ]
4037
4108
  }
4038
4109
  ),
4039
- /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(import_themes7.Box, { className: "rp-expand-table", children: /* @__PURE__ */ (0, import_jsx_runtime121.jsx)(
4110
+ /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(import_themes7.Box, { className: "rp-expand-table", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
4040
4111
  ExpandTable,
4041
4112
  {
4042
4113
  columns,
@@ -4054,33 +4125,33 @@ function ScoreTrendSection({
4054
4125
 
4055
4126
  // src/app/roleplay/parts/section-nav.tsx
4056
4127
  var import_react69 = require("react");
4057
- var import_jsx_runtime122 = require("react/jsx-runtime");
4128
+ var import_jsx_runtime124 = require("react/jsx-runtime");
4058
4129
  var NAV_ICONS = {
4059
- "score-summary": /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(import_jsx_runtime122.Fragment, { children: [
4060
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "m12 14 4-4" }),
4061
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "M3.34 19a10 10 0 1 1 17.32 0" })
4130
+ "score-summary": /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(import_jsx_runtime124.Fragment, { children: [
4131
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("path", { d: "m12 14 4-4" }),
4132
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("path", { d: "M3.34 19a10 10 0 1 1 17.32 0" })
4062
4133
  ] }),
4063
- strengths: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("polygon", { points: "12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2" }),
4064
- improvements: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(import_jsx_runtime122.Fragment, { children: [
4065
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("circle", { cx: "12", cy: "12", r: "9" }),
4066
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("circle", { cx: "12", cy: "12", r: "5" }),
4067
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("circle", { cx: "12", cy: "12", r: "1.5" })
4134
+ strengths: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("polygon", { points: "12 2 15.09 8.26 22 9.27 17 14.14 18.18 21.02 12 17.77 5.82 21.02 7 14.14 2 9.27 8.91 8.26 12 2" }),
4135
+ improvements: /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(import_jsx_runtime124.Fragment, { children: [
4136
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("circle", { cx: "12", cy: "12", r: "9" }),
4137
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("circle", { cx: "12", cy: "12", r: "5" }),
4138
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("circle", { cx: "12", cy: "12", r: "1.5" })
4068
4139
  ] }),
4069
- "score-trend": /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(import_jsx_runtime122.Fragment, { children: [
4070
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "M3 3v18h18" }),
4071
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "m19 8-5 5-4-4-4 4" })
4140
+ "score-trend": /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(import_jsx_runtime124.Fragment, { children: [
4141
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("path", { d: "M3 3v18h18" }),
4142
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("path", { d: "m19 8-5 5-4-4-4 4" })
4072
4143
  ] }),
4073
- "step-summary": /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" }),
4074
- "step-detail": /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(import_jsx_runtime122.Fragment, { children: [
4075
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("line", { x1: "8", x2: "21", y1: "6", y2: "6" }),
4076
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("line", { x1: "8", x2: "21", y1: "12", y2: "12" }),
4077
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("line", { x1: "8", x2: "21", y1: "18", y2: "18" }),
4078
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("path", { d: "M3 6h.01M3 12h.01M3 18h.01" })
4144
+ "step-summary": /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("path", { d: "M21 16V8a2 2 0 0 0-1-1.73l-7-4a2 2 0 0 0-2 0l-7 4A2 2 0 0 0 3 8v8a2 2 0 0 0 1 1.73l7 4a2 2 0 0 0 2 0l7-4A2 2 0 0 0 21 16z" }),
4145
+ "step-detail": /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(import_jsx_runtime124.Fragment, { children: [
4146
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("line", { x1: "8", x2: "21", y1: "6", y2: "6" }),
4147
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("line", { x1: "8", x2: "21", y1: "12", y2: "12" }),
4148
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("line", { x1: "8", x2: "21", y1: "18", y2: "18" }),
4149
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("path", { d: "M3 6h.01M3 12h.01M3 18h.01" })
4079
4150
  ] }),
4080
- coaching: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("polygon", { points: "13 2 3 14 12 14 11 22 21 10 12 10 13 2" })
4151
+ coaching: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("polygon", { points: "13 2 3 14 12 14 11 22 21 10 12 10 13 2" })
4081
4152
  };
4082
4153
  function NavIcon({ children }) {
4083
- return /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
4154
+ return /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4084
4155
  "svg",
4085
4156
  {
4086
4157
  "aria-hidden": "true",
@@ -4100,7 +4171,7 @@ function NavIcon({ children }) {
4100
4171
  function StepMetricBadge({ step }) {
4101
4172
  const scoreText = stepScoreText(step);
4102
4173
  if (scoreText !== null) {
4103
- return /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
4174
+ return /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4104
4175
  Typo,
4105
4176
  {
4106
4177
  as: "span",
@@ -4115,7 +4186,7 @@ function StepMetricBadge({ step }) {
4115
4186
  }
4116
4187
  const gradeLabel = stepGradeLabel(step);
4117
4188
  if (gradeLabel !== null) {
4118
- return /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
4189
+ return /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4119
4190
  Typo,
4120
4191
  {
4121
4192
  as: "span",
@@ -4158,8 +4229,8 @@ function scrollToId(id) {
4158
4229
  function SectionNav({ items, steps }) {
4159
4230
  const activeId = useScrollSpy(items.map((i) => i.id));
4160
4231
  const stepDetailActive = activeId === "step-summary" || activeId === "step-detail";
4161
- return /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(import_themes7.Box, { asChild: true, className: "rp-section-nav", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("aside", { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(import_themes7.Box, { children: [
4162
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
4232
+ return /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(import_themes7.Box, { asChild: true, className: "rp-section-nav", children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("aside", { children: /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(import_themes7.Box, { children: [
4233
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4163
4234
  Typo,
4164
4235
  {
4165
4236
  as: "p",
@@ -4173,9 +4244,9 @@ function SectionNav({ items, steps }) {
4173
4244
  children: "\uBAA9\uCC28"
4174
4245
  }
4175
4246
  ),
4176
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(import_themes7.Box, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("ul", { style: { listStyle: "none", margin: 0, padding: 0 }, children: items.map((item) => {
4247
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(import_themes7.Box, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("ul", { style: { listStyle: "none", margin: 0, padding: 0 }, children: items.map((item) => {
4177
4248
  const active = activeId === item.id;
4178
- return /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("li", { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(
4249
+ return /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("li", { children: /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(
4179
4250
  "button",
4180
4251
  {
4181
4252
  "aria-current": active ? "true" : void 0,
@@ -4189,9 +4260,9 @@ function SectionNav({ items, steps }) {
4189
4260
  } : void 0,
4190
4261
  type: "button",
4191
4262
  children: [
4192
- /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(import_themes23.Flex, { align: "center", gap: "2", style: { minWidth: 0 }, children: [
4193
- NAV_ICONS[item.id] ? /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(NavIcon, { children: NAV_ICONS[item.id] }) : null,
4194
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
4263
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(import_themes23.Flex, { align: "center", gap: "2", style: { minWidth: 0 }, children: [
4264
+ NAV_ICONS[item.id] ? /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(NavIcon, { children: NAV_ICONS[item.id] }) : null,
4265
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4195
4266
  Typo,
4196
4267
  {
4197
4268
  as: "span",
@@ -4202,8 +4273,8 @@ function SectionNav({ items, steps }) {
4202
4273
  }
4203
4274
  )
4204
4275
  ] }),
4205
- typeof item.score === "number" ? /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(Typo, { as: "span", mono: true, style: { flexShrink: 0 }, variant: "body", children: [
4206
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
4276
+ typeof item.score === "number" ? /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(Typo, { as: "span", mono: true, style: { flexShrink: 0 }, variant: "body", children: [
4277
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4207
4278
  Typo,
4208
4279
  {
4209
4280
  as: "span",
@@ -4215,7 +4286,7 @@ function SectionNav({ items, steps }) {
4215
4286
  children: item.score
4216
4287
  }
4217
4288
  ),
4218
- /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(Typo, { as: "span", style: { color: "var(--gray-9)" }, variant: "body", children: [
4289
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(Typo, { as: "span", style: { color: "var(--gray-9)" }, variant: "body", children: [
4219
4290
  "/",
4220
4291
  item.max
4221
4292
  ] })
@@ -4224,8 +4295,8 @@ function SectionNav({ items, steps }) {
4224
4295
  }
4225
4296
  ) }, item.id);
4226
4297
  }) }) }),
4227
- steps.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(import_themes7.Box, { mt: "3", pt: "3", style: { borderTop: "1px solid var(--gray-4)" }, children: [
4228
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(import_themes7.Box, { pb: "1", px: "3", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
4298
+ steps.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(import_themes7.Box, { mt: "3", pt: "3", style: { borderTop: "1px solid var(--gray-4)" }, children: [
4299
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(import_themes7.Box, { pb: "1", px: "3", children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4229
4300
  Typo,
4230
4301
  {
4231
4302
  as: "span",
@@ -4237,9 +4308,9 @@ function SectionNav({ items, steps }) {
4237
4308
  children: "\uB2E8\uACC4\uBCC4 \uC810\uC218"
4238
4309
  }
4239
4310
  ) }),
4240
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(import_themes7.Box, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("ul", { style: { listStyle: "none", margin: 0, padding: 0 }, children: steps.map((step) => {
4311
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(import_themes7.Box, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("ul", { style: { listStyle: "none", margin: 0, padding: 0 }, children: steps.map((step) => {
4241
4312
  const ratio = stepRatio(step);
4242
- return /* @__PURE__ */ (0, import_jsx_runtime122.jsx)("li", { children: /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(
4313
+ return /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("li", { children: /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(
4243
4314
  "button",
4244
4315
  {
4245
4316
  className: "rp-jump-btn",
@@ -4248,8 +4319,8 @@ function SectionNav({ items, steps }) {
4248
4319
  },
4249
4320
  type: "button",
4250
4321
  children: [
4251
- /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(import_themes23.Flex, { align: "center", gap: "2", justify: "between", children: [
4252
- /* @__PURE__ */ (0, import_jsx_runtime122.jsxs)(
4322
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(import_themes23.Flex, { align: "center", gap: "2", justify: "between", children: [
4323
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(
4253
4324
  Typo,
4254
4325
  {
4255
4326
  as: "span",
@@ -4257,7 +4328,7 @@ function SectionNav({ items, steps }) {
4257
4328
  truncate: true,
4258
4329
  variant: "body",
4259
4330
  children: [
4260
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
4331
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4261
4332
  Typo,
4262
4333
  {
4263
4334
  as: "span",
@@ -4269,7 +4340,7 @@ function SectionNav({ items, steps }) {
4269
4340
  }
4270
4341
  ),
4271
4342
  " ",
4272
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(
4343
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(
4273
4344
  Typo,
4274
4345
  {
4275
4346
  as: "span",
@@ -4281,9 +4352,9 @@ function SectionNav({ items, steps }) {
4281
4352
  ]
4282
4353
  }
4283
4354
  ),
4284
- /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(StepMetricBadge, { step })
4355
+ /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(StepMetricBadge, { step })
4285
4356
  ] }),
4286
- ratio !== null ? /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(import_themes7.Box, { mt: "1", children: /* @__PURE__ */ (0, import_jsx_runtime122.jsx)(Progress, { color: stepColor(step), size: "1", value: ratio * 100 }) }) : null
4357
+ ratio !== null ? /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(import_themes7.Box, { mt: "1", children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(Progress, { color: stepColor(step), size: "1", value: ratio * 100 }) }) : null
4287
4358
  ]
4288
4359
  }
4289
4360
  ) }, step.key);
@@ -4293,14 +4364,14 @@ function SectionNav({ items, steps }) {
4293
4364
  }
4294
4365
 
4295
4366
  // src/app/roleplay/parts/step-detail.tsx
4296
- var import_jsx_runtime123 = require("react/jsx-runtime");
4367
+ var import_jsx_runtime125 = require("react/jsx-runtime");
4297
4368
  function RubricField({
4298
4369
  label,
4299
4370
  value
4300
4371
  }) {
4301
- return /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(import_themes7.Box, { children: [
4302
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Typo, { as: "p", variant: "body", weight: "medium", children: label }),
4303
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(import_themes7.Box, { mt: "1", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Typo, { as: "p", variant: "body", children: value }) })
4372
+ return /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(import_themes7.Box, { children: [
4373
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Typo, { as: "p", variant: "body", weight: "medium", children: label }),
4374
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(import_themes7.Box, { mt: "1", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Typo, { as: "p", variant: "body", children: value }) })
4304
4375
  ] });
4305
4376
  }
4306
4377
  function StepDetail({
@@ -4311,14 +4382,14 @@ function StepDetail({
4311
4382
  const ratio = stepRatio(step);
4312
4383
  const scoreText = stepScoreText(step);
4313
4384
  const gradeLabel = stepGradeLabel(step);
4314
- return /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(import_themes7.Box, { id: `step-${step.key}`, style: { scrollMarginTop }, children: [
4315
- /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(import_themes23.Flex, { align: "center", gap: "2", justify: "between", mb: "1", children: [
4316
- /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(import_themes7.Box, { style: { minWidth: 0 }, children: [
4317
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Typo, { as: "span", color: "gray", mono: true, variant: "body", children: stepCode(step) }),
4318
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Typo, { as: "p", variant: "subtitle", weight: "bold", children: step.label })
4385
+ return /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(import_themes7.Box, { id: `step-${step.key}`, style: { scrollMarginTop }, children: [
4386
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(import_themes23.Flex, { align: "center", gap: "2", justify: "between", mb: "1", children: [
4387
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(import_themes7.Box, { style: { minWidth: 0 }, children: [
4388
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Typo, { as: "span", color: "gray", mono: true, variant: "body", children: stepCode(step) }),
4389
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Typo, { as: "p", variant: "subtitle", weight: "bold", children: step.label })
4319
4390
  ] }),
4320
- /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(import_themes23.Flex, { align: "end", direction: "column", gap: "1", style: { flexShrink: 0 }, children: [
4321
- scoreText !== null ? /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
4391
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(import_themes23.Flex, { align: "end", direction: "column", gap: "1", style: { flexShrink: 0 }, children: [
4392
+ scoreText !== null ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4322
4393
  Typo,
4323
4394
  {
4324
4395
  as: "span",
@@ -4329,7 +4400,7 @@ function StepDetail({
4329
4400
  children: scoreText
4330
4401
  }
4331
4402
  ) : null,
4332
- gradeLabel !== null ? /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
4403
+ gradeLabel !== null ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4333
4404
  Typo,
4334
4405
  {
4335
4406
  as: "span",
@@ -4349,16 +4420,16 @@ function StepDetail({
4349
4420
  ) : null
4350
4421
  ] })
4351
4422
  ] }),
4352
- ratio !== null ? /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(import_themes7.Box, { mb: "3", mt: "2", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Progress, { color: stepColor(step), size: "2", value: ratio * 100 }) }) : null,
4353
- step.description ? /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(import_themes7.Box, { mb: "3", mt: ratio !== null ? "0" : "2", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Typo, { as: "p", color: "gray", variant: "body", children: step.description }) }) : null,
4354
- /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(import_themes23.Flex, { direction: "column", gap: "0", children: [
4355
- step.basis || step.issue ? /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(import_themes7.Box, { pb: "3", style: { borderBottom: "1px solid var(--gray-a4)" }, children: /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(import_themes23.Flex, { direction: "column", gap: "3", children: [
4356
- step.basis ? /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(RubricField, { label: "\uADFC\uAC70", value: step.basis }) : null,
4357
- step.issue ? /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(RubricField, { label: "\uC544\uC26C\uC6B4 \uC810", value: step.issue }) : null
4423
+ ratio !== null ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(import_themes7.Box, { mb: "3", mt: "2", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Progress, { color: stepColor(step), size: "2", value: ratio * 100 }) }) : null,
4424
+ step.description ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(import_themes7.Box, { mb: "3", mt: ratio !== null ? "0" : "2", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Typo, { as: "p", color: "gray", variant: "body", children: step.description }) }) : null,
4425
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(import_themes23.Flex, { direction: "column", gap: "0", children: [
4426
+ step.basis || step.issue ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(import_themes7.Box, { pb: "3", style: { borderBottom: "1px solid var(--gray-a4)" }, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(import_themes23.Flex, { direction: "column", gap: "3", children: [
4427
+ step.basis ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(RubricField, { label: "\uADFC\uAC70", value: step.basis }) : null,
4428
+ step.issue ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(RubricField, { label: "\uC544\uC26C\uC6B4 \uC810", value: step.issue }) : null
4358
4429
  ] }) }) : null,
4359
- step.improve || step.example || step.idealExample ? /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(import_themes7.Box, { pt: "3", children: /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(import_themes23.Flex, { direction: "column", gap: "3", children: [
4360
- step.improve ? /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(RubricField, { label: "\uAC1C\uC120\uC810", value: step.improve }) : null,
4361
- step.example ? /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(
4430
+ step.improve || step.example || step.idealExample ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(import_themes7.Box, { pt: "3", children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(import_themes23.Flex, { direction: "column", gap: "3", children: [
4431
+ step.improve ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(RubricField, { label: "\uAC1C\uC120\uC810", value: step.improve }) : null,
4432
+ step.example ? /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(
4362
4433
  import_themes7.Box,
4363
4434
  {
4364
4435
  p: "2",
@@ -4367,7 +4438,7 @@ function StepDetail({
4367
4438
  background: "var(--accent-a2)"
4368
4439
  },
4369
4440
  children: [
4370
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
4441
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4371
4442
  Typo,
4372
4443
  {
4373
4444
  as: "p",
@@ -4377,11 +4448,11 @@ function StepDetail({
4377
4448
  children: "\uC608\uC2DC \uC2A4\uD06C\uB9BD\uD2B8"
4378
4449
  }
4379
4450
  ),
4380
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(import_themes7.Box, { mt: "1", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Typo, { as: "p", style: { color: "var(--accent-11)" }, variant: "body", children: step.example }) })
4451
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(import_themes7.Box, { mt: "1", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Typo, { as: "p", style: { color: "var(--accent-11)" }, variant: "body", children: step.example }) })
4381
4452
  ]
4382
4453
  }
4383
4454
  ) : null,
4384
- step.idealExample ? /* @__PURE__ */ (0, import_jsx_runtime123.jsxs)(
4455
+ step.idealExample ? /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(
4385
4456
  import_themes7.Box,
4386
4457
  {
4387
4458
  p: "2",
@@ -4390,8 +4461,8 @@ function StepDetail({
4390
4461
  background: "var(--gray-a2)"
4391
4462
  },
4392
4463
  children: [
4393
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(Typo, { as: "p", color: "gray", variant: "body", weight: "medium", children: "\uBAA8\uBC94 \uC608\uC2DC" }),
4394
- /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(import_themes7.Box, { mt: "1", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime123.jsx)(
4464
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Typo, { as: "p", color: "gray", variant: "body", weight: "medium", children: "\uBAA8\uBC94 \uC608\uC2DC" }),
4465
+ /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(import_themes7.Box, { mt: "1", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4395
4466
  Typo,
4396
4467
  {
4397
4468
  as: "p",
@@ -4410,7 +4481,7 @@ function StepDetail({
4410
4481
  }
4411
4482
 
4412
4483
  // src/app/roleplay/parts/step-radar.tsx
4413
- var import_jsx_runtime124 = require("react/jsx-runtime");
4484
+ var import_jsx_runtime126 = require("react/jsx-runtime");
4414
4485
  function StepRadar({ steps }) {
4415
4486
  const { colors, probe } = useTokenColors({
4416
4487
  accent: ["--accent-9", "#5b5bd6"],
@@ -4459,7 +4530,7 @@ function StepRadar({ steps }) {
4459
4530
  }
4460
4531
  ]
4461
4532
  };
4462
- return /* @__PURE__ */ (0, import_jsx_runtime124.jsxs)(
4533
+ return /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(
4463
4534
  "div",
4464
4535
  {
4465
4536
  "aria-label": "\uD3C9\uAC00 \uB2E8\uACC4 \uB808\uC774\uB354 \uCC28\uD2B8",
@@ -4475,23 +4546,23 @@ function StepRadar({ steps }) {
4475
4546
  },
4476
4547
  children: [
4477
4548
  probe,
4478
- /* @__PURE__ */ (0, import_jsx_runtime124.jsx)("div", { style: { width: "100%", maxWidth: 300, height: 280 }, children: /* @__PURE__ */ (0, import_jsx_runtime124.jsx)(Chart, { option }) })
4549
+ /* @__PURE__ */ (0, import_jsx_runtime126.jsx)("div", { style: { width: "100%", maxWidth: 300, height: 280 }, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Chart, { option }) })
4479
4550
  ]
4480
4551
  }
4481
4552
  );
4482
4553
  }
4483
4554
 
4484
4555
  // src/app/roleplay/parts/step-summary.tsx
4485
- var import_jsx_runtime125 = require("react/jsx-runtime");
4556
+ var import_jsx_runtime127 = require("react/jsx-runtime");
4486
4557
  function Section5({
4487
4558
  title,
4488
4559
  desc,
4489
4560
  children
4490
4561
  }) {
4491
- return /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)("section", { children: [
4492
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(import_themes7.Box, { mb: "3", children: [
4493
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Typo, { as: "p", variant: "subtitle", weight: "bold", children: title }),
4494
- desc ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(import_themes7.Box, { mt: "1", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Typo, { as: "p", color: "gray", variant: "body", children: desc }) }) : null
4562
+ return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)("section", { children: [
4563
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(import_themes7.Box, { mb: "3", children: [
4564
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Typo, { as: "p", variant: "subtitle", weight: "bold", children: title }),
4565
+ desc ? /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(import_themes7.Box, { mt: "1", style: { maxWidth: "65ch" }, children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Typo, { as: "p", color: "gray", variant: "body", children: desc }) }) : null
4495
4566
  ] }),
4496
4567
  children
4497
4568
  ] });
@@ -4500,13 +4571,13 @@ function StepSummary({ steps }) {
4500
4571
  if (steps.length === 0) return null;
4501
4572
  const radarReady = steps.every((s) => stepRatio(s) !== null);
4502
4573
  const desc = "\uB300\uD654 \uB2E8\uACC4 \uBCC4\uB85C \uB098\uC758 \uAC15\uC57D\uC810\uC744 \uD655\uC778\uD560 \uC218 \uC788\uC5B4\uC694.";
4503
- const list = /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(import_themes23.Flex, { direction: "column", children: steps.map((step, i) => {
4574
+ const list = /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(import_themes23.Flex, { direction: "column", children: steps.map((step, i) => {
4504
4575
  const ratio = stepRatio(step);
4505
4576
  const scoreText = stepScoreText(step);
4506
4577
  const gradeLabel = stepGradeLabel(step);
4507
- return /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(import_themes7.Box, { children: [
4508
- i > 0 && /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(import_themes40.Separator, { size: "4" }),
4509
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4578
+ return /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(import_themes7.Box, { children: [
4579
+ i > 0 && /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(import_themes40.Separator, { size: "4" }),
4580
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4510
4581
  "button",
4511
4582
  {
4512
4583
  className: "rp-rubric-scroll-btn",
@@ -4523,9 +4594,9 @@ function StepSummary({ steps }) {
4523
4594
  textAlign: "left"
4524
4595
  },
4525
4596
  type: "button",
4526
- children: /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(import_themes23.Flex, { direction: "column", gap: "1", children: [
4527
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(import_themes23.Flex, { align: "center", gap: "2", justify: "between", children: [
4528
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(
4597
+ children: /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(import_themes23.Flex, { direction: "column", gap: "1", children: [
4598
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(import_themes23.Flex, { align: "center", gap: "2", justify: "between", children: [
4599
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
4529
4600
  Typo,
4530
4601
  {
4531
4602
  as: "span",
@@ -4534,7 +4605,7 @@ function StepSummary({ steps }) {
4534
4605
  variant: "body",
4535
4606
  weight: "medium",
4536
4607
  children: [
4537
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4608
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4538
4609
  Typo,
4539
4610
  {
4540
4611
  as: "span",
@@ -4550,9 +4621,9 @@ function StepSummary({ steps }) {
4550
4621
  ]
4551
4622
  }
4552
4623
  ),
4553
- /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(import_themes23.Flex, { align: "center", gap: "2", style: { flexShrink: 0 }, children: [
4554
- scoreText !== null ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Typo, { as: "span", mono: true, variant: "body", weight: "bold", children: scoreText }) : null,
4555
- gradeLabel !== null ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(
4624
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(import_themes23.Flex, { align: "center", gap: "2", style: { flexShrink: 0 }, children: [
4625
+ scoreText !== null ? /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Typo, { as: "span", mono: true, variant: "body", weight: "bold", children: scoreText }) : null,
4626
+ gradeLabel !== null ? /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(
4556
4627
  Typo,
4557
4628
  {
4558
4629
  as: "span",
@@ -4565,13 +4636,13 @@ function StepSummary({ steps }) {
4565
4636
  ) : null
4566
4637
  ] })
4567
4638
  ] }),
4568
- ratio !== null ? /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(import_themes7.Box, { style: { flex: 1 }, children: /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Progress, { color: stepColor(step), size: "1", value: ratio * 100 }) }) : null
4639
+ ratio !== null ? /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(import_themes7.Box, { style: { flex: 1 }, children: /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Progress, { color: stepColor(step), size: "1", value: ratio * 100 }) }) : null
4569
4640
  ] })
4570
4641
  }
4571
4642
  )
4572
4643
  ] }, step.key);
4573
4644
  }) });
4574
- return /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(Section5, { desc, title: "\uD3C9\uAC00 \uB2E8\uACC4 \uC694\uC57D", children: radarReady ? /* @__PURE__ */ (0, import_jsx_runtime125.jsxs)(
4645
+ return /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(Section5, { desc, title: "\uD3C9\uAC00 \uB2E8\uACC4 \uC694\uC57D", children: radarReady ? /* @__PURE__ */ (0, import_jsx_runtime127.jsxs)(
4575
4646
  import_themes24.Grid,
4576
4647
  {
4577
4648
  align: "center",
@@ -4579,14 +4650,14 @@ function StepSummary({ steps }) {
4579
4650
  gap: "6",
4580
4651
  children: [
4581
4652
  list,
4582
- /* @__PURE__ */ (0, import_jsx_runtime125.jsx)(StepRadar, { steps })
4653
+ /* @__PURE__ */ (0, import_jsx_runtime127.jsx)(StepRadar, { steps })
4583
4654
  ]
4584
4655
  }
4585
4656
  ) : list });
4586
4657
  }
4587
4658
 
4588
4659
  // src/app/roleplay/parts/content.tsx
4589
- var import_jsx_runtime126 = require("react/jsx-runtime");
4660
+ var import_jsx_runtime128 = require("react/jsx-runtime");
4590
4661
  function Content8({
4591
4662
  detail,
4592
4663
  report,
@@ -4609,20 +4680,20 @@ function Content8({
4609
4680
  ...showStepDetail ? [{ id: "step-detail", label: "\uB2E8\uACC4\uBCC4 \uC0C1\uC138 \uBD84\uC11D" }] : [],
4610
4681
  ...skills.length > 0 ? [{ id: "coaching", label: "\uC989\uC2DC \uC801\uC6A9 \uC2A4\uD0AC" }] : []
4611
4682
  ];
4612
- return /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(
4683
+ return /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)(
4613
4684
  import_themes24.Grid,
4614
4685
  {
4615
4686
  align: "start",
4616
4687
  columns: { initial: "1", md: "minmax(0, 1fr) 224px" },
4617
4688
  gap: "7",
4618
4689
  children: [
4619
- /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(import_themes23.Flex, { direction: "column", gap: "7", children: [
4620
- report.frameworkTitle !== null || report.frameworkDescription !== null ? /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(import_themes7.Box, { children: [
4621
- report.frameworkTitle !== null ? /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Heading2, { size: "5", weight: "bold", children: report.frameworkTitle }) : null,
4622
- report.frameworkDescription !== null ? /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(import_themes7.Box, { mt: report.frameworkTitle !== null ? "2" : "0", children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(Typo, { as: "p", variant: "body", children: report.frameworkDescription }) }) : null
4690
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)(import_themes23.Flex, { direction: "column", gap: "7", children: [
4691
+ report.frameworkTitle !== null || report.frameworkDescription !== null ? /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)(import_themes7.Box, { children: [
4692
+ report.frameworkTitle !== null ? /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(Heading2, { size: "5", weight: "bold", children: report.frameworkTitle }) : null,
4693
+ report.frameworkDescription !== null ? /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(import_themes7.Box, { mt: report.frameworkTitle !== null ? "2" : "0", children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(Typo, { as: "p", variant: "body", children: report.frameworkDescription }) }) : null
4623
4694
  ] }) : null,
4624
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(import_themes7.Box, { id: "score-summary", style: { scrollMarginTop }, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(ScoreSummary, { detail, report, speechShare }) }),
4625
- strengths.length > 0 ? /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(import_themes7.Box, { id: "strengths", style: { scrollMarginTop }, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4695
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(import_themes7.Box, { id: "score-summary", style: { scrollMarginTop }, children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(ScoreSummary, { detail, report, speechShare }) }),
4696
+ strengths.length > 0 ? /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(import_themes7.Box, { id: "strengths", style: { scrollMarginTop }, children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
4626
4697
  AnalysisSection,
4627
4698
  {
4628
4699
  desc: "\uC774\uBC88 \uC138\uC158\uC5D0\uC11C \uAC00\uC7A5 \uB3CB\uBCF4\uC778 \uAC15\uC810\uB4E4\uC774\uC5D0\uC694.",
@@ -4631,7 +4702,7 @@ function Content8({
4631
4702
  tone: "good"
4632
4703
  }
4633
4704
  ) }) : null,
4634
- improvements.length > 0 ? /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(import_themes7.Box, { id: "improvements", style: { scrollMarginTop }, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4705
+ improvements.length > 0 ? /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(import_themes7.Box, { id: "improvements", style: { scrollMarginTop }, children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
4635
4706
  AnalysisSection,
4636
4707
  {
4637
4708
  desc: "\uB2E4\uC74C\uC5D0 \uBCF4\uC644\uD55C\uB2E4\uBA74 \uB354 \uB098\uC740 \uACB0\uACFC\uB97C \uC5BB\uC744 \uC218 \uC788\uC744 \uAC70\uC5D0\uC694.",
@@ -4640,15 +4711,15 @@ function Content8({
4640
4711
  tone: "bad"
4641
4712
  }
4642
4713
  ) }) : null,
4643
- showTrend ? /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(import_themes7.Box, { id: "score-trend", style: { scrollMarginTop }, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(ScoreTrendSection, { history }) }) : null,
4644
- showStepSummary ? /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(import_themes7.Box, { id: "step-summary", style: { scrollMarginTop }, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(StepSummary, { steps }) }) : null,
4645
- showStepDetail ? /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(import_themes7.Box, { id: "step-detail", style: { scrollMarginTop }, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4714
+ showTrend ? /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(import_themes7.Box, { id: "score-trend", style: { scrollMarginTop }, children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(ScoreTrendSection, { history }) }) : null,
4715
+ showStepSummary ? /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(import_themes7.Box, { id: "step-summary", style: { scrollMarginTop }, children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(StepSummary, { steps }) }) : null,
4716
+ showStepDetail ? /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(import_themes7.Box, { id: "step-detail", style: { scrollMarginTop }, children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
4646
4717
  Section2,
4647
4718
  {
4648
4719
  desc: "\uC774\uBC88 \uB300\uD654\uC758 \uB354 \uB098\uC544\uC9C8 \uC218 \uC788\uB294 \uBC29\uD5A5\uC744 \uC54C\uB824\uB4DC\uB9B4\uAC8C\uC694.",
4649
4720
  title: "\uB2E8\uACC4\uBCC4 \uC0C1\uC138 \uBD84\uC11D",
4650
- children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(import_themes23.Flex, { direction: "column", children: steps.map((step, i) => /* @__PURE__ */ (0, import_jsx_runtime126.jsxs)(import_themes7.Box, { children: [
4651
- i > 0 ? /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(
4721
+ children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(import_themes23.Flex, { direction: "column", children: steps.map((step, i) => /* @__PURE__ */ (0, import_jsx_runtime128.jsxs)(import_themes7.Box, { children: [
4722
+ i > 0 ? /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(
4652
4723
  import_themes40.Separator,
4653
4724
  {
4654
4725
  mb: "6",
@@ -4656,13 +4727,13 @@ function Content8({
4656
4727
  style: { marginTop: "calc(var(--space-9) * 1.6)" }
4657
4728
  }
4658
4729
  ) : null,
4659
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(StepDetail, { scrollMarginTop, step })
4730
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(StepDetail, { scrollMarginTop, step })
4660
4731
  ] }, step.key)) })
4661
4732
  }
4662
4733
  ) }) : null,
4663
- skills.length > 0 ? /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(import_themes7.Box, { id: "coaching", style: { scrollMarginTop }, children: /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(CoachingPanel, { skills }) }) : null
4734
+ skills.length > 0 ? /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(import_themes7.Box, { id: "coaching", style: { scrollMarginTop }, children: /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(CoachingPanel, { skills }) }) : null
4664
4735
  ] }),
4665
- /* @__PURE__ */ (0, import_jsx_runtime126.jsx)(SectionNav, { items: navItems, steps: showStepDetail ? steps : [] })
4736
+ /* @__PURE__ */ (0, import_jsx_runtime128.jsx)(SectionNav, { items: navItems, steps: showStepDetail ? steps : [] })
4666
4737
  ]
4667
4738
  }
4668
4739
  );