@cuemath/leap 3.5.38 → 3.5.39
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/features/timeline/comps/new-progress-intro-modal/new-progress-intro-modal-constants.js
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
|
-
import { ILLUSTRATIONS as
|
|
2
|
-
const
|
|
1
|
+
import { ILLUSTRATIONS as t } from "../../../../assets/illustrations/illustrations.js";
|
|
2
|
+
const e = [
|
|
3
3
|
{
|
|
4
4
|
title: "Daily Progress",
|
|
5
5
|
description: "Track both in-class and at-home activities in real-time",
|
|
6
|
-
icon:
|
|
6
|
+
icon: t.CLOCK_PURPLE
|
|
7
7
|
},
|
|
8
8
|
{
|
|
9
9
|
title: "Monthly Reports",
|
|
10
|
-
description: "Get insights into your
|
|
11
|
-
icon:
|
|
10
|
+
description: "Get insights into your student's monthly progress and achievements",
|
|
11
|
+
icon: t.CALENDAR_PURPLE_2
|
|
12
12
|
}
|
|
13
13
|
];
|
|
14
14
|
export {
|
|
15
|
-
|
|
15
|
+
e as PROGRESS_INFO
|
|
16
16
|
};
|
|
17
17
|
//# sourceMappingURL=new-progress-intro-modal-constants.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"new-progress-intro-modal-constants.js","sources":["../../../../../src/features/timeline/comps/new-progress-intro-modal/new-progress-intro-modal-constants.ts"],"sourcesContent":["import { ILLUSTRATIONS } from '../../../../assets/illustrations/illustrations';\n\nexport const PROGRESS_INFO: {\n title: string;\n description: string;\n icon: string;\n}[] = [\n {\n title: 'Daily Progress',\n description: 'Track both in-class and at-home activities in real-time',\n icon: ILLUSTRATIONS.CLOCK_PURPLE,\n },\n {\n title: 'Monthly Reports',\n description: `Get insights into your
|
|
1
|
+
{"version":3,"file":"new-progress-intro-modal-constants.js","sources":["../../../../../src/features/timeline/comps/new-progress-intro-modal/new-progress-intro-modal-constants.ts"],"sourcesContent":["import { ILLUSTRATIONS } from '../../../../assets/illustrations/illustrations';\n\nexport const PROGRESS_INFO: {\n title: string;\n description: string;\n icon: string;\n}[] = [\n {\n title: 'Daily Progress',\n description: 'Track both in-class and at-home activities in real-time',\n icon: ILLUSTRATIONS.CLOCK_PURPLE,\n },\n {\n title: 'Monthly Reports',\n description: `Get insights into your student's monthly progress and achievements`,\n icon: ILLUSTRATIONS.CALENDAR_PURPLE_2,\n },\n];\n"],"names":["PROGRESS_INFO","ILLUSTRATIONS"],"mappings":";AAEO,MAAMA,IAIP;AAAA,EACJ;AAAA,IACE,OAAO;AAAA,IACP,aAAa;AAAA,IACb,MAAMC,EAAc;AAAA,EACtB;AAAA,EACA;AAAA,IACE,OAAO;AAAA,IACP,aAAa;AAAA,IACb,MAAMA,EAAc;AAAA,EACtB;AACF;"}
|