@tipp/ui 2.10.3 → 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 +80 -78
- 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 +64 -62
- 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 +64 -62
- 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 +65 -63
- 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 +64 -62
- 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 +65 -63
- 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 +65 -63
- 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 +459 -388
- package/dist/app/roleplay/index.cjs.map +1 -1
- package/dist/app/roleplay/index.js +76 -74
- 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 +385 -314
- package/dist/app/roleplay/parts/content.cjs.map +1 -1
- package/dist/app/roleplay/parts/content.js +72 -70
- 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 +228 -157
- package/dist/app/roleplay/parts/score-trend-section.cjs.map +1 -1
- package/dist/app/roleplay/parts/score-trend-section.js +68 -66
- 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 +459 -388
- package/dist/app/roleplay/rp-session-detail.cjs.map +1 -1
- package/dist/app/roleplay/rp-session-detail.js +76 -74
- 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-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-5RIAIE2J.js → chunk-73PHGHPI.js} +5 -2
- package/dist/chunk-73PHGHPI.js.map +1 -0
- 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-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-OBJA26HX.js → chunk-L7ZHSQES.js} +8 -8
- package/dist/{chunk-PBKV2YMF.js → chunk-LGILQRJM.js} +9 -9
- package/dist/{chunk-YYVSUTXO.js → chunk-LK2H4QTJ.js} +4 -4
- package/dist/{chunk-XMZYZJTH.js → chunk-N3FMP27I.js} +4 -4
- package/dist/{chunk-66SUBB2N.js → chunk-NEJCZABQ.js} +9 -9
- 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-RZW6FVML.js → chunk-UCTSCSQR.js} +2 -2
- 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-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 +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 +148 -140
- 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 +193 -58
- package/dist/molecules/expand-table/index.cjs.map +1 -1
- package/dist/molecules/expand-table/index.js +7 -4
- 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 +69 -64
- 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 +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-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-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-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-OBJA26HX.js.map → chunk-L7ZHSQES.js.map} +0 -0
- /package/dist/{chunk-PBKV2YMF.js.map → chunk-LGILQRJM.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-66SUBB2N.js.map → chunk-NEJCZABQ.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-RZW6FVML.js.map → chunk-UCTSCSQR.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-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
package/dist/atoms/index.js
CHANGED
|
@@ -3,15 +3,6 @@ import {
|
|
|
3
3
|
Form,
|
|
4
4
|
FormItem
|
|
5
5
|
} from "../chunk-AELKCD6B.js";
|
|
6
|
-
import {
|
|
7
|
-
Switch
|
|
8
|
-
} from "../chunk-KNIIDDYM.js";
|
|
9
|
-
import {
|
|
10
|
-
TabNav
|
|
11
|
-
} from "../chunk-6TU647KJ.js";
|
|
12
|
-
import {
|
|
13
|
-
Tabs
|
|
14
|
-
} from "../chunk-CGDBUDY3.js";
|
|
15
6
|
import {
|
|
16
7
|
TextArea
|
|
17
8
|
} from "../chunk-5XYPLDI5.js";
|
|
@@ -22,15 +13,6 @@ import {
|
|
|
22
13
|
ToastContainer,
|
|
23
14
|
toast
|
|
24
15
|
} from "../chunk-LNPFV5BJ.js";
|
|
25
|
-
import {
|
|
26
|
-
ScrollArea
|
|
27
|
-
} from "../chunk-MUPK4L3U.js";
|
|
28
|
-
import {
|
|
29
|
-
Section
|
|
30
|
-
} from "../chunk-MUNMDHRF.js";
|
|
31
|
-
import {
|
|
32
|
-
SegmentedControl
|
|
33
|
-
} from "../chunk-IT7ZTP7F.js";
|
|
34
16
|
import {
|
|
35
17
|
Select
|
|
36
18
|
} from "../chunk-YXMB4MCM.js";
|
|
@@ -47,15 +29,14 @@ import {
|
|
|
47
29
|
Strong
|
|
48
30
|
} from "../chunk-74DX4CU7.js";
|
|
49
31
|
import {
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
} from "../chunk-USL6PICI.js";
|
|
32
|
+
Switch
|
|
33
|
+
} from "../chunk-KNIIDDYM.js";
|
|
53
34
|
import {
|
|
54
|
-
|
|
55
|
-
} from "../chunk-
|
|
35
|
+
TabNav
|
|
36
|
+
} from "../chunk-6TU647KJ.js";
|
|
56
37
|
import {
|
|
57
|
-
|
|
58
|
-
} from "../chunk-
|
|
38
|
+
Tabs
|
|
39
|
+
} from "../chunk-CGDBUDY3.js";
|
|
59
40
|
import {
|
|
60
41
|
Progress
|
|
61
42
|
} from "../chunk-TNNF5Q62.js";
|
|
@@ -72,11 +53,14 @@ import {
|
|
|
72
53
|
Radio
|
|
73
54
|
} from "../chunk-3TOUVBIB.js";
|
|
74
55
|
import {
|
|
75
|
-
|
|
76
|
-
} from "../chunk-
|
|
56
|
+
ScrollArea
|
|
57
|
+
} from "../chunk-MUPK4L3U.js";
|
|
77
58
|
import {
|
|
78
|
-
|
|
79
|
-
} from "../chunk-
|
|
59
|
+
Section
|
|
60
|
+
} from "../chunk-MUNMDHRF.js";
|
|
61
|
+
import {
|
|
62
|
+
SegmentedControl
|
|
63
|
+
} from "../chunk-IT7ZTP7F.js";
|
|
80
64
|
import {
|
|
81
65
|
Inset
|
|
82
66
|
} from "../chunk-XQOL7UBI.js";
|
|
@@ -87,26 +71,15 @@ import {
|
|
|
87
71
|
Link
|
|
88
72
|
} from "../chunk-BI6TW3ZO.js";
|
|
89
73
|
import {
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
Dialog
|
|
94
|
-
} from "../chunk-KDS7OQOY.js";
|
|
95
|
-
import {
|
|
96
|
-
Heading
|
|
97
|
-
} from "../chunk-USGOLLYO.js";
|
|
74
|
+
List,
|
|
75
|
+
useList
|
|
76
|
+
} from "../chunk-USL6PICI.js";
|
|
98
77
|
import {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
Root,
|
|
102
|
-
Trigger
|
|
103
|
-
} from "../chunk-JCUG2XKB.js";
|
|
104
|
-
import "../chunk-645GPOW2.js";
|
|
105
|
-
import "../chunk-U7N2PWMO.js";
|
|
78
|
+
Pagination
|
|
79
|
+
} from "../chunk-RWJUXAFY.js";
|
|
106
80
|
import {
|
|
107
|
-
|
|
108
|
-
} from "../chunk-
|
|
109
|
-
import "../chunk-HF6GNDPV.js";
|
|
81
|
+
Popover
|
|
82
|
+
} from "../chunk-RMW3MQF5.js";
|
|
110
83
|
import {
|
|
111
84
|
DropdownMenu
|
|
112
85
|
} from "../chunk-T73HHR3I.js";
|
|
@@ -124,14 +97,11 @@ import {
|
|
|
124
97
|
FieldErrorWrapper
|
|
125
98
|
} from "../chunk-GNB4A34H.js";
|
|
126
99
|
import {
|
|
127
|
-
|
|
128
|
-
} from "../chunk-
|
|
129
|
-
import {
|
|
130
|
-
Card
|
|
131
|
-
} from "../chunk-RP2RGCAW.js";
|
|
100
|
+
Grid
|
|
101
|
+
} from "../chunk-EGEQY3KT.js";
|
|
132
102
|
import {
|
|
133
|
-
|
|
134
|
-
} from "../chunk-
|
|
103
|
+
HoverCard
|
|
104
|
+
} from "../chunk-24PX34TH.js";
|
|
135
105
|
import {
|
|
136
106
|
CheckboxGroup
|
|
137
107
|
} from "../chunk-WG5OK3YN.js";
|
|
@@ -148,14 +118,26 @@ import {
|
|
|
148
118
|
Container
|
|
149
119
|
} from "../chunk-Q37G2GS6.js";
|
|
150
120
|
import {
|
|
151
|
-
|
|
152
|
-
} from "../chunk-
|
|
121
|
+
DataList
|
|
122
|
+
} from "../chunk-ZPUNTAVI.js";
|
|
153
123
|
import {
|
|
154
|
-
|
|
155
|
-
} from "../chunk-
|
|
124
|
+
Dialog
|
|
125
|
+
} from "../chunk-KDS7OQOY.js";
|
|
156
126
|
import {
|
|
157
|
-
|
|
158
|
-
} from "../chunk-
|
|
127
|
+
Heading
|
|
128
|
+
} from "../chunk-USGOLLYO.js";
|
|
129
|
+
import {
|
|
130
|
+
Content,
|
|
131
|
+
Drawer,
|
|
132
|
+
Root,
|
|
133
|
+
Trigger
|
|
134
|
+
} from "../chunk-JCUG2XKB.js";
|
|
135
|
+
import "../chunk-645GPOW2.js";
|
|
136
|
+
import "../chunk-U7N2PWMO.js";
|
|
137
|
+
import {
|
|
138
|
+
IconButton
|
|
139
|
+
} from "../chunk-7RJYF5L3.js";
|
|
140
|
+
import "../chunk-HF6GNDPV.js";
|
|
159
141
|
import {
|
|
160
142
|
Blockquote
|
|
161
143
|
} from "../chunk-UFRB2BVD.js";
|
|
@@ -179,8 +161,18 @@ import {
|
|
|
179
161
|
} from "../chunk-2LCH3PDF.js";
|
|
180
162
|
import "../chunk-LQY4RKWI.js";
|
|
181
163
|
import "../chunk-ZD7MNMED.js";
|
|
164
|
+
import {
|
|
165
|
+
Callout
|
|
166
|
+
} from "../chunk-EIKFXUNC.js";
|
|
167
|
+
import {
|
|
168
|
+
Card
|
|
169
|
+
} from "../chunk-RP2RGCAW.js";
|
|
170
|
+
import {
|
|
171
|
+
CheckboxCards
|
|
172
|
+
} from "../chunk-JETG3WEI.js";
|
|
182
173
|
import "../chunk-VOME2TE7.js";
|
|
183
|
-
import "../chunk-
|
|
174
|
+
import "../chunk-2PPLSZ4P.js";
|
|
175
|
+
import "../chunk-2FJ4LW7E.js";
|
|
184
176
|
import "../chunk-B3VSXNTH.js";
|
|
185
177
|
import "../chunk-ZQE7SP6P.js";
|
|
186
178
|
import "../chunk-R6ARPREO.js";
|
|
@@ -191,7 +183,7 @@ import "../chunk-QO6KO6MN.js";
|
|
|
191
183
|
import "../chunk-5KNRHIIF.js";
|
|
192
184
|
import "../chunk-6JRAI4G5.js";
|
|
193
185
|
import "../chunk-776WBOKL.js";
|
|
194
|
-
import "../chunk-
|
|
186
|
+
import "../chunk-IAKMJR72.js";
|
|
195
187
|
import "../chunk-YSYJCYHY.js";
|
|
196
188
|
import "../chunk-5OM2H6RI.js";
|
|
197
189
|
import "../chunk-ZUYCXCPW.js";
|
|
@@ -200,10 +192,19 @@ import {
|
|
|
200
192
|
AlertDialog
|
|
201
193
|
} from "../chunk-GI4AN2IZ.js";
|
|
202
194
|
import "../chunk-WYWM2HSZ.js";
|
|
203
|
-
import "../chunk-VFQD57ZY.js";
|
|
204
195
|
import {
|
|
205
196
|
AspectRatio
|
|
206
197
|
} from "../chunk-EAXUQEO5.js";
|
|
198
|
+
import {
|
|
199
|
+
AutoSizingInput
|
|
200
|
+
} from "../chunk-6SYFG6YY.js";
|
|
201
|
+
import {
|
|
202
|
+
Avatar
|
|
203
|
+
} from "../chunk-GPZXD762.js";
|
|
204
|
+
import {
|
|
205
|
+
Badge
|
|
206
|
+
} from "../chunk-BK74U562.js";
|
|
207
|
+
import "../chunk-VFQD57ZY.js";
|
|
207
208
|
import "../chunk-CRTRMMJ7.js";
|
|
208
209
|
export {
|
|
209
210
|
AlertDialog,
|
|
@@ -653,6 +653,29 @@ var HeadsetIcon = React15.forwardRef(
|
|
|
653
653
|
);
|
|
654
654
|
HeadsetIcon.displayName = "HeadsetIcon";
|
|
655
655
|
|
|
656
|
+
// src/icons/empty-box.tsx
|
|
657
|
+
var React16 = __toESM(require("react"), 1);
|
|
658
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
659
|
+
var EmptyBoxIcon = React16.forwardRef(
|
|
660
|
+
(_a, forwardedRef) => {
|
|
661
|
+
var _b = _a, { color = "currentColor", width = 120, height = 120 } = _b, props = __objRest(_b, ["color", "width", "height"]);
|
|
662
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
663
|
+
"svg",
|
|
664
|
+
__spreadProps(__spreadValues({
|
|
665
|
+
fill: color,
|
|
666
|
+
height,
|
|
667
|
+
viewBox: "0 0 462.035 462.035",
|
|
668
|
+
width,
|
|
669
|
+
xmlns: "http://www.w3.org/2000/svg"
|
|
670
|
+
}, props), {
|
|
671
|
+
ref: forwardedRef,
|
|
672
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime16.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" })
|
|
673
|
+
})
|
|
674
|
+
);
|
|
675
|
+
}
|
|
676
|
+
);
|
|
677
|
+
EmptyBoxIcon.displayName = "EmptyBoxIcon";
|
|
678
|
+
|
|
656
679
|
// src/atoms/icon-button.tsx
|
|
657
680
|
var import_react = require("react");
|
|
658
681
|
var import_clsx = require("clsx");
|
|
@@ -713,7 +736,7 @@ var resolveColor = (color) => {
|
|
|
713
736
|
};
|
|
714
737
|
|
|
715
738
|
// src/atoms/icon-button.tsx
|
|
716
|
-
var
|
|
739
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
717
740
|
var IconButton = (0, import_react.forwardRef)(
|
|
718
741
|
(props, ref) => {
|
|
719
742
|
const _a = props, { size, style, variant, color } = _a, restProps = __objRest(_a, ["size", "style", "variant", "color"]);
|
|
@@ -733,7 +756,7 @@ var IconButton = (0, import_react.forwardRef)(
|
|
|
733
756
|
transparent: variant === "transparent"
|
|
734
757
|
});
|
|
735
758
|
}, [props.className, colorClassName, variant]);
|
|
736
|
-
return /* @__PURE__ */ (0,
|
|
759
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
737
760
|
import_themes.IconButton,
|
|
738
761
|
__spreadProps(__spreadValues({
|
|
739
762
|
style,
|
|
@@ -792,7 +815,7 @@ var MONO_STYLE = {
|
|
|
792
815
|
};
|
|
793
816
|
|
|
794
817
|
// src/atoms/typo.tsx
|
|
795
|
-
var
|
|
818
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
796
819
|
var Typo = (0, import_react2.forwardRef)(
|
|
797
820
|
(props, ref) => {
|
|
798
821
|
const _a = props, {
|
|
@@ -836,7 +859,7 @@ var Typo = (0, import_react2.forwardRef)(
|
|
|
836
859
|
}
|
|
837
860
|
});
|
|
838
861
|
}, [size, variant]);
|
|
839
|
-
return /* @__PURE__ */ (0,
|
|
862
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
840
863
|
import_themes3.Text,
|
|
841
864
|
__spreadProps(__spreadValues({}, rest), {
|
|
842
865
|
className: (0, import_clsx2.clsx)(colorClassName, className),
|
|
@@ -852,7 +875,7 @@ var Typo = (0, import_react2.forwardRef)(
|
|
|
852
875
|
Typo.displayName = "Typo";
|
|
853
876
|
|
|
854
877
|
// src/atoms/pagination.tsx
|
|
855
|
-
var
|
|
878
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
856
879
|
function Pagination(props) {
|
|
857
880
|
const { onChange, count = 0, siblingCount = 2 } = props;
|
|
858
881
|
const isControlled = props.page !== void 0;
|
|
@@ -921,7 +944,7 @@ function Pagination(props) {
|
|
|
921
944
|
const { color: resolvedColor, className: colorClassName } = resolveColor(
|
|
922
945
|
props.color
|
|
923
946
|
);
|
|
924
|
-
return /* @__PURE__ */ (0,
|
|
947
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(
|
|
925
948
|
import_themes2.Flex,
|
|
926
949
|
{
|
|
927
950
|
align: "center",
|
|
@@ -929,18 +952,18 @@ function Pagination(props) {
|
|
|
929
952
|
className: colorClassName ? `tipp-pagination ${colorClassName}` : "tipp-pagination",
|
|
930
953
|
"data-accent-color": resolvedColor,
|
|
931
954
|
children: [
|
|
932
|
-
/* @__PURE__ */ (0,
|
|
955
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
933
956
|
IconButton,
|
|
934
957
|
__spreadProps(__spreadValues({
|
|
935
958
|
disabled: !doublePrev,
|
|
936
959
|
onClick: onClickDoublePrev
|
|
937
960
|
}, moveButtonProps), {
|
|
938
|
-
children: /* @__PURE__ */ (0,
|
|
961
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_react_icons.DoubleArrowLeftIcon, __spreadValues({}, iconSize))
|
|
939
962
|
})
|
|
940
963
|
),
|
|
941
|
-
/* @__PURE__ */ (0,
|
|
942
|
-
/* @__PURE__ */ (0,
|
|
943
|
-
return /* @__PURE__ */ (0,
|
|
964
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(IconButton, __spreadProps(__spreadValues({ disabled: !prev, onClick: onClickPrev }, moveButtonProps), { children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_react_icons.ChevronLeftIcon, __spreadValues({}, iconSize)) })),
|
|
965
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_themes2.Flex, { gap: "1", children: visibleItems.map((item) => {
|
|
966
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
944
967
|
"button",
|
|
945
968
|
{
|
|
946
969
|
className: `page-button ${item === page ? "active" : ""}`,
|
|
@@ -948,19 +971,19 @@ function Pagination(props) {
|
|
|
948
971
|
goToPage(item);
|
|
949
972
|
},
|
|
950
973
|
type: "button",
|
|
951
|
-
children: /* @__PURE__ */ (0,
|
|
974
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Typo, { variant: "body", children: item })
|
|
952
975
|
},
|
|
953
976
|
item
|
|
954
977
|
);
|
|
955
978
|
}) }),
|
|
956
|
-
/* @__PURE__ */ (0,
|
|
957
|
-
/* @__PURE__ */ (0,
|
|
979
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(IconButton, __spreadProps(__spreadValues({ disabled: !next, onClick: onClickNext }, moveButtonProps), { children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_react_icons.ChevronRightIcon, __spreadValues({}, iconSize)) })),
|
|
980
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(
|
|
958
981
|
IconButton,
|
|
959
982
|
__spreadProps(__spreadValues({
|
|
960
983
|
disabled: !doubleNext,
|
|
961
984
|
onClick: onClickDoubleNext
|
|
962
985
|
}, moveButtonProps), {
|
|
963
|
-
children: /* @__PURE__ */ (0,
|
|
986
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime19.jsx)(import_react_icons.DoubleArrowRightIcon, __spreadValues({}, iconSize))
|
|
964
987
|
})
|
|
965
988
|
)
|
|
966
989
|
]
|