@pie-players/pie-tool-ruler 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-ruler.js +6 -4
- package/package.json +4 -4
package/dist/tool-ruler.js
CHANGED
|
@@ -3681,10 +3681,12 @@ var c9 = {
|
|
|
3681
3681
|
draggable: !0,
|
|
3682
3682
|
resizable: !0,
|
|
3683
3683
|
closeable: !0,
|
|
3684
|
-
initialWidth:
|
|
3685
|
-
initialHeight:
|
|
3686
|
-
minWidth:
|
|
3687
|
-
minHeight: 420
|
|
3684
|
+
initialWidth: 380,
|
|
3685
|
+
initialHeight: 420,
|
|
3686
|
+
minWidth: 380,
|
|
3687
|
+
minHeight: 420,
|
|
3688
|
+
initialAlign: "bottom-right",
|
|
3689
|
+
initialMargin: 16
|
|
3688
3690
|
}
|
|
3689
3691
|
}],
|
|
3690
3692
|
button: f,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-players/pie-tool-ruler",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.46",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Ruler measurement tool for PIE assessment player",
|
|
6
6
|
"repository": {
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"unpkg": "./dist/tool-ruler.js",
|
|
39
39
|
"jsdelivr": "./dist/tool-ruler.js",
|
|
40
40
|
"dependencies": {
|
|
41
|
-
"@pie-players/pie-assessment-toolkit": "0.3.
|
|
42
|
-
"@pie-players/pie-context": "0.3.
|
|
43
|
-
"@pie-players/pie-players-shared": "0.3.
|
|
41
|
+
"@pie-players/pie-assessment-toolkit": "0.3.46",
|
|
42
|
+
"@pie-players/pie-context": "0.3.46",
|
|
43
|
+
"@pie-players/pie-players-shared": "0.3.46",
|
|
44
44
|
"moveable": "^0.53.0"
|
|
45
45
|
},
|
|
46
46
|
"types": "./dist/index.d.ts",
|