@pie-players/pie-tool-line-reader 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.
- package/dist/tool-line-reader.js +6 -4
- package/package.json +4 -4
package/dist/tool-line-reader.js
CHANGED
|
@@ -3737,10 +3737,12 @@ var Ic = {
|
|
|
3737
3737
|
draggable: !0,
|
|
3738
3738
|
resizable: !0,
|
|
3739
3739
|
closeable: !0,
|
|
3740
|
-
initialWidth:
|
|
3741
|
-
initialHeight:
|
|
3742
|
-
minWidth:
|
|
3743
|
-
minHeight: 420
|
|
3740
|
+
initialWidth: 380,
|
|
3741
|
+
initialHeight: 420,
|
|
3742
|
+
minWidth: 380,
|
|
3743
|
+
minHeight: 420,
|
|
3744
|
+
initialAlign: "bottom-right",
|
|
3745
|
+
initialMargin: 16
|
|
3744
3746
|
}
|
|
3745
3747
|
}],
|
|
3746
3748
|
button: d,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-players/pie-tool-line-reader",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.47",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Reading guide overlay tool for PIE assessment player",
|
|
6
6
|
"repository": {
|
|
@@ -34,9 +34,9 @@
|
|
|
34
34
|
"unpkg": "./dist/tool-line-reader.js",
|
|
35
35
|
"jsdelivr": "./dist/tool-line-reader.js",
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@pie-players/pie-assessment-toolkit": "0.3.
|
|
38
|
-
"@pie-players/pie-context": "0.3.
|
|
39
|
-
"@pie-players/pie-players-shared": "0.3.
|
|
37
|
+
"@pie-players/pie-assessment-toolkit": "0.3.47",
|
|
38
|
+
"@pie-players/pie-context": "0.3.47",
|
|
39
|
+
"@pie-players/pie-players-shared": "0.3.47"
|
|
40
40
|
},
|
|
41
41
|
"types": "./dist/index.d.ts",
|
|
42
42
|
"scripts": {
|