@pie-element/drag-in-the-blank 3.10.3-next.862 → 3.10.3-next.874
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/configure/utils.js +2 -1
- package/package.json +2 -2
package/configure/utils.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
export const generateValidationMessage = config => {
|
|
2
|
-
|
|
2
|
+
let { maxResponseAreas, minChoices, maxChoices } = config;
|
|
3
|
+
minChoices = minChoices || 3;
|
|
3
4
|
|
|
4
5
|
const responseAreasMessage = '\nThe tokens should ' +
|
|
5
6
|
'not be empty and should be unique.\nThere should be at least 1 ' +
|
package/package.json
CHANGED
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"access": "public"
|
|
5
5
|
},
|
|
6
6
|
"repository": "pie-framework/pie-elements",
|
|
7
|
-
"version": "3.10.3-next.
|
|
7
|
+
"version": "3.10.3-next.874+68b4d617d",
|
|
8
8
|
"description": "",
|
|
9
9
|
"scripts": {
|
|
10
10
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
},
|
|
26
26
|
"author": "",
|
|
27
27
|
"license": "ISC",
|
|
28
|
-
"gitHead": "
|
|
28
|
+
"gitHead": "68b4d617d9c711fb62226c8d06165afcba640f4b",
|
|
29
29
|
"main": "lib/index.js",
|
|
30
30
|
"module": "src/index.js"
|
|
31
31
|
}
|