-
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
59953ff
commit 295f0b4
Showing
9 changed files
with
60 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,16 @@ | ||
# @stacks/ui-theme | ||
|
||
## 5.0.0 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [59953ff] | ||
- @stacks/ui@5.0.0 | ||
- @stacks/ui-core@5.0.0 | ||
- @stacks/ui-utils@5.0.0 | ||
|
||
## 1.1.2 | ||
|
||
### Patch Changes | ||
|
||
- Convert units from numbers to pixel values. |
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": "4.0.1", | ||
"version": "5.0.0", | ||
"author": "Blockstack <[email protected]> (https://blockstack.org/)", | ||
"dependencies": { | ||
"type-fest": "^0.20.2", | ||
|
@@ -16,9 +16,9 @@ | |
"typescript": "^4.1.2" | ||
}, | ||
"peerDependencies": { | ||
"@stacks/ui": "^4.0.1", | ||
"@stacks/ui-utils": "^4.0.1", | ||
"@stacks/ui-core": "^4.0.1" | ||
"@stacks/ui": "^5.0.0", | ||
"@stacks/ui-utils": "^5.0.0", | ||
"@stacks/ui-core": "^5.0.0" | ||
}, | ||
"files": [ | ||
"dist" | ||
|
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,16 @@ | ||
# @stacks/ui-utils | ||
|
||
## 5.0.0 | ||
|
||
### Patch Changes | ||
|
||
- Updated dependencies [59953ff] | ||
- @stacks/ui@5.0.0 | ||
- @stacks/ui-core@5.0.0 | ||
- @stacks/ui-theme@5.0.0 | ||
|
||
## 1.0.1 | ||
|
||
### Patch Changes | ||
|
||
- Initial release of package. |
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-utils", | ||
"description": "UI utilities for Stacks UI based projects.", | ||
"version": "4.0.1", | ||
"version": "5.0.0", | ||
"author": "Blockstack <[email protected]> (https://blockstack.org/)", | ||
"dependencies": { | ||
"@blockstack/stacks-blockchain-api-types": "^0.34.1", | ||
|
@@ -12,9 +12,9 @@ | |
"typescript": "^4.1.2" | ||
}, | ||
"peerDependencies": { | ||
"@stacks/ui": "^4.0.1", | ||
"@stacks/ui-theme": "^4.0.1", | ||
"@stacks/ui-core": "^4.0.1" | ||
"@stacks/ui": "^5.0.0", | ||
"@stacks/ui-theme": "^5.0.0", | ||
"@stacks/ui-core": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"@blockstack/prettier-config": "^0.0.6", | ||
|
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/system-ui.", | ||
"version": "4.0.1", | ||
"version": "5.0.0", | ||
"author": "Blockstack <[email protected]> (https://blockstack.org/)", | ||
"dependencies": { | ||
"@popperjs/core": "^2.4.0", | ||
"@reach/alert": "^0.12.1", | ||
"@reach/auto-id": "^0.12.1", | ||
"@reach/rect": "^0.12.1", | ||
"@stacks/ui-core": "^4.0.2", | ||
"@stacks/ui-theme": "^4.0.1", | ||
"@stacks/ui-utils": "^4.0.1", | ||
"@stacks/ui-core": "^5.0.0", | ||
"@stacks/ui-theme": "^5.0.0", | ||
"@stacks/ui-utils": "^5.0.0", | ||
"@styled-system/should-forward-prop": "^5.1.5", | ||
"@styled-system/theme-get": "^5.1.2", | ||
"@types/flushable": "^1.0.1", | ||
|
@@ -52,9 +52,9 @@ | |
"peerDependencies": { | ||
"@emotion/core": "^11.0.0", | ||
"@emotion/react": "^11.1.1", | ||
"@stacks/ui-core": "^4.0.1", | ||
"@stacks/ui-theme": "^4.0.1", | ||
"@stacks/ui-utils": "^4.0.1", | ||
"@stacks/ui-core": "^5.0.0", | ||
"@stacks/ui-theme": "^5.0.0", | ||
"@stacks/ui-utils": "^5.0.0", | ||
"react": "^17.0.1", | ||
"react-dom": "^17.0.1" | ||
}, | ||
|