Skip to content

Commit

Permalink
Update UI kit version (#1354)
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Nardi <[email protected]>
  • Loading branch information
maxwellmattryan and MarkNerdi authored Nov 8, 2023
1 parent eed8bb7 commit 7c67d9c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/shared/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"author": "Bloom Labs Ltd <[email protected]>",
"license": "Apache-2.0",
"dependencies": {
"@bloomwalletio/ui": "0.18.28",
"@bloomwalletio/ui": "0.18.31",
"@iota/bundle": "1.0.0-beta.30",
"@iota/converter": "1.0.0-beta.30",
"@iota/crypto.js": "1.8.6",
Expand Down
2 changes: 1 addition & 1 deletion packages/shared/src/components/LoadingScreen.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<div class="column flex flex-col items-center w-full">
<Logo width="100" logo={LogoName.BloomLogo} />
<div class="flex-col justify-center items-center w-full max-w-lg">
<Progress size="lg" showLabel {progress} />
<Progress bordered size="lg" showLabel {progress} />
</div>
</div>
</div>
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -377,10 +377,10 @@
resolved "https://registry.yarnpkg.com/@bcoe/v8-coverage/-/v8-coverage-0.2.3.tgz#75a2e8b51cb758a7553d6804a5932d7aace75c39"
integrity sha512-0hYQ8SB4Db5zvZB4axdMHGwEaQjkZzFjQiN9LVYvIFB2nSUHW9tYpxWriPrWDASIxiaXax83REcLxuSdnGPZtw==

"@bloomwalletio/[email protected].28":
version "0.18.28"
resolved "https://npm.pkg.github.com/download/@bloomwalletio/ui/0.18.28/877428ba62ea8707688cc912c61bdb2741fc3bc0#877428ba62ea8707688cc912c61bdb2741fc3bc0"
integrity sha512-MCawzGR/hRTNqP3am6DZSMsDMZWKHcpwhCm/fJdRvPnHWWAJOFROpwpTQGhuumQPOkwaAZ6rn2F5LYdMvTJR4w==
"@bloomwalletio/[email protected].31":
version "0.18.31"
resolved "https://npm.pkg.github.com/download/@bloomwalletio/ui/0.18.31/5e65d72a2166581b062571196882ef22b5741d45#5e65d72a2166581b062571196882ef22b5741d45"
integrity sha512-e7V2X1sgqVrRsUfBkMSWnpOX1Go1UJNv90DQ+DSnQK9Zf6gkzcDGErYx+osrUjWIpBoZmP0cCG2l/7UCbkh81w==
dependencies:
"@floating-ui/dom" "1.4.3"
"@popperjs/core" "2.11.8"
Expand Down

0 comments on commit 7c67d9c

Please sign in to comment.