@pie-players/pie-tool-answer-eliminator 0.3.45 → 0.3.47
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.
|
@@ -3355,10 +3355,12 @@ var vl = {
|
|
|
3355
3355
|
draggable: !0,
|
|
3356
3356
|
resizable: !0,
|
|
3357
3357
|
closeable: !0,
|
|
3358
|
-
initialWidth:
|
|
3359
|
-
initialHeight:
|
|
3360
|
-
minWidth:
|
|
3361
|
-
minHeight: 420
|
|
3358
|
+
initialWidth: 380,
|
|
3359
|
+
initialHeight: 420,
|
|
3360
|
+
minWidth: 380,
|
|
3361
|
+
minHeight: 420,
|
|
3362
|
+
initialAlign: "bottom-right",
|
|
3363
|
+
initialMargin: 16
|
|
3362
3364
|
}
|
|
3363
3365
|
}],
|
|
3364
3366
|
button: h,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-players/pie-tool-answer-eliminator",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.47",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Answer eliminator tool for PIE assessment player - supports process-of-elimination test-taking strategy",
|
|
6
6
|
"repository": {
|
|
@@ -39,9 +39,9 @@
|
|
|
39
39
|
"unpkg": "./dist/tool-answer-eliminator.js",
|
|
40
40
|
"jsdelivr": "./dist/tool-answer-eliminator.js",
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@pie-players/pie-assessment-toolkit": "0.3.
|
|
43
|
-
"@pie-players/pie-context": "0.3.
|
|
44
|
-
"@pie-players/pie-players-shared": "0.3.
|
|
42
|
+
"@pie-players/pie-assessment-toolkit": "0.3.47",
|
|
43
|
+
"@pie-players/pie-context": "0.3.47",
|
|
44
|
+
"@pie-players/pie-players-shared": "0.3.47"
|
|
45
45
|
},
|
|
46
46
|
"types": "./dist/index.d.ts",
|
|
47
47
|
"scripts": {
|