@pie-players/pie-tool-ruler 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.
@@ -3681,10 +3681,12 @@ var c9 = {
3681
3681
  draggable: !0,
3682
3682
  resizable: !0,
3683
3683
  closeable: !0,
3684
- initialWidth: 720,
3685
- initialHeight: 620,
3686
- minWidth: 360,
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.45",
3
+ "version": "0.3.47",
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.45",
42
- "@pie-players/pie-context": "0.3.45",
43
- "@pie-players/pie-players-shared": "0.3.45",
41
+ "@pie-players/pie-assessment-toolkit": "0.3.47",
42
+ "@pie-players/pie-context": "0.3.47",
43
+ "@pie-players/pie-players-shared": "0.3.47",
44
44
  "moveable": "^0.53.0"
45
45
  },
46
46
  "types": "./dist/index.d.ts",