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

feat(pie-docs): DSW-2496 radio-group overview page #2053

Open
wants to merge 24 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
a807c85
add images
jamieomaguire Nov 8, 2024
a3e3223
provide expected path for missing component index images
jamieomaguire Nov 8, 2024
8df05b2
add placeholder content and page skeleton
jamieomaguire Nov 8, 2024
fe34de5
add index cards for checkboxgroup and radiogroup
jamieomaguire Nov 12, 2024
c5690d6
start adding content
jamieomaguire Nov 12, 2024
1c79ae7
add radio overview page content
jamieomaguire Nov 12, 2024
b3a4664
Merge branch 'main' into DSW-2496-radio-group-overview
jamieomaguire Nov 13, 2024
1511e2f
Merge branch 'main' into DSW-2496-radio-group-overview
jamieomaguire Nov 13, 2024
355ae60
Update apps/pie-docs/src/components/radio-group/overview/overview.md
jamieomaguire Nov 13, 2024
e24b43e
Update apps/pie-docs/src/components/radio-group/overview/overview.md
jamieomaguire Nov 13, 2024
4008b81
Update apps/pie-docs/src/components/radio-group/overview/overview.md
jamieomaguire Nov 13, 2024
b1436f5
Update apps/pie-docs/src/components/radio-group/overview/overview.md
jamieomaguire Nov 13, 2024
74b998e
Update apps/pie-docs/src/components/radio-group/overview/overview.md
jamieomaguire Nov 13, 2024
291b6e0
Update apps/pie-docs/src/components/radio-group/overview/overview.md
jamieomaguire Nov 13, 2024
8d0d27d
Update apps/pie-docs/src/components/radio-group/overview/overview.md
jamieomaguire Nov 13, 2024
9c828ce
Update apps/pie-docs/src/components/radio-group/overview/overview.md
jamieomaguire Nov 13, 2024
d1a2e40
Update apps/pie-docs/src/components/radio-group/overview/overview.md
jamieomaguire Nov 13, 2024
eca5bea
add radio group resource table
jamieomaguire Nov 13, 2024
348a8c1
Merge branch 'main' into DSW-2496-radio-group-overview
jamieomaguire Nov 13, 2024
9902771
Merge branch 'main' into DSW-2496-radio-group-overview
jamieomaguire Nov 14, 2024
91e0960
move vertical above horizontal in variations
jamieomaguire Nov 14, 2024
6dbd9dc
rename modifiers image
jamieomaguire Nov 14, 2024
83e397a
Merge branch 'main' into DSW-2496-radio-group-overview
jamieomaguire Nov 14, 2024
400736d
Merge branch 'main' into DSW-2496-radio-group-overview
jamieomaguire Nov 14, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion apps/pie-docs/src/_11ty/shortcodes/indexPageDisplay.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const indexPageDisplay = ({
const hasMobileSource = fs.existsSync(path.join(__dirname, imgMobileSrc));

const throwOnMissingImage = () => {
throw new Error(`Image not provided for ${menuItemSlug}. Please ensure image is provided or add this item to ExcludedElements.`);
throw new Error(`Image not provided for ${menuItemSlug}. Please ensure image is provided or add this item to ExcludedElements. Expected path: ${imgSrc}`);
};

return `
Expand Down
39 changes: 39 additions & 0 deletions apps/pie-docs/src/assets/img/components/radio-group/anatomy.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions apps/pie-docs/src/assets/img/components/radio-group/ltr.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading