@cuemath/leap 3.2.15-link.1 → 3.2.15-link.2

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.
@@ -11,7 +11,7 @@ import { useGetStudentProfileSummary as X } from "../../api/student-profile-summ
11
11
  import { useTrialSessionContext as M } from "../../context/use-trial-session-context.js";
12
12
  import O from "../slide-header/index.js";
13
13
  import { Container as k, ContentWrapper as B, AbsoluteImage as H, ImageWrapper as R } from "./student-profile-styled.js";
14
- import { getMilestoneGoalName as P, getDummyProfileImage as W } from "./student-profile-utils.js";
14
+ import { getDummyProfileImage as W, getMilestoneGoalName as P } from "./student-profile-utils.js";
15
15
  const re = b(() => {
16
16
  const { isTeacher: t, studentId: l, formData: $, updateSlideConfig: d, updateButtonState: f } = M(), { name: y, goals: r, studentProfile: o } = $ || {}, { dummyProfileImageIndex: I, profileSummary: x } = o || {}, C = W(I), m = A(() => r && r.length > 0 ? {
17
17
  school_success_goal: P(r, g.SCHOOL_SUCCESS),
package/dist/index.d.ts CHANGED
@@ -571,6 +571,30 @@ export declare const getTheme: () => DefaultTheme;
571
571
 
572
572
  declare function getZIndexConfig(): TZIndexMap;
573
573
 
574
+ export declare const GIF: {
575
+ BOBWAVE: string;
576
+ EASY_RESCHEDULING: string;
577
+ ENRICHMENT: string;
578
+ ENRICHMENT_MINI: string;
579
+ GAMES: string;
580
+ JIGII_WAVE: string;
581
+ LEARNING_SESSION: string;
582
+ MAX_WAVE: string;
583
+ PUZZLES: string;
584
+ SCHOOL_SUCCESS: string;
585
+ SCHOOL_SUCCESS_MINI: string;
586
+ SKILLS: string;
587
+ SPECKIE_WAVE: string;
588
+ STAY_CONNECTED: string;
589
+ TERA_WAVE: string;
590
+ TEST_PREP: string;
591
+ TEST_PREP_MINI: string;
592
+ TRACK_PROGRESS: string;
593
+ VINNIE_WAVE: string;
594
+ WAY_FORWARD: string;
595
+ YOUR_GOALS: string;
596
+ };
597
+
574
598
  declare const GOAL_CATEGORY: {
575
599
  readonly SCHOOL_SUCCESS: "SCHOOL_SUCCESS";
576
600
  readonly TEST_PREP: "TEST_PREP";