@coorpacademy/app-review 0.26.12-alpha.3.2 → 0.26.12
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/es/types/slides.d.ts
CHANGED
|
@@ -90,8 +90,7 @@ const templateSelectProps = (dispatch, translate, answers, choice, index, maxLen
|
|
|
90
90
|
const newAnswers = updateTemplateAnswer(text, answers, index, maxLength);
|
|
91
91
|
dispatch(editAnswer(newAnswers));
|
|
92
92
|
},
|
|
93
|
-
options: isEmpty(answer) ? concat([temporaryOption], selectOptions) : selectOptions
|
|
94
|
-
'aria-label': translate('Select an answer')
|
|
93
|
+
options: isEmpty(answer) ? concat([temporaryOption], selectOptions) : selectOptions
|
|
95
94
|
};
|
|
96
95
|
};
|
|
97
96
|
const templateProps = (dispatch, translate) => (answers, question) => {
|
package/lib/types/slides.d.ts
CHANGED
|
@@ -93,8 +93,7 @@ const templateSelectProps = (dispatch, translate, answers, choice, index, maxLen
|
|
|
93
93
|
const newAnswers = updateTemplateAnswer(text, answers, index, maxLength);
|
|
94
94
|
dispatch((0, answers_1.editAnswer)(newAnswers));
|
|
95
95
|
},
|
|
96
|
-
options: (0, fp_1.isEmpty)(answer) ? (0, fp_1.concat)([temporaryOption], selectOptions) : selectOptions
|
|
97
|
-
'aria-label': translate('Select an answer')
|
|
96
|
+
options: (0, fp_1.isEmpty)(answer) ? (0, fp_1.concat)([temporaryOption], selectOptions) : selectOptions
|
|
98
97
|
};
|
|
99
98
|
};
|
|
100
99
|
const templateProps = (dispatch, translate) => (answers, question) => {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"ignore_dirs":[]}
|
package/locales/en/review.json
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coorpacademy/app-review",
|
|
3
|
-
"version": "0.26.12
|
|
3
|
+
"version": "0.26.12",
|
|
4
4
|
"description": "",
|
|
5
5
|
"engines": {
|
|
6
6
|
"node": ">=16.15.0"
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
"main": "lib/index.js",
|
|
36
36
|
"module": "es/index.js",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@coorpacademy/components": "11.14.12
|
|
38
|
+
"@coorpacademy/components": "11.14.12",
|
|
39
39
|
"@coorpacademy/progression-engine": "11.7.0",
|
|
40
40
|
"@coorpacademy/redux-task": "1.1.6",
|
|
41
41
|
"@coorpacademy/review-services": "1.6.1",
|
|
@@ -74,5 +74,5 @@
|
|
|
74
74
|
"webpack-cli": "^4.10.0",
|
|
75
75
|
"webpack-dev-server": "^4.11.1"
|
|
76
76
|
},
|
|
77
|
-
"gitHead": "
|
|
77
|
+
"gitHead": "014dc648a1ffdc9ea5b69c7268da9e37737c41d7"
|
|
78
78
|
}
|