@matchain/matchid-sdk-react 0.1.55-alpha.7 → 0.1.55-alpha.9
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/api.js.map +1 -1
- package/dist/api.mjs +2 -2
- package/dist/{chunk-JNKLD5RB.mjs → chunk-2T4RY5BM.mjs} +4 -2
- package/dist/chunk-2T4RY5BM.mjs.map +1 -0
- package/dist/{chunk-CGXT434W.mjs → chunk-GCIXXSIH.mjs} +2 -2
- package/dist/components.js +3 -1
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +1 -1
- package/dist/hooks.js +3 -1
- package/dist/hooks.js.map +1 -1
- package/dist/hooks.mjs +1 -1
- package/dist/index.js +3 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/ui.js +3 -1
- package/dist/ui.js.map +1 -1
- package/dist/ui.mjs +1 -1
- package/package.json +3 -2
- package/dist/chunk-JNKLD5RB.mjs.map +0 -1
- /package/dist/{chunk-CGXT434W.mjs.map → chunk-GCIXXSIH.mjs.map} +0 -0
package/dist/hooks.mjs
CHANGED
package/dist/index.js
CHANGED
|
@@ -5960,7 +5960,9 @@ var import_lottie_react = __toESM(require("lottie-react"));
|
|
|
5960
5960
|
var import_jsx_runtime89 = require("react/jsx-runtime");
|
|
5961
5961
|
function Lottie(props) {
|
|
5962
5962
|
console.log("Lottie", props);
|
|
5963
|
-
|
|
5963
|
+
const result = /* @__PURE__ */ (0, import_jsx_runtime89.jsx)(import_lottie_react.default, { loop: true, autoplay: true, ...props });
|
|
5964
|
+
console.log("result", result);
|
|
5965
|
+
return result;
|
|
5964
5966
|
}
|
|
5965
5967
|
|
|
5966
5968
|
// src/context/ModalContext.tsx
|