@pie-players/pie-tool-annotation-toolbar 0.3.27 → 0.3.28
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.
|
@@ -3301,12 +3301,7 @@ var ma = class {
|
|
|
3301
3301
|
},
|
|
3302
3302
|
lazy: !0
|
|
3303
3303
|
},
|
|
3304
|
-
supportedLevels: [
|
|
3305
|
-
"section",
|
|
3306
|
-
"item",
|
|
3307
|
-
"passage",
|
|
3308
|
-
"rubric"
|
|
3309
|
-
],
|
|
3304
|
+
supportedLevels: ["item", "passage"],
|
|
3310
3305
|
pnpSupportIds: [
|
|
3311
3306
|
"textToSpeech",
|
|
3312
3307
|
"readAloud",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pie-players/pie-tool-annotation-toolbar",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.28",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Text annotation toolbar with highlighting and underlining for PIE assessment player",
|
|
6
6
|
"repository": {
|
|
@@ -41,8 +41,8 @@
|
|
|
41
41
|
"unpkg": "./dist/tool-annotation-toolbar.js",
|
|
42
42
|
"jsdelivr": "./dist/tool-annotation-toolbar.js",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@pie-players/pie-assessment-toolkit": "0.3.
|
|
45
|
-
"@pie-players/pie-players-shared": "0.3.
|
|
44
|
+
"@pie-players/pie-assessment-toolkit": "0.3.28",
|
|
45
|
+
"@pie-players/pie-players-shared": "0.3.28"
|
|
46
46
|
},
|
|
47
47
|
"types": "./dist/index.d.ts",
|
|
48
48
|
"scripts": {
|