@pie-players/pie-tool-protractor 0.3.45 → 0.3.46
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/dist/tool-protractor.js +6 -4
- package/package.json +4 -4
package/dist/tool-protractor.js
CHANGED
|
@@ -3656,10 +3656,12 @@ var op = {
|
|
|
3656
3656
|
draggable: !0,
|
|
3657
3657
|
resizable: !0,
|
|
3658
3658
|
closeable: !0,
|
|
3659
|
-
initialWidth:
|
|
3660
|
-
initialHeight:
|
|
3661
|
-
minWidth:
|
|
3662
|
-
minHeight: 420
|
|
3659
|
+
initialWidth: 380,
|
|
3660
|
+
initialHeight: 420,
|
|
3661
|
+
minWidth: 380,
|
|
3662
|
+
minHeight: 420,
|
|
3663
|
+
initialAlign: "bottom-right",
|
|
3664
|
+
initialMargin: 16
|
|
3663
3665
|
}
|
|
3664
3666
|
}],
|
|
3665
3667
|
button: f,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-players/pie-tool-protractor",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.46",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Draggable and rotatable protractor tool for PIE assessment player",
|
|
6
6
|
"repository": {
|
|
@@ -35,9 +35,9 @@
|
|
|
35
35
|
"unpkg": "./dist/tool-protractor.js",
|
|
36
36
|
"jsdelivr": "./dist/tool-protractor.js",
|
|
37
37
|
"dependencies": {
|
|
38
|
-
"@pie-players/pie-assessment-toolkit": "0.3.
|
|
39
|
-
"@pie-players/pie-context": "0.3.
|
|
40
|
-
"@pie-players/pie-players-shared": "0.3.
|
|
38
|
+
"@pie-players/pie-assessment-toolkit": "0.3.46",
|
|
39
|
+
"@pie-players/pie-context": "0.3.46",
|
|
40
|
+
"@pie-players/pie-players-shared": "0.3.46",
|
|
41
41
|
"moveable": "^0.53.0"
|
|
42
42
|
},
|
|
43
43
|
"types": "./dist/index.d.ts",
|