@cuemath/leap 3.5.69-as1 → 3.5.69-as3

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.
Files changed (175) hide show
  1. package/dist/features/analytics-events/platform-events-student.js +1 -1
  2. package/dist/features/analytics-events/platform-events-student.js.map +1 -1
  3. package/dist/features/chapters-v2/comps/node-card/node-card-types.js.map +1 -1
  4. package/dist/features/chapters-v2/constants/node-constants.js +5 -4
  5. package/dist/features/chapters-v2/constants/node-constants.js.map +1 -1
  6. package/dist/features/cue-canvas/bottombar/homework-controls.js.map +1 -1
  7. package/dist/features/cue-canvas/sidebar/sidebar.js +4 -4
  8. package/dist/features/cue-canvas/sidebar/sidebar.js.map +1 -1
  9. package/dist/features/cue-canvas/toolbar/toolbar.js +21 -17
  10. package/dist/features/cue-canvas/toolbar/toolbar.js.map +1 -1
  11. package/dist/features/cue-canvas/toolbar/whiteboard-toolbar.js +23 -13
  12. package/dist/features/cue-canvas/toolbar/whiteboard-toolbar.js.map +1 -1
  13. package/dist/features/homework/homework-card.js +168 -161
  14. package/dist/features/homework/homework-card.js.map +1 -1
  15. package/dist/features/homework/hw-card-list/hw-card-list-view.js +96 -95
  16. package/dist/features/homework/hw-card-list/hw-card-list-view.js.map +1 -1
  17. package/dist/features/homework/utils.js +65 -41
  18. package/dist/features/homework/utils.js.map +1 -1
  19. package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js +10 -5
  20. package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js.map +1 -1
  21. package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js +2 -1
  22. package/dist/features/journey/hooks/use-home-page-journey/use-home-page-journey.js.map +1 -1
  23. package/dist/features/math-fit/math-fit-overview/math-fit-overview-helpers.js +35 -26
  24. package/dist/features/math-fit/math-fit-overview/math-fit-overview-helpers.js.map +1 -1
  25. package/dist/features/math-fit/math-fit-overview/math-fit-overview.js +70 -49
  26. package/dist/features/math-fit/math-fit-overview/math-fit-overview.js.map +1 -1
  27. package/dist/features/math-fit/math-fit-report/comps/report-header/report-header.js +4 -4
  28. package/dist/features/math-fit/math-fit-report/comps/report-header/report-header.js.map +1 -1
  29. package/dist/features/math-fit/math-fit-report/math-fit-report.js +40 -31
  30. package/dist/features/math-fit/math-fit-report/math-fit-report.js.map +1 -1
  31. package/dist/features/math-fit/mathfit-events.js +7 -0
  32. package/dist/features/math-fit/mathfit-events.js.map +1 -0
  33. package/dist/features/milestone/create/api/milestone-config.js.map +1 -1
  34. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js +40 -36
  35. package/dist/features/milestone/milestone-tests/test-list-v2/test-list-view.js.map +1 -1
  36. package/dist/features/parent-dashboard/hooks/use-student-profile-summary-data.js.map +1 -1
  37. package/dist/features/parent-dashboard/modals/trial-report/trial-report.js +1 -1
  38. package/dist/features/parent-dashboard/modals/trial-report/trial-report.js.map +1 -1
  39. package/dist/features/sheet-v2/resource-list/resource-list.js +39 -35
  40. package/dist/features/sheet-v2/resource-list/resource-list.js.map +1 -1
  41. package/dist/features/trial-session/api/trial-home.js +10 -16
  42. package/dist/features/trial-session/api/trial-home.js.map +1 -1
  43. package/dist/features/trial-session/api/trial-session-report.js +16 -0
  44. package/dist/features/trial-session/api/trial-session-report.js.map +1 -0
  45. package/dist/features/trial-session/api/trial-topics.js +9 -0
  46. package/dist/features/trial-session/api/trial-topics.js.map +1 -0
  47. package/dist/features/trial-session/comps/background-grid/background-grid-utils.js +62 -50
  48. package/dist/features/trial-session/comps/background-grid/background-grid-utils.js.map +1 -1
  49. package/dist/features/trial-session/comps/class-preference/class-preference-styled.js +5 -14
  50. package/dist/features/trial-session/comps/class-preference/class-preference-styled.js.map +1 -1
  51. package/dist/features/trial-session/comps/class-preference/class-preference.js +55 -53
  52. package/dist/features/trial-session/comps/class-preference/class-preference.js.map +1 -1
  53. package/dist/features/trial-session/comps/communication-slide/communication-slide-constants.js +3 -2
  54. package/dist/features/trial-session/comps/communication-slide/communication-slide-constants.js.map +1 -1
  55. package/dist/features/trial-session/comps/confirmation-modal/hooks/use-confirmation-modal.js +27 -26
  56. package/dist/features/trial-session/comps/confirmation-modal/hooks/use-confirmation-modal.js.map +1 -1
  57. package/dist/features/trial-session/comps/learning-session/learning-session-styled.js +19 -18
  58. package/dist/features/trial-session/comps/learning-session/learning-session-styled.js.map +1 -1
  59. package/dist/features/trial-session/comps/learning-session/learning-session.js +34 -43
  60. package/dist/features/trial-session/comps/learning-session/learning-session.js.map +1 -1
  61. package/dist/features/trial-session/comps/navigation-bar/index.js +56 -58
  62. package/dist/features/trial-session/comps/navigation-bar/index.js.map +1 -1
  63. package/dist/features/trial-session/comps/offering-information/offering-information-constants.js +29 -6
  64. package/dist/features/trial-session/comps/offering-information/offering-information-constants.js.map +1 -1
  65. package/dist/features/trial-session/comps/offering-information/offering-information.js +74 -64
  66. package/dist/features/trial-session/comps/offering-information/offering-information.js.map +1 -1
  67. package/dist/features/trial-session/comps/school-goals/school-goals-styled.js +10 -9
  68. package/dist/features/trial-session/comps/school-goals/school-goals-styled.js.map +1 -1
  69. package/dist/features/trial-session/comps/school-goals/school-goals-view.js +40 -39
  70. package/dist/features/trial-session/comps/school-goals/school-goals-view.js.map +1 -1
  71. package/dist/features/trial-session/comps/school-goals/school-goals.js +39 -37
  72. package/dist/features/trial-session/comps/school-goals/school-goals.js.map +1 -1
  73. package/dist/features/trial-session/comps/session-insights/session-insights-styled.js +12 -20
  74. package/dist/features/trial-session/comps/session-insights/session-insights-styled.js.map +1 -1
  75. package/dist/features/trial-session/comps/session-insights/session-insights.js +64 -63
  76. package/dist/features/trial-session/comps/session-insights/session-insights.js.map +1 -1
  77. package/dist/features/trial-session/comps/session-overview/session-overview-styled.js +13 -13
  78. package/dist/features/trial-session/comps/session-overview/session-overview-styled.js.map +1 -1
  79. package/dist/features/trial-session/comps/session-overview/session-overview-utils.js +23 -4
  80. package/dist/features/trial-session/comps/session-overview/session-overview-utils.js.map +1 -1
  81. package/dist/features/trial-session/comps/session-overview/session-overview.js +20 -20
  82. package/dist/features/trial-session/comps/session-overview/session-overview.js.map +1 -1
  83. package/dist/features/trial-session/comps/session-progress-summary/session-progress-summary-styled.js +64 -0
  84. package/dist/features/trial-session/comps/session-progress-summary/session-progress-summary-styled.js.map +1 -0
  85. package/dist/features/trial-session/comps/session-progress-summary/session-progress-summary-types.js +5 -0
  86. package/dist/features/trial-session/comps/session-progress-summary/session-progress-summary-types.js.map +1 -0
  87. package/dist/features/trial-session/comps/session-progress-summary/session-progress-summary-view.js +135 -0
  88. package/dist/features/trial-session/comps/session-progress-summary/session-progress-summary-view.js.map +1 -0
  89. package/dist/features/trial-session/comps/session-progress-summary/session-progress-summary.js +53 -0
  90. package/dist/features/trial-session/comps/session-progress-summary/session-progress-summary.js.map +1 -0
  91. package/dist/features/trial-session/comps/session-report/report-404/report-404.js +15 -16
  92. package/dist/features/trial-session/comps/session-report/report-404/report-404.js.map +1 -1
  93. package/dist/features/trial-session/comps/session-report/session-report.js +35 -33
  94. package/dist/features/trial-session/comps/session-report/session-report.js.map +1 -1
  95. package/dist/features/trial-session/comps/student-enrichment/student-enrichment-styled.js +9 -16
  96. package/dist/features/trial-session/comps/student-enrichment/student-enrichment-styled.js.map +1 -1
  97. package/dist/features/trial-session/comps/student-enrichment/student-enrichment.js +39 -37
  98. package/dist/features/trial-session/comps/student-enrichment/student-enrichment.js.map +1 -1
  99. package/dist/features/trial-session/comps/student-feedback/student-feedback-styled.js +10 -9
  100. package/dist/features/trial-session/comps/student-feedback/student-feedback-styled.js.map +1 -1
  101. package/dist/features/trial-session/comps/student-info/student-info-constants.js +35 -0
  102. package/dist/features/trial-session/comps/student-info/student-info-constants.js.map +1 -0
  103. package/dist/features/trial-session/comps/student-info/student-info-helpers.js +12 -0
  104. package/dist/features/trial-session/comps/student-info/student-info-helpers.js.map +1 -0
  105. package/dist/features/trial-session/comps/student-info/student-info-styled.js +26 -11
  106. package/dist/features/trial-session/comps/student-info/student-info-styled.js.map +1 -1
  107. package/dist/features/trial-session/comps/student-info/student-info.js +121 -75
  108. package/dist/features/trial-session/comps/student-info/student-info.js.map +1 -1
  109. package/dist/features/trial-session/comps/student-personalization/student-personalization-styled.js +3 -12
  110. package/dist/features/trial-session/comps/student-personalization/student-personalization-styled.js.map +1 -1
  111. package/dist/features/trial-session/comps/student-personalization/student-personalization.js +34 -33
  112. package/dist/features/trial-session/comps/student-personalization/student-personalization.js.map +1 -1
  113. package/dist/features/trial-session/comps/student-profile/student-profile.js +45 -44
  114. package/dist/features/trial-session/comps/student-profile/student-profile.js.map +1 -1
  115. package/dist/features/trial-session/comps/teacher-intro/teacher-intro.js +9 -8
  116. package/dist/features/trial-session/comps/teacher-intro/teacher-intro.js.map +1 -1
  117. package/dist/features/trial-session/comps/test-prep/test-prep-styled.js +11 -19
  118. package/dist/features/trial-session/comps/test-prep/test-prep-styled.js.map +1 -1
  119. package/dist/features/trial-session/comps/test-prep/test-prep.js +31 -29
  120. package/dist/features/trial-session/comps/test-prep/test-prep.js.map +1 -1
  121. package/dist/features/trial-session/comps/topic-selection/topic-item.js +39 -0
  122. package/dist/features/trial-session/comps/topic-selection/topic-item.js.map +1 -0
  123. package/dist/features/trial-session/comps/topic-selection/topic-selection-helpers.js +10 -0
  124. package/dist/features/trial-session/comps/topic-selection/topic-selection-helpers.js.map +1 -0
  125. package/dist/features/trial-session/comps/topic-selection/topic-selection-styled.js +42 -0
  126. package/dist/features/trial-session/comps/topic-selection/topic-selection-styled.js.map +1 -0
  127. package/dist/features/trial-session/comps/topic-selection/topic-selection.js +48 -0
  128. package/dist/features/trial-session/comps/topic-selection/topic-selection.js.map +1 -0
  129. package/dist/features/trial-session/comps/whiteboard/whiteboard-styled.js +21 -0
  130. package/dist/features/trial-session/comps/whiteboard/whiteboard-styled.js.map +1 -0
  131. package/dist/features/trial-session/comps/whiteboard/whiteboard.js +99 -0
  132. package/dist/features/trial-session/comps/whiteboard/whiteboard.js.map +1 -0
  133. package/dist/features/trial-session/comps/worksheet/worksheet.js +35 -33
  134. package/dist/features/trial-session/comps/worksheet/worksheet.js.map +1 -1
  135. package/dist/features/trial-session/context/trial-session-context.js +6 -4
  136. package/dist/features/trial-session/context/trial-session-context.js.map +1 -1
  137. package/dist/features/trial-session/helper.js +107 -65
  138. package/dist/features/trial-session/helper.js.map +1 -1
  139. package/dist/features/trial-session/hooks/use-trial-session-navigation.js +198 -165
  140. package/dist/features/trial-session/hooks/use-trial-session-navigation.js.map +1 -1
  141. package/dist/features/trial-session/right-panel/right-panel-styled.js +8 -8
  142. package/dist/features/trial-session/right-panel/right-panel-styled.js.map +1 -1
  143. package/dist/features/trial-session/right-panel/slide-components-map.js +42 -36
  144. package/dist/features/trial-session/right-panel/slide-components-map.js.map +1 -1
  145. package/dist/features/trial-session/trial-session-constants.js +29 -16
  146. package/dist/features/trial-session/trial-session-constants.js.map +1 -1
  147. package/dist/features/trial-session/trial-session-types.js.map +1 -1
  148. package/dist/features/trial-session/trial-session-view.js +87 -79
  149. package/dist/features/trial-session/trial-session-view.js.map +1 -1
  150. package/dist/features/trial-session/trial-session.js +68 -58
  151. package/dist/features/trial-session/trial-session.js.map +1 -1
  152. package/dist/features/ui/inputs/checkbox-input/checkbox-input.js +21 -21
  153. package/dist/features/ui/inputs/checkbox-input/checkbox-input.js.map +1 -1
  154. package/dist/features/ui/inputs/checkbox-input-list/checkbox-input-list.js +12 -12
  155. package/dist/features/ui/inputs/checkbox-input-list/checkbox-input-list.js.map +1 -1
  156. package/dist/features/ui/theme/clrs.js +1 -0
  157. package/dist/features/ui/theme/clrs.js.map +1 -1
  158. package/dist/features/worksheet/worksheet/mocks/activity.js +6 -0
  159. package/dist/features/worksheet/worksheet/mocks/activity.js.map +1 -0
  160. package/dist/features/worksheet/worksheet/mocks/signed-requests.js +5 -0
  161. package/dist/features/worksheet/worksheet/mocks/signed-requests.js.map +1 -0
  162. package/dist/features/worksheet/worksheet/stories/use-canvas-sync-broker-story.js +57 -0
  163. package/dist/features/worksheet/worksheet/stories/use-canvas-sync-broker-story.js.map +1 -0
  164. package/dist/features/worksheet/worksheet/stories/worksheet-story-container.js +263 -0
  165. package/dist/features/worksheet/worksheet/stories/worksheet-story-container.js.map +1 -0
  166. package/dist/features/worksheet/worksheet/stories/worksheet-student.js +177 -0
  167. package/dist/features/worksheet/worksheet/stories/worksheet-student.js.map +1 -0
  168. package/dist/features/worksheet/worksheet/stories/worksheet-teacher.js +268 -0
  169. package/dist/features/worksheet/worksheet/stories/worksheet-teacher.js.map +1 -0
  170. package/dist/features/worksheet/worksheet/worksheet-helpers.js +38 -37
  171. package/dist/features/worksheet/worksheet/worksheet-helpers.js.map +1 -1
  172. package/dist/index.d.ts +17 -6
  173. package/dist/index.js +384 -380
  174. package/dist/index.js.map +1 -1
  175. package/package.json +1 -1
@@ -1 +1 @@
1
- {"version":3,"file":"use-confirmation-modal.js","sources":["../../../../../../src/features/trial-session/comps/confirmation-modal/hooks/use-confirmation-modal.ts"],"sourcesContent":["import { useCallback, useEffect, useMemo, useRef, useState } from 'react';\n\nimport { useTrialSessionContext } from '../../../context/use-trial-session-context';\nimport { TrialPageId } from '../../../trial-session-constants';\n\nconst ANIMATION_DURATION_MS = 500;\n\ninterface IConfirmationModalConfig {\n title: string;\n confirmText?: string;\n cancelText?: string;\n onConfirm: () => void;\n onCancel: () => void;\n}\n\ninterface IConfirmationModalReturn {\n modalConfig: IConfirmationModalConfig | undefined;\n openModal: boolean;\n}\n\nconst useConfirmationModal = (): IConfirmationModalReturn => {\n const [openModal, setOpenModal] = useState(false);\n const { slideConfig, formData, updateSlideConfig } = useTrialSessionContext();\n const { id } = slideConfig;\n const { confirmationModalActive } = formData || {};\n const timeoutRef = useRef<NodeJS.Timeout | null>(null);\n\n const closeModal = useCallback(() => {\n if (timeoutRef.current) {\n clearTimeout(timeoutRef.current);\n }\n\n timeoutRef.current = setTimeout(() => {\n setOpenModal(false);\n timeoutRef.current = null;\n }, ANIMATION_DURATION_MS);\n }, []);\n\n const handleConfirm = useCallback(() => {\n switch (id) {\n case TrialPageId.LEARNING_WORKSHEET:\n updateSlideConfig({\n id: TrialPageId.LEARNING_LEVEL,\n confirmationModalActive: false,\n resetAttempt: true,\n });\n closeModal();\n break;\n default:\n return null;\n }\n }, [id, updateSlideConfig, closeModal]);\n\n const handleCancel = useCallback(() => {\n updateSlideConfig({ confirmationModalActive: false });\n closeModal();\n }, [updateSlideConfig, closeModal]);\n\n const modalConfigs: Partial<Record<TrialPageId, IConfirmationModalConfig>> = useMemo(\n () => ({\n [TrialPageId.LEARNING_WORKSHEET]: {\n title: 'Changing the session level will reset current progress. Are you sure?',\n confirmText: 'Yes, change session level',\n onConfirm: handleConfirm,\n onCancel: handleCancel,\n },\n }),\n [handleCancel, handleConfirm],\n );\n\n const modalConfig = id ? modalConfigs[id] : undefined;\n\n useEffect(() => {\n if (confirmationModalActive && modalConfig) setOpenModal(true);\n }, [confirmationModalActive, modalConfig]);\n\n useEffect(() => {\n return () => {\n if (timeoutRef.current) {\n clearTimeout(timeoutRef.current);\n }\n };\n }, []);\n\n return { modalConfig, openModal };\n};\n\nexport default useConfirmationModal;\n"],"names":["ANIMATION_DURATION_MS","useConfirmationModal","openModal","setOpenModal","useState","slideConfig","formData","updateSlideConfig","useTrialSessionContext","id","confirmationModalActive","timeoutRef","useRef","closeModal","useCallback","handleConfirm","TrialPageId","handleCancel","modalConfigs","useMemo","modalConfig","useEffect"],"mappings":";;;AAKA,MAAMA,IAAwB,KAexBC,IAAuB,MAAgC;AAC3D,QAAM,CAACC,GAAWC,CAAY,IAAIC,EAAS,EAAK,GAC1C,EAAE,aAAAC,GAAa,UAAAC,GAAU,mBAAAC,MAAsBC,EAAuB,GACtE,EAAE,IAAAC,EAAO,IAAAJ,GACT,EAAE,yBAAAK,EAAA,IAA4BJ,KAAY,IAC1CK,IAAaC,EAA8B,IAAI,GAE/CC,IAAaC,EAAY,MAAM;AACnC,IAAIH,EAAW,WACb,aAAaA,EAAW,OAAO,GAGtBA,EAAA,UAAU,WAAW,MAAM;AACpC,MAAAR,EAAa,EAAK,GAClBQ,EAAW,UAAU;AAAA,OACpBX,CAAqB;AAAA,EAC1B,GAAG,CAAE,CAAA,GAECe,IAAgBD,EAAY,MAAM;AACtC,YAAQL,GAAI;AAAA,MACV,KAAKO,EAAY;AACG,QAAAT,EAAA;AAAA,UAChB,IAAIS,EAAY;AAAA,UAChB,yBAAyB;AAAA,UACzB,cAAc;AAAA,QAAA,CACf,GACUH;AACX;AAAA,MACF;AACS,eAAA;AAAA,IACX;AAAA,EACC,GAAA,CAACJ,GAAIF,GAAmBM,CAAU,CAAC,GAEhCI,IAAeH,EAAY,MAAM;AACnB,IAAAP,EAAA,EAAE,yBAAyB,GAAA,CAAO,GACzCM;EAAA,GACV,CAACN,GAAmBM,CAAU,CAAC,GAE5BK,IAAuEC;AAAA,IAC3E,OAAO;AAAA,MACL,CAACH,EAAY,kBAAkB,GAAG;AAAA,QAChC,OAAO;AAAA,QACP,aAAa;AAAA,QACb,WAAWD;AAAA,QACX,UAAUE;AAAA,MACZ;AAAA,IAAA;AAAA,IAEF,CAACA,GAAcF,CAAa;AAAA,EAAA,GAGxBK,IAAcX,IAAKS,EAAaT,CAAE,IAAI;AAE5C,SAAAY,EAAU,MAAM;AACV,IAAAX,KAA2BU,KAAajB,EAAa,EAAI;AAAA,EAAA,GAC5D,CAACO,GAAyBU,CAAW,CAAC,GAEzCC,EAAU,MACD,MAAM;AACX,IAAIV,EAAW,WACb,aAAaA,EAAW,OAAO;AAAA,EACjC,GAED,CAAE,CAAA,GAEE,EAAE,aAAAS,GAAa,WAAAlB;AACxB;"}
1
+ {"version":3,"file":"use-confirmation-modal.js","sources":["../../../../../../src/features/trial-session/comps/confirmation-modal/hooks/use-confirmation-modal.ts"],"sourcesContent":["import { useCallback, useEffect, useMemo, useRef, useState } from 'react';\n\nimport { useTrialSessionContext } from '../../../context/use-trial-session-context';\nimport { TrialPageId } from '../../../trial-session-constants';\n\nconst ANIMATION_DURATION_MS = 500;\n\ninterface IConfirmationModalConfig {\n title: string;\n confirmText?: string;\n cancelText?: string;\n onConfirm: () => void;\n onCancel: () => void;\n}\n\ninterface IConfirmationModalReturn {\n modalConfig: IConfirmationModalConfig | undefined;\n openModal: boolean;\n}\n\nconst useConfirmationModal = (): IConfirmationModalReturn => {\n const [openModal, setOpenModal] = useState(false);\n const { slideConfig, formData, demoType, updateSlideConfig } = useTrialSessionContext();\n const { id } = slideConfig;\n const { confirmationModalActive } = formData || {};\n const timeoutRef = useRef<NodeJS.Timeout | null>(null);\n const isTrialV3 = demoType === 'TRIAL_V3';\n\n const closeModal = useCallback(() => {\n if (timeoutRef.current) {\n clearTimeout(timeoutRef.current);\n }\n\n timeoutRef.current = setTimeout(() => {\n setOpenModal(false);\n timeoutRef.current = null;\n }, ANIMATION_DURATION_MS);\n }, []);\n\n const handleConfirm = useCallback(() => {\n switch (id) {\n case TrialPageId.LEARNING_WORKSHEET:\n updateSlideConfig({\n id: isTrialV3 ? TrialPageId.LEARNING_LEVEL : TrialPageId.STUDENT_INFORMATION,\n confirmationModalActive: false,\n resetAttempt: true,\n selectedTopics: undefined,\n });\n closeModal();\n break;\n default:\n return null;\n }\n }, [id, updateSlideConfig, isTrialV3, closeModal]);\n\n const handleCancel = useCallback(() => {\n updateSlideConfig({ confirmationModalActive: false });\n closeModal();\n }, [updateSlideConfig, closeModal]);\n\n const modalConfigs: Partial<Record<TrialPageId, IConfirmationModalConfig>> = useMemo(\n () => ({\n [TrialPageId.LEARNING_WORKSHEET]: {\n title: isTrialV3\n ? 'Changing the session level will reset current progress. Are you sure?'\n : 'You will lose the current progress. Do you still wish to change the grade, level, or chapters for the session?',\n confirmText: isTrialV3 ? 'Yes, change session level' : 'Yes, reset',\n onConfirm: handleConfirm,\n onCancel: handleCancel,\n },\n }),\n [handleCancel, handleConfirm, isTrialV3],\n );\n\n const modalConfig = id ? modalConfigs[id] : undefined;\n\n useEffect(() => {\n if (confirmationModalActive && modalConfig) setOpenModal(true);\n }, [confirmationModalActive, modalConfig]);\n\n useEffect(() => {\n return () => {\n if (timeoutRef.current) {\n clearTimeout(timeoutRef.current);\n }\n };\n }, []);\n\n return { modalConfig, openModal };\n};\n\nexport default useConfirmationModal;\n"],"names":["ANIMATION_DURATION_MS","useConfirmationModal","openModal","setOpenModal","useState","slideConfig","formData","demoType","updateSlideConfig","useTrialSessionContext","id","confirmationModalActive","timeoutRef","useRef","isTrialV3","closeModal","useCallback","handleConfirm","TrialPageId","handleCancel","modalConfigs","useMemo","modalConfig","useEffect"],"mappings":";;;AAKA,MAAMA,IAAwB,KAexBC,IAAuB,MAAgC;AAC3D,QAAM,CAACC,GAAWC,CAAY,IAAIC,EAAS,EAAK,GAC1C,EAAE,aAAAC,GAAa,UAAAC,GAAU,UAAAC,GAAU,mBAAAC,EAAA,IAAsBC,KACzD,EAAE,IAAAC,EAAO,IAAAL,GACT,EAAE,yBAAAM,EAAA,IAA4BL,KAAY,IAC1CM,IAAaC,EAA8B,IAAI,GAC/CC,IAAYP,MAAa,YAEzBQ,IAAaC,EAAY,MAAM;AACnC,IAAIJ,EAAW,WACb,aAAaA,EAAW,OAAO,GAGtBA,EAAA,UAAU,WAAW,MAAM;AACpC,MAAAT,EAAa,EAAK,GAClBS,EAAW,UAAU;AAAA,OACpBZ,CAAqB;AAAA,EAC1B,GAAG,CAAE,CAAA,GAECiB,IAAgBD,EAAY,MAAM;AACtC,YAAQN,GAAI;AAAA,MACV,KAAKQ,EAAY;AACG,QAAAV,EAAA;AAAA,UAChB,IAAIM,IAAYI,EAAY,iBAAiBA,EAAY;AAAA,UACzD,yBAAyB;AAAA,UACzB,cAAc;AAAA,UACd,gBAAgB;AAAA,QAAA,CACjB,GACUH;AACX;AAAA,MACF;AACS,eAAA;AAAA,IACX;AAAA,KACC,CAACL,GAAIF,GAAmBM,GAAWC,CAAU,CAAC,GAE3CI,IAAeH,EAAY,MAAM;AACnB,IAAAR,EAAA,EAAE,yBAAyB,GAAA,CAAO,GACzCO;EAAA,GACV,CAACP,GAAmBO,CAAU,CAAC,GAE5BK,IAAuEC;AAAA,IAC3E,OAAO;AAAA,MACL,CAACH,EAAY,kBAAkB,GAAG;AAAA,QAChC,OAAOJ,IACH,0EACA;AAAA,QACJ,aAAaA,IAAY,8BAA8B;AAAA,QACvD,WAAWG;AAAA,QACX,UAAUE;AAAA,MACZ;AAAA,IAAA;AAAA,IAEF,CAACA,GAAcF,GAAeH,CAAS;AAAA,EAAA,GAGnCQ,IAAcZ,IAAKU,EAAaV,CAAE,IAAI;AAE5C,SAAAa,EAAU,MAAM;AACV,IAAAZ,KAA2BW,KAAanB,EAAa,EAAI;AAAA,EAAA,GAC5D,CAACQ,GAAyBW,CAAW,CAAC,GAEzCC,EAAU,MACD,MAAM;AACX,IAAIX,EAAW,WACb,aAAaA,EAAW,OAAO;AAAA,EACjC,GAED,CAAE,CAAA,GAEE,EAAE,aAAAU,GAAa,WAAApB;AACxB;"}
@@ -1,20 +1,20 @@
1
1
  import t from "styled-components";
2
2
  import a from "../../../../assets/line-icons/icons/tick.js";
3
- import i from "../../../ui/layout/flex-view.js";
4
- import n from "../../../ui/text/text.js";
3
+ import n from "../../../ui/layout/flex-view.js";
4
+ import r from "../../../ui/text/text.js";
5
5
  const d = t.div`
6
6
  width: 100%;
7
7
  height: 100%;
8
8
  overflow: auto;
9
- `, h = t(i)`
9
+ `, h = t(n)`
10
10
  position: relative;
11
- `, f = t(n)`
11
+ `, f = t(r)`
12
12
  position: absolute;
13
13
  bottom: 20px;
14
- `, u = t(i)`
14
+ `, u = t(n)`
15
15
  position: relative;
16
16
  overflow: hidden;
17
- `, g = t.div(
17
+ `, $ = t.div(
18
18
  ({ $offset: o, $transitionEnabled: e }) => `
19
19
  position: absolute;
20
20
  top: 0;
@@ -24,26 +24,27 @@ const d = t.div`
24
24
  transition: ${e ? "transform 0.5s ease-in-out" : "none"};
25
25
  transform: translateX(${o * 100}%);
26
26
  `
27
- ), v = t(a)(
28
- ({ $top: o, $right: e }) => `
29
- position: absolute;
30
- top: ${o || 0}px;
31
- right: ${e || 0}px;
27
+ ), g = t(a)(
28
+ ({ theme: o, $top: e, $right: i }) => `
32
29
  z-index: 1;
30
+ position: absolute;
31
+ top: ${e || 0}px;
32
+ right: ${i || 0}px;
33
+ color: ${o.colors.GREEN_4};
33
34
  `
34
- ), $ = t(i)(({ $position: o }) => {
35
- const { top: e, bottom: r, left: p, right: s } = o || {};
35
+ ), v = t(n)(({ $position: o }) => {
36
+ const { top: e, bottom: i, left: p, right: s } = o || {};
36
37
  return `
37
38
  position: absolute;
38
39
  z-index: 2;
39
40
  top: ${e || 0}px;
40
- bottom: ${r || 0}px;
41
+ bottom: ${i || 0}px;
41
42
  left: ${p || 0}px;
42
43
  right: ${s || 0}px;
43
44
  `;
44
45
  }), b = t.div`
45
46
  position: relative;
46
- `, w = t(n)(
47
+ `, w = t(r)(
47
48
  ({ theme: o }) => `
48
49
  white-space: pre-wrap;
49
50
  margin-top: -${o.layout.gutter * 0.25}px;
@@ -52,12 +53,12 @@ const d = t.div`
52
53
  export {
53
54
  d as Container,
54
55
  h as FlexRelative,
55
- $ as FloatingElement,
56
- v as GreenTick,
56
+ v as FloatingElement,
57
+ g as GreenTick,
57
58
  b as ImageWrapper,
58
59
  f as MathText,
59
60
  u as Slider,
60
- g as SliderContent,
61
+ $ as SliderContent,
61
62
  w as TextElement
62
63
  };
63
64
  //# sourceMappingURL=learning-session-styled.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"learning-session-styled.js","sources":["../../../../../src/features/trial-session/comps/learning-session/learning-session-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport TickIcon from '../../../../assets/line-icons/icons/tick';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Text from '../../../ui/text/text';\nimport type { TFloatingElement, TGreenTick, TSliderContent } from './learning-session-types';\n\nconst Container = styled.div`\n width: 100%;\n height: 100%;\n overflow: auto;\n`;\n\nconst FlexRelative = styled(FlexView)`\n position: relative;\n`;\n\nconst MathText = styled(Text)`\n position: absolute;\n bottom: 20px;\n`;\n\nconst Slider = styled(FlexView)`\n position: relative;\n overflow: hidden;\n`;\n\nconst SliderContent = styled.div<TSliderContent>(\n ({ $offset, $transitionEnabled }) => `\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: auto;\n transition: ${$transitionEnabled ? 'transform 0.5s ease-in-out' : 'none'};\n transform: translateX(${$offset * 100}%);\n`,\n);\n\nconst GreenTick = styled(TickIcon)<TGreenTick>(\n ({ $top, $right }) => `\n position: absolute;\n top: ${$top || 0}px;\n right: ${$right || 0}px;\n z-index: 1;\n `,\n);\n\nconst FloatingElement = styled(FlexView)<TFloatingElement>(({ $position }) => {\n const { top, bottom, left, right } = $position || {};\n\n return `\n position: absolute;\n z-index: 2;\n top: ${top || 0}px;\n bottom: ${bottom || 0}px;\n left: ${left || 0}px;\n right: ${right || 0}px;\n `;\n});\n\nconst ImageWrapper = styled.div`\n position: relative;\n`;\n\nconst TextElement = styled(Text)(\n ({ theme }) => `\n white-space: pre-wrap;\n margin-top: -${theme.layout.gutter * 0.25}px;\n`,\n);\n\nexport {\n Container,\n FlexRelative,\n MathText,\n Slider,\n SliderContent,\n GreenTick,\n FloatingElement,\n ImageWrapper,\n TextElement,\n};\n"],"names":["Container","styled","FlexRelative","FlexView","MathText","Text","Slider","SliderContent","$offset","$transitionEnabled","GreenTick","TickIcon","$top","$right","FloatingElement","$position","top","bottom","left","right","ImageWrapper","TextElement","theme"],"mappings":";;;;AAOA,MAAMA,IAAYC,EAAO;AAAA;AAAA;AAAA;AAAA,GAMnBC,IAAeD,EAAOE,CAAQ;AAAA;AAAA,GAI9BC,IAAWH,EAAOI,CAAI;AAAA;AAAA;AAAA,GAKtBC,IAASL,EAAOE,CAAQ;AAAA;AAAA;AAAA,GAKxBI,IAAgBN,EAAO;AAAA,EAC3B,CAAC,EAAE,SAAAO,GAAS,oBAAAC,EAAA,MAAyB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBAMvBA,IAAqB,+BAA+B,MAAM;AAAA,0BAChDD,IAAU,GAAG;AAAA;AAEvC,GAEME,IAAYT,EAAOU,CAAQ;AAAA,EAC/B,CAAC,EAAE,MAAAC,GAAM,QAAAC,EAAA,MAAa;AAAA;AAAA,WAEbD,KAAQ,CAAC;AAAA,aACPC,KAAU,CAAC;AAAA;AAAA;AAGxB,GAEMC,IAAkBb,EAAOE,CAAQ,EAAoB,CAAC,EAAE,WAAAY,QAAgB;AAC5E,QAAM,EAAE,KAAAC,GAAK,QAAAC,GAAQ,MAAAC,GAAM,OAAAC,EAAM,IAAIJ,KAAa;AAE3C,SAAA;AAAA;AAAA;AAAA,WAGEC,KAAO,CAAC;AAAA,cACLC,KAAU,CAAC;AAAA,YACbC,KAAQ,CAAC;AAAA,aACRC,KAAS,CAAC;AAAA;AAEvB,CAAC,GAEKC,IAAenB,EAAO;AAAA;AAAA,GAItBoB,IAAcpB,EAAOI,CAAI;AAAA,EAC7B,CAAC,EAAE,OAAAiB,EAAA,MAAY;AAAA;AAAA,iBAEAA,EAAM,OAAO,SAAS,IAAI;AAAA;AAE3C;"}
1
+ {"version":3,"file":"learning-session-styled.js","sources":["../../../../../src/features/trial-session/comps/learning-session/learning-session-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nimport TickIcon from '../../../../assets/line-icons/icons/tick';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Text from '../../../ui/text/text';\nimport type { TFloatingElement, TGreenTick, TSliderContent } from './learning-session-types';\n\nconst Container = styled.div`\n width: 100%;\n height: 100%;\n overflow: auto;\n`;\n\nconst FlexRelative = styled(FlexView)`\n position: relative;\n`;\n\nconst MathText = styled(Text)`\n position: absolute;\n bottom: 20px;\n`;\n\nconst Slider = styled(FlexView)`\n position: relative;\n overflow: hidden;\n`;\n\nconst SliderContent = styled.div<TSliderContent>(\n ({ $offset, $transitionEnabled }) => `\n position: absolute;\n top: 0;\n left: 0;\n width: 100%;\n height: auto;\n transition: ${$transitionEnabled ? 'transform 0.5s ease-in-out' : 'none'};\n transform: translateX(${$offset * 100}%);\n`,\n);\n\nconst GreenTick = styled(TickIcon)<TGreenTick>(\n ({ theme, $top, $right }) => `\n z-index: 1;\n position: absolute;\n top: ${$top || 0}px;\n right: ${$right || 0}px;\n color: ${theme.colors.GREEN_4};\n `,\n);\n\nconst FloatingElement = styled(FlexView)<TFloatingElement>(({ $position }) => {\n const { top, bottom, left, right } = $position || {};\n\n return `\n position: absolute;\n z-index: 2;\n top: ${top || 0}px;\n bottom: ${bottom || 0}px;\n left: ${left || 0}px;\n right: ${right || 0}px;\n `;\n});\n\nconst ImageWrapper = styled.div`\n position: relative;\n`;\n\nconst TextElement = styled(Text)(\n ({ theme }) => `\n white-space: pre-wrap;\n margin-top: -${theme.layout.gutter * 0.25}px;\n`,\n);\n\nexport {\n Container,\n FlexRelative,\n MathText,\n Slider,\n SliderContent,\n GreenTick,\n FloatingElement,\n ImageWrapper,\n TextElement,\n};\n"],"names":["Container","styled","FlexRelative","FlexView","MathText","Text","Slider","SliderContent","$offset","$transitionEnabled","GreenTick","TickIcon","theme","$top","$right","FloatingElement","$position","top","bottom","left","right","ImageWrapper","TextElement"],"mappings":";;;;AAOA,MAAMA,IAAYC,EAAO;AAAA;AAAA;AAAA;AAAA,GAMnBC,IAAeD,EAAOE,CAAQ;AAAA;AAAA,GAI9BC,IAAWH,EAAOI,CAAI;AAAA;AAAA;AAAA,GAKtBC,IAASL,EAAOE,CAAQ;AAAA;AAAA;AAAA,GAKxBI,IAAgBN,EAAO;AAAA,EAC3B,CAAC,EAAE,SAAAO,GAAS,oBAAAC,EAAA,MAAyB;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,gBAMvBA,IAAqB,+BAA+B,MAAM;AAAA,0BAChDD,IAAU,GAAG;AAAA;AAEvC,GAEME,IAAYT,EAAOU,CAAQ;AAAA,EAC/B,CAAC,EAAE,OAAAC,GAAO,MAAAC,GAAM,QAAAC,EAAa,MAAA;AAAA;AAAA;AAAA,WAGpBD,KAAQ,CAAC;AAAA,aACPC,KAAU,CAAC;AAAA,aACXF,EAAM,OAAO,OAAO;AAAA;AAEjC,GAEMG,IAAkBd,EAAOE,CAAQ,EAAoB,CAAC,EAAE,WAAAa,QAAgB;AAC5E,QAAM,EAAE,KAAAC,GAAK,QAAAC,GAAQ,MAAAC,GAAM,OAAAC,EAAM,IAAIJ,KAAa;AAE3C,SAAA;AAAA;AAAA;AAAA,WAGEC,KAAO,CAAC;AAAA,cACLC,KAAU,CAAC;AAAA,YACbC,KAAQ,CAAC;AAAA,aACRC,KAAS,CAAC;AAAA;AAEvB,CAAC,GAEKC,IAAepB,EAAO;AAAA;AAAA,GAItBqB,IAAcrB,EAAOI,CAAI;AAAA,EAC7B,CAAC,EAAE,OAAAO,EAAA,MAAY;AAAA;AAAA,iBAEAA,EAAM,OAAO,SAAS,IAAI;AAAA;AAE3C;"}
@@ -1,28 +1,28 @@
1
- import { jsxs as o, jsx as e } from "react/jsx-runtime";
2
- import { memo as T, useState as h, useEffect as E } from "react";
1
+ import { jsx as e, jsxs as i } from "react/jsx-runtime";
2
+ import { memo as T, useState as h, useEffect as w } from "react";
3
3
  import c from "../../../ui/image/image.js";
4
- import n from "../../../ui/layout/flex-view.js";
5
- import _ from "../../../ui/separator/separator.js";
6
- import w from "../../../ui/theme/clrs.js";
4
+ import o from "../../../ui/layout/flex-view.js";
5
+ import E from "../../../ui/separator/separator.js";
7
6
  import { useTrialSessionContext as S } from "../../context/use-trial-session-context.js";
8
- import { TrialPageId as k } from "../../trial-session-constants.js";
9
- import L from "../slide-header/index.js";
10
- import { learningSessionImages as s, sessionPerks as x } from "./learning-session-constants.js";
11
- import { Container as R, FlexRelative as A, FloatingElement as j, ImageWrapper as K, GreenTick as $, TextElement as B, Slider as H, SliderContent as W, MathText as v } from "./learning-session-styled.js";
12
- const { GREEN_4: m } = w(), Q = T(function() {
13
- const { slideConfig: g } = S(), { id: u, enableSessionPerk: f } = g, l = u === k.COMPLETED_WORKSHEET, [i, a] = h(0), [p, d] = h(!0);
14
- return E(() => {
15
- i === s.length - 1 && setTimeout(() => {
16
- d(!1), a(0);
7
+ import { TrialPageId as _ } from "../../trial-session-constants.js";
8
+ import k from "../slide-header/index.js";
9
+ import { learningSessionImages as s, sessionPerks as L } from "./learning-session-constants.js";
10
+ import { Container as x, FlexRelative as A, FloatingElement as R, ImageWrapper as j, GreenTick as $, TextElement as K, Slider as B, SliderContent as H, MathText as W } from "./learning-session-styled.js";
11
+ import v from "../communication-slide/index.js";
12
+ const Q = T(function() {
13
+ const { slideConfig: m } = S(), { id: g, renderAVIn: u, enableSessionPerk: f } = m, d = g === _.COMPLETED_WORKSHEET, [n, a] = h(0), [p, l] = h(!0);
14
+ return w(() => {
15
+ n === s.length - 1 && setTimeout(() => {
16
+ l(!1), a(0);
17
17
  }, 500);
18
18
  const t = setInterval(() => {
19
- d(!0), a((r) => (r + 1) % s.length);
19
+ l(!0), a((r) => (r + 1) % s.length);
20
20
  }, 1e3);
21
21
  return () => clearInterval(t);
22
- }, [i]), /* @__PURE__ */ o(R, { children: [
23
- /* @__PURE__ */ e(_, { height: 60 }),
24
- /* @__PURE__ */ e(L, {}),
25
- /* @__PURE__ */ e(n, { $alignItems: "center", children: /* @__PURE__ */ o(
22
+ }, [n]), u === "right" ? /* @__PURE__ */ e(v, {}) : /* @__PURE__ */ i(x, { children: [
23
+ /* @__PURE__ */ e(E, { height: 60 }),
24
+ /* @__PURE__ */ e(k, {}),
25
+ /* @__PURE__ */ e(o, { $alignItems: "center", children: /* @__PURE__ */ i(
26
26
  A,
27
27
  {
28
28
  $width: 550,
@@ -33,10 +33,10 @@ const { GREEN_4: m } = w(), Q = T(function() {
33
33
  $alignItems: "center",
34
34
  $justifyContent: "center",
35
35
  children: [
36
- f && x.map((t) => {
36
+ f && L.map((t) => {
37
37
  const { title: r, image: C, position: b, backgroundColor: I } = t;
38
- return /* @__PURE__ */ o(
39
- j,
38
+ return /* @__PURE__ */ i(
39
+ R,
40
40
  {
41
41
  $width: 104,
42
42
  $height: 104,
@@ -47,27 +47,18 @@ const { GREEN_4: m } = w(), Q = T(function() {
47
47
  $background: I,
48
48
  $position: b,
49
49
  children: [
50
- /* @__PURE__ */ o(K, { children: [
51
- l ? /* @__PURE__ */ e(
52
- $,
53
- {
54
- width: 24,
55
- height: 28,
56
- color: m,
57
- $top: -15,
58
- $right: -20
59
- }
60
- ) : null,
50
+ /* @__PURE__ */ i(j, { children: [
51
+ d ? /* @__PURE__ */ e($, { width: 24, height: 28, $top: -15, $right: -20 }) : null,
61
52
  /* @__PURE__ */ e(c, { withLoader: !0, height: 56, width: 56, src: C })
62
53
  ] }),
63
- /* @__PURE__ */ e(B, { $renderAs: "ac4-black", $align: "center", children: r })
54
+ /* @__PURE__ */ e(K, { $renderAs: "ac4-black", $align: "center", children: r })
64
55
  ]
65
56
  },
66
57
  r
67
58
  );
68
59
  }),
69
60
  /* @__PURE__ */ e(
70
- n,
61
+ o,
71
62
  {
72
63
  $width: 470,
73
64
  $height: 470,
@@ -76,8 +67,8 @@ const { GREEN_4: m } = w(), Q = T(function() {
76
67
  $borderColor: "BLACK_T_08",
77
68
  $alignItems: "center",
78
69
  $justifyContent: "center",
79
- children: /* @__PURE__ */ o(
80
- n,
70
+ children: /* @__PURE__ */ i(
71
+ o,
81
72
  {
82
73
  $width: 370,
83
74
  $height: 370,
@@ -88,18 +79,18 @@ const { GREEN_4: m } = w(), Q = T(function() {
88
79
  $justifyContent: "center",
89
80
  $position: "relative",
90
81
  children: [
91
- l ? /* @__PURE__ */ e($, { width: 60, height: 72, color: m, $top: 40, $right: 60 }) : null,
82
+ d ? /* @__PURE__ */ e($, { width: 60, height: 72, $top: 40, $right: 60 }) : null,
92
83
  /* @__PURE__ */ e(
93
- H,
84
+ B,
94
85
  {
95
86
  $width: 270,
96
87
  $height: 270,
97
88
  $borderRadius: 270,
98
89
  $borderColor: "BLACK_T_87",
99
90
  children: s.map((t, r) => /* @__PURE__ */ e(
100
- W,
91
+ H,
101
92
  {
102
- $offset: r - i,
93
+ $offset: r - n,
103
94
  $transitionEnabled: p,
104
95
  children: /* @__PURE__ */ e(
105
96
  c,
@@ -112,11 +103,11 @@ const { GREEN_4: m } = w(), Q = T(function() {
112
103
  }
113
104
  )
114
105
  },
115
- r
106
+ t
116
107
  ))
117
108
  }
118
109
  ),
119
- /* @__PURE__ */ e(v, { $renderAs: "ac3-black", children: "School Math" })
110
+ /* @__PURE__ */ e(W, { $renderAs: "ac3-black", children: "School Math" })
120
111
  ]
121
112
  }
122
113
  )
@@ -1 +1 @@
1
- {"version":3,"file":"learning-session.js","sources":["../../../../../src/features/trial-session/comps/learning-session/learning-session.tsx"],"sourcesContent":["import { memo, useEffect, useState } from 'react';\n\nimport Image from '../../../ui/image/image';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Separator from '../../../ui/separator/separator';\nimport getColors from '../../../ui/theme/clrs';\nimport { useTrialSessionContext } from '../../context/use-trial-session-context';\nimport { TrialPageId } from '../../trial-session-constants';\nimport SlideHeader from '../slide-header';\nimport { learningSessionImages, sessionPerks } from './learning-session-constants';\nimport * as Styled from './learning-session-styled';\n\nconst { GREEN_4 } = getColors();\n\nconst LearningSession = memo(function LearningSession() {\n const { slideConfig } = useTrialSessionContext();\n const { id, enableSessionPerk } = slideConfig;\n\n const worksheetCompleted = id === TrialPageId.COMPLETED_WORKSHEET;\n\n const [currentIndex, setCurrentIndex] = useState(0);\n const [transitionEnabled, setTransitionEnabled] = useState(true);\n\n useEffect(() => {\n if (currentIndex === learningSessionImages.length - 1) {\n setTimeout(() => {\n setTransitionEnabled(false);\n setCurrentIndex(0);\n }, 500);\n }\n\n const timer = setInterval(() => {\n setTransitionEnabled(true);\n setCurrentIndex(prevIndex => (prevIndex + 1) % learningSessionImages.length);\n }, 1000);\n\n return () => clearInterval(timer);\n }, [currentIndex]);\n\n return (\n <Styled.Container>\n <Separator height={60} />\n <SlideHeader />\n <FlexView $alignItems=\"center\">\n <Styled.FlexRelative\n $width={550}\n $height={549}\n $borderRadius={550}\n $background=\"WHITE_1\"\n $borderColor=\"BLACK_T_04\"\n $alignItems=\"center\"\n $justifyContent=\"center\"\n >\n {enableSessionPerk &&\n sessionPerks.map(sessionPerk => {\n const { title, image, position, backgroundColor } = sessionPerk;\n\n return (\n <Styled.FloatingElement\n key={title}\n $width={104}\n $height={104}\n $borderRadius={104}\n $borderColor=\"BLACK_1\"\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $background={backgroundColor}\n $position={position}\n >\n <Styled.ImageWrapper>\n {worksheetCompleted ? (\n <Styled.GreenTick\n width={24}\n height={28}\n color={GREEN_4}\n $top={-15}\n $right={-20}\n />\n ) : null}\n <Image withLoader height={56} width={56} src={image} />\n </Styled.ImageWrapper>\n <Styled.TextElement $renderAs=\"ac4-black\" $align=\"center\">\n {title}\n </Styled.TextElement>\n </Styled.FloatingElement>\n );\n })}\n\n <FlexView\n $width={470}\n $height={470}\n $borderRadius={470}\n $background=\"WHITE_2\"\n $borderColor=\"BLACK_T_08\"\n $alignItems=\"center\"\n $justifyContent=\"center\"\n >\n <FlexView\n $width={370}\n $height={370}\n $borderRadius={370}\n $background=\"WHITE_3\"\n $borderColor=\"BLACK_T_15\"\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $position=\"relative\"\n >\n {worksheetCompleted ? (\n <Styled.GreenTick width={60} height={72} color={GREEN_4} $top={40} $right={60} />\n ) : null}\n <Styled.Slider\n $width={270}\n $height={270}\n $borderRadius={270}\n $borderColor=\"BLACK_T_87\"\n >\n {learningSessionImages.map((imageUrl, index) => {\n return (\n <Styled.SliderContent\n key={index}\n $offset={index - currentIndex}\n $transitionEnabled={transitionEnabled}\n >\n <Image\n withLoader\n src={imageUrl}\n width={270}\n height={270}\n alt={`slide-${index}`}\n />\n </Styled.SliderContent>\n );\n })}\n </Styled.Slider>\n <Styled.MathText $renderAs=\"ac3-black\">School Math</Styled.MathText>\n </FlexView>\n </FlexView>\n </Styled.FlexRelative>\n </FlexView>\n </Styled.Container>\n );\n});\n\nexport default LearningSession;\n"],"names":["GREEN_4","getColors","LearningSession","memo","slideConfig","useTrialSessionContext","id","enableSessionPerk","worksheetCompleted","TrialPageId","currentIndex","setCurrentIndex","useState","transitionEnabled","setTransitionEnabled","useEffect","learningSessionImages","timer","prevIndex","jsxs","Styled.Container","jsx","Separator","SlideHeader","FlexView","Styled.FlexRelative","sessionPerks","sessionPerk","title","image","position","backgroundColor","Styled.FloatingElement","Styled.ImageWrapper","Styled.GreenTick","Image","Styled.TextElement","Styled.Slider","imageUrl","index","Styled.SliderContent","Styled.MathText"],"mappings":"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"}
1
+ {"version":3,"file":"learning-session.js","sources":["../../../../../src/features/trial-session/comps/learning-session/learning-session.tsx"],"sourcesContent":["import { memo, useEffect, useState } from 'react';\n\nimport Image from '../../../ui/image/image';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Separator from '../../../ui/separator/separator';\nimport { useTrialSessionContext } from '../../context/use-trial-session-context';\nimport { TrialPageId } from '../../trial-session-constants';\nimport SlideHeader from '../slide-header';\nimport { learningSessionImages, sessionPerks } from './learning-session-constants';\nimport * as Styled from './learning-session-styled';\nimport CommunicationSlide from '../communication-slide';\n\nconst LearningSession = memo(function LearningSession() {\n const { slideConfig } = useTrialSessionContext();\n const { id, renderAVIn, enableSessionPerk } = slideConfig;\n\n const worksheetCompleted = id === TrialPageId.COMPLETED_WORKSHEET;\n\n const [currentIndex, setCurrentIndex] = useState(0);\n const [transitionEnabled, setTransitionEnabled] = useState(true);\n\n useEffect(() => {\n if (currentIndex === learningSessionImages.length - 1) {\n setTimeout(() => {\n setTransitionEnabled(false);\n setCurrentIndex(0);\n }, 500);\n }\n\n const timer = setInterval(() => {\n setTransitionEnabled(true);\n setCurrentIndex(prevIndex => (prevIndex + 1) % learningSessionImages.length);\n }, 1000);\n\n return () => clearInterval(timer);\n }, [currentIndex]);\n\n if (renderAVIn === 'right') return <CommunicationSlide />;\n\n return (\n <Styled.Container>\n <Separator height={60} />\n <SlideHeader />\n <FlexView $alignItems=\"center\">\n <Styled.FlexRelative\n $width={550}\n $height={549}\n $borderRadius={550}\n $background=\"WHITE_1\"\n $borderColor=\"BLACK_T_04\"\n $alignItems=\"center\"\n $justifyContent=\"center\"\n >\n {enableSessionPerk &&\n sessionPerks.map(sessionPerk => {\n const { title, image, position, backgroundColor } = sessionPerk;\n\n return (\n <Styled.FloatingElement\n key={title}\n $width={104}\n $height={104}\n $borderRadius={104}\n $borderColor=\"BLACK_1\"\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $background={backgroundColor}\n $position={position}\n >\n <Styled.ImageWrapper>\n {worksheetCompleted ? (\n <Styled.GreenTick width={24} height={28} $top={-15} $right={-20} />\n ) : null}\n <Image withLoader height={56} width={56} src={image} />\n </Styled.ImageWrapper>\n <Styled.TextElement $renderAs=\"ac4-black\" $align=\"center\">\n {title}\n </Styled.TextElement>\n </Styled.FloatingElement>\n );\n })}\n\n <FlexView\n $width={470}\n $height={470}\n $borderRadius={470}\n $background=\"WHITE_2\"\n $borderColor=\"BLACK_T_08\"\n $alignItems=\"center\"\n $justifyContent=\"center\"\n >\n <FlexView\n $width={370}\n $height={370}\n $borderRadius={370}\n $background=\"WHITE_3\"\n $borderColor=\"BLACK_T_15\"\n $alignItems=\"center\"\n $justifyContent=\"center\"\n $position=\"relative\"\n >\n {worksheetCompleted ? (\n <Styled.GreenTick width={60} height={72} $top={40} $right={60} />\n ) : null}\n <Styled.Slider\n $width={270}\n $height={270}\n $borderRadius={270}\n $borderColor=\"BLACK_T_87\"\n >\n {learningSessionImages.map((imageUrl, index) => {\n return (\n <Styled.SliderContent\n key={imageUrl}\n $offset={index - currentIndex}\n $transitionEnabled={transitionEnabled}\n >\n <Image\n withLoader\n src={imageUrl}\n width={270}\n height={270}\n alt={`slide-${index}`}\n />\n </Styled.SliderContent>\n );\n })}\n </Styled.Slider>\n <Styled.MathText $renderAs=\"ac3-black\">School Math</Styled.MathText>\n </FlexView>\n </FlexView>\n </Styled.FlexRelative>\n </FlexView>\n </Styled.Container>\n );\n});\n\nexport default LearningSession;\n"],"names":["LearningSession","memo","slideConfig","useTrialSessionContext","id","renderAVIn","enableSessionPerk","worksheetCompleted","TrialPageId","currentIndex","setCurrentIndex","useState","transitionEnabled","setTransitionEnabled","useEffect","learningSessionImages","timer","prevIndex","jsx","CommunicationSlide","jsxs","Styled.Container","Separator","SlideHeader","FlexView","Styled.FlexRelative","sessionPerks","sessionPerk","title","image","position","backgroundColor","Styled.FloatingElement","Styled.ImageWrapper","Styled.GreenTick","Image","Styled.TextElement","Styled.Slider","imageUrl","index","Styled.SliderContent","Styled.MathText"],"mappings":"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"}
@@ -1,104 +1,102 @@
1
- import { jsxs as c, jsx as n } from "react/jsx-runtime";
2
- import { useMemo as s, useCallback as u } from "react";
3
- import _ from "../../../ui/arrow-tooltip/arrow-tooltip.js";
4
- import z from "../../../ui/buttons/button/button.js";
5
- import b from "../../../ui/buttons/icon-button/icon-button.js";
6
- import g from "../../../ui/layout/flex-view.js";
7
- import h from "../../../ui/text/text.js";
8
- import { useTrialSessionContext as E } from "../../context/use-trial-session-context.js";
9
- import { isPLASource as S } from "../../helper.js";
1
+ import { jsxs as d, jsx as t } from "react/jsx-runtime";
2
+ import { useMemo as c, useCallback as I } from "react";
3
+ import k from "../../../ui/arrow-tooltip/arrow-tooltip.js";
4
+ import M from "../../../ui/buttons/button/button.js";
5
+ import h from "../../../ui/buttons/icon-button/icon-button.js";
6
+ import C from "../../../ui/layout/flex-view.js";
7
+ import L from "../../../ui/text/text.js";
8
+ import { useTrialSessionContext as z } from "../../context/use-trial-session-context.js";
9
+ import { isPLASource as O } from "../../helper.js";
10
10
  import { useTrialSessionNavigation as F } from "../../hooks/use-trial-session-navigation.js";
11
11
  import { Container as G, ForwardArrow as K } from "./navigation-bar-styled.js";
12
- import M from "../../../../assets/line-icons/icons/back2.js";
13
- const ee = () => {
14
- var f;
12
+ import { TrialPageId as R, MAXIMUM_TOPICS_TO_SELECT as x } from "../../trial-session-constants.js";
13
+ import X from "../../../../assets/line-icons/icons/back2.js";
14
+ const re = () => {
15
+ var g;
15
16
  const {
16
- slideConfig: x,
17
- buttonState: L,
18
- openEndClassModal: C,
17
+ slideConfig: $,
18
+ buttonState: A,
19
+ openEndClassModal: B,
19
20
  studentAbsentInClass: e,
20
- trialHomeData: a,
21
- formData: I
22
- } = E(), { handleNavigation: o } = F(), {
23
- left: { isDisabled: m, isLoading: $ },
24
- right: { isDisabled: p, isLoading: B }
25
- } = L || {}, { prevPage: A, nextPage: v } = x || {}, { buttonLabel: l, pageId: r } = A || {}, { buttonLabel: d, pageId: i } = v || {}, { numberInNameError: t } = I || {}, y = r && !i, w = S((f = a == null ? void 0 : a.intel_student) == null ? void 0 : f.source), D = s(
26
- () => p || e || t,
27
- [p, e, t]
28
- ), P = s(
21
+ trialHomeData: s,
22
+ formData: T
23
+ } = z(), { handleNavigation: n } = F(), {
24
+ left: { isDisabled: m, isLoading: y },
25
+ right: { isDisabled: p, isLoading: P }
26
+ } = A || {}, { id: f, prevPage: v, nextPage: w } = $ || {}, { buttonLabel: a, pageId: o } = v || {}, { buttonLabel: l, pageId: r } = w || {}, { numberInNameError: i, selectedTopics: u = [] } = T || {}, D = o && !r, _ = O((g = s == null ? void 0 : s.intel_student) == null ? void 0 : g.source), E = c(
27
+ () => p || e || i,
28
+ [p, e, i]
29
+ ), S = c(
29
30
  () => m || e,
30
31
  [m, e]
31
- ), T = s(() => t ? "Please enter a valid name" : "Waiting for student to join...", [t]), j = s(
32
- () => e || t,
33
- [e, t]
34
- ), k = u(() => {
35
- o("next", i);
36
- }, [o, i]), N = u(() => {
37
- o("prev", r);
38
- }, [o, r]);
39
- return /* @__PURE__ */ c(
32
+ ), b = c(() => i ? "Please enter a valid name" : f === R.TOPIC_SELECTION && u.length < x ? `Select any ${x} topics to proceed` : e ? "Waiting for student to join..." : "", [f, i, u.length, e]), j = I(() => {
33
+ n("next", r);
34
+ }, [n, r]), N = I(() => {
35
+ n("prev", o);
36
+ }, [n, o]);
37
+ return /* @__PURE__ */ d(
40
38
  G,
41
39
  {
42
40
  $flexDirection: "row-reverse",
43
41
  $justifyContent: "space-between",
44
42
  $alignItems: "center",
45
43
  children: [
46
- y && /* @__PURE__ */ n(
47
- z,
44
+ D && /* @__PURE__ */ t(
45
+ M,
48
46
  {
49
47
  renderAs: "tertiary",
50
48
  size: "small",
51
- label: w ? "End the session" : "End the class",
49
+ label: _ ? "End the session" : "End the class",
52
50
  shape: "square",
53
- onClick: C
51
+ onClick: B
54
52
  }
55
53
  ),
56
- i && d && /* @__PURE__ */ c(g, { $flexDirection: "row", $alignItems: "center", $justifyContent: "center", $flexGap: 12, children: [
57
- /* @__PURE__ */ n(h, { $renderAs: "ab2", $color: "BLACK_T_60", children: d }),
58
- /* @__PURE__ */ n(
59
- _,
54
+ r && l && /* @__PURE__ */ d(C, { $flexDirection: "row", $alignItems: "center", $justifyContent: "center", $flexGap: 12, children: [
55
+ /* @__PURE__ */ t(L, { $renderAs: "ab2", $color: "BLACK_T_60", children: l }),
56
+ /* @__PURE__ */ t(
57
+ k,
60
58
  {
61
59
  widthX: 8,
62
60
  zIndex: 2,
63
61
  position: "top-left",
64
62
  renderAs: "primary",
65
- tooltipItem: T,
66
- hidden: !j,
67
- children: /* @__PURE__ */ n(
68
- b,
63
+ tooltipItem: b,
64
+ hidden: !b,
65
+ children: /* @__PURE__ */ t(
66
+ h,
69
67
  {
70
68
  Icon: K,
71
69
  renderAs: "primary",
72
- analyticsLabel: d,
70
+ analyticsLabel: l,
73
71
  size: "small",
74
- onClick: k,
75
- disabled: D,
76
- busy: B
72
+ onClick: j,
73
+ disabled: E,
74
+ busy: P
77
75
  }
78
76
  )
79
77
  }
80
78
  )
81
79
  ] }),
82
- r && l && /* @__PURE__ */ c(g, { $flexDirection: "row", $alignItems: "center", $justifyContent: "center", $flexGap: 12, children: [
83
- /* @__PURE__ */ n(
84
- b,
80
+ o && a && /* @__PURE__ */ d(C, { $flexDirection: "row", $alignItems: "center", $justifyContent: "center", $flexGap: 12, children: [
81
+ /* @__PURE__ */ t(
82
+ h,
85
83
  {
86
- Icon: M,
84
+ Icon: X,
87
85
  renderAs: "secondary",
88
- analyticsLabel: l,
86
+ analyticsLabel: a,
89
87
  size: "small",
90
88
  onClick: N,
91
- disabled: P,
92
- busy: $
89
+ disabled: S,
90
+ busy: y
93
91
  }
94
92
  ),
95
- /* @__PURE__ */ n(h, { $renderAs: "ab2", $color: "BLACK_T_60", children: l })
93
+ /* @__PURE__ */ t(L, { $renderAs: "ab2", $color: "BLACK_T_60", children: a })
96
94
  ] })
97
95
  ]
98
96
  }
99
97
  );
100
98
  };
101
99
  export {
102
- ee as default
100
+ re as default
103
101
  };
104
102
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../src/features/trial-session/comps/navigation-bar/index.tsx"],"sourcesContent":["import { useCallback, useMemo, type FC } from 'react';\n\nimport ArrowTooltip from '../../../ui/arrow-tooltip/arrow-tooltip';\nimport Button from '../../../ui/buttons/button/button';\nimport IconButton from '../../../ui/buttons/icon-button/icon-button';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Text from '../../../ui/text/text';\nimport { useTrialSessionContext } from '../../context/use-trial-session-context';\nimport { isPLASource } from '../../helper';\nimport { useTrialSessionNavigation } from '../../hooks/use-trial-session-navigation';\nimport * as Styled from './navigation-bar-styled';\n\nconst NavigationBar: FC = () => {\n const {\n slideConfig,\n buttonState,\n openEndClassModal,\n studentAbsentInClass,\n trialHomeData,\n formData,\n } = useTrialSessionContext();\n\n const { handleNavigation } = useTrialSessionNavigation();\n\n const {\n left: { isDisabled: isLeftBtnDisabled, isLoading: isLeftBtnLoading },\n right: { isDisabled: isRightBtnDisabled, isLoading: isRightBtnLoading },\n } = buttonState || {};\n\n const { prevPage, nextPage } = slideConfig || {};\n const { buttonLabel: prevButtonLabel, pageId: prevPageId } = prevPage || {};\n const { buttonLabel: nextButtonLabel, pageId: nextPageId } = nextPage || {};\n const { numberInNameError } = formData || {};\n\n const isLastPage = prevPageId && !nextPageId;\n const isPLA = isPLASource(trialHomeData?.intel_student?.source);\n\n const nextButtonDisabled = useMemo(\n () => isRightBtnDisabled || studentAbsentInClass || numberInNameError,\n [isRightBtnDisabled, studentAbsentInClass, numberInNameError],\n );\n const prevButtonDisabled = useMemo(\n () => isLeftBtnDisabled || studentAbsentInClass,\n [isLeftBtnDisabled, studentAbsentInClass],\n );\n\n const tooltipContent = useMemo(() => {\n if (numberInNameError) return 'Please enter a valid name';\n\n return 'Waiting for student to join...';\n }, [numberInNameError]);\n const showTooltip = useMemo(\n () => studentAbsentInClass || numberInNameError,\n [studentAbsentInClass, numberInNameError],\n );\n\n const handleNext = useCallback(() => {\n handleNavigation('next', nextPageId);\n }, [handleNavigation, nextPageId]);\n\n const handlePrev = useCallback(() => {\n handleNavigation('prev', prevPageId);\n }, [handleNavigation, prevPageId]);\n\n return (\n <Styled.Container\n $flexDirection=\"row-reverse\"\n $justifyContent=\"space-between\"\n $alignItems=\"center\"\n >\n {isLastPage && (\n <Button\n renderAs=\"tertiary\"\n size=\"small\"\n label={isPLA ? 'End the session' : 'End the class'}\n shape=\"square\"\n onClick={openEndClassModal}\n />\n )}\n {nextPageId && nextButtonLabel && (\n <FlexView $flexDirection=\"row\" $alignItems=\"center\" $justifyContent=\"center\" $flexGap={12}>\n <Text $renderAs=\"ab2\" $color=\"BLACK_T_60\">\n {nextButtonLabel}\n </Text>\n <ArrowTooltip\n widthX={8}\n zIndex={2}\n position=\"top-left\"\n renderAs=\"primary\"\n tooltipItem={tooltipContent}\n hidden={!showTooltip}\n >\n <IconButton\n Icon={Styled.ForwardArrow}\n renderAs=\"primary\"\n analyticsLabel={nextButtonLabel}\n size=\"small\"\n onClick={handleNext}\n disabled={nextButtonDisabled}\n busy={isRightBtnLoading}\n />\n </ArrowTooltip>\n </FlexView>\n )}\n {prevPageId && prevButtonLabel && (\n <FlexView $flexDirection=\"row\" $alignItems=\"center\" $justifyContent=\"center\" $flexGap={12}>\n <IconButton\n Icon={Styled.BackwardArrow}\n renderAs=\"secondary\"\n analyticsLabel={prevButtonLabel}\n size=\"small\"\n onClick={handlePrev}\n disabled={prevButtonDisabled}\n busy={isLeftBtnLoading}\n />\n <Text $renderAs=\"ab2\" $color=\"BLACK_T_60\">\n {prevButtonLabel}\n </Text>\n </FlexView>\n )}\n </Styled.Container>\n );\n};\n\nexport default NavigationBar;\n"],"names":["NavigationBar","slideConfig","buttonState","openEndClassModal","studentAbsentInClass","trialHomeData","formData","useTrialSessionContext","handleNavigation","useTrialSessionNavigation","isLeftBtnDisabled","isLeftBtnLoading","isRightBtnDisabled","isRightBtnLoading","prevPage","nextPage","prevButtonLabel","prevPageId","nextButtonLabel","nextPageId","numberInNameError","isLastPage","isPLA","isPLASource","_a","nextButtonDisabled","useMemo","prevButtonDisabled","tooltipContent","showTooltip","handleNext","useCallback","handlePrev","jsxs","Styled.Container","jsx","Button","FlexView","Text","ArrowTooltip","IconButton","Styled.ForwardArrow","Styled.BackwardArrow"],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sources":["../../../../../src/features/trial-session/comps/navigation-bar/index.tsx"],"sourcesContent":["import { useCallback, useMemo, type FC } from 'react';\n\nimport ArrowTooltip from '../../../ui/arrow-tooltip/arrow-tooltip';\nimport Button from '../../../ui/buttons/button/button';\nimport IconButton from '../../../ui/buttons/icon-button/icon-button';\nimport FlexView from '../../../ui/layout/flex-view';\nimport Text from '../../../ui/text/text';\nimport { useTrialSessionContext } from '../../context/use-trial-session-context';\nimport { isPLASource } from '../../helper';\nimport { useTrialSessionNavigation } from '../../hooks/use-trial-session-navigation';\nimport * as Styled from './navigation-bar-styled';\nimport { MAXIMUM_TOPICS_TO_SELECT, TrialPageId } from '../../trial-session-constants';\n\nconst NavigationBar: FC = () => {\n const {\n slideConfig,\n buttonState,\n openEndClassModal,\n studentAbsentInClass,\n trialHomeData,\n formData,\n } = useTrialSessionContext();\n\n const { handleNavigation } = useTrialSessionNavigation();\n\n const {\n left: { isDisabled: isLeftBtnDisabled, isLoading: isLeftBtnLoading },\n right: { isDisabled: isRightBtnDisabled, isLoading: isRightBtnLoading },\n } = buttonState || {};\n\n const { id, prevPage, nextPage } = slideConfig || {};\n const { buttonLabel: prevButtonLabel, pageId: prevPageId } = prevPage || {};\n const { buttonLabel: nextButtonLabel, pageId: nextPageId } = nextPage || {};\n const { numberInNameError, selectedTopics = [] } = formData || {};\n\n const isLastPage = prevPageId && !nextPageId;\n const isPLA = isPLASource(trialHomeData?.intel_student?.source);\n\n const nextButtonDisabled = useMemo(\n () => isRightBtnDisabled || studentAbsentInClass || numberInNameError,\n [isRightBtnDisabled, studentAbsentInClass, numberInNameError],\n );\n const prevButtonDisabled = useMemo(\n () => isLeftBtnDisabled || studentAbsentInClass,\n [isLeftBtnDisabled, studentAbsentInClass],\n );\n\n const tooltipContent = useMemo(() => {\n if (numberInNameError) return 'Please enter a valid name';\n\n if (id === TrialPageId.TOPIC_SELECTION && selectedTopics.length < MAXIMUM_TOPICS_TO_SELECT)\n return `Select any ${MAXIMUM_TOPICS_TO_SELECT} topics to proceed`;\n\n if (studentAbsentInClass) return 'Waiting for student to join...';\n\n return '';\n }, [id, numberInNameError, selectedTopics.length, studentAbsentInClass]);\n\n const handleNext = useCallback(() => {\n handleNavigation('next', nextPageId);\n }, [handleNavigation, nextPageId]);\n\n const handlePrev = useCallback(() => {\n handleNavigation('prev', prevPageId);\n }, [handleNavigation, prevPageId]);\n\n return (\n <Styled.Container\n $flexDirection=\"row-reverse\"\n $justifyContent=\"space-between\"\n $alignItems=\"center\"\n >\n {isLastPage && (\n <Button\n renderAs=\"tertiary\"\n size=\"small\"\n label={isPLA ? 'End the session' : 'End the class'}\n shape=\"square\"\n onClick={openEndClassModal}\n />\n )}\n {nextPageId && nextButtonLabel && (\n <FlexView $flexDirection=\"row\" $alignItems=\"center\" $justifyContent=\"center\" $flexGap={12}>\n <Text $renderAs=\"ab2\" $color=\"BLACK_T_60\">\n {nextButtonLabel}\n </Text>\n <ArrowTooltip\n widthX={8}\n zIndex={2}\n position=\"top-left\"\n renderAs=\"primary\"\n tooltipItem={tooltipContent}\n hidden={!tooltipContent}\n >\n <IconButton\n Icon={Styled.ForwardArrow}\n renderAs=\"primary\"\n analyticsLabel={nextButtonLabel}\n size=\"small\"\n onClick={handleNext}\n disabled={nextButtonDisabled}\n busy={isRightBtnLoading}\n />\n </ArrowTooltip>\n </FlexView>\n )}\n {prevPageId && prevButtonLabel && (\n <FlexView $flexDirection=\"row\" $alignItems=\"center\" $justifyContent=\"center\" $flexGap={12}>\n <IconButton\n Icon={Styled.BackwardArrow}\n renderAs=\"secondary\"\n analyticsLabel={prevButtonLabel}\n size=\"small\"\n onClick={handlePrev}\n disabled={prevButtonDisabled}\n busy={isLeftBtnLoading}\n />\n <Text $renderAs=\"ab2\" $color=\"BLACK_T_60\">\n {prevButtonLabel}\n </Text>\n </FlexView>\n )}\n </Styled.Container>\n );\n};\n\nexport default NavigationBar;\n"],"names":["NavigationBar","slideConfig","buttonState","openEndClassModal","studentAbsentInClass","trialHomeData","formData","useTrialSessionContext","handleNavigation","useTrialSessionNavigation","isLeftBtnDisabled","isLeftBtnLoading","isRightBtnDisabled","isRightBtnLoading","id","prevPage","nextPage","prevButtonLabel","prevPageId","nextButtonLabel","nextPageId","numberInNameError","selectedTopics","isLastPage","isPLA","isPLASource","_a","nextButtonDisabled","useMemo","prevButtonDisabled","tooltipContent","TrialPageId","MAXIMUM_TOPICS_TO_SELECT","handleNext","useCallback","handlePrev","jsxs","Styled.Container","jsx","Button","FlexView","Text","ArrowTooltip","IconButton","Styled.ForwardArrow","Styled.BackwardArrow"],"mappings":"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"}
@@ -22,6 +22,28 @@ const o = [
22
22
  dimension: ["100%", "100%"]
23
23
  }
24
24
  ], e = [
25
+ {
26
+ title: "School Success",
27
+ description: "Keep in sync with school, get help with homework, and prepare for school tests.",
28
+ infoBackground: "PURPLE_1",
29
+ animationSource: n.SCHOOL_SUCCESS_MINI,
30
+ dimension: ["100%", "100%"]
31
+ },
32
+ {
33
+ title: "Test Prep",
34
+ description: "Prepare for contests and standardized tests, like the AMC, Math Kangaroo, SAT, CogAT, NJSLA, etc.",
35
+ infoBackground: "BLUE_1",
36
+ animationSource: n.TEST_PREP_MINI,
37
+ dimension: ["100%", "100%"]
38
+ },
39
+ {
40
+ title: "Enrichment",
41
+ description: "Explore beyond-school topics like Financial Math, Data Science, etc.",
42
+ infoBackground: "ORANGE_1",
43
+ animationSource: n.ENRICHMENT_MINI,
44
+ dimension: ["100%", "100%"]
45
+ }
46
+ ], a = [
25
47
  {
26
48
  title: `stay
27
49
  connected`,
@@ -29,7 +51,7 @@ connected`,
29
51
  receive real-time updates.`,
30
52
  infoBackground: "BLUE_1",
31
53
  animationSource: n.STAY_CONNECTED,
32
- dimension: ["100%", "100%"]
54
+ dimension: [233, 250]
33
55
  },
34
56
  {
35
57
  title: `track
@@ -38,7 +60,7 @@ progress`,
38
60
  areas of improvement.`,
39
61
  infoBackground: "PURPLE_1",
40
62
  animationSource: n.TRACK_PROGRESS,
41
- dimension: ["100%", "100%"]
63
+ dimension: [233, 250]
42
64
  },
43
65
  {
44
66
  title: `easy
@@ -47,9 +69,9 @@ rescheduling`,
47
69
  your class timings.`,
48
70
  infoBackground: "GREEN_1",
49
71
  animationSource: n.EASY_RESCHEDULING,
50
- dimension: ["100%", "100%"]
72
+ dimension: [233, 250]
51
73
  }
52
- ], a = [
74
+ ], t = [
53
75
  {
54
76
  title: `mental
55
77
  math`,
@@ -85,8 +107,9 @@ and stay sharp.`,
85
107
  }
86
108
  ];
87
109
  export {
88
- a as circleDetails,
110
+ t as circleDetails,
89
111
  o as goalDetails,
90
- e as parentAppDetails
112
+ e as goalPlans,
113
+ a as parentAppDetails
91
114
  };
92
115
  //# sourceMappingURL=offering-information-constants.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"offering-information-constants.js","sources":["../../../../../src/features/trial-session/comps/offering-information/offering-information-constants.ts"],"sourcesContent":["import { GIF } from '../../../../assets/gif/gif';\nimport type { TColorNames } from '../../../ui/types';\n\ntype TCircleDetails = {\n title: string;\n description: string | string[];\n animationBackground?: TColorNames;\n infoBackground: TColorNames;\n animationSource: string;\n animationPadding?: number;\n dimension?: (number | string | undefined)[];\n coverAnimation?: boolean;\n}[];\n\nconst goalDetails: TCircleDetails = [\n {\n title: 'Personalized Sessions',\n description: 'Aligned with school curriculum or specific needs',\n infoBackground: 'YELLOW_1',\n animationSource: GIF.PERSONALIZED_SESSION,\n dimension: ['100%', '100%'],\n },\n {\n title: 'Regular Practice',\n description: 'Homework assignments plus daily practice on app',\n infoBackground: 'PURPLE_1',\n animationSource: GIF.REGULAR_PRACTICE,\n dimension: ['100%', '100%'],\n },\n {\n title: 'Parent-tutor conference',\n description: 'Progress review and approach adjustment',\n infoBackground: 'GREEN_1',\n animationSource: GIF.STEPUP,\n dimension: ['100%', '100%'],\n },\n];\n\nconst parentAppDetails: TCircleDetails = [\n {\n title: 'stay \\nconnected',\n description: 'Chat with your tutor and \\nreceive real-time updates.',\n infoBackground: 'BLUE_1',\n animationSource: GIF.STAY_CONNECTED,\n dimension: ['100%', '100%'],\n },\n {\n title: 'track \\nprogress',\n description: 'Progress, strengths, and \\nareas of improvement.',\n infoBackground: 'PURPLE_1',\n animationSource: GIF.TRACK_PROGRESS,\n dimension: ['100%', '100%'],\n },\n {\n title: 'easy \\nrescheduling',\n description: 'Conveniently change \\nyour class timings.',\n infoBackground: 'GREEN_1',\n animationSource: GIF.EASY_RESCHEDULING,\n dimension: ['100%', '100%'],\n },\n];\n\nconst circleDetails: TCircleDetails = [\n {\n title: 'mental \\nmath',\n description: 'Get faster and stay \\nahead in school.',\n animationBackground: 'YELLOW_4',\n infoBackground: 'YELLOW_1',\n animationSource: GIF.SKILLS,\n animationPadding: 25,\n dimension: [200, 200],\n },\n {\n title: 'strategy \\ngames',\n description: 'Train to think deeper \\nand plan ahead',\n animationBackground: 'BLUE_4',\n infoBackground: 'BLUE_1',\n animationSource: GIF.GAMES,\n animationPadding: 25,\n dimension: [200, 200],\n },\n {\n title: 'logic \\npuzzles',\n description: 'Think in new ways, \\nand stay sharp.',\n animationBackground: 'ORANGE_4',\n infoBackground: 'ORANGE_1',\n animationSource: GIF.PUZZLES,\n animationPadding: 25,\n dimension: [200, 200],\n },\n];\n\nexport { goalDetails, parentAppDetails, circleDetails };\n"],"names":["goalDetails","GIF","parentAppDetails","circleDetails"],"mappings":";AAcA,MAAMA,IAA8B;AAAA,EAClC;AAAA,IACE,OAAO;AAAA,IACP,aAAa;AAAA,IACb,gBAAgB;AAAA,IAChB,iBAAiBC,EAAI;AAAA,IACrB,WAAW,CAAC,QAAQ,MAAM;AAAA,EAC5B;AAAA,EACA;AAAA,IACE,OAAO;AAAA,IACP,aAAa;AAAA,IACb,gBAAgB;AAAA,IAChB,iBAAiBA,EAAI;AAAA,IACrB,WAAW,CAAC,QAAQ,MAAM;AAAA,EAC5B;AAAA,EACA;AAAA,IACE,OAAO;AAAA,IACP,aAAa;AAAA,IACb,gBAAgB;AAAA,IAChB,iBAAiBA,EAAI;AAAA,IACrB,WAAW,CAAC,QAAQ,MAAM;AAAA,EAC5B;AACF,GAEMC,IAAmC;AAAA,EACvC;AAAA,IACE,OAAO;AAAA;AAAA,IACP,aAAa;AAAA;AAAA,IACb,gBAAgB;AAAA,IAChB,iBAAiBD,EAAI;AAAA,IACrB,WAAW,CAAC,QAAQ,MAAM;AAAA,EAC5B;AAAA,EACA;AAAA,IACE,OAAO;AAAA;AAAA,IACP,aAAa;AAAA;AAAA,IACb,gBAAgB;AAAA,IAChB,iBAAiBA,EAAI;AAAA,IACrB,WAAW,CAAC,QAAQ,MAAM;AAAA,EAC5B;AAAA,EACA;AAAA,IACE,OAAO;AAAA;AAAA,IACP,aAAa;AAAA;AAAA,IACb,gBAAgB;AAAA,IAChB,iBAAiBA,EAAI;AAAA,IACrB,WAAW,CAAC,QAAQ,MAAM;AAAA,EAC5B;AACF,GAEME,IAAgC;AAAA,EACpC;AAAA,IACE,OAAO;AAAA;AAAA,IACP,aAAa;AAAA;AAAA,IACb,qBAAqB;AAAA,IACrB,gBAAgB;AAAA,IAChB,iBAAiBF,EAAI;AAAA,IACrB,kBAAkB;AAAA,IAClB,WAAW,CAAC,KAAK,GAAG;AAAA,EACtB;AAAA,EACA;AAAA,IACE,OAAO;AAAA;AAAA,IACP,aAAa;AAAA;AAAA,IACb,qBAAqB;AAAA,IACrB,gBAAgB;AAAA,IAChB,iBAAiBA,EAAI;AAAA,IACrB,kBAAkB;AAAA,IAClB,WAAW,CAAC,KAAK,GAAG;AAAA,EACtB;AAAA,EACA;AAAA,IACE,OAAO;AAAA;AAAA,IACP,aAAa;AAAA;AAAA,IACb,qBAAqB;AAAA,IACrB,gBAAgB;AAAA,IAChB,iBAAiBA,EAAI;AAAA,IACrB,kBAAkB;AAAA,IAClB,WAAW,CAAC,KAAK,GAAG;AAAA,EACtB;AACF;"}
1
+ {"version":3,"file":"offering-information-constants.js","sources":["../../../../../src/features/trial-session/comps/offering-information/offering-information-constants.ts"],"sourcesContent":["import { GIF } from '../../../../assets/gif/gif';\nimport type { TColorNames } from '../../../ui/types';\n\ntype TCircleDetails = {\n title: string;\n description: string | string[];\n animationBackground?: TColorNames;\n infoBackground: TColorNames;\n animationSource: string;\n animationPadding?: number;\n dimension?: (number | string | undefined)[];\n coverAnimation?: boolean;\n}[];\n\nconst goalDetails: TCircleDetails = [\n {\n title: 'Personalized Sessions',\n description: 'Aligned with school curriculum or specific needs',\n infoBackground: 'YELLOW_1',\n animationSource: GIF.PERSONALIZED_SESSION,\n dimension: ['100%', '100%'],\n },\n {\n title: 'Regular Practice',\n description: 'Homework assignments plus daily practice on app',\n infoBackground: 'PURPLE_1',\n animationSource: GIF.REGULAR_PRACTICE,\n dimension: ['100%', '100%'],\n },\n {\n title: 'Parent-tutor conference',\n description: 'Progress review and approach adjustment',\n infoBackground: 'GREEN_1',\n animationSource: GIF.STEPUP,\n dimension: ['100%', '100%'],\n },\n];\n\nconst goalPlans: TCircleDetails = [\n {\n title: 'School Success',\n description: 'Keep in sync with school, get help with homework, and prepare for school tests.',\n infoBackground: 'PURPLE_1',\n animationSource: GIF.SCHOOL_SUCCESS_MINI,\n dimension: ['100%', '100%'],\n },\n {\n title: 'Test Prep',\n description:\n 'Prepare for contests and standardized tests, like the AMC, Math Kangaroo, SAT, CogAT, NJSLA, etc.',\n infoBackground: 'BLUE_1',\n animationSource: GIF.TEST_PREP_MINI,\n dimension: ['100%', '100%'],\n },\n {\n title: 'Enrichment',\n description: 'Explore beyond-school topics like Financial Math, Data Science, etc.',\n infoBackground: 'ORANGE_1',\n animationSource: GIF.ENRICHMENT_MINI,\n dimension: ['100%', '100%'],\n },\n];\n\nconst parentAppDetails: TCircleDetails = [\n {\n title: 'stay \\nconnected',\n description: 'Chat with your tutor and \\nreceive real-time updates.',\n infoBackground: 'BLUE_1',\n animationSource: GIF.STAY_CONNECTED,\n dimension: [233, 250],\n },\n {\n title: 'track \\nprogress',\n description: 'Progress, strengths, and \\nareas of improvement.',\n infoBackground: 'PURPLE_1',\n animationSource: GIF.TRACK_PROGRESS,\n dimension: [233, 250],\n },\n {\n title: 'easy \\nrescheduling',\n description: 'Conveniently change \\nyour class timings.',\n infoBackground: 'GREEN_1',\n animationSource: GIF.EASY_RESCHEDULING,\n dimension: [233, 250],\n },\n];\n\nconst circleDetails: TCircleDetails = [\n {\n title: 'mental \\nmath',\n description: 'Get faster and stay \\nahead in school.',\n animationBackground: 'YELLOW_4',\n infoBackground: 'YELLOW_1',\n animationSource: GIF.SKILLS,\n animationPadding: 25,\n dimension: [200, 200],\n },\n {\n title: 'strategy \\ngames',\n description: 'Train to think deeper \\nand plan ahead',\n animationBackground: 'BLUE_4',\n infoBackground: 'BLUE_1',\n animationSource: GIF.GAMES,\n animationPadding: 25,\n dimension: [200, 200],\n },\n {\n title: 'logic \\npuzzles',\n description: 'Think in new ways, \\nand stay sharp.',\n animationBackground: 'ORANGE_4',\n infoBackground: 'ORANGE_1',\n animationSource: GIF.PUZZLES,\n animationPadding: 25,\n dimension: [200, 200],\n },\n];\n\nexport { goalDetails, goalPlans, parentAppDetails, circleDetails };\n"],"names":["goalDetails","GIF","goalPlans","parentAppDetails","circleDetails"],"mappings":";AAcA,MAAMA,IAA8B;AAAA,EAClC;AAAA,IACE,OAAO;AAAA,IACP,aAAa;AAAA,IACb,gBAAgB;AAAA,IAChB,iBAAiBC,EAAI;AAAA,IACrB,WAAW,CAAC,QAAQ,MAAM;AAAA,EAC5B;AAAA,EACA;AAAA,IACE,OAAO;AAAA,IACP,aAAa;AAAA,IACb,gBAAgB;AAAA,IAChB,iBAAiBA,EAAI;AAAA,IACrB,WAAW,CAAC,QAAQ,MAAM;AAAA,EAC5B;AAAA,EACA;AAAA,IACE,OAAO;AAAA,IACP,aAAa;AAAA,IACb,gBAAgB;AAAA,IAChB,iBAAiBA,EAAI;AAAA,IACrB,WAAW,CAAC,QAAQ,MAAM;AAAA,EAC5B;AACF,GAEMC,IAA4B;AAAA,EAChC;AAAA,IACE,OAAO;AAAA,IACP,aAAa;AAAA,IACb,gBAAgB;AAAA,IAChB,iBAAiBD,EAAI;AAAA,IACrB,WAAW,CAAC,QAAQ,MAAM;AAAA,EAC5B;AAAA,EACA;AAAA,IACE,OAAO;AAAA,IACP,aACE;AAAA,IACF,gBAAgB;AAAA,IAChB,iBAAiBA,EAAI;AAAA,IACrB,WAAW,CAAC,QAAQ,MAAM;AAAA,EAC5B;AAAA,EACA;AAAA,IACE,OAAO;AAAA,IACP,aAAa;AAAA,IACb,gBAAgB;AAAA,IAChB,iBAAiBA,EAAI;AAAA,IACrB,WAAW,CAAC,QAAQ,MAAM;AAAA,EAC5B;AACF,GAEME,IAAmC;AAAA,EACvC;AAAA,IACE,OAAO;AAAA;AAAA,IACP,aAAa;AAAA;AAAA,IACb,gBAAgB;AAAA,IAChB,iBAAiBF,EAAI;AAAA,IACrB,WAAW,CAAC,KAAK,GAAG;AAAA,EACtB;AAAA,EACA;AAAA,IACE,OAAO;AAAA;AAAA,IACP,aAAa;AAAA;AAAA,IACb,gBAAgB;AAAA,IAChB,iBAAiBA,EAAI;AAAA,IACrB,WAAW,CAAC,KAAK,GAAG;AAAA,EACtB;AAAA,EACA;AAAA,IACE,OAAO;AAAA;AAAA,IACP,aAAa;AAAA;AAAA,IACb,gBAAgB;AAAA,IAChB,iBAAiBA,EAAI;AAAA,IACrB,WAAW,CAAC,KAAK,GAAG;AAAA,EACtB;AACF,GAEMG,IAAgC;AAAA,EACpC;AAAA,IACE,OAAO;AAAA;AAAA,IACP,aAAa;AAAA;AAAA,IACb,qBAAqB;AAAA,IACrB,gBAAgB;AAAA,IAChB,iBAAiBH,EAAI;AAAA,IACrB,kBAAkB;AAAA,IAClB,WAAW,CAAC,KAAK,GAAG;AAAA,EACtB;AAAA,EACA;AAAA,IACE,OAAO;AAAA;AAAA,IACP,aAAa;AAAA;AAAA,IACb,qBAAqB;AAAA,IACrB,gBAAgB;AAAA,IAChB,iBAAiBA,EAAI;AAAA,IACrB,kBAAkB;AAAA,IAClB,WAAW,CAAC,KAAK,GAAG;AAAA,EACtB;AAAA,EACA;AAAA,IACE,OAAO;AAAA;AAAA,IACP,aAAa;AAAA;AAAA,IACb,qBAAqB;AAAA,IACrB,gBAAgB;AAAA,IAChB,iBAAiBA,EAAI;AAAA,IACrB,kBAAkB;AAAA,IAClB,WAAW,CAAC,KAAK,GAAG;AAAA,EACtB;AACF;"}