@pie-players/pie-section-player-tools-tts-settings 0.3.70 → 0.3.72

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.
@@ -3751,7 +3751,9 @@ var Tg = {
3751
3751
  resizePassageAndMediaA11y: "Resize passage and media panels",
3752
3752
  assessment: {
3753
3753
  sectionPosition: "Section {position} of {total}",
3754
- noSections: "No sections"
3754
+ noSections: "No sections",
3755
+ loadFailed: "The assessment could not be loaded. Try again.",
3756
+ restoreFailed: "Your saved answers for this section could not be restored. Try again."
3755
3757
  },
3756
3758
  formative: {
3757
3759
  checkAnswer: "Check answer",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pie-players/pie-section-player-tools-tts-settings",
3
- "version": "0.3.70",
3
+ "version": "0.3.72",
4
4
  "type": "module",
5
5
  "description": "Reusable TTS settings panel for PIE section-player development tools",
6
6
  "repository": {
@@ -35,9 +35,9 @@
35
35
  ],
36
36
  "license": "MIT",
37
37
  "dependencies": {
38
- "@pie-players/pie-assessment-toolkit": "0.3.70",
39
- "@pie-players/pie-players-shared": "0.3.70",
40
- "@pie-players/pie-theme": "0.3.70"
38
+ "@pie-players/pie-assessment-toolkit": "0.3.72",
39
+ "@pie-players/pie-players-shared": "0.3.72",
40
+ "@pie-players/pie-theme": "0.3.72"
41
41
  },
42
42
  "types": "./dist/index.d.ts",
43
43
  "scripts": {