mario-education 2.2.5 → 2.2.6
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/index.js +10 -10
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +10 -10
- package/dist/index.modern.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -17791,6 +17791,16 @@ var Dashboard = function Dashboard() {
|
|
|
17791
17791
|
grade = _useDashboard.grade;
|
|
17792
17792
|
|
|
17793
17793
|
var cards = [{
|
|
17794
|
+
label: "High-impact learning strategies of current school year",
|
|
17795
|
+
children: React__default.createElement(HighImpact, {
|
|
17796
|
+
data: highImpact
|
|
17797
|
+
})
|
|
17798
|
+
}, {
|
|
17799
|
+
label: "Learning strategies perceived impact",
|
|
17800
|
+
children: React__default.createElement(PerceivedImpact, {
|
|
17801
|
+
data: perceivedImpact
|
|
17802
|
+
})
|
|
17803
|
+
}, {
|
|
17794
17804
|
label: "Students & teachers login per day",
|
|
17795
17805
|
children: React__default.createElement(LoginCouting, {
|
|
17796
17806
|
data: loginCounting
|
|
@@ -17810,16 +17820,6 @@ var Dashboard = function Dashboard() {
|
|
|
17810
17820
|
children: React__default.createElement(Grade, {
|
|
17811
17821
|
data: grade
|
|
17812
17822
|
})
|
|
17813
|
-
}, {
|
|
17814
|
-
label: "High-impact learning strategies of current school year",
|
|
17815
|
-
children: React__default.createElement(HighImpact, {
|
|
17816
|
-
data: highImpact
|
|
17817
|
-
})
|
|
17818
|
-
}, {
|
|
17819
|
-
label: "Learning strategies perceived impact",
|
|
17820
|
-
children: React__default.createElement(PerceivedImpact, {
|
|
17821
|
-
data: perceivedImpact
|
|
17822
|
-
})
|
|
17823
17823
|
}];
|
|
17824
17824
|
return React__default.createElement("div", null, React__default.createElement("h4", {
|
|
17825
17825
|
className: "mb-5"
|