@moises.ai/design-system 3.6.21 → 3.6.22
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
|
@@ -7011,10 +7011,12 @@ const In = (n) => {
|
|
|
7011
7011
|
align: "center",
|
|
7012
7012
|
gap: "2",
|
|
7013
7013
|
justify: "center",
|
|
7014
|
-
|
|
7014
|
+
px: "3",
|
|
7015
7015
|
style: {
|
|
7016
7016
|
borderRadius: "var(--radius-4)",
|
|
7017
|
-
border: "1px
|
|
7017
|
+
border: "1px solid var(--neutral-alpha-4)",
|
|
7018
|
+
paddingTop: 10,
|
|
7019
|
+
paddingBottom: 10
|
|
7018
7020
|
},
|
|
7019
7021
|
children: [
|
|
7020
7022
|
/* @__PURE__ */ r(Nc, { width: 16, height: 16 }),
|
|
@@ -7027,35 +7029,37 @@ const In = (n) => {
|
|
|
7027
7029
|
/* @__PURE__ */ r(Ee, { variant: "soft", onClick: S, children: /* @__PURE__ */ r(xc, { width: 16, height: 16 }) })
|
|
7028
7030
|
]
|
|
7029
7031
|
}
|
|
7030
|
-
) : /* @__PURE__ */
|
|
7031
|
-
|
|
7032
|
+
) : /* @__PURE__ */ g(
|
|
7033
|
+
y,
|
|
7032
7034
|
{
|
|
7033
|
-
|
|
7034
|
-
|
|
7035
|
-
|
|
7036
|
-
|
|
7037
|
-
|
|
7038
|
-
|
|
7039
|
-
|
|
7040
|
-
|
|
7041
|
-
|
|
7042
|
-
|
|
7043
|
-
|
|
7044
|
-
|
|
7045
|
-
|
|
7046
|
-
|
|
7047
|
-
|
|
7048
|
-
|
|
7049
|
-
|
|
7050
|
-
|
|
7051
|
-
|
|
7035
|
+
align: "center",
|
|
7036
|
+
justify: "center",
|
|
7037
|
+
gap: "2",
|
|
7038
|
+
px: "3",
|
|
7039
|
+
onClick: s,
|
|
7040
|
+
style: {
|
|
7041
|
+
borderRadius: "var(--radius-4)",
|
|
7042
|
+
border: "1px solid #202224",
|
|
7043
|
+
cursor: "pointer",
|
|
7044
|
+
paddingTop: 10,
|
|
7045
|
+
paddingBottom: 10
|
|
7046
|
+
},
|
|
7047
|
+
children: [
|
|
7048
|
+
/* @__PURE__ */ r(Qc, { width: 16, height: 16, style: { color: "#B0B4BA" } }),
|
|
7049
|
+
/* @__PURE__ */ r(
|
|
7050
|
+
Gt,
|
|
7051
|
+
{
|
|
7052
|
+
content: t._(
|
|
7053
|
+
"Best results: use isolated target instrument."
|
|
7054
|
+
),
|
|
7055
|
+
children: /* @__PURE__ */ g(j, { size: "1", style: { color: "#EDEEF0" }, children: [
|
|
7052
7056
|
t._("Add Reference Track"),
|
|
7053
7057
|
" ",
|
|
7054
7058
|
/* @__PURE__ */ r(j, { size: "1", as: "span", style: { color: "var(--neutral-alpha-8)" }, children: t._("(optional)") })
|
|
7055
7059
|
] })
|
|
7056
|
-
|
|
7057
|
-
|
|
7058
|
-
|
|
7060
|
+
}
|
|
7061
|
+
)
|
|
7062
|
+
]
|
|
7059
7063
|
}
|
|
7060
7064
|
)
|
|
7061
7065
|
]
|
package/package.json
CHANGED
|
@@ -220,10 +220,12 @@ export const CreateNew = ({
|
|
|
220
220
|
align="center"
|
|
221
221
|
gap="2"
|
|
222
222
|
justify="center"
|
|
223
|
-
|
|
223
|
+
px="3"
|
|
224
224
|
style={{
|
|
225
225
|
borderRadius: 'var(--radius-4)',
|
|
226
|
-
border: '1px
|
|
226
|
+
border: '1px solid var(--neutral-alpha-4)',
|
|
227
|
+
paddingTop: 10,
|
|
228
|
+
paddingBottom: 10,
|
|
227
229
|
}}
|
|
228
230
|
>
|
|
229
231
|
<FileIcon width={16} height={16} />
|
|
@@ -235,31 +237,33 @@ export const CreateNew = ({
|
|
|
235
237
|
</IconButton>
|
|
236
238
|
</Flex>
|
|
237
239
|
) : (
|
|
238
|
-
<
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
240
|
+
<Flex
|
|
241
|
+
align="center"
|
|
242
|
+
justify="center"
|
|
243
|
+
gap="2"
|
|
244
|
+
px="3"
|
|
245
|
+
onClick={onAddConditioningAudio}
|
|
246
|
+
style={{
|
|
247
|
+
borderRadius: 'var(--radius-4)',
|
|
248
|
+
border: '1px solid #202224',
|
|
249
|
+
cursor: 'pointer',
|
|
250
|
+
paddingTop: 10,
|
|
251
|
+
paddingBottom: 10,
|
|
252
|
+
}}
|
|
242
253
|
>
|
|
243
|
-
<
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
onClick={onAddConditioningAudio}
|
|
249
|
-
style={{
|
|
250
|
-
borderRadius: 'var(--radius-4)',
|
|
251
|
-
border: '1px dashed var(--neutral-alpha-6)',
|
|
252
|
-
cursor: 'pointer',
|
|
253
|
-
}}
|
|
254
|
+
<AttachmentIcon width={16} height={16} style={{ color: '#B0B4BA' }} />
|
|
255
|
+
<Tooltip
|
|
256
|
+
content={i18n._(
|
|
257
|
+
'Best results: use isolated target instrument.',
|
|
258
|
+
)}
|
|
254
259
|
>
|
|
255
|
-
<AttachmentIcon width={16} height={16} style={{ color: '#B0B4BA' }} />
|
|
256
260
|
<Text size="1" style={{ color: '#EDEEF0' }}>
|
|
257
261
|
{i18n._('Add Reference Track')}
|
|
258
262
|
{' '}
|
|
259
263
|
<Text size="1" as="span" style={{ color: 'var(--neutral-alpha-8)' }}>{i18n._('(optional)')}</Text>
|
|
260
264
|
</Text>
|
|
261
|
-
</
|
|
262
|
-
</
|
|
265
|
+
</Tooltip>
|
|
266
|
+
</Flex>
|
|
263
267
|
)}
|
|
264
268
|
</Flex>
|
|
265
269
|
)
|