@cuemath/leap 3.3.10-j2 → 3.3.11-guru.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 (85) hide show
  1. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js +4 -4
  2. package/dist/features/auth/comps/linear-progress-bar/linear-progress-bar.js.map +1 -1
  3. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js +2 -2
  4. package/dist/features/auth/pla-signup/onboarding-guide/onboarding-guide.js.map +1 -1
  5. package/dist/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/question-overview.js +19 -18
  6. package/dist/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/question-overview.js.map +1 -1
  7. package/dist/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary-styled.js +7 -7
  8. package/dist/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary-styled.js.map +1 -1
  9. package/dist/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js +26 -24
  10. package/dist/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js.map +1 -1
  11. package/dist/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/summary-module.js +15 -13
  12. package/dist/features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/summary-module.js.map +1 -1
  13. package/dist/features/chapters/lpar-chapter/constants/index.js.map +1 -1
  14. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js +129 -69
  15. package/dist/features/chapters-v2/chapter-details/block-sections/block-section-view.js.map +1 -1
  16. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js +24 -23
  17. package/dist/features/chapters-v2/chapter-details/block-sections/block-sections.js.map +1 -1
  18. package/dist/features/chapters-v2/chapter-details/chapter-details.js +71 -68
  19. package/dist/features/chapters-v2/chapter-details/chapter-details.js.map +1 -1
  20. package/dist/features/chapters-v2/comps/node-card/node-card-styled.js +36 -31
  21. package/dist/features/chapters-v2/comps/node-card/node-card-styled.js.map +1 -1
  22. package/dist/features/chapters-v2/comps/sat-mock-test/sat-mock-test-styled.js +22 -0
  23. package/dist/features/chapters-v2/comps/sat-mock-test/sat-mock-test-styled.js.map +1 -0
  24. package/dist/features/chapters-v2/comps/sat-mock-test/sat-mock-test.js +151 -0
  25. package/dist/features/chapters-v2/comps/sat-mock-test/sat-mock-test.js.map +1 -0
  26. package/dist/features/chapters-v2/constants/block-constants.js +7 -5
  27. package/dist/features/chapters-v2/constants/block-constants.js.map +1 -1
  28. package/dist/features/chapters-v2/utils/index.js +8 -2
  29. package/dist/features/chapters-v2/utils/index.js.map +1 -1
  30. package/dist/features/chapters-v2/utils/sat-sheet-utils.js +12 -0
  31. package/dist/features/chapters-v2/utils/sat-sheet-utils.js.map +1 -0
  32. package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js +8 -4
  33. package/dist/features/journey/hooks/use-home-page-journey/home-page-homeworks-mock.js.map +1 -1
  34. package/dist/features/parent-dashboard/comps/cuemath-app-features/cuemath-app-features.js +2 -2
  35. package/dist/features/parent-dashboard/comps/cuemath-app-features/cuemath-app-features.js.map +1 -1
  36. package/dist/features/parent-dashboard/comps/math-practice/math-practice.js +12 -12
  37. package/dist/features/parent-dashboard/comps/math-practice/math-practice.js.map +1 -1
  38. package/dist/features/sheets/constants/sheet.js +12 -4
  39. package/dist/features/sheets/constants/sheet.js.map +1 -1
  40. package/dist/features/trial-session/comps/pla/next-steps/next-steps.js +6 -6
  41. package/dist/features/trial-session/comps/pla/next-steps/next-steps.js.map +1 -1
  42. package/dist/features/trial-session/comps/pla/session-status/session-status.js.map +1 -1
  43. package/dist/features/trial-session/comps/pla/session-summary/summary-card/summary-card.js +13 -13
  44. package/dist/features/trial-session/comps/pla/session-summary/summary-card/summary-card.js.map +1 -1
  45. package/dist/features/trial-session/comps/pla/upcoming-sessions/upcoming-sessions-types.js.map +1 -1
  46. package/dist/features/trial-session/comps/pla/upcoming-sessions/upcoming-sessions.js +9 -9
  47. package/dist/features/trial-session/comps/pla/upcoming-sessions/upcoming-sessions.js.map +1 -1
  48. package/dist/features/worksheet/worksheet/worksheet-behavior-helper.js +38 -38
  49. package/dist/features/worksheet/worksheet/worksheet-behavior-helper.js.map +1 -1
  50. package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js +128 -126
  51. package/dist/features/worksheet/worksheet/worksheet-questions-controller/worksheet-questions-controller.js.map +1 -1
  52. package/dist/index.d.ts +27 -27
  53. package/dist/index.js +146 -149
  54. package/dist/index.js.map +1 -1
  55. package/dist/node_modules/query-string/base.js +1 -1
  56. package/dist/node_modules/query-string/node_modules/decode-uri-component/index.js.map +1 -0
  57. package/dist/node_modules/uuid/dist/esm-browser/regex.js +5 -0
  58. package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +1 -0
  59. package/dist/node_modules/uuid/dist/esm-browser/rng.js +2 -3
  60. package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
  61. package/dist/node_modules/uuid/dist/esm-browser/stringify.js +10 -6
  62. package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
  63. package/dist/node_modules/uuid/dist/esm-browser/v4.js +9 -12
  64. package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
  65. package/dist/node_modules/uuid/dist/esm-browser/validate.js +8 -0
  66. package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +1 -0
  67. package/package.json +2 -3
  68. package/dist/features/parent-dashboard/api/parent-home.js +0 -10
  69. package/dist/features/parent-dashboard/api/parent-home.js.map +0 -1
  70. package/dist/features/parent-dashboard/comps/compact-header/compact-header.js +0 -30
  71. package/dist/features/parent-dashboard/comps/compact-header/compact-header.js.map +0 -1
  72. package/dist/features/parent-dashboard/hooks/use-parent-home-data.js +0 -64
  73. package/dist/features/parent-dashboard/hooks/use-parent-home-data.js.map +0 -1
  74. package/dist/features/parent-dashboard/parent-dashboard-constants.js +0 -26
  75. package/dist/features/parent-dashboard/parent-dashboard-constants.js.map +0 -1
  76. package/dist/features/parent-dashboard/parent-dashboard-styled.js +0 -33
  77. package/dist/features/parent-dashboard/parent-dashboard-styled.js.map +0 -1
  78. package/dist/features/parent-dashboard/parent-dashboard-view.js +0 -203
  79. package/dist/features/parent-dashboard/parent-dashboard-view.js.map +0 -1
  80. package/dist/features/parent-dashboard/parent-dashboard.js +0 -8
  81. package/dist/features/parent-dashboard/parent-dashboard.js.map +0 -1
  82. package/dist/node_modules/decode-uri-component/index.js.map +0 -1
  83. package/dist/node_modules/uuid/dist/esm-browser/native.js +0 -7
  84. package/dist/node_modules/uuid/dist/esm-browser/native.js.map +0 -1
  85. /package/dist/node_modules/{decode-uri-component → query-string/node_modules/decode-uri-component}/index.js +0 -0
package/dist/index.js CHANGED
@@ -10,17 +10,17 @@ import { default as T } from "./assets/line-icons/icons/bin.js";
10
10
  import { default as C } from "./assets/line-icons/icons/bin2.js";
11
11
  import { default as P } from "./assets/line-icons/icons/book-closed.js";
12
12
  import { default as h } from "./assets/line-icons/icons/book.js";
13
- import { default as L } from "./assets/line-icons/icons/book2.js";
13
+ import { default as N } from "./assets/line-icons/icons/book2.js";
14
14
  import { default as k } from "./assets/line-icons/icons/bookmark.js";
15
- import { default as O } from "./assets/line-icons/icons/bulb.js";
15
+ import { default as M } from "./assets/line-icons/icons/bulb.js";
16
16
  import { default as g } from "./assets/line-icons/icons/bulb2.js";
17
17
  import { default as G } from "./assets/line-icons/icons/calendar.js";
18
18
  import { default as v } from "./assets/line-icons/icons/check.js";
19
- import { default as U } from "./assets/line-icons/icons/check2.js";
19
+ import { default as b } from "./assets/line-icons/icons/check2.js";
20
20
  import { default as z } from "./assets/line-icons/icons/clipboard.js";
21
21
  import { default as w } from "./assets/line-icons/icons/clock.js";
22
22
  import { default as V } from "./assets/line-icons/icons/clock2.js";
23
- import { default as Y } from "./assets/line-icons/icons/code.js";
23
+ import { default as J } from "./assets/line-icons/icons/code.js";
24
24
  import { default as K } from "./assets/line-icons/icons/copy.js";
25
25
  import { default as Z } from "./assets/line-icons/icons/cross.js";
26
26
  import { default as X } from "./assets/line-icons/icons/cue-rocket.js";
@@ -37,17 +37,17 @@ import { default as Te } from "./assets/line-icons/icons/eye2.js";
37
37
  import { default as Ce } from "./assets/line-icons/icons/exclamation.js";
38
38
  import { default as Pe } from "./assets/line-icons/icons/hand.js";
39
39
  import { default as he } from "./assets/line-icons/icons/hint-fill.js";
40
- import { default as Le } from "./assets/line-icons/icons/help.js";
40
+ import { default as Ne } from "./assets/line-icons/icons/help.js";
41
41
  import { default as ke } from "./assets/line-icons/icons/highlighter.js";
42
- import { default as Oe } from "./assets/line-icons/icons/home.js";
42
+ import { default as Me } from "./assets/line-icons/icons/home.js";
43
43
  import { default as ge } from "./assets/line-icons/icons/image.js";
44
44
  import { default as Ge } from "./assets/line-icons/icons/info.js";
45
45
  import { default as ve } from "./assets/line-icons/icons/info2.js";
46
- import { default as Ue } from "./assets/line-icons/icons/left.js";
46
+ import { default as be } from "./assets/line-icons/icons/left.js";
47
47
  import { default as ze } from "./assets/line-icons/icons/lock.js";
48
48
  import { default as we } from "./assets/line-icons/icons/lock2.js";
49
49
  import { default as Ve } from "./assets/line-icons/icons/lock3.js";
50
- import { default as Ye } from "./assets/line-icons/icons/minus.js";
50
+ import { default as Je } from "./assets/line-icons/icons/minus.js";
51
51
  import { default as Ke } from "./assets/line-icons/icons/minus2.js";
52
52
  import { default as Ze } from "./assets/line-icons/icons/mistake.js";
53
53
  import { default as Xe } from "./assets/line-icons/icons/mobile.js";
@@ -64,16 +64,16 @@ import { default as Eo } from "./assets/line-icons/icons/progress.js";
64
64
  import { default as Ao } from "./assets/line-icons/icons/puzzle-icon.js";
65
65
  import { default as _o } from "./assets/line-icons/icons/puzzle2.js";
66
66
  import { default as Ro } from "./assets/line-icons/icons/question.js";
67
- import { default as No } from "./assets/line-icons/icons/question-letter.js";
68
- import { default as Mo } from "./assets/line-icons/icons/redo.js";
67
+ import { default as Lo } from "./assets/line-icons/icons/question-letter.js";
68
+ import { default as Oo } from "./assets/line-icons/icons/redo.js";
69
69
  import { default as Do } from "./assets/line-icons/icons/right.js";
70
70
  import { default as Ho } from "./assets/line-icons/icons/ruler.js";
71
71
  import { default as yo } from "./assets/line-icons/icons/search.js";
72
- import { default as bo } from "./assets/line-icons/icons/sheet.js";
72
+ import { default as Uo } from "./assets/line-icons/icons/sheet.js";
73
73
  import { default as Bo } from "./assets/line-icons/icons/star.js";
74
74
  import { default as Fo } from "./assets/line-icons/icons/skip-colored.js";
75
75
  import { default as Wo } from "./assets/line-icons/icons/skip.js";
76
- import { default as Jo } from "./assets/line-icons/icons/skip2.js";
76
+ import { default as Yo } from "./assets/line-icons/icons/skip2.js";
77
77
  import { default as Qo } from "./assets/line-icons/icons/star2.js";
78
78
  import { default as jo } from "./assets/line-icons/icons/star3.js";
79
79
  import { default as qo } from "./assets/line-icons/icons/status.js";
@@ -90,17 +90,17 @@ import { default as Sr } from "./assets/line-icons/icons/user2.js";
90
90
  import { default as Er, default as Cr } from "./assets/line-icons/icons/sketch.js";
91
91
  import { default as Pr } from "./assets/line-icons/icons/back2.js";
92
92
  import { default as hr } from "./assets/line-icons/icons/chevron-right.js";
93
- import { default as Lr } from "./assets/line-icons/icons/chevron-left.js";
93
+ import { default as Nr } from "./assets/line-icons/icons/chevron-left.js";
94
94
  import { default as kr } from "./assets/line-icons/icons/chevron-down.js";
95
- import { default as Or } from "./assets/line-icons/icons/game.js";
95
+ import { default as Mr } from "./assets/line-icons/icons/game.js";
96
96
  import { default as gr } from "./assets/line-icons/icons/tutoring.js";
97
97
  import { default as Gr } from "./assets/line-icons/icons/chat.js";
98
98
  import { default as vr } from "./assets/line-icons/icons/cuemath-logo.js";
99
- import { default as Ur } from "./assets/line-icons/icons/next2.js";
99
+ import { default as br } from "./assets/line-icons/icons/next2.js";
100
100
  import { default as zr } from "./assets/line-icons/icons/evening.js";
101
101
  import { default as wr } from "./assets/line-icons/icons/after-noon.js";
102
102
  import { default as Vr } from "./assets/line-icons/icons/morning.js";
103
- import { default as Yr } from "./assets/line-icons/icons/screen-grab-filled.js";
103
+ import { default as Jr } from "./assets/line-icons/icons/screen-grab-filled.js";
104
104
  import { default as Kr } from "./assets/line-icons/icons/sticker-filled.js";
105
105
  import { default as Zr } from "./assets/line-icons/icons/cue-board-filled.js";
106
106
  import { default as Xr } from "./assets/line-icons/icons/cue-board.js";
@@ -117,17 +117,17 @@ import { default as Tt } from "./features/ui/context-menu/context-menu.js";
117
117
  import { default as Ct } from "./features/ui/timers/countdown-timer/countdown-timer.js";
118
118
  import { default as Pt } from "./features/ui/nudge/nudge.js";
119
119
  import { default as ht } from "./features/ui/buttons/button/button.js";
120
- import { default as Lt } from "./features/ui/buttons/clickable/clickable.js";
120
+ import { default as Nt } from "./features/ui/buttons/clickable/clickable.js";
121
121
  import { default as kt } from "./features/ui/buttons/icon-button/icon-button.js";
122
- import { default as Ot } from "./features/ui/buttons/text-button/text-button.js";
122
+ import { default as Mt } from "./features/ui/buttons/text-button/text-button.js";
123
123
  import { ArcButton as gt } from "./features/ui/arc-button/arc-button.js";
124
124
  import { default as Gt } from "./features/ui/error/error.js";
125
125
  import { default as vt } from "./features/ui/inputs/checkbox-input/checkbox-input.js";
126
- import { default as Ut } from "./features/ui/inputs/checkbox-input-list/checkbox-input-list.js";
126
+ import { default as bt } from "./features/ui/inputs/checkbox-input-list/checkbox-input-list.js";
127
127
  import { default as zt } from "./features/ui/inputs/radio-input/radio-input.js";
128
128
  import { default as wt } from "./features/ui/inputs/select-input/select-input.js";
129
129
  import { default as Vt } from "./features/ui/inputs/searchable-select-input/searchable-select-input.js";
130
- import { default as Yt } from "./features/ui/inputs/google-places-search-input/google-places-search-input.js";
130
+ import { default as Jt } from "./features/ui/inputs/google-places-search-input/google-places-search-input.js";
131
131
  import { default as Kt } from "./features/ui/inputs/text-input/text-input.js";
132
132
  import { default as Zt } from "./features/ui/inputs/base-input/base-input.js";
133
133
  import { default as Xt } from "./features/ui/inputs/cascading-select-input/cascading-select-input.js";
@@ -144,16 +144,16 @@ import { default as Ta } from "./features/ui/radio-cards/radio-cards.js";
144
144
  import { default as Ca } from "./features/ui/section-list/section-list.js";
145
145
  import { default as Pa } from "./features/ui/text/text.js";
146
146
  import { default as ha } from "./features/ui/tag/tag.js";
147
- import { default as La } from "./features/ui/callout/callout.js";
148
- import { default as ka, useUIContext as Ma } from "./features/ui/context/context.js";
147
+ import { default as Na } from "./features/ui/callout/callout.js";
148
+ import { default as ka, useUIContext as Oa } from "./features/ui/context/context.js";
149
149
  import { default as Da } from "./features/ui/context/use-tracking-context.js";
150
150
  import { default as Ha } from "./features/ui/hooks/use-context-menu-click-handler.js";
151
151
  import { EDeviceType as ya } from "./features/ui/theme/constants.js";
152
- import { getTheme as ba } from "./features/ui/theme/get-theme.js";
152
+ import { getTheme as Ua } from "./features/ui/theme/get-theme.js";
153
153
  import { default as Ba } from "./features/ui/avatar/avatar.js";
154
154
  import { default as Fa } from "./features/ui/time-left-timeline/time-left-timeline.js";
155
155
  import { default as Wa } from "./features/ui/tab/tab.js";
156
- import { default as Ja } from "./features/ui/streak-icon/streak-icon.js";
156
+ import { default as Ya } from "./features/ui/streak-icon/streak-icon.js";
157
157
  import { default as Qa } from "./features/ui/separator/separator.js";
158
158
  import { default as ja } from "./features/ui/video/index.js";
159
159
  import { default as qa } from "./features/ui/perfect-hits/perfect-hits.js";
@@ -170,17 +170,17 @@ import { WHITELIST_EVENTS as Tf } from "./features/analytics-events/whitelist-ev
170
170
  import { default as Cf } from "./features/auth/comps/auth-static-panel/auth-static-panel.js";
171
171
  import { default as Pf } from "./features/auth/comps/auth-page-layout/auth-page-layout.js";
172
172
  import { default as hf } from "./features/auth/comps/overlay-loader/overlay-loader.js";
173
- import { default as Lf } from "./features/auth/comps/tabs/tabs.js";
173
+ import { default as Nf } from "./features/auth/comps/tabs/tabs.js";
174
174
  import { default as kf } from "./features/auth/comps/input-status-icon/input-status-icon.js";
175
- import { default as Of } from "./features/auth/comps/resend-otp/resend-otp.js";
175
+ import { default as Mf } from "./features/auth/comps/resend-otp/resend-otp.js";
176
176
  import { default as gf } from "./features/auth/comps/otp-input/otp-input.js";
177
177
  import { default as Gf } from "./features/auth/comps/pill-button/pill-button.js";
178
178
  import { default as vf } from "./features/auth/comps/linear-progress-bar/linear-progress-bar.js";
179
- import { default as Uf } from "./features/auth/comps/selectable-info-card/selectable-info-card.js";
179
+ import { default as bf } from "./features/auth/comps/selectable-info-card/selectable-info-card.js";
180
180
  import { default as zf } from "./features/auth/comps/animated-avatar-message/animated-avatar-message.js";
181
181
  import { default as wf } from "./features/auth/comps/user-list/user-list.js";
182
182
  import { default as Vf } from "./features/auth/signup/user-type-selector/user-type-selector.js";
183
- import { default as Yf } from "./features/auth/signup/claim-user-account/claim-user-account.js";
183
+ import { default as Jf } from "./features/auth/signup/claim-user-account/claim-user-account.js";
184
184
  import { default as Kf } from "./features/auth/signup/custom-input-field/grade-input/grade-input.js";
185
185
  import { default as Zf } from "./features/auth/signup/custom-input-field/date-picker-input/date-picker-input.js";
186
186
  import { default as Xf } from "./features/auth/signup/custom-input-field/custom-input-field.js";
@@ -197,17 +197,17 @@ import { default as Ts } from "./features/auth/login/identifier-otp-form/identif
197
197
  import { default as Cs } from "./features/auth/forgot-password/otp-form/otp-form.js";
198
198
  import { default as Ps } from "./features/auth/forgot-password/reset-password-form/reset-password-form.js";
199
199
  import { default as hs } from "./features/auth/forgot-password/user-identifier-form/user-identifier-form.js";
200
- import { AUTH_TABS as Ls } from "./features/auth/login/login-constants.js";
200
+ import { AUTH_TABS as Ns } from "./features/auth/login/login-constants.js";
201
201
  import { AuthApiErrorCode as ks } from "./features/auth/auth-constants.js";
202
- import { PLA_ANALYTICS_EVENTS as Os } from "./features/auth/pla-signup/pla-analytics-events.js";
202
+ import { PLA_ANALYTICS_EVENTS as Ms } from "./features/auth/pla-signup/pla-analytics-events.js";
203
203
  import { default as gs } from "./features/av/av-preview/av-preview.js";
204
204
  import { default as Gs } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
205
205
  import { default as vs } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
206
- import { default as Us } from "./features/chapters/chapter/chapter.js";
206
+ import { default as bs } from "./features/chapters/chapter/chapter.js";
207
207
  import { default as zs } from "./features/chapters/chapters-list/chapters-list.js";
208
208
  import { default as ws } from "./features/chapters/lpar-chapter/lpar-chapter.js";
209
209
  import { default as Vs } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
210
- import { default as Ys } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
210
+ import { default as Js } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
211
211
  import { checkIfPPTNodeType as Ks } from "./features/chapters/lpar-chapter/utils/index.js";
212
212
  import { getActiveSATSheet as Zs } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-utils.js";
213
213
  import { default as Xs } from "./features/chapters-v2/chapter-details/chapter-details.js";
@@ -224,16 +224,16 @@ import { WebView as Tl } from "./features/circle-games/games/web-view/web-view.j
224
224
  import { ProjectOutcome as Cl } from "./features/circle-games/games/web-view/enums/project-outcomes-enum.js";
225
225
  import { WebViewEvent as Pl } from "./features/circle-games/games/web-view/enums/web-view-events-enum.js";
226
226
  import { ProjectType as hl } from "./features/circle-games/games/web-view/enums/project-type-enum.js";
227
- import { PlayerType as Ll } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
227
+ import { PlayerType as Nl } from "./features/circle-games/games/web-view/enums/player-type-enum.js";
228
228
  import { IStatsToAwardErrorCode as kl } from "./features/circle-games/games/web-view/web-view-types.js";
229
- import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as Ol } from "./features/circle-games/enum/circle-onboarding-steps.js";
229
+ import { CIRCLE_ONBOARDING_ANALYTICS_STEPS as Ml } from "./features/circle-games/enum/circle-onboarding-steps.js";
230
230
  import { CIRCLE_ACTION_IDS as gl } from "./features/circle-games/enum/circle-action-ids.js";
231
231
  import { GameLauncher as Gl } from "./features/circle-games/game-launcher/game-launcher.js";
232
232
  import { useGetCircleHomeDetailsDal as vl } from "./features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js";
233
- import { Leaderboard as Ul } from "./features/circle-games/leaderboard/leaderboard.js";
233
+ import { Leaderboard as bl } from "./features/circle-games/leaderboard/leaderboard.js";
234
234
  import { BackgroundImage as zl, CircularSteps as Fl } from "./features/circle-games/sign-up/comp/circular-steps/circular-steps.js";
235
235
  import { SplashScreen as Wl } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
236
- import { SignUp as Jl } from "./features/circle-games/sign-up/sign-up.js";
236
+ import { SignUp as Yl } from "./features/circle-games/sign-up/sign-up.js";
237
237
  import { default as Ql } from "./features/cue-canvas/cue-canvas-provider.js";
238
238
  import { default as jl } from "./features/cue-canvas/toolbar/toolbar.js";
239
239
  import { default as ql } from "./features/cue-canvas/cue-canvas.js";
@@ -250,17 +250,17 @@ import { default as Tu } from "./features/trial-session/comps/pla/session-status
250
250
  import { default as Cu } from "./features/trial-session/comps/pla/session-summary/session-summary.js";
251
251
  import { default as Pu } from "./features/trial-session/comps/pla/next-steps/next-steps.js";
252
252
  import { default as hu } from "./features/trial-session/comps/pla/upcoming-sessions/upcoming-sessions.js";
253
- import { default as Lu } from "./features/trial-session/comps/session-report/report-information/report-information.js";
253
+ import { default as Nu } from "./features/trial-session/comps/session-report/report-information/report-information.js";
254
254
  import { default as ku } from "./features/trial-session/comps/student-profile/student-profile-highlights/student-profile-highlights.js";
255
- import { EClassTimeAlertLevel as Ou } from "./features/trial-session/trial-session-types.js";
255
+ import { EClassTimeAlertLevel as Mu } from "./features/trial-session/trial-session-types.js";
256
256
  import { ESessionStatus as gu } from "./features/trial-session/comps/pla/upcoming-sessions/upcoming-sessions-types.js";
257
257
  import { useGetSessionReports as Gu } from "./features/trial-session/api/trial-home.js";
258
258
  import { useClassTimeAlerts as vu } from "./features/trial-session/hooks/use-class-time-alerts.js";
259
- import { default as Uu } from "./features/talk-meter/talk-meter.js";
259
+ import { default as bu } from "./features/talk-meter/talk-meter.js";
260
260
  import { default as zu } from "./features/extra-practice/extra-practice.js";
261
261
  import { default as wu } from "./features/homework/hw-card-list/hw-card-list.js";
262
262
  import { invalidateHomeworks as Vu } from "./features/homework/hw-card-list/api/get-homeworks.js";
263
- import { useAutoPlayPermission as Yu } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
263
+ import { useAutoPlayPermission as Ju } from "./features/hooks/use-auto-play-permission/use-auto-play-permission.js";
264
264
  import { JOURNEY_ID_STUDENT as Ku } from "./features/journey/journey-id/journey-id-student.js";
265
265
  import { JOURNEY_ID_TEACHER as Zu } from "./features/journey/journey-id/journey-id-teacher.js";
266
266
  import { useJourney as Xu } from "./features/journey/use-journey/use-journey.js";
@@ -277,17 +277,17 @@ import { useTeacherPuzzleAssignedJourney as Tp } from "./features/journey/hooks/
277
277
  import { usePuzzleAttemptJourney as Cp } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-attempt-journey.js";
278
278
  import { usePuzzleReviewJourney as Pp } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-review-journey.js";
279
279
  import { usePuzzleUnassignJourney as hp } from "./features/journey/hooks/use-puzzles-journey/use-puzzle-unassign-journey.js";
280
- import { default as Lp } from "./features/maintenance/maintenance.js";
280
+ import { default as Np } from "./features/maintenance/maintenance.js";
281
281
  import { default as kp } from "./features/milestone/create/submit-modal/submit-modal.js";
282
- import { default as Op } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
282
+ import { default as Mp } from "./features/milestone/create/comps/confirmation-modals/goal-creation-confirmation.js";
283
283
  import { default as gp } from "./features/milestone/create/comps/confirmation-modals/chapter-clearance-confirmation.js";
284
284
  import { default as Gp } from "./features/milestone/create/milestone-create-container.js";
285
285
  import { default as vp } from "./features/milestone/edit/goal-drafts/goal-draft-edit-container.js";
286
- import { default as Up } from "./features/milestone/outcome/milestone-outcome-container.js";
286
+ import { default as bp } from "./features/milestone/outcome/milestone-outcome-container.js";
287
287
  import { default as zp } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
288
288
  import { default as wp } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
289
289
  import { default as Vp } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
290
- import { default as Yp } from "./features/milestone/edit/goal-edit-container.js";
290
+ import { default as Jp } from "./features/milestone/edit/goal-edit-container.js";
291
291
  import { default as Kp } from "./features/milestone/edit/milestone-edit-container.js";
292
292
  import { default as Zp } from "./features/milestone/milestone-list-container/milestone-list-container.js";
293
293
  import { default as Xp } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
@@ -302,43 +302,41 @@ import { invalidateTestHelpData as Sm, useGetTestHelpData as Tm } from "./featur
302
302
  import { invalidateMilestoneResources as Cm, useGetMilestoneResources as Am } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
303
303
  import { default as _m } from "./features/pointer-sync/pointer.js";
304
304
  import { default as Rm } from "./features/pointer-sync/hooks/use-pointer-sync.js";
305
- import { DigitalMeter as Nm } from "./features/post-game-stats/digital-meter/digital-meter.js";
306
- import { EPostGameStat as Mm } from "./features/post-game-stats/enums/post-game-stats-enum.js";
305
+ import { DigitalMeter as Lm } from "./features/post-game-stats/digital-meter/digital-meter.js";
306
+ import { EPostGameStat as Om } from "./features/post-game-stats/enums/post-game-stats-enum.js";
307
307
  import { PostGameStats as Dm } from "./features/post-game-stats/post-game-stats.js";
308
308
  import { default as Hm } from "./features/recent-chapters/recent-chapters.js";
309
309
  import { SENTRY_DENIED_URLS as ym, SENTRY_IGNORED_ERRORS as vm } from "./features/sentry/constants/ignored.js";
310
- import { default as Um } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
310
+ import { default as bm } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
311
311
  import { default as zm } from "./features/sheet-tools/tool-header/tool-header.js";
312
312
  import { default as wm } from "./features/sheets/sheets-list/sheets-list.js";
313
313
  import { default as Vm } from "./features/sheets/reference-sheet/reference-sheet.js";
314
- import { WORKSHEET_V3_NODE_TYPES as Ym } from "./features/sheets/utils/is-v3-worksheet.js";
315
- import { COMPLETED_SHEET_STATE as Km, NODE_LABELS as jm, NODE_SUB_GROUP as Zm, NODE_TYPE as qm, PYTHON_NODE_TYPES as Xm, REWARDS_LIST as $m, SHEET_ACTIONS as ed, SHEET_ATTEMPT_LOCATION as od, SHEET_ATTEMPT_LOCATION_MAP as rd, SHEET_ATTEMPT_STATE as td, SHEET_DATA_TYPE as ad, SHEET_STATE as fd } from "./features/sheets/constants/sheet.js";
316
- import { default as ld } from "./features/student-details/student-details.js";
317
- import { default as pd } from "./features/utils/load-script.js";
318
- import { ACTION_BAR_HEIGHT as dd, QUESTIONS_GAP as xd, QUESTION_WIDTH as nd, TOP_NAVIGATION_HEIGHT as cd } from "./features/worksheet/worksheet/constants.js";
319
- import { isOkayTypeQuestion as Id } from "./features/worksheet/worksheet/worksheet-helpers.js";
320
- import { default as Td } from "./features/worksheet/worksheet/worksheet-container.js";
321
- import { default as Cd } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
322
- import { default as Pd } from "./features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js";
323
- import { default as hd } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
314
+ import { WORKSHEET_V3_NODE_TYPES as Jm } from "./features/sheets/utils/is-v3-worksheet.js";
315
+ import { COMPLETED_SHEET_STATE as Km, NODE_LABELS as jm, NODE_SUB_GROUP as Zm, NODE_TYPE as qm, PYTHON_NODE_TYPES as Xm, REWARDS_LIST as $m, SAT_NODE_TYPE as ed, SHEET_ACTIONS as od, SHEET_ATTEMPT_LOCATION as rd, SHEET_ATTEMPT_LOCATION_MAP as td, SHEET_ATTEMPT_STATE as ad, SHEET_DATA_TYPE as fd, SHEET_STATE as sd } from "./features/sheets/constants/sheet.js";
316
+ import { default as ud } from "./features/student-details/student-details.js";
317
+ import { default as md } from "./features/utils/load-script.js";
318
+ import { ACTION_BAR_HEIGHT as xd, QUESTIONS_GAP as nd, QUESTION_WIDTH as cd, TOP_NAVIGATION_HEIGHT as id } from "./features/worksheet/worksheet/constants.js";
319
+ import { isOkayTypeQuestion as Sd } from "./features/worksheet/worksheet/worksheet-helpers.js";
320
+ import { default as Ed } from "./features/worksheet/worksheet/worksheet-container.js";
321
+ import { default as Ad } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
322
+ import { default as _d } from "./features/worksheet/worksheet-preview/dynamic-worksheet-preview/dynamic-worksheet-preview.js";
323
+ import { default as Rd } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
324
324
  import { default as Ld } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
325
- import { default as kd } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
326
- import { default as Od } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
327
- import { default as gd } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
328
- import { default as Gd } from "./features/puzzles/puzzle-container/puzzle-container.js";
329
- import { default as vd } from "./features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js";
330
- import { default as Ud } from "./features/puzzles/puzzle-dashboard/puzzle-dashboard.js";
331
- import { default as zd } from "./features/puzzles/app/puzzle-app.js";
332
- import { invalidatePuzzleToAssign as wd, useGetPuzzleToAssign as Wd } from "./features/puzzles/api/puzzle-assign.js";
325
+ import { default as Od } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
326
+ import { default as Dd } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
327
+ import { default as Hd } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
328
+ import { default as yd } from "./features/puzzles/puzzle-container/puzzle-container.js";
329
+ import { default as Ud } from "./features/puzzles/puzzle-feedback-celebration/puzzle-feedback-celebration.js";
330
+ import { default as Bd } from "./features/puzzles/puzzle-dashboard/puzzle-dashboard.js";
331
+ import { default as Fd } from "./features/puzzles/app/puzzle-app.js";
332
+ import { invalidatePuzzleToAssign as Wd, useGetPuzzleToAssign as Vd } from "./features/puzzles/api/puzzle-assign.js";
333
333
  import { default as Jd } from "./features/parent-dashboard/comps/cuemath-app-features/cuemath-app-features.js";
334
- import { default as Qd } from "./features/parent-dashboard/comps/math-practice/math-practice.js";
335
- import { default as jd } from "./features/parent-dashboard/comps/parent-dashboard-faqs/parent-dashboard-faqs.js";
336
- import { default as qd } from "./features/parent-dashboard/comps/compact-header/compact-header.js";
337
- import { default as $d } from "./features/parent-dashboard/parent-dashboard.js";
338
- import { COUNTRY_CODE_MAP as ox } from "./constants/country.js";
334
+ import { default as Kd } from "./features/parent-dashboard/comps/math-practice/math-practice.js";
335
+ import { default as Zd } from "./features/parent-dashboard/comps/parent-dashboard-faqs/parent-dashboard-faqs.js";
336
+ import { COUNTRY_CODE_MAP as Xd } from "./constants/country.js";
339
337
  export {
340
338
  sm as ACHIEVEMENT_ACTIONS,
341
- Ls as AUTH_TABS,
339
+ Ns as AUTH_TABS,
342
340
  gs as AVPreview,
343
341
  xt as Accordion,
344
342
  ct as AccordionSection,
@@ -363,45 +361,44 @@ export {
363
361
  Zt as BaseInput,
364
362
  C as Bin2Icon,
365
363
  T as BinIcon,
366
- L as Book2Icon,
364
+ N as Book2Icon,
367
365
  P as BookClosedIcon,
368
366
  h as BookIcon,
369
367
  k as BookmarkIcon,
370
368
  g as Bulb2Icon,
371
- O as BulbIcon,
369
+ M as BulbIcon,
372
370
  ht as Button,
373
371
  gl as CIRCLE_ACTION_IDS,
374
- Ol as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
372
+ Ml as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
375
373
  Km as COMPLETED_SHEET_STATE,
376
- ox as COUNTRY_CODE_MAP,
374
+ Xd as COUNTRY_CODE_MAP,
377
375
  G as CalendarIcon,
378
- La as Callout,
376
+ Na as Callout,
379
377
  lf as Carousel,
380
378
  Xt as CascadingSelectInput,
381
- Us as Chapter,
379
+ bs as Chapter,
382
380
  gp as ChapterClearanceConfirmationModal,
383
381
  Xs as ChapterDetails,
384
382
  zs as ChaptersList,
385
383
  Gr as ChatIcon,
386
- U as Check2Icon,
384
+ b as Check2Icon,
387
385
  v as CheckIcon,
388
386
  vt as CheckboxInput,
389
- Ut as CheckboxInputList,
387
+ bt as CheckboxInputList,
390
388
  kr as ChevronDownIcon,
391
- Lr as ChevronLeftIcon,
389
+ Nr as ChevronLeftIcon,
392
390
  hr as ChevronRightIcon,
393
391
  ul as CircleSoundKey,
394
392
  ma as CircularLoader,
395
393
  es as CircularStepWrapper,
396
394
  Fl as CircularSteps,
397
- Yf as ClaimUserAccount,
398
- Lt as Clickable,
395
+ Jf as ClaimUserAccount,
396
+ Nt as Clickable,
399
397
  z as ClipboardIcon,
400
398
  V as Clock2Icon,
401
399
  w as ClockIcon,
402
400
  sp as Coachmark,
403
- Y as CodeIcon,
404
- qd as CompactHeader,
401
+ J as CodeIcon,
405
402
  Tt as ContextMenu,
406
403
  K as CopyIcon,
407
404
  Ct as CountdownTimer,
@@ -419,19 +416,19 @@ export {
419
416
  Xf as CustomInputField,
420
417
  ee as DashArrowIcon,
421
418
  Zf as DatePickerInput,
422
- Um as DesmosCalculator,
423
- Nm as DigitalMeter,
419
+ bm as DesmosCalculator,
420
+ Lm as DigitalMeter,
424
421
  df as DotLottieAnimation,
425
422
  re as DownIcon,
426
423
  ae as DraftIcon,
427
424
  se as DragIcon,
428
425
  pf as Drawer,
429
- Pd as DynamicPreviewWorksheet,
430
- Ou as EClassTimeAlertLevel,
426
+ _d as DynamicPreviewWorksheet,
427
+ Mu as EClassTimeAlertLevel,
431
428
  ya as EDeviceType,
432
429
  xl as ELeaderboardType,
433
430
  am as EPResourceAssign,
434
- Mm as EPostGameStat,
431
+ Om as EPostGameStat,
435
432
  gu as ESessionStatus,
436
433
  pu as EVENTS,
437
434
  me as Edit2Icon,
@@ -450,19 +447,19 @@ export {
450
447
  rl as GAME_LAUNCHER_ASSET_PADDING,
451
448
  al as GAME_LAUNCHER_SIZE,
452
449
  x as GIF,
453
- Or as GameIcon,
450
+ Mr as GameIcon,
454
451
  Gl as GameLauncher,
455
- Op as GoalCreationConfirmationModal,
452
+ Mp as GoalCreationConfirmationModal,
456
453
  vp as GoalDraftEdit,
457
- Yp as GoalEdit,
458
- Yt as GooglePlacesSearchInput,
454
+ Jp as GoalEdit,
455
+ Jt as GooglePlacesSearchInput,
459
456
  Kf as GradeInput,
460
457
  r as GradeSelector,
461
458
  Pe as HandIcon,
462
- Le as HelpIcon,
459
+ Ne as HelpIcon,
463
460
  ke as HighlighterIcon,
464
461
  he as HintFillIcon,
465
- Oe as HomeIcon,
462
+ Me as HomeIcon,
466
463
  wu as HomeworkCardList,
467
464
  s as ILLUSTRATIONS,
468
465
  u as IMAGES,
@@ -482,23 +479,23 @@ export {
482
479
  m as LOTTIE,
483
480
  ws as LPARChapter,
484
481
  Vs as LPARMilestoneChapter,
485
- Ul as Leaderboard,
486
- kd as LearnosityPreloader,
487
- Ue as LeftIcon,
482
+ bl as Leaderboard,
483
+ Od as LearnosityPreloader,
484
+ be as LeftIcon,
488
485
  vf as LinearProgressBar,
489
486
  we as Lock2Icon,
490
487
  Ve as Lock3Icon,
491
488
  ze as LockIcon,
492
- Lp as Maintenance,
493
- Qd as MathPractice,
489
+ Np as Maintenance,
490
+ Kd as MathPractice,
494
491
  Xp as MilestoneActionWidget,
495
492
  Gp as MilestoneCreate,
496
493
  Kp as MilestoneEdit,
497
494
  Zp as MilestoneList,
498
- Up as MilestoneOutcome,
495
+ bp as MilestoneOutcome,
499
496
  em as MilestoneStart,
500
497
  Ke as Minus2Icon,
501
- Ye as MinusIcon,
498
+ Je as MinusIcon,
502
499
  Ze as MistakeIcon,
503
500
  Xe as Mobile,
504
501
  xa as ModalProvider,
@@ -508,7 +505,7 @@ export {
508
505
  jm as NODE_LABELS,
509
506
  Zm as NODE_SUB_GROUP,
510
507
  qm as NODE_TYPE,
511
- Ur as Next2Icon,
508
+ br as Next2Icon,
512
509
  ro as NextIcon,
513
510
  Pu as NextSteps,
514
511
  mt as Notification,
@@ -520,78 +517,78 @@ export {
520
517
  hf as OverlayLoader,
521
518
  nf as PLATFORM_EVENTS_STUDENT,
522
519
  If as PLATFORM_EVENTS_TEACHER,
523
- Os as PLA_ANALYTICS_EVENTS,
520
+ Ms as PLA_ANALYTICS_EVENTS,
524
521
  Xm as PYTHON_NODE_TYPES,
525
- $d as ParentDashboard,
526
- jd as ParentDashboardFaqs,
522
+ Zd as ParentDashboardFaqs,
527
523
  ao as PencilIcon,
528
524
  ra as PercentileInput,
529
525
  qa as PerfectHits,
530
526
  Gf as PillButton,
531
527
  mo as Play2Icon,
532
528
  uo as PlayIcon,
533
- Ll as PlayerType,
529
+ Nl as PlayerType,
534
530
  io as Plus2Icon,
535
531
  no as PlusIcon,
536
532
  so as PointerIcon,
537
533
  Dm as PostGameStats,
538
534
  So as PracticeIcon,
539
- Cd as PreviewWorksheet,
535
+ Ad as PreviewWorksheet,
540
536
  Eo as ProgressIcon,
541
537
  Cl as ProjectOutcome,
542
538
  hl as ProjectType,
543
539
  _o as Puzzle2Icon,
544
- zd as PuzzleApp,
545
- Gd as PuzzleCard,
546
- Ud as PuzzleDashboard,
547
- vd as PuzzleFeedbackCelebration,
540
+ Fd as PuzzleApp,
541
+ yd as PuzzleCard,
542
+ Bd as PuzzleDashboard,
543
+ Ud as PuzzleFeedbackCelebration,
548
544
  Ao as PuzzleIcon,
549
545
  Ro as QuestionIcon,
550
- No as QuestionLetterIcon,
546
+ Lo as QuestionLetterIcon,
551
547
  $m as REWARDS_LIST,
552
548
  Ta as RadioCard,
553
549
  zt as RadioInput,
554
550
  Hm as RecentChapters,
555
- Mo as RedoIcon,
551
+ Oo as RedoIcon,
556
552
  Vm as ReferenceSheet,
557
553
  _m as RemotePeerPointer,
558
- Lu as ReportInformation,
559
- Of as ResendOTP,
554
+ Nu as ReportInformation,
555
+ Mf as ResendOTP,
560
556
  Ps as ResetPasswordForm,
561
557
  Do as RightIcon,
562
558
  Ho as RulerIcon,
563
- Ys as SATSheetSummary,
559
+ Js as SATSheetSummary,
560
+ ed as SAT_NODE_TYPE,
564
561
  ym as SENTRY_DENIED_URLS,
565
562
  vm as SENTRY_IGNORED_ERRORS,
566
- ed as SHEET_ACTIONS,
567
- od as SHEET_ATTEMPT_LOCATION,
568
- rd as SHEET_ATTEMPT_LOCATION_MAP,
569
- td as SHEET_ATTEMPT_STATE,
570
- ad as SHEET_DATA_TYPE,
571
- fd as SHEET_STATE,
563
+ od as SHEET_ACTIONS,
564
+ rd as SHEET_ATTEMPT_LOCATION,
565
+ td as SHEET_ATTEMPT_LOCATION_MAP,
566
+ ad as SHEET_ATTEMPT_STATE,
567
+ fd as SHEET_DATA_TYPE,
568
+ sd as SHEET_STATE,
572
569
  lm as STAGES,
573
- Yr as ScreenGrabFilledIcon,
570
+ Jr as ScreenGrabFilledIcon,
574
571
  et as ScreenGrabIcon,
575
572
  Er as ScribbleIcon,
576
573
  yo as SearchIcon,
577
574
  Vt as SearchableSelectInput,
578
575
  Ca as SectionList,
579
576
  wt as SelectInput,
580
- Uf as SelectableInfoCard,
577
+ bf as SelectableInfoCard,
581
578
  aa as SelectionCards,
582
579
  Qa as Separator,
583
580
  Tu as SessionStatus,
584
581
  Cu as SessionSummary,
585
582
  Ld as SheetError,
586
- bo as SheetIcon,
583
+ Uo as SheetIcon,
587
584
  wm as SheetList,
588
- hd as SheetLocked,
589
- Jl as SignUp,
585
+ Rd as SheetLocked,
586
+ Yl as SignUp,
590
587
  ss as SignupHeader,
591
588
  rs as SignupMethods,
592
589
  us as SignupOptions,
593
590
  Cr as SketchIcon,
594
- Jo as Skip2Icon,
591
+ Yo as Skip2Icon,
595
592
  Fo as SkipColoredIcon,
596
593
  Wo as SkipIcon,
597
594
  cs as SocialAccountNotFound,
@@ -606,21 +603,21 @@ export {
606
603
  rt as StickerIcon,
607
604
  tf as Stickers,
608
605
  ff as StickersSelector,
609
- Ja as StreakIcon,
606
+ Ya as StreakIcon,
610
607
  cl as StreakReductionLocalStorageUtil,
611
608
  $o as StrikedEyeIcon,
612
- ld as StudentDetails,
609
+ ud as StudentDetails,
613
610
  ku as StudentProfileHighlights,
614
611
  kp as SubmitMilestoneModal,
615
612
  or as SwitchIcon,
616
613
  Wa as TabComponent,
617
- Lf as Tabs,
614
+ Nf as Tabs,
618
615
  ha as Tag,
619
- Uu as TalkMeter,
616
+ bu as TalkMeter,
620
617
  Iu as TeacherProfile,
621
618
  rm as TestsCreation,
622
619
  Pa as Text,
623
- Ot as TextButton,
620
+ Mt as TextButton,
624
621
  Kt as TextInput,
625
622
  tr as TickIcon,
626
623
  Fa as TimeLeftTimeline,
@@ -642,27 +639,27 @@ export {
642
639
  Is as UsernamePasswordForm,
643
640
  ja as Video,
644
641
  Tf as WHITELIST_EVENTS,
645
- dd as WORKSHEET_ACTION_BAR_HEIGHT,
646
- xd as WORKSHEET_QUESTIONS_GAP,
647
- nd as WORKSHEET_QUESTION_WIDTH,
648
- cd as WORKSHEET_TOP_NAVIGATION_HEIGHT,
649
- Ym as WORKSHEET_V3_NODE_TYPES,
642
+ xd as WORKSHEET_ACTION_BAR_HEIGHT,
643
+ nd as WORKSHEET_QUESTIONS_GAP,
644
+ cd as WORKSHEET_QUESTION_WIDTH,
645
+ id as WORKSHEET_TOP_NAVIGATION_HEIGHT,
646
+ Jm as WORKSHEET_V3_NODE_TYPES,
650
647
  Tl as WebView,
651
648
  Pl as WebViewEvent,
652
- Td as Worksheet,
649
+ Ed as Worksheet,
653
650
  Ks as checkIfPPTNodeType,
654
651
  Zs as getActiveSATSheet,
655
- ba as getTheme,
652
+ Ua as getTheme,
656
653
  el as invalidateGetChapterDetails,
657
654
  Vu as invalidateHomeworks,
658
655
  Cm as invalidateMilestoneResources,
659
656
  dm as invalidateMilestonesData,
660
657
  cm as invalidatePastMilestoneCount,
661
- wd as invalidatePuzzleToAssign,
658
+ Wd as invalidatePuzzleToAssign,
662
659
  Sm as invalidateTestHelpData,
663
- Id as isOkayTypeQuestion,
664
- pd as loadScript,
665
- Yu as useAutoPlayPermission,
660
+ Sd as isOkayTypeQuestion,
661
+ md as loadScript,
662
+ Ju as useAutoPlayPermission,
666
663
  $l as useCanvasSyncBroker,
667
664
  mp as useChapterPageJourney,
668
665
  sl as useCircleSounds,
@@ -675,14 +672,14 @@ export {
675
672
  ml as useGetLeaderboardDal,
676
673
  Am as useGetMilestoneResources,
677
674
  im as useGetPastMilestoneCount,
678
- Wd as useGetPuzzleToAssign,
675
+ Vd as useGetPuzzleToAssign,
679
676
  Gu as useGetSessionReports,
680
677
  Tm as useGetTestHelpData,
681
678
  up as useHomePageJourney,
682
679
  du as useInClassActionDispatcher,
683
680
  xu as useInClassActionListener,
684
681
  fu as useInClassMessageBroker,
685
- Od as useIsLearnosityLoaded,
682
+ Dd as useIsLearnosityLoaded,
686
683
  Gs as useIsTabBlocked,
687
684
  Xu as useJourney,
688
685
  ca as useModalActions,
@@ -697,8 +694,8 @@ export {
697
694
  Tp as useTeacherPuzzleAssignedJourney,
698
695
  Da as useTrackingContext,
699
696
  lu as useTrialSessionMessageBroker,
700
- Ma as useUIContext,
701
- gd as useWorksheetLayout,
697
+ Oa as useUIContext,
698
+ Hd as useWorksheetLayout,
702
699
  st as useZoomDisable
703
700
  };
704
701
  //# sourceMappingURL=index.js.map