Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 5c45861

Browse files
Merge pull request #6114 from department-of-veterans-affairs/db/remove-v3-label-4640
Remove USWDS v3 references from component documentation
2 parents ef4390a + 8605913 commit 5c45861

30 files changed

Lines changed: 24 additions & 65 deletions

src/_components/accordion.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Accordion
44
intro-text: "Accordions, which use the UX principle of progressive disclosure, are a list of headers that can be clicked to hide or reveal additional content. By default, accordions are multi-selectable and borderless, however, props can be added to make them bordered and single-select."
55
research-title: Accordions
66
figma-link-web: https://www.figma.com/design/afurtw4iqQe6y4gXfNfkkk/VADS-Component-Library?node-id=199-1186
7-
uswds-v3: default
87
web-component: va-accordion
98
web: true
109
mobile-app: false

src/_components/additional-info.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Additional info
44
status: use-with-caution-candidate
55
intro-text: "Additional info makes content easier to scan as it hides information that may not be applicable to all users or situations. Use this component to situate plain language help at the point of the process where it is most relevant."
66
figma-link-web: https://www.figma.com/design/afurtw4iqQe6y4gXfNfkkk/VADS-Component-Library?node-id=203-1254
7-
uswds-v3: default
87
web-component: va-additional-info
98
web: true
109
mobile-app: false
@@ -23,13 +22,13 @@ anchors:
2322

2423
### Default
2524

26-
{% include storybook-preview.html story="uswds-va-additional-info--default" link_text="va-additional-info v3 default" %}
25+
{% include storybook-preview.html story="uswds-va-additional-info--default" link_text="va-additional-info default" %}
2726

2827
### No Border
2928

3029
* Adding in the `disable-border` prop removes the left blue border from the expanded state of the component.
3130

32-
{% include storybook-preview.html story="uswds-va-additional-info--no-border" link_text="va-additional-info v3 no border" %}
31+
{% include storybook-preview.html story="uswds-va-additional-info--no-border" link_text="va-additional-info no border" %}
3332

3433
## Usage
3534

src/_components/alert/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ permalink: /components/alert/
55
intro-text: "Alerts keep users informed of important and sometimes time-sensitive changes."
66
research-title: "Alert boxes"
77
figma-link-web: https://www.figma.com/file/JDFpGLIojfuQwANXScQjqe/VADS-Example-Library?type=design&node-id=35%3A145&mode=design&t=ep6tlGT5gNsbWqGP-1
8-
uswds-v3: default
98
web-component: va-alert
109
web: true
1110
mobile-app: true

src/_components/banner/official-gov.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ anchors:
2929
## Usage
3030

3131
<va-featured-content>
32-
<h3 slot="headline">USWDS v3 component</h3>
32+
<h3 slot="headline">USWDS component</h3>
3333
<p>This component comes directly from the U.S. Web Design System (USWDS). Thus we follow the guidance and considerations documented in the USWDS for this component. The guidance below augments the USWDS guidance to give specifics on how we use the component at the VA.</p>
3434
<va-link-action
3535
href="https://designsystem.digital.gov/components/banner/"

src/_components/breadcrumbs.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ layout: component
33
title: Breadcrumbs
44
intro-text: "Breadcrumbs provide secondary navigation to help users understand where they are in a website. In addition, the breadcrumb tells search engines how the site is structured, and it can be displayed in search results (for unauthenticated content that doesn’t require users to be logged in). This can improve rankings, and provide users with additional context."
55
figma-link-web: https://www.figma.com/file/JDFpGLIojfuQwANXScQjqe/VADS-Example-Library?type=design&node-id=35%3A151&mode=design&t=ep6tlGT5gNsbWqGP-1
6-
uswds-v3: default
76
web-component: va-breadcrumbs
87
web: true
98
mobile-app: false
@@ -28,11 +27,11 @@ anchors:
2827

2928
### Rerender state
3029

31-
{% include storybook-preview.html story="uswds-va-breadcrumbs--rerender-state" link_text="va-breadcrumbs v3 and adjust state" scrollable="true" %}
30+
{% include storybook-preview.html story="uswds-va-breadcrumbs--rerender-state" link_text="va-breadcrumbs and adjust state" scrollable="true" %}
3231

3332
### Wrapping state
3433

35-
{% include storybook-preview.html story="uswds-va-breadcrumbs--wrapping-state" link_text="va-breadcrumbs v3 wrapping state" %}
34+
{% include storybook-preview.html story="uswds-va-breadcrumbs--wrapping-state" link_text="va-breadcrumbs wrapping state" %}
3635

3736
## Usage
3837

src/_components/button/button-group.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ research-link: Buttons
88
figma-link-web: https://www.figma.com/design/afurtw4iqQe6y4gXfNfkkk/VADS-Component-Library?node-id=601-5424
99
intro-text: The default button group arranges each button as a separate element with a gap between them. On mobile devices, the buttons are arranged vertically.
1010
status: use-deployed
11-
uswds-v3: default
1211
web-component: va-button-pair
1312
web: true
1413
mobile-app: false
@@ -26,7 +25,7 @@ anchors:
2625

2726
### Default (Yes/No)
2827

29-
{% include storybook-preview.html story="uswds-va-button-pair--default" link_text="Default v3 button pair along with additional variations" height="60px" %}
28+
{% include storybook-preview.html story="uswds-va-button-pair--default" link_text="Default button pair along with additional variations" height="60px" %}
3029

3130
### Update
3231

src/_components/button/button-icon.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ research-link: Buttons
1010
figma-link-web: https://www.figma.com/file/afurtw4iqQe6y4gXfNfkkk/VADS-Component-Library?type=design&node-id=6554%3A11058&mode=design&t=4Zo01aEkp6l4faTn-1
1111
intro-text: The button icon variation acts as a tertiary button which has equal visual prominence to Link - Action and thus can be used in contexts that require a mix of links and buttons.
1212
status: use-with-caution-available
13-
uswds-v3: default
1413
web-component: va-button-icon
1514
web: true
1615
mobile-app: false

src/_components/button/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ sub-pages:
1212
- sub-page: Button group
1313
- sub-page: Button - Segmented
1414
- sub-page: Button - Icon
15-
uswds-v3: primary
1615
web-component: va-button
1716
web: true
1817
mobile-app: true

src/_components/details.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ title: Details
44
status: use-with-caution-candidate
55
intro-text: "The Details component reveals optional, supporting information that isn't required for most users to complete a task. It is used to provide plain language help at the point where it is most relevant."
66
figma-link-web: https://www.figma.com/design/afurtw4iqQe6y4gXfNfkkk/VADS-Component-Library?node-id=42924-290
7-
uswds-v3: default
87
web-component: va-details
98
web: true
109
mobile-app: false

src/_components/form/checkbox.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ research-title: Form controls
77
figma-link-web: https://www.figma.com/design/afurtw4iqQe6y4gXfNfkkk/VADS-Component-Library?node-id=137-17116
88
intro-text: "Allows users to select one or more items from a list. Checkboxes are an easily understandable way to indicate that users can select one or more answers to a question or items from a list."
99
status: use-deployed
10-
uswds-v3: default
1110
web-component: va-checkbox-group
1211
web: true
1312
mobile-app: true

0 commit comments

Comments
 (0)