-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BREAKING CHANGE(web-react): Set
Stack
default spacing to zero #DS-741
The feature class enabling this behavior was removed. ## Migration Guide If you need the `Stack` to have a spacing, add `hasSpacing` prop. By default, `Stack` has zero inner spacing. - `<Stack …>` → `<Stack hasSpacing …>` If you already used the feature class, you can remove it and don't need to do any other changes. Please refer back to this guide or reach out to our team if you encounter any issues during migration.
- Loading branch information
Showing
3 changed files
with
0 additions
and
8 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,6 @@ Story.args = { | |
</> | ||
), | ||
elementType: 'ul', | ||
hasSpacing: true, | ||
}; | ||
|
||
export default Story; |