@moises.ai/design-system 4.15.5 → 4.15.6
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.js
CHANGED
|
@@ -6759,11 +6759,12 @@ const Gy = ({
|
|
|
6759
6759
|
});
|
|
6760
6760
|
}, [d, r, s, o, l]), E = x((w) => {
|
|
6761
6761
|
w.stopPropagation(), t == null || t({
|
|
6762
|
+
...n,
|
|
6762
6763
|
id: s,
|
|
6763
6764
|
title: o,
|
|
6764
6765
|
audioUrl: v(p)
|
|
6765
6766
|
});
|
|
6766
|
-
}, [t, s, o, v, p]);
|
|
6767
|
+
}, [t, n, s, o, v, p]);
|
|
6767
6768
|
return /* @__PURE__ */ a(I, { direction: "column", gap: "1", children: /* @__PURE__ */ f(
|
|
6768
6769
|
I,
|
|
6769
6770
|
{
|
package/package.json
CHANGED
|
@@ -34,11 +34,12 @@ const ProjectTrackVoice = ({
|
|
|
34
34
|
const handleClickTrack = useCallback((e) => {
|
|
35
35
|
e.stopPropagation()
|
|
36
36
|
onClickTrack?.({
|
|
37
|
+
...props,
|
|
37
38
|
id,
|
|
38
39
|
title,
|
|
39
40
|
audioUrl: getAudioUrl(pitchShiftSelected),
|
|
40
41
|
})
|
|
41
|
-
}, [onClickTrack, id, title, getAudioUrl, pitchShiftSelected])
|
|
42
|
+
}, [onClickTrack, props, id, title, getAudioUrl, pitchShiftSelected])
|
|
42
43
|
|
|
43
44
|
return (
|
|
44
45
|
<Flex direction="column" gap="1">
|