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

Set process list to v1 explicitly #28510

Merged
merged 2 commits into from Mar 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
@@ -1,10 +1,10 @@
import React from 'react';
import PropTypes from 'prop-types';

import FormTitle from 'platform/forms-system/src/js/components/FormTitle';

Check warning on line 4 in src/applications/_mock-form/containers/IntroductionPage.jsx

View workflow job for this annotation

GitHub Actions / Linting (Files Changed)

src/applications/_mock-form/containers/IntroductionPage.jsx:4:1:Importing from platform via platform/forms-system is deprecated. Import from @department-of-veterans-affairs/platform-forms-system instead or check babel.config.json for an alias to the import.
import SaveInProgressIntro from 'platform/forms/save-in-progress/SaveInProgressIntro';

Check warning on line 5 in src/applications/_mock-form/containers/IntroductionPage.jsx

View workflow job for this annotation

GitHub Actions / Linting (Files Changed)

src/applications/_mock-form/containers/IntroductionPage.jsx:5:1:Importing from platform via platform/forms is deprecated. Import from @department-of-veterans-affairs/platform-forms instead or check babel.config.json for an alias to the import.

import { focusElement } from 'platform/utilities/ui';

Check warning on line 7 in src/applications/_mock-form/containers/IntroductionPage.jsx

View workflow job for this annotation

GitHub Actions / Linting (Files Changed)

src/applications/_mock-form/containers/IntroductionPage.jsx:7:1:Importing from platform via platform/utilities is deprecated. Import from @department-of-veterans-affairs/platform-utilities instead or check babel.config.json for an alias to the import.

class IntroductionPage extends React.Component {
componentDidMount() {
Expand Down Expand Up @@ -49,7 +49,7 @@
<h2 className="vads-u-font-size--h3 vads-u-margin-top--0">
Follow the steps below to apply for Mock form.
</h2>
<va-process-list>
<va-process-list uswds="false">
<li>
<h3>Prepare</h3>
<h4>To fill out this application, you’ll need your:</h4>
Expand Down
Expand Up @@ -14,7 +14,7 @@ export default function BurialIntroduction(props) {
<h2 className="vads-u-font-size--h4">
Follow the steps below to apply for burial benefits.
</h2>
<va-process-list>
<va-process-list uswds="false">
<li>
<div>
<h3>Prepare</h3>
Expand Down
@@ -1,9 +1,9 @@
import React from 'react';
import PropTypes from 'prop-types';

import SaveInProgressIntro from 'platform/forms/save-in-progress/SaveInProgressIntro';

Check warning on line 4 in src/applications/burials-v2/components/IntroductionPage.jsx

View workflow job for this annotation

GitHub Actions / Linting (Files Changed)

src/applications/burials-v2/components/IntroductionPage.jsx:4:1:Importing from platform via platform/forms is deprecated. Import from @department-of-veterans-affairs/platform-forms instead or check babel.config.json for an alias to the import.
import FormTitle from 'platform/forms-system/src/js/components/FormTitle';

Check warning on line 5 in src/applications/burials-v2/components/IntroductionPage.jsx

View workflow job for this annotation

GitHub Actions / Linting (Files Changed)

src/applications/burials-v2/components/IntroductionPage.jsx:5:1:Importing from platform via platform/forms-system is deprecated. Import from @department-of-veterans-affairs/platform-forms-system instead or check babel.config.json for an alias to the import.
import { focusElement } from 'platform/utilities/ui';

Check warning on line 6 in src/applications/burials-v2/components/IntroductionPage.jsx

View workflow job for this annotation

GitHub Actions / Linting (Files Changed)

src/applications/burials-v2/components/IntroductionPage.jsx:6:1:Importing from platform via platform/utilities is deprecated. Import from @department-of-veterans-affairs/platform-utilities instead or check babel.config.json for an alias to the import.

class IntroductionPage extends React.Component {
componentDidMount() {
Expand All @@ -26,7 +26,7 @@
<h2 className="vads-u-font-size--h4">
Follow the steps below to apply for burial benefits.
</h2>
<va-process-list>
<va-process-list uswds="false">
<li>
<h3>Prepare</h3>
<a
Expand Down
2 changes: 1 addition & 1 deletion src/applications/fry-dea/containers/IntroductionPage.jsx
Expand Up @@ -3,9 +3,9 @@

// import FEATURE_FLAG_NAMES from 'platform/utilities/feature-toggles/featureFlagNames';

import { focusElement } from 'platform/utilities/ui';

Check warning on line 6 in src/applications/fry-dea/containers/IntroductionPage.jsx

View workflow job for this annotation

GitHub Actions / Linting (Files Changed)

src/applications/fry-dea/containers/IntroductionPage.jsx:6:1:Importing from platform via platform/utilities is deprecated. Import from @department-of-veterans-affairs/platform-utilities instead or check babel.config.json for an alias to the import.
import FormTitle from 'platform/forms-system/src/js/components/FormTitle';

Check warning on line 7 in src/applications/fry-dea/containers/IntroductionPage.jsx

View workflow job for this annotation

GitHub Actions / Linting (Files Changed)

src/applications/fry-dea/containers/IntroductionPage.jsx:7:1:Importing from platform via platform/forms-system is deprecated. Import from @department-of-veterans-affairs/platform-forms-system instead or check babel.config.json for an alias to the import.
import SaveInProgressIntro from 'platform/forms/save-in-progress/SaveInProgressIntro';

Check warning on line 8 in src/applications/fry-dea/containers/IntroductionPage.jsx

View workflow job for this annotation

GitHub Actions / Linting (Files Changed)

src/applications/fry-dea/containers/IntroductionPage.jsx:8:1:Importing from platform via platform/forms is deprecated. Import from @department-of-veterans-affairs/platform-forms instead or check babel.config.json for an alias to the import.
// import { toggleValues } from 'platform/site-wide/feature-toggles/selectors';

class IntroductionPage extends React.Component {
Expand All @@ -14,7 +14,7 @@
}

render() {
const { route, user } = this.props;

Check warning on line 17 in src/applications/fry-dea/containers/IntroductionPage.jsx

View workflow job for this annotation

GitHub Actions / Linting (Files Changed)

src/applications/fry-dea/containers/IntroductionPage.jsx:17:13:'route' is missing in props validation

return (
<div className="schemaform-intro">
Expand Down Expand Up @@ -52,7 +52,7 @@
Follow these steps to get started
</h2>

<va-process-list>
<va-process-list uswds="false">
<li>
<h3 className="vads-u-font-size--h4">Check your eligibility</h3>
<p>
Expand Down
Expand Up @@ -32,7 +32,7 @@ class IntroductionPage extends React.Component {
<h2 className="vads-u-font-size--h3 vad-u-margin-top--0">
Follow the steps below to apply for CHAMPVA benefits.
</h2>
<va-process-list>
<va-process-list uswds="false">
<li>
<h3>Prepare</h3>
<h4>To fill out this application, you’ll need your:</h4>
Expand Down
Expand Up @@ -3,7 +3,7 @@ import { connect } from 'react-redux';

function IntroductionProcessListV2() {
return (
<va-process-list>
<va-process-list uswds="false">
<li>
<h3>Check your eligibility</h3>
<p>Make sure you meet our eligibility requirements before you apply.</p>
Expand Down
Expand Up @@ -33,7 +33,7 @@ class IntroductionPage extends React.Component {
<h2 className="vads-u-font-size--h3 vad-u-margin-top--0">
Follow the steps below to apply for beneficiary travel claim.
</h2>
<va-process-list>
<va-process-list uswds="false">
<li>
<h3>Prepare</h3>
<h4>To fill out this application, you’ll need your:</h4>
Expand Down