Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Stack component #2152

Merged
merged 26 commits into from
Jul 25, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
b7e2715
Add Stack component
vdepizzol Jul 12, 2022
5da8ba6
Stylelint auto-fixes
actions-user Jul 12, 2022
93c00bc
Ongoing Stack component implementation
vdepizzol Jul 12, 2022
98a52a5
Add Stack dividers, responsive props, examples
vdepizzol Jul 12, 2022
8b08722
Implement align, alignWrap, and spread props
vdepizzol Jul 13, 2022
51df24d
Code cleanup
vdepizzol Jul 13, 2022
ae6231e
Wrap responsive props under narrow+regular queries
vdepizzol Jul 13, 2022
84b0b11
Fix structure comment
vdepizzol Jul 14, 2022
116b3f9
Address rendering bugs, add docs
vdepizzol Jul 15, 2022
a0a7c9a
typo
vdepizzol Jul 15, 2022
49d1029
Cleanup
vdepizzol Jul 15, 2022
9e7ff3a
typo
vdepizzol Jul 15, 2022
7b1b238
Please stylelint
vdepizzol Jul 15, 2022
b9ca078
Update docs/src/stories/components/Layout/Stack.stories.jsx
vdepizzol Jul 20, 2022
af0e187
Simplify jsx
vdepizzol Jul 22, 2022
e413d30
Simplify Stack CSS, add Stack-item
vdepizzol Jul 22, 2022
9412feb
Add Stack feature stories
vdepizzol Jul 22, 2022
cd52ff6
Stylelint auto-fixes
actions-user Jul 22, 2022
3c2954d
Remove `none` from dividerAriaRole property
vdepizzol Jul 22, 2022
d96dca9
Merge branch 'main' into Stack
vdepizzol Jul 22, 2022
9a49e3a
add wide viewport support
vdepizzol Jul 25, 2022
d605c43
Stylelint auto-fixes
actions-user Jul 25, 2022
c3a9a1a
Add changeset
vdepizzol Jul 25, 2022
7204480
Hide custom gap support
vdepizzol Jul 25, 2022
ecd2e24
Use Sass comments instead
vdepizzol Jul 25, 2022
2795894
Merge branch 'main' into Stack
vdepizzol Jul 25, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/thick-coats-yawn.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@primer/css": minor
---

Add Stack component