@cuemath/leap 3.2.29-j1 → 3.2.30-gg1
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.
- package/dist/assets/gif/gif.js +0 -3
- package/dist/assets/gif/gif.js.map +1 -1
- package/dist/assets/illustrations/illustrations.js +0 -10
- package/dist/assets/illustrations/illustrations.js.map +1 -1
- package/dist/features/auth/account-selector/account-selector.js +54 -52
- package/dist/features/auth/account-selector/account-selector.js.map +1 -1
- package/dist/features/auth/comps/tabs/tab-tem/tab-item.js +2 -10
- package/dist/features/auth/comps/tabs/tab-tem/tab-item.js.map +1 -1
- package/dist/features/auth/comps/user-list/user-item/user-item-styled.js +9 -3
- package/dist/features/auth/comps/user-list/user-item/user-item-styled.js.map +1 -1
- package/dist/features/auth/comps/user-list/user-item/user-item.js +14 -15
- package/dist/features/auth/comps/user-list/user-item/user-item.js.map +1 -1
- package/dist/features/worksheet/worksheet-preview/worksheet-preview.js +35 -32
- package/dist/features/worksheet/worksheet-preview/worksheet-preview.js.map +1 -1
- package/dist/index.d.ts +0 -26
- package/dist/index.js +185 -187
- package/dist/index.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/regex.js +5 -0
- package/dist/node_modules/uuid/dist/esm-browser/regex.js.map +1 -0
- package/dist/node_modules/uuid/dist/esm-browser/rng.js +2 -3
- package/dist/node_modules/uuid/dist/esm-browser/rng.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js +10 -6
- package/dist/node_modules/uuid/dist/esm-browser/stringify.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/v4.js +9 -12
- package/dist/node_modules/uuid/dist/esm-browser/v4.js.map +1 -1
- package/dist/node_modules/uuid/dist/esm-browser/validate.js +8 -0
- package/dist/node_modules/uuid/dist/esm-browser/validate.js.map +1 -0
- package/package.json +1 -1
- package/dist/features/trial-session/comps/session-status/session-status-constants.js +0 -7
- package/dist/features/trial-session/comps/session-status/session-status-constants.js.map +0 -1
- package/dist/features/trial-session/comps/session-status/session-status-helpers.js +0 -19
- package/dist/features/trial-session/comps/session-status/session-status-helpers.js.map +0 -1
- package/dist/features/trial-session/comps/session-status/session-status-styled.js +0 -13
- package/dist/features/trial-session/comps/session-status/session-status-styled.js.map +0 -1
- package/dist/features/trial-session/comps/session-status/session-status.js +0 -227
- package/dist/features/trial-session/comps/session-status/session-status.js.map +0 -1
- package/dist/node_modules/date-fns/_lib/getRoundingMethod.js +0 -10
- package/dist/node_modules/date-fns/_lib/getRoundingMethod.js.map +0 -1
- package/dist/node_modules/date-fns/differenceInMilliseconds.js +0 -9
- package/dist/node_modules/date-fns/differenceInMilliseconds.js.map +0 -1
- package/dist/node_modules/date-fns/differenceInSeconds.js +0 -11
- package/dist/node_modules/date-fns/differenceInSeconds.js.map +0 -1
- package/dist/node_modules/date-fns/fromUnixTime.js +0 -9
- package/dist/node_modules/date-fns/fromUnixTime.js.map +0 -1
- package/dist/node_modules/uuid/dist/esm-browser/native.js +0 -7
- package/dist/node_modules/uuid/dist/esm-browser/native.js.map +0 -1
- package/dist/static/arrow-board-green.11e75bca.svg +0 -1
- package/dist/static/book-checked-green.c275dbd9.svg +0 -1
- package/dist/static/book-checked-orange.53ea6880.svg +0 -1
- package/dist/static/book-checked-purple.df628f3e.svg +0 -1
- package/dist/static/calendar-check-green.ab0e24d2.svg +0 -1
- package/dist/static/calendar-cross-orange.8e7a23bd.svg +0 -1
- package/dist/static/calendar-hour-glass-orange.6d0c5d39.gif +0 -0
- package/dist/static/handshake-green.f8d24216.svg +0 -1
- package/dist/static/knowledge-blue.ead536f1.svg +0 -1
- package/dist/static/platform-green.eb853207.svg +0 -1
- package/dist/static/platform-purple.ecf6fa46.svg +0 -1
- package/dist/static/teacher-assigned.60bf73b1.gif +0 -0
- package/dist/static/teacher-search.f3711916.gif +0 -0
package/dist/index.d.ts
CHANGED
|
@@ -622,7 +622,6 @@ declare function getZIndexConfig(): TZIndexMap;
|
|
|
622
622
|
|
|
623
623
|
export declare const GIF: {
|
|
624
624
|
BOBWAVE: string;
|
|
625
|
-
CALENDAR_HOUR_GLASS_ORANGE: string;
|
|
626
625
|
EASY_RESCHEDULING: string;
|
|
627
626
|
ENRICHMENT: string;
|
|
628
627
|
ENRICHMENT_MINI: string;
|
|
@@ -636,8 +635,6 @@ export declare const GIF: {
|
|
|
636
635
|
SKILLS: string;
|
|
637
636
|
SPECKIE_WAVE: string;
|
|
638
637
|
STAY_CONNECTED: string;
|
|
639
|
-
TEACHER_ASSIGNED: string;
|
|
640
|
-
TEACHER_SEARCH: string;
|
|
641
638
|
TERA_WAVE: string;
|
|
642
639
|
TEST_PREP: string;
|
|
643
640
|
TEST_PREP_MINI: string;
|
|
@@ -2121,19 +2118,13 @@ export declare const ILLUSTRATIONS: {
|
|
|
2121
2118
|
ALIEN_2: string;
|
|
2122
2119
|
ALIEN_3: string;
|
|
2123
2120
|
ALIEN_4: string;
|
|
2124
|
-
ARROW_BOARD_GREEN: string;
|
|
2125
2121
|
BLUE_CLIP: string;
|
|
2126
|
-
BOOK_CHECKED_GREEN: string;
|
|
2127
|
-
BOOK_CHECKED_ORANGE: string;
|
|
2128
|
-
BOOK_CHECKED_PURPLE: string;
|
|
2129
2122
|
BOOK_GREEN: string;
|
|
2130
2123
|
BOOK_OPEN_BLUE: string;
|
|
2131
2124
|
BOOK_ORANGE: string;
|
|
2132
2125
|
BOOK_YELLOW: string;
|
|
2133
2126
|
BULLET_YELLOW: string;
|
|
2134
2127
|
CALENDAR_BLUE: string;
|
|
2135
|
-
CALENDAR_CHECK_GREEN: string;
|
|
2136
|
-
CALENDAR_CROSS_ORANGE: string;
|
|
2137
2128
|
CALENDAR_GRAY: string;
|
|
2138
2129
|
CALENDAR_GREEN: string;
|
|
2139
2130
|
CALENDAR_PURPLE: string;
|
|
@@ -2177,8 +2168,6 @@ export declare const ILLUSTRATIONS: {
|
|
|
2177
2168
|
GREEN_BALLOON: string;
|
|
2178
2169
|
GREEN_FACE: string;
|
|
2179
2170
|
HANDSHAKE: string;
|
|
2180
|
-
HANDSHAKE_GREEN: string;
|
|
2181
|
-
KNOWLEDGE_BLUE: string;
|
|
2182
2171
|
LEARNED_SHIELD_GRAY: string;
|
|
2183
2172
|
LEARNED_SHIELD_GREEN: string;
|
|
2184
2173
|
LEARNT: string;
|
|
@@ -2217,8 +2206,6 @@ export declare const ILLUSTRATIONS: {
|
|
|
2217
2206
|
ORANGE_FACE: string;
|
|
2218
2207
|
PARENT_AVATAR: string;
|
|
2219
2208
|
PEOPLE_WITH_ORANGE_FILL: string;
|
|
2220
|
-
PLATFORM_GREEN: string;
|
|
2221
|
-
PLATFORM_PURPLE: string;
|
|
2222
2209
|
PLAY: string;
|
|
2223
2210
|
PLAY_ICON: string;
|
|
2224
2211
|
POINTS_SUM: string;
|
|
@@ -3313,17 +3300,6 @@ declare interface ISeparatorProps {
|
|
|
3313
3300
|
background?: TColorNames;
|
|
3314
3301
|
}
|
|
3315
3302
|
|
|
3316
|
-
declare interface ISessionStatusProps {
|
|
3317
|
-
completedSessions: number;
|
|
3318
|
-
nextSessionStartTime: number;
|
|
3319
|
-
status: string;
|
|
3320
|
-
studentName: string;
|
|
3321
|
-
teacherName?: string;
|
|
3322
|
-
teacherGender?: string;
|
|
3323
|
-
nextSessionEndTime: number;
|
|
3324
|
-
onRescheduleClick?: () => void;
|
|
3325
|
-
}
|
|
3326
|
-
|
|
3327
3303
|
declare interface IShareInstructionModalProps {
|
|
3328
3304
|
milestoneAchievementId: string;
|
|
3329
3305
|
studentName: string;
|
|
@@ -5091,8 +5067,6 @@ export declare const SENTRY_IGNORED_ERRORS: Array<string | RegExp>;
|
|
|
5091
5067
|
|
|
5092
5068
|
export declare const Separator: React_2.FC<ISeparatorProps>;
|
|
5093
5069
|
|
|
5094
|
-
export declare const SessionStatus: ({ completedSessions, nextSessionStartTime, status, teacherName, teacherGender, studentName, onRescheduleClick, }: ISessionStatusProps) => JSX.Element;
|
|
5095
|
-
|
|
5096
5070
|
export declare const SHEET_ACTIONS: {
|
|
5097
5071
|
readonly START: "START";
|
|
5098
5072
|
readonly RESUME: "RESUME";
|