@pie-players/pie-section-player 0.3.21 → 0.3.22

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.
@@ -3026,6 +3026,7 @@ var nl = class {
3026
3026
  };
3027
3027
  }, xe = /* @__PURE__ */ new Map(), ml = "__pieToolElementUnmount", Gn = Object.freeze([1.5, 2]), bl = (t) => {
3028
3028
  if (!Array.isArray(t)) return [...Gn];
3029
+ if (t.length === 0) return [];
3029
3030
  const e = /* @__PURE__ */ new Set();
3030
3031
  for (const o of t) {
3031
3032
  if (typeof o != "number" || !Number.isFinite(o) || o <= 0) continue;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-players/pie-section-player",
3
- "version": "0.3.21",
3
+ "version": "0.3.22",
4
4
  "type": "module",
5
5
  "description": "Web component for rendering QTI 3.0 assessment sections with passages and items",
6
6
  "license": "MIT",
@@ -89,7 +89,7 @@
89
89
  "lint": "biome check ."
90
90
  },
91
91
  "peerDependencies": {
92
- "@pie-players/pie-tool-annotation-toolbar": "0.3.21"
92
+ "@pie-players/pie-tool-annotation-toolbar": "0.3.22"
93
93
  },
94
94
  "peerDependenciesMeta": {
95
95
  "@pie-players/pie-tool-annotation-toolbar": {
@@ -97,14 +97,14 @@
97
97
  }
98
98
  },
99
99
  "dependencies": {
100
- "@pie-players/pie-assessment-toolkit": "0.3.21",
101
- "@pie-players/pie-item-player": "0.3.21",
102
- "@pie-players/pie-context": "0.3.21",
103
- "@pie-players/pie-players-shared": "0.3.21",
104
- "@pie-players/pie-tool-calculator-desmos": "0.3.21",
105
- "@pie-players/pie-tool-text-to-speech": "0.3.21",
106
- "@pie-players/pie-tool-tts-inline": "0.3.21",
107
- "@pie-players/pie-toolbars": "0.3.21"
100
+ "@pie-players/pie-assessment-toolkit": "0.3.22",
101
+ "@pie-players/pie-item-player": "0.3.22",
102
+ "@pie-players/pie-context": "0.3.22",
103
+ "@pie-players/pie-players-shared": "0.3.22",
104
+ "@pie-players/pie-tool-calculator-desmos": "0.3.22",
105
+ "@pie-players/pie-tool-text-to-speech": "0.3.22",
106
+ "@pie-players/pie-tool-tts-inline": "0.3.22",
107
+ "@pie-players/pie-toolbars": "0.3.22"
108
108
  },
109
109
  "devDependencies": {
110
110
  "@axe-core/playwright": "^4.11.1",