Skip to content

Commit 0b09c44

Browse files
authored
0.13.14 Release : Master - New Brand Assets (#155)
* 0.13.13-0.0.1 : New branding! (#153)
1 parent dd04f17 commit 0b09c44

8 files changed

Lines changed: 28 additions & 43 deletions

File tree

assets/react-demo-updated.png

32.9 KB
Loading

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "onboard-notify-react",
3-
"version": "0.13.13",
3+
"version": "0.13.14",
44
"dependencies": {
5-
"bnc-notify": "^1.9.3",
5+
"bnc-notify": "^1.9.4",
66
"bnc-notify-staging": "https://github.com/blocknative/notify#develop",
7-
"bnc-onboard": "^1.37.3",
7+
"bnc-onboard": "^1.38.1",
88
"bnc-onboard-staging": "https://github.com/blocknative/onboard#develop",
99
"ethers": "^5.5.2",
1010
"react": "^16.9.0",

public/favicon.ico

-14.7 KB
Binary file not shown.

public/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8" />
5-
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" />
5+
<link rel="shortcut icon" href="%PUBLIC_URL%/blocknative-favicon.ico" />
66
<meta name="viewport" content="width=device-width, initial-scale=1" />
77
<meta name="theme-color" content="#000000" />
88
<meta name="description" content="Blocknative demo app" />

public/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"name": "Blocknative Demo",
44
"icons": [
55
{
6-
"src": "favicon.ico",
6+
"src": "blocknative-favicon.ico",
77
"sizes": "64x64 32x32 24x24 16x16",
88
"type": "image/x-icon"
99
}

src/icons/blocknative-logo-dark.svg

Lines changed: 1 addition & 16 deletions
Loading

src/views/Header/Header.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.bn-logo-link {
22
position: absolute;
3-
left: 12px;
3+
left: 1.5rem;
44
}
55

66
.bn-logo-demo {
@@ -56,14 +56,14 @@
5656
position: absolute;
5757
}
5858

59-
@media screen and (max-width: 1375px) {
59+
@media screen and (max-width: 1395px) {
6060
.user-info-container {
6161
flex-direction: column;
6262
}
6363

6464
.bn-logo-link {
6565
position: initial;
66-
margin: auto;
66+
margin: 0.4rem auto;
6767
}
6868
}
6969

yarn.lock

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -4455,13 +4455,13 @@ bnb-javascript-sdk-nobroadcast@^2.16.14:
44554455
regenerator-runtime "^0.13.3"
44564456
uuid "^3.3.3"
44574457

4458-
bnc-notify@^1.9.3:
4459-
version "1.9.3"
4460-
resolved "https://registry.yarnpkg.com/bnc-notify/-/bnc-notify-1.9.3.tgz#a73189bd66a24a4b5b0c60fb6aa56010d58b2341"
4461-
integrity sha512-psNckWa3ADoN66WMi6G2CMhJGjQ77deHr1ZULbTjmcL6xnFw3FterRRgQOr3teJJpZmW96blMikMjEQwifEkVQ==
4458+
bnc-notify@^1.9.4:
4459+
version "1.9.4"
4460+
resolved "https://registry.yarnpkg.com/bnc-notify/-/bnc-notify-1.9.4.tgz#a455a6ddc45e50c7816f7c6291fc3611d6f55445"
4461+
integrity sha512-gwzZ7yQUz+CvaNYepsRn8uWPxaLet+mtvUI0Rp7hdkzN4tIytbTdNXwCkJo6vXlBLWAPbS1zWzANrd8he11V2w==
44624462
dependencies:
44634463
bignumber.js "^9.0.0"
4464-
bnc-sdk "4.0.0"
4464+
bnc-sdk "4.1.0"
44654465
lodash.debounce "^4.0.8"
44664466
regenerator-runtime "^0.13.3"
44674467
uuid "^3.3.3"
@@ -4502,10 +4502,10 @@ bnc-notify@^1.9.3:
45024502
walletlink "^2.1.6"
45034503
web3-provider-engine "^15.0.4"
45044504

4505-
bnc-onboard@^1.37.3:
4506-
version "1.37.3"
4507-
resolved "https://registry.yarnpkg.com/bnc-onboard/-/bnc-onboard-1.37.3.tgz#e4c3ae94ab44b3053a6dea07057447feb9b9da14"
4508-
integrity sha512-G5pHatWvJf/r7gB7A38p7BlQfbzNJhND2nr0tPKqGtpXucTZJ0cl0bPvrh2nRNMs22ajd2wG29N88bWrWU5Vcw==
4505+
bnc-onboard@^1.38.1:
4506+
version "1.38.1"
4507+
resolved "https://registry.yarnpkg.com/bnc-onboard/-/bnc-onboard-1.38.1.tgz#521296b1565cb8a81fbc144114aada27ccbbe1c3"
4508+
integrity sha512-FXXEJXkCSX3IAsreS35RjqYHw83e9iSANv0Xgq5UPl7/axg6VtLw86Mi5NreIFdBMKeEaJHpUH6ug9N4WP3aQA==
45094509
dependencies:
45104510
"@cvbb/eth-keyring" "^1.1.0"
45114511
"@ensdomains/ensjs" "^2.0.1"
@@ -4525,7 +4525,7 @@ bnc-onboard@^1.37.3:
45254525
"@walletconnect/web3-provider" "^1.7.1"
45264526
authereum "^0.1.12"
45274527
bignumber.js "^9.0.0"
4528-
bnc-sdk "^3.4.1"
4528+
bnc-sdk "^4.1.0"
45294529
bowser "^2.10.0"
45304530
eth-lattice-keyring "^0.2.7"
45314531
eth-provider "^0.6.1"
@@ -4536,13 +4536,13 @@ bnc-onboard@^1.37.3:
45364536
hdkey "^2.0.1"
45374537
regenerator-runtime "^0.13.7"
45384538
trezor-connect "^8.1.9"
4539-
walletlink "^2.4.6"
4539+
walletlink "^2.4.7"
45404540
web3-provider-engine "^15.0.4"
45414541

4542-
bnc-sdk@4.0.0:
4543-
version "4.0.0"
4544-
resolved "https://registry.yarnpkg.com/bnc-sdk/-/bnc-sdk-4.0.0.tgz#0bf8af5c7c3fab7912912431e1af0e48e01b608b"
4545-
integrity sha512-ob0GP1dS2yGvV+2hpJgpmrJeen0W68K4jsfjikbuL7ogBAVaQaWbPAzKw2w9tgq9BUM96CR43UpAobSyTZDx7g==
4542+
bnc-sdk@4.1.0, bnc-sdk@^4.1.0:
4543+
version "4.1.0"
4544+
resolved "https://registry.yarnpkg.com/bnc-sdk/-/bnc-sdk-4.1.0.tgz#b7bd280a2e0d218b003ed9d227bcc36593bd6f04"
4545+
integrity sha512-gbW5wRLPB7HDzXof5VrkFSDoyfuD2O9K8dOTRQl2OE/HAj3/epKyccQDtWNLNih7t234VM/sv9t6nxqRnNRJmQ==
45464546
dependencies:
45474547
crypto-es "^1.2.2"
45484548
rxjs "^6.6.3"
@@ -15119,10 +15119,10 @@ walletlink@^2.1.6:
1511915119
stream-browserify "^3.0.0"
1512015120
util "^0.12.4"
1512115121

15122-
walletlink@^2.4.6:
15123-
version "2.4.6"
15124-
resolved "https://registry.yarnpkg.com/walletlink/-/walletlink-2.4.6.tgz#efaa950c16447bf34e186495b55755b3d7157725"
15125-
integrity sha512-CtfyRa3Tc9yTRFIoE0P0rhiq57WB6/XnJ0Fyc3tmSR4yntFP29sqp+SCDOI0R9Ot20gAKaYb2w/nnmLRrhfiJQ==
15122+
walletlink@^2.4.7:
15123+
version "2.4.7"
15124+
resolved "https://registry.yarnpkg.com/walletlink/-/walletlink-2.4.7.tgz#3dd034f7cd6e9d9f4cc1d677bb951869dc743e20"
15125+
integrity sha512-jhLVOMly9oWiSE8mZ4/+uMyVsAKHw71kGbgC1xYp50SQpuLT2pfa6Hiw2VQ0omP/WHsDAPFuBo8hJGxggr768w==
1512615126
dependencies:
1512715127
"@metamask/safe-event-emitter" "2.0.0"
1512815128
bind-decorator "^1.0.11"

0 commit comments

Comments
 (0)