diff --git a/assets/core.svg b/assets/core.svg
new file mode 100644
index 000000000..6e83b1360
--- /dev/null
+++ b/assets/core.svg
@@ -0,0 +1,540 @@
+
diff --git a/docs/README.md b/docs/README.md
index cbe2776a3..83f33f53d 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -22,4 +22,4 @@ Run `yarn build` and confirm no errors present from the proposed changes.
Confirm vercel build within PR builds without error and check instance deployment for accuracy.
-PR should target branch [docs-develop](https://github.com/blocknative/web3-onboard/tree/docs-develop).
\ No newline at end of file
+PR should target branch the main develop branch - [v2-web3-onboard-develop](https://github.com/blocknative/web3-onboard/tree/v2-web3-onboard-develop).
\ No newline at end of file
diff --git a/docs/src/lib/services/onboard.js b/docs/src/lib/services/onboard.js
index bf5486c1c..5a9ada76f 100644
--- a/docs/src/lib/services/onboard.js
+++ b/docs/src/lib/services/onboard.js
@@ -70,7 +70,6 @@ const intiOnboard = async () => {
'openid wallet email:optional humanity_check:optional profile:optional social:optional'
}
const uauth = uauthModule(uauthOptions)
-
const magic = magicModule({
apiKey: 'pk_live_02207D744E81C2BA'
})
diff --git a/docs/src/routes/docs/[...1]overview/[...2]contribution-guide.md b/docs/src/routes/docs/[...1]overview/[...2]contribution-guide.md
index 58632d9d5..b4c2ae66c 100644
--- a/docs/src/routes/docs/[...1]overview/[...2]contribution-guide.md
+++ b/docs/src/routes/docs/[...1]overview/[...2]contribution-guide.md
@@ -44,7 +44,7 @@ If you cannot write the code yourself to add a new wallet, then go ahead and cre
### Documentation contributions
-In order to contribute to the docs, you'll have to create a PR on the [docs-develop branch](https://github.com/blocknative/web3-onboard/tree/docs-develop). If you contribute code, you should definitely document it appropriately. We highly encourage the community to improve web3-onboard docs, if you have any questions don't hesitate to reach out.
+In order to contribute to the docs, you'll have to create a PR on the [v2-web3-onboard-develop branch](https://github.com/blocknative/web3-onboard/tree/v2-web3-onboard-develop). If you contribute code, you should definitely document it appropriately. We highly encourage the community to improve web3-onboard docs, if you have any questions don't hesitate to reach out.
## Feedback
diff --git a/package.json b/package.json
index 0343f2223..b79302ee6 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "web3-onboard-monorepo",
- "version": "2.17.0",
+ "version": "2.18.0",
"private": true,
"workspaces": {
"packages": [
diff --git a/packages/core/README.md b/packages/core/README.md
index 09efb8ab6..ceacc81b9 100644
--- a/packages/core/README.md
+++ b/packages/core/README.md
@@ -1,3 +1,7 @@
+
+
+
+
# @web3-onboard/core
This is the core package that contains all of the UI and logic to be able to seamlessly connect user's wallets to your app and track the state of those wallets. Onboard no longer contains any wallet specific code, so wallets need to be passed in upon initialization.
diff --git a/packages/core/package.json b/packages/core/package.json
index 56c5bb235..7273a747f 100644
--- a/packages/core/package.json
+++ b/packages/core/package.json
@@ -1,6 +1,6 @@
{
"name": "@web3-onboard/core",
- "version": "2.13.1-alpha.4",
+ "version": "2.13.1",
"description": "Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.",
"keywords": [
"Ethereum",
diff --git a/packages/core/src/views/connect/Index.svelte b/packages/core/src/views/connect/Index.svelte
index 342e2bbb3..5e2f1170f 100644
--- a/packages/core/src/views/connect/Index.svelte
+++ b/packages/core/src/views/connect/Index.svelte
@@ -389,7 +389,6 @@
var(--onboard-white, var(--white))
);
line-height: 24px;
- margin-bottom: 2rem;
overflow: hidden;
position: relative;
display: flex;
diff --git a/packages/core/src/views/shared/Modal.svelte b/packages/core/src/views/shared/Modal.svelte
index 6238568f6..bcc380fd5 100644
--- a/packages/core/src/views/shared/Modal.svelte
+++ b/packages/core/src/views/shared/Modal.svelte
@@ -74,6 +74,7 @@
border-radius: var(--onboard-modal-border-radius, var(--border-radius-1))
var(--onboard-modal-border-radius, var(--border-radius-1)) 0 0;
box-shadow: var(--onboard-modal-box-shadow, var(--box-shadow-0));
+ max-width: 100vw;
}
.modal {
@@ -122,7 +123,7 @@
>