@tipp/ui 2.10.2 → 2.10.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/app/index.cjs +385 -359
- package/dist/app/index.cjs.map +1 -1
- package/dist/app/index.js +40 -38
- package/dist/app/platform/coach-question-list.cjs +58 -35
- package/dist/app/platform/coach-question-list.cjs.map +1 -1
- package/dist/app/platform/coach-question-list.js +3 -2
- package/dist/app/platform/contents-card.cjs +120 -97
- package/dist/app/platform/contents-card.cjs.map +1 -1
- package/dist/app/platform/contents-card.js +3 -2
- package/dist/app/platform/curriculum-card.cjs +39 -16
- package/dist/app/platform/curriculum-card.cjs.map +1 -1
- package/dist/app/platform/curriculum-card.js +3 -2
- package/dist/app/platform/edit-coaching-time.cjs +160 -134
- package/dist/app/platform/edit-coaching-time.cjs.map +1 -1
- package/dist/app/platform/edit-coaching-time.js +30 -28
- package/dist/app/platform/edit-service-type.cjs +152 -126
- package/dist/app/platform/edit-service-type.cjs.map +1 -1
- package/dist/app/platform/edit-service-type.js +30 -28
- package/dist/app/platform/goal-manage-card-edit.cjs +162 -136
- package/dist/app/platform/goal-manage-card-edit.cjs.map +1 -1
- package/dist/app/platform/goal-manage-card-edit.js +30 -28
- package/dist/app/platform/goal-manage-card-read.cjs +88 -65
- package/dist/app/platform/goal-manage-card-read.cjs.map +1 -1
- package/dist/app/platform/goal-manage-card-read.js +3 -2
- package/dist/app/platform/on-offline-radio-card.cjs +303 -277
- package/dist/app/platform/on-offline-radio-card.cjs.map +1 -1
- package/dist/app/platform/on-offline-radio-card.js +30 -28
- package/dist/app/platform/report-card.cjs +61 -38
- package/dist/app/platform/report-card.cjs.map +1 -1
- package/dist/app/platform/report-card.js +3 -2
- package/dist/app/platform/reservation-card.cjs +176 -150
- package/dist/app/platform/reservation-card.cjs.map +1 -1
- package/dist/app/platform/reservation-card.js +30 -28
- package/dist/app/platform/session-card.cjs +205 -179
- package/dist/app/platform/session-card.cjs.map +1 -1
- package/dist/app/platform/session-card.js +30 -28
- package/dist/app/platform/session-review-simple-read.cjs +59 -36
- package/dist/app/platform/session-review-simple-read.cjs.map +1 -1
- package/dist/app/platform/session-review-simple-read.js +3 -2
- package/dist/app/platform/userInfos/coaching-customer-info/index.cjs +92 -69
- package/dist/app/platform/userInfos/coaching-customer-info/index.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/index.js +7 -6
- package/dist/app/platform/userInfos/coaching-customer-info/large.cjs +69 -46
- package/dist/app/platform/userInfos/coaching-customer-info/large.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/large.js +3 -2
- package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs +72 -49
- package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/medium.js +3 -2
- package/dist/app/platform/userInfos/coaching-customer-info/small.cjs +58 -35
- package/dist/app/platform/userInfos/coaching-customer-info/small.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/small.js +3 -2
- package/dist/app/platform/userInfos/session-user-info-detail.cjs +68 -45
- package/dist/app/platform/userInfos/session-user-info-detail.cjs.map +1 -1
- package/dist/app/platform/userInfos/session-user-info-detail.js +3 -2
- package/dist/app/platform/userInfos/utils.cjs +60 -37
- package/dist/app/platform/userInfos/utils.cjs.map +1 -1
- package/dist/app/platform/userInfos/utils.js +3 -2
- package/dist/app/roleplay/index.cjs +460 -389
- package/dist/app/roleplay/index.cjs.map +1 -1
- package/dist/app/roleplay/index.js +38 -36
- package/dist/app/roleplay/parts/analysis-section.cjs +64 -41
- package/dist/app/roleplay/parts/analysis-section.cjs.map +1 -1
- package/dist/app/roleplay/parts/analysis-section.js +3 -2
- package/dist/app/roleplay/parts/coaching-panel.cjs +65 -42
- package/dist/app/roleplay/parts/coaching-panel.cjs.map +1 -1
- package/dist/app/roleplay/parts/coaching-panel.js +3 -2
- package/dist/app/roleplay/parts/content.cjs +385 -314
- package/dist/app/roleplay/parts/content.cjs.map +1 -1
- package/dist/app/roleplay/parts/content.js +34 -32
- package/dist/app/roleplay/parts/header.cjs +83 -60
- package/dist/app/roleplay/parts/header.cjs.map +1 -1
- package/dist/app/roleplay/parts/header.js +4 -3
- package/dist/app/roleplay/parts/score-summary.cjs +77 -54
- package/dist/app/roleplay/parts/score-summary.cjs.map +1 -1
- package/dist/app/roleplay/parts/score-summary.js +3 -2
- package/dist/app/roleplay/parts/score-trend-section.cjs +228 -157
- package/dist/app/roleplay/parts/score-trend-section.cjs.map +1 -1
- package/dist/app/roleplay/parts/score-trend-section.js +31 -29
- package/dist/app/roleplay/parts/script-transcript.cjs +73 -50
- package/dist/app/roleplay/parts/script-transcript.cjs.map +1 -1
- package/dist/app/roleplay/parts/script-transcript.js +3 -2
- package/dist/app/roleplay/parts/section-nav.cjs +94 -71
- package/dist/app/roleplay/parts/section-nav.cjs.map +1 -1
- package/dist/app/roleplay/parts/section-nav.js +3 -2
- package/dist/app/roleplay/parts/session-replay-dialog.cjs +83 -60
- package/dist/app/roleplay/parts/session-replay-dialog.cjs.map +1 -1
- package/dist/app/roleplay/parts/session-replay-dialog.js +3 -2
- package/dist/app/roleplay/parts/speech-share-bar.cjs +60 -37
- package/dist/app/roleplay/parts/speech-share-bar.cjs.map +1 -1
- package/dist/app/roleplay/parts/speech-share-bar.js +3 -2
- package/dist/app/roleplay/parts/step-detail.cjs +78 -55
- package/dist/app/roleplay/parts/step-detail.cjs.map +1 -1
- package/dist/app/roleplay/parts/step-detail.js +3 -2
- package/dist/app/roleplay/parts/step-summary.cjs +78 -55
- package/dist/app/roleplay/parts/step-summary.cjs.map +1 -1
- package/dist/app/roleplay/parts/step-summary.js +3 -2
- package/dist/app/roleplay/rp-session-detail.cjs +460 -389
- package/dist/app/roleplay/rp-session-detail.cjs.map +1 -1
- package/dist/app/roleplay/rp-session-detail.js +38 -36
- package/dist/atoms/index.cjs +82 -59
- package/dist/atoms/index.cjs.map +1 -1
- package/dist/atoms/index.js +3 -2
- package/dist/atoms/pagination.cjs +38 -15
- package/dist/atoms/pagination.cjs.map +1 -1
- package/dist/atoms/pagination.js +3 -2
- package/dist/chunk-2EPKY2VT.js +70 -0
- package/dist/chunk-2EPKY2VT.js.map +1 -0
- package/dist/chunk-2PPLSZ4P.js +1 -0
- package/dist/chunk-5DRITHNR.js +1 -0
- package/dist/{chunk-5RIAIE2J.js → chunk-73PHGHPI.js} +5 -2
- package/dist/chunk-73PHGHPI.js.map +1 -0
- package/dist/{chunk-IIZ7I7NS.js → chunk-AYWCLLQ2.js} +7 -7
- package/dist/{chunk-RRC4WFG3.js → chunk-DIFGHMGI.js} +2 -2
- package/dist/{chunk-P2H3VCIB.js → chunk-HL3MGRAC.js} +4 -4
- package/dist/chunk-IAKMJR72.js +33 -0
- package/dist/chunk-IAKMJR72.js.map +1 -0
- package/dist/{chunk-YFR3HXSV.js → chunk-IHLFOJD5.js} +2 -2
- package/dist/{chunk-A32HLL53.js → chunk-KQ3ME6XY.js} +7 -7
- package/dist/{chunk-SZAU7YP3.js → chunk-L7ZHSQES.js} +5 -5
- package/dist/{chunk-MD64AUR6.js → chunk-LGILQRJM.js} +8 -8
- package/dist/{chunk-FJEDSUGU.js → chunk-NEJCZABQ.js} +7 -7
- package/dist/{chunk-NSDVLCCW.js → chunk-RJ62VZ6O.js} +2 -2
- package/dist/{chunk-UK3LP7VH.js → chunk-TYM6T7JT.js} +2 -2
- package/dist/{chunk-RZW6FVML.js → chunk-UCTSCSQR.js} +2 -2
- package/dist/{chunk-JCZXPONS.js → chunk-VBYXXISC.js} +4 -4
- package/dist/{chunk-VM2PEQLQ.js → chunk-VJREZH2Z.js} +2 -2
- package/dist/chunk-VJREZH2Z.js.map +1 -0
- package/dist/icon.cjs +25 -0
- package/dist/icon.cjs.map +1 -1
- package/dist/icon.d.cts +1 -0
- package/dist/icon.d.ts +1 -0
- package/dist/icon.js +7 -3
- package/dist/icons/empty-box.cjs +90 -0
- package/dist/icons/empty-box.cjs.map +1 -0
- package/dist/icons/empty-box.d.cts +13 -0
- package/dist/icons/empty-box.d.ts +13 -0
- package/dist/icons/empty-box.js +8 -0
- package/dist/icons/empty-box.js.map +1 -0
- package/dist/icons/index.cjs +25 -0
- package/dist/icons/index.cjs.map +1 -1
- package/dist/icons/index.d.cts +1 -0
- package/dist/icons/index.d.ts +1 -0
- package/dist/icons/index.js +7 -3
- package/dist/index.cjs +959 -884
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +2 -0
- package/dist/index.d.ts +2 -0
- package/dist/index.js +62 -54
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.cjs +95 -72
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.js +8 -7
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.cjs +29 -6
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.cjs +71 -48
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.js +6 -5
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.cjs +32 -9
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.cjs +41 -18
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.cjs +33 -10
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.cjs +33 -10
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.cjs +42 -19
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.cjs +37 -14
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.cjs +153 -130
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.js +9 -8
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.cjs +45 -22
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.cjs +30 -7
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.cjs +171 -148
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.js +10 -9
- package/dist/molecules/curriculumV2/CurriculumContents/index.cjs +220 -197
- package/dist/molecules/curriculumV2/CurriculumContents/index.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/index.js +13 -12
- package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.cjs +33 -10
- package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumSidebar/index.cjs +52 -29
- package/dist/molecules/curriculumV2/CurriculumSidebar/index.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumSidebar/index.js +7 -6
- package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.cjs +44 -21
- package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.js +6 -5
- package/dist/molecules/curriculumV2/curriculum-sub-nav.cjs +36 -13
- package/dist/molecules/curriculumV2/curriculum-sub-nav.cjs.map +1 -1
- package/dist/molecules/curriculumV2/curriculum-sub-nav.js +3 -2
- package/dist/molecules/curriculumV2/index.cjs +264 -241
- package/dist/molecules/curriculumV2/index.cjs.map +1 -1
- package/dist/molecules/curriculumV2/index.js +21 -20
- package/dist/molecules/date-picker/date-picker-button.cjs +52 -29
- package/dist/molecules/date-picker/date-picker-button.cjs.map +1 -1
- package/dist/molecules/date-picker/date-picker-button.js +3 -2
- package/dist/molecules/date-picker/index.cjs +40 -17
- package/dist/molecules/date-picker/index.cjs.map +1 -1
- package/dist/molecules/date-picker/index.js +3 -2
- package/dist/molecules/description-json-render.cjs +31 -8
- package/dist/molecules/description-json-render.cjs.map +1 -1
- package/dist/molecules/description-json-render.js +3 -2
- package/dist/molecules/dynamic-form-editor-field-editor-panel.cjs +138 -115
- package/dist/molecules/dynamic-form-editor-field-editor-panel.cjs.map +1 -1
- package/dist/molecules/dynamic-form-editor-field-editor-panel.js +3 -2
- package/dist/molecules/dynamic-form-editor.cjs +223 -200
- package/dist/molecules/dynamic-form-editor.cjs.map +1 -1
- package/dist/molecules/dynamic-form-editor.js +5 -4
- package/dist/molecules/empty-state.cjs +328 -0
- package/dist/molecules/empty-state.cjs.map +1 -0
- package/dist/molecules/empty-state.d.cts +21 -0
- package/dist/molecules/empty-state.d.ts +21 -0
- package/dist/molecules/empty-state.js +16 -0
- package/dist/molecules/empty-state.js.map +1 -0
- package/dist/molecules/expand-table/index.cjs +193 -58
- package/dist/molecules/expand-table/index.cjs.map +1 -1
- package/dist/molecules/expand-table/index.js +6 -3
- package/dist/molecules/index.cjs +862 -789
- package/dist/molecules/index.cjs.map +1 -1
- package/dist/molecules/index.d.cts +2 -1
- package/dist/molecules/index.d.ts +2 -1
- package/dist/molecules/index.js +43 -38
- package/dist/molecules/stepper.cjs +43 -20
- package/dist/molecules/stepper.cjs.map +1 -1
- package/dist/molecules/stepper.js +3 -2
- package/dist/molecules/tag-selector.cjs +43 -20
- package/dist/molecules/tag-selector.cjs.map +1 -1
- package/dist/molecules/tag-selector.js +3 -2
- package/dist/molecules/time-select.cjs +28 -5
- package/dist/molecules/time-select.cjs.map +1 -1
- package/dist/molecules/time-select.js +4 -3
- package/dist/utils/curriculum.utils.cjs +23 -0
- package/dist/utils/curriculum.utils.cjs.map +1 -1
- package/dist/utils/curriculum.utils.js +3 -2
- package/dist/utils/get-callout-icon-component.cjs +23 -0
- package/dist/utils/get-callout-icon-component.cjs.map +1 -1
- package/dist/utils/get-callout-icon-component.js +3 -2
- package/dist/utils/index.cjs +23 -0
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.js +6 -5
- package/package.json +1 -1
- package/src/app/roleplay/parts/header.tsx +2 -1
- package/src/icons/empty-box.tsx +29 -0
- package/src/icons/index.ts +2 -1
- package/src/molecules/empty-state.tsx +79 -0
- package/src/molecules/expand-table/index.tsx +2 -3
- package/src/molecules/index.ts +1 -0
- package/dist/chunk-5RIAIE2J.js.map +0 -1
- package/dist/chunk-JVXATVAC.js +0 -1
- package/dist/chunk-SYMOHU2B.js +0 -1
- package/dist/chunk-VM2PEQLQ.js.map +0 -1
- /package/dist/{chunk-JVXATVAC.js.map → chunk-2PPLSZ4P.js.map} +0 -0
- /package/dist/{chunk-SYMOHU2B.js.map → chunk-5DRITHNR.js.map} +0 -0
- /package/dist/{chunk-IIZ7I7NS.js.map → chunk-AYWCLLQ2.js.map} +0 -0
- /package/dist/{chunk-RRC4WFG3.js.map → chunk-DIFGHMGI.js.map} +0 -0
- /package/dist/{chunk-P2H3VCIB.js.map → chunk-HL3MGRAC.js.map} +0 -0
- /package/dist/{chunk-YFR3HXSV.js.map → chunk-IHLFOJD5.js.map} +0 -0
- /package/dist/{chunk-A32HLL53.js.map → chunk-KQ3ME6XY.js.map} +0 -0
- /package/dist/{chunk-SZAU7YP3.js.map → chunk-L7ZHSQES.js.map} +0 -0
- /package/dist/{chunk-MD64AUR6.js.map → chunk-LGILQRJM.js.map} +0 -0
- /package/dist/{chunk-FJEDSUGU.js.map → chunk-NEJCZABQ.js.map} +0 -0
- /package/dist/{chunk-NSDVLCCW.js.map → chunk-RJ62VZ6O.js.map} +0 -0
- /package/dist/{chunk-UK3LP7VH.js.map → chunk-TYM6T7JT.js.map} +0 -0
- /package/dist/{chunk-RZW6FVML.js.map → chunk-UCTSCSQR.js.map} +0 -0
- /package/dist/{chunk-JCZXPONS.js.map → chunk-VBYXXISC.js.map} +0 -0
|
@@ -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-73PHGHPI.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
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-CGLDFUOY.js";
|
|
27
|
-
import "../chunk-OUDDTPEN.js";
|
|
28
|
-
import "../chunk-SINRU2A6.js";
|
|
29
24
|
import "../chunk-NVRVOTWZ.js";
|
|
30
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,13 @@ 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
|
+
LearningPost
|
|
56
|
+
} from "../chunk-CUS3ORMD.js";
|
|
57
|
+
import {
|
|
58
|
+
Navigation
|
|
59
|
+
} from "../chunk-6OT5OYGM.js";
|
|
54
60
|
import {
|
|
55
61
|
OneOnOneGuideList,
|
|
56
62
|
oneOnOneNoteTextReplacer
|
|
@@ -70,18 +76,21 @@ import {
|
|
|
70
76
|
import "../chunk-WTS75RUC.js";
|
|
71
77
|
import "../chunk-BXX3B3E4.js";
|
|
72
78
|
import "../chunk-NRPDVI76.js";
|
|
73
|
-
import "../chunk-NWJSLIQ3.js";
|
|
74
79
|
import "../chunk-2BPFXK4L.js";
|
|
80
|
+
import "../chunk-NWJSLIQ3.js";
|
|
75
81
|
import {
|
|
76
82
|
TrainingInfoGuideline
|
|
77
83
|
} from "../chunk-AHYOAFOU.js";
|
|
78
84
|
import {
|
|
79
85
|
DynamicFormEditor
|
|
80
|
-
} from "../chunk-
|
|
86
|
+
} from "../chunk-NEJCZABQ.js";
|
|
81
87
|
import {
|
|
82
88
|
DynamicFormResponseItem
|
|
83
89
|
} from "../chunk-77H5BUYO.js";
|
|
84
90
|
import "../chunk-K7LTEKQS.js";
|
|
91
|
+
import {
|
|
92
|
+
EmptyState
|
|
93
|
+
} from "../chunk-2EPKY2VT.js";
|
|
85
94
|
import {
|
|
86
95
|
ForceRefresh
|
|
87
96
|
} from "../chunk-QLNAAZJX.js";
|
|
@@ -89,11 +98,9 @@ import {
|
|
|
89
98
|
GhostPost
|
|
90
99
|
} from "../chunk-PAUEQXYG.js";
|
|
91
100
|
import {
|
|
92
|
-
|
|
93
|
-
} from "../chunk-
|
|
94
|
-
import
|
|
95
|
-
Navigation
|
|
96
|
-
} from "../chunk-6OT5OYGM.js";
|
|
101
|
+
DescriptionJsonRender
|
|
102
|
+
} from "../chunk-N3FMP27I.js";
|
|
103
|
+
import "../chunk-BEKSO5JG.js";
|
|
97
104
|
import {
|
|
98
105
|
DotNavigation
|
|
99
106
|
} from "../chunk-IJOOKMKQ.js";
|
|
@@ -102,6 +109,7 @@ import {
|
|
|
102
109
|
} from "../chunk-C6HO3IGE.js";
|
|
103
110
|
import "../chunk-3DZIX4CE.js";
|
|
104
111
|
import "../chunk-CBYIPRND.js";
|
|
112
|
+
import "../chunk-Z7WNKARH.js";
|
|
105
113
|
import "../chunk-D4U2ZV2A.js";
|
|
106
114
|
import "../chunk-V7KAHLW2.js";
|
|
107
115
|
import {
|
|
@@ -111,14 +119,9 @@ import {
|
|
|
111
119
|
import {
|
|
112
120
|
DynamicFormField
|
|
113
121
|
} from "../chunk-NK6S7ZMB.js";
|
|
114
|
-
import "../chunk-Z7WNKARH.js";
|
|
115
122
|
import {
|
|
116
123
|
AutocompleteTextfield
|
|
117
124
|
} from "../chunk-OOM522XP.js";
|
|
118
|
-
import {
|
|
119
|
-
DescriptionJsonRender
|
|
120
|
-
} from "../chunk-N3FMP27I.js";
|
|
121
|
-
import "../chunk-BEKSO5JG.js";
|
|
122
125
|
import "../chunk-FAL6S2XK.js";
|
|
123
126
|
import "../chunk-AELKCD6B.js";
|
|
124
127
|
import "../chunk-5XYPLDI5.js";
|
|
@@ -160,7 +163,8 @@ import "../chunk-LQY4RKWI.js";
|
|
|
160
163
|
import "../chunk-EIKFXUNC.js";
|
|
161
164
|
import "../chunk-RP2RGCAW.js";
|
|
162
165
|
import "../chunk-VOME2TE7.js";
|
|
163
|
-
import "../chunk-
|
|
166
|
+
import "../chunk-2PPLSZ4P.js";
|
|
167
|
+
import "../chunk-2FJ4LW7E.js";
|
|
164
168
|
import "../chunk-B3VSXNTH.js";
|
|
165
169
|
import "../chunk-ZQE7SP6P.js";
|
|
166
170
|
import "../chunk-R6ARPREO.js";
|
|
@@ -171,7 +175,7 @@ import "../chunk-QO6KO6MN.js";
|
|
|
171
175
|
import "../chunk-5KNRHIIF.js";
|
|
172
176
|
import "../chunk-6JRAI4G5.js";
|
|
173
177
|
import "../chunk-776WBOKL.js";
|
|
174
|
-
import "../chunk-
|
|
178
|
+
import "../chunk-IAKMJR72.js";
|
|
175
179
|
import "../chunk-YSYJCYHY.js";
|
|
176
180
|
import "../chunk-5OM2H6RI.js";
|
|
177
181
|
import "../chunk-ZUYCXCPW.js";
|
|
@@ -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,
|
|
@@ -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 = {
|