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

[DON'T MERGE] [WNMGDS-2640 WNMGDS-2160] Info architecture update #2913

Draft
wants to merge 22 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from 21 commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
c6a0deb
[NO-TICKET] Shift content around (#2912)
zarahzachz Jan 29, 2024
3849d14
[WNMGDS-2640] Implement updated component maturity model component (#…
zarahzachz Jan 29, 2024
15f693b
Merge branch 'main' into feature/info-architecture-update
zarahzachz Jan 29, 2024
4b9284a
Merge branch 'feature/info-architecture-update' of https://github.com…
zarahzachz Jan 29, 2024
6c4a06c
Update ToC to exclude lower level headings (#2910)
zarahzachz Jan 29, 2024
f9c3f0f
fix spacing for have ideas section.
zarahzachz Jan 30, 2024
ab5afd6
[NO TICKET] Create design resource link (#2914)
zarahzachz Jan 30, 2024
a79d97b
Merge branch 'main' into feature/info-architecture-update
zarahzachz Jan 30, 2024
2885044
add fallback for themes without sketch design links (cmsgov).
zarahzachz Jan 30, 2024
fb90494
update all docs to use new maturity checklist component to avoid docs…
zarahzachz Jan 30, 2024
9efa27b
Merge branch 'main' into feature/info-architecture-update
zarahzachz Jan 30, 2024
abc9014
Merge branch 'main' into feature/info-architecture-update
zarahzachz Jan 31, 2024
327962c
Merge branch 'main' into feature/info-architecture-update
zarahzachz Feb 1, 2024
9f89d19
Merge branch 'feature/info-architecture-update' of https://github.com…
zarahzachz Feb 1, 2024
13e32e5
update content for new layout.
zarahzachz Feb 2, 2024
acc4dff
Merge branch 'main' into feature/info-architecture-update
zarahzachz Feb 6, 2024
dfa072c
[WNMGDS-2160] Consolidate docs theme (#2922)
zarahzachz Feb 7, 2024
434aa22
Merge branch 'main' into feature/info-architecture-update
zarahzachz Feb 7, 2024
2c34d41
update background color of sidenav to match whatever theme selected.
zarahzachz Feb 7, 2024
50407f0
clean up unneeded import.
zarahzachz Feb 7, 2024
67f171f
i dont know why the value changed from primary to core
zarahzachz Feb 7, 2024
5f37465
Merge branch 'main' into feature/info-architecture-update
zarahzachz Jul 18, 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
26 changes: 14 additions & 12 deletions packages/docs/content/components/accordion.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -65,16 +65,18 @@ Keyboard support for the Accordion header includes:
## Component maturity

<MaturityChecklist
a11yStandards={true}
color={true}
forcedColors={true}
screenReaders={true}
keyboardNavigable={true}
storybook={true}
responsive={true}
spanish={true}
completeUiKit={false}
responsiveUiKit={false}
tokensInCode={true}
tokensInSketch={true}
items={{
a11yStandards: true,
color: true,
forcedColors: true,
screenReaders: true,
keyboardNavigable: true,
storybook: true,
responsive: true,
spanish: true,
completeUiKit: false,
responsiveUiKit: false,
tokensInCode: true,
tokensInSketch: true,
}}
/>
Loading