From 841eb64bcd6dd68d701b6528abeed786208935ff Mon Sep 17 00:00:00 2001 From: Jami Gibbs Date: Tue, 3 Oct 2023 10:53:05 -0500 Subject: [PATCH 1/3] remove va-checkbox from migration list --- src/_about/developers/using-web-components.md | 1 - 1 file changed, 1 deletion(-) diff --git a/src/_about/developers/using-web-components.md b/src/_about/developers/using-web-components.md index 57c8c3b15..daf857683 100644 --- a/src/_about/developers/using-web-components.md +++ b/src/_about/developers/using-web-components.md @@ -220,7 +220,6 @@ Here is a list of each Web Component and the migration available: * `va-alert`: [Migration Script](https://github.com/department-of-veterans-affairs/vets-website/blob/main/script/component-migration/transformers/alertbox.js) * `va-breadcrumbs`: [ESLint Rule](https://github.com/department-of-veterans-affairs/veteran-facing-services-tools/blob/master/packages/eslint-plugin/lib/rules/prefer-web-component-library.js) * `va-button`: [Manual Migration](https://design.va.gov/storybook/?path=/docs/components-va-button--primary) -* `va-checkbox`: [Manual Migration](https://design.va.gov/storybook/?path=/docs/components-va-checkbox--default) * `va-file-input`: [Manual Migration](https://design.va.gov/storybook/?path=/docs/components-va-file-input--default) * `va-loading-indicator`: [Migration Script](https://github.com/department-of-veterans-affairs/vets-website/blob/main/script/component-migration/transformers/loadingindicator.js) * `va-modal`: [ESLint Rule](https://github.com/department-of-veterans-affairs/veteran-facing-services-tools/blob/e37233f7ed059c91bf43e92f825390bbf5991298/packages/eslint-plugin/lib/rules/prefer-web-component-library.js) From 52a9c9915c98cc7efb6dc333fb0ae9783e3c3a2d Mon Sep 17 00:00:00 2001 From: Jami Gibbs Date: Tue, 3 Oct 2023 12:28:56 -0500 Subject: [PATCH 2/3] add component-library link to readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8cdefc74..e48608625 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Vets Design System Documentation -This is repo for the design system documentation, aka [design.va.gov](https://design.va.gov). If you are looking for the repo that contains the CSS and Javascript for the components, see the [formation package](https://github.com/department-of-veterans-affairs/veteran-facing-services-tools/tree/master/packages/formation) inside the [veteran-facing-services-tools repo](https://github.com/department-of-veterans-affairs/veteran-facing-services-tools). +This repo is for VA Design System documentation, aka [design.va.gov](https://design.va.gov). If you are looking for the repo that contains the design system components, see the [component-library](https://github.com/department-of-veterans-affairs/component-library). Additionally, the [Formation package](https://github.com/department-of-veterans-affairs/veteran-facing-services-tools/tree/master/packages/formation) inside the [veteran-facing-services-tools repo](https://github.com/department-of-veterans-affairs/veteran-facing-services-tools) contains sitewide VA.gov base styles and utility classes. Min specs: From 646eda6c4dd9905b27b41d5a5252144ac4d4d091 Mon Sep 17 00:00:00 2001 From: Matthew Dingee <52176351+humancompanion-usds@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:38:54 -0400 Subject: [PATCH 3/3] Corrects to use the default. [Fixes #2160] --- src/_components/form/memorable-date.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_components/form/memorable-date.md b/src/_components/form/memorable-date.md index 073bf1b0f..0e48a4db8 100644 --- a/src/_components/form/memorable-date.md +++ b/src/_components/form/memorable-date.md @@ -45,7 +45,7 @@ anchors: ### Default -{% include storybook-preview.html height="200px" story="uswds-va-memorable-date--with-month-select" link_text="va-memorable-date v3 along with additional variations" %} +{% include storybook-preview.html height="200px" story="uswds-va-memorable-date--default" link_text="va-memorable-date v3 along with additional variations" %} ## Usage