@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/index.mjs
CHANGED
|
@@ -6,7 +6,7 @@ import {
|
|
|
6
6
|
} from "./chunk-HBOS3RBL.mjs";
|
|
7
7
|
import {
|
|
8
8
|
api_exports
|
|
9
|
-
} from "./chunk-
|
|
9
|
+
} from "./chunk-CGXT434W.mjs";
|
|
10
10
|
import {
|
|
11
11
|
MatchProvider,
|
|
12
12
|
ModalProvider,
|
|
@@ -16,7 +16,7 @@ import {
|
|
|
16
16
|
ui_exports,
|
|
17
17
|
useMatch,
|
|
18
18
|
wagmiConfig
|
|
19
|
-
} from "./chunk-
|
|
19
|
+
} from "./chunk-JNKLD5RB.mjs";
|
|
20
20
|
import "./chunk-JX73EY6V.mjs";
|
|
21
21
|
import "./chunk-UA6XHZHX.mjs";
|
|
22
22
|
import "./chunk-IZOOVZAD.mjs";
|
package/dist/ui.js
CHANGED
|
@@ -1566,6 +1566,7 @@ function Tabs(props) {
|
|
|
1566
1566
|
var import_lottie_react = __toESM(require("lottie-react"));
|
|
1567
1567
|
var import_jsx_runtime99 = require("react/jsx-runtime");
|
|
1568
1568
|
function Lottie(props) {
|
|
1569
|
+
console.log("Lottie", props);
|
|
1569
1570
|
return /* @__PURE__ */ (0, import_jsx_runtime99.jsx)(import_lottie_react.default, { loop: true, autoplay: true, ...props });
|
|
1570
1571
|
}
|
|
1571
1572
|
// Annotate the CommonJS export names for ESM import in node:
|