@pie-players/pie-tool-graph 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.
@@ -4004,10 +4004,12 @@ var mu = {
4004
4004
  draggable: !0,
4005
4005
  resizable: !0,
4006
4006
  closeable: !0,
4007
- initialWidth: 720,
4008
- initialHeight: 620,
4009
- minWidth: 360,
4010
- minHeight: 420
4007
+ initialWidth: 380,
4008
+ initialHeight: 420,
4009
+ minWidth: 380,
4010
+ minHeight: 420,
4011
+ initialAlign: "bottom-right",
4012
+ initialMargin: 16
4011
4013
  }
4012
4014
  }],
4013
4015
  button: f,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-players/pie-tool-graph",
3
- "version": "0.3.45",
3
+ "version": "0.3.47",
4
4
  "type": "module",
5
5
  "description": "Interactive coordinate grid graphing tool for PIE assessment player",
6
6
  "repository": {
@@ -35,9 +35,9 @@
35
35
  "unpkg": "./dist/tool-graph.js",
36
36
  "jsdelivr": "./dist/tool-graph.js",
37
37
  "dependencies": {
38
- "@pie-players/pie-assessment-toolkit": "0.3.45",
39
- "@pie-players/pie-context": "0.3.45",
40
- "@pie-players/pie-players-shared": "0.3.45"
38
+ "@pie-players/pie-assessment-toolkit": "0.3.47",
39
+ "@pie-players/pie-context": "0.3.47",
40
+ "@pie-players/pie-players-shared": "0.3.47"
41
41
  },
42
42
  "types": "./dist/index.d.ts",
43
43
  "scripts": {