Skip to content

Commit

Permalink
docs(stack): add new defaults for alignment - vue3 (#1230)
Browse files Browse the repository at this point in the history
* docs(stack): add new defaults for alignment

* update dialtone dependency
  • Loading branch information
ninamarina authored Oct 4, 2023
1 parent 5a212df commit beb8baf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
5 changes: 4 additions & 1 deletion components/stack/stack.vue
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ export default {
/**
* Set this prop to the direction to stack the items.
* You can override the default direction with 'default' key.
* All the undefined breakpoints will have 'default' value
* All the undefined breakpoints will have 'default' value.
* By default, for the column direction it will have `justify-content: flex-start`
* and for the row direction `align-items: center`. This can be overriden
* by utility classes.
*/
direction: {
type: [String, Object],
Expand Down
14 changes: 7 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"@commitlint/cli": "^17.6.6",
"@commitlint/config-conventional": "^17.6.6",
"@dialpad/conventional-changelog-angular": "^1.1.1",
"@dialpad/dialtone": "^8.16.1",
"@dialpad/dialtone": "^8.17.0",
"@dialpad/semantic-release-changelog-json": "^1.0.0",
"@percy/cli": "^1.26.2",
"@percy/storybook": "^4.3.6",
Expand Down

0 comments on commit beb8baf

Please sign in to comment.