@mychoice/mychoice-sdk-modules 2.1.0 → 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.
@@ -1,2 +1 @@
1
1
  export { AppWrapper } from './AppWrapper';
2
- export { StoryAppWrapper } from './StoryAppWrapper';
@@ -0,0 +1 @@
1
+ export declare const BlockConfirmHeading: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export declare const ProviderImageFooter: () => import("react/jsx-runtime").JSX.Element;
@@ -0,0 +1 @@
1
+ export { ProviderImageFooter } from './ProviderImageFooter';
@@ -4,3 +4,4 @@ export * from './headers';
4
4
  export * from './loaders';
5
5
  export * from './modals';
6
6
  export * from './navigations';
7
+ export * from './footers';
package/dist/index.d.ts CHANGED
@@ -1,6 +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
3
  import * as react from 'react';
4
+ import * as react_jsx_runtime from 'react/jsx-runtime';
4
5
 
5
6
  interface AppWrapperPropsInterface {
6
7
  appType?: AppTypes;
@@ -9,12 +10,6 @@ interface AppWrapperPropsInterface {
9
10
 
10
11
  declare const AppWrapper: SdkFC<AppWrapperPropsInterface>;
11
12
 
12
- interface StoryAppWrapperInterface {
13
- appType?: AppTypes;
14
- }
15
-
16
- declare const StoryAppWrapper: SdkFC<StoryAppWrapperInterface>;
17
-
18
13
  declare const PageVehicle: SdkFC;
19
14
 
20
15
  declare const PageDriver: SdkFC;
@@ -351,4 +346,6 @@ declare const formSteps: {
351
346
  })[];
352
347
  };
353
348
 
354
- 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, SelectFormBox, StepsProps, StoryAppWrapper, SwitchButtonBox, capitalize, formSteps, formatPhoneObject, formatTitleToCapital, getDateErrorMessage, getErrorMessage, getSelectedOption, usePathGroups };
349
+ declare const ProviderImageFooter: () => react_jsx_runtime.JSX.Element;
350
+
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.0",
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.0",
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": "49bb93213868ef632561bb6127c1bcd17afc61b9"
42
+ "gitHead": "402bfc9810f6d4e1ac48733b779d39af135fa1ef"
43
43
  }