@mychoice/mychoice-sdk-modules 2.1.86 → 2.2.0

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.
@@ -0,0 +1,3 @@
1
+ import { SdkFC } from '../../../interfaces';
2
+ import { VehicleOfferCoverageProps } from '../interfaces';
3
+ export declare const VehicleOfferCoverage: SdkFC<VehicleOfferCoverageProps>;
@@ -0,0 +1,9 @@
1
+ import { SdkFC } from '@mychoice/mychoice-sdk-components';
2
+ export type VehicleOfferCoverageProps = {
3
+ annualPremium: number;
4
+ code: string;
5
+ deductible: string;
6
+ limit1: string;
7
+ limit2: string;
8
+ };
9
+ export declare const VehicleOfferCoverage: SdkFC<VehicleOfferCoverageProps>;
@@ -0,0 +1,3 @@
1
+ import { SdkFC } from '@mychoice/mychoice-sdk-components';
2
+ import { HeaderLogoProps } from '../interfaces';
3
+ export declare const HeaderBeginInsurance: SdkFC<HeaderLogoProps>;
@@ -1,3 +1,4 @@
1
1
  export { HeaderMyChoice } from './Mychoice';
2
2
  export { HeaderPartner } from './Partner';
3
3
  export { HeaderTheBig } from './TheBig';
4
+ export { HeaderBeginInsurance } from './BeginInsurance';
@@ -0,0 +1,3 @@
1
+ import { SdkFC } from '@mychoice/mychoice-sdk-components';
2
+ import { HeaderLogoProps } from '../interfaces';
3
+ export declare const HeaderBeginInsuranceMobile: SdkFC<HeaderLogoProps>;
@@ -1 +1,2 @@
1
1
  export { HeaderMyChoiceMobile } from './MyChoice';
2
+ export { HeaderBeginInsuranceMobile } from './BeginInsurance';
package/dist/index.d.ts CHANGED
@@ -173,8 +173,12 @@ declare const HeaderPartner: SdkFC<HeaderLogoProps>;
173
173
 
174
174
  declare const HeaderTheBig: SdkFC<HeaderTheBigProps>;
175
175
 
176
+ declare const HeaderBeginInsurance: SdkFC<HeaderLogoProps>;
177
+
176
178
  declare const HeaderMyChoiceMobile: SdkFC<HeaderLogoProps>;
177
179
 
180
+ declare const HeaderBeginInsuranceMobile: SdkFC<HeaderLogoProps>;
181
+
178
182
  declare const usePathGroups: (insuranceType: InsuranceTypes) => {
179
183
  insurancePathGroup: {
180
184
  name: string;
@@ -359,4 +363,4 @@ declare const formSteps: {
359
363
 
360
364
  declare const ProviderImageFooter: () => react_jsx_runtime.JSX.Element;
361
365
 
362
- export { AppNameTypes, AppWrapper, ButtonBoxProps, DateSelectFormBox, FormTabProps, HeaderLogoProps, HeaderMyChoice, HeaderMyChoiceMobile, HeaderPartner, HeaderTheBig, HeaderTheBigProps, InputFormBox, InputFormEmailBox, InputFormLicenceBox, InputFormPhoneBox, LabelFormBox, LoaderPrimary, LoaderVid, ModalAddress, ModalConfirm, ModalFinale, ModalMessage, ModalPostal, ModalQuoteRequest, NavigationBottom, NavigationBottomProps, NavigationBottomTheBig, NavigationTab, NavigationTabInterface, NavigationTabMobile, NavigationTabProps, NavigationTop, NavigationTopProps, NoQuotesMessage, OfferSection, PageAddress, PageApplicant, PageCarDiscount, PageCarQuote, PageCoverage, PageDriver, PageHomeDiscount, PageHomeQuote, PageLifeApplicant, PageLifeQuote, PageProperty, PageVehicle, PhoneObjectInterface, PostalCodeDataProps, ProviderImageFooter, SelectFormBox, StepsProps, SwitchButtonBox, capitalize, formSteps, formatPhoneObject, formatTitleToCapital, getDateErrorMessage, getErrorMessage, getSelectedOption, usePathGroups };
366
+ export { AppNameTypes, AppWrapper, ButtonBoxProps, DateSelectFormBox, FormTabProps, HeaderBeginInsurance, HeaderBeginInsuranceMobile, HeaderLogoProps, HeaderMyChoice, HeaderMyChoiceMobile, HeaderPartner, HeaderTheBig, HeaderTheBigProps, InputFormBox, InputFormEmailBox, InputFormLicenceBox, InputFormPhoneBox, LabelFormBox, LoaderPrimary, LoaderVid, ModalAddress, ModalConfirm, ModalFinale, ModalMessage, ModalPostal, ModalQuoteRequest, NavigationBottom, NavigationBottomProps, NavigationBottomTheBig, NavigationTab, NavigationTabInterface, NavigationTabMobile, NavigationTabProps, NavigationTop, NavigationTopProps, NoQuotesMessage, OfferSection, PageAddress, PageApplicant, PageCarDiscount, PageCarQuote, PageCoverage, PageDriver, PageHomeDiscount, PageHomeQuote, PageLifeApplicant, PageLifeQuote, PageProperty, PageVehicle, PhoneObjectInterface, PostalCodeDataProps, ProviderImageFooter, SelectFormBox, StepsProps, SwitchButtonBox, capitalize, formSteps, formatPhoneObject, formatTitleToCapital, getDateErrorMessage, getErrorMessage, getSelectedOption, usePathGroups };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mychoice/mychoice-sdk-modules",
3
- "version": "2.1.86",
3
+ "version": "2.2.0",
4
4
  "description": "Now I’m the model of a modern major general / The venerated Virginian veteran whose men are all / Lining up, to put me up on a pedestal / Writin’ letters to relatives / Embellishin’ my elegance and eloquence / But the elephant is in the room / The truth is in ya face when ya hear the British cannons go / BOOM",
5
5
  "keywords": [],
6
6
  "author": "GogMes",
@@ -30,8 +30,8 @@
30
30
  },
31
31
  "homepage": "https://github.com/hexdivision/mychoice-sdk#readme",
32
32
  "dependencies": {
33
- "@mychoice/mychoice-sdk-components": "^2.1.86",
34
- "@mychoice/mychoice-sdk-store": "^2.1.86",
33
+ "@mychoice/mychoice-sdk-components": "^2.2.0",
34
+ "@mychoice/mychoice-sdk-store": "^2.2.0",
35
35
  "@types/react-gtm-module": "^2.0.1",
36
36
  "@types/react-places-autocomplete": "7.2.9",
37
37
  "react-error-boundary": "^4.0.11",
@@ -40,5 +40,5 @@
40
40
  "react-helmet": "^6.1.0",
41
41
  "react-router-dom": "^6.3.0"
42
42
  },
43
- "gitHead": "dd0991517628b3def4d1c1ffa1635efbb8a3bea0"
43
+ "gitHead": "55b65714f357056f3a2aac800132cea42e63f56d"
44
44
  }