@cuemath/leap 2.8.36-link.3 → 2.8.36-rj-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 (103) hide show
  1. package/dist/assets/illustrations/illustrations.js +0 -2
  2. package/dist/assets/illustrations/illustrations.js.map +1 -1
  3. package/dist/assets/line-icons/icons/carat-left.js +26 -0
  4. package/dist/assets/line-icons/icons/carat-left.js.map +1 -0
  5. package/dist/assets/line-icons/icons/carat-right.js +26 -0
  6. package/dist/assets/line-icons/icons/carat-right.js.map +1 -0
  7. package/dist/assets/lottie/lottie.js +6 -0
  8. package/dist/assets/lottie/lottie.js.map +1 -1
  9. package/dist/features/circle-games/game-launcher/comps/card-container/card-container-styled.js +53 -0
  10. package/dist/features/circle-games/game-launcher/comps/card-container/card-container-styled.js.map +1 -0
  11. package/dist/features/circle-games/game-launcher/comps/card-container/card-container.js +33 -0
  12. package/dist/features/circle-games/game-launcher/comps/card-container/card-container.js.map +1 -0
  13. package/dist/features/circle-games/game-launcher/comps/card-container/constants.js +7 -0
  14. package/dist/features/circle-games/game-launcher/comps/card-container/constants.js.map +1 -0
  15. package/dist/features/circle-games/game-launcher/comps/carousel/carousel.js +53 -47
  16. package/dist/features/circle-games/game-launcher/comps/carousel/carousel.js.map +1 -1
  17. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/constants.js +6 -6
  18. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/constants.js.map +1 -1
  19. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card-styled.js +29 -73
  20. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card-styled.js.map +1 -1
  21. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js +87 -85
  22. package/dist/features/circle-games/game-launcher/comps/segmented-game-card/segmented-game-card.js.map +1 -1
  23. package/dist/features/circle-games/game-launcher/comps/tables-card/constants.js +20 -0
  24. package/dist/features/circle-games/game-launcher/comps/tables-card/constants.js.map +1 -0
  25. package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode-styled.js +24 -0
  26. package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode-styled.js.map +1 -0
  27. package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode.js +54 -0
  28. package/dist/features/circle-games/game-launcher/comps/tables-card/table-mode/table-mode.js.map +1 -0
  29. package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star-styled.js +11 -0
  30. package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star-styled.js.map +1 -0
  31. package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star.js +16 -0
  32. package/dist/features/circle-games/game-launcher/comps/tables-card/table-star/table-star.js.map +1 -0
  33. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js +161 -0
  34. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card-styled.js.map +1 -0
  35. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js +245 -0
  36. package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js.map +1 -0
  37. package/dist/features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js +25 -15
  38. package/dist/features/circle-games/game-launcher/dal/use-get-circle-home-details-dal/use-get-circle-home-details-dal.js.map +1 -1
  39. package/dist/features/circle-games/game-launcher/game-launcher.js +118 -65
  40. package/dist/features/circle-games/game-launcher/game-launcher.js.map +1 -1
  41. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/constants.js +8 -0
  42. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/constants.js.map +1 -0
  43. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js +217 -0
  44. package/dist/features/circle-games/game-launcher/hooks/use-game-launcher-journey/use-game-launcher-journey.js.map +1 -0
  45. package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/constants.js +6 -0
  46. package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/constants.js.map +1 -0
  47. package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey-styled.js +13 -0
  48. package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey-styled.js.map +1 -0
  49. package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey.js +197 -0
  50. package/dist/features/circle-games/game-launcher/hooks/use-table-launcher-journey/use-table-launcher-journey.js.map +1 -0
  51. package/dist/features/circle-games/games/web-view/enums/project-type-enum.js +1 -1
  52. package/dist/features/circle-games/games/web-view/enums/project-type-enum.js.map +1 -1
  53. package/dist/features/circle-games/games/web-view/web-view-types.js.map +1 -1
  54. package/dist/features/circle-games/games/web-view/web-view.js +69 -82
  55. package/dist/features/circle-games/games/web-view/web-view.js.map +1 -1
  56. package/dist/features/journey/journey-id/journey-id-student.js +1 -1
  57. package/dist/features/journey/journey-id/journey-id-student.js.map +1 -1
  58. package/dist/features/post-game-stats/accuracy/accuracy-styled.js +17 -16
  59. package/dist/features/post-game-stats/accuracy/accuracy-styled.js.map +1 -1
  60. package/dist/features/post-game-stats/clock/clock-styled.js +11 -10
  61. package/dist/features/post-game-stats/clock/clock-styled.js.map +1 -1
  62. package/dist/features/post-game-stats/points/points.js +25 -24
  63. package/dist/features/post-game-stats/points/points.js.map +1 -1
  64. package/dist/features/post-game-stats/post-game-stats-styled.js +1 -1
  65. package/dist/features/post-game-stats/post-game-stats-styled.js.map +1 -1
  66. package/dist/features/post-game-stats/streak/streak-styled.js +18 -17
  67. package/dist/features/post-game-stats/streak/streak-styled.js.map +1 -1
  68. package/dist/features/trial-session/comps/trial-circle-game/constants.js.map +1 -1
  69. package/dist/features/trial-session/comps/trial-circle-game/trial-circle-game.js.map +1 -1
  70. package/dist/index.d.ts +80 -150
  71. package/dist/index.js +194 -201
  72. package/dist/index.js.map +1 -1
  73. package/dist/static/advance-mode-segment-lottie.51ff6707.json +1 -0
  74. package/dist/static/infinite-button-bg.5909225e.json +1 -0
  75. package/dist/static/infinite-button-symbol.aa31350c.json +1 -0
  76. package/dist/static/random-mode-segment-lottie.79cf1c07.json +1 -0
  77. package/dist/static/sequence-mode-segment-lottie.11ac49e9.json +1 -0
  78. package/dist/static/table-mode-reveal.b44a82c3.json +1 -0
  79. package/package.json +3 -2
  80. package/dist/assets/sounds/sounds.js +0 -7
  81. package/dist/assets/sounds/sounds.js.map +0 -1
  82. package/dist/features/circle-games/game-launcher/use-game-launcher-journey/constants.js +0 -7
  83. package/dist/features/circle-games/game-launcher/use-game-launcher-journey/constants.js.map +0 -1
  84. package/dist/features/circle-games/game-launcher/use-game-launcher-journey/use-game-launcher-journey.js +0 -213
  85. package/dist/features/circle-games/game-launcher/use-game-launcher-journey/use-game-launcher-journey.js.map +0 -1
  86. package/dist/features/circle-games/games/web-view/enums/project-ids-enum.js +0 -14
  87. package/dist/features/circle-games/games/web-view/enums/project-ids-enum.js.map +0 -1
  88. package/dist/features/talk-meter/helper.js +0 -11
  89. package/dist/features/talk-meter/helper.js.map +0 -1
  90. package/dist/features/talk-meter/hooks/use-talk-meter.js +0 -112
  91. package/dist/features/talk-meter/hooks/use-talk-meter.js.map +0 -1
  92. package/dist/features/talk-meter/ripple/index.js +0 -62
  93. package/dist/features/talk-meter/ripple/index.js.map +0 -1
  94. package/dist/features/talk-meter/talk-meter-styled.js +0 -89
  95. package/dist/features/talk-meter/talk-meter-styled.js.map +0 -1
  96. package/dist/features/talk-meter/talk-meter-view/talk-meter-view-styled.js +0 -22
  97. package/dist/features/talk-meter/talk-meter-view/talk-meter-view-styled.js.map +0 -1
  98. package/dist/features/talk-meter/talk-meter-view/talk-meter-view.js +0 -101
  99. package/dist/features/talk-meter/talk-meter-view/talk-meter-view.js.map +0 -1
  100. package/dist/features/talk-meter/talk-meter.js +0 -73
  101. package/dist/features/talk-meter/talk-meter.js.map +0 -1
  102. package/dist/static/female-avatar.b8cd1012.svg +0 -1
  103. package/dist/static/male-avatar.2febc9eb.svg +0 -1
package/dist/index.d.ts CHANGED
@@ -72,8 +72,8 @@ export declare const BackgroundImage: ({ img }: {
72
72
 
73
73
  export declare const BackIcon: React.FC<React.SVGProps<SVGSVGElement>>;
74
74
 
75
- declare interface BaseProject<T> {
76
- id: T;
75
+ declare interface BaseProject {
76
+ id: string;
77
77
  name: string;
78
78
  cardLottie: string;
79
79
  tutorial: string;
@@ -389,7 +389,7 @@ declare interface FlexViewProps {
389
389
  $flex?: number;
390
390
  }
391
391
 
392
- export declare interface Game extends BaseProject<GameId> {
392
+ export declare interface Game extends BaseProject {
393
393
  isPlayed: boolean;
394
394
  }
395
395
 
@@ -399,28 +399,8 @@ export declare const GAME_LAUNCHER_SIZE: number;
399
399
 
400
400
  export declare const GameIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
401
401
 
402
- export declare enum GameId {
403
- CHESS_MOVES = "chess-moves",
404
- NO_ATTACK = "no-attack",
405
- TROMINOS = "trominos",
406
- NIMS_GAME = "nims-game",
407
- TRANSFORMATION = "transformation",
408
- LIGHTS_ON_OR_OFF = "lights-on-or-off",
409
- LIQUID_WARS = "liquid-wars",
410
- HACKENBUSH = "hackenbush",
411
- SQUARE_IT = "square-it",
412
- CLASH_OF_COLOURS = "clash-of-colours",
413
- REACH = "reach"
414
- }
415
-
416
402
  export declare const GameLauncher: FC<IGameLauncherProps>;
417
403
 
418
- declare enum GENDER {
419
- MALE = "MALE",
420
- FEMALE = "FEMALE",
421
- OTHER = "OTHER"
422
- }
423
-
424
404
  declare const getArrowTooltipConfig: IGetArrowTooltipConfig;
425
405
 
426
406
  declare const getButtonConfig: IGetButtonConfig;
@@ -572,8 +552,8 @@ declare interface IBaseLeaderboardDetails {
572
552
  currentTimestamp: number;
573
553
  }
574
554
 
575
- declare interface IBaseProject<T> {
576
- id: T;
555
+ declare interface IBaseProject {
556
+ id: string;
577
557
  name: string;
578
558
  card: string;
579
559
  variant: string;
@@ -594,13 +574,10 @@ declare interface IBaseSelectInputProps<IDType extends string | number> extends
594
574
  theme?: 'light' | 'dark';
595
575
  }
596
576
 
597
- declare interface IBaseWebGameProps<T> {
598
- projectId: T;
577
+ declare interface IBaseWebGameProps {
578
+ projectId: string;
599
579
  variant: string;
600
580
  projectType: ProjectType;
601
- joinByRoomId?: string;
602
- enableSync?: boolean;
603
- enablePlayerTurnIndicators?: boolean;
604
581
  enableCloseButton?: boolean;
605
582
  }
606
583
 
@@ -1081,12 +1058,12 @@ declare interface IFile {
1081
1058
  url: string;
1082
1059
  }
1083
1060
 
1084
- declare interface IGame extends IBaseProject<GameId> {
1061
+ declare interface IGame extends IBaseProject {
1085
1062
  played: boolean;
1086
1063
  }
1087
1064
 
1088
1065
  declare interface IGameLauncherProps {
1089
- onSegmentClick: (projectDetail: Game | Puzzle | Lesson, projectType: ProjectType) => void;
1066
+ onSegmentClick: (projectDetail: Game | Puzzle | Lesson | ITableDetails, projectType: ProjectType) => void;
1090
1067
  isLoading?: boolean;
1091
1068
  data: IProjects | null;
1092
1069
  defaultIndex?: number;
@@ -1484,9 +1461,9 @@ declare interface ILearnosityQuestionScore {
1484
1461
  unscored?: boolean;
1485
1462
  }
1486
1463
 
1487
- declare interface ILesson extends IBaseProject<LessonId> {
1464
+ declare interface ILesson extends IBaseProject {
1488
1465
  session_id: string;
1489
- mini_game_identifier: MiniGameId;
1466
+ mini_game_identifier: string;
1490
1467
  target_questions: number;
1491
1468
  status: 'pending' | 'completed';
1492
1469
  }
@@ -1524,8 +1501,8 @@ declare interface ILessonsListProps extends ILessonItemCallbackProps {
1524
1501
  lessonItemColorHue: THueNames;
1525
1502
  }
1526
1503
 
1527
- export declare interface ILessonWebGameProps extends IBaseWebGameProps<LessonId> {
1528
- miniGameIdentifier: MiniGameId;
1504
+ export declare interface ILessonWebGameProps extends IBaseWebGameProps, ISyncableWebGameProps {
1505
+ miniGameIdentifier: string;
1529
1506
  sessionId: string;
1530
1507
  targetQuestions: number;
1531
1508
  }
@@ -1571,7 +1548,6 @@ export declare const ILLUSTRATIONS: {
1571
1548
  DURATION_60MIN_GRAY: string;
1572
1549
  DURATION_90MIN_GRAY: string;
1573
1550
  EARTH_GREEN: string;
1574
- FEMALE_AVATAR: string;
1575
1551
  GAME_PLAY: string;
1576
1552
  GLOBE_WITH_BLUE_FILL: string;
1577
1553
  GRADE_GRID_BACKGROUND: string;
@@ -1589,7 +1565,6 @@ export declare const ILLUSTRATIONS: {
1589
1565
  LOADER_1: string;
1590
1566
  LOCKED: string;
1591
1567
  MAINTENANCE: string;
1592
- MALE_AVATAR: string;
1593
1568
  MASTERED_BADGE: string;
1594
1569
  MASTERED_SHIELD_GRAY: string;
1595
1570
  MASTERED_SHIELD_GREEN: string;
@@ -1950,7 +1925,8 @@ declare interface IMilestoneWidgetResourcesProps extends ISheetItemCallbackProps
1950
1925
  canUpdatePlan?: boolean;
1951
1926
  }
1952
1927
 
1953
- export declare interface IMultiplayerWebGameProps extends IBaseWebGameProps<GameId> {
1928
+ export declare interface IMultiplayerWebGameProps extends IBaseWebGameProps, ISyncableWebGameProps {
1929
+ enablePlayerTurnIndicators?: boolean;
1954
1930
  }
1955
1931
 
1956
1932
  declare interface IMultiTabBlockerContextValue {
@@ -2161,6 +2137,7 @@ export declare interface IProjects {
2161
2137
  games: IProject<Game>;
2162
2138
  puzzles: IProject<Puzzle>;
2163
2139
  lessons?: IProject<Lesson>;
2140
+ tables?: ITables;
2164
2141
  }
2165
2142
 
2166
2143
  declare interface IProjects_2 {
@@ -2176,6 +2153,10 @@ declare interface IProjects_2 {
2176
2153
  label: string;
2177
2154
  data: ILesson[];
2178
2155
  };
2156
+ tables?: {
2157
+ label: string;
2158
+ data: ITables_2;
2159
+ };
2179
2160
  }
2180
2161
 
2181
2162
  declare interface IPublishData {
@@ -2183,7 +2164,7 @@ declare interface IPublishData {
2183
2164
  eventPayload: IActionData;
2184
2165
  }
2185
2166
 
2186
- declare interface IPuzzle extends IBaseProject<PuzzleId> {
2167
+ declare interface IPuzzle extends IBaseProject {
2187
2168
  question: string;
2188
2169
  is_hint_seen: boolean;
2189
2170
  solved: boolean;
@@ -2217,7 +2198,7 @@ declare interface IPuzzleCard_2 {
2217
2198
  programId: string;
2218
2199
  }
2219
2200
 
2220
- export declare interface IPuzzleWebGameProps extends IBaseWebGameProps<PuzzleId> {
2201
+ export declare interface IPuzzleWebGameProps extends IBaseWebGameProps, ISyncableWebGameProps {
2221
2202
  question: string;
2222
2203
  askHintPermission?: boolean;
2223
2204
  }
@@ -2580,6 +2561,48 @@ export declare const isV3Worksheet: (sheet: ISheetDataProps | TLPARSheetData, mo
2580
2561
 
2581
2562
  export declare const isV3WorksheetAttempt: (attempt: IWorksheetAttemptModel) => boolean;
2582
2563
 
2564
+ declare interface ISyncableWebGameProps {
2565
+ joinByRoomId?: string;
2566
+ enableSync?: boolean;
2567
+ }
2568
+
2569
+ export declare interface ITable {
2570
+ tableList: ITableInfo[];
2571
+ infiniteModeHighScore: number;
2572
+ }
2573
+
2574
+ export declare interface ITableDetails {
2575
+ mode: TTableMode;
2576
+ tableNumber?: number;
2577
+ infiniteModeHighScore?: number;
2578
+ }
2579
+
2580
+ export declare interface ITableInfo {
2581
+ tableNumber: number;
2582
+ stars: TTableMode[];
2583
+ }
2584
+
2585
+ declare interface ITableInfo_2 {
2586
+ table_number: number;
2587
+ stars: ('advance' | 'random' | 'sequence')[];
2588
+ }
2589
+
2590
+ export declare interface ITables {
2591
+ type: ProjectType;
2592
+ label: string;
2593
+ data: ITable;
2594
+ }
2595
+
2596
+ declare interface ITables_2 {
2597
+ table_wise_details: ITableInfo_2[];
2598
+ infinite_mode_high_score: number;
2599
+ }
2600
+
2601
+ export declare interface ITableWebGameProps extends IBaseWebGameProps {
2602
+ tableNumber: number;
2603
+ infiniteModeHighScore?: number;
2604
+ }
2605
+
2583
2606
  declare interface ITabProps {
2584
2607
  label: number | string;
2585
2608
  $selected: boolean;
@@ -2629,28 +2652,6 @@ declare interface ITagProps {
2629
2652
  textColor?: TColorNames;
2630
2653
  }
2631
2654
 
2632
- declare interface ITalkMeter {
2633
- userType: TUserTypes;
2634
- studentId: string;
2635
- teacherId: string;
2636
- classStartTime?: Date;
2637
- avPackageEnabled?: boolean;
2638
- teacherClassroomId: string;
2639
- teacherTalkTime: number;
2640
- studentTalkTime: number;
2641
- lastBatchReceivedNo: number;
2642
- canDisplayBatch: boolean;
2643
- onMessageReceive: (data: TMessageData) => void;
2644
- onDismissMeter: () => void;
2645
- }
2646
-
2647
- declare interface ITalkMeterProps extends ITalkMeter {
2648
- studentName?: string;
2649
- teacherName?: string;
2650
- teacherGender: GENDER;
2651
- animated?: boolean;
2652
- }
2653
-
2654
2655
  declare interface ITeacherReview {
2655
2656
  reviewComment?: string;
2656
2657
  images?: string[];
@@ -2988,8 +2989,8 @@ export declare interface IVibrationPattern {
2988
2989
 
2989
2990
  export declare interface IWebViewProps extends IframeHTMLAttributes<HTMLIFrameElement> {
2990
2991
  baseUrl: string;
2992
+ projectDetails: IMultiplayerWebGameProps | IPuzzleWebGameProps | ILessonWebGameProps | ITableWebGameProps;
2991
2993
  parentDomain: string;
2992
- projectDetails: IMultiplayerWebGameProps | IPuzzleWebGameProps | ILessonWebGameProps;
2993
2994
  playerDetails: IPlayer;
2994
2995
  onBack?: () => void;
2995
2996
  onGameLoad?: () => void;
@@ -3272,7 +3273,8 @@ export declare enum JOURNEY_ID_STUDENT {
3272
3273
  CIRCLE_LEADERBOARD_INTRO_JOURNEY = "CIRCLE_LEADERBOARD_INTRO_JOURNEY",
3273
3274
  CIRCLE_POINTS_REWARD_JOURNEY = "CIRCLE_POINTS_REWARD_JOURNEY",
3274
3275
  CIRCLE_STREAK_UPDATE_JOURNEY = "CIRCLE_STREAK_UPDATE_JOURNEY",
3275
- CIRCLE_TUTORIAL_JOURNEY = "CIRCLE_TUTORIAL_JOURNEY"
3276
+ CIRCLE_TUTORIAL_JOURNEY = "CIRCLE_TUTORIAL_JOURNEY",
3277
+ CIRCLE_TABLES_INTRO_JOURNEY = "CIRCLE_TABLES_INTRO_JOURNEY"
3276
3278
  }
3277
3279
 
3278
3280
  export declare const JourneyProvider: FC<{
@@ -3285,9 +3287,9 @@ export declare const LearnosityPreloader: FC<PropsWithChildren<ILearnosityPreloa
3285
3287
 
3286
3288
  export declare const LeftIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
3287
3289
 
3288
- export declare interface Lesson extends BaseProject<LessonId> {
3290
+ export declare interface Lesson extends BaseProject {
3289
3291
  sessionId: string;
3290
- miniGameIdentifier: MiniGameId;
3292
+ miniGameIdentifier: string;
3291
3293
  targetQuestions: number;
3292
3294
  status: TSkillStatus;
3293
3295
  }
@@ -3297,17 +3299,6 @@ declare const LESSON_TAG_TYPE: {
3297
3299
  readonly DEFAULT: "DEFAULT";
3298
3300
  };
3299
3301
 
3300
- export declare enum LessonId {
3301
- ANGLES = "angles",
3302
- FRACTIONS = "fractions",
3303
- TIME = "time",
3304
- ADDITION_SUBTRACTION = "addition-subtraction",
3305
- MULTIPLICATION_DIVISION = "multiplication-division",
3306
- PERCENTAGES = "percentages",
3307
- INTEGERS = "integers",
3308
- RATIOS = "ratios"
3309
- }
3310
-
3311
3302
  export declare const loadScript: ILoadScript;
3312
3303
 
3313
3304
  export declare const Lock2Icon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
@@ -3317,6 +3308,7 @@ export declare const LockIcon: React.FC<React.SVGProps<SVGSVGElement>>;
3317
3308
  export declare const LOTTIE: {
3318
3309
  ACCURACY_METER: string;
3319
3310
  ACCURACY_NEEDLE: string;
3311
+ ADVANCE_MODE_SEGMENT_LOTTIE: string;
3320
3312
  BEGINNER1X: string;
3321
3313
  BRONZE_1: string;
3322
3314
  BRONZE_2: string;
@@ -3340,6 +3332,8 @@ export declare const LOTTIE: {
3340
3332
  GOLD_1: string;
3341
3333
  GOLD_2: string;
3342
3334
  GOLD_3: string;
3335
+ INFINITE_BUTTON_BG: string;
3336
+ INFINITE_BUTTON_SYMBOL: string;
3343
3337
  LEVELUP_RINGS: string;
3344
3338
  MEDIUM: string;
3345
3339
  NUDGE_TAP: string;
@@ -3357,6 +3351,8 @@ export declare const LOTTIE: {
3357
3351
  POINT5: string;
3358
3352
  POINT60: string;
3359
3353
  PROFICIENT1X: string;
3354
+ RANDOM_MODE_SEGMENT_LOTTIE: string;
3355
+ SEQUENCE_MODE_SEGMENT_LOTTIE: string;
3360
3356
  SILVER_1: string;
3361
3357
  SILVER_2: string;
3362
3358
  SILVER_3: string;
@@ -3364,6 +3360,7 @@ export declare const LOTTIE: {
3364
3360
  SPINNER_WHITE: string;
3365
3361
  SPLASH_SCREEN: string;
3366
3362
  STAY_CONNECTED_LOTTIE: string;
3363
+ TABLE_MODE_REVEAL: string;
3367
3364
  TEACHER_VALIDATION: string;
3368
3365
  TOTAL_STREAK: string;
3369
3366
  TOTAL_TIME: string;
@@ -3392,23 +3389,6 @@ export declare const MilestoneOutcome: React_2.FC<IMilestoneOutcomeContainer>;
3392
3389
 
3393
3390
  export declare const MilestoneStart: React_2.FC<IMilestoneStartProps>;
3394
3391
 
3395
- export declare enum MiniGameId {
3396
- SNAKE = "snake",
3397
- BASKETBALL = "basketball",
3398
- REARRANGE = "rearrange",
3399
- CAR_RACE = "car-race",
3400
- DROP_ME = "drop-me",
3401
- WARZONE = "warzone",
3402
- SLOT_MACHINE = "slot-machine",
3403
- SLING_SHOT = "sling-shot",
3404
- CLOCK = "clock",
3405
- MINING = "mining",
3406
- SHADING_AREA = "shading-area",
3407
- MAGIC_HAT = "magic-hat",
3408
- PUZZLE = "puzzle",
3409
- BALANCE = "balance"
3410
- }
3411
-
3412
3392
  export declare const Minus2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
3413
3393
 
3414
3394
  export declare const MinusIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -3612,36 +3592,6 @@ export declare const PreviewWorksheet: FC<IPreviewWorksheetProps>;
3612
3592
 
3613
3593
  export declare const ProgressIcon: React.FC<React.SVGProps<SVGSVGElement>>;
3614
3594
 
3615
- export declare const ProjectId: {
3616
- readonly ANGLES: LessonId.ANGLES;
3617
- readonly FRACTIONS: LessonId.FRACTIONS;
3618
- readonly TIME: LessonId.TIME;
3619
- readonly ADDITION_SUBTRACTION: LessonId.ADDITION_SUBTRACTION;
3620
- readonly MULTIPLICATION_DIVISION: LessonId.MULTIPLICATION_DIVISION;
3621
- readonly PERCENTAGES: LessonId.PERCENTAGES;
3622
- readonly INTEGERS: LessonId.INTEGERS;
3623
- readonly RATIOS: LessonId.RATIOS;
3624
- readonly CUT_THE_STRIP: PuzzleId.CUT_THE_STRIP;
3625
- readonly ONE_LINE_WONDER: PuzzleId.ONE_LINE_WONDER;
3626
- readonly FLIP_IT_UP: PuzzleId.FLIP_IT_UP;
3627
- readonly CARS_IN_CHAOS: PuzzleId.CARS_IN_CHAOS;
3628
- readonly REFLEKT: PuzzleId.REFLEKT;
3629
- readonly MATCHSTICKS: PuzzleId.MATCHSTICKS;
3630
- readonly NO_CROSS: PuzzleId.NO_CROSS;
3631
- readonly DISSECTION: PuzzleId.DISSECTION;
3632
- readonly CHESS_MOVES: GameId.CHESS_MOVES;
3633
- readonly NO_ATTACK: GameId.NO_ATTACK;
3634
- readonly TROMINOS: GameId.TROMINOS;
3635
- readonly NIMS_GAME: GameId.NIMS_GAME;
3636
- readonly TRANSFORMATION: GameId.TRANSFORMATION;
3637
- readonly LIGHTS_ON_OR_OFF: GameId.LIGHTS_ON_OR_OFF;
3638
- readonly LIQUID_WARS: GameId.LIQUID_WARS;
3639
- readonly HACKENBUSH: GameId.HACKENBUSH;
3640
- readonly SQUARE_IT: GameId.SQUARE_IT;
3641
- readonly CLASH_OF_COLOURS: GameId.CLASH_OF_COLOURS;
3642
- readonly REACH: GameId.REACH;
3643
- };
3644
-
3645
3595
  export declare enum ProjectOutcome {
3646
3596
  WIN = "win",
3647
3597
  LOSE = "lose",
@@ -3656,10 +3606,11 @@ export declare enum ProjectOutcome {
3656
3606
  export declare enum ProjectType {
3657
3607
  GAME = "game",
3658
3608
  PUZZLE = "puzzle",
3659
- LESSON = "lesson"
3609
+ LESSON = "lesson",
3610
+ TABLE = "table"
3660
3611
  }
3661
3612
 
3662
- export declare interface Puzzle extends BaseProject<PuzzleId> {
3613
+ export declare interface Puzzle extends BaseProject {
3663
3614
  question: string;
3664
3615
  isHintSeen: boolean;
3665
3616
  solved: boolean;
@@ -3680,17 +3631,6 @@ declare const PUZZLE_CARD_STATE: {
3680
3631
 
3681
3632
  declare const PUZZLE_CARDS: "puzzle_cards";
3682
3633
 
3683
- export declare enum PuzzleId {
3684
- CUT_THE_STRIP = "cut-the-strip",
3685
- ONE_LINE_WONDER = "one-line-wonder",
3686
- FLIP_IT_UP = "flip-it-up",
3687
- CARS_IN_CHAOS = "cars-in-chaos",
3688
- REFLEKT = "reflekt",
3689
- MATCHSTICKS = "matchsticks",
3690
- NO_CROSS = "no-cross",
3691
- DISSECTION = "dissection"
3692
- }
3693
-
3694
3634
  export declare const PYTHON_NODE_TYPES: {
3695
3635
  readonly PPT_BASIC: "PPT_BASIC";
3696
3636
  readonly PPT_CONTENT: "PPT_CONTENT";
@@ -3867,8 +3807,6 @@ declare type TAggregateForRewardsData = {
3867
3807
 
3868
3808
  declare type TAlignSelf = 'auto' | 'flex-start' | 'flex-end' | 'center' | 'stretch';
3869
3809
 
3870
- export declare const TalkMeter: FC<ITalkMeterProps>;
3871
-
3872
3810
  export declare type TArrowTooltipConfig = {
3873
3811
  backgroundColorName: TColorNames;
3874
3812
  textColorName: TColorNames;
@@ -4489,14 +4427,6 @@ declare type TMathSectionSummary = {
4489
4427
  section_code: 'MATH';
4490
4428
  } & TSectionSummary;
4491
4429
 
4492
- declare type TMessageData = {
4493
- teacher_classroom_id: string;
4494
- student_classroom_id: string;
4495
- teacher_speech_time?: number;
4496
- student_speech_time?: number;
4497
- batch_no: number;
4498
- };
4499
-
4500
4430
  declare type TMilestoneChapterBlockData = {
4501
4431
  block_id: string;
4502
4432
  block_type: TBlockType;
@@ -4567,8 +4497,6 @@ declare type TPreference = {
4567
4497
 
4568
4498
  declare type TPreferenceCategory = (typeof PREFERENCE_CATEGORY)[keyof typeof PREFERENCE_CATEGORY];
4569
4499
 
4570
- export declare type TProject = GameId | PuzzleId | LessonId;
4571
-
4572
4500
  declare type TPublish = (data: IPublishData) => boolean | undefined;
4573
4501
 
4574
4502
  declare type TPublishMouseMove = (points: IPointerData) => void;
@@ -4751,6 +4679,8 @@ declare type TSubscribe = (id: string, cb: (data: IActionData | IActionData[]) =
4751
4679
 
4752
4680
  declare type TSubscribeMouseMove = (id: string, callback: (data: IPointerData) => void) => void;
4753
4681
 
4682
+ export declare type TTableMode = 'random' | 'sequence' | 'advance' | 'infinite';
4683
+
4754
4684
  export declare type TTabSizes = 'xsmall' | 'small' | 'regular' | 'medium';
4755
4685
 
4756
4686
  export declare type TTabVariants = 'primary';