mario-education 2.4.596-feedback → 2.4.598-feedback
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/components/Loading/LoadLanguage.d.ts +3 -0
- package/dist/components/Skin/Loading.d.ts +5 -0
- package/dist/containers/FrequencyAndSetup/components/FrequencyModeDetail.d.ts +1 -1
- package/dist/containers/FrequencyAndSetup/components/SortableItem.d.ts +2 -1
- package/dist/containers/FrequencyAndSetup/components/ViewQuestionsModal.d.ts +9 -0
- package/dist/containers/FrequencyAndSetup/configs/constants.d.ts +2 -1
- package/dist/containers/FrequencyAndSetup/configs/type.d.ts +7 -0
- package/dist/containers/FrequencyAndSetup/hooks/useFrequencyAndSetup.d.ts +4 -0
- package/dist/index.css +15053 -15053
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +110 -110
package/dist/index.modern.js
CHANGED
|
@@ -33221,7 +33221,7 @@ var OpenFieldTab = function OpenFieldTab(_ref) {
|
|
|
33221
33221
|
className: "d-flex align-items-center"
|
|
33222
33222
|
}, React__default.createElement(Typography, {
|
|
33223
33223
|
className: "" + styles$3["total-text"]
|
|
33224
|
-
}, t("
|
|
33224
|
+
}, t("total_responses"), ":"), React__default.createElement(Typography, {
|
|
33225
33225
|
className: "" + styles$3["total-value"]
|
|
33226
33226
|
}, (_summarizeQuestions$t = summarizeQuestions === null || summarizeQuestions === void 0 ? void 0 : summarizeQuestions.totalItems) != null ? _summarizeQuestions$t : 0)), React__default.createElement(Grid, {
|
|
33227
33227
|
onClick: function onClick() {
|