@mychoice/mychoice-sdk-modules 2.2.23 → 2.2.25

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,5 +1,5 @@
1
1
  import { SelectOptionGroupInterface } from '@mychoice/mychoice-sdk-components';
2
2
  /**
3
- * Filter out G1/G2 options from "Serious" section for trafficTicketsGroupOptions
3
+ * Filter out G1/G2 options (ALC, RB) from the "Criminal" section for trafficTicketsGroupOptions
4
4
  */
5
5
  export declare const getTrafficTicketsGroupOptionsWithoutG1G2: () => SelectOptionGroupInterface[];
@@ -0,0 +1,2 @@
1
+ import { SdkFC } from '@mychoice/mychoice-sdk-components';
2
+ export declare const VehicleSectionPolicyDate: SdkFC;
@@ -1,3 +1,3 @@
1
1
  import { SdkFC } from '@mychoice/mychoice-sdk-components';
2
- import { InputFormBoxProps } from './interface';
3
- export declare const InputFormPhoneBox: SdkFC<InputFormBoxProps>;
2
+ import { InputFormPhoneBoxProps } from './interface';
3
+ export declare const InputFormPhoneBox: SdkFC<InputFormPhoneBoxProps>;
@@ -13,3 +13,6 @@ export type InputFormBoxProps = DefaultInputProps & {
13
13
  export type InputFormEmailBoxProps = InputFormBoxProps & {
14
14
  validationStatus?: ValidationStatusTypes;
15
15
  };
16
+ export type InputFormPhoneBoxProps = InputFormBoxProps & {
17
+ validationStatus?: ValidationStatusTypes;
18
+ };