@tipp/ui 2.10.3 → 2.10.5
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 +82 -80
- 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 +30 -29
- 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 +30 -29
- 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 +5 -4
- 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 +66 -64
- 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 +66 -64
- 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 +67 -65
- 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 +30 -29
- 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 +66 -64
- 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 +30 -29
- 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 +67 -65
- 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 +67 -65
- 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 +30 -29
- 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 +34 -33
- 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 +30 -29
- 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 +30 -29
- 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 +29 -28
- 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 +29 -28
- 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 +29 -28
- package/dist/app/roleplay/index.cjs +463 -389
- package/dist/app/roleplay/index.cjs.map +1 -1
- package/dist/app/roleplay/index.js +78 -76
- 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 +29 -28
- 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 +30 -29
- package/dist/app/roleplay/parts/content.cjs +389 -315
- package/dist/app/roleplay/parts/content.cjs.map +1 -1
- package/dist/app/roleplay/parts/content.js +74 -72
- package/dist/app/roleplay/parts/header.cjs +82 -59
- package/dist/app/roleplay/parts/header.cjs.map +1 -1
- package/dist/app/roleplay/parts/header.js +30 -29
- 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 +30 -29
- package/dist/app/roleplay/parts/score-trend-section.cjs +232 -158
- package/dist/app/roleplay/parts/score-trend-section.cjs.map +1 -1
- package/dist/app/roleplay/parts/score-trend-section.js +70 -68
- 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 +29 -28
- 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 +29 -28
- 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 +29 -28
- 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 +29 -28
- 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 +29 -28
- 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 +32 -31
- package/dist/app/roleplay/rp-session-detail.cjs +463 -389
- package/dist/app/roleplay/rp-session-detail.cjs.map +1 -1
- package/dist/app/roleplay/rp-session-detail.js +78 -76
- package/dist/atoms/index.cjs +82 -59
- package/dist/atoms/index.cjs.map +1 -1
- package/dist/atoms/index.js +64 -63
- 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-RZW6FVML.js → chunk-2IRG44IV.js} +2 -2
- package/dist/chunk-2PPLSZ4P.js +1 -0
- package/dist/{chunk-ZQLHRK36.js → chunk-2XDAK4B7.js} +4 -4
- package/dist/{chunk-AHAGCAQR.js → chunk-3DZIX4CE.js} +7 -7
- package/dist/{chunk-QOVPEQS3.js → chunk-4GH4R4VJ.js} +4 -4
- package/dist/chunk-5DRITHNR.js +1 -0
- package/dist/{chunk-QVGQBTSJ.js → chunk-5IGBFB67.js} +10 -10
- package/dist/{chunk-OBJA26HX.js → chunk-6GODZ2YW.js} +8 -8
- package/dist/{chunk-UAUA3PMP.js → chunk-74PR3ZWJ.js} +4 -4
- package/dist/{chunk-RPQWRKBW.js → chunk-AYWCLLQ2.js} +7 -7
- package/dist/{chunk-KQIUOEBS.js → chunk-C4INJWFV.js} +4 -4
- package/dist/{chunk-RBWD6IKY.js → chunk-CBYIPRND.js} +4 -4
- package/dist/{chunk-JTVBWQJW.js → chunk-CGLDFUOY.js} +4 -4
- package/dist/{chunk-PBKV2YMF.js → chunk-CPSXONQO.js} +9 -9
- package/dist/{chunk-K4QH4R3O.js → chunk-CUS3ORMD.js} +4 -4
- package/dist/{chunk-H533TE6M.js → chunk-D4U2ZV2A.js} +4 -4
- package/dist/{chunk-RRC4WFG3.js → chunk-DIFGHMGI.js} +2 -2
- package/dist/{chunk-EXMCCYI2.js → chunk-DPMDQA3O.js} +4 -4
- package/dist/{chunk-L4KGHM2H.js → chunk-EJXZXUD2.js} +10 -10
- package/dist/{chunk-ZIHVLMT5.js → chunk-GA6W62DO.js} +4 -4
- 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-6UWQKH6U.js → chunk-IHLFOJD5.js} +2 -2
- package/dist/{chunk-SX46O67F.js → chunk-ISSUGCCY.js} +4 -4
- package/dist/{chunk-3ZJVSSAA.js → chunk-KQ3ME6XY.js} +8 -8
- package/dist/{chunk-YYVSUTXO.js → chunk-LK2H4QTJ.js} +4 -4
- package/dist/{chunk-XMZYZJTH.js → chunk-N3FMP27I.js} +4 -4
- package/dist/{chunk-UMLYWHB2.js → chunk-NK6S7ZMB.js} +4 -4
- package/dist/{chunk-RJ7XSZ2V.js → chunk-OPIVSYLN.js} +4 -4
- package/dist/{chunk-NVBAOOAT.js → chunk-OUDDTPEN.js} +4 -4
- package/dist/{chunk-V4QYGHOJ.js → chunk-Q2FDF2AB.js} +7 -7
- package/dist/{chunk-3FVDFMKP.js → chunk-RBU2TRYY.js} +9 -9
- package/dist/{chunk-PS525SZS.js → chunk-RJ62VZ6O.js} +3 -3
- package/dist/{chunk-WJ35Y2IU.js → chunk-SQ3FYBJT.js} +2 -2
- package/dist/{chunk-2H635UNE.js → chunk-TYM6T7JT.js} +2 -2
- package/dist/{chunk-5RIAIE2J.js → chunk-U4XM7VNI.js} +9 -3
- package/dist/chunk-U4XM7VNI.js.map +1 -0
- package/dist/{chunk-HNAZV4MI.js → chunk-V7KAHLW2.js} +5 -5
- package/dist/{chunk-PVDHXFLT.js → chunk-VBXZIIUA.js} +4 -4
- package/dist/{chunk-TDWMI7ZT.js → chunk-VBYXXISC.js} +5 -5
- package/dist/{chunk-77J4AZEO.js → chunk-VJREZH2Z.js} +4 -4
- package/dist/{chunk-66SUBB2N.js → chunk-W7LO5KYT.js} +9 -9
- package/dist/{chunk-RJN4QT5J.js → chunk-WLKK5L3P.js} +7 -7
- package/dist/{chunk-A5AZWTXV.js → chunk-WYHDQK2S.js} +7 -7
- package/dist/{chunk-54GRMFDC.js → chunk-X3TBEGPA.js} +4 -4
- package/dist/context/index.js +1 -1
- 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 +963 -885
- 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 +156 -148
- 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 +11 -10
- 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 +9 -8
- 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 +5 -4
- 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 +5 -4
- 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 +4 -3
- 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 +6 -5
- 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 +14 -13
- 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 +5 -4
- 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 +15 -14
- 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 +18 -17
- 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 +8 -7
- 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 +28 -27
- 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 +5 -4
- package/dist/molecules/dynamic-field.js +3 -3
- 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 +6 -5
- package/dist/molecules/dynamic-form-editor-field-list-panel.js +2 -2
- package/dist/molecules/dynamic-form-editor-issues-panel.js +2 -2
- package/dist/molecules/dynamic-form-editor-preview-panel.js +6 -6
- 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 +14 -13
- package/dist/molecules/dynamic-form.js +4 -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 +197 -59
- package/dist/molecules/expand-table/index.cjs.map +1 -1
- package/dist/molecules/expand-table/index.js +7 -4
- package/dist/molecules/index.cjs +866 -790
- 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 +76 -71
- package/dist/molecules/learning-post.js +3 -3
- package/dist/molecules/stepper.cjs +43 -20
- package/dist/molecules/stepper.cjs.map +1 -1
- package/dist/molecules/stepper.js +5 -4
- package/dist/molecules/tag-selector.cjs +43 -20
- package/dist/molecules/tag-selector.cjs.map +1 -1
- package/dist/molecules/tag-selector.js +6 -5
- package/dist/molecules/time-select.cjs +28 -5
- package/dist/molecules/time-select.cjs.map +1 -1
- package/dist/molecules/time-select.js +3 -2
- package/dist/molecules/training-info-guideline.js +1 -1
- 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 +3 -2
- package/package.json +1 -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 +5 -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-RZW6FVML.js.map → chunk-2IRG44IV.js.map} +0 -0
- /package/dist/{chunk-JVXATVAC.js.map → chunk-2PPLSZ4P.js.map} +0 -0
- /package/dist/{chunk-ZQLHRK36.js.map → chunk-2XDAK4B7.js.map} +0 -0
- /package/dist/{chunk-AHAGCAQR.js.map → chunk-3DZIX4CE.js.map} +0 -0
- /package/dist/{chunk-QOVPEQS3.js.map → chunk-4GH4R4VJ.js.map} +0 -0
- /package/dist/{chunk-SYMOHU2B.js.map → chunk-5DRITHNR.js.map} +0 -0
- /package/dist/{chunk-QVGQBTSJ.js.map → chunk-5IGBFB67.js.map} +0 -0
- /package/dist/{chunk-OBJA26HX.js.map → chunk-6GODZ2YW.js.map} +0 -0
- /package/dist/{chunk-UAUA3PMP.js.map → chunk-74PR3ZWJ.js.map} +0 -0
- /package/dist/{chunk-RPQWRKBW.js.map → chunk-AYWCLLQ2.js.map} +0 -0
- /package/dist/{chunk-KQIUOEBS.js.map → chunk-C4INJWFV.js.map} +0 -0
- /package/dist/{chunk-RBWD6IKY.js.map → chunk-CBYIPRND.js.map} +0 -0
- /package/dist/{chunk-JTVBWQJW.js.map → chunk-CGLDFUOY.js.map} +0 -0
- /package/dist/{chunk-PBKV2YMF.js.map → chunk-CPSXONQO.js.map} +0 -0
- /package/dist/{chunk-K4QH4R3O.js.map → chunk-CUS3ORMD.js.map} +0 -0
- /package/dist/{chunk-H533TE6M.js.map → chunk-D4U2ZV2A.js.map} +0 -0
- /package/dist/{chunk-RRC4WFG3.js.map → chunk-DIFGHMGI.js.map} +0 -0
- /package/dist/{chunk-EXMCCYI2.js.map → chunk-DPMDQA3O.js.map} +0 -0
- /package/dist/{chunk-L4KGHM2H.js.map → chunk-EJXZXUD2.js.map} +0 -0
- /package/dist/{chunk-ZIHVLMT5.js.map → chunk-GA6W62DO.js.map} +0 -0
- /package/dist/{chunk-P2H3VCIB.js.map → chunk-HL3MGRAC.js.map} +0 -0
- /package/dist/{chunk-6UWQKH6U.js.map → chunk-IHLFOJD5.js.map} +0 -0
- /package/dist/{chunk-SX46O67F.js.map → chunk-ISSUGCCY.js.map} +0 -0
- /package/dist/{chunk-3ZJVSSAA.js.map → chunk-KQ3ME6XY.js.map} +0 -0
- /package/dist/{chunk-YYVSUTXO.js.map → chunk-LK2H4QTJ.js.map} +0 -0
- /package/dist/{chunk-XMZYZJTH.js.map → chunk-N3FMP27I.js.map} +0 -0
- /package/dist/{chunk-UMLYWHB2.js.map → chunk-NK6S7ZMB.js.map} +0 -0
- /package/dist/{chunk-RJ7XSZ2V.js.map → chunk-OPIVSYLN.js.map} +0 -0
- /package/dist/{chunk-NVBAOOAT.js.map → chunk-OUDDTPEN.js.map} +0 -0
- /package/dist/{chunk-V4QYGHOJ.js.map → chunk-Q2FDF2AB.js.map} +0 -0
- /package/dist/{chunk-3FVDFMKP.js.map → chunk-RBU2TRYY.js.map} +0 -0
- /package/dist/{chunk-PS525SZS.js.map → chunk-RJ62VZ6O.js.map} +0 -0
- /package/dist/{chunk-WJ35Y2IU.js.map → chunk-SQ3FYBJT.js.map} +0 -0
- /package/dist/{chunk-2H635UNE.js.map → chunk-TYM6T7JT.js.map} +0 -0
- /package/dist/{chunk-HNAZV4MI.js.map → chunk-V7KAHLW2.js.map} +0 -0
- /package/dist/{chunk-PVDHXFLT.js.map → chunk-VBXZIIUA.js.map} +0 -0
- /package/dist/{chunk-TDWMI7ZT.js.map → chunk-VBYXXISC.js.map} +0 -0
- /package/dist/{chunk-77J4AZEO.js.map → chunk-VJREZH2Z.js.map} +0 -0
- /package/dist/{chunk-66SUBB2N.js.map → chunk-W7LO5KYT.js.map} +0 -0
- /package/dist/{chunk-RJN4QT5J.js.map → chunk-WLKK5L3P.js.map} +0 -0
- /package/dist/{chunk-A5AZWTXV.js.map → chunk-WYHDQK2S.js.map} +0 -0
- /package/dist/{chunk-54GRMFDC.js.map → chunk-X3TBEGPA.js.map} +0 -0
|
@@ -5,58 +5,52 @@ import {
|
|
|
5
5
|
import "../../../chunk-4YAA25AV.js";
|
|
6
6
|
import "../../../chunk-HBF6IIVZ.js";
|
|
7
7
|
import "../../../chunk-AELKCD6B.js";
|
|
8
|
-
import "../../../chunk-KNIIDDYM.js";
|
|
9
|
-
import "../../../chunk-6TU647KJ.js";
|
|
10
|
-
import "../../../chunk-CGDBUDY3.js";
|
|
11
8
|
import "../../../chunk-5XYPLDI5.js";
|
|
12
9
|
import "../../../chunk-6NPTJBFE.js";
|
|
13
10
|
import "../../../chunk-LNPFV5BJ.js";
|
|
14
|
-
import "../../../chunk-MUPK4L3U.js";
|
|
15
|
-
import "../../../chunk-MUNMDHRF.js";
|
|
16
|
-
import "../../../chunk-IT7ZTP7F.js";
|
|
17
11
|
import "../../../chunk-YXMB4MCM.js";
|
|
18
12
|
import "../../../chunk-HYITAA4J.js";
|
|
19
13
|
import "../../../chunk-5H3YPCZK.js";
|
|
20
14
|
import "../../../chunk-FR2GDOU2.js";
|
|
21
15
|
import "../../../chunk-74DX4CU7.js";
|
|
22
|
-
import "../../../chunk-
|
|
23
|
-
import "../../../chunk-
|
|
24
|
-
import "../../../chunk-
|
|
16
|
+
import "../../../chunk-KNIIDDYM.js";
|
|
17
|
+
import "../../../chunk-6TU647KJ.js";
|
|
18
|
+
import "../../../chunk-CGDBUDY3.js";
|
|
25
19
|
import "../../../chunk-TNNF5Q62.js";
|
|
26
20
|
import "../../../chunk-YO3BQW6S.js";
|
|
27
21
|
import "../../../chunk-DX3DLP5Z.js";
|
|
28
22
|
import "../../../chunk-SA7AYYQS.js";
|
|
29
23
|
import "../../../chunk-3TOUVBIB.js";
|
|
30
|
-
import "../../../chunk-
|
|
31
|
-
import "../../../chunk-
|
|
24
|
+
import "../../../chunk-MUPK4L3U.js";
|
|
25
|
+
import "../../../chunk-MUNMDHRF.js";
|
|
26
|
+
import "../../../chunk-IT7ZTP7F.js";
|
|
32
27
|
import "../../../chunk-XQOL7UBI.js";
|
|
33
28
|
import "../../../chunk-TULWX7D6.js";
|
|
34
29
|
import "../../../chunk-BI6TW3ZO.js";
|
|
35
|
-
import "../../../chunk-
|
|
36
|
-
import "../../../chunk-
|
|
37
|
-
import "../../../chunk-
|
|
38
|
-
import "../../../chunk-JCUG2XKB.js";
|
|
39
|
-
import "../../../chunk-645GPOW2.js";
|
|
40
|
-
import "../../../chunk-U7N2PWMO.js";
|
|
41
|
-
import "../../../chunk-7RJYF5L3.js";
|
|
42
|
-
import "../../../chunk-HF6GNDPV.js";
|
|
30
|
+
import "../../../chunk-USL6PICI.js";
|
|
31
|
+
import "../../../chunk-RWJUXAFY.js";
|
|
32
|
+
import "../../../chunk-RMW3MQF5.js";
|
|
43
33
|
import "../../../chunk-T73HHR3I.js";
|
|
44
34
|
import "../../../chunk-MQKIIIBW.js";
|
|
45
35
|
import "../../../chunk-2M3UFZUD.js";
|
|
46
36
|
import "../../../chunk-PT57HCAI.js";
|
|
47
37
|
import "../../../chunk-2DZ2Y3JI.js";
|
|
48
38
|
import "../../../chunk-GNB4A34H.js";
|
|
49
|
-
import "../../../chunk-
|
|
50
|
-
import "../../../chunk-
|
|
51
|
-
import "../../../chunk-JETG3WEI.js";
|
|
39
|
+
import "../../../chunk-EGEQY3KT.js";
|
|
40
|
+
import "../../../chunk-24PX34TH.js";
|
|
52
41
|
import "../../../chunk-WG5OK3YN.js";
|
|
53
42
|
import "../../../chunk-ZCGH6TJ3.js";
|
|
54
43
|
import "../../../chunk-UFWDQGOK.js";
|
|
55
44
|
import "../../../chunk-NFDQJVFA.js";
|
|
56
45
|
import "../../../chunk-Q37G2GS6.js";
|
|
57
|
-
import "../../../chunk-
|
|
58
|
-
import "../../../chunk-
|
|
59
|
-
import "../../../chunk-
|
|
46
|
+
import "../../../chunk-ZPUNTAVI.js";
|
|
47
|
+
import "../../../chunk-KDS7OQOY.js";
|
|
48
|
+
import "../../../chunk-USGOLLYO.js";
|
|
49
|
+
import "../../../chunk-JCUG2XKB.js";
|
|
50
|
+
import "../../../chunk-645GPOW2.js";
|
|
51
|
+
import "../../../chunk-U7N2PWMO.js";
|
|
52
|
+
import "../../../chunk-7RJYF5L3.js";
|
|
53
|
+
import "../../../chunk-HF6GNDPV.js";
|
|
60
54
|
import "../../../chunk-UFRB2BVD.js";
|
|
61
55
|
import "../../../chunk-4Y5BEXVN.js";
|
|
62
56
|
import "../../../chunk-75EY7LBP.js";
|
|
@@ -68,8 +62,12 @@ import "../../../chunk-25HMMI7R.js";
|
|
|
68
62
|
import "../../../chunk-2LCH3PDF.js";
|
|
69
63
|
import "../../../chunk-LQY4RKWI.js";
|
|
70
64
|
import "../../../chunk-ZD7MNMED.js";
|
|
65
|
+
import "../../../chunk-EIKFXUNC.js";
|
|
66
|
+
import "../../../chunk-RP2RGCAW.js";
|
|
67
|
+
import "../../../chunk-JETG3WEI.js";
|
|
71
68
|
import "../../../chunk-VOME2TE7.js";
|
|
72
|
-
import "../../../chunk-
|
|
69
|
+
import "../../../chunk-2PPLSZ4P.js";
|
|
70
|
+
import "../../../chunk-2FJ4LW7E.js";
|
|
73
71
|
import "../../../chunk-B3VSXNTH.js";
|
|
74
72
|
import "../../../chunk-ZQE7SP6P.js";
|
|
75
73
|
import "../../../chunk-R6ARPREO.js";
|
|
@@ -80,15 +78,18 @@ import "../../../chunk-QO6KO6MN.js";
|
|
|
80
78
|
import "../../../chunk-5KNRHIIF.js";
|
|
81
79
|
import "../../../chunk-6JRAI4G5.js";
|
|
82
80
|
import "../../../chunk-776WBOKL.js";
|
|
83
|
-
import "../../../chunk-
|
|
81
|
+
import "../../../chunk-IAKMJR72.js";
|
|
84
82
|
import "../../../chunk-YSYJCYHY.js";
|
|
85
83
|
import "../../../chunk-5OM2H6RI.js";
|
|
86
84
|
import "../../../chunk-ZUYCXCPW.js";
|
|
87
85
|
import "../../../chunk-YVFNJE4E.js";
|
|
88
86
|
import "../../../chunk-GI4AN2IZ.js";
|
|
89
87
|
import "../../../chunk-WYWM2HSZ.js";
|
|
90
|
-
import "../../../chunk-VFQD57ZY.js";
|
|
91
88
|
import "../../../chunk-EAXUQEO5.js";
|
|
89
|
+
import "../../../chunk-6SYFG6YY.js";
|
|
90
|
+
import "../../../chunk-GPZXD762.js";
|
|
91
|
+
import "../../../chunk-BK74U562.js";
|
|
92
|
+
import "../../../chunk-VFQD57ZY.js";
|
|
92
93
|
import "../../../chunk-CRTRMMJ7.js";
|
|
93
94
|
export {
|
|
94
95
|
SectionNav
|
|
@@ -1954,27 +1954,50 @@ var HeadsetIcon = React34.forwardRef(
|
|
|
1954
1954
|
);
|
|
1955
1955
|
HeadsetIcon.displayName = "HeadsetIcon";
|
|
1956
1956
|
|
|
1957
|
-
// src/
|
|
1957
|
+
// src/icons/empty-box.tsx
|
|
1958
|
+
var React35 = __toESM(require("react"), 1);
|
|
1958
1959
|
var import_jsx_runtime51 = require("react/jsx-runtime");
|
|
1960
|
+
var EmptyBoxIcon = React35.forwardRef(
|
|
1961
|
+
(_a, forwardedRef) => {
|
|
1962
|
+
var _b = _a, { color = "currentColor", width = 120, height = 120 } = _b, props = __objRest(_b, ["color", "width", "height"]);
|
|
1963
|
+
return /* @__PURE__ */ (0, import_jsx_runtime51.jsx)(
|
|
1964
|
+
"svg",
|
|
1965
|
+
__spreadProps(__spreadValues({
|
|
1966
|
+
fill: color,
|
|
1967
|
+
height,
|
|
1968
|
+
viewBox: "0 0 462.035 462.035",
|
|
1969
|
+
width,
|
|
1970
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
1971
|
+
}, props), {
|
|
1972
|
+
ref: forwardedRef,
|
|
1973
|
+
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" })
|
|
1974
|
+
})
|
|
1975
|
+
);
|
|
1976
|
+
}
|
|
1977
|
+
);
|
|
1978
|
+
EmptyBoxIcon.displayName = "EmptyBoxIcon";
|
|
1959
1979
|
|
|
1960
|
-
// src/atoms/
|
|
1980
|
+
// src/atoms/pagination.tsx
|
|
1961
1981
|
var import_jsx_runtime52 = require("react/jsx-runtime");
|
|
1962
1982
|
|
|
1983
|
+
// src/atoms/field-error-wrapper.tsx
|
|
1984
|
+
var import_jsx_runtime53 = require("react/jsx-runtime");
|
|
1985
|
+
|
|
1963
1986
|
// src/atoms/ellipsis-tooltip.tsx
|
|
1964
1987
|
var import_react37 = require("react");
|
|
1965
|
-
var
|
|
1988
|
+
var import_jsx_runtime54 = require("react/jsx-runtime");
|
|
1966
1989
|
|
|
1967
1990
|
// src/atoms/drawer.tsx
|
|
1968
1991
|
var Dialog2 = __toESM(require("@radix-ui/react-dialog"), 1);
|
|
1969
1992
|
var import_themes51 = require("@radix-ui/themes");
|
|
1970
1993
|
|
|
1971
1994
|
// src/icons/close-panel-arrow.tsx
|
|
1972
|
-
var
|
|
1973
|
-
var
|
|
1974
|
-
var ClosePanelArrowIcon =
|
|
1995
|
+
var React38 = __toESM(require("react"), 1);
|
|
1996
|
+
var import_jsx_runtime55 = require("react/jsx-runtime");
|
|
1997
|
+
var ClosePanelArrowIcon = React38.forwardRef(
|
|
1975
1998
|
(_a, forwardedRef) => {
|
|
1976
1999
|
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
1977
|
-
return /* @__PURE__ */ (0,
|
|
2000
|
+
return /* @__PURE__ */ (0, import_jsx_runtime55.jsxs)(
|
|
1978
2001
|
"svg",
|
|
1979
2002
|
__spreadProps(__spreadValues({
|
|
1980
2003
|
fill: "none",
|
|
@@ -1985,7 +2008,7 @@ var ClosePanelArrowIcon = React37.forwardRef(
|
|
|
1985
2008
|
}, props), {
|
|
1986
2009
|
ref: forwardedRef,
|
|
1987
2010
|
children: [
|
|
1988
|
-
/* @__PURE__ */ (0,
|
|
2011
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
1989
2012
|
"path",
|
|
1990
2013
|
{
|
|
1991
2014
|
clipRule: "evenodd",
|
|
@@ -1994,7 +2017,7 @@ var ClosePanelArrowIcon = React37.forwardRef(
|
|
|
1994
2017
|
fillRule: "evenodd"
|
|
1995
2018
|
}
|
|
1996
2019
|
),
|
|
1997
|
-
/* @__PURE__ */ (0,
|
|
2020
|
+
/* @__PURE__ */ (0, import_jsx_runtime55.jsx)(
|
|
1998
2021
|
"path",
|
|
1999
2022
|
{
|
|
2000
2023
|
clipRule: "evenodd",
|
|
@@ -2011,11 +2034,11 @@ var ClosePanelArrowIcon = React37.forwardRef(
|
|
|
2011
2034
|
ClosePanelArrowIcon.displayName = "ArrowDownIcon";
|
|
2012
2035
|
|
|
2013
2036
|
// src/atoms/drawer.tsx
|
|
2014
|
-
var
|
|
2037
|
+
var import_jsx_runtime56 = require("react/jsx-runtime");
|
|
2015
2038
|
|
|
2016
2039
|
// src/atoms/toast.tsx
|
|
2017
2040
|
var import_sonner = require("sonner");
|
|
2018
|
-
var
|
|
2041
|
+
var import_jsx_runtime57 = require("react/jsx-runtime");
|
|
2019
2042
|
var toast = Object.assign(import_sonner.toast, {
|
|
2020
2043
|
warn: import_sonner.toast.warning
|
|
2021
2044
|
});
|
|
@@ -2023,11 +2046,11 @@ var toast = Object.assign(import_sonner.toast, {
|
|
|
2023
2046
|
// src/molecules/form/form.tsx
|
|
2024
2047
|
var RadixForm = __toESM(require("@radix-ui/react-form"), 1);
|
|
2025
2048
|
var import_react38 = require("react");
|
|
2026
|
-
var
|
|
2049
|
+
var import_jsx_runtime58 = require("react/jsx-runtime");
|
|
2027
2050
|
var Root15 = (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,
|
|
2053
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2031
2054
|
RadixForm.Root,
|
|
2032
2055
|
__spreadProps(__spreadValues({}, rest), {
|
|
2033
2056
|
className: `FormRoot ${className || ""}`,
|
|
@@ -2044,25 +2067,25 @@ var FieldContext = (0, import_react38.createContext)({
|
|
|
2044
2067
|
var Field2 = (0, import_react38.forwardRef)(
|
|
2045
2068
|
(_a, ref) => {
|
|
2046
2069
|
var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
|
|
2047
|
-
return /* @__PURE__ */ (0,
|
|
2070
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2048
2071
|
RadixForm.Field,
|
|
2049
2072
|
__spreadProps(__spreadValues({}, rest), {
|
|
2050
2073
|
className: `FormField ${className || ""}`,
|
|
2051
2074
|
ref,
|
|
2052
|
-
children: /* @__PURE__ */ (0,
|
|
2075
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(FieldContext.Provider, { value: rest, children })
|
|
2053
2076
|
})
|
|
2054
2077
|
);
|
|
2055
2078
|
}
|
|
2056
2079
|
);
|
|
2057
2080
|
Field2.displayName = "FORM_FIELD";
|
|
2058
2081
|
function HeadingLabel(props) {
|
|
2059
|
-
return /* @__PURE__ */ (0,
|
|
2082
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Heading2, __spreadProps(__spreadValues({ variant: "heading5" }, props), { children: props.children }));
|
|
2060
2083
|
}
|
|
2061
2084
|
function CaptionLabel(props) {
|
|
2062
|
-
return /* @__PURE__ */ (0,
|
|
2085
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, __spreadProps(__spreadValues({ color: "gray", variant: "caption", weight: "bold" }, props), { children: props.children }));
|
|
2063
2086
|
}
|
|
2064
2087
|
function BodyLabel(props) {
|
|
2065
|
-
return /* @__PURE__ */ (0,
|
|
2088
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, __spreadProps(__spreadValues({ variant: "body", weight: "bold" }, props), { children: props.children }));
|
|
2066
2089
|
}
|
|
2067
2090
|
var Label3 = (0, import_react38.forwardRef)(
|
|
2068
2091
|
(_a, ref) => {
|
|
@@ -2079,15 +2102,15 @@ var Label3 = (0, import_react38.forwardRef)(
|
|
|
2079
2102
|
}
|
|
2080
2103
|
}, [variant]);
|
|
2081
2104
|
const fieldProps = (0, import_react38.useContext)(FieldContext);
|
|
2082
|
-
return /* @__PURE__ */ (0,
|
|
2105
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2083
2106
|
RadixForm.Label,
|
|
2084
2107
|
__spreadProps(__spreadValues({}, rest), {
|
|
2085
2108
|
asChild: true,
|
|
2086
2109
|
className: `FormLabel ${className || ""}`,
|
|
2087
2110
|
ref,
|
|
2088
|
-
children: /* @__PURE__ */ (0,
|
|
2111
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime58.jsxs)(Comp, { children: [
|
|
2089
2112
|
children,
|
|
2090
|
-
fieldProps.required ? /* @__PURE__ */ (0,
|
|
2113
|
+
fieldProps.required ? /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, { as: "span", color: "tomato", children: ` *` }) : null
|
|
2091
2114
|
] })
|
|
2092
2115
|
})
|
|
2093
2116
|
);
|
|
@@ -2097,13 +2120,13 @@ Label3.displayName = "FORM_Label";
|
|
|
2097
2120
|
var Message2 = (0, import_react38.forwardRef)(
|
|
2098
2121
|
(_a, ref) => {
|
|
2099
2122
|
var _b = _a, { children, className } = _b, rest = __objRest(_b, ["children", "className"]);
|
|
2100
|
-
return /* @__PURE__ */ (0,
|
|
2123
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2101
2124
|
RadixForm.Message,
|
|
2102
2125
|
__spreadProps(__spreadValues({}, rest), {
|
|
2103
2126
|
asChild: true,
|
|
2104
2127
|
className: `FormMessage ${className || ""}`,
|
|
2105
2128
|
ref,
|
|
2106
|
-
children: /* @__PURE__ */ (0,
|
|
2129
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(Typo, { color: "red", children })
|
|
2107
2130
|
})
|
|
2108
2131
|
);
|
|
2109
2132
|
}
|
|
@@ -2113,7 +2136,7 @@ var Control2 = (0, import_react38.forwardRef)(
|
|
|
2113
2136
|
(_a, ref) => {
|
|
2114
2137
|
var _b = _a, { className } = _b, rest = __objRest(_b, ["className"]);
|
|
2115
2138
|
const fieldProps = (0, import_react38.useContext)(FieldContext);
|
|
2116
|
-
return /* @__PURE__ */ (0,
|
|
2139
|
+
return /* @__PURE__ */ (0, import_jsx_runtime58.jsx)(
|
|
2117
2140
|
RadixForm.Control,
|
|
2118
2141
|
__spreadProps(__spreadValues({}, rest), {
|
|
2119
2142
|
className: `FormControl ${className || ""}`,
|
|
@@ -2128,7 +2151,7 @@ Control2.displayName = "FORM_Control";
|
|
|
2128
2151
|
// src/atoms/auto-sizing-input.tsx
|
|
2129
2152
|
var import_themes52 = require("@radix-ui/themes");
|
|
2130
2153
|
var import_react39 = require("react");
|
|
2131
|
-
var
|
|
2154
|
+
var import_jsx_runtime59 = require("react/jsx-runtime");
|
|
2132
2155
|
var useTextWidth = (text, font) => {
|
|
2133
2156
|
const [textWidth, setTextWidth] = (0, import_react39.useState)(0);
|
|
2134
2157
|
(0, import_react39.useEffect)(() => {
|
|
@@ -2228,7 +2251,7 @@ var AutoSizingInput = (0, import_react39.forwardRef)(
|
|
|
2228
2251
|
(_a2 = inputRef.current) == null ? void 0 : _a2.focus();
|
|
2229
2252
|
}
|
|
2230
2253
|
}, [inputRef]);
|
|
2231
|
-
return /* @__PURE__ */ (0,
|
|
2254
|
+
return /* @__PURE__ */ (0, import_jsx_runtime59.jsx)(
|
|
2232
2255
|
import_themes52.Box,
|
|
2233
2256
|
{
|
|
2234
2257
|
className: "auto-sizing-input wrapper",
|
|
@@ -2236,7 +2259,7 @@ var AutoSizingInput = (0, import_react39.forwardRef)(
|
|
|
2236
2259
|
minWidth,
|
|
2237
2260
|
onClick,
|
|
2238
2261
|
style: { width: dynamicWidth },
|
|
2239
|
-
children: /* @__PURE__ */ (0,
|
|
2262
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime59.jsx)("input", __spreadValues({ onChange: handleChange, ref: inputRef, value }, rest))
|
|
2240
2263
|
}
|
|
2241
2264
|
);
|
|
2242
2265
|
}
|
|
@@ -2244,12 +2267,12 @@ var AutoSizingInput = (0, import_react39.forwardRef)(
|
|
|
2244
2267
|
AutoSizingInput.displayName = "AutoSizingInput";
|
|
2245
2268
|
|
|
2246
2269
|
// src/atoms/bullet-text.tsx
|
|
2247
|
-
var
|
|
2270
|
+
var import_jsx_runtime60 = require("react/jsx-runtime");
|
|
2248
2271
|
|
|
2249
2272
|
// src/atoms/list.tsx
|
|
2250
2273
|
var import_react40 = require("react");
|
|
2251
2274
|
var import_clsx28 = require("clsx");
|
|
2252
|
-
var
|
|
2275
|
+
var import_jsx_runtime61 = require("react/jsx-runtime");
|
|
2253
2276
|
var ListContext = (0, import_react40.createContext)({
|
|
2254
2277
|
size: "large"
|
|
2255
2278
|
});
|
|
@@ -2290,14 +2313,14 @@ function computeSpeechShare(lines) {
|
|
|
2290
2313
|
}
|
|
2291
2314
|
|
|
2292
2315
|
// src/app/roleplay/parts/speech-share-bar.tsx
|
|
2293
|
-
var
|
|
2316
|
+
var import_jsx_runtime62 = require("react/jsx-runtime");
|
|
2294
2317
|
function SpeechShareBar({
|
|
2295
2318
|
share
|
|
2296
2319
|
}) {
|
|
2297
2320
|
const isOvertalking = share.userPct > SPEECH_OVERTALK_THRESHOLD;
|
|
2298
|
-
return /* @__PURE__ */ (0,
|
|
2299
|
-
/* @__PURE__ */ (0,
|
|
2300
|
-
/* @__PURE__ */ (0,
|
|
2321
|
+
return /* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes7.Box, { children: [
|
|
2322
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(import_themes23.Flex, { align: "center", justify: "between", mb: "1", children: [
|
|
2323
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(
|
|
2301
2324
|
Typo,
|
|
2302
2325
|
{
|
|
2303
2326
|
as: "span",
|
|
@@ -2313,13 +2336,13 @@ function SpeechShareBar({
|
|
|
2313
2336
|
]
|
|
2314
2337
|
}
|
|
2315
2338
|
),
|
|
2316
|
-
/* @__PURE__ */ (0,
|
|
2339
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsxs)(Typo, { as: "span", color: "gray", variant: "caption", children: [
|
|
2317
2340
|
"\uC0C1\uB300 ",
|
|
2318
2341
|
share.partnerPct,
|
|
2319
2342
|
"%"
|
|
2320
2343
|
] })
|
|
2321
2344
|
] }),
|
|
2322
|
-
/* @__PURE__ */ (0,
|
|
2345
|
+
/* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2323
2346
|
import_themes23.Flex,
|
|
2324
2347
|
{
|
|
2325
2348
|
style: {
|
|
@@ -2328,7 +2351,7 @@ function SpeechShareBar({
|
|
|
2328
2351
|
overflow: "hidden",
|
|
2329
2352
|
background: "var(--gray-4)"
|
|
2330
2353
|
},
|
|
2331
|
-
children: /* @__PURE__ */ (0,
|
|
2354
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime62.jsx)(
|
|
2332
2355
|
import_themes7.Box,
|
|
2333
2356
|
{
|
|
2334
2357
|
style: {
|
|
@@ -2339,12 +2362,12 @@ function SpeechShareBar({
|
|
|
2339
2362
|
)
|
|
2340
2363
|
}
|
|
2341
2364
|
),
|
|
2342
|
-
isOvertalking ? /* @__PURE__ */ (0,
|
|
2365
|
+
isOvertalking ? /* @__PURE__ */ (0, import_jsx_runtime62.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
|
|
2343
2366
|
] });
|
|
2344
2367
|
}
|
|
2345
2368
|
|
|
2346
2369
|
// src/app/roleplay/parts/script-transcript.tsx
|
|
2347
|
-
var
|
|
2370
|
+
var import_jsx_runtime63 = require("react/jsx-runtime");
|
|
2348
2371
|
function ScriptTranscript({
|
|
2349
2372
|
lines,
|
|
2350
2373
|
partnerName,
|
|
@@ -2354,11 +2377,11 @@ function ScriptTranscript({
|
|
|
2354
2377
|
onSeek
|
|
2355
2378
|
}) {
|
|
2356
2379
|
const activeIndex = canSync ? lines.reduce((acc, line, i) => line.startMs <= currentMs ? i : acc, -1) : -1;
|
|
2357
|
-
return /* @__PURE__ */ (0,
|
|
2358
|
-
/* @__PURE__ */ (0,
|
|
2359
|
-
/* @__PURE__ */ (0,
|
|
2360
|
-
/* @__PURE__ */ (0,
|
|
2361
|
-
/* @__PURE__ */ (0,
|
|
2380
|
+
return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_themes23.Flex, { direction: "column", gap: "2", style: { minWidth: 0 }, children: [
|
|
2381
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_themes7.Box, { children: [
|
|
2382
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(import_themes23.Flex, { align: "center", gap: "2", justify: "between", children: [
|
|
2383
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Typo, { as: "span", variant: "body", weight: "bold", children: "\uB300\uD654 \uC2A4\uD06C\uB9BD\uD2B8" }),
|
|
2384
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2362
2385
|
Typo,
|
|
2363
2386
|
{
|
|
2364
2387
|
as: "span",
|
|
@@ -2368,16 +2391,16 @@ function ScriptTranscript({
|
|
|
2368
2391
|
}
|
|
2369
2392
|
)
|
|
2370
2393
|
] }),
|
|
2371
|
-
partnerName ? /* @__PURE__ */ (0,
|
|
2394
|
+
partnerName ? /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(Typo, { as: "p", color: "gray", mt: "1", variant: "body", children: [
|
|
2372
2395
|
"\uC0C1\uB300 \xB7 ",
|
|
2373
2396
|
partnerName
|
|
2374
2397
|
] }) : null,
|
|
2375
|
-
speechShare ? /* @__PURE__ */ (0,
|
|
2398
|
+
speechShare ? /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_themes7.Box, { mt: "2", children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(SpeechShareBar, { share: speechShare }) }) : null
|
|
2376
2399
|
] }),
|
|
2377
|
-
lines.length === 0 ? /* @__PURE__ */ (0,
|
|
2400
|
+
lines.length === 0 ? /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(Typo, { as: "p", color: "gray", variant: "body", children: "\uB300\uD654 \uC2A4\uD06C\uB9BD\uD2B8\uAC00 \uC5C6\uC2B5\uB2C8\uB2E4." }) : /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_themes7.Box, { style: { maxHeight: 440, overflowY: "auto" }, children: /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(import_themes23.Flex, { direction: "column", gap: "1", children: lines.map((line, i) => {
|
|
2378
2401
|
const isUser = line.speaker === "user";
|
|
2379
2402
|
const isActive = i === activeIndex;
|
|
2380
|
-
return /* @__PURE__ */ (0,
|
|
2403
|
+
return /* @__PURE__ */ (0, import_jsx_runtime63.jsxs)(
|
|
2381
2404
|
import_themes23.Flex,
|
|
2382
2405
|
{
|
|
2383
2406
|
align: "start",
|
|
@@ -2393,7 +2416,7 @@ function ScriptTranscript({
|
|
|
2393
2416
|
background: isActive ? "var(--accent-a3)" : "transparent"
|
|
2394
2417
|
},
|
|
2395
2418
|
children: [
|
|
2396
|
-
canSync ? /* @__PURE__ */ (0,
|
|
2419
|
+
canSync ? /* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2397
2420
|
Typo,
|
|
2398
2421
|
{
|
|
2399
2422
|
as: "span",
|
|
@@ -2408,7 +2431,7 @@ function ScriptTranscript({
|
|
|
2408
2431
|
children: formatTimestamp(line.startMs)
|
|
2409
2432
|
}
|
|
2410
2433
|
) : null,
|
|
2411
|
-
/* @__PURE__ */ (0,
|
|
2434
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2412
2435
|
Typo,
|
|
2413
2436
|
{
|
|
2414
2437
|
as: "span",
|
|
@@ -2424,7 +2447,7 @@ function ScriptTranscript({
|
|
|
2424
2447
|
children: isUser ? "\uB098" : "\uC0C1\uB300"
|
|
2425
2448
|
}
|
|
2426
2449
|
),
|
|
2427
|
-
/* @__PURE__ */ (0,
|
|
2450
|
+
/* @__PURE__ */ (0, import_jsx_runtime63.jsx)(
|
|
2428
2451
|
Typo,
|
|
2429
2452
|
{
|
|
2430
2453
|
as: "span",
|
|
@@ -2447,7 +2470,7 @@ function ScriptTranscript({
|
|
|
2447
2470
|
}
|
|
2448
2471
|
|
|
2449
2472
|
// src/app/roleplay/parts/session-replay-dialog.tsx
|
|
2450
|
-
var
|
|
2473
|
+
var import_jsx_runtime64 = require("react/jsx-runtime");
|
|
2451
2474
|
function resolveUrl(raw, disp, resolver) {
|
|
2452
2475
|
return __async(this, null, function* () {
|
|
2453
2476
|
if (!raw) return void 0;
|
|
@@ -2507,14 +2530,14 @@ function SessionReplayDialog({
|
|
|
2507
2530
|
setCurrentMs(el.currentTime * 1e3);
|
|
2508
2531
|
}
|
|
2509
2532
|
};
|
|
2510
|
-
return /* @__PURE__ */ (0,
|
|
2533
|
+
return /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Dialog.Root, { onOpenChange, open, children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Dialog.Content, { maxWidth: "1040px", title: "\uC138\uC158 \uB2E4\uC2DC\uBCF4\uAE30", width: "100%", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
|
|
2511
2534
|
import_themes24.Grid,
|
|
2512
2535
|
{
|
|
2513
2536
|
columns: { initial: "1", md: "minmax(0, 1fr) minmax(0, 1.05fr)" },
|
|
2514
2537
|
gap: "5",
|
|
2515
2538
|
mt: "2",
|
|
2516
2539
|
children: [
|
|
2517
|
-
/* @__PURE__ */ (0,
|
|
2540
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(import_themes7.Box, { children: /* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(
|
|
2518
2541
|
Tabs.Root,
|
|
2519
2542
|
{
|
|
2520
2543
|
onValueChange: (v) => {
|
|
@@ -2522,11 +2545,11 @@ function SessionReplayDialog({
|
|
|
2522
2545
|
},
|
|
2523
2546
|
value: tab,
|
|
2524
2547
|
children: [
|
|
2525
|
-
/* @__PURE__ */ (0,
|
|
2526
|
-
hasVideo ? /* @__PURE__ */ (0,
|
|
2527
|
-
hasAudio ? /* @__PURE__ */ (0,
|
|
2548
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsxs)(Tabs.List, { children: [
|
|
2549
|
+
hasVideo ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Tabs.Trigger, { value: "video", children: "\uC601\uC0C1" }) : null,
|
|
2550
|
+
hasAudio ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Tabs.Trigger, { value: "audio", children: "\uC624\uB514\uC624" }) : null
|
|
2528
2551
|
] }),
|
|
2529
|
-
hasVideo ? /* @__PURE__ */ (0,
|
|
2552
|
+
hasVideo ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Tabs.Content, { value: "video", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2530
2553
|
import_themes7.Box,
|
|
2531
2554
|
{
|
|
2532
2555
|
mt: "3",
|
|
@@ -2535,7 +2558,7 @@ function SessionReplayDialog({
|
|
|
2535
2558
|
overflow: "hidden",
|
|
2536
2559
|
background: "var(--gray-3)"
|
|
2537
2560
|
},
|
|
2538
|
-
children: /* @__PURE__ */ (0,
|
|
2561
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2539
2562
|
"video",
|
|
2540
2563
|
{
|
|
2541
2564
|
controls: true,
|
|
@@ -2551,7 +2574,7 @@ function SessionReplayDialog({
|
|
|
2551
2574
|
)
|
|
2552
2575
|
}
|
|
2553
2576
|
) }) : null,
|
|
2554
|
-
hasAudio ? /* @__PURE__ */ (0,
|
|
2577
|
+
hasAudio ? /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(Tabs.Content, { value: "audio", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(import_themes7.Box, { mt: "3", children: /* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2555
2578
|
"audio",
|
|
2556
2579
|
{
|
|
2557
2580
|
controls: true,
|
|
@@ -2568,7 +2591,7 @@ function SessionReplayDialog({
|
|
|
2568
2591
|
]
|
|
2569
2592
|
}
|
|
2570
2593
|
) }),
|
|
2571
|
-
/* @__PURE__ */ (0,
|
|
2594
|
+
/* @__PURE__ */ (0, import_jsx_runtime64.jsx)(
|
|
2572
2595
|
ScriptTranscript,
|
|
2573
2596
|
{
|
|
2574
2597
|
canSync,
|