Skip to content

Commit

Permalink
Adjustments to feature preview landing pages (#427)
Browse files Browse the repository at this point in the history
  • Loading branch information
rezrah authored Sep 20, 2023
1 parent 88e42f0 commit 084db13
Show file tree
Hide file tree
Showing 58 changed files with 453 additions and 160 deletions.
5 changes: 5 additions & 0 deletions .changeset/few-shoes-develop.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/react-brand': patch
---

Increase space between river heading and description to 16px from 8px
5 changes: 5 additions & 0 deletions .changeset/lovely-dryers-itch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/react-brand': patch
---

Fixed a bug in `Hero` where an empty div with end-specific margin is erroneously defined for CTAs.
5 changes: 5 additions & 0 deletions .changeset/tiny-seahorses-boil.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@primer/react-brand': patch
---

Update FormControl hasBorder color value to match control borders
12 changes: 12 additions & 0 deletions .changeset/tough-planets-reply.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
---
'@primer/react-brand': patch
---

Add `none` option to Box spacing props to reset defined paddings at larger viewports.

```
<Box padding={{
narrow: 24,
wide: 'none' // <-- this will remove padding at the wide viewport
}} />
```
12 changes: 6 additions & 6 deletions package-lock.json

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

Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"River": {
"heading": {
"margin": {
"value": "var(--base-size-8)"
"value": "var(--base-size-16)"
}
},
"visual": {
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 084db13

Please sign in to comment.