@cuemath/leap 2.8.36-rj-1 → 2.8.36-rj-beta.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 (86) hide show
  1. package/dist/assets/lottie/lottie.js +6 -0
  2. package/dist/assets/lottie/lottie.js.map +1 -1
  3. package/dist/features/circle-games/game-launcher/comps/card-container/card-container.js +11 -20
  4. package/dist/features/circle-games/game-launcher/comps/card-container/card-container.js.map +1 -1
  5. package/dist/features/circle-games/game-launcher/comps/carousel/carousel.js +47 -53
  6. package/dist/features/circle-games/game-launcher/comps/carousel/carousel.js.map +1 -1
  7. package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode-styled.js +3 -3
  8. package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode-styled.js.map +1 -1
  9. package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode.js +29 -35
  10. package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode.js.map +1 -1
  11. package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode-star/table-mode-star-styled.js +25 -0
  12. package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode-star/table-mode-star-styled.js.map +1 -0
  13. package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode-star/table-mode-star.js +57 -0
  14. package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode-star/table-mode-star.js.map +1 -0
  15. package/dist/features/circle-games/game-launcher/comps/tables-card/table-segment-star/table-segment-star-styled.js +27 -0
  16. package/dist/features/circle-games/game-launcher/comps/tables-card/table-segment-star/table-segment-star-styled.js.map +1 -0
  17. package/dist/features/circle-games/game-launcher/comps/tables-card/table-segment-star/table-segment-star.js +37 -0
  18. package/dist/features/circle-games/game-launcher/comps/tables-card/table-segment-star/table-segment-star.js.map +1 -0
  19. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js +35 -42
  20. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js.map +1 -1
  21. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js +135 -144
  22. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js.map +1 -1
  23. package/dist/features/circle-games/game-launcher/game-launcher-analytics-events.js +8 -7
  24. package/dist/features/circle-games/game-launcher/game-launcher-analytics-events.js.map +1 -1
  25. package/dist/features/circle-games/game-launcher/game-launcher.js +71 -80
  26. package/dist/features/circle-games/game-launcher/game-launcher.js.map +1 -1
  27. package/dist/features/circle-games/game-launcher/use-game-launcher-journey/constants.js +7 -0
  28. package/dist/features/circle-games/game-launcher/use-game-launcher-journey/constants.js.map +1 -0
  29. package/dist/features/circle-games/game-launcher/use-game-launcher-journey/use-game-launcher-journey.js +213 -0
  30. package/dist/features/circle-games/game-launcher/use-game-launcher-journey/use-game-launcher-journey.js.map +1 -0
  31. package/dist/features/circle-games/games/web-view/web-view-types.js.map +1 -1
  32. package/dist/features/journey/journey-id/journey-id-student.js +1 -1
  33. package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
  34. package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc-styled.js +17 -0
  35. package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc-styled.js.map +1 -0
  36. package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc.js +47 -0
  37. package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc.js.map +1 -0
  38. package/dist/features/post-game-stats/digital-meter/comp/animated-arc/constants.js +6 -0
  39. package/dist/features/post-game-stats/digital-meter/comp/animated-arc/constants.js.map +1 -0
  40. package/dist/features/post-game-stats/digital-meter/constants.js +16 -0
  41. package/dist/features/post-game-stats/digital-meter/constants.js.map +1 -0
  42. package/dist/features/post-game-stats/digital-meter/digital-meter-styled.js +87 -0
  43. package/dist/features/post-game-stats/digital-meter/digital-meter-styled.js.map +1 -0
  44. package/dist/features/post-game-stats/digital-meter/digital-meter.js +185 -0
  45. package/dist/features/post-game-stats/digital-meter/digital-meter.js.map +1 -0
  46. package/dist/features/post-game-stats/digital-meter/helper.js +33 -0
  47. package/dist/features/post-game-stats/digital-meter/helper.js.map +1 -0
  48. package/dist/features/post-game-stats/enums/post-game-stats-enum.js +1 -1
  49. package/dist/features/post-game-stats/enums/post-game-stats-enum.js.map +1 -1
  50. package/dist/features/post-game-stats/number-count-animation/number-count-animation-styled.js +29 -0
  51. package/dist/features/post-game-stats/number-count-animation/number-count-animation-styled.js.map +1 -0
  52. package/dist/features/post-game-stats/number-count-animation/number-count-animation.js +20 -0
  53. package/dist/features/post-game-stats/number-count-animation/number-count-animation.js.map +1 -0
  54. package/dist/features/post-game-stats/points/points.js +15 -10
  55. package/dist/features/post-game-stats/points/points.js.map +1 -1
  56. package/dist/features/post-game-stats/post-game-stats.js +83 -61
  57. package/dist/features/post-game-stats/post-game-stats.js.map +1 -1
  58. package/dist/index.d.ts +45 -4
  59. package/dist/index.js +69 -67
  60. package/dist/index.js.map +1 -1
  61. package/dist/static/point2.7cec6e24.json +1 -0
  62. package/dist/static/point3.f96fe7aa.json +1 -0
  63. package/dist/static/point4.fe04fb83.json +1 -0
  64. package/dist/static/table-mode-star.b8a1d762.json +1 -0
  65. package/dist/static/table-segment-star.78e851d6.json +1 -0
  66. package/dist/static/target-achieved-text.053bd142.json +2830 -0
  67. package/dist/static/target-achieved-text.10db8475.json +1 -0
  68. package/package.json +1 -1
  69. package/dist/assets/line-icons/icons/carat-left.js +0 -26
  70. package/dist/assets/line-icons/icons/carat-left.js.map +0 -1
  71. package/dist/assets/line-icons/icons/carat-right.js +0 -26
  72. package/dist/assets/line-icons/icons/carat-right.js.map +0 -1
  73. package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star-styled.js +0 -11
  74. package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star-styled.js.map +0 -1
  75. package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star.js +0 -16
  76. package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star.js.map +0 -1
  77. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/constants.js +0 -8
  78. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/constants.js.map +0 -1
  79. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js +0 -217
  80. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js.map +0 -1
  81. package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/constants.js +0 -6
  82. package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/constants.js.map +0 -1
  83. package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey-styled.js +0 -13
  84. package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey-styled.js.map +0 -1
  85. package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey.js +0 -197
  86. package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey.js.map +0 -1
package/dist/index.d.ts CHANGED
@@ -253,6 +253,8 @@ export declare const DashArrowIcon: React.FC<React.SVGProps<SVGSVGElement>>;
253
253
 
254
254
  export declare const DesmosCalculator: FC<IDesmosCalculatorProps>;
255
255
 
256
+ export declare const DigitalMeter: FC<IDigitalMeterProps>;
257
+
256
258
  export declare const DownIcon: React.FC<React.SVGProps<SVGSVGElement>>;
257
259
 
258
260
  export declare const DraftIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -296,7 +298,8 @@ export declare enum EPostGameStat {
296
298
  STREAK = "streak",
297
299
  ACCURACY = "accuracy",
298
300
  CLOCK = "clock",
299
- POINT = "point"
301
+ POINT = "point",
302
+ DIGITAL_METER = "digital-meter"
300
303
  }
301
304
 
302
305
  export declare const EraserIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -1004,6 +1007,18 @@ declare interface IDesmosCalculatorProps {
1004
1007
  };
1005
1008
  }
1006
1009
 
1010
+ declare interface IDigitalMeterProps {
1011
+ show: boolean;
1012
+ value: number;
1013
+ maxValue: number;
1014
+ targetValue?: number;
1015
+ displayText: string;
1016
+ progressType: 'stepper' | 'linear';
1017
+ helperTextPrimary: string;
1018
+ helperTextSecondary: string;
1019
+ onComplete: () => void;
1020
+ }
1021
+
1007
1022
  declare interface IEditMilestoneModalProps extends IMilestoneEditProps {
1008
1023
  studentId: string;
1009
1024
  isUsingAlternateCurriculum: boolean;
@@ -1065,7 +1080,7 @@ declare interface IGame extends IBaseProject {
1065
1080
  declare interface IGameLauncherProps {
1066
1081
  onSegmentClick: (projectDetail: Game | Puzzle | Lesson | ITableDetails, projectType: ProjectType) => void;
1067
1082
  isLoading?: boolean;
1068
- data: IProjects | null;
1083
+ data: IProjectData | null;
1069
1084
  defaultIndex?: number;
1070
1085
  journeyId?: TJourneyId;
1071
1086
  onJourneyComplete: (journeyId: TJourneyId) => void;
@@ -2043,6 +2058,9 @@ export declare interface IPlayerStats {
2043
2058
  errorCode: IStatsToAwardErrorCode;
2044
2059
  outcome: ProjectOutcome;
2045
2060
  value: string;
2061
+ starEligibleTime?: number;
2062
+ starEligibleAccuracy?: number;
2063
+ starRewarded?: boolean;
2046
2064
  }
2047
2065
 
2048
2066
  declare interface IPointerData extends Record<string, unknown> {
@@ -2079,6 +2097,12 @@ export declare interface IPostGameStat {
2079
2097
  onComplete?: () => void;
2080
2098
  helperText?: ReactNode;
2081
2099
  stopAtEnd?: boolean;
2100
+ targetValue?: number;
2101
+ maxValue?: number;
2102
+ helperTextPrimary?: string;
2103
+ helperTextSecondary?: string;
2104
+ progressType?: 'linear' | 'stepper';
2105
+ displayText?: string;
2082
2106
  }
2083
2107
 
2084
2108
  export declare interface IPostGameStatsProps {
@@ -2133,6 +2157,10 @@ export declare interface IProject<T> {
2133
2157
  initialProgressValue?: number;
2134
2158
  }
2135
2159
 
2160
+ export declare interface IProjectData extends IProjects {
2161
+ tables?: ITablesData;
2162
+ }
2163
+
2136
2164
  export declare interface IProjects {
2137
2165
  games: IProject<Game>;
2138
2166
  puzzles: IProject<Puzzle>;
@@ -2575,6 +2603,7 @@ export declare interface ITableDetails {
2575
2603
  mode: TTableMode;
2576
2604
  tableNumber?: number;
2577
2605
  infiniteModeHighScore?: number;
2606
+ isStarRewarded?: boolean;
2578
2607
  }
2579
2608
 
2580
2609
  export declare interface ITableInfo {
@@ -2598,6 +2627,13 @@ declare interface ITables_2 {
2598
2627
  infinite_mode_high_score: number;
2599
2628
  }
2600
2629
 
2630
+ export declare interface ITablesData extends ITables {
2631
+ openModesOfTable?: {
2632
+ tableNumber: number;
2633
+ rewardStars?: TTableMode[];
2634
+ };
2635
+ }
2636
+
2601
2637
  export declare interface ITableWebGameProps extends IBaseWebGameProps {
2602
2638
  tableNumber: number;
2603
2639
  infiniteModeHighScore?: number;
@@ -3273,8 +3309,7 @@ export declare enum JOURNEY_ID_STUDENT {
3273
3309
  CIRCLE_LEADERBOARD_INTRO_JOURNEY = "CIRCLE_LEADERBOARD_INTRO_JOURNEY",
3274
3310
  CIRCLE_POINTS_REWARD_JOURNEY = "CIRCLE_POINTS_REWARD_JOURNEY",
3275
3311
  CIRCLE_STREAK_UPDATE_JOURNEY = "CIRCLE_STREAK_UPDATE_JOURNEY",
3276
- CIRCLE_TUTORIAL_JOURNEY = "CIRCLE_TUTORIAL_JOURNEY",
3277
- CIRCLE_TABLES_INTRO_JOURNEY = "CIRCLE_TABLES_INTRO_JOURNEY"
3312
+ CIRCLE_TUTORIAL_JOURNEY = "CIRCLE_TUTORIAL_JOURNEY"
3278
3313
  }
3279
3314
 
3280
3315
  export declare const JourneyProvider: FC<{
@@ -3343,10 +3378,13 @@ export declare const LOTTIE: {
3343
3378
  POINT1: string;
3344
3379
  POINT20: string;
3345
3380
  POINT25: string;
3381
+ POINT2: string;
3346
3382
  POINT30: string;
3347
3383
  POINT35: string;
3384
+ POINT3: string;
3348
3385
  POINT40: string;
3349
3386
  POINT45: string;
3387
+ POINT4: string;
3350
3388
  POINT50: string;
3351
3389
  POINT5: string;
3352
3390
  POINT60: string;
@@ -3361,6 +3399,9 @@ export declare const LOTTIE: {
3361
3399
  SPLASH_SCREEN: string;
3362
3400
  STAY_CONNECTED_LOTTIE: string;
3363
3401
  TABLE_MODE_REVEAL: string;
3402
+ TABLE_MODE_STAR: string;
3403
+ TABLE_SEGMENT_STAR: string;
3404
+ TARGET_ACHIEVED_TEXT: string;
3364
3405
  TEACHER_VALIDATION: string;
3365
3406
  TOTAL_STREAK: string;
3366
3407
  TOTAL_TIME: string;
package/dist/index.js CHANGED
@@ -3,7 +3,7 @@ import { default as a } from "./features/ui/stepper/stepper.js";
3
3
  import { ILLUSTRATIONS as s } from "./assets/illustrations/illustrations.js";
4
4
  import { IMAGES as p } from "./assets/images/images.js";
5
5
  import { LOTTIE as u } from "./assets/lottie/lottie.js";
6
- import { default as x } from "./assets/line-icons/icons/alert.js";
6
+ import { default as d } from "./assets/line-icons/icons/alert.js";
7
7
  import { default as c } from "./assets/line-icons/icons/back.js";
8
8
  import { default as i } from "./assets/line-icons/icons/bin.js";
9
9
  import { default as E } from "./assets/line-icons/icons/bin2.js";
@@ -30,7 +30,7 @@ import { default as ae } from "./assets/line-icons/icons/drag.js";
30
30
  import { default as se } from "./assets/line-icons/icons/edit.js";
31
31
  import { default as pe } from "./assets/line-icons/icons/edit2.js";
32
32
  import { default as ue } from "./assets/line-icons/icons/edit-star.js";
33
- import { default as xe } from "./assets/line-icons/icons/eraser.js";
33
+ import { default as de } from "./assets/line-icons/icons/eraser.js";
34
34
  import { default as ce } from "./assets/line-icons/icons/eye.js";
35
35
  import { default as ie } from "./assets/line-icons/icons/eye2.js";
36
36
  import { default as Ee } from "./assets/line-icons/icons/hand.js";
@@ -83,7 +83,7 @@ import { default as ar } from "./assets/line-icons/icons/chevron-left.js";
83
83
  import { default as sr } from "./assets/line-icons/icons/chevron-down.js";
84
84
  import { default as pr } from "./assets/line-icons/icons/game.js";
85
85
  import { default as ur } from "./assets/line-icons/icons/tutoring.js";
86
- import { default as xr } from "./assets/line-icons/icons/chat.js";
86
+ import { default as dr } from "./assets/line-icons/icons/chat.js";
87
87
  import { default as cr } from "./assets/line-icons/icons/cuemath-logo.js";
88
88
  import { default as ir } from "./assets/line-icons/icons/next2.js";
89
89
  import { AutoPlayPermissionProvider as Er } from "./features/hooks/use-auto-play-permission/use-auto-play-permission-context-provider.js";
@@ -110,7 +110,7 @@ import { default as at } from "./features/ui/inputs/text-input/text-input.js";
110
110
  import { default as st } from "./features/ui/inputs/cascading-select-input/cascading-select-input.js";
111
111
  import { default as pt } from "./features/ui/inputs/num-range-input/num-range-input.js";
112
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";
113
+ import { default as dt } from "./features/ui/selection-cards/selection-cards.js";
114
114
  import { default as ct } from "./features/ui/layout/flex-view.js";
115
115
  import { default as it } from "./features/ui/loader/app-loader/app-loader.js";
116
116
  import { CircularLoader as Et } from "./features/ui/loader/circular-loader/circular-loader.js";
@@ -136,7 +136,7 @@ import { WHITELIST_EVENTS as ta } from "./features/analytics-events/whitelist-ev
136
136
  import { default as fa } from "./features/blockers/multi-tab-blocker/use-is-tab-blocked.js";
137
137
  import { default as la } from "./features/blockers/multi-tab-blocker/multi-tab-blocker.js";
138
138
  import { default as ma } from "./features/chapters/chapter/chapter.js";
139
- import { default as da } from "./features/chapters/chapters-list/chapters-list.js";
139
+ import { default as xa } from "./features/chapters/chapters-list/chapters-list.js";
140
140
  import { default as na } from "./features/chapters/lpar-chapter/lpar-chapter.js";
141
141
  import { default as Ia } from "./features/chapters/lpar-milestone-chapter/lpar-milestone-chapter.js";
142
142
  import { default as Ta } from "./features/chapters/lpar-chapter/block-section/sat-sheet-item/sat-sheet-summary/sat-sheet-summary.js";
@@ -163,7 +163,7 @@ import { BackgroundImage as tf, CircularSteps as af } from "./features/circle-ga
163
163
  import { SplashScreen as sf } from "./features/circle-games/sign-up/comp/splash-screen/splash-screen.js";
164
164
  import { SignUp as pf } from "./features/circle-games/sign-up/sign-up.js";
165
165
  import { default as uf } from "./features/cue-canvas/cue-canvas-provider.js";
166
- import { default as xf } from "./features/cue-canvas/toolbar/toolbar.js";
166
+ import { default as df } from "./features/cue-canvas/toolbar/toolbar.js";
167
167
  import { default as cf } from "./features/cue-canvas/cue-canvas.js";
168
168
  import { default as Tf } from "./features/cue-canvas/hooks/use-canvas-sync-broker.js";
169
169
  import { default as Sf } from "./features/communication/hooks/use-inclass-message-broker/use-inclass-message-broker.js";
@@ -189,7 +189,7 @@ import { default as as } from "./features/milestone/outcome/milestone-outcome-co
189
189
  import { default as ss } from "./features/milestone/outcome/comps/achievement/reason-submit-modal.js";
190
190
  import { default as ps } from "./features/milestone/outcome/comps/achievement/share-instructions-modal.js";
191
191
  import { default as us } from "./features/milestone/edit/comps/edit-milestone-modal/index.js";
192
- import { default as xs } from "./features/milestone/edit/goal-edit-container.js";
192
+ import { default as ds } from "./features/milestone/edit/goal-edit-container.js";
193
193
  import { default as cs } from "./features/milestone/edit/milestone-edit-container.js";
194
194
  import { default as is } from "./features/milestone/milestone-list-container/milestone-list-container.js";
195
195
  import { default as Es } from "./features/milestone/milestone-action-widget/milestone-action-widget.js";
@@ -201,32 +201,33 @@ import { invalidateTestHelpData as Os, useGetTestHelpData as Rs } from "./featur
201
201
  import { invalidateMilestoneResources as Gs, useGetMilestoneResources as ys } from "./features/milestone/milestone-list-container/api/get-milestone-resources.js";
202
202
  import { default as gs } from "./features/pointer-sync/pointer.js";
203
203
  import { default as Us } from "./features/pointer-sync/hooks/use-pointer-sync.js";
204
- import { PostGameStats as Ws } from "./features/post-game-stats/post-game-stats.js";
204
+ import { DigitalMeter as Ws } from "./features/post-game-stats/digital-meter/digital-meter.js";
205
205
  import { EPostGameStat as ws } from "./features/post-game-stats/enums/post-game-stats-enum.js";
206
- import { default as Ys } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
207
- import { default as Fs } from "./features/sheet-tools/tool-header/tool-header.js";
208
- import { default as js } from "./features/sheets/sheets-list/sheets-list.js";
209
- import { default as qs } from "./features/sheets/reference-sheet/reference-sheet.js";
210
- import { isV3Worksheet as Xs, isV3WorksheetAttempt as $s } from "./features/sheets/utils/is-v3-worksheet.js";
211
- import { COMPLETED_SHEET_STATE as ol, NODE_LABELS as rl, NODE_SUB_GROUP as tl, NODE_TYPE as al, PYTHON_NODE_TYPES as fl, REWARDS_LIST as sl, SHEET_ACTIONS as ll, SHEET_ATTEMPT_LOCATION as pl, SHEET_ATTEMPT_LOCATION_MAP as ml, SHEET_ATTEMPT_STATE as ul, SHEET_DATA_TYPE as dl, SHEET_STATE as xl } from "./features/sheets/constants/sheet.js";
212
- import { default as cl } from "./features/student-details/student-details.js";
213
- import { default as il } from "./features/utils/load-script.js";
214
- import { ACTION_BAR_HEIGHT as El, QUESTIONS_GAP as Sl, QUESTION_WIDTH as Cl, TOP_NAVIGATION_HEIGHT as Al } from "./features/worksheet/worksheet/constants.js";
215
- import { isOkayTypeQuestion as _l } from "./features/worksheet/worksheet/worksheet-helpers.js";
216
- import { default as Ll } from "./features/worksheet/worksheet/worksheet-container.js";
217
- import { default as Ml } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
218
- import { default as Hl } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
219
- import { default as Rl } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
220
- import { default as Gl } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
221
- import { default as Bl } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
222
- import { default as bl } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
223
- import { default as vl } from "./features/maintenance/maintenance.js";
206
+ import { PostGameStats as Ys } from "./features/post-game-stats/post-game-stats.js";
207
+ import { default as Fs } from "./features/sheet-tools/desmos-calculator/desmos-calculator.js";
208
+ import { default as js } from "./features/sheet-tools/tool-header/tool-header.js";
209
+ import { default as qs } from "./features/sheets/sheets-list/sheets-list.js";
210
+ import { default as Xs } from "./features/sheets/reference-sheet/reference-sheet.js";
211
+ import { isV3Worksheet as el, isV3WorksheetAttempt as ol } from "./features/sheets/utils/is-v3-worksheet.js";
212
+ import { COMPLETED_SHEET_STATE as tl, NODE_LABELS as al, NODE_SUB_GROUP as fl, NODE_TYPE as sl, PYTHON_NODE_TYPES as ll, REWARDS_LIST as pl, SHEET_ACTIONS as ml, SHEET_ATTEMPT_LOCATION as ul, SHEET_ATTEMPT_LOCATION_MAP as xl, SHEET_ATTEMPT_STATE as dl, SHEET_DATA_TYPE as nl, SHEET_STATE as cl } from "./features/sheets/constants/sheet.js";
213
+ import { default as il } from "./features/student-details/student-details.js";
214
+ import { default as El } from "./features/utils/load-script.js";
215
+ import { ACTION_BAR_HEIGHT as Cl, QUESTIONS_GAP as Al, QUESTION_WIDTH as Pl, TOP_NAVIGATION_HEIGHT as _l } from "./features/worksheet/worksheet/constants.js";
216
+ import { isOkayTypeQuestion as Ll } from "./features/worksheet/worksheet/worksheet-helpers.js";
217
+ import { default as Ml } from "./features/worksheet/worksheet/worksheet-container.js";
218
+ import { default as Hl } from "./features/worksheet/worksheet-preview/worksheet-preview.js";
219
+ import { default as Rl } from "./features/worksheet/worksheet/worksheet-permissions/sheet-locked.js";
220
+ import { default as Gl } from "./features/worksheet/worksheet/worksheet-permissions/error.js";
221
+ import { default as Bl } from "./features/worksheet/learnosity-preloader/learnosity-preloader.js";
222
+ import { default as bl } from "./features/worksheet/learnosity-preloader/use-is-learnosity-loaded.js";
223
+ import { default as vl } from "./features/worksheet/worksheet-preview/hooks/use-worksheet-layout.js";
224
+ import { default as Vl } from "./features/maintenance/maintenance.js";
224
225
  export {
225
226
  hs as ACHIEVEMENT_ACTIONS,
226
227
  hr as AccordionSection,
227
228
  ss as AchievementNotShareReasonModal,
228
229
  ps as AchievementShareInstructionModal,
229
- x as AlertIcon,
230
+ d as AlertIcon,
230
231
  it as AppLoader,
231
232
  wr as ArcButton,
232
233
  kr as ArrowTooltip,
@@ -245,14 +246,14 @@ export {
245
246
  N as BulbIcon,
246
247
  yr as Button,
247
248
  Ja as CIRCLE_ONBOARDING_ANALYTICS_STEPS,
248
- ol as COMPLETED_SHEET_STATE,
249
+ tl as COMPLETED_SHEET_STATE,
249
250
  D as CalendarIcon,
250
251
  Nt as Callout,
251
252
  st as CascadingSelectInput,
252
253
  ma as Chapter,
253
254
  Xf as ChapterClearanceConfirmationModal,
254
- da as ChaptersList,
255
- xr as ChatIcon,
255
+ xa as ChaptersList,
256
+ dr as ChatIcon,
256
257
  g as Check2Icon,
257
258
  y as CheckIcon,
258
259
  Fr as CheckboxInput,
@@ -274,12 +275,13 @@ export {
274
275
  Or as CountdownTimer,
275
276
  j as CrossIcon,
276
277
  cf as CueCanvas,
277
- xf as CueCanvasController,
278
+ df as CueCanvasController,
278
279
  uf as CueCanvasProvider,
279
280
  q as CueRocket,
280
281
  cr as CuemathLogo,
281
282
  X as DashArrowIcon,
282
- Ys as DesmosCalculator,
283
+ Fs as DesmosCalculator,
284
+ Ws as DigitalMeter,
283
285
  ee as DownIcon,
284
286
  re as DraftIcon,
285
287
  ae as DragIcon,
@@ -291,9 +293,9 @@ export {
291
293
  se as EditIcon,
292
294
  us as EditMilestoneModal,
293
295
  ue as EditStarIcon,
294
- xe as EraserIcon,
296
+ de as EraserIcon,
295
297
  Yr as Error,
296
- Fs as ExpandableHeader,
298
+ js as ExpandableHeader,
297
299
  yf as ExtraPractice,
298
300
  ie as Eye2Icon,
299
301
  ce as EyeIcon,
@@ -304,7 +306,7 @@ export {
304
306
  Za as GameLauncher,
305
307
  qf as GoalCreationConfirmationModal,
306
308
  rs as GoalDraftEdit,
307
- xs as GoalEdit,
309
+ ds as GoalEdit,
308
310
  rt as GooglePlacesSearchInput,
309
311
  r as GradeSelector,
310
312
  Ee as HandIcon,
@@ -325,11 +327,11 @@ export {
325
327
  na as LPARChapter,
326
328
  Ia as LPARMilestoneChapter,
327
329
  of as Leaderboard,
328
- Gl as LearnosityPreloader,
330
+ Bl as LearnosityPreloader,
329
331
  De as LeftIcon,
330
332
  ge as Lock2Icon,
331
333
  ye as LockIcon,
332
- vl as Maintenance,
334
+ Vl as Maintenance,
333
335
  Es as MilestoneActionWidget,
334
336
  es as MilestoneCreate,
335
337
  cs as MilestoneEdit,
@@ -342,16 +344,16 @@ export {
342
344
  Ye as Mobile,
343
345
  Fe as MoreVerticalIcon,
344
346
  la as MultiTabBlocker,
345
- rl as NODE_LABELS,
346
- tl as NODE_SUB_GROUP,
347
- al as NODE_TYPE,
347
+ al as NODE_LABELS,
348
+ fl as NODE_SUB_GROUP,
349
+ sl as NODE_TYPE,
348
350
  ir as Next2Icon,
349
351
  je as NextIcon,
350
352
  Dr as Nudge,
351
353
  pt as NumRangeInput,
352
354
  $t as PLATFORM_EVENTS_STUDENT,
353
355
  oa as PLATFORM_EVENTS_TEACHER,
354
- fl as PYTHON_NODE_TYPES,
356
+ ll as PYTHON_NODE_TYPES,
355
357
  qe as PencilIcon,
356
358
  ut as PercentileInput,
357
359
  zt as PerfectHits,
@@ -361,40 +363,40 @@ export {
361
363
  so as Plus2Icon,
362
364
  ao as PlusIcon,
363
365
  Xe as PointerIcon,
364
- Ws as PostGameStats,
366
+ Ys as PostGameStats,
365
367
  po as PracticeIcon,
366
- Ml as PreviewWorksheet,
368
+ Hl as PreviewWorksheet,
367
369
  uo as ProgressIcon,
368
370
  ba as ProjectOutcome,
369
371
  Va as ProjectType,
370
372
  no as QuestionIcon,
371
373
  Io as QuestionLetterIcon,
372
- sl as REWARDS_LIST,
374
+ pl as REWARDS_LIST,
373
375
  Ct as RadioCard,
374
376
  qr as RadioInput,
375
377
  To as RedoIcon,
376
- qs as ReferenceSheet,
378
+ Xs as ReferenceSheet,
377
379
  gs as RemotePeerPointer,
378
380
  So as RightIcon,
379
381
  Ao as RulerIcon,
380
382
  Ta as SATSheetSummary,
381
- ll as SHEET_ACTIONS,
382
- pl as SHEET_ATTEMPT_LOCATION,
383
- ml as SHEET_ATTEMPT_LOCATION_MAP,
384
- ul as SHEET_ATTEMPT_STATE,
385
- dl as SHEET_DATA_TYPE,
386
- xl as SHEET_STATE,
383
+ ml as SHEET_ACTIONS,
384
+ ul as SHEET_ATTEMPT_LOCATION,
385
+ xl as SHEET_ATTEMPT_LOCATION_MAP,
386
+ dl as SHEET_ATTEMPT_STATE,
387
+ nl as SHEET_DATA_TYPE,
388
+ cl as SHEET_STATE,
387
389
  Ls as STAGES,
388
390
  zo as ScribbleIcon,
389
391
  _o as SearchIcon,
390
392
  et as SearchableSelectInput,
391
393
  Pt as SectionList,
392
394
  Xr as SelectInput,
393
- xt as SelectionCards,
395
+ dt as SelectionCards,
394
396
  Jt as Separator,
395
- Rl as SheetError,
396
- js as SheetList,
397
- Hl as SheetLocked,
397
+ Gl as SheetError,
398
+ qs as SheetList,
399
+ Rl as SheetLocked,
398
400
  pf as SignUp,
399
401
  Xo as SketchIcon,
400
402
  Ho as Skip2Icon,
@@ -405,7 +407,7 @@ export {
405
407
  a as Stepper,
406
408
  Kt as StreakIcon,
407
409
  Go as StrikedEyeIcon,
408
- cl as StudentDetails,
410
+ il as StudentDetails,
409
411
  jf as SubmitMilestoneModal,
410
412
  Bo as SwitchIcon,
411
413
  Qt as TabComponent,
@@ -428,22 +430,22 @@ export {
428
430
  Jo as UserIcon,
429
431
  Zt as Video,
430
432
  ta as WHITELIST_EVENTS,
431
- El as WORKSHEET_ACTION_BAR_HEIGHT,
432
- Sl as WORKSHEET_QUESTIONS_GAP,
433
- Cl as WORKSHEET_QUESTION_WIDTH,
434
- Al as WORKSHEET_TOP_NAVIGATION_HEIGHT,
433
+ Cl as WORKSHEET_ACTION_BAR_HEIGHT,
434
+ Al as WORKSHEET_QUESTIONS_GAP,
435
+ Pl as WORKSHEET_QUESTION_WIDTH,
436
+ _l as WORKSHEET_TOP_NAVIGATION_HEIGHT,
435
437
  Ba as WebView,
436
438
  va as WebViewEvent,
437
- Ll as Worksheet,
439
+ Ml as Worksheet,
438
440
  Sa as checkIfPPTNodeType,
439
441
  bt as getTheme,
440
442
  Gs as invalidateMilestoneResources,
441
443
  Ms as invalidateMilestonesData,
442
444
  Os as invalidateTestHelpData,
443
- _l as isOkayTypeQuestion,
444
- Xs as isV3Worksheet,
445
- $s as isV3WorksheetAttempt,
446
- il as loadScript,
445
+ Ll as isOkayTypeQuestion,
446
+ el as isV3Worksheet,
447
+ ol as isV3WorksheetAttempt,
448
+ El as loadScript,
447
449
  gf as useAutoPlayPermission,
448
450
  Tf as useCanvasSyncBroker,
449
451
  La as useCircleSounds,
@@ -458,7 +460,7 @@ export {
458
460
  Lf as useInClassActionDispatcher,
459
461
  kf as useInClassActionListener,
460
462
  Sf as useInClassMessageBroker,
461
- Bl as useIsLearnosityLoaded,
463
+ bl as useIsLearnosityLoaded,
462
464
  fa as useIsTabBlocked,
463
465
  Wf as useJourney,
464
466
  Us as usePointerSync,
@@ -466,7 +468,7 @@ export {
466
468
  Gt as useTrackingContext,
467
469
  Af as useTrialSessionMessageBroker,
468
470
  Rt as useUIContext,
469
- bl as useWorksheetLayout,
471
+ vl as useWorksheetLayout,
470
472
  Cr as useZoomDisable
471
473
  };
472
474
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}