@tipp/ui 2.5.0 → 2.7.0
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 +1291 -837
- package/dist/app/index.cjs.map +1 -1
- package/dist/app/index.js +122 -121
- package/dist/app/platform/coach-question-list.cjs +822 -364
- package/dist/app/platform/coach-question-list.cjs.map +1 -1
- package/dist/app/platform/coach-question-list.js +48 -46
- package/dist/app/platform/contents-card.cjs +815 -357
- package/dist/app/platform/contents-card.cjs.map +1 -1
- package/dist/app/platform/contents-card.js +48 -46
- package/dist/app/platform/curriculum-card.cjs +65 -13
- package/dist/app/platform/curriculum-card.cjs.map +1 -1
- package/dist/app/platform/curriculum-card.js +7 -6
- package/dist/app/platform/edit-coaching-time.cjs +1012 -558
- package/dist/app/platform/edit-coaching-time.cjs.map +1 -1
- package/dist/app/platform/edit-coaching-time.js +97 -96
- package/dist/app/platform/edit-service-type.cjs +995 -541
- package/dist/app/platform/edit-service-type.cjs.map +1 -1
- package/dist/app/platform/edit-service-type.js +98 -97
- package/dist/app/platform/goal-manage-card-edit.cjs +991 -537
- package/dist/app/platform/goal-manage-card-edit.cjs.map +1 -1
- package/dist/app/platform/goal-manage-card-edit.js +97 -96
- package/dist/app/platform/goal-manage-card-read.cjs +865 -407
- package/dist/app/platform/goal-manage-card-read.cjs.map +1 -1
- package/dist/app/platform/goal-manage-card-read.js +48 -46
- package/dist/app/platform/on-offline-radio-card.cjs +785 -331
- package/dist/app/platform/on-offline-radio-card.cjs.map +1 -1
- package/dist/app/platform/on-offline-radio-card.js +97 -96
- package/dist/app/platform/report-card.cjs +828 -370
- package/dist/app/platform/report-card.cjs.map +1 -1
- package/dist/app/platform/report-card.js +48 -46
- package/dist/app/platform/reservation-card.cjs +1016 -562
- package/dist/app/platform/reservation-card.cjs.map +1 -1
- package/dist/app/platform/reservation-card.js +98 -97
- package/dist/app/platform/session-card.cjs +1069 -615
- package/dist/app/platform/session-card.cjs.map +1 -1
- package/dist/app/platform/session-card.js +100 -99
- package/dist/app/platform/session-review-simple-read.cjs +825 -367
- package/dist/app/platform/session-review-simple-read.cjs.map +1 -1
- package/dist/app/platform/session-review-simple-read.js +48 -46
- package/dist/app/platform/userInfos/coaching-customer-info/index.cjs +857 -399
- package/dist/app/platform/userInfos/coaching-customer-info/index.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/index.js +54 -52
- package/dist/app/platform/userInfos/coaching-customer-info/large.cjs +833 -375
- package/dist/app/platform/userInfos/coaching-customer-info/large.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/large.js +49 -47
- package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs +836 -378
- package/dist/app/platform/userInfos/coaching-customer-info/medium.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/medium.js +49 -47
- package/dist/app/platform/userInfos/coaching-customer-info/small.cjs +823 -365
- package/dist/app/platform/userInfos/coaching-customer-info/small.cjs.map +1 -1
- package/dist/app/platform/userInfos/coaching-customer-info/small.js +48 -46
- package/dist/app/platform/userInfos/session-user-info-detail.cjs +832 -374
- package/dist/app/platform/userInfos/session-user-info-detail.cjs.map +1 -1
- package/dist/app/platform/userInfos/session-user-info-detail.js +49 -47
- package/dist/app/platform/userInfos/utils.cjs +824 -366
- package/dist/app/platform/userInfos/utils.cjs.map +1 -1
- package/dist/app/platform/userInfos/utils.js +48 -46
- package/dist/atoms/alert-dialog.cjs +85 -1
- package/dist/atoms/alert-dialog.cjs.map +1 -1
- package/dist/atoms/alert-dialog.d.cts +18 -2
- package/dist/atoms/alert-dialog.d.ts +18 -2
- package/dist/atoms/alert-dialog.js +3 -1
- package/dist/atoms/aspect-ratio.d.cts +1 -0
- package/dist/atoms/aspect-ratio.d.ts +1 -0
- package/dist/atoms/avatar.cjs +39 -2
- package/dist/atoms/avatar.cjs.map +1 -1
- package/dist/atoms/avatar.d.cts +5 -2
- package/dist/atoms/avatar.d.ts +5 -2
- package/dist/atoms/avatar.js +2 -1
- package/dist/atoms/badge.cjs +34 -9
- package/dist/atoms/badge.cjs.map +1 -1
- package/dist/atoms/badge.d.cts +4 -5
- package/dist/atoms/badge.d.ts +4 -5
- package/dist/atoms/badge.js +2 -1
- package/dist/atoms/blockquote.cjs +71 -1
- package/dist/atoms/blockquote.cjs.map +1 -1
- package/dist/atoms/blockquote.d.cts +12 -1
- package/dist/atoms/blockquote.d.ts +12 -1
- package/dist/atoms/blockquote.js +2 -1
- package/dist/atoms/bullet-text.cjs +39 -2
- package/dist/atoms/bullet-text.cjs.map +1 -1
- package/dist/atoms/bullet-text.d.cts +1 -0
- package/dist/atoms/bullet-text.d.ts +1 -0
- package/dist/atoms/bullet-text.js +4 -3
- package/dist/atoms/button.cjs +33 -3
- package/dist/atoms/button.cjs.map +1 -1
- package/dist/atoms/button.d.cts +5 -3
- package/dist/atoms/button.d.ts +5 -3
- package/dist/atoms/button.js +2 -1
- package/dist/atoms/button.type.cjs.map +1 -1
- package/dist/atoms/button.type.d.cts +3 -1
- package/dist/atoms/button.type.d.ts +3 -1
- package/dist/atoms/call-out.cjs +78 -1
- package/dist/atoms/call-out.cjs.map +1 -1
- package/dist/atoms/call-out.d.cts +13 -1
- package/dist/atoms/call-out.d.ts +13 -1
- package/dist/atoms/call-out.js +2 -1
- package/dist/atoms/check-box-card.cjs +78 -1
- package/dist/atoms/check-box-card.cjs.map +1 -1
- package/dist/atoms/check-box-card.d.cts +12 -1
- package/dist/atoms/check-box-card.d.ts +12 -1
- package/dist/atoms/check-box-card.js +2 -1
- package/dist/atoms/check-box-group.cjs +40 -2
- package/dist/atoms/check-box-group.cjs.map +1 -1
- package/dist/atoms/check-box-group.d.cts +6 -0
- package/dist/atoms/check-box-group.d.ts +6 -0
- package/dist/atoms/check-box-group.js +2 -1
- package/dist/atoms/check-box.cjs +37 -2
- package/dist/atoms/check-box.cjs.map +1 -1
- package/dist/atoms/check-box.d.cts +5 -2
- package/dist/atoms/check-box.d.ts +5 -2
- package/dist/atoms/check-box.js +2 -1
- package/dist/atoms/code.cjs +73 -1
- package/dist/atoms/code.cjs.map +1 -1
- package/dist/atoms/code.d.cts +12 -1
- package/dist/atoms/code.d.ts +12 -1
- package/dist/atoms/code.js +2 -1
- package/dist/atoms/data-list.cjs +77 -1
- package/dist/atoms/data-list.cjs.map +1 -1
- package/dist/atoms/data-list.d.cts +14 -1
- package/dist/atoms/data-list.d.ts +14 -1
- package/dist/atoms/data-list.js +2 -1
- package/dist/atoms/dialog.cjs +49 -6
- package/dist/atoms/dialog.cjs.map +1 -1
- package/dist/atoms/dialog.js +4 -3
- package/dist/atoms/drawer.cjs +33 -3
- package/dist/atoms/drawer.cjs.map +1 -1
- package/dist/atoms/drawer.js +3 -2
- package/dist/atoms/dropdown-menu.cjs +63 -12
- package/dist/atoms/dropdown-menu.cjs.map +1 -1
- package/dist/atoms/dropdown-menu.d.cts +27 -17
- package/dist/atoms/dropdown-menu.d.ts +27 -17
- package/dist/atoms/dropdown-menu.js +3 -1
- package/dist/atoms/ellipsis-tooltip.cjs +73 -22
- package/dist/atoms/ellipsis-tooltip.cjs.map +1 -1
- package/dist/atoms/ellipsis-tooltip.d.cts +1 -0
- package/dist/atoms/ellipsis-tooltip.d.ts +1 -0
- package/dist/atoms/ellipsis-tooltip.js +5 -3
- package/dist/atoms/field-error-wrapper.cjs +39 -2
- package/dist/atoms/field-error-wrapper.cjs.map +1 -1
- package/dist/atoms/field-error-wrapper.js +4 -3
- package/dist/atoms/heading.cjs +38 -2
- package/dist/atoms/heading.cjs.map +1 -1
- package/dist/atoms/heading.d.cts +3 -1
- package/dist/atoms/heading.d.ts +3 -1
- package/dist/atoms/heading.js +2 -1
- package/dist/atoms/hover-card.cjs +85 -1
- package/dist/atoms/hover-card.cjs.map +1 -1
- package/dist/atoms/hover-card.d.cts +14 -1
- package/dist/atoms/hover-card.d.ts +14 -1
- package/dist/atoms/hover-card.js +3 -1
- package/dist/atoms/icon-button.cjs +33 -3
- package/dist/atoms/icon-button.cjs.map +1 -1
- package/dist/atoms/icon-button.d.cts +5 -3
- package/dist/atoms/icon-button.d.ts +5 -3
- package/dist/atoms/icon-button.js +2 -1
- package/dist/atoms/index.cjs +996 -506
- package/dist/atoms/index.cjs.map +1 -1
- package/dist/atoms/index.d.cts +18 -2
- package/dist/atoms/index.d.ts +18 -2
- package/dist/atoms/index.js +81 -79
- package/dist/atoms/link.cjs +40 -2
- package/dist/atoms/link.cjs.map +1 -1
- package/dist/atoms/link.d.cts +3 -1
- package/dist/atoms/link.d.ts +3 -1
- package/dist/atoms/link.js +2 -1
- package/dist/atoms/list.cjs +43 -4
- package/dist/atoms/list.cjs.map +1 -1
- package/dist/atoms/list.js +4 -3
- package/dist/atoms/pagination.cjs +100 -42
- package/dist/atoms/pagination.cjs.map +1 -1
- package/dist/atoms/pagination.d.cts +4 -0
- package/dist/atoms/pagination.d.ts +4 -0
- package/dist/atoms/pagination.js +5 -4
- package/dist/atoms/popover.cjs +85 -1
- package/dist/atoms/popover.cjs.map +1 -1
- package/dist/atoms/popover.d.cts +16 -1
- package/dist/atoms/popover.d.ts +16 -1
- package/dist/atoms/popover.js +3 -1
- package/dist/atoms/progress.cjs +71 -1
- package/dist/atoms/progress.cjs.map +1 -1
- package/dist/atoms/progress.d.cts +12 -1
- package/dist/atoms/progress.d.ts +12 -1
- package/dist/atoms/progress.js +2 -1
- package/dist/atoms/radio-cards.cjs +78 -1
- package/dist/atoms/radio-cards.cjs.map +1 -1
- package/dist/atoms/radio-cards.d.cts +12 -1
- package/dist/atoms/radio-cards.d.ts +12 -1
- package/dist/atoms/radio-cards.js +2 -1
- package/dist/atoms/radio-group.cjs +78 -1
- package/dist/atoms/radio-group.cjs.map +1 -1
- package/dist/atoms/radio-group.d.cts +12 -1
- package/dist/atoms/radio-group.d.ts +12 -1
- package/dist/atoms/radio-group.js +2 -1
- package/dist/atoms/radio.cjs +71 -1
- package/dist/atoms/radio.cjs.map +1 -1
- package/dist/atoms/radio.d.cts +12 -1
- package/dist/atoms/radio.d.ts +12 -1
- package/dist/atoms/radio.js +2 -1
- package/dist/atoms/segmented-control.cjs.map +1 -1
- package/dist/atoms/segmented-control.js +1 -1
- package/dist/atoms/select.cjs +78 -24
- package/dist/atoms/select.cjs.map +1 -1
- package/dist/atoms/select.d.cts +14 -4
- package/dist/atoms/select.d.ts +14 -4
- package/dist/atoms/select.js +3 -1
- package/dist/atoms/switch.cjs +71 -1
- package/dist/atoms/switch.cjs.map +1 -1
- package/dist/atoms/switch.d.cts +12 -1
- package/dist/atoms/switch.d.ts +12 -1
- package/dist/atoms/switch.js +2 -1
- package/dist/atoms/tab-nav.cjs +76 -1
- package/dist/atoms/tab-nav.cjs.map +1 -1
- package/dist/atoms/tab-nav.d.cts +16 -1
- package/dist/atoms/tab-nav.d.ts +16 -1
- package/dist/atoms/tab-nav.js +2 -1
- package/dist/atoms/tabs.cjs +76 -1
- package/dist/atoms/tabs.cjs.map +1 -1
- package/dist/atoms/tabs.d.cts +19 -1
- package/dist/atoms/tabs.d.ts +19 -1
- package/dist/atoms/tabs.js +2 -1
- package/dist/atoms/tooltip.cjs +46 -9
- package/dist/atoms/tooltip.cjs.map +1 -1
- package/dist/atoms/tooltip.js +3 -1
- package/dist/atoms/typo.cjs +39 -2
- package/dist/atoms/typo.cjs.map +1 -1
- package/dist/atoms/typo.d.cts +3 -1
- package/dist/atoms/typo.d.ts +3 -1
- package/dist/atoms/typo.js +2 -1
- package/dist/charts/chart-default-props.cjs +1 -1
- package/dist/charts/chart-default-props.cjs.map +1 -1
- package/dist/charts/chart-default-props.d.cts +1 -1
- package/dist/charts/chart-default-props.d.ts +1 -1
- package/dist/charts/chart-default-props.js +1 -1
- package/dist/charts/index.cjs +1 -1
- package/dist/charts/index.cjs.map +1 -1
- package/dist/charts/index.js +1 -1
- package/dist/chunk-24PX34TH.js +42 -0
- package/dist/chunk-24PX34TH.js.map +1 -0
- package/dist/{chunk-GGLDVUYU.js → chunk-2FB75HU2.js} +5 -5
- package/dist/{chunk-7ITDAUWI.js → chunk-2I37QLRA.js} +15 -15
- package/dist/{chunk-ZVDAEY5Q.js → chunk-2LCH3PDF.js} +14 -4
- package/dist/chunk-2LCH3PDF.js.map +1 -0
- package/dist/{chunk-3NUQAVE6.js → chunk-2M3UFZUD.js} +15 -2
- package/dist/chunk-2M3UFZUD.js.map +1 -0
- package/dist/{chunk-PXPGCDNA.js → chunk-2O7NVLVP.js} +5 -5
- package/dist/{chunk-NZ6ONU5Z.js → chunk-2SM37SB4.js} +13 -13
- package/dist/{chunk-NLW32DPB.js → chunk-2WNLUQX5.js} +11 -11
- package/dist/chunk-3TOUVBIB.js +34 -0
- package/dist/chunk-3TOUVBIB.js.map +1 -0
- package/dist/{chunk-XBOSNFUM.js → chunk-447H6BVE.js} +6 -6
- package/dist/{chunk-5V6MQUTB.js → chunk-5OW76AER.js} +2 -2
- package/dist/chunk-6TU647KJ.js +37 -0
- package/dist/chunk-6TU647KJ.js.map +1 -0
- package/dist/{chunk-44VLRAHW.js → chunk-6YJGQWD6.js} +12 -12
- package/dist/{chunk-KCCYHT23.js → chunk-7JW5Z2TL.js} +4 -4
- package/dist/{chunk-JZVK4NDF.js → chunk-7PBLFV5L.js} +5 -5
- package/dist/{chunk-XK6VEVOK.js → chunk-7RJYF5L3.js} +14 -4
- package/dist/chunk-7RJYF5L3.js.map +1 -0
- package/dist/{chunk-UXVM3Y7P.js → chunk-A26UWBVB.js} +5 -5
- package/dist/{chunk-HJP4STJZ.js → chunk-A4YOY75P.js} +5 -5
- package/dist/{chunk-LSDD4TAP.js → chunk-AJTGTGOC.js} +3 -3
- package/dist/chunk-BI6TW3ZO.js +51 -0
- package/dist/chunk-BI6TW3ZO.js.map +1 -0
- package/dist/chunk-BK74U562.js +52 -0
- package/dist/chunk-BK74U562.js.map +1 -0
- package/dist/{chunk-JWAQUXGB.js → chunk-BZ3EXV6A.js} +3 -3
- package/dist/{chunk-QRI6ARS6.js → chunk-C2G3IB7G.js} +4 -4
- package/dist/chunk-CGDBUDY3.js +37 -0
- package/dist/chunk-CGDBUDY3.js.map +1 -0
- package/dist/chunk-DX3DLP5Z.js +39 -0
- package/dist/chunk-DX3DLP5Z.js.map +1 -0
- package/dist/{chunk-4U6DFH7Z.js → chunk-E6GCU5IQ.js} +2 -2
- package/dist/chunk-EIKFXUNC.js +39 -0
- package/dist/chunk-EIKFXUNC.js.map +1 -0
- package/dist/{chunk-CSKNBWPB.js → chunk-EZN5PMTC.js} +3 -3
- package/dist/chunk-EZN5PMTC.js.map +1 -0
- package/dist/{chunk-VRJR534I.js → chunk-GAA3RTRW.js} +4 -4
- package/dist/{chunk-VY557FHE.js → chunk-GE4M5GOQ.js} +4 -4
- package/dist/chunk-GI4AN2IZ.js +42 -0
- package/dist/chunk-GI4AN2IZ.js.map +1 -0
- package/dist/{chunk-OUJAPQS2.js → chunk-GPULIICW.js} +11 -11
- package/dist/{chunk-K36TPMKL.js → chunk-GPZXD762.js} +18 -3
- package/dist/chunk-GPZXD762.js.map +1 -0
- package/dist/{chunk-PMJIFLDT.js → chunk-GR4PG6HY.js} +20 -3
- package/dist/chunk-GR4PG6HY.js.map +1 -0
- package/dist/{chunk-7PF6I4RN.js → chunk-GRDRXD53.js} +2 -2
- package/dist/{chunk-TJKS6CLU.js → chunk-GREYLAMY.js} +6 -6
- package/dist/{chunk-VREM33BW.js → chunk-GYSRHZRS.js} +8 -8
- package/dist/{chunk-2TYR2RDO.js → chunk-H3GQHGFA.js} +8 -8
- package/dist/{chunk-KMVSJT6Y.js → chunk-HH6LML5K.js} +10 -10
- package/dist/{chunk-HQATHJBN.js → chunk-IA74OBFY.js} +58 -41
- package/dist/chunk-IA74OBFY.js.map +1 -0
- package/dist/{chunk-J62KAMQL.js → chunk-IM6E52L2.js} +10 -10
- package/dist/{chunk-TVDKGMBI.js → chunk-IT7ZTP7F.js} +1 -1
- package/dist/chunk-IT7ZTP7F.js.map +1 -0
- package/dist/{chunk-5LRFDSG2.js → chunk-J7N2IZQW.js} +6 -6
- package/dist/{chunk-EEAHZCIK.js → chunk-JCUG2XKB.js} +2 -2
- package/dist/chunk-JETG3WEI.js +39 -0
- package/dist/chunk-JETG3WEI.js.map +1 -0
- package/dist/{chunk-4LUFF5LX.js → chunk-JNEGSY5N.js} +3 -3
- package/dist/{chunk-CQSM6JCO.js → chunk-K3Q4XLCN.js} +4 -4
- package/dist/chunk-KNIIDDYM.js +34 -0
- package/dist/chunk-KNIIDDYM.js.map +1 -0
- package/dist/{chunk-4TST4UK5.js → chunk-KO3V7KB6.js} +2 -2
- package/dist/{chunk-3U6FXC6R.js → chunk-LIWQ47VQ.js} +11 -11
- package/dist/{chunk-2ZSK45QM.js → chunk-LQ3WGFS7.js} +9 -9
- package/dist/{chunk-A7LYIUE7.js → chunk-M77YPVQN.js} +7 -7
- package/dist/{chunk-P4KO43AP.js → chunk-MCKWO7K4.js} +5 -5
- package/dist/{chunk-G7NEBNHU.js → chunk-MGR37YQB.js} +6 -6
- package/dist/{chunk-QDC3LFHS.js → chunk-MMLVZWMD.js} +3 -3
- package/dist/{chunk-D4JZHM4J.js → chunk-MP5KZULQ.js} +10 -10
- package/dist/{chunk-WMWXF44S.js → chunk-MSLSD7F6.js} +5 -5
- package/dist/{chunk-JUDD3XGY.js → chunk-MSM2QG23.js} +9 -9
- package/dist/{chunk-NVQSH733.js → chunk-NFMEBYNY.js} +5 -5
- package/dist/{chunk-7ZMY4CAZ.js → chunk-NIHOKIYW.js} +6 -6
- package/dist/{chunk-BESTU2AY.js → chunk-NLHVQJQ2.js} +19 -3
- package/dist/chunk-NLHVQJQ2.js.map +1 -0
- package/dist/{chunk-3GQQQBJN.js → chunk-NYG34MV6.js} +6 -6
- package/dist/{chunk-XF7FPCS7.js → chunk-OA3DGWVL.js} +15 -15
- package/dist/{chunk-F5IXHUBI.js → chunk-OBWQ3N5D.js} +12 -12
- package/dist/{chunk-HVXBZGLT.js → chunk-OEHVGPWL.js} +16 -16
- package/dist/chunk-OLJN3WXR.js +1 -0
- package/dist/{chunk-WE3TWSC4.js → chunk-OPYRV6XJ.js} +5 -5
- package/dist/{chunk-WFOIY6OR.js → chunk-OQN4E2QP.js} +4 -4
- package/dist/{chunk-HZ7HETUI.js → chunk-OWQUXTQ2.js} +4 -4
- package/dist/{chunk-7I7PZF5L.js → chunk-OYXUWBKS.js} +3 -3
- package/dist/{chunk-D3KCPM4O.js → chunk-PE4EBBU4.js} +5 -5
- package/dist/{chunk-3GGJWSFK.js → chunk-PXMJK5D5.js} +10 -10
- package/dist/{chunk-Y4U24VXI.js → chunk-Q3M6GFHY.js} +3 -3
- package/dist/{chunk-GFURX6GB.js → chunk-QPL7SJQM.js} +5 -5
- package/dist/{chunk-YAUOAWYS.js → chunk-RMVVV5NH.js} +6 -6
- package/dist/chunk-RMW3MQF5.js +42 -0
- package/dist/chunk-RMW3MQF5.js.map +1 -0
- package/dist/{chunk-RPV3QPQL.js → chunk-RUJZ5PE7.js} +5 -5
- package/dist/chunk-SA7AYYQS.js +39 -0
- package/dist/chunk-SA7AYYQS.js.map +1 -0
- package/dist/{chunk-6J5YZTZE.js → chunk-T2CGNUCP.js} +7 -7
- package/dist/chunk-T73HHR3I.js +67 -0
- package/dist/chunk-T73HHR3I.js.map +1 -0
- package/dist/chunk-TNNF5Q62.js +34 -0
- package/dist/chunk-TNNF5Q62.js.map +1 -0
- package/dist/{chunk-ZUZ5FT4B.js → chunk-TU6SGJ5Z.js} +11 -11
- package/dist/{chunk-5ZEQ33PC.js → chunk-TYEGB5FQ.js} +7 -7
- package/dist/{chunk-5AWPST2R.js → chunk-UFM3EL52.js} +12 -12
- package/dist/chunk-UFRB2BVD.js +34 -0
- package/dist/chunk-UFRB2BVD.js.map +1 -0
- package/dist/chunk-UFWDQGOK.js +36 -0
- package/dist/chunk-UFWDQGOK.js.map +1 -0
- package/dist/{chunk-R3WM6HV6.js → chunk-VD5ZDFCM.js} +5 -5
- package/dist/chunk-VFQD57ZY.js +27 -0
- package/dist/chunk-VFQD57ZY.js.map +1 -0
- package/dist/{chunk-AQVIQODP.js → chunk-VK6INFSB.js} +4 -4
- package/dist/{chunk-W7X7KSJP.js → chunk-WG5OK3YN.js} +19 -3
- package/dist/chunk-WG5OK3YN.js.map +1 -0
- package/dist/{chunk-2QFSCWES.js → chunk-WSWSAPSS.js} +2 -2
- package/dist/{chunk-2QFSCWES.js.map → chunk-WSWSAPSS.js.map} +1 -1
- package/dist/{chunk-QFEZIPWJ.js → chunk-WY37V3W4.js} +9 -9
- package/dist/chunk-WYWM2HSZ.js +33 -0
- package/dist/chunk-WYWM2HSZ.js.map +1 -0
- package/dist/{chunk-SDEDXT7A.js → chunk-XOQXIPLL.js} +4 -4
- package/dist/{chunk-DVYTRZOL.js → chunk-YCLYKBWZ.js} +15 -15
- package/dist/{chunk-YW4IN7LP.js → chunk-YGNHAFBW.js} +8 -8
- package/dist/{chunk-APG3GKDT.js → chunk-YWWYA2JZ.js} +11 -11
- package/dist/chunk-YXMB4MCM.js +87 -0
- package/dist/chunk-YXMB4MCM.js.map +1 -0
- package/dist/{chunk-7AMHCTRM.js → chunk-Z5LPHG2D.js} +5 -5
- package/dist/{chunk-GZNELGHF.js → chunk-ZAFLWQOV.js} +10 -10
- package/dist/{chunk-WD5P2N6F.js → chunk-ZC2JPF7B.js} +13 -13
- package/dist/{chunk-VYCYVN3L.js → chunk-ZCGH6TJ3.js} +16 -3
- package/dist/chunk-ZCGH6TJ3.js.map +1 -0
- package/dist/{chunk-UH6Q3TEK.js → chunk-ZCQMCIT5.js} +9 -9
- package/dist/chunk-ZPUNTAVI.js +38 -0
- package/dist/chunk-ZPUNTAVI.js.map +1 -0
- package/dist/{chunk-LT5C6QT7.js → chunk-ZUL3NYQ4.js} +2 -2
- package/dist/{chunk-23QMZC6L.js → chunk-ZWYQ44CB.js} +10 -10
- package/dist/context/dynamic-form-context.cjs +54 -4
- package/dist/context/dynamic-form-context.cjs.map +1 -1
- package/dist/context/dynamic-form-context.js +5 -4
- package/dist/context/index.cjs +54 -4
- package/dist/context/index.cjs.map +1 -1
- package/dist/context/index.js +8 -7
- package/dist/index.cjs +2132 -1632
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +76 -3
- package/dist/index.d.cts +19 -3
- package/dist/index.d.ts +19 -3
- package/dist/index.js +174 -168
- package/dist/molecules/autocomplete-textfield.cjs +111 -46
- package/dist/molecules/autocomplete-textfield.cjs.map +1 -1
- package/dist/molecules/autocomplete-textfield.js +5 -3
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.cjs +367 -209
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/index.js +22 -21
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.cjs +39 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-comp.js +5 -4
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-body.cjs +293 -164
- 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 +16 -15
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-footer.cjs +33 -3
- 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 +4 -3
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-header.cjs +85 -19
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-header.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-header.js +6 -5
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-layout.js +2 -2
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-radio.cjs +217 -134
- 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 +10 -9
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-option.cjs +172 -110
- 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 +7 -6
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-satisfaction-text.cjs +39 -2
- 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 +6 -5
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/ReviewQuestion/review-question-text.cjs +80 -20
- 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 +7 -6
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.cjs +64 -7
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/complete-review.js +6 -5
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.cjs +275 -115
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/index.js +26 -25
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.cjs +76 -17
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/CurriculumReviewSteps/start-review.js +8 -7
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.cjs +49 -5
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-ai-traning.js +5 -4
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-file-download.cjs +49 -5
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-file-download.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-file-download.js +5 -4
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.cjs +318 -153
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/curriculum-review.js +29 -28
- package/dist/molecules/curriculumV2/CurriculumContents/index.cjs +346 -181
- package/dist/molecules/curriculumV2/CurriculumContents/index.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumContents/index.js +33 -32
- package/dist/molecules/curriculumV2/CurriculumSidebar/Items/curriculum-item-title.cjs +39 -2
- package/dist/molecules/curriculumV2/CurriculumSidebar/Items/curriculum-item-title.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumSidebar/Items/curriculum-item-title.js +4 -3
- package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.cjs +39 -2
- package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-item.js +5 -4
- package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-title.cjs +39 -2
- package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-title.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumSidebar/Items/section-title.js +3 -2
- package/dist/molecules/curriculumV2/CurriculumSidebar/index.cjs +195 -135
- package/dist/molecules/curriculumV2/CurriculumSidebar/index.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumSidebar/index.js +10 -9
- package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.cjs +39 -2
- package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.cjs.map +1 -1
- package/dist/molecules/curriculumV2/CurriculumSidebar/sidebar-item.js +7 -6
- package/dist/molecules/curriculumV2/curriculum-sub-nav.cjs +65 -8
- package/dist/molecules/curriculumV2/curriculum-sub-nav.cjs.map +1 -1
- package/dist/molecules/curriculumV2/curriculum-sub-nav.js +6 -5
- package/dist/molecules/curriculumV2/curriculum-v2-layout.js +2 -2
- package/dist/molecules/curriculumV2/index.cjs +406 -220
- package/dist/molecules/curriculumV2/index.cjs.map +1 -1
- package/dist/molecules/curriculumV2/index.js +42 -41
- package/dist/molecules/date-picker/date-picker-button.cjs +160 -64
- package/dist/molecules/date-picker/date-picker-button.cjs.map +1 -1
- package/dist/molecules/date-picker/date-picker-button.d.cts +1 -0
- package/dist/molecules/date-picker/date-picker-button.d.ts +1 -0
- package/dist/molecules/date-picker/date-picker-button.js +11 -9
- package/dist/molecules/date-picker/index.cjs +242 -146
- package/dist/molecules/date-picker/index.cjs.map +1 -1
- package/dist/molecules/date-picker/index.js +10 -8
- package/dist/molecules/description-json-render.cjs +182 -120
- package/dist/molecules/description-json-render.cjs.map +1 -1
- package/dist/molecules/description-json-render.js +7 -6
- package/dist/molecules/download-card.cjs +67 -8
- package/dist/molecules/download-card.cjs.map +1 -1
- package/dist/molecules/download-card.js +6 -5
- package/dist/molecules/dynamic-field.cjs +222 -72
- package/dist/molecules/dynamic-field.cjs.map +1 -1
- package/dist/molecules/dynamic-field.js +13 -11
- package/dist/molecules/dynamic-form-editor-field-editor-panel.cjs +359 -267
- package/dist/molecules/dynamic-form-editor-field-editor-panel.cjs.map +1 -1
- package/dist/molecules/dynamic-form-editor-field-editor-panel.js +9 -7
- package/dist/molecules/dynamic-form-editor-field-list-panel.cjs +115 -47
- package/dist/molecules/dynamic-form-editor-field-list-panel.cjs.map +1 -1
- package/dist/molecules/dynamic-form-editor-field-list-panel.js +6 -4
- package/dist/molecules/dynamic-form-editor-issues-panel.cjs +39 -2
- package/dist/molecules/dynamic-form-editor-issues-panel.cjs.map +1 -1
- package/dist/molecules/dynamic-form-editor-issues-panel.js +4 -3
- package/dist/molecules/dynamic-form-editor-preview-panel.cjs +239 -89
- package/dist/molecules/dynamic-form-editor-preview-panel.cjs.map +1 -1
- package/dist/molecules/dynamic-form-editor-preview-panel.js +15 -13
- package/dist/molecules/dynamic-form-editor.cjs +571 -407
- package/dist/molecules/dynamic-form-editor.cjs.map +1 -1
- package/dist/molecules/dynamic-form-editor.js +21 -19
- package/dist/molecules/dynamic-form.cjs +235 -85
- package/dist/molecules/dynamic-form.cjs.map +1 -1
- package/dist/molecules/dynamic-form.js +14 -12
- package/dist/molecules/expand-table/index.cjs +100 -42
- package/dist/molecules/expand-table/index.cjs.map +1 -1
- package/dist/molecules/expand-table/index.js +6 -5
- package/dist/molecules/force-refresh.cjs +79 -24
- package/dist/molecules/force-refresh.cjs.map +1 -1
- package/dist/molecules/force-refresh.js +5 -4
- package/dist/molecules/form/form.cjs +54 -4
- package/dist/molecules/form/form.cjs.map +1 -1
- package/dist/molecules/form/form.js +4 -3
- package/dist/molecules/form/index.cjs +54 -4
- package/dist/molecules/form/index.cjs.map +1 -1
- package/dist/molecules/form/index.js +4 -3
- package/dist/molecules/ghost-post.cjs +72 -14
- package/dist/molecules/ghost-post.cjs.map +1 -1
- package/dist/molecules/ghost-post.d.cts +1 -0
- package/dist/molecules/ghost-post.d.ts +1 -0
- package/dist/molecules/ghost-post.js +7 -6
- package/dist/molecules/index.cjs +1334 -989
- package/dist/molecules/index.cjs.map +1 -1
- package/dist/molecules/index.d.cts +1 -0
- package/dist/molecules/index.d.ts +1 -0
- package/dist/molecules/index.js +80 -79
- package/dist/molecules/learning-post.cjs +109 -37
- package/dist/molecules/learning-post.cjs.map +1 -1
- package/dist/molecules/learning-post.d.cts +1 -0
- package/dist/molecules/learning-post.d.ts +1 -0
- package/dist/molecules/learning-post.js +9 -8
- package/dist/molecules/navigation.cjs +49 -5
- package/dist/molecules/navigation.cjs.map +1 -1
- package/dist/molecules/navigation.js +5 -4
- package/dist/molecules/one-on-one-guide-list.cjs +56 -6
- package/dist/molecules/one-on-one-guide-list.cjs.map +1 -1
- package/dist/molecules/one-on-one-guide-list.js +6 -5
- package/dist/molecules/radio-button-card.cjs +77 -13
- package/dist/molecules/radio-button-card.cjs.map +1 -1
- package/dist/molecules/radio-button-card.js +4 -3
- package/dist/molecules/stepper.cjs +55 -4
- package/dist/molecules/stepper.cjs.map +1 -1
- package/dist/molecules/stepper.js +5 -4
- package/dist/molecules/tag-selector.cjs +256 -180
- package/dist/molecules/tag-selector.cjs.map +1 -1
- package/dist/molecules/tag-selector.js +9 -7
- package/dist/molecules/time-select.cjs +180 -126
- package/dist/molecules/time-select.cjs.map +1 -1
- package/dist/molecules/time-select.d.cts +1 -0
- package/dist/molecules/time-select.d.ts +1 -0
- package/dist/molecules/time-select.js +5 -3
- package/dist/molecules/training-info-guideline.cjs +75 -11
- package/dist/molecules/training-info-guideline.cjs.map +1 -1
- package/dist/molecules/training-info-guideline.js +10 -9
- package/dist/theme/theme-provider.cjs +53 -1
- package/dist/theme/theme-provider.cjs.map +1 -1
- package/dist/theme/theme-provider.d.cts +18 -2
- package/dist/theme/theme-provider.d.ts +18 -2
- package/dist/theme/theme-provider.js +4 -1
- package/dist/utils/convert-button-size.d.cts +1 -0
- package/dist/utils/convert-button-size.d.ts +1 -0
- package/dist/utils/convert-icon-button-size.d.cts +1 -0
- package/dist/utils/convert-icon-button-size.d.ts +1 -0
- package/dist/utils/index.cjs +25 -0
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.cts +2 -0
- package/dist/utils/index.d.ts +2 -0
- package/dist/utils/index.js +5 -1
- package/dist/utils/resolve-color.cjs +51 -0
- package/dist/utils/resolve-color.cjs.map +1 -0
- package/dist/utils/resolve-color.d.cts +38 -0
- package/dist/utils/resolve-color.d.ts +38 -0
- package/dist/utils/resolve-color.js +8 -0
- package/dist/utils/resolve-color.js.map +1 -0
- package/package.json +1 -1
- package/src/atoms/alert-dialog.tsx +38 -1
- package/src/atoms/avatar.tsx +18 -3
- package/src/atoms/badge.tsx +15 -22
- package/src/atoms/blockquote.tsx +31 -1
- package/src/atoms/button.tsx +12 -3
- package/src/atoms/button.type.ts +6 -1
- package/src/atoms/call-out.tsx +48 -1
- package/src/atoms/check-box-card.tsx +51 -1
- package/src/atoms/check-box-group.tsx +19 -2
- package/src/atoms/check-box.tsx +17 -3
- package/src/atoms/code.tsx +31 -1
- package/src/atoms/data-list.tsx +47 -1
- package/src/atoms/dropdown-menu.tsx +53 -6
- package/src/atoms/heading.tsx +22 -4
- package/src/atoms/hover-card.tsx +37 -1
- package/src/atoms/icon-button.tsx +12 -3
- package/src/atoms/link.tsx +21 -3
- package/src/atoms/pagination.tsx +21 -2
- package/src/atoms/popover.tsx +37 -1
- package/src/atoms/progress.tsx +31 -1
- package/src/atoms/radio-cards.tsx +49 -1
- package/src/atoms/radio-group.tsx +49 -1
- package/src/atoms/radio.tsx +31 -1
- package/src/atoms/segmented-control.tsx +3 -0
- package/src/atoms/select.tsx +67 -19
- package/src/atoms/switch.tsx +31 -1
- package/src/atoms/tab-nav.tsx +42 -1
- package/src/atoms/tabs.tsx +40 -1
- package/src/atoms/tooltip.tsx +14 -1
- package/src/atoms/typo.tsx +21 -3
- package/src/charts/chart-default-props.tsx +1 -1
- package/src/molecules/radio-button-card.tsx +6 -4
- package/src/theme/theme-provider.tsx +38 -3
- package/src/utils/index.ts +2 -1
- package/src/utils/resolve-color.ts +86 -0
- package/dist/chunk-365QMK4D.js +0 -7
- package/dist/chunk-365QMK4D.js.map +0 -1
- package/dist/chunk-3NUQAVE6.js.map +0 -1
- package/dist/chunk-5AVBYDPB.js +0 -7
- package/dist/chunk-5AVBYDPB.js.map +0 -1
- package/dist/chunk-5ZITU5L7.js +0 -7
- package/dist/chunk-5ZITU5L7.js.map +0 -1
- package/dist/chunk-6DJOIRMF.js +0 -7
- package/dist/chunk-6DJOIRMF.js.map +0 -1
- package/dist/chunk-6IVCARWS.js +0 -7
- package/dist/chunk-6IVCARWS.js.map +0 -1
- package/dist/chunk-7FKRQQYK.js +0 -15
- package/dist/chunk-7FKRQQYK.js.map +0 -1
- package/dist/chunk-B6XJN6EC.js +0 -7
- package/dist/chunk-B6XJN6EC.js.map +0 -1
- package/dist/chunk-BESTU2AY.js.map +0 -1
- package/dist/chunk-CSKNBWPB.js.map +0 -1
- package/dist/chunk-DHZVOXFM.js +0 -35
- package/dist/chunk-DHZVOXFM.js.map +0 -1
- package/dist/chunk-FPD73OHW.js +0 -7
- package/dist/chunk-FPD73OHW.js.map +0 -1
- package/dist/chunk-HFVVQEOZ.js +0 -1
- package/dist/chunk-HQATHJBN.js.map +0 -1
- package/dist/chunk-J242TTFH.js +0 -7
- package/dist/chunk-J242TTFH.js.map +0 -1
- package/dist/chunk-K36TPMKL.js.map +0 -1
- package/dist/chunk-KTSEZC6A.js +0 -49
- package/dist/chunk-KTSEZC6A.js.map +0 -1
- package/dist/chunk-MIMJ7LON.js +0 -7
- package/dist/chunk-MIMJ7LON.js.map +0 -1
- package/dist/chunk-O3T3TM3V.js +0 -7
- package/dist/chunk-O3T3TM3V.js.map +0 -1
- package/dist/chunk-OHMOP5PV.js +0 -7
- package/dist/chunk-OHMOP5PV.js.map +0 -1
- package/dist/chunk-OYM4XCHQ.js +0 -7
- package/dist/chunk-OYM4XCHQ.js.map +0 -1
- package/dist/chunk-PMJIFLDT.js.map +0 -1
- package/dist/chunk-SMLC2O3V.js +0 -42
- package/dist/chunk-SMLC2O3V.js.map +0 -1
- package/dist/chunk-TVDKGMBI.js.map +0 -1
- package/dist/chunk-VTJZMOSP.js +0 -7
- package/dist/chunk-VTJZMOSP.js.map +0 -1
- package/dist/chunk-VYCYVN3L.js.map +0 -1
- package/dist/chunk-W7X7KSJP.js.map +0 -1
- package/dist/chunk-X2GMDZ7M.js +0 -59
- package/dist/chunk-X2GMDZ7M.js.map +0 -1
- package/dist/chunk-XK6VEVOK.js.map +0 -1
- package/dist/chunk-YGL6SWKN.js +0 -7
- package/dist/chunk-YGL6SWKN.js.map +0 -1
- package/dist/chunk-YJ7ZFOYL.js +0 -7
- package/dist/chunk-YJ7ZFOYL.js.map +0 -1
- package/dist/chunk-ZVDAEY5Q.js.map +0 -1
- /package/dist/{chunk-GGLDVUYU.js.map → chunk-2FB75HU2.js.map} +0 -0
- /package/dist/{chunk-7ITDAUWI.js.map → chunk-2I37QLRA.js.map} +0 -0
- /package/dist/{chunk-PXPGCDNA.js.map → chunk-2O7NVLVP.js.map} +0 -0
- /package/dist/{chunk-NZ6ONU5Z.js.map → chunk-2SM37SB4.js.map} +0 -0
- /package/dist/{chunk-NLW32DPB.js.map → chunk-2WNLUQX5.js.map} +0 -0
- /package/dist/{chunk-XBOSNFUM.js.map → chunk-447H6BVE.js.map} +0 -0
- /package/dist/{chunk-5V6MQUTB.js.map → chunk-5OW76AER.js.map} +0 -0
- /package/dist/{chunk-44VLRAHW.js.map → chunk-6YJGQWD6.js.map} +0 -0
- /package/dist/{chunk-KCCYHT23.js.map → chunk-7JW5Z2TL.js.map} +0 -0
- /package/dist/{chunk-JZVK4NDF.js.map → chunk-7PBLFV5L.js.map} +0 -0
- /package/dist/{chunk-UXVM3Y7P.js.map → chunk-A26UWBVB.js.map} +0 -0
- /package/dist/{chunk-HJP4STJZ.js.map → chunk-A4YOY75P.js.map} +0 -0
- /package/dist/{chunk-LSDD4TAP.js.map → chunk-AJTGTGOC.js.map} +0 -0
- /package/dist/{chunk-JWAQUXGB.js.map → chunk-BZ3EXV6A.js.map} +0 -0
- /package/dist/{chunk-QRI6ARS6.js.map → chunk-C2G3IB7G.js.map} +0 -0
- /package/dist/{chunk-4U6DFH7Z.js.map → chunk-E6GCU5IQ.js.map} +0 -0
- /package/dist/{chunk-VRJR534I.js.map → chunk-GAA3RTRW.js.map} +0 -0
- /package/dist/{chunk-VY557FHE.js.map → chunk-GE4M5GOQ.js.map} +0 -0
- /package/dist/{chunk-OUJAPQS2.js.map → chunk-GPULIICW.js.map} +0 -0
- /package/dist/{chunk-7PF6I4RN.js.map → chunk-GRDRXD53.js.map} +0 -0
- /package/dist/{chunk-TJKS6CLU.js.map → chunk-GREYLAMY.js.map} +0 -0
- /package/dist/{chunk-VREM33BW.js.map → chunk-GYSRHZRS.js.map} +0 -0
- /package/dist/{chunk-2TYR2RDO.js.map → chunk-H3GQHGFA.js.map} +0 -0
- /package/dist/{chunk-KMVSJT6Y.js.map → chunk-HH6LML5K.js.map} +0 -0
- /package/dist/{chunk-J62KAMQL.js.map → chunk-IM6E52L2.js.map} +0 -0
- /package/dist/{chunk-5LRFDSG2.js.map → chunk-J7N2IZQW.js.map} +0 -0
- /package/dist/{chunk-EEAHZCIK.js.map → chunk-JCUG2XKB.js.map} +0 -0
- /package/dist/{chunk-4LUFF5LX.js.map → chunk-JNEGSY5N.js.map} +0 -0
- /package/dist/{chunk-CQSM6JCO.js.map → chunk-K3Q4XLCN.js.map} +0 -0
- /package/dist/{chunk-4TST4UK5.js.map → chunk-KO3V7KB6.js.map} +0 -0
- /package/dist/{chunk-3U6FXC6R.js.map → chunk-LIWQ47VQ.js.map} +0 -0
- /package/dist/{chunk-2ZSK45QM.js.map → chunk-LQ3WGFS7.js.map} +0 -0
- /package/dist/{chunk-A7LYIUE7.js.map → chunk-M77YPVQN.js.map} +0 -0
- /package/dist/{chunk-P4KO43AP.js.map → chunk-MCKWO7K4.js.map} +0 -0
- /package/dist/{chunk-G7NEBNHU.js.map → chunk-MGR37YQB.js.map} +0 -0
- /package/dist/{chunk-QDC3LFHS.js.map → chunk-MMLVZWMD.js.map} +0 -0
- /package/dist/{chunk-D4JZHM4J.js.map → chunk-MP5KZULQ.js.map} +0 -0
- /package/dist/{chunk-WMWXF44S.js.map → chunk-MSLSD7F6.js.map} +0 -0
- /package/dist/{chunk-JUDD3XGY.js.map → chunk-MSM2QG23.js.map} +0 -0
- /package/dist/{chunk-NVQSH733.js.map → chunk-NFMEBYNY.js.map} +0 -0
- /package/dist/{chunk-7ZMY4CAZ.js.map → chunk-NIHOKIYW.js.map} +0 -0
- /package/dist/{chunk-3GQQQBJN.js.map → chunk-NYG34MV6.js.map} +0 -0
- /package/dist/{chunk-XF7FPCS7.js.map → chunk-OA3DGWVL.js.map} +0 -0
- /package/dist/{chunk-F5IXHUBI.js.map → chunk-OBWQ3N5D.js.map} +0 -0
- /package/dist/{chunk-HVXBZGLT.js.map → chunk-OEHVGPWL.js.map} +0 -0
- /package/dist/{chunk-HFVVQEOZ.js.map → chunk-OLJN3WXR.js.map} +0 -0
- /package/dist/{chunk-WE3TWSC4.js.map → chunk-OPYRV6XJ.js.map} +0 -0
- /package/dist/{chunk-WFOIY6OR.js.map → chunk-OQN4E2QP.js.map} +0 -0
- /package/dist/{chunk-HZ7HETUI.js.map → chunk-OWQUXTQ2.js.map} +0 -0
- /package/dist/{chunk-7I7PZF5L.js.map → chunk-OYXUWBKS.js.map} +0 -0
- /package/dist/{chunk-D3KCPM4O.js.map → chunk-PE4EBBU4.js.map} +0 -0
- /package/dist/{chunk-3GGJWSFK.js.map → chunk-PXMJK5D5.js.map} +0 -0
- /package/dist/{chunk-Y4U24VXI.js.map → chunk-Q3M6GFHY.js.map} +0 -0
- /package/dist/{chunk-GFURX6GB.js.map → chunk-QPL7SJQM.js.map} +0 -0
- /package/dist/{chunk-YAUOAWYS.js.map → chunk-RMVVV5NH.js.map} +0 -0
- /package/dist/{chunk-RPV3QPQL.js.map → chunk-RUJZ5PE7.js.map} +0 -0
- /package/dist/{chunk-6J5YZTZE.js.map → chunk-T2CGNUCP.js.map} +0 -0
- /package/dist/{chunk-ZUZ5FT4B.js.map → chunk-TU6SGJ5Z.js.map} +0 -0
- /package/dist/{chunk-5ZEQ33PC.js.map → chunk-TYEGB5FQ.js.map} +0 -0
- /package/dist/{chunk-5AWPST2R.js.map → chunk-UFM3EL52.js.map} +0 -0
- /package/dist/{chunk-R3WM6HV6.js.map → chunk-VD5ZDFCM.js.map} +0 -0
- /package/dist/{chunk-AQVIQODP.js.map → chunk-VK6INFSB.js.map} +0 -0
- /package/dist/{chunk-QFEZIPWJ.js.map → chunk-WY37V3W4.js.map} +0 -0
- /package/dist/{chunk-SDEDXT7A.js.map → chunk-XOQXIPLL.js.map} +0 -0
- /package/dist/{chunk-DVYTRZOL.js.map → chunk-YCLYKBWZ.js.map} +0 -0
- /package/dist/{chunk-YW4IN7LP.js.map → chunk-YGNHAFBW.js.map} +0 -0
- /package/dist/{chunk-APG3GKDT.js.map → chunk-YWWYA2JZ.js.map} +0 -0
- /package/dist/{chunk-7AMHCTRM.js.map → chunk-Z5LPHG2D.js.map} +0 -0
- /package/dist/{chunk-GZNELGHF.js.map → chunk-ZAFLWQOV.js.map} +0 -0
- /package/dist/{chunk-WD5P2N6F.js.map → chunk-ZC2JPF7B.js.map} +0 -0
- /package/dist/{chunk-UH6Q3TEK.js.map → chunk-ZCQMCIT5.js.map} +0 -0
- /package/dist/{chunk-LT5C6QT7.js.map → chunk-ZUL3NYQ4.js.map} +0 -0
- /package/dist/{chunk-23QMZC6L.js.map → chunk-ZWYQ44CB.js.map} +0 -0
|
@@ -62,7 +62,7 @@ __export(CurriculumSidebar_exports, {
|
|
|
62
62
|
CurriculumSidebar: () => CurriculumSidebar
|
|
63
63
|
});
|
|
64
64
|
module.exports = __toCommonJS(CurriculumSidebar_exports);
|
|
65
|
-
var
|
|
65
|
+
var import_react4 = require("react");
|
|
66
66
|
|
|
67
67
|
// src/atoms/box.tsx
|
|
68
68
|
var import_themes = require("@radix-ui/themes");
|
|
@@ -72,15 +72,61 @@ var import_themes2 = require("@radix-ui/themes");
|
|
|
72
72
|
|
|
73
73
|
// src/atoms/tabs.tsx
|
|
74
74
|
var import_themes3 = require("@radix-ui/themes");
|
|
75
|
-
|
|
76
|
-
// src/molecules/curriculumV2/curriculum-context.tsx
|
|
75
|
+
var import_clsx = require("clsx");
|
|
77
76
|
var import_react = require("react");
|
|
77
|
+
|
|
78
|
+
// src/utils/resolve-color.ts
|
|
79
|
+
var SEMANTIC_COLOR_MAP = {
|
|
80
|
+
error: "red",
|
|
81
|
+
neutral: "gray",
|
|
82
|
+
success: "green",
|
|
83
|
+
accent: void 0
|
|
84
|
+
};
|
|
85
|
+
var CUSTOM_COLOR_MAP = {
|
|
86
|
+
black: { className: "tipp-accent-black", fallbackColor: "gray" }
|
|
87
|
+
};
|
|
88
|
+
var isSemanticColor = (color) => color !== void 0 && color in SEMANTIC_COLOR_MAP;
|
|
89
|
+
var isCustomColor = (color) => color !== void 0 && color in CUSTOM_COLOR_MAP;
|
|
90
|
+
var resolveColor = (color) => {
|
|
91
|
+
if (isCustomColor(color)) {
|
|
92
|
+
const { className, fallbackColor } = CUSTOM_COLOR_MAP[color];
|
|
93
|
+
return { color: fallbackColor, className };
|
|
94
|
+
}
|
|
95
|
+
if (isSemanticColor(color)) {
|
|
96
|
+
return { color: SEMANTIC_COLOR_MAP[color] };
|
|
97
|
+
}
|
|
98
|
+
return { color };
|
|
99
|
+
};
|
|
100
|
+
|
|
101
|
+
// src/atoms/tabs.tsx
|
|
78
102
|
var import_jsx_runtime = require("react/jsx-runtime");
|
|
79
|
-
var
|
|
103
|
+
var Root = (0, import_react.forwardRef)((props, ref) => {
|
|
104
|
+
const _a = props, { color, className } = _a, rest = __objRest(_a, ["color", "className"]);
|
|
105
|
+
const { className: colorClassName } = (0, import_react.useMemo)(
|
|
106
|
+
() => resolveColor(color),
|
|
107
|
+
[color]
|
|
108
|
+
);
|
|
109
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
110
|
+
import_themes3.Tabs.Root,
|
|
111
|
+
__spreadProps(__spreadValues({}, rest), {
|
|
112
|
+
className: (0, import_clsx.clsx)(colorClassName, className),
|
|
113
|
+
ref
|
|
114
|
+
})
|
|
115
|
+
);
|
|
116
|
+
});
|
|
117
|
+
Root.displayName = "Tabs.Root";
|
|
118
|
+
var Tabs = __spreadProps(__spreadValues({}, import_themes3.Tabs), {
|
|
119
|
+
Root
|
|
120
|
+
});
|
|
121
|
+
|
|
122
|
+
// src/molecules/curriculumV2/curriculum-context.tsx
|
|
123
|
+
var import_react2 = require("react");
|
|
124
|
+
var import_jsx_runtime2 = require("react/jsx-runtime");
|
|
125
|
+
var CurriculumContext = (0, import_react2.createContext)(
|
|
80
126
|
void 0
|
|
81
127
|
);
|
|
82
128
|
function useCurriculumContext() {
|
|
83
|
-
const ctx = (0,
|
|
129
|
+
const ctx = (0, import_react2.useContext)(CurriculumContext);
|
|
84
130
|
if (!ctx)
|
|
85
131
|
throw new Error(
|
|
86
132
|
"useCurriculumContext must be used within CurriculumProvider"
|
|
@@ -92,12 +138,12 @@ function useCurriculumContext() {
|
|
|
92
138
|
var import_react_icons = require("@radix-ui/react-icons");
|
|
93
139
|
|
|
94
140
|
// src/icons/phone-ring.tsx
|
|
95
|
-
var
|
|
96
|
-
var
|
|
97
|
-
var PhoneRingIcon =
|
|
141
|
+
var React3 = __toESM(require("react"), 1);
|
|
142
|
+
var import_jsx_runtime3 = require("react/jsx-runtime");
|
|
143
|
+
var PhoneRingIcon = React3.forwardRef(
|
|
98
144
|
(_a, forwardedRef) => {
|
|
99
145
|
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
100
|
-
return /* @__PURE__ */ (0,
|
|
146
|
+
return /* @__PURE__ */ (0, import_jsx_runtime3.jsxs)(
|
|
101
147
|
"svg",
|
|
102
148
|
__spreadProps(__spreadValues({
|
|
103
149
|
fill: "none",
|
|
@@ -108,14 +154,14 @@ var PhoneRingIcon = React2.forwardRef(
|
|
|
108
154
|
}, props), {
|
|
109
155
|
ref: forwardedRef,
|
|
110
156
|
children: [
|
|
111
|
-
/* @__PURE__ */ (0,
|
|
157
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
112
158
|
"path",
|
|
113
159
|
{
|
|
114
160
|
d: "M7.7207 8.94603C6.98877 8.2141 6.41082 7.3865 5.98686 6.50348C5.95039 6.42753 5.93216 6.38955 5.91815 6.34149C5.86837 6.17072 5.90413 5.96102 6.00769 5.81639C6.03683 5.77569 6.07165 5.74087 6.14128 5.67124C6.35424 5.45828 6.46072 5.3518 6.53033 5.24473C6.79287 4.84094 6.79287 4.32038 6.53033 3.91658C6.46072 3.80951 6.35424 3.70303 6.14128 3.49007L6.02257 3.37137C5.69885 3.04764 5.53699 2.88578 5.36315 2.79786C5.01743 2.62299 4.60914 2.62299 4.26342 2.79786C4.08958 2.88578 3.92772 3.04764 3.604 3.37137L3.50798 3.46739C3.18536 3.79 3.02405 3.95131 2.90086 4.17062C2.76415 4.41398 2.66586 4.79194 2.66669 5.07106C2.66744 5.32261 2.71624 5.49452 2.81382 5.83835C3.33828 7.68611 4.32781 9.42969 5.78242 10.8843C7.23704 12.3389 8.98062 13.3285 10.8284 13.8529C11.1722 13.9505 11.3441 13.9993 11.5957 14C11.8748 14.0009 12.2528 13.9026 12.4961 13.7659C12.7154 13.6427 12.8767 13.4814 13.1993 13.1588L13.2954 13.0627C13.6191 12.739 13.7809 12.5771 13.8689 12.4033C14.0437 12.0576 14.0437 11.6493 13.8689 11.3036C13.7809 11.1297 13.6191 10.9679 13.2954 10.6442L13.1767 10.5255C12.9637 10.3125 12.8572 10.206 12.7501 10.1364C12.3464 9.87386 11.8258 9.87386 11.422 10.1364C11.3149 10.206 11.2084 10.3125 10.9955 10.5255C10.9259 10.5951 10.891 10.6299 10.8503 10.659C10.7057 10.7626 10.496 10.7984 10.3252 10.7486C10.2772 10.7346 10.2392 10.7163 10.1632 10.6799C9.28023 10.2559 8.45262 9.67796 7.7207 8.94603Z",
|
|
115
161
|
fill: color
|
|
116
162
|
}
|
|
117
163
|
),
|
|
118
|
-
/* @__PURE__ */ (0,
|
|
164
|
+
/* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
119
165
|
"path",
|
|
120
166
|
{
|
|
121
167
|
d: "M9.33335 4.22765C10.4699 4.62936 11.3707 5.53016 11.7724 6.66671M9.97701 2.33337C11.7004 2.93456 13.0655 4.2997 13.6667 6.02305M7.7207 8.94603C6.98877 8.2141 6.41082 7.3865 5.98686 6.50348C5.95039 6.42753 5.93216 6.38955 5.91815 6.34149C5.86837 6.17072 5.90413 5.96102 6.00769 5.81639C6.03683 5.77569 6.07165 5.74087 6.14128 5.67124C6.35424 5.45828 6.46072 5.3518 6.53033 5.24473C6.79287 4.84094 6.79287 4.32038 6.53033 3.91658C6.46072 3.80951 6.35424 3.70303 6.14128 3.49007L6.02257 3.37137C5.69885 3.04764 5.53699 2.88578 5.36315 2.79786C5.01743 2.62299 4.60914 2.62299 4.26342 2.79786C4.08958 2.88578 3.92772 3.04764 3.604 3.37137L3.50798 3.46739C3.18536 3.79 3.02405 3.95131 2.90086 4.17062C2.76415 4.41398 2.66586 4.79194 2.66669 5.07106C2.66744 5.32261 2.71624 5.49452 2.81382 5.83835C3.33828 7.68611 4.32781 9.42969 5.78242 10.8843C7.23704 12.3389 8.98062 13.3285 10.8284 13.8529C11.1722 13.9505 11.3441 13.9993 11.5957 14C11.8748 14.0009 12.2528 13.9026 12.4961 13.7659C12.7154 13.6427 12.8767 13.4814 13.1993 13.1588L13.2954 13.0627C13.6191 12.739 13.7809 12.5771 13.8689 12.4033C14.0437 12.0576 14.0437 11.6493 13.8689 11.3036C13.7809 11.1297 13.6191 10.9679 13.2954 10.6442L13.1767 10.5255C12.9637 10.3125 12.8572 10.206 12.7501 10.1364C12.3464 9.87386 11.8258 9.87386 11.422 10.1364C11.3149 10.206 11.2084 10.3125 10.9955 10.5255C10.9259 10.5951 10.891 10.6299 10.8503 10.659C10.7057 10.7626 10.496 10.7984 10.3252 10.7486C10.2772 10.7346 10.2392 10.7163 10.1632 10.6799C9.28023 10.2559 8.45262 9.67796 7.7207 8.94603Z",
|
|
@@ -132,12 +178,12 @@ var PhoneRingIcon = React2.forwardRef(
|
|
|
132
178
|
PhoneRingIcon.displayName = "ArrowUpIcon";
|
|
133
179
|
|
|
134
180
|
// src/icons/up.tsx
|
|
135
|
-
var
|
|
136
|
-
var
|
|
137
|
-
var TriangleArrowUpIcon =
|
|
181
|
+
var React4 = __toESM(require("react"), 1);
|
|
182
|
+
var import_jsx_runtime4 = require("react/jsx-runtime");
|
|
183
|
+
var TriangleArrowUpIcon = React4.forwardRef(
|
|
138
184
|
(_a, forwardedRef) => {
|
|
139
185
|
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
140
|
-
return /* @__PURE__ */ (0,
|
|
186
|
+
return /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
141
187
|
"svg",
|
|
142
188
|
__spreadProps(__spreadValues({
|
|
143
189
|
fill: "none",
|
|
@@ -147,7 +193,7 @@ var TriangleArrowUpIcon = React3.forwardRef(
|
|
|
147
193
|
xmlns: "http://www.w3.org/2000/svg"
|
|
148
194
|
}, props), {
|
|
149
195
|
ref: forwardedRef,
|
|
150
|
-
children: /* @__PURE__ */ (0,
|
|
196
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime4.jsx)(
|
|
151
197
|
"path",
|
|
152
198
|
{
|
|
153
199
|
d: "M0.891555 6.1875L7.10845 6.1875C7.80261 6.1875 8.1771 5.37328 7.72534 4.84623L4.6169 1.21971C4.29263 0.841403 3.70737 0.841403 3.3831 1.21971L0.274659 4.84623C-0.177095 5.37328 0.197393 6.1875 0.891555 6.1875Z",
|
|
@@ -161,12 +207,12 @@ var TriangleArrowUpIcon = React3.forwardRef(
|
|
|
161
207
|
TriangleArrowUpIcon.displayName = "ArrowUpIcon";
|
|
162
208
|
|
|
163
209
|
// src/icons/down.tsx
|
|
164
|
-
var
|
|
165
|
-
var
|
|
166
|
-
var TriangleArrowDownIcon =
|
|
210
|
+
var React5 = __toESM(require("react"), 1);
|
|
211
|
+
var import_jsx_runtime5 = require("react/jsx-runtime");
|
|
212
|
+
var TriangleArrowDownIcon = React5.forwardRef(
|
|
167
213
|
(_a, forwardedRef) => {
|
|
168
214
|
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
169
|
-
return /* @__PURE__ */ (0,
|
|
215
|
+
return /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
170
216
|
"svg",
|
|
171
217
|
__spreadProps(__spreadValues({
|
|
172
218
|
fill: "none",
|
|
@@ -176,7 +222,7 @@ var TriangleArrowDownIcon = React4.forwardRef(
|
|
|
176
222
|
xmlns: "http://www.w3.org/2000/svg"
|
|
177
223
|
}, props), {
|
|
178
224
|
ref: forwardedRef,
|
|
179
|
-
children: /* @__PURE__ */ (0,
|
|
225
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime5.jsx)(
|
|
180
226
|
"path",
|
|
181
227
|
{
|
|
182
228
|
d: "M7.10844 0.8125H0.891554C0.197392 0.8125 -0.177096 1.62672 0.274659 2.15377L3.3831 5.78029C3.70737 6.1586 4.29263 6.1586 4.6169 5.78029L7.72534 2.15377C8.1771 1.62672 7.80261 0.8125 7.10844 0.8125Z",
|
|
@@ -190,12 +236,12 @@ var TriangleArrowDownIcon = React4.forwardRef(
|
|
|
190
236
|
TriangleArrowDownIcon.displayName = "ArrowDownIcon";
|
|
191
237
|
|
|
192
238
|
// src/icons/mic.tsx
|
|
193
|
-
var
|
|
194
|
-
var
|
|
195
|
-
var MicIcon =
|
|
239
|
+
var React6 = __toESM(require("react"), 1);
|
|
240
|
+
var import_jsx_runtime6 = require("react/jsx-runtime");
|
|
241
|
+
var MicIcon = React6.forwardRef(
|
|
196
242
|
(_a, forwardedRef) => {
|
|
197
243
|
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
198
|
-
return /* @__PURE__ */ (0,
|
|
244
|
+
return /* @__PURE__ */ (0, import_jsx_runtime6.jsxs)(
|
|
199
245
|
"svg",
|
|
200
246
|
__spreadProps(__spreadValues({
|
|
201
247
|
fill: "none",
|
|
@@ -206,7 +252,7 @@ var MicIcon = React5.forwardRef(
|
|
|
206
252
|
}, props), {
|
|
207
253
|
ref: forwardedRef,
|
|
208
254
|
children: [
|
|
209
|
-
/* @__PURE__ */ (0,
|
|
255
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
210
256
|
"path",
|
|
211
257
|
{
|
|
212
258
|
clipRule: "evenodd",
|
|
@@ -215,7 +261,7 @@ var MicIcon = React5.forwardRef(
|
|
|
215
261
|
fillRule: "evenodd"
|
|
216
262
|
}
|
|
217
263
|
),
|
|
218
|
-
/* @__PURE__ */ (0,
|
|
264
|
+
/* @__PURE__ */ (0, import_jsx_runtime6.jsx)(
|
|
219
265
|
"path",
|
|
220
266
|
{
|
|
221
267
|
d: "M1.30707 7.51038C1.30707 8.87401 2.61826 12.2831 5.90497 12.2831M5.90497 12.2831V15.4999M5.90497 12.2831C8.8595 11.9148 10.0284 10.8351 10.5203 7.51038M5.90497 15.4999H4.05182M5.90497 15.4999H7.81056",
|
|
@@ -232,12 +278,12 @@ var MicIcon = React5.forwardRef(
|
|
|
232
278
|
MicIcon.displayName = "MicIcon";
|
|
233
279
|
|
|
234
280
|
// src/icons/camera.tsx
|
|
235
|
-
var
|
|
236
|
-
var
|
|
237
|
-
var CameraIcon =
|
|
281
|
+
var React7 = __toESM(require("react"), 1);
|
|
282
|
+
var import_jsx_runtime7 = require("react/jsx-runtime");
|
|
283
|
+
var CameraIcon = React7.forwardRef(
|
|
238
284
|
(_a, forwardedRef) => {
|
|
239
285
|
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
240
|
-
return /* @__PURE__ */ (0,
|
|
286
|
+
return /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
241
287
|
"svg",
|
|
242
288
|
__spreadProps(__spreadValues({
|
|
243
289
|
fill: "none",
|
|
@@ -247,7 +293,7 @@ var CameraIcon = React6.forwardRef(
|
|
|
247
293
|
width: "16",
|
|
248
294
|
xmlns: "http://www.w3.org/2000/svg"
|
|
249
295
|
}, props), {
|
|
250
|
-
children: /* @__PURE__ */ (0,
|
|
296
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime7.jsx)(
|
|
251
297
|
"path",
|
|
252
298
|
{
|
|
253
299
|
d: "M1.41176 2C0.470588 2 0 2.46222 0 3.38667C0 4.31111 0 11.2444 0 12.1689C0 13.0933 0.470588 13.5556 0.941176 13.5556C1.41176 13.5556 9.88235 13.5556 10.8235 13.5556C11.7647 13.5556 11.7647 13.0933 11.7647 12.1689C11.7647 11.5595 11.7647 10.9502 11.7647 10.6056C11.7647 10.4478 11.8926 10.32 12.0504 10.32H12.1689C12.2126 10.32 12.2557 10.33 12.2949 10.3493L14.1176 11.2444L15.5883 11.9667C15.7782 12.06 16 11.9218 16 11.7103V3.86745C16 3.6507 15.768 3.51238 15.577 3.61479C14.6546 4.10924 12.5222 5.23556 12.2353 5.23556C12.1353 5.23556 12.0821 5.23556 12.0502 5.23556C11.8924 5.23556 11.7647 5.10789 11.7647 4.95009C11.7647 4.51892 11.7647 3.71688 11.7647 3.38667C11.7647 2.92444 11.2941 2 10.3529 2C9.41177 2 2.35294 2 1.41176 2Z",
|
|
@@ -261,12 +307,12 @@ var CameraIcon = React6.forwardRef(
|
|
|
261
307
|
CameraIcon.displayName = "CameraIcon";
|
|
262
308
|
|
|
263
309
|
// src/icons/camera-disabled.tsx
|
|
264
|
-
var
|
|
265
|
-
var
|
|
266
|
-
var CameraDisabledIcon =
|
|
310
|
+
var React8 = __toESM(require("react"), 1);
|
|
311
|
+
var import_jsx_runtime8 = require("react/jsx-runtime");
|
|
312
|
+
var CameraDisabledIcon = React8.forwardRef(
|
|
267
313
|
(_a, forwardedRef) => {
|
|
268
314
|
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
269
|
-
return /* @__PURE__ */ (0,
|
|
315
|
+
return /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
270
316
|
"svg",
|
|
271
317
|
__spreadProps(__spreadValues({
|
|
272
318
|
fill: "none",
|
|
@@ -276,7 +322,7 @@ var CameraDisabledIcon = React7.forwardRef(
|
|
|
276
322
|
width: "16",
|
|
277
323
|
xmlns: "http://www.w3.org/2000/svg"
|
|
278
324
|
}, props), {
|
|
279
|
-
children: /* @__PURE__ */ (0,
|
|
325
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime8.jsx)(
|
|
280
326
|
"path",
|
|
281
327
|
{
|
|
282
328
|
clipRule: "evenodd",
|
|
@@ -292,12 +338,12 @@ var CameraDisabledIcon = React7.forwardRef(
|
|
|
292
338
|
CameraDisabledIcon.displayName = "VideoDisabledIcon";
|
|
293
339
|
|
|
294
340
|
// src/icons/end-call.tsx
|
|
295
|
-
var
|
|
296
|
-
var
|
|
297
|
-
var EndCallIcon =
|
|
341
|
+
var React9 = __toESM(require("react"), 1);
|
|
342
|
+
var import_jsx_runtime9 = require("react/jsx-runtime");
|
|
343
|
+
var EndCallIcon = React9.forwardRef(
|
|
298
344
|
(_a, forwardedRef) => {
|
|
299
345
|
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
300
|
-
return /* @__PURE__ */ (0,
|
|
346
|
+
return /* @__PURE__ */ (0, import_jsx_runtime9.jsxs)(
|
|
301
347
|
"svg",
|
|
302
348
|
__spreadProps(__spreadValues({
|
|
303
349
|
fill: "none",
|
|
@@ -308,14 +354,14 @@ var EndCallIcon = React8.forwardRef(
|
|
|
308
354
|
xmlns: "http://www.w3.org/2000/svg"
|
|
309
355
|
}, props), {
|
|
310
356
|
children: [
|
|
311
|
-
/* @__PURE__ */ (0,
|
|
357
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
312
358
|
"path",
|
|
313
359
|
{
|
|
314
360
|
d: "M8 6.66667C8.90629 6.66667 9.77647 6.83841 10.5856 7.15419C10.6552 7.18136 10.69 7.19494 10.7285 7.21836C10.865 7.30159 10.9727 7.47044 10.9981 7.64117C11.0053 7.68921 11.0053 7.73711 11.0053 7.83291C11.0053 8.1259 11.0053 8.27239 11.0285 8.39394C11.1159 8.8523 11.4382 9.2104 11.8507 9.30757C11.9601 9.33333 12.092 9.33333 12.3557 9.33333H12.5026C12.9035 9.33333 13.1039 9.33333 13.266 9.27424C13.5883 9.1567 13.841 8.87584 13.9468 8.51773C14 8.33766 14 8.11498 14 7.6696V7.53749C14 7.09364 14 6.87172 13.9405 6.63611C13.8745 6.37466 13.7013 6.04705 13.528 5.85561C13.3718 5.68309 13.2352 5.5984 12.9619 5.42901C11.4932 4.51871 9.80113 4 8 4C6.19887 4 4.50678 4.51871 3.03812 5.42901C2.76484 5.5984 2.6282 5.68309 2.472 5.85561C2.29868 6.04705 2.12553 6.37466 2.0595 6.63611C2 6.87172 2 7.09364 2 7.53749V7.6696C2 8.11498 2 8.33766 2.05319 8.51773C2.15897 8.87584 2.41174 9.1567 2.73404 9.27424C2.8961 9.33333 3.09652 9.33333 3.49736 9.33333L3.64434 9.33333C3.90803 9.33333 4.03987 9.33333 4.14926 9.30757C4.56179 9.2104 4.88408 8.8523 4.97153 8.39394C4.99472 8.27239 4.99472 8.1259 4.99472 7.83291C4.99472 7.73711 4.99472 7.68921 5.00187 7.64117C5.0273 7.47044 5.13499 7.30159 5.27154 7.21836C5.30996 7.19494 5.34476 7.18136 5.41436 7.15419C6.22353 6.83841 7.09371 6.66667 8 6.66667Z",
|
|
315
361
|
fill: color
|
|
316
362
|
}
|
|
317
363
|
),
|
|
318
|
-
/* @__PURE__ */ (0,
|
|
364
|
+
/* @__PURE__ */ (0, import_jsx_runtime9.jsx)(
|
|
319
365
|
"path",
|
|
320
366
|
{
|
|
321
367
|
d: "M2 12H14M8 6.66667C8.90629 6.66667 9.77647 6.83841 10.5856 7.15419C10.6552 7.18136 10.69 7.19494 10.7285 7.21836C10.865 7.30159 10.9727 7.47044 10.9981 7.64117C11.0053 7.68921 11.0053 7.73711 11.0053 7.83291C11.0053 8.1259 11.0053 8.27239 11.0285 8.39394C11.1159 8.8523 11.4382 9.2104 11.8507 9.30757C11.9601 9.33333 12.092 9.33333 12.3557 9.33333H12.5026C12.9035 9.33333 13.1039 9.33333 13.266 9.27424C13.5883 9.1567 13.841 8.87584 13.9468 8.51773C14 8.33766 14 8.11498 14 7.6696V7.53749C14 7.09364 14 6.87172 13.9405 6.63611C13.8745 6.37466 13.7013 6.04705 13.528 5.85561C13.3718 5.68309 13.2352 5.5984 12.9619 5.42901C11.4932 4.51871 9.80113 4 8 4C6.19887 4 4.50678 4.51871 3.03812 5.42901C2.76484 5.5984 2.6282 5.68309 2.472 5.85561C2.29868 6.04705 2.12553 6.37466 2.0595 6.63611C2 6.87172 2 7.09364 2 7.53749V7.6696C2 8.11498 2 8.33766 2.05319 8.51773C2.15897 8.87584 2.41174 9.1567 2.73404 9.27424C2.8961 9.33333 3.09652 9.33333 3.49736 9.33333L3.64434 9.33333C3.90803 9.33333 4.03987 9.33333 4.14926 9.30757C4.56179 9.2104 4.88408 8.8523 4.97153 8.39394C4.99472 8.27239 4.99472 8.1259 4.99472 7.83291C4.99472 7.73711 4.99472 7.68921 5.00187 7.64117C5.0273 7.47044 5.13499 7.30159 5.27154 7.21836C5.30996 7.19494 5.34476 7.18136 5.41436 7.15419C6.22353 6.83841 7.09371 6.66667 8 6.66667Z",
|
|
@@ -332,12 +378,12 @@ var EndCallIcon = React8.forwardRef(
|
|
|
332
378
|
EndCallIcon.displayName = "EndCallIcon";
|
|
333
379
|
|
|
334
380
|
// src/icons/circle-play.tsx
|
|
335
|
-
var
|
|
336
|
-
var
|
|
337
|
-
var CirclePlayIcon =
|
|
381
|
+
var React10 = __toESM(require("react"), 1);
|
|
382
|
+
var import_jsx_runtime10 = require("react/jsx-runtime");
|
|
383
|
+
var CirclePlayIcon = React10.forwardRef(
|
|
338
384
|
(_a, forwardedRef) => {
|
|
339
385
|
var _b = _a, { color = "#currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
340
|
-
return /* @__PURE__ */ (0,
|
|
386
|
+
return /* @__PURE__ */ (0, import_jsx_runtime10.jsxs)(
|
|
341
387
|
"svg",
|
|
342
388
|
__spreadProps(__spreadValues({
|
|
343
389
|
fill: "none",
|
|
@@ -348,8 +394,8 @@ var CirclePlayIcon = React9.forwardRef(
|
|
|
348
394
|
}, props), {
|
|
349
395
|
ref: forwardedRef,
|
|
350
396
|
children: [
|
|
351
|
-
/* @__PURE__ */ (0,
|
|
352
|
-
/* @__PURE__ */ (0,
|
|
397
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)("circle", { cx: "8", cy: "8", fill: color, r: "8" }),
|
|
398
|
+
/* @__PURE__ */ (0, import_jsx_runtime10.jsx)(
|
|
353
399
|
"path",
|
|
354
400
|
{
|
|
355
401
|
d: "M13.25 7.56699C13.5833 7.75944 13.5833 8.24056 13.25 8.43301L5.75 12.7631C5.41667 12.9556 5 12.715 5 12.3301L5 3.66987C5 3.28497 5.41667 3.04441 5.75 3.23686L13.25 7.56699Z",
|
|
@@ -364,12 +410,12 @@ var CirclePlayIcon = React9.forwardRef(
|
|
|
364
410
|
CirclePlayIcon.displayName = "CirclePlayIcon";
|
|
365
411
|
|
|
366
412
|
// src/icons/circle-pencil.tsx
|
|
367
|
-
var
|
|
368
|
-
var
|
|
369
|
-
var CirclePencilIcon =
|
|
413
|
+
var React11 = __toESM(require("react"), 1);
|
|
414
|
+
var import_jsx_runtime11 = require("react/jsx-runtime");
|
|
415
|
+
var CirclePencilIcon = React11.forwardRef(
|
|
370
416
|
(_a, forwardedRef) => {
|
|
371
417
|
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
372
|
-
return /* @__PURE__ */ (0,
|
|
418
|
+
return /* @__PURE__ */ (0, import_jsx_runtime11.jsxs)(
|
|
373
419
|
"svg",
|
|
374
420
|
__spreadProps(__spreadValues({
|
|
375
421
|
fill: "none",
|
|
@@ -380,8 +426,8 @@ var CirclePencilIcon = React10.forwardRef(
|
|
|
380
426
|
}, props), {
|
|
381
427
|
ref: forwardedRef,
|
|
382
428
|
children: [
|
|
383
|
-
/* @__PURE__ */ (0,
|
|
384
|
-
/* @__PURE__ */ (0,
|
|
429
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)("circle", { cx: "8", cy: "8", fill: color, r: "8" }),
|
|
430
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
385
431
|
"rect",
|
|
386
432
|
{
|
|
387
433
|
fill: "white",
|
|
@@ -391,7 +437,7 @@ var CirclePencilIcon = React10.forwardRef(
|
|
|
391
437
|
width: "12"
|
|
392
438
|
}
|
|
393
439
|
),
|
|
394
|
-
/* @__PURE__ */ (0,
|
|
440
|
+
/* @__PURE__ */ (0, import_jsx_runtime11.jsx)(
|
|
395
441
|
"path",
|
|
396
442
|
{
|
|
397
443
|
clipRule: "evenodd",
|
|
@@ -408,12 +454,12 @@ var CirclePencilIcon = React10.forwardRef(
|
|
|
408
454
|
CirclePencilIcon.displayName = "CirclePencilIcon";
|
|
409
455
|
|
|
410
456
|
// src/icons/circle-check.tsx
|
|
411
|
-
var
|
|
412
|
-
var
|
|
413
|
-
var CircleCheckIcon =
|
|
457
|
+
var React12 = __toESM(require("react"), 1);
|
|
458
|
+
var import_jsx_runtime12 = require("react/jsx-runtime");
|
|
459
|
+
var CircleCheckIcon = React12.forwardRef(
|
|
414
460
|
(_a, forwardedRef) => {
|
|
415
461
|
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
416
|
-
return /* @__PURE__ */ (0,
|
|
462
|
+
return /* @__PURE__ */ (0, import_jsx_runtime12.jsxs)(
|
|
417
463
|
"svg",
|
|
418
464
|
__spreadProps(__spreadValues({
|
|
419
465
|
fill: "none",
|
|
@@ -424,9 +470,9 @@ var CircleCheckIcon = React11.forwardRef(
|
|
|
424
470
|
}, props), {
|
|
425
471
|
ref: forwardedRef,
|
|
426
472
|
children: [
|
|
427
|
-
/* @__PURE__ */ (0,
|
|
428
|
-
/* @__PURE__ */ (0,
|
|
429
|
-
/* @__PURE__ */ (0,
|
|
473
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
|
|
474
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)("rect", { fill: "white", fillOpacity: "0.01", height: "16", width: "16" }),
|
|
475
|
+
/* @__PURE__ */ (0, import_jsx_runtime12.jsx)(
|
|
430
476
|
"path",
|
|
431
477
|
{
|
|
432
478
|
clipRule: "evenodd",
|
|
@@ -443,12 +489,12 @@ var CircleCheckIcon = React11.forwardRef(
|
|
|
443
489
|
CircleCheckIcon.displayName = "CircleCheckIcon";
|
|
444
490
|
|
|
445
491
|
// src/icons/circle-satisfaction.tsx
|
|
446
|
-
var
|
|
447
|
-
var
|
|
448
|
-
var CircleSatisfactionIcon =
|
|
492
|
+
var React13 = __toESM(require("react"), 1);
|
|
493
|
+
var import_jsx_runtime13 = require("react/jsx-runtime");
|
|
494
|
+
var CircleSatisfactionIcon = React13.forwardRef(
|
|
449
495
|
(_a, forwardedRef) => {
|
|
450
496
|
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
451
|
-
return /* @__PURE__ */ (0,
|
|
497
|
+
return /* @__PURE__ */ (0, import_jsx_runtime13.jsxs)(
|
|
452
498
|
"svg",
|
|
453
499
|
__spreadProps(__spreadValues({
|
|
454
500
|
fill: "none",
|
|
@@ -459,8 +505,8 @@ var CircleSatisfactionIcon = React12.forwardRef(
|
|
|
459
505
|
}, props), {
|
|
460
506
|
ref: forwardedRef,
|
|
461
507
|
children: [
|
|
462
|
-
/* @__PURE__ */ (0,
|
|
463
|
-
/* @__PURE__ */ (0,
|
|
508
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
|
|
509
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
464
510
|
"rect",
|
|
465
511
|
{
|
|
466
512
|
fill: "white",
|
|
@@ -470,7 +516,7 @@ var CircleSatisfactionIcon = React12.forwardRef(
|
|
|
470
516
|
width: "12"
|
|
471
517
|
}
|
|
472
518
|
),
|
|
473
|
-
/* @__PURE__ */ (0,
|
|
519
|
+
/* @__PURE__ */ (0, import_jsx_runtime13.jsx)(
|
|
474
520
|
"path",
|
|
475
521
|
{
|
|
476
522
|
d: "M7.77842 2.53284C7.86041 2.33573 8.13963 2.33573 8.22162 2.53284L9.53074 5.68036C9.5653 5.76346 9.64346 5.82023 9.73316 5.82742L13.1312 6.09985C13.344 6.1169 13.4302 6.38246 13.2682 6.52134L10.6792 8.73904C10.6109 8.79758 10.581 8.88946 10.6019 8.97699L11.3929 12.2928C11.4424 12.5005 11.2165 12.6647 11.0343 12.5534L8.12512 10.7764C8.04832 10.7296 7.95172 10.7296 7.87492 10.7764L4.96574 12.5534C4.78356 12.6647 4.55766 12.5005 4.60719 12.2928L5.39815 8.97699C5.41904 8.88946 5.38918 8.79758 5.32084 8.73904L2.73191 6.52134C2.56978 6.38246 2.65607 6.1169 2.86886 6.09985L6.26688 5.82742C6.35658 5.82023 6.43474 5.76346 6.4693 5.68036L7.77842 2.53284Z",
|
|
@@ -485,12 +531,12 @@ var CircleSatisfactionIcon = React12.forwardRef(
|
|
|
485
531
|
CircleSatisfactionIcon.displayName = "CircleSatisfactionIcon";
|
|
486
532
|
|
|
487
533
|
// src/icons/circle-quote.tsx
|
|
488
|
-
var
|
|
489
|
-
var
|
|
490
|
-
var CircleQuoteIcon =
|
|
534
|
+
var React14 = __toESM(require("react"), 1);
|
|
535
|
+
var import_jsx_runtime14 = require("react/jsx-runtime");
|
|
536
|
+
var CircleQuoteIcon = React14.forwardRef(
|
|
491
537
|
(_a, forwardedRef) => {
|
|
492
538
|
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
493
|
-
return /* @__PURE__ */ (0,
|
|
539
|
+
return /* @__PURE__ */ (0, import_jsx_runtime14.jsxs)(
|
|
494
540
|
"svg",
|
|
495
541
|
__spreadProps(__spreadValues({
|
|
496
542
|
fill: "none",
|
|
@@ -501,8 +547,8 @@ var CircleQuoteIcon = React13.forwardRef(
|
|
|
501
547
|
}, props), {
|
|
502
548
|
ref: forwardedRef,
|
|
503
549
|
children: [
|
|
504
|
-
/* @__PURE__ */ (0,
|
|
505
|
-
/* @__PURE__ */ (0,
|
|
550
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)("circle", { cx: "8", cy: "8", fill: "white", r: "7.5", stroke: color }),
|
|
551
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
506
552
|
"rect",
|
|
507
553
|
{
|
|
508
554
|
fill: "white",
|
|
@@ -512,7 +558,7 @@ var CircleQuoteIcon = React13.forwardRef(
|
|
|
512
558
|
width: "12"
|
|
513
559
|
}
|
|
514
560
|
),
|
|
515
|
-
/* @__PURE__ */ (0,
|
|
561
|
+
/* @__PURE__ */ (0, import_jsx_runtime14.jsx)(
|
|
516
562
|
"path",
|
|
517
563
|
{
|
|
518
564
|
clipRule: "evenodd",
|
|
@@ -529,12 +575,12 @@ var CircleQuoteIcon = React13.forwardRef(
|
|
|
529
575
|
CircleQuoteIcon.displayName = "CircleQuoteIcon";
|
|
530
576
|
|
|
531
577
|
// src/icons/circle-chat.tsx
|
|
532
|
-
var
|
|
533
|
-
var
|
|
534
|
-
var CircleChatIcon =
|
|
578
|
+
var React15 = __toESM(require("react"), 1);
|
|
579
|
+
var import_jsx_runtime15 = require("react/jsx-runtime");
|
|
580
|
+
var CircleChatIcon = React15.forwardRef(
|
|
535
581
|
(_a, forwardedRef) => {
|
|
536
582
|
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
537
|
-
return /* @__PURE__ */ (0,
|
|
583
|
+
return /* @__PURE__ */ (0, import_jsx_runtime15.jsxs)(
|
|
538
584
|
"svg",
|
|
539
585
|
__spreadProps(__spreadValues({
|
|
540
586
|
fill: "none",
|
|
@@ -545,8 +591,8 @@ var CircleChatIcon = React14.forwardRef(
|
|
|
545
591
|
xmlns: "http://www.w3.org/2000/svg"
|
|
546
592
|
}, props), {
|
|
547
593
|
children: [
|
|
548
|
-
/* @__PURE__ */ (0,
|
|
549
|
-
/* @__PURE__ */ (0,
|
|
594
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)("rect", { fill: color, height: "16", rx: "8", width: "16" }),
|
|
595
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
550
596
|
"rect",
|
|
551
597
|
{
|
|
552
598
|
fill: "white",
|
|
@@ -556,7 +602,7 @@ var CircleChatIcon = React14.forwardRef(
|
|
|
556
602
|
width: "12"
|
|
557
603
|
}
|
|
558
604
|
),
|
|
559
|
-
/* @__PURE__ */ (0,
|
|
605
|
+
/* @__PURE__ */ (0, import_jsx_runtime15.jsx)(
|
|
560
606
|
"path",
|
|
561
607
|
{
|
|
562
608
|
clipRule: "evenodd",
|
|
@@ -573,12 +619,12 @@ var CircleChatIcon = React14.forwardRef(
|
|
|
573
619
|
CircleChatIcon.displayName = "CircleChatIcon";
|
|
574
620
|
|
|
575
621
|
// src/icons/circle-file.tsx
|
|
576
|
-
var
|
|
577
|
-
var
|
|
578
|
-
var CircleFileIcon =
|
|
622
|
+
var React16 = __toESM(require("react"), 1);
|
|
623
|
+
var import_jsx_runtime16 = require("react/jsx-runtime");
|
|
624
|
+
var CircleFileIcon = React16.forwardRef(
|
|
579
625
|
(_a, forwardedRef) => {
|
|
580
626
|
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
581
|
-
return /* @__PURE__ */ (0,
|
|
627
|
+
return /* @__PURE__ */ (0, import_jsx_runtime16.jsxs)(
|
|
582
628
|
"svg",
|
|
583
629
|
__spreadProps(__spreadValues({
|
|
584
630
|
fill: "none",
|
|
@@ -589,8 +635,8 @@ var CircleFileIcon = React15.forwardRef(
|
|
|
589
635
|
}, props), {
|
|
590
636
|
ref: forwardedRef,
|
|
591
637
|
children: [
|
|
592
|
-
/* @__PURE__ */ (0,
|
|
593
|
-
/* @__PURE__ */ (0,
|
|
638
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)("rect", { fill: color, height: "16", rx: "8", width: "16" }),
|
|
639
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
594
640
|
"rect",
|
|
595
641
|
{
|
|
596
642
|
fill: "white",
|
|
@@ -600,7 +646,7 @@ var CircleFileIcon = React15.forwardRef(
|
|
|
600
646
|
width: "12"
|
|
601
647
|
}
|
|
602
648
|
),
|
|
603
|
-
/* @__PURE__ */ (0,
|
|
649
|
+
/* @__PURE__ */ (0, import_jsx_runtime16.jsx)(
|
|
604
650
|
"path",
|
|
605
651
|
{
|
|
606
652
|
clipRule: "evenodd",
|
|
@@ -617,12 +663,12 @@ var CircleFileIcon = React15.forwardRef(
|
|
|
617
663
|
CircleFileIcon.displayName = "CircleFileIcon";
|
|
618
664
|
|
|
619
665
|
// src/icons/headset.tsx
|
|
620
|
-
var
|
|
621
|
-
var
|
|
622
|
-
var HeadsetIcon =
|
|
666
|
+
var React17 = __toESM(require("react"), 1);
|
|
667
|
+
var import_jsx_runtime17 = require("react/jsx-runtime");
|
|
668
|
+
var HeadsetIcon = React17.forwardRef(
|
|
623
669
|
(_a, forwardedRef) => {
|
|
624
670
|
var _b = _a, { color = "currentColor" } = _b, props = __objRest(_b, ["color"]);
|
|
625
|
-
return /* @__PURE__ */ (0,
|
|
671
|
+
return /* @__PURE__ */ (0, import_jsx_runtime17.jsxs)(
|
|
626
672
|
"svg",
|
|
627
673
|
__spreadProps(__spreadValues({
|
|
628
674
|
fill: "none",
|
|
@@ -633,7 +679,7 @@ var HeadsetIcon = React16.forwardRef(
|
|
|
633
679
|
}, props), {
|
|
634
680
|
ref: forwardedRef,
|
|
635
681
|
children: [
|
|
636
|
-
/* @__PURE__ */ (0,
|
|
682
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
637
683
|
"path",
|
|
638
684
|
{
|
|
639
685
|
d: "M3.25 6C3.25 3.75 5.5 2 8 2C10.5 2 12.75 3.75 12.75 6",
|
|
@@ -642,7 +688,7 @@ var HeadsetIcon = React16.forwardRef(
|
|
|
642
688
|
strokeWidth: "1.2"
|
|
643
689
|
}
|
|
644
690
|
),
|
|
645
|
-
/* @__PURE__ */ (0,
|
|
691
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
646
692
|
"path",
|
|
647
693
|
{
|
|
648
694
|
d: "M4.75 6H3.25A1.5 1.5 0 0 0 1.75 7.5V10.75A1.5 1.5 0 0 0 3.25 12.25H4.75Z",
|
|
@@ -651,7 +697,7 @@ var HeadsetIcon = React16.forwardRef(
|
|
|
651
697
|
strokeWidth: "1.2"
|
|
652
698
|
}
|
|
653
699
|
),
|
|
654
|
-
/* @__PURE__ */ (0,
|
|
700
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
655
701
|
"path",
|
|
656
702
|
{
|
|
657
703
|
d: "M11.25 6H12.75A1.5 1.5 0 0 1 14.25 7.5V10.75A1.5 1.5 0 0 1 12.75 12.25H11.25Z",
|
|
@@ -660,7 +706,7 @@ var HeadsetIcon = React16.forwardRef(
|
|
|
660
706
|
strokeWidth: "1.2"
|
|
661
707
|
}
|
|
662
708
|
),
|
|
663
|
-
/* @__PURE__ */ (0,
|
|
709
|
+
/* @__PURE__ */ (0, import_jsx_runtime17.jsx)(
|
|
664
710
|
"path",
|
|
665
711
|
{
|
|
666
712
|
d: "M4 12.25V13.25C4 13.94 4.56 14.5 5.25 14.5H8",
|
|
@@ -741,7 +787,8 @@ var getCurriculumContentSubTypeText = (type) => {
|
|
|
741
787
|
|
|
742
788
|
// src/atoms/typo.tsx
|
|
743
789
|
var import_themes4 = require("@radix-ui/themes");
|
|
744
|
-
var
|
|
790
|
+
var import_clsx2 = require("clsx");
|
|
791
|
+
var import_react3 = require("react");
|
|
745
792
|
|
|
746
793
|
// src/utils/map-with-responsive.ts
|
|
747
794
|
var mapWithResponsive = (args) => {
|
|
@@ -762,11 +809,15 @@ var mapWithResponsive = (args) => {
|
|
|
762
809
|
};
|
|
763
810
|
|
|
764
811
|
// src/atoms/typo.tsx
|
|
765
|
-
var
|
|
766
|
-
var Typo = (0,
|
|
812
|
+
var import_jsx_runtime18 = require("react/jsx-runtime");
|
|
813
|
+
var Typo = (0, import_react3.forwardRef)(
|
|
767
814
|
(props, ref) => {
|
|
768
|
-
const _a = props, { size, variant, children } = _a, rest = __objRest(_a, ["size", "variant", "children"]);
|
|
769
|
-
const
|
|
815
|
+
const _a = props, { size, variant, children, color, className } = _a, rest = __objRest(_a, ["size", "variant", "children", "color", "className"]);
|
|
816
|
+
const { color: radixColor, className: colorClassName } = (0, import_react3.useMemo)(
|
|
817
|
+
() => resolveColor(color),
|
|
818
|
+
[color]
|
|
819
|
+
);
|
|
820
|
+
const radixSize = (0, import_react3.useMemo)(() => {
|
|
770
821
|
if (size !== void 0) return size;
|
|
771
822
|
if (variant === void 0) return "2";
|
|
772
823
|
return mapWithResponsive({
|
|
@@ -784,18 +835,27 @@ var Typo = (0, import_react2.forwardRef)(
|
|
|
784
835
|
}
|
|
785
836
|
});
|
|
786
837
|
}, [size, variant]);
|
|
787
|
-
return /* @__PURE__ */ (0,
|
|
838
|
+
return /* @__PURE__ */ (0, import_jsx_runtime18.jsx)(
|
|
839
|
+
import_themes4.Text,
|
|
840
|
+
__spreadProps(__spreadValues({}, rest), {
|
|
841
|
+
className: (0, import_clsx2.clsx)(colorClassName, className),
|
|
842
|
+
color: radixColor,
|
|
843
|
+
ref,
|
|
844
|
+
size: radixSize,
|
|
845
|
+
children
|
|
846
|
+
})
|
|
847
|
+
);
|
|
788
848
|
}
|
|
789
849
|
);
|
|
790
850
|
Typo.displayName = "Typo";
|
|
791
851
|
|
|
792
852
|
// src/molecules/curriculumV2/CurriculumSidebar/Items/section-title.tsx
|
|
793
|
-
var
|
|
853
|
+
var import_jsx_runtime19 = require("react/jsx-runtime");
|
|
794
854
|
function SectionTitle(props) {
|
|
795
855
|
const { title, duration } = props;
|
|
796
|
-
return /* @__PURE__ */ (0,
|
|
797
|
-
/* @__PURE__ */ (0,
|
|
798
|
-
/* @__PURE__ */ (0,
|
|
856
|
+
return /* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(import_themes2.Grid, { align: "center", columns: "1fr auto", px: "3", py: "2", children: [
|
|
857
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsx)(Typo, { color: "gray", children: title }),
|
|
858
|
+
/* @__PURE__ */ (0, import_jsx_runtime19.jsxs)(Typo, { color: "gray", variant: "caption", children: [
|
|
799
859
|
duration,
|
|
800
860
|
"\uBD84"
|
|
801
861
|
] })
|
|
@@ -807,14 +867,14 @@ var section_title_default = SectionTitle;
|
|
|
807
867
|
var import_themes5 = require("@radix-ui/themes");
|
|
808
868
|
|
|
809
869
|
// src/molecules/curriculumV2/CurriculumSidebar/Items/curriculum-sidebar-item-wrapper.tsx
|
|
810
|
-
var
|
|
870
|
+
var import_jsx_runtime20 = require("react/jsx-runtime");
|
|
811
871
|
function CurriculumSidebarItemWrapper({
|
|
812
872
|
children,
|
|
813
873
|
isSelected,
|
|
814
874
|
onClick,
|
|
815
875
|
index
|
|
816
876
|
}) {
|
|
817
|
-
return /* @__PURE__ */ (0,
|
|
877
|
+
return /* @__PURE__ */ (0, import_jsx_runtime20.jsxs)(
|
|
818
878
|
import_themes2.Grid,
|
|
819
879
|
{
|
|
820
880
|
align: "center",
|
|
@@ -830,7 +890,7 @@ function CurriculumSidebarItemWrapper({
|
|
|
830
890
|
cursor: onClick ? "pointer" : void 0
|
|
831
891
|
},
|
|
832
892
|
children: [
|
|
833
|
-
isSelected ? /* @__PURE__ */ (0,
|
|
893
|
+
isSelected ? /* @__PURE__ */ (0, import_jsx_runtime20.jsx)(
|
|
834
894
|
import_themes5.Separator,
|
|
835
895
|
{
|
|
836
896
|
color: "yellow",
|
|
@@ -850,15 +910,15 @@ var curriculum_sidebar_item_wrapper_default = CurriculumSidebarItemWrapper;
|
|
|
850
910
|
var import_themes6 = require("@radix-ui/themes");
|
|
851
911
|
|
|
852
912
|
// src/molecules/curriculumV2/CurriculumSidebar/Items/curriculum-item-title.tsx
|
|
853
|
-
var
|
|
913
|
+
var import_jsx_runtime21 = require("react/jsx-runtime");
|
|
854
914
|
function CurriculumItemTitle({
|
|
855
915
|
title,
|
|
856
916
|
subText,
|
|
857
917
|
duration
|
|
858
918
|
}) {
|
|
859
|
-
return /* @__PURE__ */ (0,
|
|
860
|
-
/* @__PURE__ */ (0,
|
|
861
|
-
/* @__PURE__ */ (0,
|
|
919
|
+
return /* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(import_themes6.Flex, { direction: "column", gap: "1", children: [
|
|
920
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsx)(Typo, { color: "gray", weight: "bold", children: title }),
|
|
921
|
+
/* @__PURE__ */ (0, import_jsx_runtime21.jsxs)(Typo, { color: "gray", variant: "caption", children: [
|
|
862
922
|
subText,
|
|
863
923
|
duration ? ` | ${duration}\uBD84` : ""
|
|
864
924
|
] })
|
|
@@ -867,7 +927,7 @@ function CurriculumItemTitle({
|
|
|
867
927
|
var curriculum_item_title_default = CurriculumItemTitle;
|
|
868
928
|
|
|
869
929
|
// src/molecules/curriculumV2/CurriculumSidebar/Items/section-item.tsx
|
|
870
|
-
var
|
|
930
|
+
var import_jsx_runtime22 = require("react/jsx-runtime");
|
|
871
931
|
function SectionCommonItem({
|
|
872
932
|
title,
|
|
873
933
|
duration,
|
|
@@ -876,21 +936,21 @@ function SectionCommonItem({
|
|
|
876
936
|
color = "gray"
|
|
877
937
|
}) {
|
|
878
938
|
const IconComp = getCurriculumIcon({ type, icon });
|
|
879
|
-
return /* @__PURE__ */ (0,
|
|
880
|
-
/* @__PURE__ */ (0,
|
|
881
|
-
/* @__PURE__ */ (0,
|
|
939
|
+
return /* @__PURE__ */ (0, import_jsx_runtime22.jsxs)(import_jsx_runtime22.Fragment, { children: [
|
|
940
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(IconComp, { color }),
|
|
941
|
+
/* @__PURE__ */ (0, import_jsx_runtime22.jsx)(curriculum_item_title_default, { duration, subText: getCurriculumContentSubTypeText(type), title })
|
|
882
942
|
] });
|
|
883
943
|
}
|
|
884
944
|
var section_item_default = SectionCommonItem;
|
|
885
945
|
|
|
886
946
|
// src/molecules/curriculumV2/CurriculumSidebar/sidebar-item.tsx
|
|
887
|
-
var
|
|
947
|
+
var import_jsx_runtime23 = require("react/jsx-runtime");
|
|
888
948
|
function SidebarItem({ item, selectedIndex, setSelectedIndex, index, done }) {
|
|
889
949
|
if (item.type === "sectionTitle") {
|
|
890
|
-
return /* @__PURE__ */ (0,
|
|
950
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(section_title_default, __spreadValues({}, item), item.uuid);
|
|
891
951
|
}
|
|
892
952
|
const isSelected = selectedIndex === index;
|
|
893
|
-
return /* @__PURE__ */ (0,
|
|
953
|
+
return /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
894
954
|
curriculum_sidebar_item_wrapper_default,
|
|
895
955
|
{
|
|
896
956
|
index,
|
|
@@ -898,7 +958,7 @@ function SidebarItem({ item, selectedIndex, setSelectedIndex, index, done }) {
|
|
|
898
958
|
onClick: () => {
|
|
899
959
|
setSelectedIndex(index);
|
|
900
960
|
},
|
|
901
|
-
children: /* @__PURE__ */ (0,
|
|
961
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime23.jsx)(
|
|
902
962
|
section_item_default,
|
|
903
963
|
__spreadProps(__spreadValues({}, item), {
|
|
904
964
|
color: getCurriculumIconColor({
|
|
@@ -914,7 +974,7 @@ function SidebarItem({ item, selectedIndex, setSelectedIndex, index, done }) {
|
|
|
914
974
|
var sidebar_item_default = SidebarItem;
|
|
915
975
|
|
|
916
976
|
// src/molecules/curriculumV2/CurriculumSidebar/index.tsx
|
|
917
|
-
var
|
|
977
|
+
var import_jsx_runtime24 = require("react/jsx-runtime");
|
|
918
978
|
var TAB_LIST = [
|
|
919
979
|
{
|
|
920
980
|
label: "\uAC15\uC758 \uBAA9\uCC28",
|
|
@@ -939,12 +999,12 @@ function CurriculumSidebar() {
|
|
|
939
999
|
customTabs
|
|
940
1000
|
} = useCurriculumContext();
|
|
941
1001
|
const list = curriculum.contents.list;
|
|
942
|
-
const tabList = (0,
|
|
1002
|
+
const tabList = (0, import_react4.useMemo)(() => {
|
|
943
1003
|
return [...TAB_LIST, ...customTabs != null ? customTabs : []];
|
|
944
1004
|
}, [customTabs]);
|
|
945
|
-
return /* @__PURE__ */ (0,
|
|
946
|
-
/* @__PURE__ */ (0,
|
|
947
|
-
/* @__PURE__ */ (0,
|
|
1005
|
+
return /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Tabs.Root, { asChild: true, defaultValue: TAB_LIST[0].value, children: /* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(import_themes2.Grid, { height: "100%", overflowY: "auto", rows: "auto 1fr ", width: "100%", children: [
|
|
1006
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Tabs.List, { style: TABS_LIST_STYLE, children: tabList.map((tab) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(Tabs.Trigger, { value: tab.value, children: tab.label }, tab.value)) }),
|
|
1007
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
|
|
948
1008
|
import_themes.Box,
|
|
949
1009
|
{
|
|
950
1010
|
height: "100%",
|
|
@@ -953,13 +1013,13 @@ function CurriculumSidebar() {
|
|
|
953
1013
|
ref: scrollAreaRef,
|
|
954
1014
|
width: "100%",
|
|
955
1015
|
children: [
|
|
956
|
-
/* @__PURE__ */ (0,
|
|
957
|
-
|
|
1016
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsxs)(
|
|
1017
|
+
Tabs.Content,
|
|
958
1018
|
{
|
|
959
1019
|
style: TABS_CONTENT_STYLE,
|
|
960
1020
|
value: TAB_LIST[0].value,
|
|
961
1021
|
children: [
|
|
962
|
-
list.map((item, index) => /* @__PURE__ */ (0,
|
|
1022
|
+
list.map((item, index) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
963
1023
|
sidebar_item_default,
|
|
964
1024
|
{
|
|
965
1025
|
done: curriculumCompleteMap[item.uuid],
|
|
@@ -970,13 +1030,13 @@ function CurriculumSidebar() {
|
|
|
970
1030
|
},
|
|
971
1031
|
item.uuid
|
|
972
1032
|
)),
|
|
973
|
-
/* @__PURE__ */ (0,
|
|
1033
|
+
/* @__PURE__ */ (0, import_jsx_runtime24.jsx)(import_themes.Box, { height: "150px" })
|
|
974
1034
|
]
|
|
975
1035
|
},
|
|
976
1036
|
TAB_LIST[0].value
|
|
977
1037
|
),
|
|
978
|
-
customTabs == null ? void 0 : customTabs.map((tab) => /* @__PURE__ */ (0,
|
|
979
|
-
|
|
1038
|
+
customTabs == null ? void 0 : customTabs.map((tab) => /* @__PURE__ */ (0, import_jsx_runtime24.jsx)(
|
|
1039
|
+
Tabs.Content,
|
|
980
1040
|
{
|
|
981
1041
|
style: TABS_CONTENT_STYLE,
|
|
982
1042
|
value: tab.value,
|