@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
@@ -67,7 +67,8 @@ import "../../../chunk-EIKFXUNC.js";
67
67
  import "../../../chunk-RP2RGCAW.js";
68
68
  import "../../../chunk-JETG3WEI.js";
69
69
  import "../../../chunk-VOME2TE7.js";
70
- import "../../../chunk-JVXATVAC.js";
70
+ import "../../../chunk-2PPLSZ4P.js";
71
+ import "../../../chunk-2FJ4LW7E.js";
71
72
  import "../../../chunk-B3VSXNTH.js";
72
73
  import "../../../chunk-ZQE7SP6P.js";
73
74
  import "../../../chunk-R6ARPREO.js";
@@ -78,7 +79,7 @@ import "../../../chunk-QO6KO6MN.js";
78
79
  import "../../../chunk-5KNRHIIF.js";
79
80
  import "../../../chunk-6JRAI4G5.js";
80
81
  import "../../../chunk-776WBOKL.js";
81
- import "../../../chunk-2FJ4LW7E.js";
82
+ import "../../../chunk-IAKMJR72.js";
82
83
  import "../../../chunk-YSYJCYHY.js";
83
84
  import "../../../chunk-5OM2H6RI.js";
84
85
  import "../../../chunk-ZUYCXCPW.js";
@@ -1808,27 +1808,50 @@ var HeadsetIcon = React34.forwardRef(
1808
1808
  );
1809
1809
  HeadsetIcon.displayName = "HeadsetIcon";
1810
1810
 
1811
- // src/atoms/pagination.tsx
1811
+ // src/icons/empty-box.tsx
1812
+ var React35 = __toESM(require("react"), 1);
1812
1813
  var import_jsx_runtime51 = require("react/jsx-runtime");
1814
+ var EmptyBoxIcon = React35.forwardRef(
1815
+ (_a, forwardedRef) => {
1816
+ var _b = _a, { color = "currentColor", width = 120, height = 120 } = _b, props = __objRest(_b, ["color", "width", "height"]);
1817
+ return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
1818
+ "svg",
1819
+ __spreadProps(__spreadValues({
1820
+ fill: color,
1821
+ height,
1822
+ viewBox: "0 0 462.035 462.035",
1823
+ width,
1824
+ xmlns: "http://www.w3.org/2000/svg"
1825
+ }, props), {
1826
+ ref: forwardedRef,
1827
+ 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" })
1828
+ })
1829
+ );
1830
+ }
1831
+ );
1832
+ EmptyBoxIcon.displayName = "EmptyBoxIcon";
1813
1833
 
1814
- // src/atoms/field-error-wrapper.tsx
1834
+ // src/atoms/pagination.tsx
1815
1835
  var import_jsx_runtime52 = require("react/jsx-runtime");
1816
1836
 
1837
+ // src/atoms/field-error-wrapper.tsx
1838
+ var import_jsx_runtime53 = require("react/jsx-runtime");
1839
+
1817
1840
  // src/atoms/ellipsis-tooltip.tsx
1818
1841
  var import_react37 = require("react");
1819
- var import_jsx_runtime53 = require("react/jsx-runtime");
1842
+ var import_jsx_runtime54 = require("react/jsx-runtime");
1820
1843
 
1821
1844
  // src/atoms/drawer.tsx
1822
1845
  var Dialog = __toESM(require("@radix-ui/react-dialog"), 1);
1823
1846
  var import_themes51 = require("@radix-ui/themes");
1824
1847
 
1825
1848
  // src/icons/close-panel-arrow.tsx
1826
- var React37 = __toESM(require("react"), 1);
1827
- var import_jsx_runtime54 = require("react/jsx-runtime");
1828
- var ClosePanelArrowIcon = React37.forwardRef(
1849
+ var React38 = __toESM(require("react"), 1);
1850
+ var import_jsx_runtime55 = require("react/jsx-runtime");
1851
+ var ClosePanelArrowIcon = React38.forwardRef(
1829
1852
  (_a, forwardedRef) => {
1830
1853
  var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
1831
- return /* @__PURE__ */ (0, import_jsx_runtime54.jsxs)(
1854
+ return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
1832
1855
  "svg",
1833
1856
  __spreadProps(__spreadValues({
1834
1857
  fill: "none",
@@ -1839,7 +1862,7 @@ var ClosePanelArrowIcon = React37.forwardRef(
1839
1862
  }, props), {
1840
1863
  ref: forwardedRef,
1841
1864
  children: [
1842
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1865
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1843
1866
  "path",
1844
1867
  {
1845
1868
  clipRule: "evenodd",
@@ -1848,7 +1871,7 @@ var ClosePanelArrowIcon = React37.forwardRef(
1848
1871
  fillRule: "evenodd"
1849
1872
  }
1850
1873
  ),
1851
- /* @__PURE__ */ (0, import_jsx_runtime54.jsx)(
1874
+ /* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
1852
1875
  "path",
1853
1876
  {
1854
1877
  clipRule: "evenodd",
@@ -1865,11 +1888,11 @@ var ClosePanelArrowIcon = React37.forwardRef(
1865
1888
  ClosePanelArrowIcon.displayName = "ArrowDownIcon";
1866
1889
 
1867
1890
  // src/atoms/drawer.tsx
1868
- var import_jsx_runtime55 = require("react/jsx-runtime");
1891
+ var import_jsx_runtime56 = require("react/jsx-runtime");
1869
1892
 
1870
1893
  // src/atoms/toast.tsx
1871
1894
  var import_sonner = require("sonner");
1872
- var import_jsx_runtime56 = require("react/jsx-runtime");
1895
+ var import_jsx_runtime57 = require("react/jsx-runtime");
1873
1896
  var toast = Object.assign(import_sonner.toast, {
1874
1897
  warn: import_sonner.toast.warning
1875
1898
  });
@@ -1877,11 +1900,11 @@ var toast = Object.assign(import_sonner.toast, {
1877
1900
  // src/molecules/form/form.tsx
1878
1901
  var RadixForm = __toESM(require("@radix-ui/react-form"), 1);
1879
1902
  var import_react38 = require("react");
1880
- var import_jsx_runtime57 = require("react/jsx-runtime");
1903
+ var import_jsx_runtime58 = require("react/jsx-runtime");
1881
1904
  var Root14 = (0, import_react38.forwardRef)(
1882
1905
  (_a, ref) => {
1883
1906
  var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
1884
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1907
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1885
1908
  RadixForm.Root,
1886
1909
  __spreadProps(__spreadValues({}, rest), {
1887
1910
  className: `FormRoot ${className || ""}`,
@@ -1898,25 +1921,25 @@ var FieldContext = (0, import_react38.createContext)({
1898
1921
  var Field2 = (0, import_react38.forwardRef)(
1899
1922
  (_a, ref) => {
1900
1923
  var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
1901
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1924
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1902
1925
  RadixForm.Field,
1903
1926
  __spreadProps(__spreadValues({}, rest), {
1904
1927
  className: `FormField ${className || ""}`,
1905
1928
  ref,
1906
- children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(FieldContext.Provider, { value: rest, children })
1929
+ children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(FieldContext.Provider, { value: rest, children })
1907
1930
  })
1908
1931
  );
1909
1932
  }
1910
1933
  );
1911
1934
  Field2.displayName = "FORM_FIELD";
1912
1935
  function HeadingLabel(props) {
1913
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Heading2, __spreadProps(__spreadValues({ variant: "heading5" }, props), { children: props.children }));
1936
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Heading2, __spreadProps(__spreadValues({ variant: "heading5" }, props), { children: props.children }));
1914
1937
  }
1915
1938
  function CaptionLabel(props) {
1916
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Typo, __spreadProps(__spreadValues({ color: "gray", variant: "caption", weight: "bold" }, props), { children: props.children }));
1939
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, __spreadProps(__spreadValues({ color: "gray", variant: "caption", weight: "bold" }, props), { children: props.children }));
1917
1940
  }
1918
1941
  function BodyLabel(props) {
1919
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Typo, __spreadProps(__spreadValues({ variant: "body", weight: "bold" }, props), { children: props.children }));
1942
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, __spreadProps(__spreadValues({ variant: "body", weight: "bold" }, props), { children: props.children }));
1920
1943
  }
1921
1944
  var Label3 = (0, import_react38.forwardRef)(
1922
1945
  (_a, ref) => {
@@ -1933,15 +1956,15 @@ var Label3 = (0, import_react38.forwardRef)(
1933
1956
  }
1934
1957
  }, [variant]);
1935
1958
  const fieldProps = (0, import_react38.useContext)(FieldContext);
1936
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1959
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1937
1960
  RadixForm.Label,
1938
1961
  __spreadProps(__spreadValues({}, rest), {
1939
1962
  asChild: true,
1940
1963
  className: `FormLabel ${className || ""}`,
1941
1964
  ref,
1942
- children: /* @__PURE__ */ (0, import_jsx_runtime57.jsxs)(Comp, { children: [
1965
+ children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(Comp, { children: [
1943
1966
  children,
1944
- fieldProps.required ? /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Typo, { as: "span", color: "tomato", children: ` *` }) : null
1967
+ fieldProps.required ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, { as: "span", color: "tomato", children: ` *` }) : null
1945
1968
  ] })
1946
1969
  })
1947
1970
  );
@@ -1951,13 +1974,13 @@ Label3.displayName = "FORM_Label";
1951
1974
  var Message2 = (0, import_react38.forwardRef)(
1952
1975
  (_a, ref) => {
1953
1976
  var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
1954
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1977
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1955
1978
  RadixForm.Message,
1956
1979
  __spreadProps(__spreadValues({}, rest), {
1957
1980
  asChild: true,
1958
1981
  className: `FormMessage ${className || ""}`,
1959
1982
  ref,
1960
- children: /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(Typo, { color: "red", children })
1983
+ children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, { color: "red", children })
1961
1984
  })
1962
1985
  );
1963
1986
  }
@@ -1967,7 +1990,7 @@ var Control2 = (0, import_react38.forwardRef)(
1967
1990
  (_a, ref) => {
1968
1991
  var _b = _a, { className } = _b, rest = __objRest(_b, ["className"]);
1969
1992
  const fieldProps = (0, import_react38.useContext)(FieldContext);
1970
- return /* @__PURE__ */ (0, import_jsx_runtime57.jsx)(
1993
+ return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
1971
1994
  RadixForm.Control,
1972
1995
  __spreadProps(__spreadValues({}, rest), {
1973
1996
  className: `FormControl ${className || ""}`,
@@ -1982,7 +2005,7 @@ Control2.displayName = "FORM_Control";
1982
2005
  // src/atoms/auto-sizing-input.tsx
1983
2006
  var import_themes52 = require("@radix-ui/themes");
1984
2007
  var import_react39 = require("react");
1985
- var import_jsx_runtime58 = require("react/jsx-runtime");
2008
+ var import_jsx_runtime59 = require("react/jsx-runtime");
1986
2009
  var useTextWidth = (text, font) => {
1987
2010
  const [textWidth, setTextWidth] = (0, import_react39.useState)(0);
1988
2011
  (0, import_react39.useEffect)(() => {
@@ -2082,7 +2105,7 @@ var AutoSizingInput = (0, import_react39.forwardRef)(
2082
2105
  (_a2 = inputRef.current) == null ? void 0 : _a2.focus();
2083
2106
  }
2084
2107
  }, [inputRef]);
2085
- return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
2108
+ return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
2086
2109
  import_themes52.Box,
2087
2110
  {
2088
2111
  className: "auto-sizing-input wrapper",
@@ -2090,7 +2113,7 @@ var AutoSizingInput = (0, import_react39.forwardRef)(
2090
2113
  minWidth,
2091
2114
  onClick,
2092
2115
  style: { width: dynamicWidth },
2093
- children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)("input", __spreadValues({ onChange: handleChange, ref: inputRef, value }, rest))
2116
+ children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("input", __spreadValues({ onChange: handleChange, ref: inputRef, value }, rest))
2094
2117
  }
2095
2118
  );
2096
2119
  }
@@ -2098,12 +2121,12 @@ var AutoSizingInput = (0, import_react39.forwardRef)(
2098
2121
  AutoSizingInput.displayName = "AutoSizingInput";
2099
2122
 
2100
2123
  // src/atoms/bullet-text.tsx
2101
- var import_jsx_runtime59 = require("react/jsx-runtime");
2124
+ var import_jsx_runtime60 = require("react/jsx-runtime");
2102
2125
 
2103
2126
  // src/atoms/list.tsx
2104
2127
  var import_react40 = require("react");
2105
2128
  var import_clsx28 = require("clsx");
2106
- var import_jsx_runtime60 = require("react/jsx-runtime");
2129
+ var import_jsx_runtime61 = require("react/jsx-runtime");
2107
2130
  var ListContext = (0, import_react40.createContext)({
2108
2131
  size: "large"
2109
2132
  });
@@ -2190,33 +2213,33 @@ function stepCode(step) {
2190
2213
  }
2191
2214
 
2192
2215
  // src/app/roleplay/parts/section-nav.tsx
2193
- var import_jsx_runtime61 = require("react/jsx-runtime");
2216
+ var import_jsx_runtime62 = require("react/jsx-runtime");
2194
2217
  var NAV_ICONS = {
2195
- "score-summary": /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_jsx_runtime61.Fragment, { children: [
2196
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { d: "m12 14 4-4" }),
2197
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { d: "M3.34 19a10 10 0 1 1 17.32 0" })
2218
+ "score-summary": /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_jsx_runtime62.Fragment, { children: [
2219
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { d: "m12 14 4-4" }),
2220
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { d: "M3.34 19a10 10 0 1 1 17.32 0" })
2198
2221
  ] }),
2199
- strengths: /* @__PURE__ */ (0, import_jsx_runtime61.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" }),
2200
- improvements: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_jsx_runtime61.Fragment, { children: [
2201
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("circle", { cx: "12", cy: "12", r: "9" }),
2202
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("circle", { cx: "12", cy: "12", r: "5" }),
2203
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("circle", { cx: "12", cy: "12", r: "1.5" })
2222
+ strengths: /* @__PURE__ */ (0, import_jsx_runtime62.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" }),
2223
+ improvements: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_jsx_runtime62.Fragment, { children: [
2224
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("circle", { cx: "12", cy: "12", r: "9" }),
2225
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("circle", { cx: "12", cy: "12", r: "5" }),
2226
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("circle", { cx: "12", cy: "12", r: "1.5" })
2204
2227
  ] }),
2205
- "score-trend": /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_jsx_runtime61.Fragment, { children: [
2206
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { d: "M3 3v18h18" }),
2207
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { d: "m19 8-5 5-4-4-4 4" })
2228
+ "score-trend": /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_jsx_runtime62.Fragment, { children: [
2229
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { d: "M3 3v18h18" }),
2230
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { d: "m19 8-5 5-4-4-4 4" })
2208
2231
  ] }),
2209
- "step-summary": /* @__PURE__ */ (0, import_jsx_runtime61.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" }),
2210
- "step-detail": /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_jsx_runtime61.Fragment, { children: [
2211
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("line", { x1: "8", x2: "21", y1: "6", y2: "6" }),
2212
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("line", { x1: "8", x2: "21", y1: "12", y2: "12" }),
2213
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("line", { x1: "8", x2: "21", y1: "18", y2: "18" }),
2214
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("path", { d: "M3 6h.01M3 12h.01M3 18h.01" })
2232
+ "step-summary": /* @__PURE__ */ (0, import_jsx_runtime62.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" }),
2233
+ "step-detail": /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_jsx_runtime62.Fragment, { children: [
2234
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("line", { x1: "8", x2: "21", y1: "6", y2: "6" }),
2235
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("line", { x1: "8", x2: "21", y1: "12", y2: "12" }),
2236
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("line", { x1: "8", x2: "21", y1: "18", y2: "18" }),
2237
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("path", { d: "M3 6h.01M3 12h.01M3 18h.01" })
2215
2238
  ] }),
2216
- coaching: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("polygon", { points: "13 2 3 14 12 14 11 22 21 10 12 10 13 2" })
2239
+ coaching: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("polygon", { points: "13 2 3 14 12 14 11 22 21 10 12 10 13 2" })
2217
2240
  };
2218
2241
  function NavIcon({ children }) {
2219
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2242
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2220
2243
  "svg",
2221
2244
  {
2222
2245
  "aria-hidden": "true",
@@ -2236,7 +2259,7 @@ function NavIcon({ children }) {
2236
2259
  function StepMetricBadge({ step }) {
2237
2260
  const scoreText = stepScoreText(step);
2238
2261
  if (scoreText !== null) {
2239
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2262
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2240
2263
  Typo,
2241
2264
  {
2242
2265
  as: "span",
@@ -2251,7 +2274,7 @@ function StepMetricBadge({ step }) {
2251
2274
  }
2252
2275
  const gradeLabel = stepGradeLabel(step);
2253
2276
  if (gradeLabel !== null) {
2254
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2277
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2255
2278
  Typo,
2256
2279
  {
2257
2280
  as: "span",
@@ -2294,8 +2317,8 @@ function scrollToId(id) {
2294
2317
  function SectionNav({ items, steps }) {
2295
2318
  const activeId = useScrollSpy(items.map((i) => i.id));
2296
2319
  const stepDetailActive = activeId === "step-summary" || activeId === "step-detail";
2297
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_themes7.Box, { asChild: true, className: "rp-section-nav", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("aside", { children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_themes7.Box, { children: [
2298
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2320
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_themes7.Box, { asChild: true, className: "rp-section-nav", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("aside", { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes7.Box, { children: [
2321
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2299
2322
  Typo,
2300
2323
  {
2301
2324
  as: "p",
@@ -2309,9 +2332,9 @@ function SectionNav({ items, steps }) {
2309
2332
  children: "\uBAA9\uCC28"
2310
2333
  }
2311
2334
  ),
2312
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_themes7.Box, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("ul", { style: { listStyle: "none", margin: 0, padding: 0 }, children: items.map((item) => {
2335
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_themes7.Box, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("ul", { style: { listStyle: "none", margin: 0, padding: 0 }, children: items.map((item) => {
2313
2336
  const active = activeId === item.id;
2314
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("li", { children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
2337
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("li", { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
2315
2338
  "button",
2316
2339
  {
2317
2340
  "aria-current": active ? "true" : void 0,
@@ -2325,9 +2348,9 @@ function SectionNav({ items, steps }) {
2325
2348
  } : void 0,
2326
2349
  type: "button",
2327
2350
  children: [
2328
- /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_themes23.Flex, { align: "center", gap: "2", style: { minWidth: 0 }, children: [
2329
- NAV_ICONS[item.id] ? /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(NavIcon, { children: NAV_ICONS[item.id] }) : null,
2330
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2351
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes23.Flex, { align: "center", gap: "2", style: { minWidth: 0 }, children: [
2352
+ NAV_ICONS[item.id] ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(NavIcon, { children: NAV_ICONS[item.id] }) : null,
2353
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2331
2354
  Typo,
2332
2355
  {
2333
2356
  as: "span",
@@ -2338,8 +2361,8 @@ function SectionNav({ items, steps }) {
2338
2361
  }
2339
2362
  )
2340
2363
  ] }),
2341
- typeof item.score === "number" ? /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(Typo, { as: "span", mono: true, style: { flexShrink: 0 }, variant: "body", children: [
2342
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2364
+ typeof item.score === "number" ? /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(Typo, { as: "span", mono: true, style: { flexShrink: 0 }, variant: "body", children: [
2365
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2343
2366
  Typo,
2344
2367
  {
2345
2368
  as: "span",
@@ -2351,7 +2374,7 @@ function SectionNav({ items, steps }) {
2351
2374
  children: item.score
2352
2375
  }
2353
2376
  ),
2354
- /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(Typo, { as: "span", style: { color: "var(--gray-9)" }, variant: "body", children: [
2377
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(Typo, { as: "span", style: { color: "var(--gray-9)" }, variant: "body", children: [
2355
2378
  "/",
2356
2379
  item.max
2357
2380
  ] })
@@ -2360,8 +2383,8 @@ function SectionNav({ items, steps }) {
2360
2383
  }
2361
2384
  ) }, item.id);
2362
2385
  }) }) }),
2363
- steps.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_themes7.Box, { mt: "3", pt: "3", style: { borderTop: "1px solid var(--gray-4)" }, children: [
2364
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_themes7.Box, { pb: "1", px: "3", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2386
+ steps.length > 0 && /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes7.Box, { mt: "3", pt: "3", style: { borderTop: "1px solid var(--gray-4)" }, children: [
2387
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_themes7.Box, { pb: "1", px: "3", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2365
2388
  Typo,
2366
2389
  {
2367
2390
  as: "span",
@@ -2373,9 +2396,9 @@ function SectionNav({ items, steps }) {
2373
2396
  children: "\uB2E8\uACC4\uBCC4 \uC810\uC218"
2374
2397
  }
2375
2398
  ) }),
2376
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_themes7.Box, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("ul", { style: { listStyle: "none", margin: 0, padding: 0 }, children: steps.map((step) => {
2399
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_themes7.Box, { asChild: true, children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("ul", { style: { listStyle: "none", margin: 0, padding: 0 }, children: steps.map((step) => {
2377
2400
  const ratio = stepRatio(step);
2378
- return /* @__PURE__ */ (0, import_jsx_runtime61.jsx)("li", { children: /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
2401
+ return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)("li", { children: /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
2379
2402
  "button",
2380
2403
  {
2381
2404
  className: "rp-jump-btn",
@@ -2384,8 +2407,8 @@ function SectionNav({ items, steps }) {
2384
2407
  },
2385
2408
  type: "button",
2386
2409
  children: [
2387
- /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(import_themes23.Flex, { align: "center", gap: "2", justify: "between", children: [
2388
- /* @__PURE__ */ (0, import_jsx_runtime61.jsxs)(
2410
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes23.Flex, { align: "center", gap: "2", justify: "between", children: [
2411
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
2389
2412
  Typo,
2390
2413
  {
2391
2414
  as: "span",
@@ -2393,7 +2416,7 @@ function SectionNav({ items, steps }) {
2393
2416
  truncate: true,
2394
2417
  variant: "body",
2395
2418
  children: [
2396
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2419
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2397
2420
  Typo,
2398
2421
  {
2399
2422
  as: "span",
@@ -2405,7 +2428,7 @@ function SectionNav({ items, steps }) {
2405
2428
  }
2406
2429
  ),
2407
2430
  " ",
2408
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(
2431
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
2409
2432
  Typo,
2410
2433
  {
2411
2434
  as: "span",
@@ -2417,9 +2440,9 @@ function SectionNav({ items, steps }) {
2417
2440
  ]
2418
2441
  }
2419
2442
  ),
2420
- /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(StepMetricBadge, { step })
2443
+ /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(StepMetricBadge, { step })
2421
2444
  ] }),
2422
- ratio !== null ? /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(import_themes7.Box, { mt: "1", children: /* @__PURE__ */ (0, import_jsx_runtime61.jsx)(Progress, { color: stepColor(step), size: "1", value: ratio * 100 }) }) : null
2445
+ ratio !== null ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_themes7.Box, { mt: "1", children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Progress, { color: stepColor(step), size: "1", value: ratio * 100 }) }) : null
2423
2446
  ]
2424
2447
  }
2425
2448
  ) }, step.key);