Commit bd7a202
feat(i18n): forward new localizable player options
Wire the five new core options through to the underlying player:
seekValueText, playPauseLabel, speedLabel, artworkAlt, unknownTrackText
(each also emitted as its data-* attribute in the Astro wrappers).
Prop types are Omit<WaveformPlayerOptions>-derived, so they pick these
up automatically once the core is republished with the updated
index.d.ts (the keys landed after core 1.19.3 was published). Runtime
forwarding here is correct and version-independent; strict typecheck
turns green after the core republish + dep bump.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent 72f1dc9 commit bd7a202
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
119 | 122 | | |
120 | 123 | | |
121 | 124 | | |
| |||
128 | 131 | | |
129 | 132 | | |
130 | 133 | | |
| 134 | + | |
131 | 135 | | |
| 136 | + | |
132 | 137 | | |
133 | 138 | | |
134 | 139 | | |
| |||
314 | 319 | | |
315 | 320 | | |
316 | 321 | | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
317 | 325 | | |
318 | 326 | | |
319 | 327 | | |
320 | 328 | | |
321 | 329 | | |
322 | 330 | | |
| 331 | + | |
323 | 332 | | |
| 333 | + | |
324 | 334 | | |
325 | 335 | | |
326 | 336 | | |
| |||
0 commit comments