@cuemath/leap 3.3.15-as1 → 3.3.15-j1

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 (102) hide show
  1. package/dist/assets/lottie/lottie.js +2 -2
  2. package/dist/assets/lottie/lottie.js.map +1 -1
  3. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js +4 -4
  4. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message-styled.js.map +1 -1
  5. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js +5 -5
  6. package/dist/features/auth/comps/animated-avatar-message/animated-avatar-message.js.map +1 -1
  7. package/dist/features/auth/comps/pill-button/pill-button.js +19 -19
  8. package/dist/features/auth/comps/pill-button/pill-button.js.map +1 -1
  9. package/dist/features/auth/pla-signup/pla-analytics-events.js +5 -4
  10. package/dist/features/auth/pla-signup/pla-analytics-events.js.map +1 -1
  11. package/dist/features/auth/pla-signup/signup-header/signup-header.js +1 -1
  12. package/dist/features/auth/pla-signup/signup-header/signup-header.js.map +1 -1
  13. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js +24 -24
  14. package/dist/features/auth/signup/circular-step-wrapper/circular-step-wrapper.js.map +1 -1
  15. package/dist/features/parent-dashboard/api/get-student-profile-summary.js +9 -0
  16. package/dist/features/parent-dashboard/api/get-student-profile-summary.js.map +1 -0
  17. package/dist/features/parent-dashboard/comps/pla-first-session-introduction/pla-first-session-introduction-styled.js +10 -0
  18. package/dist/features/parent-dashboard/comps/pla-first-session-introduction/pla-first-session-introduction-styled.js.map +1 -0
  19. package/dist/features/parent-dashboard/comps/pla-first-session-introduction/pla-first-session-introduction.js +42 -0
  20. package/dist/features/parent-dashboard/comps/pla-first-session-introduction/pla-first-session-introduction.js.map +1 -0
  21. package/dist/features/parent-dashboard/hooks/use-parent-home-data.js +45 -42
  22. package/dist/features/parent-dashboard/hooks/use-parent-home-data.js.map +1 -1
  23. package/dist/features/parent-dashboard/hooks/use-student-profile-summary-data.js +24 -0
  24. package/dist/features/parent-dashboard/hooks/use-student-profile-summary-data.js.map +1 -0
  25. package/dist/features/parent-dashboard/modals/help-and-support/help-and-support.js +40 -0
  26. package/dist/features/parent-dashboard/modals/help-and-support/help-and-support.js.map +1 -0
  27. package/dist/features/parent-dashboard/modals/student-login-info/student-login-info.js +44 -0
  28. package/dist/features/parent-dashboard/modals/student-login-info/student-login-info.js.map +1 -0
  29. package/dist/features/parent-dashboard/modals/student-profile-summary/student-profile-summary-helpers.js +32 -0
  30. package/dist/features/parent-dashboard/modals/student-profile-summary/student-profile-summary-helpers.js.map +1 -0
  31. package/dist/features/parent-dashboard/modals/student-profile-summary/student-profile-summary-styled.js +12 -0
  32. package/dist/features/parent-dashboard/modals/student-profile-summary/student-profile-summary-styled.js.map +1 -0
  33. package/dist/features/parent-dashboard/modals/student-profile-summary/student-profile-summary.js +44 -0
  34. package/dist/features/parent-dashboard/modals/student-profile-summary/student-profile-summary.js.map +1 -0
  35. package/dist/features/parent-dashboard/modals/trial-report/trial-report-styled.js +13 -0
  36. package/dist/features/parent-dashboard/modals/trial-report/trial-report-styled.js.map +1 -0
  37. package/dist/features/parent-dashboard/modals/trial-report/trial-report.js +28 -0
  38. package/dist/features/parent-dashboard/modals/trial-report/trial-report.js.map +1 -0
  39. package/dist/features/parent-dashboard/modals/tutor-change/tutor-change-constants.js +43 -0
  40. package/dist/features/parent-dashboard/modals/tutor-change/tutor-change-constants.js.map +1 -0
  41. package/dist/features/parent-dashboard/modals/tutor-change/tutor-change-styled.js +59 -0
  42. package/dist/features/parent-dashboard/modals/tutor-change/tutor-change-styled.js.map +1 -0
  43. package/dist/features/parent-dashboard/modals/tutor-change/tutor-change.js +86 -0
  44. package/dist/features/parent-dashboard/modals/tutor-change/tutor-change.js.map +1 -0
  45. package/dist/features/parent-dashboard/parent-dashboard-types.js +3 -2
  46. package/dist/features/parent-dashboard/parent-dashboard-types.js.map +1 -1
  47. package/dist/features/parent-dashboard/parent-dashboard-view.js +139 -127
  48. package/dist/features/parent-dashboard/parent-dashboard-view.js.map +1 -1
  49. package/dist/features/trial-session/comps/pla/session-summary/session-summary-constants.js +8 -7
  50. package/dist/features/trial-session/comps/pla/session-summary/session-summary-constants.js.map +1 -1
  51. package/dist/features/trial-session/comps/pla/session-summary/session-summary.js +27 -26
  52. package/dist/features/trial-session/comps/pla/session-summary/session-summary.js.map +1 -1
  53. package/dist/features/trial-session/comps/pla/session-summary/summary-card/summary-card.js +16 -16
  54. package/dist/features/trial-session/comps/pla/session-summary/summary-card/summary-card.js.map +1 -1
  55. package/dist/features/trial-session/comps/session-report/report-information/report-information-styled.js +15 -13
  56. package/dist/features/trial-session/comps/session-report/report-information/report-information-styled.js.map +1 -1
  57. package/dist/features/trial-session/comps/session-report/report-information/report-information.js +1 -1
  58. package/dist/features/trial-session/comps/session-report/report-information/report-information.js.map +1 -1
  59. package/dist/features/ui/constants/z-index.js +2 -5
  60. package/dist/features/ui/constants/z-index.js.map +1 -1
  61. package/dist/features/utils/utils.js +18 -18
  62. package/dist/features/utils/utils.js.map +1 -1
  63. package/dist/index.d.ts +55 -75
  64. package/dist/index.js +556 -552
  65. package/dist/index.js.map +1 -1
  66. package/dist/node_modules/decode-uri-component/index.js.map +1 -0
  67. package/dist/node_modules/query-string/base.js +1 -1
  68. package/dist/node_modules/uuid/dist/esm-browser/native.js +7 -0
  69. package/dist/node_modules/uuid/dist/esm-browser/native.js.map +1 -0
  70. package/dist/node_modules/uuid/dist/esm-browser/rng.js +3 -2
  71. package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
  72. package/dist/node_modules/uuid/dist/esm-browser/stringify.js +6 -10
  73. package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
  74. package/dist/node_modules/uuid/dist/esm-browser/v4.js +12 -9
  75. package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
  76. package/dist/static/error.dd744fa5.json +1 -0
  77. package/dist/static/username.2c755605.json +1 -0
  78. package/package.json +1 -1
  79. package/dist/features/hooks/use-visibility-change.js +0 -12
  80. package/dist/features/hooks/use-visibility-change.js.map +0 -1
  81. package/dist/features/ui/timers/class-time/animate.js +0 -100
  82. package/dist/features/ui/timers/class-time/animate.js.map +0 -1
  83. package/dist/features/ui/timers/class-time/animations/open-close.js +0 -93
  84. package/dist/features/ui/timers/class-time/animations/open-close.js.map +0 -1
  85. package/dist/features/ui/timers/class-time/animations/ripple.js +0 -44
  86. package/dist/features/ui/timers/class-time/animations/ripple.js.map +0 -1
  87. package/dist/features/ui/timers/class-time/class-time.js +0 -140
  88. package/dist/features/ui/timers/class-time/class-time.js.map +0 -1
  89. package/dist/features/ui/timers/class-time/constants.js +0 -31
  90. package/dist/features/ui/timers/class-time/constants.js.map +0 -1
  91. package/dist/features/ui/timers/clock/clock.js +0 -25
  92. package/dist/features/ui/timers/clock/clock.js.map +0 -1
  93. package/dist/features/ui/timers/timer/timer.js +0 -63
  94. package/dist/features/ui/timers/timer/timer.js.map +0 -1
  95. package/dist/node_modules/query-string/node_modules/decode-uri-component/index.js.map +0 -1
  96. package/dist/node_modules/uuid/dist/esm-browser/regex.js +0 -5
  97. package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +0 -1
  98. package/dist/node_modules/uuid/dist/esm-browser/validate.js +0 -8
  99. package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +0 -1
  100. package/dist/static/error.cbe1ddde.json +0 -1
  101. package/dist/static/username.9e034d51.json +0 -1
  102. /package/dist/node_modules/{query-string/node_modules/decode-uri-component → decode-uri-component}/index.js +0 -0
package/dist/index.d.ts CHANGED
@@ -360,14 +360,10 @@ export declare const CircularStepWrapper: NamedExoticComponent<ICircularStepWrap
360
360
 
361
361
  export declare const ClaimUserAccount: NamedExoticComponent<IClaimUserAccountProps>;
362
362
 
363
- export declare const ClassTime: MemoExoticComponent<(props: IClassTimeProps) => JSX.Element | null>;
364
-
365
363
  export declare const Clickable: React_2.FC<IClickableProps>;
366
364
 
367
365
  export declare const ClipboardIcon: React.FC<React.SVGProps<SVGSVGElement>>;
368
366
 
369
- export declare const Clock: MemoExoticComponent<({ completionTime, onComplete, startedOn, textVariant, textColor, }: IClockProps) => JSX.Element | null>;
370
-
371
367
  export declare const Clock2Icon: React.FC<React.SVGProps<SVGSVGElement>>;
372
368
 
373
369
  export declare const ClockIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -561,6 +557,12 @@ export declare enum ESessionStatus {
561
557
  IN_FUTURE = "IN FUTURE"
562
558
  }
563
559
 
560
+ export declare enum ESummaryType {
561
+ STUDENT_PROFILE = "studentProfile",
562
+ INSIGHTS = "insights",
563
+ LEARNING_PLAN = "learningPlan"
564
+ }
565
+
564
566
  export declare const EveningIcon: React.FC<React.SVGProps<SVGSVGElement>>;
565
567
 
566
568
  export declare const EVENTS: {
@@ -650,8 +652,6 @@ declare interface FlexViewProps {
650
652
  $flex?: number;
651
653
  }
652
654
 
653
- export declare const formatTimeInHHMMSS: (seconds: number, includeHours?: boolean) => string;
654
-
655
655
  export declare interface Game extends BaseProject {
656
656
  isPlayed: boolean;
657
657
  }
@@ -795,7 +795,7 @@ declare interface IAccountSelectorViewProps {
795
795
  user_avatar?: IAvatarLayer[] | null;
796
796
  }[];
797
797
  onSelect: (accountId: string) => void;
798
- onAddNew: () => void;
798
+ onAddNew?: () => void;
799
799
  isLoading: boolean;
800
800
  }
801
801
 
@@ -1377,27 +1377,6 @@ export declare interface IClassTimeAlertConfig {
1377
1377
  onComplete: () => void;
1378
1378
  }
1379
1379
 
1380
- declare interface IClassTimeProps {
1381
- /** Class duration in seconds */
1382
- classDuration: number;
1383
- /** When the class started */
1384
- classStartedTime: number;
1385
- /** Extended time in seconds */
1386
- extendedTime?: number;
1387
- /** Whether class is ongoing */
1388
- ongoing?: boolean;
1389
- /** Callback when timer completes */
1390
- onComplete?: () => void;
1391
- /** Callback when extend class is requested */
1392
- onExtendClass?: () => void;
1393
- /** Callback triggered when extended time period starts updating reducer to show/hide end class button in demo logout dropdown */
1394
- onExtendedTimeStart?: () => void;
1395
- /** Whether to show the extend class icon (default: false) there is conditions for teacher where we are also not showing this icon */
1396
- showExtendIcon?: boolean;
1397
- /** Whether to update timer with extended time (overrides userType default) */
1398
- updateWithExtendedTime?: boolean;
1399
- }
1400
-
1401
1380
  export declare interface IClickableAnalyticsProps {
1402
1381
  label?: string;
1403
1382
  analyticsLabel?: string;
@@ -1411,14 +1390,6 @@ declare interface IClickableProps extends IClickableAnalyticsProps {
1411
1390
  children: React_2.ReactNode;
1412
1391
  }
1413
1392
 
1414
- declare interface IClockProps {
1415
- startedOn?: Date;
1416
- completionTime?: number | null;
1417
- onComplete?: () => void;
1418
- textVariant?: TTextVariants;
1419
- textColor?: TColorNames;
1420
- }
1421
-
1422
1393
  declare interface ICoachMarkCompletion {
1423
1394
  CIRCLE_ACTIVITIES_INTRO_JOURNEY: boolean;
1424
1395
  CIRCLE_LEADERBOARD_INTRO_JOURNEY: boolean;
@@ -1683,6 +1654,11 @@ declare interface IFile {
1683
1654
  url: string;
1684
1655
  }
1685
1656
 
1657
+ declare interface IFirstSessionIntroductionProps {
1658
+ onRunSystemCheck: () => void;
1659
+ studentId: string;
1660
+ }
1661
+
1686
1662
  declare interface IGame extends IBaseProject {
1687
1663
  played: boolean;
1688
1664
  }
@@ -2564,7 +2540,7 @@ declare interface IMilestoneCardPermissions {
2564
2540
  visible_tabs: string[];
2565
2541
  }
2566
2542
 
2567
- declare interface IMilestoneConfig {
2543
+ export declare interface IMilestoneConfig {
2568
2544
  action_plan: Record<'green' | 'red' | 'yellow', {
2569
2545
  share_message_template: string;
2570
2546
  }>;
@@ -2956,6 +2932,8 @@ export declare const invalidateMilestoneResources: (id: string, query?: void | u
2956
2932
 
2957
2933
  export declare const invalidateMilestonesData: (query?: TQuery | undefined) => void;
2958
2934
 
2935
+ export declare const invalidateParentHome: (id: string, query?: void | undefined, allIdsInvalid?: boolean) => void;
2936
+
2959
2937
  export declare const invalidatePastMilestoneCount: (id: string, query?: void | undefined, allIdsInvalid?: boolean) => void;
2960
2938
 
2961
2939
  export declare const invalidatePuzzleToAssign: (id: string, query?: void | undefined, allIdsInvalid?: boolean) => void;
@@ -2971,6 +2949,10 @@ declare interface IOnChapterExitWarningProps {
2971
2949
  onSuccess?: () => void;
2972
2950
  }
2973
2951
 
2952
+ declare interface IOnViewSummaryParams extends IStudentProfileSummary {
2953
+ userAttemptId?: string;
2954
+ }
2955
+
2974
2956
  declare interface IOpenImageReviewModalProps {
2975
2957
  isReviewed?: boolean;
2976
2958
  disableScoreForm?: boolean;
@@ -3030,11 +3012,11 @@ export declare interface IOutcomeStageData {
3030
3012
 
3031
3013
  declare interface IParentDashboardProps {
3032
3014
  studentName: string;
3033
- studentServiceId: string;
3015
+ studentId: string;
3034
3016
  onRescheduleDemo: (demoId?: string) => void;
3035
3017
  onChangeTutor: (demoId: string) => void;
3036
3018
  onGetStartedAgain?: () => void;
3037
- onViewSummary?: (key: string) => void;
3019
+ onViewSummary?: (key: ESummaryType, summaryData: IOnViewSummaryParams) => void;
3038
3020
  onSwitchUser?: () => void;
3039
3021
  canChangeTutor: boolean;
3040
3022
  isSubscriptionCancelled: boolean;
@@ -3142,7 +3124,7 @@ export declare interface IPostGameStatsRef {
3142
3124
  declare interface IPreferencesCurriculumMap {
3143
3125
  course_stream: TCourseStream;
3144
3126
  is_live: boolean;
3145
- preference_category: TPreferenceCategory;
3127
+ preference_category: TLearningPreferenceCategory;
3146
3128
  preference_code: string;
3147
3129
  preference_grades: string[];
3148
3130
  preference_name: string;
@@ -3550,7 +3532,7 @@ declare interface ISessionStatusProps {
3550
3532
  declare interface ISessionSummaryProps {
3551
3533
  isDemoDone: boolean;
3552
3534
  studentName: string;
3553
- onViewSummary?: (key: string) => void;
3535
+ onViewSummary?: (key: ESummaryType) => void;
3554
3536
  }
3555
3537
 
3556
3538
  declare interface IShareInstructionModalProps {
@@ -3763,6 +3745,13 @@ declare interface IStudentProfileHighlightsProps {
3763
3745
  profileHighlights: TProfileHighlight[];
3764
3746
  }
3765
3747
 
3748
+ declare interface IStudentProfileSummary {
3749
+ studentLevel: string;
3750
+ studentObjectives: string[] | string;
3751
+ learningPlan: string[] | string;
3752
+ levelPreference?: string;
3753
+ }
3754
+
3766
3755
  declare interface IStudentSchool {
3767
3756
  place_id: string;
3768
3757
  country_code: string;
@@ -4082,17 +4071,6 @@ declare interface ITimeLeftTimelineProps {
4082
4071
  showRemainingTime?: boolean;
4083
4072
  }
4084
4073
 
4085
- declare interface ITimerProps {
4086
- endTime: number;
4087
- styledTimer?: boolean;
4088
- onComplete?: () => void;
4089
- reminder?: number;
4090
- onReminder?: () => void;
4091
- iconColor?: TColorNames;
4092
- textColor?: TColorNames;
4093
- textVariant?: TTextVariants;
4094
- }
4095
-
4096
4074
  declare interface ITimeStampsResponseModel {
4097
4075
  current: number;
4098
4076
  start_timestamp: number;
@@ -4741,15 +4719,6 @@ export declare const JourneyProvider: FC<IJourneyProviderProps>;
4741
4719
 
4742
4720
  export declare const Leaderboard: ({ leaderboardData, type, userId, onClose, isLoading, streakInfo, }: ILeaderboardProps) => JSX.Element;
4743
4721
 
4744
- export declare const LEARNING_PREFERENCE_CATEGORY: {
4745
- readonly LEVEL: "Level";
4746
- readonly FOCUS: "Focus";
4747
- readonly BEHAVIOR: "Behaviors";
4748
- readonly OBJECTIVES: "Objectives";
4749
- readonly POSITION: "Position";
4750
- readonly COURSE: "Course";
4751
- };
4752
-
4753
4722
  export declare const LearnosityPreloader: FC<PropsWithChildren<ILearnosityPreloaderProps>>;
4754
4723
 
4755
4724
  export declare const LeftIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
@@ -5177,9 +5146,14 @@ export declare enum PLA_ANALYTICS_EVENTS {
5177
5146
  SIGNUP_OTP_FAILED = "signup_otp_failed",
5178
5147
  SLOTS_SHOWN = "slots_shown",
5179
5148
  SLOT_DATE_SELECTED = "slot_date_selected",
5180
- SLOT_TIME_SELECTED = "slot_time_selected"
5149
+ SLOT_TIME_SELECTED = "slot_time_selected",
5150
+ TUTOR_CHANGE_REASON_SELECTED = "tutor_change_reason_selected"
5181
5151
  }
5182
5152
 
5153
+ export declare const PlaFirstSessionIntroduction: NamedExoticComponent<IFirstSessionIntroductionProps>;
5154
+
5155
+ export declare const PLAHelpAndSupportModal: MemoExoticComponent<({}: {}) => JSX.Element>;
5156
+
5183
5157
  /**
5184
5158
  ** Global/Platform specific events that needs to be tracked goes here
5185
5159
  ** Naming convention needs to be snake_case
@@ -5232,6 +5206,15 @@ export declare const PostGameStats: NamedExoticComponent<IPostGameStatsProps & R
5232
5206
 
5233
5207
  export declare const PracticeIcon: React.FC<React.SVGProps<SVGSVGElement>>;
5234
5208
 
5209
+ declare const PREFERENCE_CATEGORY: {
5210
+ readonly LEVEL: "Level";
5211
+ readonly FOCUS: "Focus";
5212
+ readonly BEHAVIOR: "Behaviors";
5213
+ readonly OBJECTIVES: "Objectives";
5214
+ readonly POSITION: "Position";
5215
+ readonly COURSE: "Course";
5216
+ };
5217
+
5235
5218
  export declare const PreviewWorksheet: FC<IPreviewWorksheetProps>;
5236
5219
 
5237
5220
  export declare const ProgressIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -5570,8 +5553,14 @@ declare interface StudentBadgeListProps {
5570
5553
 
5571
5554
  export declare const StudentDetails: FC<IStudentDetailsProps>;
5572
5555
 
5556
+ export declare const StudentLoginInfoModal: MemoExoticComponent<() => JSX.Element>;
5557
+
5573
5558
  export declare const StudentProfileHighlights: FC<IStudentProfileHighlightsProps>;
5574
5559
 
5560
+ export declare const StudentProfileSummaryModal: MemoExoticComponent<() => JSX.Element>;
5561
+
5562
+ export declare const StudentTrialReportModal: MemoExoticComponent<() => JSX.Element>;
5563
+
5575
5564
  export declare const SubmitMilestoneModal: React.FC<ISubmitModalProps>;
5576
5565
 
5577
5566
  export declare const SwitchIcon: React.FC<React.SVGProps<SVGSVGElement>>;
@@ -5876,8 +5865,6 @@ export declare const TickIcon: React.FC<React.SVGProps<SVGSVGElement>>;
5876
5865
  */
5877
5866
  export declare const TimeLeftTimeline: React_2.FC<ITimeLeftTimelineProps>;
5878
5867
 
5879
- export declare const Timer: MemoExoticComponent<({ styledTimer, endTime, onComplete, onReminder, reminder, iconColor, textColor, textVariant, }: ITimerProps) => JSX.Element>;
5880
-
5881
5868
  export declare type TInclassChannelMetadata = {
5882
5869
  syncModule?: {
5883
5870
  name: 'MILESTONE_CREATE' | 'MILESTONE_EDIT' | 'MILESTONE_REVIEW';
@@ -6160,6 +6147,8 @@ export declare type TJourneyId = JOURNEY_ID_STUDENT | JOURNEY_ID_TEACHER;
6160
6147
 
6161
6148
  declare type TLayerKey = 'layer-1' | 'layer-2' | 'layer-3' | 'layer-4';
6162
6149
 
6150
+ export declare type TLearningPreferenceCategory = (typeof PREFERENCE_CATEGORY)[keyof typeof PREFERENCE_CATEGORY];
6151
+
6163
6152
  declare type TLearnosityPreloaderContextValue = {
6164
6153
  scriptStatus: Omit<TScriptStatus, 'loaded'>;
6165
6154
  defaultAPIURL: string;
@@ -6445,8 +6434,6 @@ declare type TPreference = {
6445
6434
  selectedTime: string;
6446
6435
  };
6447
6436
 
6448
- declare type TPreferenceCategory = (typeof LEARNING_PREFERENCE_CATEGORY)[keyof typeof LEARNING_PREFERENCE_CATEGORY];
6449
-
6450
6437
  declare type TProfileHighlight = {
6451
6438
  illustration: string;
6452
6439
  background: TColorNames;
@@ -6755,6 +6742,8 @@ declare type TUserProgram = {
6755
6742
 
6756
6743
  export declare type TUserTypes = 'TEACHER' | 'STUDENT';
6757
6744
 
6745
+ export declare const TutorChangeModal: MemoExoticComponent<() => JSX.Element>;
6746
+
6758
6747
  export declare const Tutorial: ({ src, title, onCross, showProgress, onTutorialPlayedOnce, isJourneyActive, }: ITutorialProps) => JSX.Element;
6759
6748
 
6760
6749
  export declare const TutoringIcon: React_2.FC<React_2.SVGProps<SVGSVGElement>>;
@@ -7043,12 +7032,6 @@ export declare const useTrialSessionMessageBroker: IUseTrialSessionMessageBroker
7043
7032
 
7044
7033
  export declare const useUIContext: () => UIContextProps;
7045
7034
 
7046
- /**
7047
- * Custom hook to detect visibility change of the document.
7048
- * Returns true if the document is visible, false otherwise.
7049
- */
7050
- export declare const useVisibilityChange: () => boolean;
7051
-
7052
7035
  export declare const useWorksheetLayout: IUseWorksheetLayout;
7053
7036
 
7054
7037
  export declare const useZoomDisable: () => void;
@@ -7133,9 +7116,6 @@ declare const ZINDEX: {
7133
7116
  readonly GOAL_CHAPTER_SHEETS_MENU: 4;
7134
7117
  readonly JOURNEY_OVERLAY: 1000;
7135
7118
  readonly CHAPTER_COMPLETED_LOTTIE: 5;
7136
- readonly EXTEND_CLASS_ANIMATION_1: 24;
7137
- readonly EXTEND_CLASS_ANIMATION_2: 25;
7138
- readonly EXTEND_CLASS_ANIMATION_3: 26;
7139
7119
  readonly WINS_HEADER: 11;
7140
7120
  };
7141
7121