@moises.ai/design-system 3.9.7 → 3.9.8
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
|
@@ -5663,7 +5663,7 @@ const p1 = ({
|
|
|
5663
5663
|
children: /* @__PURE__ */ s(D, { size: "2", asChild: !0, children: /* @__PURE__ */ s("span", { className: cn.trackTitle, children: a }) })
|
|
5664
5664
|
}
|
|
5665
5665
|
),
|
|
5666
|
-
|
|
5666
|
+
/* @__PURE__ */ s(
|
|
5667
5667
|
p1,
|
|
5668
5668
|
{
|
|
5669
5669
|
min: p,
|
package/package.json
CHANGED
|
@@ -72,14 +72,12 @@ const ProjectTrackVoice = ({
|
|
|
72
72
|
</Text>
|
|
73
73
|
</Flex>
|
|
74
74
|
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
/>
|
|
82
|
-
)}
|
|
75
|
+
<NumberPicker
|
|
76
|
+
min={min}
|
|
77
|
+
max={max}
|
|
78
|
+
value={pitchShiftSelected}
|
|
79
|
+
onChange={handleChangeTransfer}
|
|
80
|
+
/>
|
|
83
81
|
</Flex>
|
|
84
82
|
</Flex>
|
|
85
83
|
)
|