@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
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { ExpandTable, ExpandTableProps } from './expand-table/index.cjs';
|
|
2
|
+
export { EmptyState, EmptyStateProps, EmptyStateSize } from './empty-state.cjs';
|
|
2
3
|
export { Navigation, NavigationProps } from './navigation.cjs';
|
|
3
4
|
export { DatePicker, DatePickerProps } from './date-picker/index.cjs';
|
|
4
5
|
export { DotNavigation, DotNavigationProps } from './dot-navigation.cjs';
|
|
@@ -27,9 +28,9 @@ export { AutocompleteOption, AutocompleteTextfield, AutocompleteTextfieldProps }
|
|
|
27
28
|
export { ExpandComp, OnRowClick } from './expand-table/row.cjs';
|
|
28
29
|
export { ColumnDef, Row, createColumnHelper } from '@tanstack/react-table';
|
|
29
30
|
import 'react';
|
|
31
|
+
import '@radix-ui/themes';
|
|
30
32
|
import 'react-datepicker';
|
|
31
33
|
import '../theme/theme-provider.cjs';
|
|
32
|
-
import '@radix-ui/themes';
|
|
33
34
|
import '../utils/resolve-color.cjs';
|
|
34
35
|
import '../atoms/button.type.cjs';
|
|
35
36
|
import '@radix-ui/themes/props';
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { ExpandTable, ExpandTableProps } from './expand-table/index.js';
|
|
2
|
+
export { EmptyState, EmptyStateProps, EmptyStateSize } from './empty-state.js';
|
|
2
3
|
export { Navigation, NavigationProps } from './navigation.js';
|
|
3
4
|
export { DatePicker, DatePickerProps } from './date-picker/index.js';
|
|
4
5
|
export { DotNavigation, DotNavigationProps } from './dot-navigation.js';
|
|
@@ -27,9 +28,9 @@ export { AutocompleteOption, AutocompleteTextfield, AutocompleteTextfieldProps }
|
|
|
27
28
|
export { ExpandComp, OnRowClick } from './expand-table/row.js';
|
|
28
29
|
export { ColumnDef, Row, createColumnHelper } from '@tanstack/react-table';
|
|
29
30
|
import 'react';
|
|
31
|
+
import '@radix-ui/themes';
|
|
30
32
|
import 'react-datepicker';
|
|
31
33
|
import '../theme/theme-provider.js';
|
|
32
|
-
import '@radix-ui/themes';
|
|
33
34
|
import '../utils/resolve-color.js';
|
|
34
35
|
import '../atoms/button.type.js';
|
|
35
36
|
import '@radix-ui/themes/props';
|
package/dist/molecules/index.js
CHANGED
|
@@ -1,34 +1,39 @@
|
|
|
1
|
-
import "../chunk-
|
|
1
|
+
import "../chunk-5DRITHNR.js";
|
|
2
|
+
import {
|
|
3
|
+
ExpandTable,
|
|
4
|
+
createColumnHelper
|
|
5
|
+
} from "../chunk-U4XM7VNI.js";
|
|
6
|
+
import "../chunk-JCG2AUFJ.js";
|
|
2
7
|
import "../chunk-AS7ID74X.js";
|
|
3
8
|
import {
|
|
4
9
|
CurriculumBody
|
|
5
|
-
} from "../chunk-
|
|
6
|
-
import "../chunk-KFUBWOCN.js";
|
|
7
|
-
import {
|
|
8
|
-
CurriculumSidebar
|
|
9
|
-
} from "../chunk-RRC4WFG3.js";
|
|
10
|
-
import "../chunk-P2H3VCIB.js";
|
|
11
|
-
import "../chunk-WS7IOHVK.js";
|
|
12
|
-
import "../chunk-47QYYEMG.js";
|
|
13
|
-
import "../chunk-QLOYGKKM.js";
|
|
14
|
-
import "../chunk-S4MEMFKG.js";
|
|
15
|
-
import "../chunk-K4RZTENM.js";
|
|
10
|
+
} from "../chunk-AYWCLLQ2.js";
|
|
16
11
|
import "../chunk-UXH2XIB2.js";
|
|
17
|
-
import "../chunk-
|
|
18
|
-
import "../chunk-
|
|
19
|
-
import "../chunk-
|
|
20
|
-
import "../chunk-
|
|
12
|
+
import "../chunk-TYM6T7JT.js";
|
|
13
|
+
import "../chunk-RJ62VZ6O.js";
|
|
14
|
+
import "../chunk-IHLFOJD5.js";
|
|
15
|
+
import "../chunk-KQ3ME6XY.js";
|
|
16
|
+
import "../chunk-CGLDFUOY.js";
|
|
17
|
+
import "../chunk-OUDDTPEN.js";
|
|
21
18
|
import "../chunk-ZGTGEBQX.js";
|
|
22
|
-
import "../chunk-
|
|
19
|
+
import "../chunk-WLKK5L3P.js";
|
|
20
|
+
import "../chunk-SINRU2A6.js";
|
|
23
21
|
import "../chunk-GE4M5GOQ.js";
|
|
24
22
|
import "../chunk-G3KQN32M.js";
|
|
25
23
|
import "../chunk-VK6INFSB.js";
|
|
26
|
-
import "../chunk-JTVBWQJW.js";
|
|
27
|
-
import "../chunk-NVBAOOAT.js";
|
|
28
|
-
import "../chunk-SINRU2A6.js";
|
|
29
24
|
import "../chunk-NVRVOTWZ.js";
|
|
30
|
-
import "../chunk-
|
|
25
|
+
import "../chunk-LK2H4QTJ.js";
|
|
31
26
|
import "../chunk-GMKRNFH5.js";
|
|
27
|
+
import "../chunk-KFUBWOCN.js";
|
|
28
|
+
import {
|
|
29
|
+
CurriculumSidebar
|
|
30
|
+
} from "../chunk-DIFGHMGI.js";
|
|
31
|
+
import "../chunk-HL3MGRAC.js";
|
|
32
|
+
import "../chunk-47QYYEMG.js";
|
|
33
|
+
import "../chunk-S4MEMFKG.js";
|
|
34
|
+
import "../chunk-QLOYGKKM.js";
|
|
35
|
+
import "../chunk-WS7IOHVK.js";
|
|
36
|
+
import "../chunk-K4RZTENM.js";
|
|
32
37
|
import {
|
|
33
38
|
CurriculumSubNav
|
|
34
39
|
} from "../chunk-XWHBJY5V.js";
|
|
@@ -45,12 +50,16 @@ import {
|
|
|
45
50
|
import {
|
|
46
51
|
DatePicker
|
|
47
52
|
} from "../chunk-VVWQZK5L.js";
|
|
48
|
-
import {
|
|
49
|
-
ExpandTable,
|
|
50
|
-
createColumnHelper
|
|
51
|
-
} from "../chunk-5RIAIE2J.js";
|
|
52
|
-
import "../chunk-JCG2AUFJ.js";
|
|
53
53
|
import "../chunk-2ISIAPFS.js";
|
|
54
|
+
import {
|
|
55
|
+
TrainingInfoGuideline
|
|
56
|
+
} from "../chunk-AHYOAFOU.js";
|
|
57
|
+
import {
|
|
58
|
+
LearningPost
|
|
59
|
+
} from "../chunk-CUS3ORMD.js";
|
|
60
|
+
import {
|
|
61
|
+
Navigation
|
|
62
|
+
} from "../chunk-6OT5OYGM.js";
|
|
54
63
|
import {
|
|
55
64
|
OneOnOneGuideList,
|
|
56
65
|
oneOnOneNoteTextReplacer
|
|
@@ -60,10 +69,10 @@ import {
|
|
|
60
69
|
} from "../chunk-EZN5PMTC.js";
|
|
61
70
|
import {
|
|
62
71
|
Stepper
|
|
63
|
-
} from "../chunk-
|
|
72
|
+
} from "../chunk-VBXZIIUA.js";
|
|
64
73
|
import {
|
|
65
74
|
TagSelector
|
|
66
|
-
} from "../chunk-
|
|
75
|
+
} from "../chunk-Q2FDF2AB.js";
|
|
67
76
|
import {
|
|
68
77
|
TimeSelect
|
|
69
78
|
} from "../chunk-GRDRXD53.js";
|
|
@@ -72,16 +81,21 @@ import "../chunk-BXX3B3E4.js";
|
|
|
72
81
|
import "../chunk-NRPDVI76.js";
|
|
73
82
|
import "../chunk-2BPFXK4L.js";
|
|
74
83
|
import "../chunk-NWJSLIQ3.js";
|
|
75
|
-
import {
|
|
76
|
-
TrainingInfoGuideline
|
|
77
|
-
} from "../chunk-AHYOAFOU.js";
|
|
78
84
|
import {
|
|
79
85
|
DynamicFormEditor
|
|
80
|
-
} from "../chunk-
|
|
86
|
+
} from "../chunk-W7LO5KYT.js";
|
|
87
|
+
import "../chunk-V7KAHLW2.js";
|
|
81
88
|
import {
|
|
82
89
|
DynamicFormResponseItem
|
|
83
90
|
} from "../chunk-77H5BUYO.js";
|
|
84
91
|
import "../chunk-K7LTEKQS.js";
|
|
92
|
+
import {
|
|
93
|
+
DynamicForm,
|
|
94
|
+
createYupValidation
|
|
95
|
+
} from "../chunk-SQ3FYBJT.js";
|
|
96
|
+
import {
|
|
97
|
+
EmptyState
|
|
98
|
+
} from "../chunk-2EPKY2VT.js";
|
|
85
99
|
import {
|
|
86
100
|
ForceRefresh
|
|
87
101
|
} from "../chunk-QLNAAZJX.js";
|
|
@@ -89,71 +103,55 @@ import {
|
|
|
89
103
|
GhostPost
|
|
90
104
|
} from "../chunk-PAUEQXYG.js";
|
|
91
105
|
import {
|
|
92
|
-
|
|
93
|
-
} from "../chunk-
|
|
106
|
+
AutocompleteTextfield
|
|
107
|
+
} from "../chunk-OOM522XP.js";
|
|
94
108
|
import {
|
|
95
|
-
|
|
96
|
-
} from "../chunk-
|
|
109
|
+
DescriptionJsonRender
|
|
110
|
+
} from "../chunk-N3FMP27I.js";
|
|
111
|
+
import "../chunk-BEKSO5JG.js";
|
|
97
112
|
import {
|
|
98
113
|
DotNavigation
|
|
99
114
|
} from "../chunk-IJOOKMKQ.js";
|
|
100
115
|
import {
|
|
101
116
|
DownloadCard
|
|
102
117
|
} from "../chunk-C6HO3IGE.js";
|
|
103
|
-
import "../chunk-AHAGCAQR.js";
|
|
104
|
-
import "../chunk-RBWD6IKY.js";
|
|
105
|
-
import "../chunk-H533TE6M.js";
|
|
106
|
-
import "../chunk-HNAZV4MI.js";
|
|
107
|
-
import {
|
|
108
|
-
DynamicForm,
|
|
109
|
-
createYupValidation
|
|
110
|
-
} from "../chunk-WJ35Y2IU.js";
|
|
111
118
|
import {
|
|
112
119
|
DynamicFormField
|
|
113
|
-
} from "../chunk-
|
|
120
|
+
} from "../chunk-NK6S7ZMB.js";
|
|
121
|
+
import "../chunk-3DZIX4CE.js";
|
|
122
|
+
import "../chunk-CBYIPRND.js";
|
|
114
123
|
import "../chunk-Z7WNKARH.js";
|
|
115
|
-
import
|
|
116
|
-
AutocompleteTextfield
|
|
117
|
-
} from "../chunk-OOM522XP.js";
|
|
118
|
-
import {
|
|
119
|
-
DescriptionJsonRender
|
|
120
|
-
} from "../chunk-XMZYZJTH.js";
|
|
121
|
-
import "../chunk-BEKSO5JG.js";
|
|
124
|
+
import "../chunk-D4U2ZV2A.js";
|
|
122
125
|
import "../chunk-FAL6S2XK.js";
|
|
123
126
|
import "../chunk-AELKCD6B.js";
|
|
124
|
-
import "../chunk-CGDBUDY3.js";
|
|
125
127
|
import "../chunk-5XYPLDI5.js";
|
|
126
128
|
import "../chunk-6NPTJBFE.js";
|
|
127
|
-
import "../chunk-MUPK4L3U.js";
|
|
128
129
|
import "../chunk-YXMB4MCM.js";
|
|
129
130
|
import "../chunk-HYITAA4J.js";
|
|
130
131
|
import "../chunk-FR2GDOU2.js";
|
|
131
|
-
import "../chunk-
|
|
132
|
-
import "../chunk-RWJUXAFY.js";
|
|
133
|
-
import "../chunk-RMW3MQF5.js";
|
|
132
|
+
import "../chunk-CGDBUDY3.js";
|
|
134
133
|
import "../chunk-TNNF5Q62.js";
|
|
135
134
|
import "../chunk-DX3DLP5Z.js";
|
|
136
135
|
import "../chunk-SA7AYYQS.js";
|
|
137
136
|
import "../chunk-3TOUVBIB.js";
|
|
138
|
-
import "../chunk-
|
|
137
|
+
import "../chunk-MUPK4L3U.js";
|
|
139
138
|
import "../chunk-XQOL7UBI.js";
|
|
140
139
|
import "../chunk-TULWX7D6.js";
|
|
141
140
|
import "../chunk-BI6TW3ZO.js";
|
|
142
|
-
import "../chunk-
|
|
143
|
-
import "../chunk-
|
|
144
|
-
import "../chunk-
|
|
145
|
-
import "../chunk-7RJYF5L3.js";
|
|
146
|
-
import "../chunk-HF6GNDPV.js";
|
|
141
|
+
import "../chunk-USL6PICI.js";
|
|
142
|
+
import "../chunk-RWJUXAFY.js";
|
|
143
|
+
import "../chunk-RMW3MQF5.js";
|
|
147
144
|
import "../chunk-T73HHR3I.js";
|
|
148
|
-
import "../chunk-
|
|
149
|
-
import "../chunk-RP2RGCAW.js";
|
|
145
|
+
import "../chunk-EGEQY3KT.js";
|
|
150
146
|
import "../chunk-WG5OK3YN.js";
|
|
151
147
|
import "../chunk-ZCGH6TJ3.js";
|
|
152
148
|
import "../chunk-UFWDQGOK.js";
|
|
153
149
|
import "../chunk-NFDQJVFA.js";
|
|
154
|
-
import "../chunk-
|
|
155
|
-
import "../chunk-
|
|
156
|
-
import "../chunk-
|
|
150
|
+
import "../chunk-KDS7OQOY.js";
|
|
151
|
+
import "../chunk-USGOLLYO.js";
|
|
152
|
+
import "../chunk-U7N2PWMO.js";
|
|
153
|
+
import "../chunk-7RJYF5L3.js";
|
|
154
|
+
import "../chunk-HF6GNDPV.js";
|
|
157
155
|
import "../chunk-4Y5BEXVN.js";
|
|
158
156
|
import "../chunk-L4QQGIYQ.js";
|
|
159
157
|
import "../chunk-LDBWASUA.js";
|
|
@@ -162,8 +160,11 @@ import "../chunk-36W7VD2Z.js";
|
|
|
162
160
|
import "../chunk-25HMMI7R.js";
|
|
163
161
|
import "../chunk-2LCH3PDF.js";
|
|
164
162
|
import "../chunk-LQY4RKWI.js";
|
|
163
|
+
import "../chunk-EIKFXUNC.js";
|
|
164
|
+
import "../chunk-RP2RGCAW.js";
|
|
165
165
|
import "../chunk-VOME2TE7.js";
|
|
166
|
-
import "../chunk-
|
|
166
|
+
import "../chunk-2PPLSZ4P.js";
|
|
167
|
+
import "../chunk-2FJ4LW7E.js";
|
|
167
168
|
import "../chunk-B3VSXNTH.js";
|
|
168
169
|
import "../chunk-ZQE7SP6P.js";
|
|
169
170
|
import "../chunk-R6ARPREO.js";
|
|
@@ -174,14 +175,17 @@ import "../chunk-QO6KO6MN.js";
|
|
|
174
175
|
import "../chunk-5KNRHIIF.js";
|
|
175
176
|
import "../chunk-6JRAI4G5.js";
|
|
176
177
|
import "../chunk-776WBOKL.js";
|
|
177
|
-
import "../chunk-
|
|
178
|
+
import "../chunk-IAKMJR72.js";
|
|
178
179
|
import "../chunk-YSYJCYHY.js";
|
|
179
180
|
import "../chunk-5OM2H6RI.js";
|
|
180
181
|
import "../chunk-ZUYCXCPW.js";
|
|
181
182
|
import "../chunk-YVFNJE4E.js";
|
|
182
183
|
import "../chunk-WYWM2HSZ.js";
|
|
183
|
-
import "../chunk-VFQD57ZY.js";
|
|
184
184
|
import "../chunk-EAXUQEO5.js";
|
|
185
|
+
import "../chunk-6SYFG6YY.js";
|
|
186
|
+
import "../chunk-GPZXD762.js";
|
|
187
|
+
import "../chunk-BK74U562.js";
|
|
188
|
+
import "../chunk-VFQD57ZY.js";
|
|
185
189
|
import "../chunk-CRTRMMJ7.js";
|
|
186
190
|
export {
|
|
187
191
|
AutocompleteTextfield,
|
|
@@ -199,6 +203,7 @@ export {
|
|
|
199
203
|
DynamicFormEditor,
|
|
200
204
|
DynamicFormField,
|
|
201
205
|
DynamicFormResponseItem,
|
|
206
|
+
EmptyState,
|
|
202
207
|
ExpandTable,
|
|
203
208
|
ForceRefresh,
|
|
204
209
|
GhostPost,
|
|
@@ -1,9 +1,8 @@
|
|
|
1
1
|
import {
|
|
2
2
|
LearningPost
|
|
3
|
-
} from "../chunk-
|
|
3
|
+
} from "../chunk-CUS3ORMD.js";
|
|
4
4
|
import "../chunk-EGEQY3KT.js";
|
|
5
5
|
import "../chunk-USGOLLYO.js";
|
|
6
|
-
import "../chunk-BK74U562.js";
|
|
7
6
|
import "../chunk-4Y5BEXVN.js";
|
|
8
7
|
import "../chunk-L4QQGIYQ.js";
|
|
9
8
|
import "../chunk-LDBWASUA.js";
|
|
@@ -13,8 +12,9 @@ import "../chunk-25HMMI7R.js";
|
|
|
13
12
|
import "../chunk-2LCH3PDF.js";
|
|
14
13
|
import "../chunk-LQY4RKWI.js";
|
|
15
14
|
import "../chunk-WYWM2HSZ.js";
|
|
16
|
-
import "../chunk-VFQD57ZY.js";
|
|
17
15
|
import "../chunk-EAXUQEO5.js";
|
|
16
|
+
import "../chunk-BK74U562.js";
|
|
17
|
+
import "../chunk-VFQD57ZY.js";
|
|
18
18
|
import "../chunk-CRTRMMJ7.js";
|
|
19
19
|
export {
|
|
20
20
|
LearningPost
|
|
@@ -733,6 +733,29 @@ var HeadsetIcon = React15.forwardRef(
|
|
|
733
733
|
);
|
|
734
734
|
HeadsetIcon.displayName = "HeadsetIcon";
|
|
735
735
|
|
|
736
|
+
// src/icons/empty-box.tsx
|
|
737
|
+
var React16 = __toESM(require("react"), 1);
|
|
738
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
739
|
+
var EmptyBoxIcon = React16.forwardRef(
|
|
740
|
+
(_a, forwardedRef) => {
|
|
741
|
+
var _b = _a, { color = "currentColor", width = 120, height = 120 } = _b, props = __objRest(_b, ["color", "width", "height"]);
|
|
742
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
743
|
+
"svg",
|
|
744
|
+
__spreadProps(__spreadValues({
|
|
745
|
+
fill: color,
|
|
746
|
+
height,
|
|
747
|
+
viewBox: "0 0 462.035 462.035",
|
|
748
|
+
width,
|
|
749
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
750
|
+
}, props), {
|
|
751
|
+
ref: forwardedRef,
|
|
752
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime17.jsx)("path", { d: "M457.83,158.441c-0.021-0.028-0.033-0.058-0.057-0.087l-50.184-62.48c-0.564-0.701-1.201-1.305-1.879-1.845c-2.16-2.562-5.355-4.225-8.967-4.225H65.292c-3.615,0-6.804,1.661-8.965,4.225c-0.678,0.54-1.316,1.138-1.885,1.845l-50.178,62.48c-0.023,0.029-0.034,0.059-0.057,0.087C1.655,160.602,0,163.787,0,167.39v193.07c0,6.5,5.27,11.771,11.77,11.771h438.496c6.5,0,11.77-5.271,11.77-11.771V167.39C462.037,163.787,460.381,160.602,457.83,158.441z M408.516,134.615l16.873,21.005h-16.873V134.615z M384.975,113.345v42.274H296.84c-2.514,0-4.955,0.805-6.979,2.293l-58.837,43.299l-58.849-43.305c-2.023-1.482-4.466-2.287-6.978-2.287H77.061v-42.274H384.975z M53.523,155.62H36.65l16.873-21.005V155.62z M438.498,348.69H23.54V179.16h137.796l62.711,46.148c4.15,3.046,9.805,3.052,13.954-0.005l62.698-46.144h137.799V348.69L438.498,348.69z" })
|
|
753
|
+
})
|
|
754
|
+
);
|
|
755
|
+
}
|
|
756
|
+
);
|
|
757
|
+
EmptyBoxIcon.displayName = "EmptyBoxIcon";
|
|
758
|
+
|
|
736
759
|
// src/atoms/typo.tsx
|
|
737
760
|
var import_themes3 = require("@radix-ui/themes");
|
|
738
761
|
var import_clsx2 = require("clsx");
|
|
@@ -772,7 +795,7 @@ var MONO_STYLE = {
|
|
|
772
795
|
};
|
|
773
796
|
|
|
774
797
|
// src/atoms/typo.tsx
|
|
775
|
-
var
|
|
798
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
776
799
|
var Typo = (0, import_react2.forwardRef)(
|
|
777
800
|
(props, ref) => {
|
|
778
801
|
const _a = props, {
|
|
@@ -816,7 +839,7 @@ var Typo = (0, import_react2.forwardRef)(
|
|
|
816
839
|
}
|
|
817
840
|
});
|
|
818
841
|
}, [size, variant]);
|
|
819
|
-
return /* @__PURE__ */ (0,
|
|
842
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
820
843
|
import_themes3.Text,
|
|
821
844
|
__spreadProps(__spreadValues({}, rest), {
|
|
822
845
|
className: (0, import_clsx2.clsx)(colorClassName, className),
|
|
@@ -832,7 +855,7 @@ var Typo = (0, import_react2.forwardRef)(
|
|
|
832
855
|
Typo.displayName = "Typo";
|
|
833
856
|
|
|
834
857
|
// src/molecules/stepper.tsx
|
|
835
|
-
var
|
|
858
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
836
859
|
var StepContext = (0, import_react3.createContext)({
|
|
837
860
|
active: false,
|
|
838
861
|
completed: false,
|
|
@@ -847,7 +870,7 @@ function Root(props) {
|
|
|
847
870
|
maxWidth,
|
|
848
871
|
direction = "vertical"
|
|
849
872
|
} = props;
|
|
850
|
-
return /* @__PURE__ */ (0,
|
|
873
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
851
874
|
import_themes.Flex,
|
|
852
875
|
{
|
|
853
876
|
gap: "3",
|
|
@@ -857,7 +880,7 @@ function Root(props) {
|
|
|
857
880
|
maxWidth
|
|
858
881
|
},
|
|
859
882
|
children: import_react3.Children.map(children, (child, index) => {
|
|
860
|
-
return /* @__PURE__ */ (0,
|
|
883
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
861
884
|
StepContext.Provider,
|
|
862
885
|
{
|
|
863
886
|
value: {
|
|
@@ -881,7 +904,7 @@ function Step(props) {
|
|
|
881
904
|
index,
|
|
882
905
|
direction = "vertical"
|
|
883
906
|
} = (0, import_react3.useContext)(StepContext);
|
|
884
|
-
const connector = index > 0 ? /* @__PURE__ */ (0,
|
|
907
|
+
const connector = index > 0 ? /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
885
908
|
import_themes4.Separator,
|
|
886
909
|
{
|
|
887
910
|
style: {
|
|
@@ -901,7 +924,7 @@ function Step(props) {
|
|
|
901
924
|
}
|
|
902
925
|
return IncompleteStep;
|
|
903
926
|
}, [completed, active]);
|
|
904
|
-
return /* @__PURE__ */ (0,
|
|
927
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
905
928
|
import_themes.Flex,
|
|
906
929
|
{
|
|
907
930
|
align: "center",
|
|
@@ -911,7 +934,7 @@ function Step(props) {
|
|
|
911
934
|
style: { flex: 1 },
|
|
912
935
|
children: [
|
|
913
936
|
connector,
|
|
914
|
-
/* @__PURE__ */ (0,
|
|
937
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(InnerStep, { Icon, children })
|
|
915
938
|
]
|
|
916
939
|
}
|
|
917
940
|
);
|
|
@@ -922,11 +945,11 @@ function CompleteStep(props) {
|
|
|
922
945
|
const background = "var(--accent-a4)";
|
|
923
946
|
const border = "1px solid var(--accent-7)";
|
|
924
947
|
const color = "var(--accent-contrast)";
|
|
925
|
-
return /* @__PURE__ */ (0,
|
|
926
|
-
Icon ? /* @__PURE__ */ (0,
|
|
948
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_jsx_runtime19.Fragment, { children: [
|
|
949
|
+
Icon ? /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { active, completed }) : /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
927
950
|
Avatar,
|
|
928
951
|
{
|
|
929
|
-
fallback: /* @__PURE__ */ (0,
|
|
952
|
+
fallback: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_react_icons.CheckIcon, { fill: color, height: 16, width: 16 }),
|
|
930
953
|
radius: "full",
|
|
931
954
|
size: "medium",
|
|
932
955
|
style: {
|
|
@@ -935,7 +958,7 @@ function CompleteStep(props) {
|
|
|
935
958
|
}
|
|
936
959
|
}
|
|
937
960
|
),
|
|
938
|
-
/* @__PURE__ */ (0,
|
|
961
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Typo, { align: "center", variant: "caption", children })
|
|
939
962
|
] });
|
|
940
963
|
}
|
|
941
964
|
function IncompleteStep(props) {
|
|
@@ -943,11 +966,11 @@ function IncompleteStep(props) {
|
|
|
943
966
|
const { completed, active, index } = (0, import_react3.useContext)(StepContext);
|
|
944
967
|
const background = "var(--gray-5)";
|
|
945
968
|
const color = "var(--gray-a11)";
|
|
946
|
-
return /* @__PURE__ */ (0,
|
|
947
|
-
Icon ? /* @__PURE__ */ (0,
|
|
969
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_jsx_runtime19.Fragment, { children: [
|
|
970
|
+
Icon ? /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { active, completed }) : /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
948
971
|
Avatar,
|
|
949
972
|
{
|
|
950
|
-
fallback: /* @__PURE__ */ (0,
|
|
973
|
+
fallback: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Typo, { style: { color }, children: index + 1 }),
|
|
951
974
|
radius: "full",
|
|
952
975
|
size: "medium",
|
|
953
976
|
style: {
|
|
@@ -955,7 +978,7 @@ function IncompleteStep(props) {
|
|
|
955
978
|
}
|
|
956
979
|
}
|
|
957
980
|
),
|
|
958
|
-
/* @__PURE__ */ (0,
|
|
981
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Typo, { align: "center", style: { color }, variant: "caption", children })
|
|
959
982
|
] });
|
|
960
983
|
}
|
|
961
984
|
function ActiveStep(props) {
|
|
@@ -963,17 +986,17 @@ function ActiveStep(props) {
|
|
|
963
986
|
const { completed, active, index } = (0, import_react3.useContext)(StepContext);
|
|
964
987
|
const background = "var(--accent-10)";
|
|
965
988
|
const color = "var(--accent-contrast)";
|
|
966
|
-
return /* @__PURE__ */ (0,
|
|
967
|
-
Icon ? /* @__PURE__ */ (0,
|
|
989
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_jsx_runtime19.Fragment, { children: [
|
|
990
|
+
Icon ? /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Icon, { active, completed }) : /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
968
991
|
Avatar,
|
|
969
992
|
{
|
|
970
|
-
fallback: /* @__PURE__ */ (0,
|
|
993
|
+
fallback: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Typo, { style: { color }, weight: "bold", children: index + 1 }),
|
|
971
994
|
radius: "full",
|
|
972
995
|
size: "medium",
|
|
973
996
|
style: { background }
|
|
974
997
|
}
|
|
975
998
|
),
|
|
976
|
-
/* @__PURE__ */ (0,
|
|
999
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Typo, { align: "center", variant: "caption", weight: "bold", children })
|
|
977
1000
|
] });
|
|
978
1001
|
}
|
|
979
1002
|
var Stepper = {
|