@mychoice/mychoice-sdk-modules 2.1.14 → 2.1.16
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 +15 -17
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/shared/loaders/LoaderPrimary/LoaderVid.d.ts +2 -0
- package/dist/cjs/shared/loaders/LoaderPrimary/index.d.ts +1 -0
- package/dist/cjs/shared/loaders/index.d.ts +1 -0
- package/dist/esm/index.js +16 -19
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/shared/loaders/LoaderPrimary/LoaderVid.d.ts +2 -0
- package/dist/esm/shared/loaders/LoaderPrimary/index.d.ts +1 -0
- package/dist/esm/shared/loaders/index.d.ts +1 -0
- package/dist/index.d.ts +3 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -179,6 +179,8 @@ declare const usePathGroups: (insuranceType: InsuranceTypes) => {
|
|
|
179
179
|
|
|
180
180
|
declare const LoaderPrimary: SdkFC;
|
|
181
181
|
|
|
182
|
+
declare const LoaderVid: SdkFC;
|
|
183
|
+
|
|
182
184
|
declare const ModalConfirm: SdkFC;
|
|
183
185
|
|
|
184
186
|
declare const ModalMessage: SdkFC;
|
|
@@ -348,4 +350,4 @@ declare const formSteps: {
|
|
|
348
350
|
|
|
349
351
|
declare const ProviderImageFooter: () => react_jsx_runtime.JSX.Element;
|
|
350
352
|
|
|
351
|
-
export { AppNameTypes, AppWrapper, ButtonBoxProps, DateSelectFormBox, FormTabProps, HeaderLogoProps, HeaderMyChoice, HeaderMyChoiceMobile, HeaderPartner, HeaderTheBig, HeaderTheBigProps, InputFormBox, InputFormEmailBox, InputFormLicenceBox, InputFormPhoneBox, LabelFormBox, LoaderPrimary, 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 };
|
|
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 };
|
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.16",
|
|
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",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"homepage": "https://github.com/hexdivision/mychoice-sdk#readme",
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@mychoice/mychoice-sdk-components": "^2.1.13",
|
|
34
|
-
"@mychoice/mychoice-sdk-store": "^2.1.
|
|
34
|
+
"@mychoice/mychoice-sdk-store": "^2.1.16",
|
|
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": "
|
|
43
|
+
"gitHead": "ad4c3270bbea5d5f8d169d88901771e93ef3779f"
|
|
44
44
|
}
|