@matchain/matchid-sdk-react 0.1.55-alpha.12 → 0.1.55-alpha.14
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 +1 -1
- package/dist/api.js.map +1 -1
- package/dist/api.mjs +2 -2
- package/dist/{chunk-LEFO352N.mjs → chunk-327CPPF5.mjs} +2 -2
- package/dist/{chunk-BZ2PI27T.mjs → chunk-VIJ3M2NZ.mjs} +4 -6
- package/dist/chunk-VIJ3M2NZ.mjs.map +1 -0
- package/dist/components.js +3 -5
- package/dist/components.js.map +1 -1
- package/dist/components.mjs +1 -1
- package/dist/hooks.js +3 -5
- package/dist/hooks.js.map +1 -1
- package/dist/hooks.mjs +1 -1
- package/dist/index.js +3 -5
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/ui.js +3 -5
- package/dist/ui.js.map +1 -1
- package/dist/ui.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-BZ2PI27T.mjs.map +0 -1
- /package/dist/{chunk-LEFO352N.mjs.map → chunk-327CPPF5.mjs.map} +0 -0
package/dist/components.mjs
CHANGED
package/dist/hooks.js
CHANGED
|
@@ -1266,13 +1266,11 @@ var import_jsx_runtime75 = require("react/jsx-runtime");
|
|
|
1266
1266
|
var import_jsx_runtime76 = require("react/jsx-runtime");
|
|
1267
1267
|
|
|
1268
1268
|
// src/ui/Lottie/index.tsx
|
|
1269
|
-
var
|
|
1269
|
+
var LottieReact = __toESM(require("lottie-react"));
|
|
1270
1270
|
var import_jsx_runtime77 = require("react/jsx-runtime");
|
|
1271
|
+
var FixedLottie = LottieReact.default || LottieReact;
|
|
1271
1272
|
function Lottie(props) {
|
|
1272
|
-
|
|
1273
|
-
const result = /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(import_lottie_react.default, { loop: true, autoplay: true, ...props });
|
|
1274
|
-
console.log("result", result);
|
|
1275
|
-
return result;
|
|
1273
|
+
return /* @__PURE__ */ (0, import_jsx_runtime77.jsx)(FixedLottie, { loop: true, autoplay: true, ...props });
|
|
1276
1274
|
}
|
|
1277
1275
|
|
|
1278
1276
|
// src/components/EVMModal/index.tsx
|