@pie-players/pie-section-player-tools-tts-settings 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.
@@ -3693,12 +3693,7 @@ var yd = class {
3693
3693
  },
3694
3694
  lazy: !0
3695
3695
  },
3696
- supportedLevels: [
3697
- "section",
3698
- "item",
3699
- "passage",
3700
- "rubric"
3701
- ],
3696
+ supportedLevels: ["item", "passage"],
3702
3697
  pnpSupportIds: [
3703
3698
  "textToSpeech",
3704
3699
  "readAloud",
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.27",
3
+ "version": "0.3.28",
4
4
  "type": "module",
5
5
  "description": "Reusable TTS settings panel for PIE section-player development tools",
6
6
  "repository": {
@@ -39,8 +39,8 @@
39
39
  ],
40
40
  "license": "MIT",
41
41
  "dependencies": {
42
- "@pie-players/pie-assessment-toolkit": "0.3.27",
43
- "@pie-players/pie-theme": "0.3.27"
42
+ "@pie-players/pie-assessment-toolkit": "0.3.28",
43
+ "@pie-players/pie-theme": "0.3.28"
44
44
  },
45
45
  "types": "./dist/index.d.ts",
46
46
  "scripts": {