@mychoice/mychoice-sdk-modules 2.1.1 → 2.1.2
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 +1 -55
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/init/index.d.ts +0 -1
- package/dist/esm/index.js +2 -55
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/init/index.d.ts +0 -1
- package/dist/index.d.ts +1 -7
- package/package.json +3 -3
package/dist/esm/init/index.d.ts
CHANGED
package/dist/index.d.ts
CHANGED
|
@@ -10,12 +10,6 @@ interface AppWrapperPropsInterface {
|
|
|
10
10
|
|
|
11
11
|
declare const AppWrapper: SdkFC<AppWrapperPropsInterface>;
|
|
12
12
|
|
|
13
|
-
interface StoryAppWrapperInterface {
|
|
14
|
-
appType?: AppTypes;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
declare const StoryAppWrapper: SdkFC<StoryAppWrapperInterface>;
|
|
18
|
-
|
|
19
13
|
declare const PageVehicle: SdkFC;
|
|
20
14
|
|
|
21
15
|
declare const PageDriver: SdkFC;
|
|
@@ -354,4 +348,4 @@ declare const formSteps: {
|
|
|
354
348
|
|
|
355
349
|
declare const ProviderImageFooter: () => react_jsx_runtime.JSX.Element;
|
|
356
350
|
|
|
357
|
-
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,
|
|
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 };
|
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.2",
|
|
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.0",
|
|
34
|
-
"@mychoice/mychoice-sdk-store": "^2.1.
|
|
34
|
+
"@mychoice/mychoice-sdk-store": "^2.1.2",
|
|
35
35
|
"@types/react-gtm-module": "^2.0.1",
|
|
36
36
|
"@types/react-places-autocomplete": "7.2.9",
|
|
37
37
|
"react-google-places-autocomplete": "4.0.1",
|
|
@@ -39,5 +39,5 @@
|
|
|
39
39
|
"react-helmet": "^6.1.0",
|
|
40
40
|
"react-router-dom": "^6.3.0"
|
|
41
41
|
},
|
|
42
|
-
"gitHead": "
|
|
42
|
+
"gitHead": "402bfc9810f6d4e1ac48733b779d39af135fa1ef"
|
|
43
43
|
}
|