@pie-players/pie-tool-annotation-toolbar 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.
@@ -3863,10 +3863,12 @@ var jc = {
3863
3863
  draggable: !0,
3864
3864
  resizable: !0,
3865
3865
  closeable: !0,
3866
- initialWidth: 720,
3867
- initialHeight: 620,
3868
- minWidth: 360,
3869
- minHeight: 420
3866
+ initialWidth: 380,
3867
+ initialHeight: 420,
3868
+ minWidth: 380,
3869
+ minHeight: 420,
3870
+ initialAlign: "bottom-right",
3871
+ initialMargin: 16
3870
3872
  }
3871
3873
  }],
3872
3874
  button: d,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-players/pie-tool-annotation-toolbar",
3
- "version": "0.3.45",
3
+ "version": "0.3.47",
4
4
  "type": "module",
5
5
  "description": "Text annotation toolbar with highlighting and underlining for PIE assessment player",
6
6
  "repository": {
@@ -36,8 +36,8 @@
36
36
  "unpkg": "./dist/tool-annotation-toolbar.js",
37
37
  "jsdelivr": "./dist/tool-annotation-toolbar.js",
38
38
  "dependencies": {
39
- "@pie-players/pie-assessment-toolkit": "0.3.45",
40
- "@pie-players/pie-players-shared": "0.3.45"
39
+ "@pie-players/pie-assessment-toolkit": "0.3.47",
40
+ "@pie-players/pie-players-shared": "0.3.47"
41
41
  },
42
42
  "types": "./dist/index.d.ts",
43
43
  "scripts": {