Skip to content

Commit bffd81f

Browse files
committed
Ui fixes and new packages publish
1 parent 7323780 commit bffd81f

33 files changed

+103
-34
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,13 +69,14 @@ For full documentation, check out the README.md for each package:
6969
- [Torus](packages/torus/README.md)
7070
- [WalletConnect](packages/walletconnect/README.md)
7171
- [WalletLink](packages/walletlink/README.md)
72+
- Magic (in active development)
7273

7374
**Hardware Wallets**
7475

7576
- [KeepKey](packages/keepkey/README.md)
7677
- [Ledger](packages/ledger/README.md)
7778
- [Trezor](packages/trezor/README.md)
78-
- Keystone (in active development)
79+
- [Keystone](packages/keystone/README.md)
7980

8081
## Test out the demo app
8182

packages/common/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bn-onboard/common",
3-
"version": "2.0.0-alpha.10",
3+
"version": "2.0.0-alpha.11",
44
"scripts": {
55
"build": "rollup -c",
66
"dev": "rollup -c -w",

packages/common/src/elements/CloseButton.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<style>
66
.close-button-container {
77
cursor: pointer;
8-
width: 48px;
9-
height: 48px;
108
display: flex;
119
justify-content: center;
1210
align-items: center;

packages/common/src/views/AccountSelect.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,7 @@
211211
212212
.close {
213213
cursor: pointer;
214+
padding: 0.5rem;
214215
}
215216
216217
.container {

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bn-onboard/core",
3-
"version": "2.0.0-alpha.14",
3+
"version": "2.0.0-alpha.15",
44
"scripts": {
55
"build": "rollup -c",
66
"dev": "rollup -c -w",

packages/core/src/views/chain/SwitchChain.svelte

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
position: absolute;
2727
top: var(--onboard-spacing-5, var(--spacing-5));
2828
right: var(--onboard-spacing-5, var(--spacing-5));
29+
padding: 0.5rem;
2930
}
3031
3132
h4 {

packages/core/src/views/connect/Index.svelte

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@
195195
196196
.button-container {
197197
position: absolute;
198-
right: 0;
199-
top: 0;
198+
right: var(--onboard-spacing-5, var(--spacing-5));
199+
top: var(--onboard-spacing-5, var(--spacing-5));
200200
}
201201
202202
.disabled {

packages/core/src/views/shared/CloseButton.svelte

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
<style>
66
.close-button-container {
77
cursor: pointer;
8-
width: 48px;
9-
height: 48px;
108
display: flex;
119
justify-content: center;
1210
align-items: center;

packages/fortmatic/circle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,4 @@ workflows:
2525
branches:
2626
only:
2727
- main
28+
- feature/v2

packages/fortmatic/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@bn-onboard/fortmatic",
3-
"version": "2.0.0-alpha.4",
3+
"version": "2.0.0-alpha.5",
44
"description": "Fortmatic module for Onboard.js",
55
"module": "dist/index.js",
66
"browser": "dist/index.js",
@@ -17,7 +17,6 @@
1717
},
1818
"license": "MIT",
1919
"devDependencies": {
20-
"tsc": "^2.0.3",
2120
"typescript": "^4.5.5"
2221
},
2322
"dependencies": {

0 commit comments

Comments
 (0)