-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
06dd54e
commit c9efa75
Showing
9 changed files
with
40 additions
and
15 deletions.
There are no files selected for viewing
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
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,7 +1,7 @@ | ||
{ | ||
"name": "@stacks/ui-theme", | ||
"description": "System UI spec theme for Stacks related projects", | ||
"version": "7.5.0", | ||
"version": "7.6.0", | ||
"author": "Blockstack <[email protected]> (https://blockstack.org/)", | ||
"dependencies": { | ||
"type-fest": "1.2.1", | ||
|
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,11 +1,11 @@ | ||
{ | ||
"name": "@stacks/ui-utils", | ||
"description": "UI utilities for Stacks UI based projects.", | ||
"version": "7.5.0", | ||
"version": "7.5.1", | ||
"author": "Blockstack <[email protected]> (https://blockstack.org/)", | ||
"dependencies": { | ||
"@blockstack/stacks-blockchain-api-types": "0.55.3", | ||
"@stacks/ui-theme": "7.5.0", | ||
"@stacks/ui-theme": "7.6.0", | ||
"@types/big.js": "6.1.1", | ||
"big.js": "6.1.1", | ||
"c32check": "1.1.2", | ||
|
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,16 +1,16 @@ | ||
{ | ||
"name": "@stacks/ui", | ||
"description": "Stacks UI components built using React, emotion, and @stacks/core-ui.", | ||
"version": "7.10.0", | ||
"version": "7.11.0", | ||
"author": "Blockstack <[email protected]> (https://blockstack.org/)", | ||
"dependencies": { | ||
"@reach/alert": "0.15.2", | ||
"@reach/auto-id": "0.15.2", | ||
"@reach/rect": "0.15.2", | ||
"@react-spectrum/utils": "3.6.1", | ||
"@stacks/ui-core": "7.3.0", | ||
"@stacks/ui-theme": "7.5.0", | ||
"@stacks/ui-utils": "7.5.0", | ||
"@stacks/ui-core": "7.4.0", | ||
"@stacks/ui-theme": "7.6.0", | ||
"@stacks/ui-utils": "7.5.1", | ||
"@styled-system/should-forward-prop": "5.1.5", | ||
"@styled-system/theme-get": "5.1.2", | ||
"@tippyjs/react": "4.2.5", | ||
|