@matchain/matchid-sdk-react 0.1.53-alpha.14 → 0.1.53-alpha.15
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/{chunk-OEKLKWFJ.mjs → chunk-BC4HS373.mjs} +7 -5
- package/dist/chunk-BC4HS373.mjs.map +1 -0
- package/dist/components/index.js +1 -1
- package/dist/components/index.js.map +1 -1
- package/dist/components/index.mjs +1 -1
- package/dist/hooks/api/index.js +1 -1
- package/dist/hooks/api/index.js.map +1 -1
- package/dist/hooks/api/index.mjs +1 -1
- package/dist/hooks/index.d.mts +1 -1
- package/dist/hooks/index.d.ts +1 -1
- package/dist/hooks/index.js +1 -1
- package/dist/hooks/index.js.map +1 -1
- package/dist/hooks/index.mjs +1 -1
- package/dist/{index-zc2GEzJ9.d.ts → index-D5yzH62h.d.ts} +5 -4
- package/dist/{index-DjbH13zc.d.mts → index-Dus4QPjO.d.mts} +5 -4
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +6 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
- package/dist/chunk-OEKLKWFJ.mjs.map +0 -1
package/dist/components/index.js
CHANGED
|
@@ -2020,7 +2020,7 @@ var import_react10 = require("react");
|
|
|
2020
2020
|
var import_viem4 = require("viem");
|
|
2021
2021
|
|
|
2022
2022
|
// src/context/ModalContext.tsx
|
|
2023
|
-
var import_react9 = require("react");
|
|
2023
|
+
var import_react9 = __toESM(require("react"));
|
|
2024
2024
|
var import_react_dom = require("react-dom");
|
|
2025
2025
|
|
|
2026
2026
|
// src/ui/Drawer/index.tsx
|