@moises.ai/design-system 3.7.3 → 3.8.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.js +3620 -3483
- package/package.json +1 -1
- package/src/components/NumberPicker/NumberPicker.jsx +71 -0
- package/src/components/NumberPicker/NumberPicker.stories.jsx +63 -0
- package/src/components/ProjectsList/ProjectItem/ProjectItem.jsx +15 -5
- package/src/components/ProjectsList/ProjectItem/ProjectItem.module.css +12 -0
- package/src/components/ProjectsList/ProjectTrack/ProjectTrack.jsx +11 -3
- package/src/components/ProjectsList/ProjectTrack/ProjectTrack.module.css +7 -0
- package/src/components/ProjectsList/ProjectTrackVoice/ProjectTrackVoice.jsx +88 -0
- package/src/components/ProjectsList/ProjectTrackVoice/ProjectTrackVoice.module.css +60 -0
- package/src/components/ProjectsList/ProjectsList.jsx +3 -1
- package/src/components/ProjectsList/ProjectsList.stories.jsx +99 -49
- package/src/components/ProjectsList/utils-stories.js +93 -2
|
@@ -19,7 +19,7 @@ export const projects = [
|
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
21
|
"id": "b9470aco6y4a9dlef0c035",
|
|
22
|
-
"title": "blink 182 - adams song.mp3",
|
|
22
|
+
"title": "blink 182 - adams song - very long name.mp3",
|
|
23
23
|
"audioUrl": "https://storage.googleapis.com/moises-stage--tasks-us-east1/studio-tracks/3842c898-9e0c-41e8-8927-7d9f67c50bc6/15a1072d5d04c507eebf39b464329572b8b400c76d8f11197a5f83147a336de5.audio"
|
|
24
24
|
}
|
|
25
25
|
]
|
|
@@ -191,7 +191,7 @@ export const projects = [
|
|
|
191
191
|
{
|
|
192
192
|
"id": "3612a6132234-b86c-408e-b23296-b9f0f22dbeb108",
|
|
193
193
|
"title": "Project without cover and type",
|
|
194
|
-
"artist":
|
|
194
|
+
"artist": "Artist Very Long Name With Very Long Name",
|
|
195
195
|
"cover": null,
|
|
196
196
|
"duration": 227.0215,
|
|
197
197
|
"tracks": [
|
|
@@ -208,3 +208,94 @@ export const projects = [
|
|
|
208
208
|
]
|
|
209
209
|
}
|
|
210
210
|
]
|
|
211
|
+
|
|
212
|
+
export const projectsVoiceStudio = [
|
|
213
|
+
{
|
|
214
|
+
"id": "3842c898-9e0c-41e8-8927-7d9f67c50bc6",
|
|
215
|
+
"title": "vocals - Billie Bossa Nova",
|
|
216
|
+
"artist": "Billie Bossa Nova",
|
|
217
|
+
"cover": null,
|
|
218
|
+
"duration": 30.72,
|
|
219
|
+
"type": "voice",
|
|
220
|
+
"tracks": [
|
|
221
|
+
{
|
|
222
|
+
"id": "q8pzli0h38ptcx21q09h2al-0",
|
|
223
|
+
"title": "Original",
|
|
224
|
+
"type": "voice",
|
|
225
|
+
"audioUrl": "https://d3-stage.moises.ai/v3/download/moises-stage--tasks-us-east1/operations/VOICETRANSFER_A/0b926e1f-52ce-4581-9f76-09545eed1c61/vocals.m4",
|
|
226
|
+
},
|
|
227
|
+
{
|
|
228
|
+
"id": "q8pzli0h38ptcxq09h2al-0",
|
|
229
|
+
"title": "Ana",
|
|
230
|
+
"type": "voice",
|
|
231
|
+
"cover": "https://picsum.photos/101/101",
|
|
232
|
+
"transfers": [
|
|
233
|
+
{
|
|
234
|
+
"id": "q8pzli0h38ptcxq09h2al",
|
|
235
|
+
"pitchShift": "-12",
|
|
236
|
+
"audioUrl": "https://d3-stage.moises.ai/v3/download/moises-stage--tasks-us-east1/operations/VOICETRANSFER_A/0b926e1f-52ce-4581-9f76-09545eed1c61/vocals.m4"
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"id": "q8pzli0h38ptcxq09h2al2",
|
|
240
|
+
"pitchShift": "-13",
|
|
241
|
+
"audioUrl": "https://d3-stage.moises.ai/v3/download/moises-stage--tasks-us-east1/operations/VOICETRANSFER_A/0a6c2a03-320e-49f2-9ea6-a5ad7bbb6141/vocals.m4a"
|
|
242
|
+
}
|
|
243
|
+
],
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"id": "j1nvrdhrai85pftttb9bo",
|
|
247
|
+
"title": "Carrie",
|
|
248
|
+
"cover": "https://picsum.photos/110/110",
|
|
249
|
+
"type": "voice",
|
|
250
|
+
"transfers": [
|
|
251
|
+
{
|
|
252
|
+
"id": "j1nvrdhrai85pftttb9bo-0",
|
|
253
|
+
"pitchShift": "3",
|
|
254
|
+
"audioUrl": "https://d2-stage.moises.ai/v3/download/moises-stage--tasks-us-east1/operations/VOICETRANSFER_A/9b8df9e7-b35d-487f-a24c-a33e20597203/vocals.m4a"
|
|
255
|
+
},
|
|
256
|
+
{
|
|
257
|
+
"id": "j1nvrdhrai85pftttb9bo-1",
|
|
258
|
+
"pitchShift": "4",
|
|
259
|
+
"audioUrl": "https://d3-stage.moises.ai/v3/download/moises-stage--tasks-us-east1/operations/VOICETRANSFER_A/f38d1691-d0a5-4904-b6a9-2935881f1e75/vocals.m4a"
|
|
260
|
+
}
|
|
261
|
+
],
|
|
262
|
+
},
|
|
263
|
+
{
|
|
264
|
+
"id": "b9470aco6y4a9dlef0c035",
|
|
265
|
+
"title": "Amelia",
|
|
266
|
+
"cover": "https://picsum.photos/103/103",
|
|
267
|
+
"type": "voice",
|
|
268
|
+
"transfers": [
|
|
269
|
+
{
|
|
270
|
+
"id": "b9470aco6y4a9dlef0c035-0",
|
|
271
|
+
"pitchShift": "-10",
|
|
272
|
+
"audioUrl": "https://d3-stage.moises.ai/v3/download/moises-stage--tasks-us-east1/operations/VOICETRANSFER_A/0b926e1f-52ce-4581-9f76-09545eed1c61/vocals.m4"
|
|
273
|
+
},
|
|
274
|
+
{
|
|
275
|
+
"id": "b9470aco6y4a9dlef0c035-1",
|
|
276
|
+
"pitchShift": "-11",
|
|
277
|
+
"audioUrl": "https://d3-stage.moises.ai/v3/download/moises-stage--tasks-us-east1/operations/VOICETRANSFER_A/0a6c2a03-320e-49f2-9ea6-a5ad7bbb6141/vocals.m4a"
|
|
278
|
+
}
|
|
279
|
+
],
|
|
280
|
+
},
|
|
281
|
+
{
|
|
282
|
+
"id": "b9470aco6y4a9dlef0c123035",
|
|
283
|
+
"title": "Lauren Very Long Name",
|
|
284
|
+
"cover": "https://picsum.photos/120/400",
|
|
285
|
+
"type": "voice",
|
|
286
|
+
"transfers": [
|
|
287
|
+
{
|
|
288
|
+
"id": "b9470aco6y4a9dleqqwqf0c035-0",
|
|
289
|
+
"pitchShift": "7",
|
|
290
|
+
"audioUrl": "https://d2-stage.moises.ai/v3/download/moises-stage--tasks-us-east1/operations/VOICETRANSFER_A/9b8df9e7-b35d-487f-a24c-a33e20597203/vocals.m4a"
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"id": "b9470aco6y4a9d1111111lef0c035-1",
|
|
294
|
+
"pitchShift": "8",
|
|
295
|
+
"audioUrl": "https://d3-stage.moises.ai/v3/download/moises-stage--tasks-us-east1/operations/VOICETRANSFER_A/f38d1691-d0a5-4904-b6a9-2935881f1e75/vocals.m4a"
|
|
296
|
+
}
|
|
297
|
+
],
|
|
298
|
+
}
|
|
299
|
+
]
|
|
300
|
+
}
|
|
301
|
+
]
|