department-of-veterans-affairs/vets-website

View on GitHub
src/applications/burial-poc-v6/constants.js

Summary

Maintainability
A
1 hr
Test Coverage
export const RadioLabels = {
  spouse: 'Spouse',
  child: 'Child',
  parent: 'Parent',
  executorAdministratorEstate: 'Executor/Administrator of estate',
  other: 'Other',
  vaMedicalCenter: 'VA medical center',
  stateVeteransHome: 'State Veterans home',
  nursingHome: 'Nursing home under VA contract',
  service: 'Service-connected death',
  nonService: 'Non-service-connected death',
  vaMC: 'VA medical center death',
};

export const ExpandingGroupClass =
  'vads-u-border-color--primary-alt-light vads-u-border-left--4px vads-u-padding-left--2 vads-u-padding-y--0p5 vads-u-margin-left--neg2p5';

export const VALIDATION_MESSAGE =
  'Date of burial must be on or after date of death';