@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
- u && i.length > 1 && /* @__PURE__ */ s(
5666
+ /* @__PURE__ */ s(
5667
5667
  p1,
5668
5668
  {
5669
5669
  min: p,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@moises.ai/design-system",
3
- "version": "3.9.7",
3
+ "version": "3.9.8",
4
4
  "description": "Design System package based on @radix-ui/themes with custom defaults",
5
5
  "private": false,
6
6
  "type": "module",
@@ -72,14 +72,12 @@ const ProjectTrackVoice = ({
72
72
  </Text>
73
73
  </Flex>
74
74
 
75
- {hasTransfers && transfers.length > 1 && (
76
- <NumberPicker
77
- min={min}
78
- max={max}
79
- value={pitchShiftSelected}
80
- onChange={handleChangeTransfer}
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
  )