@cuemath/leap 2.8.36-hg3 → 2.8.36-tables-hg1
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/lottie/lottie.js +1 -0
- package/dist/assets/lottie/lottie.js.map +1 -1
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js +10 -10
- package/dist/features/circle-games/game-launcher/comps/tables-card/tables-card.js.map +1 -1
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc-styled.js +17 -0
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc-styled.js.map +1 -0
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc.js +47 -0
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/animated-arc.js.map +1 -0
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/constants.js +6 -0
- package/dist/features/post-game-stats/digital-meter/comp/animated-arc/constants.js.map +1 -0
- package/dist/features/post-game-stats/digital-meter/constants.js +16 -0
- package/dist/features/post-game-stats/digital-meter/constants.js.map +1 -0
- package/dist/features/post-game-stats/digital-meter/digital-meter-styled.js +86 -0
- package/dist/features/post-game-stats/digital-meter/digital-meter-styled.js.map +1 -0
- package/dist/features/post-game-stats/digital-meter/digital-meter.js +163 -0
- package/dist/features/post-game-stats/digital-meter/digital-meter.js.map +1 -0
- package/dist/features/post-game-stats/digital-meter/helper.js +33 -0
- package/dist/features/post-game-stats/digital-meter/helper.js.map +1 -0
- package/dist/features/post-game-stats/number-count-animation/number-count-animation-styled.js +29 -0
- package/dist/features/post-game-stats/number-count-animation/number-count-animation-styled.js.map +1 -0
- package/dist/features/post-game-stats/number-count-animation/number-count-animation.js +20 -0
- package/dist/features/post-game-stats/number-count-animation/number-count-animation.js.map +1 -0
- package/dist/index.d.ts +15 -0
- package/dist/index.js +69 -67
- package/dist/index.js.map +1 -1
- package/dist/static/target-achieved-text.053bd142.json +2830 -0
- package/package.json +1 -1
@@ -0,0 +1,33 @@
|
|
1
|
+
import { keyframes as C } from "styled-components";
|
2
|
+
const a = (r, F, o, n) => {
|
3
|
+
const t = (n - 90) * (Math.PI / 180);
|
4
|
+
return {
|
5
|
+
x: r + o * Math.cos(t),
|
6
|
+
y: F + o * Math.sin(t)
|
7
|
+
};
|
8
|
+
}, $ = (r, F, o, n, t) => {
|
9
|
+
const e = n + t, s = a(r, F, o, n), c = a(r, F, o, e), l = t > 180 ? 1 : 0;
|
10
|
+
return `M ${s.x} ${s.y} A ${o} ${o} 0 ${l} 1 ${c.x} ${c.y}`;
|
11
|
+
}, k = C`
|
12
|
+
0% {
|
13
|
+
stroke: #FFB700;
|
14
|
+
color: #FFB700;
|
15
|
+
}
|
16
|
+
33% {
|
17
|
+
stroke: #FF884C;
|
18
|
+
color: #FF884C;
|
19
|
+
}
|
20
|
+
66% {
|
21
|
+
stroke: #FF80F4;
|
22
|
+
color: #FF80F4;
|
23
|
+
}
|
24
|
+
100% {
|
25
|
+
stroke: #33CCFF;
|
26
|
+
color: #33CCFF;
|
27
|
+
}
|
28
|
+
`;
|
29
|
+
export {
|
30
|
+
$ as describeArc,
|
31
|
+
k as rainbowColorAnimation
|
32
|
+
};
|
33
|
+
//# sourceMappingURL=helper.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"helper.js","sources":["../../../../src/features/post-game-stats/digital-meter/helper.ts"],"sourcesContent":["import { keyframes } from 'styled-components';\n\nconst polarToCartesian = (cx: number, cy: number, r: number, angleDeg: number) => {\n const angleRad = (angleDeg - 90) * (Math.PI / 180);\n\n return {\n x: cx + r * Math.cos(angleRad),\n y: cy + r * Math.sin(angleRad),\n };\n};\n\nexport const describeArc = (\n cx: number,\n cy: number,\n r: number,\n startAngle: number,\n sweepAngle: number,\n) => {\n const endAngle = startAngle + sweepAngle;\n const start = polarToCartesian(cx, cy, r, startAngle);\n const end = polarToCartesian(cx, cy, r, endAngle);\n const largeArcFlag = sweepAngle > 180 ? 1 : 0;\n\n return `M ${start.x} ${start.y} A ${r} ${r} 0 ${largeArcFlag} 1 ${end.x} ${end.y}`;\n};\n\nexport const rainbowColorAnimation = keyframes`\n 0% {\n stroke: #FFB700;\n color: #FFB700;\n }\n 33% {\n stroke: #FF884C;\n color: #FF884C;\n }\n 66% {\n stroke: #FF80F4;\n color: #FF80F4;\n }\n 100% {\n stroke: #33CCFF;\n color: #33CCFF;\n }\n`;\n"],"names":["polarToCartesian","cx","cy","r","angleDeg","angleRad","describeArc","startAngle","sweepAngle","endAngle","start","end","largeArcFlag","rainbowColorAnimation","keyframes"],"mappings":";AAEA,MAAMA,IAAmB,CAACC,GAAYC,GAAYC,GAAWC,MAAqB;AAChF,QAAMC,KAAYD,IAAW,OAAO,KAAK,KAAK;AAEvC,SAAA;AAAA,IACL,GAAGH,IAAKE,IAAI,KAAK,IAAIE,CAAQ;AAAA,IAC7B,GAAGH,IAAKC,IAAI,KAAK,IAAIE,CAAQ;AAAA,EAAA;AAEjC,GAEaC,IAAc,CACzBL,GACAC,GACAC,GACAI,GACAC,MACG;AACH,QAAMC,IAAWF,IAAaC,GACxBE,IAAQV,EAAiBC,GAAIC,GAAIC,GAAGI,CAAU,GAC9CI,IAAMX,EAAiBC,GAAIC,GAAIC,GAAGM,CAAQ,GAC1CG,IAAeJ,IAAa,MAAM,IAAI;AAE5C,SAAO,KAAKE,EAAM,CAAC,IAAIA,EAAM,CAAC,MAAMP,CAAC,IAAIA,CAAC,MAAMS,CAAY,MAAMD,EAAI,CAAC,IAAIA,EAAI,CAAC;AAClF,GAEaE,IAAwBC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;"}
|
@@ -0,0 +1,29 @@
|
|
1
|
+
import e from "styled-components";
|
2
|
+
const r = e.div`
|
3
|
+
@property --num {
|
4
|
+
syntax: '<integer>';
|
5
|
+
initial-value: ${({ $initialValue: n }) => n};
|
6
|
+
inherits: false;
|
7
|
+
}
|
8
|
+
|
9
|
+
counter-set: num var(--num);
|
10
|
+
animation: changeNum ${({ $durationInSec: n = 0 }) => n}s linear
|
11
|
+
${({ $delayInSec: n = 0 }) => n}s forwards;
|
12
|
+
|
13
|
+
&::after {
|
14
|
+
content: counter(num);
|
15
|
+
}
|
16
|
+
|
17
|
+
@keyframes changeNum {
|
18
|
+
from {
|
19
|
+
--num: ${({ $initialValue: n }) => n};
|
20
|
+
}
|
21
|
+
to {
|
22
|
+
--num: ${({ $targetValue: n }) => n};
|
23
|
+
}
|
24
|
+
}
|
25
|
+
`;
|
26
|
+
export {
|
27
|
+
r as AnimatedNumberCount
|
28
|
+
};
|
29
|
+
//# sourceMappingURL=number-count-animation-styled.js.map
|
package/dist/features/post-game-stats/number-count-animation/number-count-animation-styled.js.map
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"number-count-animation-styled.js","sources":["../../../../src/features/post-game-stats/number-count-animation/number-count-animation-styled.tsx"],"sourcesContent":["import styled from 'styled-components';\n\nexport const AnimatedNumberCount = styled.div<{\n $initialValue: number;\n $targetValue: number;\n $durationInSec?: number;\n $delayInSec?: number;\n}>`\n @property --num {\n syntax: '<integer>';\n initial-value: ${({ $initialValue }) => $initialValue};\n inherits: false;\n }\n\n counter-set: num var(--num);\n animation: changeNum ${({ $durationInSec = 0 }) => $durationInSec}s linear\n ${({ $delayInSec = 0 }) => $delayInSec}s forwards;\n\n &::after {\n content: counter(num);\n }\n\n @keyframes changeNum {\n from {\n --num: ${({ $initialValue }) => $initialValue};\n }\n to {\n --num: ${({ $targetValue }) => $targetValue};\n }\n }\n`;\n"],"names":["AnimatedNumberCount","styled","$initialValue","$durationInSec","$delayInSec","$targetValue"],"mappings":";AAEO,MAAMA,IAAsBC,EAAO;AAAA;AAAA;AAAA,qBAQrB,CAAC,EAAE,eAAAC,EAAc,MAAMA,CAAa;AAAA;AAAA;AAAA;AAAA;AAAA,yBAKhC,CAAC,EAAE,gBAAAC,IAAiB,EAAA,MAAQA,CAAc;AAAA,MAC7D,CAAC,EAAE,aAAAC,IAAc,EAAA,MAAQA,CAAW;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,eAQ3B,CAAC,EAAE,eAAAF,EAAc,MAAMA,CAAa;AAAA;AAAA;AAAA,eAGpC,CAAC,EAAE,cAAAG,EAAa,MAAMA,CAAY;AAAA;AAAA;AAAA;"}
|
@@ -0,0 +1,20 @@
|
|
1
|
+
import { jsx as o } from "react/jsx-runtime";
|
2
|
+
import { AnimatedNumberCount as i } from "./number-count-animation-styled.js";
|
3
|
+
const u = ({
|
4
|
+
initialValue: t,
|
5
|
+
targetValue: e,
|
6
|
+
durationInSec: n,
|
7
|
+
delayInSec: r
|
8
|
+
}) => /* @__PURE__ */ o(
|
9
|
+
i,
|
10
|
+
{
|
11
|
+
$initialValue: t,
|
12
|
+
$targetValue: e,
|
13
|
+
$durationInSec: n,
|
14
|
+
$delayInSec: r
|
15
|
+
}
|
16
|
+
);
|
17
|
+
export {
|
18
|
+
u as NumberCountAnimation
|
19
|
+
};
|
20
|
+
//# sourceMappingURL=number-count-animation.js.map
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"number-count-animation.js","sources":["../../../../src/features/post-game-stats/number-count-animation/number-count-animation.tsx"],"sourcesContent":["import type { INumberCountAnimationProps } from './number-count-animation-types';\nimport type { FC } from 'react';\n\nimport * as Styled from './number-count-animation-styled';\n\nexport const NumberCountAnimation: FC<INumberCountAnimationProps> = ({\n initialValue,\n targetValue,\n durationInSec,\n delayInSec,\n}) => {\n return (\n <Styled.AnimatedNumberCount\n $initialValue={initialValue}\n $targetValue={targetValue}\n $durationInSec={durationInSec}\n $delayInSec={delayInSec}\n />\n );\n};\n"],"names":["NumberCountAnimation","initialValue","targetValue","durationInSec","delayInSec","jsx","Styled.AnimatedNumberCount"],"mappings":";;AAKO,MAAMA,IAAuD,CAAC;AAAA,EACnE,cAAAC;AAAA,EACA,aAAAC;AAAA,EACA,eAAAC;AAAA,EACA,YAAAC;AACF,MAEI,gBAAAC;AAAA,EAACC;AAAAA,EAAA;AAAA,IACC,eAAeL;AAAA,IACf,cAAcC;AAAA,IACd,gBAAgBC;AAAA,IAChB,aAAaC;AAAA,EAAA;AAAA;"}
|
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>>;
|
@@ -1004,6 +1006,18 @@ declare interface IDesmosCalculatorProps {
|
|
1004
1006
|
};
|
1005
1007
|
}
|
1006
1008
|
|
1009
|
+
declare interface IDigitalMeterProps {
|
1010
|
+
show: boolean;
|
1011
|
+
value: number;
|
1012
|
+
maxValue: number;
|
1013
|
+
displayText: string;
|
1014
|
+
targetValue: number;
|
1015
|
+
progressType: 'stepper' | 'linear';
|
1016
|
+
helperTextPrimary: string;
|
1017
|
+
helperTextSecondary: string;
|
1018
|
+
onComplete: () => void;
|
1019
|
+
}
|
1020
|
+
|
1007
1021
|
declare interface IEditMilestoneModalProps extends IMilestoneEditProps {
|
1008
1022
|
studentId: string;
|
1009
1023
|
isUsingAlternateCurriculum: boolean;
|
@@ -3359,6 +3373,7 @@ export declare const LOTTIE: {
|
|
3359
3373
|
SPINNER_WHITE: string;
|
3360
3374
|
SPLASH_SCREEN: string;
|
3361
3375
|
STAY_CONNECTED_LOTTIE: string;
|
3376
|
+
TARGET_ACHIEVED_TEXT: string;
|
3362
3377
|
TABLE_MODE_REVEAL: string;
|
3363
3378
|
TEACHER_VALIDATION: string;
|
3364
3379
|
TOTAL_STREAK: 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
|
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
|
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
|
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
|
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
|
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
|
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
|
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 {
|
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 {
|
207
|
-
import { default as Fs } from "./features/sheet-tools/
|
208
|
-
import { default as js } from "./features/
|
209
|
-
import { default as qs } from "./features/sheets/
|
210
|
-
import {
|
211
|
-
import {
|
212
|
-
import {
|
213
|
-
import { default as il } from "./features/
|
214
|
-
import {
|
215
|
-
import {
|
216
|
-
import {
|
217
|
-
import { default as Ml } from "./features/worksheet/worksheet
|
218
|
-
import { default as Hl } from "./features/worksheet/worksheet/worksheet-
|
219
|
-
import { default as Rl } from "./features/worksheet/worksheet/worksheet-permissions/
|
220
|
-
import { default as Gl } from "./features/worksheet/
|
221
|
-
import { default as Bl } from "./features/worksheet/learnosity-preloader/
|
222
|
-
import { default as bl } from "./features/worksheet/
|
223
|
-
import { default as vl } from "./features/
|
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
|
-
|
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
|
-
|
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
|
-
|
255
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
296
|
+
de as EraserIcon,
|
295
297
|
Yr as Error,
|
296
|
-
|
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
|
-
|
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
|
-
|
330
|
+
Bl as LearnosityPreloader,
|
329
331
|
De as LeftIcon,
|
330
332
|
ge as Lock2Icon,
|
331
333
|
ye as LockIcon,
|
332
|
-
|
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
|
-
|
346
|
-
|
347
|
-
|
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
|
-
|
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
|
-
|
366
|
+
Ys as PostGameStats,
|
365
367
|
po as PracticeIcon,
|
366
|
-
|
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
|
-
|
374
|
+
pl as REWARDS_LIST,
|
373
375
|
Ct as RadioCard,
|
374
376
|
qr as RadioInput,
|
375
377
|
To as RedoIcon,
|
376
|
-
|
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
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
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
|
-
|
395
|
+
dt as SelectionCards,
|
394
396
|
Jt as Separator,
|
395
|
-
|
396
|
-
|
397
|
-
|
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
|
-
|
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
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
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
|
-
|
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
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
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
|
-
|
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
|
-
|
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":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|