@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.
@@ -66,7 +66,6 @@ export declare type SelectionTemplate = {
66
66
  name: string;
67
67
  onChange?: Function;
68
68
  options?: DropDownOption[];
69
- 'aria-label': string;
70
69
  };
71
70
  export declare type Template = {
72
71
  type: 'template';
@@ -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) => {
@@ -66,7 +66,6 @@ export declare type SelectionTemplate = {
66
66
  name: string;
67
67
  onChange?: Function;
68
68
  options?: DropDownOption[];
69
- 'aria-label': string;
70
69
  };
71
70
  export declare type Template = {
72
71
  type: 'template';
@@ -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":[]}
@@ -19,7 +19,6 @@
19
19
  "Continue": "Continue",
20
20
  "Type here": "Type here",
21
21
  "Select an answer": "Select an answer",
22
- "answer_the_question": "Answer the question",
23
22
  "presentation": {
24
23
  "aria_label": "Review Presentation Container",
25
24
  "title": "What is<br/>Revision Mode ?",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@coorpacademy/app-review",
3
- "version": "0.26.12-alpha.3.2+5f660fee04",
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-alpha.3.2+5f660fee04",
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": "5f660fee04a109b1642518d6e3b4709ce3a22abb"
77
+ "gitHead": "014dc648a1ffdc9ea5b69c7268da9e37737c41d7"
78
78
  }