@matchain/matchid-sdk-react 0.1.55-alpha.6 → 0.1.55-alpha.7
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-NCQNDYOC.mjs → chunk-CGXT434W.mjs} +2 -2
- package/dist/{chunk-QXZ6QMWK.mjs → chunk-JNKLD5RB.mjs} +2 -1
- package/dist/chunk-JNKLD5RB.mjs.map +1 -0
- package/dist/components.js +1 -0
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +1 -1
- package/dist/hooks.js +1 -0
- package/dist/hooks.js.map +1 -1
- package/dist/hooks.mjs +1 -1
- package/dist/index.js +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/ui.js +1 -0
- package/dist/ui.js.map +1 -1
- package/dist/ui.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-QXZ6QMWK.mjs.map +0 -1
- /package/dist/{chunk-NCQNDYOC.mjs.map → chunk-CGXT434W.mjs.map} +0 -0
package/dist/components.mjs
CHANGED
package/dist/hooks.js
CHANGED
|
@@ -1268,6 +1268,7 @@ var import_jsx_runtime76 = require("react/jsx-runtime");
|
|
|
1268
1268
|
var import_lottie_react = __toESM(require("lottie-react"));
|
|
1269
1269
|
var import_jsx_runtime77 = require("react/jsx-runtime");
|
|
1270
1270
|
function Lottie(props) {
|
|
1271
|
+
console.log("Lottie", props);
|
|
1271
1272
|
return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(import_lottie_react.default, { loop: true, autoplay: true, ...props });
|
|
1272
1273
|
}
|
|
1273
1274
|
|