@waveform-playlist/ui-components 5.0.0 → 5.2.0-next.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.mjs CHANGED
@@ -1248,9 +1248,10 @@ var Playlist = ({
1248
1248
  onTracksMouseMove,
1249
1249
  onTracksMouseUp,
1250
1250
  scrollContainerRef,
1251
- isSelecting
1251
+ isSelecting,
1252
+ "data-playlist-state": playlistState
1252
1253
  }) => {
1253
- return /* @__PURE__ */ jsx10(Wrapper2, { "data-scroll-container": "true", ref: scrollContainerRef, children: /* @__PURE__ */ jsxs5(
1254
+ return /* @__PURE__ */ jsx10(Wrapper2, { "data-scroll-container": "true", "data-playlist-state": playlistState, ref: scrollContainerRef, children: /* @__PURE__ */ jsxs5(
1254
1255
  ScrollContainer,
1255
1256
  {
1256
1257
  $backgroundColor: backgroundColor,