Skip to content

Commit

Permalink
Merge branch 'main' into dsw-2208-modal-props
Browse files Browse the repository at this point in the history
  • Loading branch information
xander-marjoram authored Jul 31, 2024
2 parents 45ce838 + 7cda496 commit 96440a0
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/real-clocks-swim.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pie-storybook": minor
---

[Changed] - Alphabetically sort components in Storybook sidebar
5 changes: 5 additions & 0 deletions .changeset/thirty-carrots-heal.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"pie-docs": patch
---

[Fixed] - Conflict in ordering of pages in Foundations section
2 changes: 1 addition & 1 deletion apps/pie-docs/src/foundations/radius/radius.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ eleventyNavigation:
key: Radius
parent: Foundations
url: /foundations/radius/
order: 5
order: 6
permalink: false
---
2 changes: 1 addition & 1 deletion apps/pie-docs/src/foundations/spacing/spacing.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ eleventyNavigation:
key: Spacing
parent: Foundations
url: /foundations/spacing/
order: 6
order: 7
permalink: false
---
2 changes: 1 addition & 1 deletion apps/pie-docs/src/foundations/typography/typography.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ eleventyNavigation:
key: Typography
parent: Foundations
url: /foundations/typography/
order: 7
order: 8
permalink: false
---
1 change: 1 addition & 0 deletions apps/pie-docs/test/accessibility/accessibility.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ expectedRoutesJson.forEach((route) => {

const results = await makeAxeBuilder()
.include(`[data-test-id=${selector}]`)
.exclude('iframe')
.analyze();

expect(results.violations).toEqual([]);
Expand Down
7 changes: 6 additions & 1 deletion apps/pie-storybook/.storybook/preview.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,11 @@ export default {
viewport: {
viewports: CUSTOM_VIEWPORTS
},
layout: 'centered'
layout: 'centered',
options: {
storySort: {
method: 'alphabetical',
}
}
}
};

0 comments on commit 96440a0

Please sign in to comment.