Skip to content

Commit

Permalink
Merge pull request #614 from Enterprise-CMCS/master
Browse files Browse the repository at this point in the history
Release to val
  • Loading branch information
mdial89f authored Jul 1, 2024
2 parents 9f35ed1 + b42d55c commit d6357eb
Show file tree
Hide file tree
Showing 18 changed files with 828 additions and 288 deletions.
2 changes: 2 additions & 0 deletions src/packages/shared-types/forms.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ import {

export interface FormSchema {
header: string;
subheader?: string;
formId: string;
sections: Section[];
}
Expand All @@ -32,6 +33,7 @@ export type RHFSlotProps = {
descriptionClassName?: string;
dependency?: DependencyRule;
rules?: RegisterOptions;
horizontalLayout?: boolean;
} & {
[K in keyof RHFComponentMap]: {
rhf: K;
Expand Down
1 change: 1 addition & 0 deletions src/packages/shared-types/inputs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export type DatePickerProps = {
export interface InputProps
extends React.InputHTMLAttributes<HTMLInputElement> {
icon?: string;
iconRight?: boolean;
}

export type RadioProps = React.ComponentPropsWithoutRef<
Expand Down
592 changes: 320 additions & 272 deletions src/services/api/webforms/ABP1/v202402.ts

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/services/api/webforms/ABP2C/v202401.ts
Original file line number Diff line number Diff line change
Expand Up @@ -285,6 +285,7 @@ export const v202401: FormSchema = {
},
label: "Describe the process for processing requests.",
labelClassName: "font-bold text-black",
formItemClassName: "pl-8",
},
],
},
Expand All @@ -302,6 +303,9 @@ export const v202401: FormSchema = {
label:
"Other information about enrollment assurances for mandatory participants (optional)",
labelClassName: "font-bold text-black",
props: {
className: "min-h-[114px]",
},
rules: {
pattern: {
value: /^\S(.*\S)?$/,
Expand Down
1 change: 1 addition & 0 deletions src/services/api/webforms/G1/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from "./v202401";
Loading

0 comments on commit d6357eb

Please sign in to comment.