arpeggi-framer-components 1.0.1 → 1.0.3
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.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
@@ -8450,7 +8450,7 @@ const sn = new Up(), Ha = "Recording.wav", Vp = 1500, bu = (e) => {
|
|
8450
8450
|
fontWeight: 400
|
8451
8451
|
}), Eu = (e) => {
|
8452
8452
|
var u;
|
8453
|
-
const { data: t, isMutating: i, demo: n, voiceModelId: r } = Tn(), o = (n == null ? void 0 : n.cachedResults[r]) || ((u = t == null ? void 0 : t.lossyOutputFile) == null ? void 0 : u.url), { player: s, playPause: c } = la(o), p = oe.useRef(null), l = oe.useRef();
|
8453
|
+
const { data: t, isMutating: i, demo: n, voiceModelId: r } = Tn(), o = (i || n == null ? void 0 : n.cachedResults[r]) || ((u = t == null ? void 0 : t.lossyOutputFile) == null ? void 0 : u.url), { player: s, playPause: c } = la(o), p = oe.useRef(null), l = oe.useRef();
|
8454
8454
|
return oe.useEffect(() => {
|
8455
8455
|
if (!s.isPlaying)
|
8456
8456
|
return () => {
|
@@ -8608,7 +8608,7 @@ const sn = new Up(), Ha = "Recording.wav", Vp = 1500, bu = (e) => {
|
|
8608
8608
|
const { setDemo: t } = Tn();
|
8609
8609
|
return /* @__PURE__ */ N.jsxs(su, { children: [
|
8610
8610
|
/* @__PURE__ */ N.jsx(cu, { children: "Select demo audio" }),
|
8611
|
-
/* @__PURE__ */ N.jsx(lu, { children: /* @__PURE__ */ N.jsx(We, { column: !0, css: { maxWidth: "724px", width: "100%" }, children: e.map((i) => /* @__PURE__ */ N.jsx(fu, { demo: i, onSelect: t }, i.id)) }) })
|
8611
|
+
/* @__PURE__ */ N.jsx(lu, { children: /* @__PURE__ */ N.jsx(We, { column: !0, css: { maxWidth: "724px", width: "100%" }, gap: "12", children: e.map((i) => /* @__PURE__ */ N.jsx(fu, { demo: i, onSelect: t }, i.id)) }) })
|
8612
8612
|
] });
|
8613
8613
|
};
|
8614
8614
|
export {
|