@waveform-playlist/browser 5.0.0 → 5.1.0
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.
- package/dist/index.d.ts +2 -0
- package/dist/index.js +95 -95
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1705 -1694
- package/dist/index.mjs.map +1 -1
- package/package.json +9 -9
package/dist/index.d.ts
CHANGED
|
@@ -838,6 +838,8 @@ declare interface PlaylistDataContextValue {
|
|
|
838
838
|
barGap: number;
|
|
839
839
|
/** Width in pixels of progress bars. Defaults to barWidth + barGap (fills gaps). */
|
|
840
840
|
progressBarWidth: number;
|
|
841
|
+
/** Whether the playlist has finished loading all tracks */
|
|
842
|
+
isReady: boolean;
|
|
841
843
|
}
|
|
842
844
|
|
|
843
845
|
declare interface PlaylistStateContextValue {
|