-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: code split css bundle for wallet connector (#209)
- Loading branch information
Showing
19 changed files
with
33 additions
and
310 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Empty file.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,4 +23,4 @@ | |
"@parcel/optimizer-terser" | ||
] | ||
} | ||
} | ||
} |
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,21 @@ | ||
// Custom entry point for the wallet connector styles | ||
// Contains only the styles that are needed for the wallet connector | ||
|
||
// ==== Core components ==== | ||
import "../src/ui/button/button.css"; | ||
import "../src/ui/text/text.css"; | ||
import "../src/ui/avatar/avatar.css"; | ||
import "../src/ui/basic-modal/basic-modal.css"; | ||
import "../src/ui/shared/shared.css"; | ||
import { rainbowSprinkles as _rainbowSprinkles } from "../src/styles/rainbow-sprinkles.css"; | ||
|
||
// ==== Connect modal components ==== | ||
import "../src/ui/connect-modal/connect-modal.css"; | ||
import "../src/ui/connect-modal-head/connect-modal-head.css"; | ||
import "../src/ui/connect-modal-install-button/connect-modal-install-button.css"; | ||
import "../src/ui/connect-modal-qrcode/connect-modal-qrcode.css"; | ||
import "../src/ui/connect-modal-qrcode-error/connect-modal-qrcode-error.css"; | ||
import "../src/ui/connect-modal-qrcode-skeleton/connect-modal-qrcode-skeleton.css"; | ||
import "../src/ui/connect-modal-status/connect-modal-status.css"; | ||
import "../src/ui/connect-modal-wallet-button/connect-modal-wallet-button.css"; | ||
import "../src/ui/connect-modal-wallet-list/connect-modal-wallet-list.css"; |
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 |
---|---|---|
|
@@ -22,4 +22,4 @@ | |
"@parcel/optimizer-terser" | ||
] | ||
} | ||
} | ||
} |