@matchain/matchid-sdk-react 0.1.9 → 0.1.10

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.
@@ -4,7 +4,7 @@
4
4
  <head>
5
5
  <meta charset="UTF-8" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
- <title>Mid example</title>
7
+ <title>MatchID example</title>
8
8
  </head>
9
9
  <body>
10
10
  <div id="root"></div>
@@ -2,7 +2,17 @@ import {Hooks, Components, Api} from "@matchain/matchid-sdk-react"
2
2
  import React from "react";
3
3
 
4
4
  const {useMatchEvents, useUserInfo, useWallet} = Hooks
5
- const {LoginButton, LoginBox, LoginPanel, EmailModal, LoginModal, UsernameModal, PasswordModal, Button,Modal} = Components
5
+ const {
6
+ LoginButton,
7
+ LoginBox,
8
+ LoginPanel,
9
+ EmailModal,
10
+ LoginModal,
11
+ UsernameModal,
12
+ PasswordModal,
13
+ Button,
14
+ Modal
15
+ } = Components
6
16
 
7
17
  function QueryDisplay(
8
18
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@matchain/matchid-sdk-react",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "exports": {