@cuemath/leap 2.8.35-beta.0 → 2.8.36-link.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.
Files changed (75) hide show
  1. package/dist/assets/illustrations/illustrations.js +2 -0
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/assets/sounds/sounds.js +7 -0
  4. package/dist/assets/sounds/sounds.js.map +1 -0
  5. package/dist/features/analytics-events/whitelist-events.js +13 -15
  6. package/dist/features/analytics-events/whitelist-events.js.map +1 -1
  7. package/dist/features/cue-canvas/cue-canvas-core.js.map +1 -1
  8. package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js +63 -54
  9. package/dist/features/cue-canvas/hooks/use-canvas-sync-broker.js.map +1 -1
  10. package/dist/features/talk-meter/helper.js +11 -0
  11. package/dist/features/talk-meter/helper.js.map +1 -0
  12. package/dist/features/talk-meter/hooks/use-talk-meter.js +112 -0
  13. package/dist/features/talk-meter/hooks/use-talk-meter.js.map +1 -0
  14. package/dist/features/talk-meter/ripple/index.js +62 -0
  15. package/dist/features/talk-meter/ripple/index.js.map +1 -0
  16. package/dist/features/talk-meter/talk-meter-styled.js +84 -0
  17. package/dist/features/talk-meter/talk-meter-styled.js.map +1 -0
  18. package/dist/features/talk-meter/talk-meter-view/talk-meter-view-styled.js +22 -0
  19. package/dist/features/talk-meter/talk-meter-view/talk-meter-view-styled.js.map +1 -0
  20. package/dist/features/talk-meter/talk-meter-view/talk-meter-view.js +89 -0
  21. package/dist/features/talk-meter/talk-meter-view/talk-meter-view.js.map +1 -0
  22. package/dist/features/talk-meter/talk-meter.js +71 -0
  23. package/dist/features/talk-meter/talk-meter.js.map +1 -0
  24. package/dist/features/ui/grade-selector/grade-tab.js +15 -15
  25. package/dist/features/ui/grade-selector/grade-tab.js.map +1 -1
  26. package/dist/features/ui/tab/tab-styled.js +8 -7
  27. package/dist/features/ui/tab/tab-styled.js.map +1 -1
  28. package/dist/features/ui/tab/tab.js +31 -36
  29. package/dist/features/ui/tab/tab.js.map +1 -1
  30. package/dist/features/ui/theme/tab.js +1 -1
  31. package/dist/features/ui/theme/tab.js.map +1 -1
  32. package/dist/index.d.ts +36 -37
  33. package/dist/index.js +302 -304
  34. package/dist/index.js.map +1 -1
  35. package/dist/static/female-avatar.b8cd1012.svg +1 -0
  36. package/dist/static/male-avatar.2febc9eb.svg +1 -0
  37. package/package.json +2 -3
  38. package/dist/assets/line-icons/icons/sheet.js +0 -54
  39. package/dist/assets/line-icons/icons/sheet.js.map +0 -1
  40. package/dist/features/milestone/milestone-resources/resources-assign/added-resource-and-filters.js +0 -194
  41. package/dist/features/milestone/milestone-resources/resources-assign/added-resource-and-filters.js.map +0 -1
  42. package/dist/features/milestone/milestone-resources/resources-assign/api/get-resource.js +0 -10
  43. package/dist/features/milestone/milestone-resources/resources-assign/api/get-resource.js.map +0 -1
  44. package/dist/features/milestone/milestone-resources/resources-assign/api/goal-resource-assign.js +0 -9
  45. package/dist/features/milestone/milestone-resources/resources-assign/api/goal-resource-assign.js.map +0 -1
  46. package/dist/features/milestone/milestone-resources/resources-assign/api/lpar-resource-assign.js +0 -9
  47. package/dist/features/milestone/milestone-resources/resources-assign/api/lpar-resource-assign.js.map +0 -1
  48. package/dist/features/milestone/milestone-resources/resources-assign/comps/filter-item/filter-item-styled.js +0 -20
  49. package/dist/features/milestone/milestone-resources/resources-assign/comps/filter-item/filter-item-styled.js.map +0 -1
  50. package/dist/features/milestone/milestone-resources/resources-assign/comps/filter-item/filter-item.js +0 -47
  51. package/dist/features/milestone/milestone-resources/resources-assign/comps/filter-item/filter-item.js.map +0 -1
  52. package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/resource-item-styled.js +0 -22
  53. package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/resource-item-styled.js.map +0 -1
  54. package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/resource-item.js +0 -60
  55. package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/resource-item.js.map +0 -1
  56. package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/utils.js +0 -6
  57. package/dist/features/milestone/milestone-resources/resources-assign/comps/resource-item/utils.js.map +0 -1
  58. package/dist/features/milestone/milestone-resources/resources-assign/resource-assign-analytics-events.js +0 -19
  59. package/dist/features/milestone/milestone-resources/resources-assign/resource-assign-analytics-events.js.map +0 -1
  60. package/dist/features/milestone/milestone-resources/resources-assign/resource-items/no-resource-screen.js +0 -22
  61. package/dist/features/milestone/milestone-resources/resources-assign/resource-items/no-resource-screen.js.map +0 -1
  62. package/dist/features/milestone/milestone-resources/resources-assign/resource-items/resource-items-styled.js +0 -17
  63. package/dist/features/milestone/milestone-resources/resources-assign/resource-items/resource-items-styled.js.map +0 -1
  64. package/dist/features/milestone/milestone-resources/resources-assign/resource-items/resource-items.js +0 -95
  65. package/dist/features/milestone/milestone-resources/resources-assign/resource-items/resource-items.js.map +0 -1
  66. package/dist/features/milestone/milestone-resources/resources-assign/resources-assign-styled.js +0 -62
  67. package/dist/features/milestone/milestone-resources/resources-assign/resources-assign-styled.js.map +0 -1
  68. package/dist/features/milestone/milestone-resources/resources-assign/resources-assign.js +0 -189
  69. package/dist/features/milestone/milestone-resources/resources-assign/resources-assign.js.map +0 -1
  70. package/dist/features/milestone/milestone-resources/resources-assign/utils.js +0 -8
  71. package/dist/features/milestone/milestone-resources/resources-assign/utils.js.map +0 -1
  72. package/dist/features/ui/inputs/searchable-input/searchable-input-styled.js +0 -28
  73. package/dist/features/ui/inputs/searchable-input/searchable-input-styled.js.map +0 -1
  74. package/dist/features/ui/inputs/searchable-input/searchable-input.js +0 -101
  75. package/dist/features/ui/inputs/searchable-input/searchable-input.js.map +0 -1
package/dist/index.js CHANGED
@@ -63,117 +63,117 @@ import { default as To } from "./assets/line-icons/icons/redo.js";
63
63
  import { default as So } from "./assets/line-icons/icons/right.js";
64
64
  import { default as Ao } from "./assets/line-icons/icons/ruler.js";
65
65
  import { default as _o } from "./assets/line-icons/icons/search.js";
66
- import { default as Lo } from "./assets/line-icons/icons/sheet.js";
67
- import { default as Mo } from "./assets/line-icons/icons/star.js";
68
- import { default as Ho } from "./assets/line-icons/icons/skip.js";
69
- import { default as Ro } from "./assets/line-icons/icons/skip2.js";
70
- import { default as Go } from "./assets/line-icons/icons/star2.js";
71
- import { default as Bo } from "./assets/line-icons/icons/striked-eye.js";
72
- import { default as bo } from "./assets/line-icons/icons/switch-icon.js";
73
- import { default as vo } from "./assets/line-icons/icons/tick.js";
74
- import { default as Vo } from "./assets/line-icons/icons/trophy.js";
75
- import { default as Qo } from "./assets/line-icons/icons/undo.js";
76
- import { default as Ko } from "./assets/line-icons/icons/unlock.js";
77
- import { default as Jo } from "./assets/line-icons/icons/up.js";
78
- import { default as zo } from "./assets/line-icons/icons/user.js";
79
- import { default as qo } from "./assets/line-icons/icons/user2.js";
80
- import { default as $o, default as er } from "./assets/line-icons/icons/sketch.js";
81
- import { default as rr } from "./assets/line-icons/icons/back2.js";
82
- import { default as ar } from "./assets/line-icons/icons/chevron-right.js";
83
- import { default as sr } from "./assets/line-icons/icons/chevron-left.js";
84
- import { default as pr } from "./assets/line-icons/icons/chevron-down.js";
85
- import { default as ur } from "./assets/line-icons/icons/game.js";
86
- import { default as xr } from "./assets/line-icons/icons/tutoring.js";
87
- import { default as cr } from "./assets/line-icons/icons/chat.js";
88
- import { default as ir } from "./assets/line-icons/icons/cuemath-logo.js";
89
- import { default as Er } from "./assets/line-icons/icons/next2.js";
90
- import { AutoPlayPermissionProvider as Cr } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
91
- import { default as Pr } from "./features/hooks/use-zoom-disable.js";
92
- import { default as hr } from "./features/hooks/use-force-reload.js";
93
- import { default as kr } from "./features/ui/accordion-section/accordion-section.js";
94
- import { default as Nr } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
95
- import { default as Or } from "./features/ui/context-menu/context-menu.js";
96
- import { default as Dr } from "./features/ui/timers/countdown-timer/countdown-timer.js";
97
- import { default as yr } from "./features/ui/nudge/nudge.js";
98
- import { default as gr } from "./features/ui/buttons/button/button.js";
99
- import { default as Ur } from "./features/ui/buttons/clickable/clickable.js";
100
- import { default as Wr } from "./features/ui/buttons/icon-button/icon-button.js";
101
- import { default as wr } from "./features/ui/buttons/text-button/text-button.js";
102
- import { ArcButton as Yr } from "./features/ui/arc-button/arc-button.js";
103
- import { default as Fr } from "./features/ui/error/error.js";
104
- import { default as jr } from "./features/ui/inputs/checkbox-input/checkbox-input.js";
105
- import { default as Zr } from "./features/ui/inputs/checkbox-input-list/checkbox-input-list.js";
106
- import { default as Xr } from "./features/ui/inputs/radio-input/radio-input.js";
107
- import { default as et } from "./features/ui/inputs/select-input/select-input.js";
108
- import { default as rt } from "./features/ui/inputs/searchable-select-input/searchable-select-input.js";
109
- import { default as at } from "./features/ui/inputs/google-places-search-input/google-places-search-input.js";
110
- import { default as st } from "./features/ui/inputs/text-input/text-input.js";
111
- import { default as pt } from "./features/ui/inputs/cascading-select-input/cascading-select-input.js";
112
- import { default as ut } from "./features/ui/inputs/num-range-input/num-range-input.js";
113
- import { default as xt } from "./features/ui/inputs/percentile-input/percentile-input.js";
114
- import { default as ct } from "./features/ui/selection-cards/selection-cards.js";
115
- import { default as it } from "./features/ui/layout/flex-view.js";
116
- import { default as Et } from "./features/ui/loader/app-loader/app-loader.js";
117
- import { CircularLoader as Ct } from "./features/ui/loader/circular-loader/circular-loader.js";
118
- import { default as Pt } from "./features/ui/radio-cards/radio-cards.js";
119
- import { default as ht } from "./features/ui/section-list/section-list.js";
120
- import { default as kt } from "./features/ui/text/text.js";
121
- import { default as Nt } from "./features/ui/tag/tag.js";
122
- import { default as Ot } from "./features/ui/callout/callout.js";
123
- import { default as Dt, useUIContext as Gt } from "./features/ui/context/context.js";
124
- import { default as Bt } from "./features/ui/context/use-tracking-context.js";
125
- import { default as bt } from "./features/ui/hooks/use-context-menu-click-handler.js";
126
- import { getTheme as vt } from "./features/ui/theme/get-theme.js";
127
- import { default as Vt } from "./features/ui/avatar/avatar.js";
128
- import { default as Qt } from "./features/ui/time-left-timeline/time-left-timeline.js";
129
- import { default as Kt } from "./features/ui/tab/tab.js";
130
- import { default as Jt } from "./features/ui/streak-icon/streak-icon.js";
131
- import { default as zt } from "./features/ui/separator/separator.js";
132
- import { default as qt } from "./features/ui/video/index.js";
133
- import { default as $t } from "./features/ui/perfect-hits/perfect-hits.js";
134
- import { PLATFORM_EVENTS_STUDENT as oa } from "./features/analytics-events/platform-events-student.js";
135
- import { PLATFORM_EVENTS_TEACHER as ta } from "./features/analytics-events/platform-events-teacher.js";
136
- import { WHITELIST_EVENTS as fa } from "./features/analytics-events/whitelist-events.js";
137
- import { default as la } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
138
- import { default as ma } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
139
- import { default as da } from "./features/chapters/chapter/chapter.js";
140
- import { default as na } from "./features/chapters/chapters-list/chapters-list.js";
141
- import { default as Ia } from "./features/chapters/lpar-chapter/lpar-chapter.js";
142
- import { default as Ta } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
143
- import { default as Sa } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
144
- import { checkIfPPTNodeType as Aa } from "./features/chapters/lpar-chapter/utils/index.js";
145
- import { GAME_LAUNCHER_ASSET_PADDING as _a, GAME_LAUNCHER_SIZE as ha } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
146
- import { useGetLeaderboardDal as ka } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
147
- import { ELeaderboardType as Na } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
148
- import { useCircleSounds as Oa } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
149
- import { CircleSoundKey as Da } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
150
- import { Tutorial as ya } from "./features/circle-games/games/tutorial/tutorial.js";
151
- import { WebView as ga } from "./features/circle-games/games/web-view/web-view.js";
152
- import { GameId as Ua, LessonId as va, MiniGameId as Wa, ProjectId as Va, PuzzleId as wa } from "./features/circle-games/games/web-view/enums/project-ids-enum.js";
153
- import { ProjectOutcome as Ya } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
154
- import { WebViewEvent as Fa } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
155
- import { ProjectType as ja } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
156
- import { PlayerType as Za } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
157
- import { IStatsToAwardErrorCode as Xa } from "./features/circle-games/games/web-view/web-view-types.js";
158
- import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as ef } from "./features/circle-games/enum/circle-onboarding-steps.js";
159
- import { GameLauncher as rf } from "./features/circle-games/game-launcher/game-launcher.js";
160
- import { useGetCircleHomeDetailsDal as af } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
161
- import { usePostUpdateCircleJourneyDal as sf } from "./features/circle-games/game-launcher/dal/use-post-update-circle-journey-dal/use-post-update-circle-journey-dal.js";
162
- import { Leaderboard as pf } from "./features/circle-games/leaderboard/leaderboard.js";
163
- import { BackgroundImage as uf, CircularSteps as df } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
164
- import { SplashScreen as nf } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
165
- import { SignUp as If } from "./features/circle-games/sign-up/sign-up.js";
166
- import { default as Ef } from "./features/cue-canvas/cue-canvas-provider.js";
167
- import { default as Cf } from "./features/cue-canvas/toolbar/toolbar.js";
168
- import { default as Pf } from "./features/cue-canvas/cue-canvas.js";
169
- import { default as hf } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
170
- import { default as kf } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
171
- import { default as Nf } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
172
- import { EVENTS as Of } from "./features/communication/pub-sub/constants.js";
173
- import { useInClassActionDispatcher as Df, useInClassActionListener as Gf } from "./features/communication/pub-sub/hooks.js";
174
- import { default as Bf } from "./features/trial-session/trial-session.js";
175
- import { EClassTimeAlertLevel as bf } from "./features/trial-session/trial-session-types.js";
176
- import { useClassTimeAlerts as vf } from "./features/trial-session/hooks/use-class-time-alerts.js";
66
+ import { default as Lo } from "./assets/line-icons/icons/star.js";
67
+ import { default as Mo } from "./assets/line-icons/icons/skip.js";
68
+ import { default as Ho } from "./assets/line-icons/icons/skip2.js";
69
+ import { default as Ro } from "./assets/line-icons/icons/star2.js";
70
+ import { default as Go } from "./assets/line-icons/icons/striked-eye.js";
71
+ import { default as Bo } from "./assets/line-icons/icons/switch-icon.js";
72
+ import { default as bo } from "./assets/line-icons/icons/tick.js";
73
+ import { default as vo } from "./assets/line-icons/icons/trophy.js";
74
+ import { default as Vo } from "./assets/line-icons/icons/undo.js";
75
+ import { default as Qo } from "./assets/line-icons/icons/unlock.js";
76
+ import { default as Ko } from "./assets/line-icons/icons/up.js";
77
+ import { default as Jo } from "./assets/line-icons/icons/user.js";
78
+ import { default as zo } from "./assets/line-icons/icons/user2.js";
79
+ import { default as qo, default as Xo } from "./assets/line-icons/icons/sketch.js";
80
+ import { default as er } from "./assets/line-icons/icons/back2.js";
81
+ import { default as rr } from "./assets/line-icons/icons/chevron-right.js";
82
+ import { default as ar } from "./assets/line-icons/icons/chevron-left.js";
83
+ import { default as sr } from "./assets/line-icons/icons/chevron-down.js";
84
+ import { default as pr } from "./assets/line-icons/icons/game.js";
85
+ import { default as ur } from "./assets/line-icons/icons/tutoring.js";
86
+ import { default as xr } from "./assets/line-icons/icons/chat.js";
87
+ import { default as cr } from "./assets/line-icons/icons/cuemath-logo.js";
88
+ import { default as ir } from "./assets/line-icons/icons/next2.js";
89
+ import { AutoPlayPermissionProvider as Er } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
90
+ import { default as Cr } from "./features/hooks/use-zoom-disable.js";
91
+ import { default as Pr } from "./features/hooks/use-force-reload.js";
92
+ import { default as hr } from "./features/ui/accordion-section/accordion-section.js";
93
+ import { default as kr } from "./features/ui/arrow-tooltip/arrow-tooltip.js";
94
+ import { default as Nr } from "./features/ui/context-menu/context-menu.js";
95
+ import { default as Or } from "./features/ui/timers/countdown-timer/countdown-timer.js";
96
+ import { default as Dr } from "./features/ui/nudge/nudge.js";
97
+ import { default as yr } from "./features/ui/buttons/button/button.js";
98
+ import { default as gr } from "./features/ui/buttons/clickable/clickable.js";
99
+ import { default as Ur } from "./features/ui/buttons/icon-button/icon-button.js";
100
+ import { default as Wr } from "./features/ui/buttons/text-button/text-button.js";
101
+ import { ArcButton as wr } from "./features/ui/arc-button/arc-button.js";
102
+ import { default as Yr } from "./features/ui/error/error.js";
103
+ import { default as Fr } from "./features/ui/inputs/checkbox-input/checkbox-input.js";
104
+ import { default as jr } from "./features/ui/inputs/checkbox-input-list/checkbox-input-list.js";
105
+ import { default as Zr } from "./features/ui/inputs/radio-input/radio-input.js";
106
+ import { default as Xr } from "./features/ui/inputs/select-input/select-input.js";
107
+ import { default as et } from "./features/ui/inputs/searchable-select-input/searchable-select-input.js";
108
+ import { default as rt } from "./features/ui/inputs/google-places-search-input/google-places-search-input.js";
109
+ import { default as at } from "./features/ui/inputs/text-input/text-input.js";
110
+ import { default as st } from "./features/ui/inputs/cascading-select-input/cascading-select-input.js";
111
+ import { default as pt } from "./features/ui/inputs/num-range-input/num-range-input.js";
112
+ import { default as ut } from "./features/ui/inputs/percentile-input/percentile-input.js";
113
+ import { default as xt } from "./features/ui/selection-cards/selection-cards.js";
114
+ import { default as ct } from "./features/ui/layout/flex-view.js";
115
+ import { default as it } from "./features/ui/loader/app-loader/app-loader.js";
116
+ import { CircularLoader as Et } from "./features/ui/loader/circular-loader/circular-loader.js";
117
+ import { default as Ct } from "./features/ui/radio-cards/radio-cards.js";
118
+ import { default as Pt } from "./features/ui/section-list/section-list.js";
119
+ import { default as ht } from "./features/ui/text/text.js";
120
+ import { default as kt } from "./features/ui/tag/tag.js";
121
+ import { default as Nt } from "./features/ui/callout/callout.js";
122
+ import { default as Ot, useUIContext as Rt } from "./features/ui/context/context.js";
123
+ import { default as Gt } from "./features/ui/context/use-tracking-context.js";
124
+ import { default as Bt } from "./features/ui/hooks/use-context-menu-click-handler.js";
125
+ import { getTheme as bt } from "./features/ui/theme/get-theme.js";
126
+ import { default as vt } from "./features/ui/avatar/avatar.js";
127
+ import { default as Vt } from "./features/ui/time-left-timeline/time-left-timeline.js";
128
+ import { default as Qt } from "./features/ui/tab/tab.js";
129
+ import { default as Kt } from "./features/ui/streak-icon/streak-icon.js";
130
+ import { default as Jt } from "./features/ui/separator/separator.js";
131
+ import { default as zt } from "./features/ui/video/index.js";
132
+ import { default as qt } from "./features/ui/perfect-hits/perfect-hits.js";
133
+ import { PLATFORM_EVENTS_STUDENT as $t } from "./features/analytics-events/platform-events-student.js";
134
+ import { PLATFORM_EVENTS_TEACHER as oa } from "./features/analytics-events/platform-events-teacher.js";
135
+ import { WHITELIST_EVENTS as ta } from "./features/analytics-events/whitelist-events.js";
136
+ import { default as fa } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
137
+ import { default as la } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
138
+ import { default as ma } from "./features/chapters/chapter/chapter.js";
139
+ import { default as da } from "./features/chapters/chapters-list/chapters-list.js";
140
+ import { default as na } from "./features/chapters/lpar-chapter/lpar-chapter.js";
141
+ import { default as Ia } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
142
+ import { default as Ta } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
143
+ import { checkIfPPTNodeType as Sa } from "./features/chapters/lpar-chapter/utils/index.js";
144
+ import { GAME_LAUNCHER_ASSET_PADDING as Aa, GAME_LAUNCHER_SIZE as Pa } from "./features/circle-games/game-launcher/comps/segmented-game-card/constants.js";
145
+ import { useGetLeaderboardDal as ha } from "./features/circle-games/leaderboard/dal/use-get-leaderboard-dal/use-get-leaderboard-dal.js";
146
+ import { ELeaderboardType as ka } from "./features/circle-games/leaderboard/enums/leaderboard-type-enum.js";
147
+ import { useCircleSounds as Na } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds.js";
148
+ import { CircleSoundKey as Oa } from "./features/circle-games/hooks/use-circle-sounds/use-circle-sounds-enums.js";
149
+ import { Tutorial as Da } from "./features/circle-games/games/tutorial/tutorial.js";
150
+ import { WebView as ya } from "./features/circle-games/games/web-view/web-view.js";
151
+ import { GameId as ga, LessonId as ba, MiniGameId as Ua, ProjectId as va, PuzzleId as Wa } from "./features/circle-games/games/web-view/enums/project-ids-enum.js";
152
+ import { ProjectOutcome as wa } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
153
+ import { WebViewEvent as Ya } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
154
+ import { ProjectType as Fa } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
155
+ import { PlayerType as ja } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
156
+ import { IStatsToAwardErrorCode as Za } from "./features/circle-games/games/web-view/web-view-types.js";
157
+ import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as Xa } from "./features/circle-games/enum/circle-onboarding-steps.js";
158
+ import { GameLauncher as ef } from "./features/circle-games/game-launcher/game-launcher.js";
159
+ import { useGetCircleHomeDetailsDal as rf } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
160
+ import { usePostUpdateCircleJourneyDal as af } from "./features/circle-games/game-launcher/dal/use-post-update-circle-journey-dal/use-post-update-circle-journey-dal.js";
161
+ import { Leaderboard as sf } from "./features/circle-games/leaderboard/leaderboard.js";
162
+ import { BackgroundImage as pf, CircularSteps as mf } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
163
+ import { SplashScreen as df } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
164
+ import { SignUp as nf } from "./features/circle-games/sign-up/sign-up.js";
165
+ import { default as If } from "./features/cue-canvas/cue-canvas-provider.js";
166
+ import { default as Ef } from "./features/cue-canvas/toolbar/toolbar.js";
167
+ import { default as Cf } from "./features/cue-canvas/cue-canvas.js";
168
+ import { default as Pf } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
169
+ import { default as hf } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
170
+ import { default as kf } from "./features/communication/hooks/use-trial-session-message-broker/use-trial-session-message-broker.js";
171
+ import { EVENTS as Nf } from "./features/communication/pub-sub/constants.js";
172
+ import { useInClassActionDispatcher as Of, useInClassActionListener as Rf } from "./features/communication/pub-sub/hooks.js";
173
+ import { default as Gf } from "./features/trial-session/trial-session.js";
174
+ import { EClassTimeAlertLevel as Bf } from "./features/trial-session/trial-session-types.js";
175
+ import { useClassTimeAlerts as bf } from "./features/trial-session/hooks/use-class-time-alerts.js";
176
+ import { default as vf } from "./features/talk-meter/talk-meter.js";
177
177
  import { default as Vf } from "./features/extra-practice/extra-practice.js";
178
178
  import { useAutoPlayPermission as Qf } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
179
179
  import { JOURNEY_ID_STUDENT as Kf } from "./features/journey/journey-id/journey-id-student.js";
@@ -196,47 +196,46 @@ import { default as _s } from "./features/milestone/milestone-list-container/mil
196
196
  import { default as Ls } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
197
197
  import { default as Ms } from "./features/milestone/start/milestone-start.js";
198
198
  import { default as Hs } from "./features/milestone/milestone-tests/tests-creation/tests-creation.js";
199
- import { default as Rs } from "./features/milestone/milestone-resources/resources-assign/resources-assign.js";
200
- import { ACHIEVEMENT_ACTIONS as Gs, STAGES as ys } from "./features/milestone/outcome/milestone-outcome-constants.js";
201
- import { invalidateMilestonesData as gs, useGetAllMilestonesdata as bs } from "./features/milestone/milestone-list-container/api/get-milestones.js";
202
- import { invalidateTestHelpData as vs, useGetTestHelpData as Ws } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
203
- import { invalidateMilestoneResources as ws, useGetMilestoneResources as Qs } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
204
- import { default as Ks } from "./features/pointer-sync/pointer.js";
205
- import { default as Js } from "./features/pointer-sync/hooks/use-pointer-sync.js";
206
- import { PostGameStats as zs } from "./features/post-game-stats/post-game-stats.js";
207
- import { EPostGameStat as qs } from "./features/post-game-stats/enums/post-game-stats-enum.js";
208
- import { default as $s } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
209
- import { default as ol } from "./features/sheet-tools/tool-header/tool-header.js";
210
- import { default as tl } from "./features/sheets/sheets-list/sheets-list.js";
211
- import { default as fl } from "./features/sheets/reference-sheet/reference-sheet.js";
212
- import { isV3Worksheet as ll, isV3WorksheetAttempt as pl } from "./features/sheets/utils/is-v3-worksheet.js";
213
- import { COMPLETED_SHEET_STATE as ul, NODE_LABELS as dl, NODE_SUB_GROUP as xl, NODE_TYPE as nl, PYTHON_NODE_TYPES as cl, REWARDS_LIST as Il, SHEET_ACTIONS as il, SHEET_ATTEMPT_LOCATION as Tl, SHEET_ATTEMPT_LOCATION_MAP as El, SHEET_ATTEMPT_STATE as Sl, SHEET_DATA_TYPE as Cl, SHEET_STATE as Al } from "./features/sheets/constants/sheet.js";
214
- import { default as _l } from "./features/student-details/student-details.js";
215
- import { default as Ll } from "./features/utils/load-script.js";
216
- import { ACTION_BAR_HEIGHT as Ml, QUESTIONS_GAP as Nl, QUESTION_WIDTH as Hl, TOP_NAVIGATION_HEIGHT as Ol } from "./features/worksheet/worksheet/constants.js";
217
- import { isOkayTypeQuestion as Dl } from "./features/worksheet/worksheet/worksheet-helpers.js";
218
- import { default as yl } from "./features/worksheet/worksheet/worksheet-container.js";
219
- import { default as gl } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
220
- import { default as Ul } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
221
- import { default as Wl } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
222
- import { default as wl } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
223
- import { default as Yl } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
224
- import { default as Fl } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
225
- import { default as jl } from "./features/maintenance/maintenance.js";
199
+ import { ACHIEVEMENT_ACTIONS as Rs, STAGES as Ds } from "./features/milestone/outcome/milestone-outcome-constants.js";
200
+ import { invalidateMilestonesData as ys, useGetAllMilestonesdata as Bs } from "./features/milestone/milestone-list-container/api/get-milestones.js";
201
+ import { invalidateTestHelpData as bs, useGetTestHelpData as Us } from "./features/milestone/milestone-list-container/api/get-tests-list.js";
202
+ import { invalidateMilestoneResources as Ws, useGetMilestoneResources as Vs } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
203
+ import { default as Qs } from "./features/pointer-sync/pointer.js";
204
+ import { default as Ks } from "./features/pointer-sync/hooks/use-pointer-sync.js";
205
+ import { PostGameStats as Js } from "./features/post-game-stats/post-game-stats.js";
206
+ import { EPostGameStat as zs } from "./features/post-game-stats/enums/post-game-stats-enum.js";
207
+ import { default as qs } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
208
+ import { default as $s } from "./features/sheet-tools/tool-header/tool-header.js";
209
+ import { default as ol } from "./features/sheets/sheets-list/sheets-list.js";
210
+ import { default as tl } from "./features/sheets/reference-sheet/reference-sheet.js";
211
+ import { isV3Worksheet as fl, isV3WorksheetAttempt as sl } from "./features/sheets/utils/is-v3-worksheet.js";
212
+ import { COMPLETED_SHEET_STATE as pl, NODE_LABELS as ml, NODE_SUB_GROUP as ul, NODE_TYPE as dl, PYTHON_NODE_TYPES as xl, REWARDS_LIST as nl, SHEET_ACTIONS as cl, SHEET_ATTEMPT_LOCATION as Il, SHEET_ATTEMPT_LOCATION_MAP as il, SHEET_ATTEMPT_STATE as Tl, SHEET_DATA_TYPE as El, SHEET_STATE as Sl } from "./features/sheets/constants/sheet.js";
213
+ import { default as Al } from "./features/student-details/student-details.js";
214
+ import { default as _l } from "./features/utils/load-script.js";
215
+ import { ACTION_BAR_HEIGHT as Ll, QUESTIONS_GAP as kl, QUESTION_WIDTH as Ml, TOP_NAVIGATION_HEIGHT as Nl } from "./features/worksheet/worksheet/constants.js";
216
+ import { isOkayTypeQuestion as Ol } from "./features/worksheet/worksheet/worksheet-helpers.js";
217
+ import { default as Dl } from "./features/worksheet/worksheet/worksheet-container.js";
218
+ import { default as yl } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
219
+ import { default as gl } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
220
+ import { default as Ul } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
221
+ import { default as Wl } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
222
+ import { default as wl } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
223
+ import { default as Yl } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
224
+ import { default as Fl } from "./features/maintenance/maintenance.js";
226
225
  export {
227
- Gs as ACHIEVEMENT_ACTIONS,
228
- kr as AccordionSection,
226
+ Rs as ACHIEVEMENT_ACTIONS,
227
+ hr as AccordionSection,
229
228
  ns as AchievementNotShareReasonModal,
230
229
  Is as AchievementShareInstructionModal,
231
230
  x as AlertIcon,
232
- Et as AppLoader,
233
- Yr as ArcButton,
234
- Nr as ArrowTooltip,
235
- Cr as AutoPlayPermissionProvider,
236
- Vt as Avatar,
237
- rr as Back2Icon,
231
+ it as AppLoader,
232
+ wr as ArcButton,
233
+ kr as ArrowTooltip,
234
+ Er as AutoPlayPermissionProvider,
235
+ vt as Avatar,
236
+ er as Back2Icon,
238
237
  c as BackIcon,
239
- uf as BackgroundImage,
238
+ pf as BackgroundImage,
240
239
  E as Bin2Icon,
241
240
  i as BinIcon,
242
241
  h as Book2Icon,
@@ -245,71 +244,70 @@ export {
245
244
  k as BookmarkIcon,
246
245
  O as Bulb2Icon,
247
246
  N as BulbIcon,
248
- gr as Button,
249
- ef as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
250
- ul as COMPLETED_SHEET_STATE,
247
+ yr as Button,
248
+ Xa as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
249
+ pl as COMPLETED_SHEET_STATE,
251
250
  D as CalendarIcon,
252
- Ot as Callout,
253
- pt as CascadingSelectInput,
254
- da as Chapter,
251
+ Nt as Callout,
252
+ st as CascadingSelectInput,
253
+ ma as Chapter,
255
254
  fs as ChapterClearanceConfirmationModal,
256
- na as ChaptersList,
257
- cr as ChatIcon,
255
+ da as ChaptersList,
256
+ xr as ChatIcon,
258
257
  g as Check2Icon,
259
258
  y as CheckIcon,
260
- jr as CheckboxInput,
261
- Zr as CheckboxInputList,
262
- pr as ChevronDownIcon,
263
- sr as ChevronLeftIcon,
264
- ar as ChevronRightIcon,
265
- Da as CircleSoundKey,
266
- Ct as CircularLoader,
267
- df as CircularSteps,
268
- Ur as Clickable,
259
+ Fr as CheckboxInput,
260
+ jr as CheckboxInputList,
261
+ sr as ChevronDownIcon,
262
+ ar as ChevronLeftIcon,
263
+ rr as ChevronRightIcon,
264
+ Oa as CircleSoundKey,
265
+ Et as CircularLoader,
266
+ mf as CircularSteps,
267
+ gr as Clickable,
269
268
  U as ClipboardIcon,
270
269
  w as Clock2Icon,
271
270
  W as ClockIcon,
272
271
  $f as Coachmark,
273
272
  Y as CodeIcon,
274
- Or as ContextMenu,
273
+ Nr as ContextMenu,
275
274
  F as CopyIcon,
276
- Dr as CountdownTimer,
275
+ Or as CountdownTimer,
277
276
  j as CrossIcon,
278
- Pf as CueCanvas,
279
- Cf as CueCanvasController,
280
- Ef as CueCanvasProvider,
277
+ Cf as CueCanvas,
278
+ Ef as CueCanvasController,
279
+ If as CueCanvasProvider,
281
280
  Z as CueRocket,
282
- ir as CuemathLogo,
281
+ cr as CuemathLogo,
283
282
  X as DashArrowIcon,
284
- $s as DesmosCalculator,
283
+ qs as DesmosCalculator,
285
284
  ee as DownIcon,
286
285
  re as DraftIcon,
287
286
  ae as DragIcon,
288
- bf as EClassTimeAlertLevel,
289
- Na as ELeaderboardType,
290
- Rs as EPResourceAssign,
291
- qs as EPostGameStat,
292
- Of as EVENTS,
287
+ Bf as EClassTimeAlertLevel,
288
+ ka as ELeaderboardType,
289
+ zs as EPostGameStat,
290
+ Nf as EVENTS,
293
291
  pe as Edit2Icon,
294
292
  se as EditIcon,
295
293
  Ts as EditMilestoneModal,
296
294
  ue as EditStarIcon,
297
295
  xe as EraserIcon,
298
- Fr as Error,
299
- ol as ExpandableHeader,
296
+ Yr as Error,
297
+ $s as ExpandableHeader,
300
298
  Vf as ExtraPractice,
301
299
  ie as Eye2Icon,
302
300
  ce as EyeIcon,
303
- it as FlexView,
304
- _a as GAME_LAUNCHER_ASSET_PADDING,
305
- ha as GAME_LAUNCHER_SIZE,
306
- ur as GameIcon,
307
- Ua as GameId,
308
- rf as GameLauncher,
301
+ ct as FlexView,
302
+ Aa as GAME_LAUNCHER_ASSET_PADDING,
303
+ Pa as GAME_LAUNCHER_SIZE,
304
+ pr as GameIcon,
305
+ ga as GameId,
306
+ ef as GameLauncher,
309
307
  ts as GoalCreationConfirmationModal,
310
308
  ms as GoalDraftEdit,
311
309
  Ss as GoalEdit,
312
- at as GooglePlacesSearchInput,
310
+ rt as GooglePlacesSearchInput,
313
311
  r as GradeSelector,
314
312
  Ee as HandIcon,
315
313
  Ce as HelpIcon,
@@ -317,8 +315,8 @@ export {
317
315
  he as HomeIcon,
318
316
  s as ILLUSTRATIONS,
319
317
  p as IMAGES,
320
- Xa as IStatsToAwardErrorCode,
321
- Wr as IconButton,
318
+ Za as IStatsToAwardErrorCode,
319
+ Ur as IconButton,
322
320
  ke as ImageIcon,
323
321
  qf as IndicatorType,
324
322
  Oe as Info2Icon,
@@ -326,156 +324,156 @@ export {
326
324
  Kf as JOURNEY_ID_STUDENT,
327
325
  zf as JourneyProvider,
328
326
  u as LOTTIE,
329
- Ia as LPARChapter,
330
- Ta as LPARMilestoneChapter,
331
- pf as Leaderboard,
332
- wl as LearnosityPreloader,
327
+ na as LPARChapter,
328
+ Ia as LPARMilestoneChapter,
329
+ sf as Leaderboard,
330
+ Wl as LearnosityPreloader,
333
331
  De as LeftIcon,
334
- va as LessonId,
332
+ ba as LessonId,
335
333
  ge as Lock2Icon,
336
334
  ye as LockIcon,
337
- jl as Maintenance,
335
+ Fl as Maintenance,
338
336
  Ls as MilestoneActionWidget,
339
337
  ls as MilestoneCreate,
340
338
  As as MilestoneEdit,
341
339
  _s as MilestoneList,
342
340
  ds as MilestoneOutcome,
343
341
  Ms as MilestoneStart,
344
- Wa as MiniGameId,
342
+ Ua as MiniGameId,
345
343
  We as Minus2Icon,
346
344
  Ue as MinusIcon,
347
345
  we as MistakeIcon,
348
346
  Ye as Mobile,
349
347
  Fe as MoreVerticalIcon,
350
- ma as MultiTabBlocker,
351
- dl as NODE_LABELS,
352
- xl as NODE_SUB_GROUP,
353
- nl as NODE_TYPE,
354
- Er as Next2Icon,
348
+ la as MultiTabBlocker,
349
+ ml as NODE_LABELS,
350
+ ul as NODE_SUB_GROUP,
351
+ dl as NODE_TYPE,
352
+ ir as Next2Icon,
355
353
  je as NextIcon,
356
- yr as Nudge,
357
- ut as NumRangeInput,
358
- oa as PLATFORM_EVENTS_STUDENT,
359
- ta as PLATFORM_EVENTS_TEACHER,
360
- cl as PYTHON_NODE_TYPES,
354
+ Dr as Nudge,
355
+ pt as NumRangeInput,
356
+ $t as PLATFORM_EVENTS_STUDENT,
357
+ oa as PLATFORM_EVENTS_TEACHER,
358
+ xl as PYTHON_NODE_TYPES,
361
359
  Ze as PencilIcon,
362
- xt as PercentileInput,
363
- $t as PerfectHits,
360
+ ut as PercentileInput,
361
+ qt as PerfectHits,
364
362
  ro as Play2Icon,
365
363
  eo as PlayIcon,
366
- Za as PlayerType,
364
+ ja as PlayerType,
367
365
  so as Plus2Icon,
368
366
  ao as PlusIcon,
369
367
  Xe as PointerIcon,
370
- zs as PostGameStats,
368
+ Js as PostGameStats,
371
369
  po as PracticeIcon,
372
- gl as PreviewWorksheet,
370
+ yl as PreviewWorksheet,
373
371
  uo as ProgressIcon,
374
- Va as ProjectId,
375
- Ya as ProjectOutcome,
376
- ja as ProjectType,
377
- wa as PuzzleId,
372
+ va as ProjectId,
373
+ wa as ProjectOutcome,
374
+ Fa as ProjectType,
375
+ Wa as PuzzleId,
378
376
  no as QuestionIcon,
379
377
  Io as QuestionLetterIcon,
380
- Il as REWARDS_LIST,
381
- Pt as RadioCard,
382
- Xr as RadioInput,
378
+ nl as REWARDS_LIST,
379
+ Ct as RadioCard,
380
+ Zr as RadioInput,
383
381
  To as RedoIcon,
384
- fl as ReferenceSheet,
385
- Ks as RemotePeerPointer,
382
+ tl as ReferenceSheet,
383
+ Qs as RemotePeerPointer,
386
384
  So as RightIcon,
387
385
  Ao as RulerIcon,
388
- Sa as SATSheetSummary,
389
- il as SHEET_ACTIONS,
390
- Tl as SHEET_ATTEMPT_LOCATION,
391
- El as SHEET_ATTEMPT_LOCATION_MAP,
392
- Sl as SHEET_ATTEMPT_STATE,
393
- Cl as SHEET_DATA_TYPE,
394
- Al as SHEET_STATE,
395
- ys as STAGES,
396
- $o as ScribbleIcon,
386
+ Ta as SATSheetSummary,
387
+ cl as SHEET_ACTIONS,
388
+ Il as SHEET_ATTEMPT_LOCATION,
389
+ il as SHEET_ATTEMPT_LOCATION_MAP,
390
+ Tl as SHEET_ATTEMPT_STATE,
391
+ El as SHEET_DATA_TYPE,
392
+ Sl as SHEET_STATE,
393
+ Ds as STAGES,
394
+ qo as ScribbleIcon,
397
395
  _o as SearchIcon,
398
- rt as SearchableSelectInput,
399
- ht as SectionList,
400
- et as SelectInput,
401
- ct as SelectionCards,
402
- zt as Separator,
403
- Wl as SheetError,
404
- Lo as SheetIcon,
405
- tl as SheetList,
406
- Ul as SheetLocked,
407
- If as SignUp,
408
- er as SketchIcon,
409
- Ro as Skip2Icon,
410
- Ho as SkipIcon,
411
- nf as SplashScreen,
412
- Go as Star2Icon,
413
- Mo as StarIcon,
396
+ et as SearchableSelectInput,
397
+ Pt as SectionList,
398
+ Xr as SelectInput,
399
+ xt as SelectionCards,
400
+ Jt as Separator,
401
+ Ul as SheetError,
402
+ ol as SheetList,
403
+ gl as SheetLocked,
404
+ nf as SignUp,
405
+ Xo as SketchIcon,
406
+ Ho as Skip2Icon,
407
+ Mo as SkipIcon,
408
+ df as SplashScreen,
409
+ Ro as Star2Icon,
410
+ Lo as StarIcon,
414
411
  a as Stepper,
415
- Jt as StreakIcon,
416
- Bo as StrikedEyeIcon,
417
- _l as StudentDetails,
412
+ Kt as StreakIcon,
413
+ Go as StrikedEyeIcon,
414
+ Al as StudentDetails,
418
415
  os as SubmitMilestoneModal,
419
- bo as SwitchIcon,
420
- Kt as TabComponent,
421
- Nt as Tag,
416
+ Bo as SwitchIcon,
417
+ Qt as TabComponent,
418
+ kt as Tag,
419
+ vf as TalkMeter,
422
420
  Hs as TestsCreation,
423
- kt as Text,
424
- wr as TextButton,
425
- st as TextInput,
426
- vo as TickIcon,
427
- Qt as TimeLeftTimeline,
428
- Bf as TrialSession,
429
- Vo as TrophyIcon,
430
- ya as Tutorial,
431
- xr as TutoringIcon,
432
- Dt as UIContext,
433
- Qo as UndoIcon,
434
- Ko as UnlockIcon,
435
- Jo as UpIcon,
436
- qo as User2Icon,
437
- zo as UserIcon,
438
- qt as Video,
439
- fa as WHITELIST_EVENTS,
440
- Ml as WORKSHEET_ACTION_BAR_HEIGHT,
441
- Nl as WORKSHEET_QUESTIONS_GAP,
442
- Hl as WORKSHEET_QUESTION_WIDTH,
443
- Ol as WORKSHEET_TOP_NAVIGATION_HEIGHT,
444
- ga as WebView,
445
- Fa as WebViewEvent,
446
- yl as Worksheet,
447
- Aa as checkIfPPTNodeType,
448
- vt as getTheme,
449
- ws as invalidateMilestoneResources,
450
- gs as invalidateMilestonesData,
451
- vs as invalidateTestHelpData,
452
- Dl as isOkayTypeQuestion,
453
- ll as isV3Worksheet,
454
- pl as isV3WorksheetAttempt,
455
- Ll as loadScript,
421
+ ht as Text,
422
+ Wr as TextButton,
423
+ at as TextInput,
424
+ bo as TickIcon,
425
+ Vt as TimeLeftTimeline,
426
+ Gf as TrialSession,
427
+ vo as TrophyIcon,
428
+ Da as Tutorial,
429
+ ur as TutoringIcon,
430
+ Ot as UIContext,
431
+ Vo as UndoIcon,
432
+ Qo as UnlockIcon,
433
+ Ko as UpIcon,
434
+ zo as User2Icon,
435
+ Jo as UserIcon,
436
+ zt as Video,
437
+ ta as WHITELIST_EVENTS,
438
+ Ll as WORKSHEET_ACTION_BAR_HEIGHT,
439
+ kl as WORKSHEET_QUESTIONS_GAP,
440
+ Ml as WORKSHEET_QUESTION_WIDTH,
441
+ Nl as WORKSHEET_TOP_NAVIGATION_HEIGHT,
442
+ ya as WebView,
443
+ Ya as WebViewEvent,
444
+ Dl as Worksheet,
445
+ Sa as checkIfPPTNodeType,
446
+ bt as getTheme,
447
+ Ws as invalidateMilestoneResources,
448
+ ys as invalidateMilestonesData,
449
+ bs as invalidateTestHelpData,
450
+ Ol as isOkayTypeQuestion,
451
+ fl as isV3Worksheet,
452
+ sl as isV3WorksheetAttempt,
453
+ _l as loadScript,
456
454
  Qf as useAutoPlayPermission,
457
- hf as useCanvasSyncBroker,
458
- Oa as useCircleSounds,
459
- vf as useClassTimeAlerts,
460
- bt as useContextMenuClickHandler,
461
- hr as useForceReload,
462
- bs as useGetAllMilestonesdata,
463
- af as useGetCircleHomeDetailsDal,
464
- ka as useGetLeaderboardDal,
465
- Qs as useGetMilestoneResources,
466
- Ws as useGetTestHelpData,
467
- Df as useInClassActionDispatcher,
468
- Gf as useInClassActionListener,
469
- kf as useInClassMessageBroker,
470
- Yl as useIsLearnosityLoaded,
471
- la as useIsTabBlocked,
455
+ Pf as useCanvasSyncBroker,
456
+ Na as useCircleSounds,
457
+ bf as useClassTimeAlerts,
458
+ Bt as useContextMenuClickHandler,
459
+ Pr as useForceReload,
460
+ Bs as useGetAllMilestonesdata,
461
+ rf as useGetCircleHomeDetailsDal,
462
+ ha as useGetLeaderboardDal,
463
+ Vs as useGetMilestoneResources,
464
+ Us as useGetTestHelpData,
465
+ Of as useInClassActionDispatcher,
466
+ Rf as useInClassActionListener,
467
+ hf as useInClassMessageBroker,
468
+ wl as useIsLearnosityLoaded,
469
+ fa as useIsTabBlocked,
472
470
  Jf as useJourney,
473
- Js as usePointerSync,
474
- sf as usePostUpdateCircleJourneyDal,
475
- Bt as useTrackingContext,
476
- Nf as useTrialSessionMessageBroker,
477
- Gt as useUIContext,
478
- Fl as useWorksheetLayout,
479
- Pr as useZoomDisable
471
+ Ks as usePointerSync,
472
+ af as usePostUpdateCircleJourneyDal,
473
+ Gt as useTrackingContext,
474
+ kf as useTrialSessionMessageBroker,
475
+ Rt as useUIContext,
476
+ Yl as useWorksheetLayout,
477
+ Cr as useZoomDisable
480
478
  };
481
479
  //# sourceMappingURL=index.js.map