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.js
CHANGED
|
@@ -33222,7 +33222,7 @@ var OpenFieldTab = function OpenFieldTab(_ref) {
|
|
|
33222
33222
|
className: "d-flex align-items-center"
|
|
33223
33223
|
}, React__default.createElement(core$1.Typography, {
|
|
33224
33224
|
className: "" + styles$3["total-text"]
|
|
33225
|
-
}, t("
|
|
33225
|
+
}, t("total_responses"), ":"), React__default.createElement(core$1.Typography, {
|
|
33226
33226
|
className: "" + styles$3["total-value"]
|
|
33227
33227
|
}, (_summarizeQuestions$t = summarizeQuestions === null || summarizeQuestions === void 0 ? void 0 : summarizeQuestions.totalItems) != null ? _summarizeQuestions$t : 0)), React__default.createElement(core$1.Grid, {
|
|
33228
33228
|
onClick: function onClick() {
|