@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.
- package/dist/app/index.cjs +385 -359
- package/dist/app/index.cjs.map +1 -1
- package/dist/app/index.js +40 -38
- package/dist/app/platform/coach-question-list.cjs +58 -35
- package/dist/app/platform/coach-question-list.cjs.map +1 -1
- package/dist/app/platform/coach-question-list.js +3 -2
- package/dist/app/platform/contents-card.cjs +120 -97
- package/dist/app/platform/contents-card.cjs.map +1 -1
- package/dist/app/platform/contents-card.js +3 -2
- package/dist/app/platform/curriculum-card.cjs +39 -16
- package/dist/app/platform/curriculum-card.cjs.map +1 -1
- package/dist/app/platform/curriculum-card.js +3 -2
- package/dist/app/platform/edit-coaching-time.cjs +160 -134
- package/dist/app/platform/edit-coaching-time.cjs.map +1 -1
- package/dist/app/platform/edit-coaching-time.js +30 -28
- package/dist/app/platform/edit-service-type.cjs +152 -126
- package/dist/app/platform/edit-service-type.cjs.map +1 -1
- package/dist/app/platform/edit-service-type.js +30 -28
- package/dist/app/platform/goal-manage-card-edit.cjs +162 -136
- package/dist/app/platform/goal-manage-card-edit.cjs.map +1 -1
- package/dist/app/platform/goal-manage-card-edit.js +30 -28
- package/dist/app/platform/goal-manage-card-read.cjs +88 -65
- package/dist/app/platform/goal-manage-card-read.cjs.map +1 -1
- package/dist/app/platform/goal-manage-card-read.js +3 -2
- package/dist/app/platform/on-offline-radio-card.cjs +303 -277
- package/dist/app/platform/on-offline-radio-card.cjs.map +1 -1
- package/dist/app/platform/on-offline-radio-card.js +30 -28
- package/dist/app/platform/report-card.cjs +61 -38
- package/dist/app/platform/report-card.cjs.map +1 -1
- package/dist/app/platform/report-card.js +3 -2
- package/dist/app/platform/reservation-card.cjs +176 -150
- package/dist/app/platform/reservation-card.cjs.map +1 -1
- package/dist/app/platform/reservation-card.js +30 -28
- package/dist/app/platform/session-card.cjs +205 -179
- package/dist/app/platform/session-card.cjs.map +1 -1
- package/dist/app/platform/session-card.js +30 -28
- package/dist/app/platform/session-review-simple-read.cjs +59 -36
- package/dist/app/platform/session-review-simple-read.cjs.map +1 -1
- package/dist/app/platform/session-review-simple-read.js +3 -2
- package/dist/app/platform/userInfos/coaching-customer-info/index.cjs +92 -69
- package/dist/app/platform/userInfos/coaching-customer-info/index.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/index.js +7 -6
- package/dist/app/platform/userInfos/coaching-customer-info/large.cjs +69 -46
- package/dist/app/platform/userInfos/coaching-customer-info/large.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/large.js +3 -2
- package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs +72 -49
- package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/medium.js +3 -2
- package/dist/app/platform/userInfos/coaching-customer-info/small.cjs +58 -35
- package/dist/app/platform/userInfos/coaching-customer-info/small.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/small.js +3 -2
- package/dist/app/platform/userInfos/session-user-info-detail.cjs +68 -45
- package/dist/app/platform/userInfos/session-user-info-detail.cjs.map +1 -1
- package/dist/app/platform/userInfos/session-user-info-detail.js +3 -2
- package/dist/app/platform/userInfos/utils.cjs +60 -37
- package/dist/app/platform/userInfos/utils.cjs.map +1 -1
- package/dist/app/platform/userInfos/utils.js +3 -2
- package/dist/app/roleplay/index.cjs +460 -389
- package/dist/app/roleplay/index.cjs.map +1 -1
- package/dist/app/roleplay/index.js +38 -36
- package/dist/app/roleplay/parts/analysis-section.cjs +64 -41
- package/dist/app/roleplay/parts/analysis-section.cjs.map +1 -1
- package/dist/app/roleplay/parts/analysis-section.js +3 -2
- package/dist/app/roleplay/parts/coaching-panel.cjs +65 -42
- package/dist/app/roleplay/parts/coaching-panel.cjs.map +1 -1
- package/dist/app/roleplay/parts/coaching-panel.js +3 -2
- package/dist/app/roleplay/parts/content.cjs +385 -314
- package/dist/app/roleplay/parts/content.cjs.map +1 -1
- package/dist/app/roleplay/parts/content.js +34 -32
- package/dist/app/roleplay/parts/header.cjs +83 -60
- package/dist/app/roleplay/parts/header.cjs.map +1 -1
- package/dist/app/roleplay/parts/header.js +4 -3
- package/dist/app/roleplay/parts/score-summary.cjs +77 -54
- package/dist/app/roleplay/parts/score-summary.cjs.map +1 -1
- package/dist/app/roleplay/parts/score-summary.js +3 -2
- package/dist/app/roleplay/parts/score-trend-section.cjs +228 -157
- package/dist/app/roleplay/parts/score-trend-section.cjs.map +1 -1
- package/dist/app/roleplay/parts/score-trend-section.js +31 -29
- package/dist/app/roleplay/parts/script-transcript.cjs +73 -50
- package/dist/app/roleplay/parts/script-transcript.cjs.map +1 -1
- package/dist/app/roleplay/parts/script-transcript.js +3 -2
- package/dist/app/roleplay/parts/section-nav.cjs +94 -71
- package/dist/app/roleplay/parts/section-nav.cjs.map +1 -1
- package/dist/app/roleplay/parts/section-nav.js +3 -2
- package/dist/app/roleplay/parts/session-replay-dialog.cjs +83 -60
- package/dist/app/roleplay/parts/session-replay-dialog.cjs.map +1 -1
- package/dist/app/roleplay/parts/session-replay-dialog.js +3 -2
- package/dist/app/roleplay/parts/speech-share-bar.cjs +60 -37
- package/dist/app/roleplay/parts/speech-share-bar.cjs.map +1 -1
- package/dist/app/roleplay/parts/speech-share-bar.js +3 -2
- package/dist/app/roleplay/parts/step-detail.cjs +78 -55
- package/dist/app/roleplay/parts/step-detail.cjs.map +1 -1
- package/dist/app/roleplay/parts/step-detail.js +3 -2
- package/dist/app/roleplay/parts/step-summary.cjs +78 -55
- package/dist/app/roleplay/parts/step-summary.cjs.map +1 -1
- package/dist/app/roleplay/parts/step-summary.js +3 -2
- package/dist/app/roleplay/rp-session-detail.cjs +460 -389
- package/dist/app/roleplay/rp-session-detail.cjs.map +1 -1
- package/dist/app/roleplay/rp-session-detail.js +38 -36
- package/dist/atoms/index.cjs +82 -59
- package/dist/atoms/index.cjs.map +1 -1
- package/dist/atoms/index.js +3 -2
- package/dist/atoms/pagination.cjs +38 -15
- package/dist/atoms/pagination.cjs.map +1 -1
- package/dist/atoms/pagination.js +3 -2
- package/dist/chunk-2EPKY2VT.js +70 -0
- package/dist/chunk-2EPKY2VT.js.map +1 -0
- package/dist/chunk-2PPLSZ4P.js +1 -0
- package/dist/chunk-5DRITHNR.js +1 -0
- package/dist/{chunk-5RIAIE2J.js → chunk-73PHGHPI.js} +5 -2
- package/dist/chunk-73PHGHPI.js.map +1 -0
- package/dist/{chunk-IIZ7I7NS.js → chunk-AYWCLLQ2.js} +7 -7
- package/dist/{chunk-RRC4WFG3.js → chunk-DIFGHMGI.js} +2 -2
- package/dist/{chunk-P2H3VCIB.js → chunk-HL3MGRAC.js} +4 -4
- package/dist/chunk-IAKMJR72.js +33 -0
- package/dist/chunk-IAKMJR72.js.map +1 -0
- package/dist/{chunk-YFR3HXSV.js → chunk-IHLFOJD5.js} +2 -2
- package/dist/{chunk-A32HLL53.js → chunk-KQ3ME6XY.js} +7 -7
- package/dist/{chunk-SZAU7YP3.js → chunk-L7ZHSQES.js} +5 -5
- package/dist/{chunk-MD64AUR6.js → chunk-LGILQRJM.js} +8 -8
- package/dist/{chunk-FJEDSUGU.js → chunk-NEJCZABQ.js} +7 -7
- package/dist/{chunk-NSDVLCCW.js → chunk-RJ62VZ6O.js} +2 -2
- package/dist/{chunk-UK3LP7VH.js → chunk-TYM6T7JT.js} +2 -2
- package/dist/{chunk-RZW6FVML.js → chunk-UCTSCSQR.js} +2 -2
- package/dist/{chunk-JCZXPONS.js → chunk-VBYXXISC.js} +4 -4
- package/dist/{chunk-VM2PEQLQ.js → chunk-VJREZH2Z.js} +2 -2
- package/dist/chunk-VJREZH2Z.js.map +1 -0
- package/dist/icon.cjs +25 -0
- package/dist/icon.cjs.map +1 -1
- package/dist/icon.d.cts +1 -0
- package/dist/icon.d.ts +1 -0
- package/dist/icon.js +7 -3
- package/dist/icons/empty-box.cjs +90 -0
- package/dist/icons/empty-box.cjs.map +1 -0
- package/dist/icons/empty-box.d.cts +13 -0
- package/dist/icons/empty-box.d.ts +13 -0
- package/dist/icons/empty-box.js +8 -0
- package/dist/icons/empty-box.js.map +1 -0
- package/dist/icons/index.cjs +25 -0
- package/dist/icons/index.cjs.map +1 -1
- package/dist/icons/index.d.cts +1 -0
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.js +7 -3
- package/dist/index.cjs +959 -884
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +62 -54
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.cjs +95 -72
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.js +8 -7
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.cjs +29 -6
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.cjs +71 -48
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.js +6 -5
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.cjs +32 -9
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.cjs +41 -18
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.cjs +33 -10
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.cjs +33 -10
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.cjs +42 -19
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.cjs +37 -14
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.cjs +153 -130
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.js +9 -8
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.cjs +45 -22
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.cjs +30 -7
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.cjs +171 -148
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.js +10 -9
- package/dist/molecules/curriculumV2/CurriculumContents/index.cjs +220 -197
- package/dist/molecules/curriculumV2/CurriculumContents/index.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/index.js +13 -12
- package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.cjs +33 -10
- package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumSidebar/index.cjs +52 -29
- package/dist/molecules/curriculumV2/CurriculumSidebar/index.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumSidebar/index.js +7 -6
- package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.cjs +44 -21
- package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.js +6 -5
- package/dist/molecules/curriculumV2/curriculum-sub-nav.cjs +36 -13
- package/dist/molecules/curriculumV2/curriculum-sub-nav.cjs.map +1 -1
- package/dist/molecules/curriculumV2/curriculum-sub-nav.js +3 -2
- package/dist/molecules/curriculumV2/index.cjs +264 -241
- package/dist/molecules/curriculumV2/index.cjs.map +1 -1
- package/dist/molecules/curriculumV2/index.js +21 -20
- package/dist/molecules/date-picker/date-picker-button.cjs +52 -29
- package/dist/molecules/date-picker/date-picker-button.cjs.map +1 -1
- package/dist/molecules/date-picker/date-picker-button.js +3 -2
- package/dist/molecules/date-picker/index.cjs +40 -17
- package/dist/molecules/date-picker/index.cjs.map +1 -1
- package/dist/molecules/date-picker/index.js +3 -2
- package/dist/molecules/description-json-render.cjs +31 -8
- package/dist/molecules/description-json-render.cjs.map +1 -1
- package/dist/molecules/description-json-render.js +3 -2
- package/dist/molecules/dynamic-form-editor-field-editor-panel.cjs +138 -115
- package/dist/molecules/dynamic-form-editor-field-editor-panel.cjs.map +1 -1
- package/dist/molecules/dynamic-form-editor-field-editor-panel.js +3 -2
- package/dist/molecules/dynamic-form-editor.cjs +223 -200
- package/dist/molecules/dynamic-form-editor.cjs.map +1 -1
- package/dist/molecules/dynamic-form-editor.js +5 -4
- package/dist/molecules/empty-state.cjs +328 -0
- package/dist/molecules/empty-state.cjs.map +1 -0
- package/dist/molecules/empty-state.d.cts +21 -0
- package/dist/molecules/empty-state.d.ts +21 -0
- package/dist/molecules/empty-state.js +16 -0
- package/dist/molecules/empty-state.js.map +1 -0
- package/dist/molecules/expand-table/index.cjs +193 -58
- package/dist/molecules/expand-table/index.cjs.map +1 -1
- package/dist/molecules/expand-table/index.js +6 -3
- package/dist/molecules/index.cjs +862 -789
- package/dist/molecules/index.cjs.map +1 -1
- package/dist/molecules/index.d.cts +2 -1
- package/dist/molecules/index.d.ts +2 -1
- package/dist/molecules/index.js +43 -38
- package/dist/molecules/stepper.cjs +43 -20
- package/dist/molecules/stepper.cjs.map +1 -1
- package/dist/molecules/stepper.js +3 -2
- package/dist/molecules/tag-selector.cjs +43 -20
- package/dist/molecules/tag-selector.cjs.map +1 -1
- package/dist/molecules/tag-selector.js +3 -2
- package/dist/molecules/time-select.cjs +28 -5
- package/dist/molecules/time-select.cjs.map +1 -1
- package/dist/molecules/time-select.js +4 -3
- package/dist/utils/curriculum.utils.cjs +23 -0
- package/dist/utils/curriculum.utils.cjs.map +1 -1
- package/dist/utils/curriculum.utils.js +3 -2
- package/dist/utils/get-callout-icon-component.cjs +23 -0
- package/dist/utils/get-callout-icon-component.cjs.map +1 -1
- package/dist/utils/get-callout-icon-component.js +3 -2
- package/dist/utils/index.cjs +23 -0
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.js +6 -5
- package/package.json +1 -1
- package/src/app/roleplay/parts/header.tsx +2 -1
- package/src/icons/empty-box.tsx +29 -0
- package/src/icons/index.ts +2 -1
- package/src/molecules/empty-state.tsx +79 -0
- package/src/molecules/expand-table/index.tsx +2 -3
- package/src/molecules/index.ts +1 -0
- package/dist/chunk-5RIAIE2J.js.map +0 -1
- package/dist/chunk-JVXATVAC.js +0 -1
- package/dist/chunk-SYMOHU2B.js +0 -1
- package/dist/chunk-VM2PEQLQ.js.map +0 -1
- /package/dist/{chunk-JVXATVAC.js.map → chunk-2PPLSZ4P.js.map} +0 -0
- /package/dist/{chunk-SYMOHU2B.js.map → chunk-5DRITHNR.js.map} +0 -0
- /package/dist/{chunk-IIZ7I7NS.js.map → chunk-AYWCLLQ2.js.map} +0 -0
- /package/dist/{chunk-RRC4WFG3.js.map → chunk-DIFGHMGI.js.map} +0 -0
- /package/dist/{chunk-P2H3VCIB.js.map → chunk-HL3MGRAC.js.map} +0 -0
- /package/dist/{chunk-YFR3HXSV.js.map → chunk-IHLFOJD5.js.map} +0 -0
- /package/dist/{chunk-A32HLL53.js.map → chunk-KQ3ME6XY.js.map} +0 -0
- /package/dist/{chunk-SZAU7YP3.js.map → chunk-L7ZHSQES.js.map} +0 -0
- /package/dist/{chunk-MD64AUR6.js.map → chunk-LGILQRJM.js.map} +0 -0
- /package/dist/{chunk-FJEDSUGU.js.map → chunk-NEJCZABQ.js.map} +0 -0
- /package/dist/{chunk-NSDVLCCW.js.map → chunk-RJ62VZ6O.js.map} +0 -0
- /package/dist/{chunk-UK3LP7VH.js.map → chunk-TYM6T7JT.js.map} +0 -0
- /package/dist/{chunk-RZW6FVML.js.map → chunk-UCTSCSQR.js.map} +0 -0
- /package/dist/{chunk-JCZXPONS.js.map → chunk-VBYXXISC.js.map} +0 -0
package/dist/app/index.js
CHANGED
|
@@ -1,20 +1,26 @@
|
|
|
1
1
|
import "../chunk-JLAPJ7MX.js";
|
|
2
2
|
import {
|
|
3
3
|
CoachingCustomerInfo
|
|
4
|
-
} from "../chunk-
|
|
5
|
-
import {
|
|
6
|
-
CoachingCustomerInfoLarge
|
|
7
|
-
} from "../chunk-OPIVSYLN.js";
|
|
4
|
+
} from "../chunk-VBYXXISC.js";
|
|
8
5
|
import {
|
|
9
6
|
CoachingCustomerInfoMedium
|
|
10
7
|
} from "../chunk-ISSUGCCY.js";
|
|
11
8
|
import {
|
|
12
9
|
CoachingCustomerInfoSmall
|
|
13
10
|
} from "../chunk-OW2QNTK3.js";
|
|
11
|
+
import {
|
|
12
|
+
CoachingCustomerInfoLarge
|
|
13
|
+
} from "../chunk-OPIVSYLN.js";
|
|
14
14
|
import {
|
|
15
15
|
SessionUserInfoDetail
|
|
16
16
|
} from "../chunk-64DSUMXA.js";
|
|
17
17
|
import "../chunk-BZ3EXV6A.js";
|
|
18
|
+
import {
|
|
19
|
+
GoalManageCardEdit
|
|
20
|
+
} from "../chunk-4GH4R4VJ.js";
|
|
21
|
+
import {
|
|
22
|
+
GoalManageCardRead
|
|
23
|
+
} from "../chunk-5IGBFB67.js";
|
|
18
24
|
import {
|
|
19
25
|
ReportCard
|
|
20
26
|
} from "../chunk-X3TBEGPA.js";
|
|
@@ -45,47 +51,43 @@ import {
|
|
|
45
51
|
import {
|
|
46
52
|
OnOfflineRadioCard
|
|
47
53
|
} from "../chunk-LAGJDIVU.js";
|
|
48
|
-
import
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
import {
|
|
52
|
-
GoalManageCardRead
|
|
53
|
-
} from "../chunk-5IGBFB67.js";
|
|
54
|
-
import "../chunk-SYMOHU2B.js";
|
|
54
|
+
import "../chunk-5DRITHNR.js";
|
|
55
|
+
import "../chunk-73PHGHPI.js";
|
|
56
|
+
import "../chunk-JCG2AUFJ.js";
|
|
55
57
|
import "../chunk-AS7ID74X.js";
|
|
56
|
-
import "../chunk-
|
|
57
|
-
import "../chunk-KFUBWOCN.js";
|
|
58
|
-
import "../chunk-RRC4WFG3.js";
|
|
59
|
-
import "../chunk-P2H3VCIB.js";
|
|
60
|
-
import "../chunk-WS7IOHVK.js";
|
|
61
|
-
import "../chunk-47QYYEMG.js";
|
|
62
|
-
import "../chunk-QLOYGKKM.js";
|
|
63
|
-
import "../chunk-S4MEMFKG.js";
|
|
64
|
-
import "../chunk-K4RZTENM.js";
|
|
58
|
+
import "../chunk-AYWCLLQ2.js";
|
|
65
59
|
import "../chunk-UXH2XIB2.js";
|
|
66
|
-
import "../chunk-
|
|
67
|
-
import "../chunk-
|
|
68
|
-
import "../chunk-
|
|
69
|
-
import "../chunk-
|
|
60
|
+
import "../chunk-TYM6T7JT.js";
|
|
61
|
+
import "../chunk-RJ62VZ6O.js";
|
|
62
|
+
import "../chunk-IHLFOJD5.js";
|
|
63
|
+
import "../chunk-KQ3ME6XY.js";
|
|
64
|
+
import "../chunk-CGLDFUOY.js";
|
|
65
|
+
import "../chunk-OUDDTPEN.js";
|
|
70
66
|
import "../chunk-ZGTGEBQX.js";
|
|
71
67
|
import "../chunk-WLKK5L3P.js";
|
|
68
|
+
import "../chunk-SINRU2A6.js";
|
|
72
69
|
import "../chunk-GE4M5GOQ.js";
|
|
73
70
|
import "../chunk-G3KQN32M.js";
|
|
74
71
|
import "../chunk-VK6INFSB.js";
|
|
75
|
-
import "../chunk-CGLDFUOY.js";
|
|
76
|
-
import "../chunk-OUDDTPEN.js";
|
|
77
|
-
import "../chunk-SINRU2A6.js";
|
|
78
72
|
import "../chunk-NVRVOTWZ.js";
|
|
79
73
|
import "../chunk-LK2H4QTJ.js";
|
|
80
74
|
import "../chunk-GMKRNFH5.js";
|
|
75
|
+
import "../chunk-KFUBWOCN.js";
|
|
76
|
+
import "../chunk-DIFGHMGI.js";
|
|
77
|
+
import "../chunk-HL3MGRAC.js";
|
|
78
|
+
import "../chunk-47QYYEMG.js";
|
|
79
|
+
import "../chunk-S4MEMFKG.js";
|
|
80
|
+
import "../chunk-QLOYGKKM.js";
|
|
81
|
+
import "../chunk-WS7IOHVK.js";
|
|
82
|
+
import "../chunk-K4RZTENM.js";
|
|
81
83
|
import "../chunk-XWHBJY5V.js";
|
|
82
84
|
import "../chunk-WA5A2GB4.js";
|
|
83
85
|
import "../chunk-K3Q4XLCN.js";
|
|
84
86
|
import "../chunk-AT5PAJLW.js";
|
|
85
87
|
import "../chunk-VVWQZK5L.js";
|
|
86
|
-
import "../chunk-5RIAIE2J.js";
|
|
87
|
-
import "../chunk-JCG2AUFJ.js";
|
|
88
88
|
import "../chunk-2ISIAPFS.js";
|
|
89
|
+
import "../chunk-CUS3ORMD.js";
|
|
90
|
+
import "../chunk-6OT5OYGM.js";
|
|
89
91
|
import "../chunk-P4DJ5F6Z.js";
|
|
90
92
|
import "../chunk-EZN5PMTC.js";
|
|
91
93
|
import "../chunk-VBXZIIUA.js";
|
|
@@ -94,28 +96,27 @@ import "../chunk-GRDRXD53.js";
|
|
|
94
96
|
import "../chunk-WTS75RUC.js";
|
|
95
97
|
import "../chunk-BXX3B3E4.js";
|
|
96
98
|
import "../chunk-NRPDVI76.js";
|
|
97
|
-
import "../chunk-NWJSLIQ3.js";
|
|
98
99
|
import "../chunk-2BPFXK4L.js";
|
|
100
|
+
import "../chunk-NWJSLIQ3.js";
|
|
99
101
|
import "../chunk-AHYOAFOU.js";
|
|
100
|
-
import "../chunk-
|
|
102
|
+
import "../chunk-NEJCZABQ.js";
|
|
101
103
|
import "../chunk-77H5BUYO.js";
|
|
102
104
|
import "../chunk-K7LTEKQS.js";
|
|
105
|
+
import "../chunk-2EPKY2VT.js";
|
|
103
106
|
import "../chunk-QLNAAZJX.js";
|
|
104
107
|
import "../chunk-PAUEQXYG.js";
|
|
105
|
-
import "../chunk-
|
|
106
|
-
import "../chunk-
|
|
108
|
+
import "../chunk-N3FMP27I.js";
|
|
109
|
+
import "../chunk-BEKSO5JG.js";
|
|
107
110
|
import "../chunk-IJOOKMKQ.js";
|
|
108
111
|
import "../chunk-C6HO3IGE.js";
|
|
109
112
|
import "../chunk-3DZIX4CE.js";
|
|
110
113
|
import "../chunk-CBYIPRND.js";
|
|
114
|
+
import "../chunk-Z7WNKARH.js";
|
|
111
115
|
import "../chunk-D4U2ZV2A.js";
|
|
112
116
|
import "../chunk-V7KAHLW2.js";
|
|
113
117
|
import "../chunk-SQ3FYBJT.js";
|
|
114
118
|
import "../chunk-NK6S7ZMB.js";
|
|
115
|
-
import "../chunk-Z7WNKARH.js";
|
|
116
119
|
import "../chunk-OOM522XP.js";
|
|
117
|
-
import "../chunk-N3FMP27I.js";
|
|
118
|
-
import "../chunk-BEKSO5JG.js";
|
|
119
120
|
import "../chunk-FAL6S2XK.js";
|
|
120
121
|
import "../chunk-HBF6IIVZ.js";
|
|
121
122
|
import "../chunk-AELKCD6B.js";
|
|
@@ -180,7 +181,8 @@ import "../chunk-EIKFXUNC.js";
|
|
|
180
181
|
import "../chunk-RP2RGCAW.js";
|
|
181
182
|
import "../chunk-JETG3WEI.js";
|
|
182
183
|
import "../chunk-VOME2TE7.js";
|
|
183
|
-
import "../chunk-
|
|
184
|
+
import "../chunk-2PPLSZ4P.js";
|
|
185
|
+
import "../chunk-2FJ4LW7E.js";
|
|
184
186
|
import "../chunk-B3VSXNTH.js";
|
|
185
187
|
import "../chunk-ZQE7SP6P.js";
|
|
186
188
|
import "../chunk-R6ARPREO.js";
|
|
@@ -191,7 +193,7 @@ import "../chunk-QO6KO6MN.js";
|
|
|
191
193
|
import "../chunk-5KNRHIIF.js";
|
|
192
194
|
import "../chunk-6JRAI4G5.js";
|
|
193
195
|
import "../chunk-776WBOKL.js";
|
|
194
|
-
import "../chunk-
|
|
196
|
+
import "../chunk-IAKMJR72.js";
|
|
195
197
|
import "../chunk-YSYJCYHY.js";
|
|
196
198
|
import "../chunk-5OM2H6RI.js";
|
|
197
199
|
import "../chunk-ZUYCXCPW.js";
|
|
@@ -1806,27 +1806,50 @@ var HeadsetIcon = React34.forwardRef(
|
|
|
1806
1806
|
);
|
|
1807
1807
|
HeadsetIcon.displayName = "HeadsetIcon";
|
|
1808
1808
|
|
|
1809
|
-
// src/
|
|
1809
|
+
// src/icons/empty-box.tsx
|
|
1810
|
+
var React35 = __toESM(require("react"), 1);
|
|
1810
1811
|
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
1812
|
+
var EmptyBoxIcon = React35.forwardRef(
|
|
1813
|
+
(_a, forwardedRef) => {
|
|
1814
|
+
var _b = _a, { color = "currentColor", width = 120, height = 120 } = _b, props = __objRest(_b, ["color", "width", "height"]);
|
|
1815
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
1816
|
+
"svg",
|
|
1817
|
+
__spreadProps(__spreadValues({
|
|
1818
|
+
fill: color,
|
|
1819
|
+
height,
|
|
1820
|
+
viewBox: "0 0 462.035 462.035",
|
|
1821
|
+
width,
|
|
1822
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1823
|
+
}, props), {
|
|
1824
|
+
ref: forwardedRef,
|
|
1825
|
+
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" })
|
|
1826
|
+
})
|
|
1827
|
+
);
|
|
1828
|
+
}
|
|
1829
|
+
);
|
|
1830
|
+
EmptyBoxIcon.displayName = "EmptyBoxIcon";
|
|
1811
1831
|
|
|
1812
|
-
// src/atoms/
|
|
1832
|
+
// src/atoms/pagination.tsx
|
|
1813
1833
|
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
1814
1834
|
|
|
1835
|
+
// src/atoms/field-error-wrapper.tsx
|
|
1836
|
+
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
1837
|
+
|
|
1815
1838
|
// src/atoms/ellipsis-tooltip.tsx
|
|
1816
1839
|
var import_react37 = require("react");
|
|
1817
|
-
var
|
|
1840
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
1818
1841
|
|
|
1819
1842
|
// src/atoms/drawer.tsx
|
|
1820
1843
|
var Dialog = __toESM(require("@radix-ui/react-dialog"), 1);
|
|
1821
1844
|
var import_themes51 = require("@radix-ui/themes");
|
|
1822
1845
|
|
|
1823
1846
|
// src/icons/close-panel-arrow.tsx
|
|
1824
|
-
var
|
|
1825
|
-
var
|
|
1826
|
-
var ClosePanelArrowIcon =
|
|
1847
|
+
var React38 = __toESM(require("react"), 1);
|
|
1848
|
+
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
1849
|
+
var ClosePanelArrowIcon = React38.forwardRef(
|
|
1827
1850
|
(_a, forwardedRef) => {
|
|
1828
1851
|
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
1829
|
-
return /* @__PURE__ */ (0,
|
|
1852
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
|
|
1830
1853
|
"svg",
|
|
1831
1854
|
__spreadProps(__spreadValues({
|
|
1832
1855
|
fill: "none",
|
|
@@ -1837,7 +1860,7 @@ var ClosePanelArrowIcon = React37.forwardRef(
|
|
|
1837
1860
|
}, props), {
|
|
1838
1861
|
ref: forwardedRef,
|
|
1839
1862
|
children: [
|
|
1840
|
-
/* @__PURE__ */ (0,
|
|
1863
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
1841
1864
|
"path",
|
|
1842
1865
|
{
|
|
1843
1866
|
clipRule: "evenodd",
|
|
@@ -1846,7 +1869,7 @@ var ClosePanelArrowIcon = React37.forwardRef(
|
|
|
1846
1869
|
fillRule: "evenodd"
|
|
1847
1870
|
}
|
|
1848
1871
|
),
|
|
1849
|
-
/* @__PURE__ */ (0,
|
|
1872
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
1850
1873
|
"path",
|
|
1851
1874
|
{
|
|
1852
1875
|
clipRule: "evenodd",
|
|
@@ -1863,11 +1886,11 @@ var ClosePanelArrowIcon = React37.forwardRef(
|
|
|
1863
1886
|
ClosePanelArrowIcon.displayName = "ArrowDownIcon";
|
|
1864
1887
|
|
|
1865
1888
|
// src/atoms/drawer.tsx
|
|
1866
|
-
var
|
|
1889
|
+
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
1867
1890
|
|
|
1868
1891
|
// src/atoms/toast.tsx
|
|
1869
1892
|
var import_sonner = require("sonner");
|
|
1870
|
-
var
|
|
1893
|
+
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
1871
1894
|
var toast = Object.assign(import_sonner.toast, {
|
|
1872
1895
|
warn: import_sonner.toast.warning
|
|
1873
1896
|
});
|
|
@@ -1875,11 +1898,11 @@ var toast = Object.assign(import_sonner.toast, {
|
|
|
1875
1898
|
// src/molecules/form/form.tsx
|
|
1876
1899
|
var RadixForm = __toESM(require("@radix-ui/react-form"), 1);
|
|
1877
1900
|
var import_react38 = require("react");
|
|
1878
|
-
var
|
|
1901
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
1879
1902
|
var Root14 = (0, import_react38.forwardRef)(
|
|
1880
1903
|
(_a, ref) => {
|
|
1881
1904
|
var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
|
|
1882
|
-
return /* @__PURE__ */ (0,
|
|
1905
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1883
1906
|
RadixForm.Root,
|
|
1884
1907
|
__spreadProps(__spreadValues({}, rest), {
|
|
1885
1908
|
className: `FormRoot ${className || ""}`,
|
|
@@ -1896,25 +1919,25 @@ var FieldContext = (0, import_react38.createContext)({
|
|
|
1896
1919
|
var Field2 = (0, import_react38.forwardRef)(
|
|
1897
1920
|
(_a, ref) => {
|
|
1898
1921
|
var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
|
|
1899
|
-
return /* @__PURE__ */ (0,
|
|
1922
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1900
1923
|
RadixForm.Field,
|
|
1901
1924
|
__spreadProps(__spreadValues({}, rest), {
|
|
1902
1925
|
className: `FormField ${className || ""}`,
|
|
1903
1926
|
ref,
|
|
1904
|
-
children: /* @__PURE__ */ (0,
|
|
1927
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(FieldContext.Provider, { value: rest, children })
|
|
1905
1928
|
})
|
|
1906
1929
|
);
|
|
1907
1930
|
}
|
|
1908
1931
|
);
|
|
1909
1932
|
Field2.displayName = "FORM_FIELD";
|
|
1910
1933
|
function HeadingLabel(props) {
|
|
1911
|
-
return /* @__PURE__ */ (0,
|
|
1934
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Heading2, __spreadProps(__spreadValues({ variant: "heading5" }, props), { children: props.children }));
|
|
1912
1935
|
}
|
|
1913
1936
|
function CaptionLabel(props) {
|
|
1914
|
-
return /* @__PURE__ */ (0,
|
|
1937
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, __spreadProps(__spreadValues({ color: "gray", variant: "caption", weight: "bold" }, props), { children: props.children }));
|
|
1915
1938
|
}
|
|
1916
1939
|
function BodyLabel(props) {
|
|
1917
|
-
return /* @__PURE__ */ (0,
|
|
1940
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, __spreadProps(__spreadValues({ variant: "body", weight: "bold" }, props), { children: props.children }));
|
|
1918
1941
|
}
|
|
1919
1942
|
var Label3 = (0, import_react38.forwardRef)(
|
|
1920
1943
|
(_a, ref) => {
|
|
@@ -1931,15 +1954,15 @@ var Label3 = (0, import_react38.forwardRef)(
|
|
|
1931
1954
|
}
|
|
1932
1955
|
}, [variant]);
|
|
1933
1956
|
const fieldProps = (0, import_react38.useContext)(FieldContext);
|
|
1934
|
-
return /* @__PURE__ */ (0,
|
|
1957
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1935
1958
|
RadixForm.Label,
|
|
1936
1959
|
__spreadProps(__spreadValues({}, rest), {
|
|
1937
1960
|
asChild: true,
|
|
1938
1961
|
className: `FormLabel ${className || ""}`,
|
|
1939
1962
|
ref,
|
|
1940
|
-
children: /* @__PURE__ */ (0,
|
|
1963
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(Comp, { children: [
|
|
1941
1964
|
children,
|
|
1942
|
-
fieldProps.required ? /* @__PURE__ */ (0,
|
|
1965
|
+
fieldProps.required ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, { as: "span", color: "tomato", children: ` *` }) : null
|
|
1943
1966
|
] })
|
|
1944
1967
|
})
|
|
1945
1968
|
);
|
|
@@ -1949,13 +1972,13 @@ Label3.displayName = "FORM_Label";
|
|
|
1949
1972
|
var Message2 = (0, import_react38.forwardRef)(
|
|
1950
1973
|
(_a, ref) => {
|
|
1951
1974
|
var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
|
|
1952
|
-
return /* @__PURE__ */ (0,
|
|
1975
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1953
1976
|
RadixForm.Message,
|
|
1954
1977
|
__spreadProps(__spreadValues({}, rest), {
|
|
1955
1978
|
asChild: true,
|
|
1956
1979
|
className: `FormMessage ${className || ""}`,
|
|
1957
1980
|
ref,
|
|
1958
|
-
children: /* @__PURE__ */ (0,
|
|
1981
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, { color: "red", children })
|
|
1959
1982
|
})
|
|
1960
1983
|
);
|
|
1961
1984
|
}
|
|
@@ -1965,7 +1988,7 @@ var Control2 = (0, import_react38.forwardRef)(
|
|
|
1965
1988
|
(_a, ref) => {
|
|
1966
1989
|
var _b = _a, { className } = _b, rest = __objRest(_b, ["className"]);
|
|
1967
1990
|
const fieldProps = (0, import_react38.useContext)(FieldContext);
|
|
1968
|
-
return /* @__PURE__ */ (0,
|
|
1991
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
1969
1992
|
RadixForm.Control,
|
|
1970
1993
|
__spreadProps(__spreadValues({}, rest), {
|
|
1971
1994
|
className: `FormControl ${className || ""}`,
|
|
@@ -1980,7 +2003,7 @@ Control2.displayName = "FORM_Control";
|
|
|
1980
2003
|
// src/atoms/auto-sizing-input.tsx
|
|
1981
2004
|
var import_themes52 = require("@radix-ui/themes");
|
|
1982
2005
|
var import_react39 = require("react");
|
|
1983
|
-
var
|
|
2006
|
+
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
1984
2007
|
var useTextWidth = (text, font) => {
|
|
1985
2008
|
const [textWidth, setTextWidth] = (0, import_react39.useState)(0);
|
|
1986
2009
|
(0, import_react39.useEffect)(() => {
|
|
@@ -2080,7 +2103,7 @@ var AutoSizingInput = (0, import_react39.forwardRef)(
|
|
|
2080
2103
|
(_a2 = inputRef.current) == null ? void 0 : _a2.focus();
|
|
2081
2104
|
}
|
|
2082
2105
|
}, [inputRef]);
|
|
2083
|
-
return /* @__PURE__ */ (0,
|
|
2106
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2084
2107
|
import_themes52.Box,
|
|
2085
2108
|
{
|
|
2086
2109
|
className: "auto-sizing-input wrapper",
|
|
@@ -2088,7 +2111,7 @@ var AutoSizingInput = (0, import_react39.forwardRef)(
|
|
|
2088
2111
|
minWidth,
|
|
2089
2112
|
onClick,
|
|
2090
2113
|
style: { width: dynamicWidth },
|
|
2091
|
-
children: /* @__PURE__ */ (0,
|
|
2114
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("input", __spreadValues({ onChange: handleChange, ref: inputRef, value }, rest))
|
|
2092
2115
|
}
|
|
2093
2116
|
);
|
|
2094
2117
|
}
|
|
@@ -2096,29 +2119,29 @@ var AutoSizingInput = (0, import_react39.forwardRef)(
|
|
|
2096
2119
|
AutoSizingInput.displayName = "AutoSizingInput";
|
|
2097
2120
|
|
|
2098
2121
|
// src/atoms/bullet-text.tsx
|
|
2099
|
-
var
|
|
2122
|
+
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
2100
2123
|
|
|
2101
2124
|
// src/atoms/list.tsx
|
|
2102
2125
|
var import_react40 = require("react");
|
|
2103
2126
|
var import_clsx28 = require("clsx");
|
|
2104
|
-
var
|
|
2127
|
+
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
2105
2128
|
var ListContext = (0, import_react40.createContext)({
|
|
2106
2129
|
size: "large"
|
|
2107
2130
|
});
|
|
2108
2131
|
|
|
2109
2132
|
// src/app/platform/coach-question-list.tsx
|
|
2110
|
-
var
|
|
2133
|
+
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
2111
2134
|
function QuestionItem({ question, answer }) {
|
|
2112
|
-
return /* @__PURE__ */ (0,
|
|
2113
|
-
/* @__PURE__ */ (0,
|
|
2114
|
-
/* @__PURE__ */ (0,
|
|
2135
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes7.Box, { children: [
|
|
2136
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Heading2, { mb: "2", variant: "heading5", children: question }),
|
|
2137
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Card, { children: answer ? /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Typo, { as: "p", children: answer }) : /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(Typo, { color: "gray", children: "\uB4F1\uB85D\uB41C \uB2F5\uBCC0\uC774 \uC5C6\uC2B5\uB2C8\uB2E4." }) })
|
|
2115
2138
|
] }, question);
|
|
2116
2139
|
}
|
|
2117
2140
|
function CoachQuestionList({
|
|
2118
2141
|
questions
|
|
2119
2142
|
}) {
|
|
2120
|
-
return /* @__PURE__ */ (0,
|
|
2121
|
-
return /* @__PURE__ */ (0,
|
|
2143
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(import_themes23.Flex, { direction: "column", gap: "8", children: questions.map((question) => {
|
|
2144
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(QuestionItem, __spreadValues({}, question), question.question);
|
|
2122
2145
|
}) });
|
|
2123
2146
|
}
|
|
2124
2147
|
// Annotate the CommonJS export names for ESM import in node:
|