Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
H34D committed Mar 2, 2023
1 parent 8ef9d8f commit 932748c
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
@@ -1,5 +1,5 @@
# Masa React
- v1.0.1 / [Exports](modules.md)
- v1.0.7 / [Exports](modules.md)

---

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/ArweaveConfig.md
@@ -1,5 +1,5 @@
[# Masa React
- v1.0.1](../README.md) / [Exports](../modules.md) / ArweaveConfig
- v1.0.7](../README.md) / [Exports](../modules.md) / ArweaveConfig

# Interface: ArweaveConfig

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/MasaContextProviderProps.md
@@ -1,5 +1,5 @@
[# Masa React
- v1.0.1](../README.md) / [Exports](../modules.md) / MasaContextProviderProps
- v1.0.7](../README.md) / [Exports](../modules.md) / MasaContextProviderProps

# Interface: MasaContextProviderProps

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/MasaShape.md
@@ -1,5 +1,5 @@
[# Masa React
- v1.0.1](../README.md) / [Exports](../modules.md) / MasaShape
- v1.0.7](../README.md) / [Exports](../modules.md) / MasaShape

# Interface: MasaShape

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/ModalProps.md
@@ -1,5 +1,5 @@
[# Masa React
- v1.0.1](../README.md) / [Exports](../modules.md) / ModalProps
- v1.0.7](../README.md) / [Exports](../modules.md) / ModalProps

# Interface: ModalProps

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/Network.md
@@ -1,5 +1,5 @@
[# Masa React
- v1.0.1](../README.md) / [Exports](../modules.md) / Network
- v1.0.7](../README.md) / [Exports](../modules.md) / Network

# Interface: Network

Expand Down
2 changes: 1 addition & 1 deletion docs/interfaces/SpinnerProps.md
@@ -1,5 +1,5 @@
[# Masa React
- v1.0.1](../README.md) / [Exports](../modules.md) / SpinnerProps
- v1.0.7](../README.md) / [Exports](../modules.md) / SpinnerProps

# Interface: SpinnerProps

Expand Down
8 changes: 5 additions & 3 deletions docs/modules.md
@@ -1,8 +1,8 @@
[# Masa React
- v1.0.1](README.md) / Exports
- v1.0.7](README.md) / Exports

# # Masa React
- v1.0.1
- v1.0.7

## Table of contents

Expand Down Expand Up @@ -357,7 +357,7 @@ ___

| Name | Type |
| :------ | :------ |
| `connect` | () => `void` |
| `connectMetamask` | () => `void` |

___

Expand All @@ -384,6 +384,7 @@ ___
| `closeModal` | (`forceCallback?`: `boolean`) => `void` |
| `forcedPage` | ``null`` \| `string` |
| `isModalOpen` | `boolean` |
| `openMintSoulnameModal` | (`mintCallback?`: () => `void`) => `void` |
| `setForcedPage?` | (`page`: ``null`` \| `string`) => `void` |
| `setModalCallback` | (`callback`: () => `void`) => `void` |
| `setModalOpen` | (`modalOpen`: `boolean`) => `void` |
Expand Down Expand Up @@ -459,6 +460,7 @@ ___
| Name | Type |
| :------ | :------ |
| `error` | `unknown` |
| `handlePurchaseSoulname` | (`soulname`: `string`, `registrationPeriod`: `number`, `paymentMethod`: `PaymentMethod`) => `Promise`<`boolean`\> |
| `isSoulnamesLoading` | `boolean` |
| `reloadSoulnames` | () => `void` |
| `soulnames` | `undefined` \| `SoulNameDetails`[] |
Expand Down

0 comments on commit 932748c

Please sign in to comment.