@magmamath/frontend-config 1.0.24-rc.21 → 1.0.24-rc.22
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 +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +18 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +18 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
package/dist/index.d.ts
CHANGED
package/dist/index.js
CHANGED
|
@@ -2159,6 +2159,9 @@ var LOCALE_TEACHERS_US = {
|
|
|
2159
2159
|
getStarted: {
|
|
2160
2160
|
showSentEmailInfo: false
|
|
2161
2161
|
},
|
|
2162
|
+
gradesModal: {
|
|
2163
|
+
withOtherOption: false
|
|
2164
|
+
},
|
|
2162
2165
|
progressStats: {
|
|
2163
2166
|
forceHSGrades: true
|
|
2164
2167
|
},
|
|
@@ -2211,6 +2214,9 @@ var LOCALE_TEACHERS_SE = {
|
|
|
2211
2214
|
getStarted: {
|
|
2212
2215
|
showSentEmailInfo: true
|
|
2213
2216
|
},
|
|
2217
|
+
gradesModal: {
|
|
2218
|
+
withOtherOption: false
|
|
2219
|
+
},
|
|
2214
2220
|
progressStats: {
|
|
2215
2221
|
forceHSGrades: false
|
|
2216
2222
|
},
|
|
@@ -2262,6 +2268,9 @@ var LOCALE_TEACHERS_GB = {
|
|
|
2262
2268
|
getStarted: {
|
|
2263
2269
|
showSentEmailInfo: false
|
|
2264
2270
|
},
|
|
2271
|
+
gradesModal: {
|
|
2272
|
+
withOtherOption: true
|
|
2273
|
+
},
|
|
2265
2274
|
progressStats: {
|
|
2266
2275
|
forceHSGrades: false
|
|
2267
2276
|
},
|
|
@@ -2313,6 +2322,9 @@ var LOCALE_TEACHERS_CA = {
|
|
|
2313
2322
|
getStarted: {
|
|
2314
2323
|
showSentEmailInfo: false
|
|
2315
2324
|
},
|
|
2325
|
+
gradesModal: {
|
|
2326
|
+
withOtherOption: false
|
|
2327
|
+
},
|
|
2316
2328
|
progressStats: {
|
|
2317
2329
|
forceHSGrades: false
|
|
2318
2330
|
},
|
|
@@ -2364,6 +2376,9 @@ var LOCALE_TEACHERS_SCT = {
|
|
|
2364
2376
|
getStarted: {
|
|
2365
2377
|
showSentEmailInfo: false
|
|
2366
2378
|
},
|
|
2379
|
+
gradesModal: {
|
|
2380
|
+
withOtherOption: true
|
|
2381
|
+
},
|
|
2367
2382
|
progressStats: {
|
|
2368
2383
|
forceHSGrades: false
|
|
2369
2384
|
},
|
|
@@ -2415,6 +2430,9 @@ var LOCALE_TEACHERS_DE = {
|
|
|
2415
2430
|
getStarted: {
|
|
2416
2431
|
showSentEmailInfo: false
|
|
2417
2432
|
},
|
|
2433
|
+
gradesModal: {
|
|
2434
|
+
withOtherOption: false
|
|
2435
|
+
},
|
|
2418
2436
|
progressStats: {
|
|
2419
2437
|
forceHSGrades: false
|
|
2420
2438
|
},
|