@magmamath/frontend-config 1.0.24-rc.13 → 1.0.24-rc.15
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.d.mts +9 -0
- package/dist/index.d.ts +9 -0
- package/dist/index.js +56 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +56 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -440,6 +440,15 @@ type TeachersLocaleConfig = CommonLocaleConfig & {
|
|
|
440
440
|
isLargeGrade: ((grade: number) => boolean) | null;
|
|
441
441
|
useHighSchoolGrades: boolean;
|
|
442
442
|
};
|
|
443
|
+
progressStats: {
|
|
444
|
+
forceHSGrades: boolean;
|
|
445
|
+
};
|
|
446
|
+
heatMap: {
|
|
447
|
+
forceHSGrades: boolean;
|
|
448
|
+
};
|
|
449
|
+
classesFilter: {
|
|
450
|
+
forceHSGrades: boolean;
|
|
451
|
+
};
|
|
443
452
|
};
|
|
444
453
|
|
|
445
454
|
type AuthWebLocaleConfig<T extends SSOVariant> = {
|
package/dist/index.d.ts
CHANGED
|
@@ -440,6 +440,15 @@ type TeachersLocaleConfig = CommonLocaleConfig & {
|
|
|
440
440
|
isLargeGrade: ((grade: number) => boolean) | null;
|
|
441
441
|
useHighSchoolGrades: boolean;
|
|
442
442
|
};
|
|
443
|
+
progressStats: {
|
|
444
|
+
forceHSGrades: boolean;
|
|
445
|
+
};
|
|
446
|
+
heatMap: {
|
|
447
|
+
forceHSGrades: boolean;
|
|
448
|
+
};
|
|
449
|
+
classesFilter: {
|
|
450
|
+
forceHSGrades: boolean;
|
|
451
|
+
};
|
|
443
452
|
};
|
|
444
453
|
|
|
445
454
|
type AuthWebLocaleConfig<T extends SSOVariant> = {
|
package/dist/index.js
CHANGED
|
@@ -1731,7 +1731,7 @@ var LOCALE_STUDENTS_SE = {
|
|
|
1731
1731
|
var LOCALE_COMMON_GRADES_GB = {
|
|
1732
1732
|
primary: {
|
|
1733
1733
|
[-1 /* OTHER */]: { name: "Other" },
|
|
1734
|
-
[0 /* ZERO */]: { name: "
|
|
1734
|
+
[0 /* ZERO */]: { name: "R" },
|
|
1735
1735
|
[1 /* ONE */]: { name: "1" },
|
|
1736
1736
|
[2 /* TWO */]: { name: "2" },
|
|
1737
1737
|
[3 /* THREE */]: { name: "3" },
|
|
@@ -1915,7 +1915,7 @@ var LOCALE_STUDENTS_CA = {
|
|
|
1915
1915
|
var LOCALE_COMMON_GRADES_SCT = {
|
|
1916
1916
|
primary: {
|
|
1917
1917
|
[-1 /* OTHER */]: { name: "Other", noPrefix: true },
|
|
1918
|
-
[0 /* ZERO */]: { name: "P0", noPrefix: true },
|
|
1918
|
+
[0 /* ZERO */]: { name: "P0", noPrefix: true, displayOnly: true },
|
|
1919
1919
|
[1 /* ONE */]: { name: "P1", noPrefix: true },
|
|
1920
1920
|
[2 /* TWO */]: { name: "P2", noPrefix: true },
|
|
1921
1921
|
[3 /* THREE */]: { name: "P3", noPrefix: true },
|
|
@@ -2165,6 +2165,15 @@ var LOCALE_TEACHERS_US = {
|
|
|
2165
2165
|
},
|
|
2166
2166
|
getStarted: {
|
|
2167
2167
|
showSentEmailInfo: false
|
|
2168
|
+
},
|
|
2169
|
+
progressStats: {
|
|
2170
|
+
forceHSGrades: true
|
|
2171
|
+
},
|
|
2172
|
+
heatMap: {
|
|
2173
|
+
forceHSGrades: true
|
|
2174
|
+
},
|
|
2175
|
+
classesFilter: {
|
|
2176
|
+
forceHSGrades: true
|
|
2168
2177
|
}
|
|
2169
2178
|
};
|
|
2170
2179
|
|
|
@@ -2207,6 +2216,15 @@ var LOCALE_TEACHERS_SE = {
|
|
|
2207
2216
|
},
|
|
2208
2217
|
getStarted: {
|
|
2209
2218
|
showSentEmailInfo: true
|
|
2219
|
+
},
|
|
2220
|
+
progressStats: {
|
|
2221
|
+
forceHSGrades: false
|
|
2222
|
+
},
|
|
2223
|
+
heatMap: {
|
|
2224
|
+
forceHSGrades: false
|
|
2225
|
+
},
|
|
2226
|
+
classesFilter: {
|
|
2227
|
+
forceHSGrades: false
|
|
2210
2228
|
}
|
|
2211
2229
|
};
|
|
2212
2230
|
|
|
@@ -2248,6 +2266,15 @@ var LOCALE_TEACHERS_GB = {
|
|
|
2248
2266
|
},
|
|
2249
2267
|
getStarted: {
|
|
2250
2268
|
showSentEmailInfo: false
|
|
2269
|
+
},
|
|
2270
|
+
progressStats: {
|
|
2271
|
+
forceHSGrades: false
|
|
2272
|
+
},
|
|
2273
|
+
heatMap: {
|
|
2274
|
+
forceHSGrades: false
|
|
2275
|
+
},
|
|
2276
|
+
classesFilter: {
|
|
2277
|
+
forceHSGrades: false
|
|
2251
2278
|
}
|
|
2252
2279
|
};
|
|
2253
2280
|
|
|
@@ -2289,6 +2316,15 @@ var LOCALE_TEACHERS_CA = {
|
|
|
2289
2316
|
},
|
|
2290
2317
|
getStarted: {
|
|
2291
2318
|
showSentEmailInfo: false
|
|
2319
|
+
},
|
|
2320
|
+
progressStats: {
|
|
2321
|
+
forceHSGrades: false
|
|
2322
|
+
},
|
|
2323
|
+
heatMap: {
|
|
2324
|
+
forceHSGrades: false
|
|
2325
|
+
},
|
|
2326
|
+
classesFilter: {
|
|
2327
|
+
forceHSGrades: false
|
|
2292
2328
|
}
|
|
2293
2329
|
};
|
|
2294
2330
|
|
|
@@ -2330,6 +2366,15 @@ var LOCALE_TEACHERS_SCT = {
|
|
|
2330
2366
|
},
|
|
2331
2367
|
getStarted: {
|
|
2332
2368
|
showSentEmailInfo: false
|
|
2369
|
+
},
|
|
2370
|
+
progressStats: {
|
|
2371
|
+
forceHSGrades: false
|
|
2372
|
+
},
|
|
2373
|
+
heatMap: {
|
|
2374
|
+
forceHSGrades: false
|
|
2375
|
+
},
|
|
2376
|
+
classesFilter: {
|
|
2377
|
+
forceHSGrades: false
|
|
2333
2378
|
}
|
|
2334
2379
|
};
|
|
2335
2380
|
|
|
@@ -2371,6 +2416,15 @@ var LOCALE_TEACHERS_DE = {
|
|
|
2371
2416
|
},
|
|
2372
2417
|
getStarted: {
|
|
2373
2418
|
showSentEmailInfo: false
|
|
2419
|
+
},
|
|
2420
|
+
progressStats: {
|
|
2421
|
+
forceHSGrades: false
|
|
2422
|
+
},
|
|
2423
|
+
heatMap: {
|
|
2424
|
+
forceHSGrades: false
|
|
2425
|
+
},
|
|
2426
|
+
classesFilter: {
|
|
2427
|
+
forceHSGrades: false
|
|
2374
2428
|
}
|
|
2375
2429
|
};
|
|
2376
2430
|
var GoogleIcon = ({ size = 38 }) => {
|