-
Notifications
You must be signed in to change notification settings - Fork 71
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(3102): fix fonts and allowance issue (#42)
* feat: add FAQ page * fix: update faq content and rephrase some faq titles * fix: add spacing between paragraph * fix: remove padding for list in collapse component * fix: update gasFees calculation and fix typos * fix: dollars prices display issue * fix: add new fonts + reorganize components * fix: allowance issue * fix: handle wrong networks * fix: tooltip issue * fix: update bridge ui release notes and version
- Loading branch information
Showing
83 changed files
with
337 additions
and
328 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "bridge-ui", | ||
"version": "0.6.5", | ||
"version": "1.0.0", | ||
"private": true, | ||
"type": "module", | ||
"scripts": { | ||
|
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,85 @@ | ||
import localFont from "next/font/local"; | ||
|
||
const atypFont = localFont({ | ||
display: "swap", | ||
src: [ | ||
{ | ||
path: "../../../public/fonts/AtypDisplay-Light-subset.woff2", | ||
weight: "300", | ||
style: "normal", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypDisplay-Light.woff2", | ||
weight: "300", | ||
style: "normal", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypDisplay-LightItalic.woff2", | ||
weight: "300", | ||
style: "italic", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypDisplay-Regular-subset.woff2", | ||
weight: "400", | ||
style: "normal", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypDisplay-Regular.woff2", | ||
weight: "400", | ||
style: "normal", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypDisplay-Italic.woff2", | ||
weight: "400", | ||
style: "italic", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypDisplay-Medium-subset.woff2", | ||
weight: "500", | ||
style: "normal", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypDisplay-Medium.woff2", | ||
weight: "500", | ||
style: "normal", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypDisplay-MediumItalic.woff2", | ||
weight: "500", | ||
style: "italic", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypDisplay-Semibold-subset.woff2", | ||
weight: "600", | ||
style: "normal", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypDisplay-Semibold.woff2", | ||
weight: "600", | ||
style: "normal", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypDisplay-SemiboldItalic.woff2", | ||
weight: "600", | ||
style: "italic", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypDisplay-Bold-subset.woff2", | ||
weight: "700", | ||
style: "normal", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypDisplay-Bold.woff2", | ||
weight: "700", | ||
style: "normal", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypDisplay-BoldItalic.woff2", | ||
weight: "700", | ||
style: "italic", | ||
}, | ||
], | ||
variable: "--font-atyp", | ||
}); | ||
|
||
export default atypFont; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,90 @@ | ||
import localFont from "next/font/local"; | ||
|
||
const atypTextFont = localFont({ | ||
display: "swap", | ||
src: [ | ||
{ | ||
path: "../../../public/fonts/AtypText-Light-subset.woff2", | ||
weight: "300", | ||
style: "normal", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypText-LightItalic.woff2", | ||
weight: "300", | ||
style: "italic", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypText-Light.woff2", | ||
weight: "300", | ||
style: "normal", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypText-Regular-subset.woff2", | ||
weight: "400", | ||
style: "normal", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypText-Regular.woff2", | ||
weight: "400", | ||
style: "normal", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypText-Italic-subset.woff2", | ||
weight: "400", | ||
style: "italic", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypText-Italic.woff2", | ||
weight: "400", | ||
style: "italic", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypText-Medium-subset.woff2", | ||
weight: "500", | ||
style: "normal", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypText-Medium.woff2", | ||
weight: "500", | ||
style: "normal", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypText-MediumItalic.woff2", | ||
weight: "500", | ||
style: "italic", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypText-Semibold-subset.woff2", | ||
weight: "600", | ||
style: "normal", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypText-Semibold.woff2", | ||
weight: "600", | ||
style: "normal", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypText-SemiboldItalic.woff2", | ||
weight: "600", | ||
style: "italic", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypText-Bold-subset.woff2", | ||
weight: "700", | ||
style: "normal", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypText-Bold.woff2", | ||
weight: "700", | ||
style: "normal", | ||
}, | ||
{ | ||
path: "../../../public/fonts/AtypText-BoldItalic.woff2", | ||
weight: "700", | ||
style: "italic", | ||
}, | ||
], | ||
variable: "--font-atyp-text", | ||
}); | ||
|
||
export default atypTextFont; |
Oops, something went wrong.