@pie-element/drag-in-the-blank 3.10.3-next.869 → 3.10.3-next.882

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.
@@ -131,6 +131,21 @@
131
131
  }
132
132
  }
133
133
  },
134
+ "minChoices": {
135
+ "description": "Minimum number of choices",
136
+ "type": "number",
137
+ "title": "minChoices"
138
+ },
139
+ "maxChoices": {
140
+ "description": "Maximum number of choices",
141
+ "type": "number",
142
+ "title": "maxChoices"
143
+ },
144
+ "maxResponseAreas": {
145
+ "description": "Maximum number of response areas",
146
+ "type": "number",
147
+ "title": "maxResponseAreas"
148
+ },
134
149
  "showPrompt": {
135
150
  "description": "Determines whether prompt field will be displayed or not",
136
151
  "default": true,
@@ -98,6 +98,18 @@ Indicates if the item has to be displayed in the Settings Panel
98
98
 
99
99
  Indicates the label for the item that has to be displayed in the Settings Panel
100
100
 
101
+ # `minChoices` (number)
102
+
103
+ Minimum number of choices
104
+
105
+ # `maxChoices` (number)
106
+
107
+ Maximum number of choices
108
+
109
+ # `maxResponseAreas` (number)
110
+
111
+ Maximum number of response areas
112
+
101
113
  # `showPrompt` (boolean)
102
114
 
103
115
  Determines whether prompt field will be displayed or not
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.869+1e4e0593c",
7
+ "version": "3.10.3-next.882+bb41bf1d8",
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": "1e4e0593ca934dcd2e96bb1702673c9bce888197",
28
+ "gitHead": "bb41bf1d814ea45d69faf3ee87798c9676a9df9b",
29
29
  "main": "lib/index.js",
30
30
  "module": "src/index.js"
31
31
  }