Skip to content

Commit

Permalink
Merge branch 'main' into authed-patterns/aw/184/prefill-pattern-code-…
Browse files Browse the repository at this point in the history
…samples-content-updates
  • Loading branch information
humancompanion-usds authored Nov 6, 2024
2 parents 0a5c615 + 63ff495 commit 10616d9
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
strategy:
matrix:
environment: [{ bucket: dev-design.va.gov, config: dev.yml }, { bucket: staging-design.va.gov, config: staging.yml }, { bucket: design.va.gov, config: prod.yml }]
environment: [ { bucket: design.va.gov, config: prod.yml }]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
8 changes: 7 additions & 1 deletion src/_about/experience-standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Governance team references these standards when we review products during the Co

## List of Experience Standards

There are 22 experience standards grouped into 7 user experience categories.
There are 23 experience standards grouped into 7 user experience categories.

### Category: Comprehension

Expand Down Expand Up @@ -118,6 +118,12 @@ GitHub label: [exp-std-voice-tone](https://github.com/department-of-veterans-aff

GitHub label: [exp-std-form-integrity](https://github.com/department-of-veterans-affairs/va.gov-team/labels/exp-std-form-integrity)

#### User receives appropriate notification from the VA or VA.gov about the status of their request

**There's an issue when:** User does not receive appropriate notification from the VA or VA.gov about the status of their request.

GitHub label: [exp-std-submission-status](https://github.com/department-of-veterans-affairs/va.gov-team/labels/exp-std-submission-status)

### Category: Efficiency

User can accomplish their goals as quickly and efficiently as possible, with minimal cognitive load.
Expand Down
12 changes: 1 addition & 11 deletions src/_about/whats-new.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ title: What’s new?
The latest news and updates on the Design System, Forms library and the Content style guide.
</div>

<h2 slot="headline">
v1 components have now been deprecated
</h2>
<div>
<p className="vads-u-margin-y--0">
If your team is still using a v1 component, instances will be flagged in the Collab Cycle and may be considered launch blocking. <a href="{{ site.baseurl }}/about/developers/using-web-components#uswds-v1-to-v3-migration">Learn how to migrate a component</a>.
</p>
</div>
</va-alert>

## Fall 2024

### New and updated components
Expand Down Expand Up @@ -83,7 +73,7 @@ The team synced up typography with USWDS v3 and continues to focus on syncing up

### Bug fixes

[Issues closed this summer](https://github.com/department-of-veterans-affairs/vets-design-system-documentation/issues?q=is%3Aissue+is%3Aclosed+closed%3A2024-06-01..2024-08-30+)
[Issues closed this Summer](https://github.com/department-of-veterans-affairs/vets-design-system-documentation/issues?q=is%3Aissue+is%3Aclosed+closed%3A2024-06-01..2024-08-30+) (206)

## Spring 2024

Expand Down
4 changes: 4 additions & 0 deletions src/_components/table.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ anchors:

{% include storybook-preview.html height="410px" story="uswds-va-table--with-pagination" link_text="va-table with pagination" %}

### Sortable

{% include storybook-preview.html height="410px" story="uswds-va-table--sortable" link_text="Sortable va-table" %}

## Examples - v1

### Responsive stacked table (v1 Default)
Expand Down
10 changes: 5 additions & 5 deletions src/_includes/_banner-whats-new.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<div class="vads-u-background-color--gold-lightest vads-u-padding-y--1">
<div class="vads-u-background-color--gold-darker vads-u-padding-y--1">
<div class="site-l-wrapper">
<p class="vads-u-font-size--md vads-u-margin--0">
<strong>Summer updates</strong>
<a href="{{ site.baseurl }}/about/whats-new">
USWDS v3 upgrade nearing completion!
<p class="vads-u-font-size--md vads-u-margin--0 vads-u-color--white">
<strong>Fall updates</strong>
<a href="{{ site.baseurl }}/about/whats-new" class="vads-u-color--white">
Formation deprecation nearing completion!
</a>
</div>
</div>

0 comments on commit 10616d9

Please sign in to comment.