arpeggi-framer-components 0.0.21 → 0.0.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.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
|
@@ -8110,7 +8110,7 @@ const Ap = (e) => {
|
|
|
8110
8110
|
width: "100%",
|
|
8111
8111
|
background: "#ffffff",
|
|
8112
8112
|
transition: "transform 0.2s ease-in-out",
|
|
8113
|
-
transform: "translateX(--progress)",
|
|
8113
|
+
transform: "translateX(var(--progress))",
|
|
8114
8114
|
borderRadius: "12px"
|
|
8115
8115
|
}), jp = ({ progress: e }) => /* @__PURE__ */ ye.jsx(Cp, { style: { "--progress": `${-100 + e}%` }, children: /* @__PURE__ */ ye.jsx(Dp, {}) });
|
|
8116
8116
|
function rn(e, t, i) {
|
|
@@ -8321,7 +8321,7 @@ const an = new Mp(), La = "Recording.wav", $p = 1500, nu = (e) => {
|
|
|
8321
8321
|
background: "#ffffffcc"
|
|
8322
8322
|
},
|
|
8323
8323
|
"&:disabled": {
|
|
8324
|
-
background: "
|
|
8324
|
+
background: "rgba(255, 255, 255, 0.3)",
|
|
8325
8325
|
transform: "none",
|
|
8326
8326
|
cursor: "not-allowed"
|
|
8327
8327
|
}
|