@pie-players/pie-tool-annotation-toolbar 0.3.22 → 0.3.23

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.
@@ -3202,7 +3202,7 @@ var va = class {
3202
3202
  ...t,
3203
3203
  ...r
3204
3204
  });
3205
- }, Fr = (e) => e.backend || "browser", io = (e, t) => e.serverProvider || e.provider || (t === "polly" || t === "google" ? t : void 0), oo = (e, t) => e.transportMode || (t === "custom" ? "custom" : "pie"), $a = (e) => {
3205
+ }, Fr = (e) => e.backend || "browser", io = (e, t) => t === "polly" || t === "google" ? t : e.serverProvider || e.provider, oo = (e, t) => e.transportMode || (t === "custom" ? "custom" : "pie"), $a = (e) => {
3206
3206
  const t = Fr(e), r = io(e, t), n = oo(e, r);
3207
3207
  return {
3208
3208
  voice: e.defaultVoice,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-players/pie-tool-annotation-toolbar",
3
- "version": "0.3.22",
3
+ "version": "0.3.23",
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.22",
45
- "@pie-players/pie-players-shared": "0.3.22"
44
+ "@pie-players/pie-assessment-toolkit": "0.3.23",
45
+ "@pie-players/pie-players-shared": "0.3.23"
46
46
  },
47
47
  "types": "./dist/index.d.ts",
48
48
  "scripts": {