@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.
- package/dist/cjs/index.js +69 -47
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/insurances/car/pages/driver/sections/HonestyMessage/HonestyMessage.d.ts +1 -0
- package/dist/cjs/insurances/car/pages/driver/sections/HonestyMessage/index.d.ts +1 -0
- package/dist/cjs/insurances/car/pages/driver/sections/index.d.ts +1 -0
- package/dist/cjs/shared/sections/quotes/NoQuotesMessage/NoQuotesMessage.d.ts +3 -0
- package/dist/cjs/shared/sections/quotes/NoQuotesMessage/index.d.ts +1 -0
- package/dist/cjs/shared/sections/quotes/index.d.ts +1 -0
- package/dist/esm/index.js +69 -48
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/insurances/car/pages/driver/sections/HonestyMessage/HonestyMessage.d.ts +1 -0
- package/dist/esm/insurances/car/pages/driver/sections/HonestyMessage/index.d.ts +1 -0
- package/dist/esm/insurances/car/pages/driver/sections/index.d.ts +1 -0
- package/dist/esm/shared/sections/quotes/NoQuotesMessage/NoQuotesMessage.d.ts +3 -0
- package/dist/esm/shared/sections/quotes/NoQuotesMessage/index.d.ts +1 -0
- package/dist/esm/shared/sections/quotes/index.d.ts +1 -0
- package/dist/index.d.ts +6 -2
- package/package.json +2 -2
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const HonestyMessage: () => import("react/jsx-runtime").JSX.Element;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { HonestyMessage } from './HonestyMessage';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { NoQuotesMessage } 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.
|
|
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": "
|
|
43
|
+
"gitHead": "16b1898bc29bfd56b62975625d630547671e596a"
|
|
44
44
|
}
|