@mychoice/mychoice-sdk-modules 2.1.52 → 2.1.54

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 @@
1
+ export declare const HonestyMessage: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { HonestyMessage } from './HonestyMessage';
@@ -3,3 +3,4 @@ export * from './SectionDriverLicence';
3
3
  export * from './SectionDriverInsurancePolicy';
4
4
  export * from './SectionDriverCancellation';
5
5
  export * from './SectionDriverHistory';
6
+ export * from './HonestyMessage';
@@ -0,0 +1,3 @@
1
+ export declare const NoQuotesMessage: ({ type }: {
2
+ type: 'car' | 'home';
3
+ }) => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { NoQuotesMessage } from './NoQuotesMessage';
@@ -1 +1,2 @@
1
1
  export * from './OfferSection';
2
+ export * from './NoQuotesMessage';
package/dist/index.d.ts CHANGED
@@ -1,7 +1,7 @@
1
1
  import * as _mychoice_mychoice_sdk_components from '@mychoice/mychoice-sdk-components';
2
2
  import { AppTypes, InsuranceTypes, SdkFC, SelectOptionInterface, DefaultInputProps, OnChangeEventInterface, InputTypes, ValidationStatusTypes, SdkElement, SelectOptionGroupInterface, DateTypes, OfferDetailTitleProps, OfferDetailInfoProps, PriceInterface, OperationHoursInfoProps, NavigationItemInterface, ValidationHookInterface } from '@mychoice/mychoice-sdk-components';
3
- import * as react from 'react';
4
3
  import * as react_jsx_runtime from 'react/jsx-runtime';
4
+ import * as react from 'react';
5
5
 
6
6
  interface AppWrapperPropsInterface {
7
7
  appType?: AppTypes;
@@ -150,6 +150,10 @@ type OfferSectionProps = {
150
150
 
151
151
  declare const OfferSection: SdkFC<OfferSectionProps>;
152
152
 
153
+ declare const NoQuotesMessage: ({ type }: {
154
+ type: 'car' | 'home';
155
+ }) => react_jsx_runtime.JSX.Element;
156
+
153
157
  type HeaderLogoProps = {
154
158
  className?: string;
155
159
  };
@@ -350,4 +354,4 @@ declare const formSteps: {
350
354
 
351
355
  declare const ProviderImageFooter: () => react_jsx_runtime.JSX.Element;
352
356
 
353
- 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, 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 };
357
+ 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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mychoice/mychoice-sdk-modules",
3
- "version": "2.1.52",
3
+ "version": "2.1.54",
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",
@@ -40,5 +40,5 @@
40
40
  "react-helmet": "^6.1.0",
41
41
  "react-router-dom": "^6.3.0"
42
42
  },
43
- "gitHead": "6e57f0eeaba033ef473c19b3fac195075f80875e"
43
+ "gitHead": "16b1898bc29bfd56b62975625d630547671e596a"
44
44
  }