arpeggi-framer-components 1.0.0 → 1.0.2
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
@@ -8537,7 +8537,7 @@ const sn = new Up(), Ha = "Recording.wav", Vp = 1500, bu = (e) => {
|
|
8537
8537
|
gap: "12px",
|
8538
8538
|
display: "flex",
|
8539
8539
|
flexDirection: "column",
|
8540
|
-
alignItems: "
|
8540
|
+
alignItems: "center",
|
8541
8541
|
justifyContent: "center",
|
8542
8542
|
padding: "32px"
|
8543
8543
|
}), pu = Fe("div", {
|
@@ -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" }, 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 {
|