@mychoice/mychoice-sdk-modules 2.1.56 → 2.1.58

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.
Files changed (31) hide show
  1. package/dist/cjs/index.js +19 -27
  2. package/dist/cjs/index.js.map +1 -1
  3. package/dist/esm/index.js +20 -28
  4. package/dist/esm/index.js.map +1 -1
  5. package/package.json +4 -4
  6. package/dist/cjs/init/StoryAppWrapper/StoryAppWrapper.d.ts +0 -3
  7. package/dist/cjs/init/StoryAppWrapper/index.d.ts +0 -1
  8. package/dist/cjs/init/StoryAppWrapper/interfaces.d.ts +0 -4
  9. package/dist/cjs/init/helper.d.ts +0 -2
  10. package/dist/cjs/insurances/car/pages/helpers.d.ts +0 -7
  11. package/dist/cjs/insurances/car/pages/quote/PageAllQuotes.d.ts +0 -2
  12. package/dist/cjs/insurances/car/pages/quote/sections/blocks/BlockConfirmImages.d.ts +0 -1
  13. package/dist/cjs/insurances/car/pages/quote/sections/blocks/BlockQuoteStatistics.d.ts +0 -2
  14. package/dist/cjs/insurances/home/pages/address/sections/blocks/BlockAddressInfo.d.ts +0 -2
  15. package/dist/cjs/insurances/home/pages/address/sections/blocks/index.d.ts +0 -1
  16. package/dist/cjs/insurances/home/pages/helpers.d.ts +0 -4
  17. package/dist/cjs/shared/sections/quotes/OfferSection/BestOfferSection.d.ts +0 -3
  18. package/dist/cjs/shared/sections/quotes/OfferSection/DummyOfferSection.d.ts +0 -3
  19. package/dist/esm/init/StoryAppWrapper/StoryAppWrapper.d.ts +0 -3
  20. package/dist/esm/init/StoryAppWrapper/index.d.ts +0 -1
  21. package/dist/esm/init/StoryAppWrapper/interfaces.d.ts +0 -4
  22. package/dist/esm/init/helper.d.ts +0 -2
  23. package/dist/esm/insurances/car/pages/helpers.d.ts +0 -7
  24. package/dist/esm/insurances/car/pages/quote/PageAllQuotes.d.ts +0 -2
  25. package/dist/esm/insurances/car/pages/quote/sections/blocks/BlockConfirmImages.d.ts +0 -1
  26. package/dist/esm/insurances/car/pages/quote/sections/blocks/BlockQuoteStatistics.d.ts +0 -2
  27. package/dist/esm/insurances/home/pages/address/sections/blocks/BlockAddressInfo.d.ts +0 -2
  28. package/dist/esm/insurances/home/pages/address/sections/blocks/index.d.ts +0 -1
  29. package/dist/esm/insurances/home/pages/helpers.d.ts +0 -4
  30. package/dist/esm/shared/sections/quotes/OfferSection/BestOfferSection.d.ts +0 -3
  31. package/dist/esm/shared/sections/quotes/OfferSection/DummyOfferSection.d.ts +0 -3
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mychoice/mychoice-sdk-modules",
3
- "version": "2.1.56",
3
+ "version": "2.1.58",
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",
@@ -30,8 +30,8 @@
30
30
  },
31
31
  "homepage": "https://github.com/hexdivision/mychoice-sdk#readme",
32
32
  "dependencies": {
33
- "@mychoice/mychoice-sdk-components": "^2.1.46",
34
- "@mychoice/mychoice-sdk-store": "^2.1.51",
33
+ "@mychoice/mychoice-sdk-components": "^2.1.58",
34
+ "@mychoice/mychoice-sdk-store": "^2.1.58",
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": "943d5e9bb06057e4d48c200a2ae199767076029b"
43
+ "gitHead": "722c06215f10afe426bb0a45616e5e2c500c72cd"
44
44
  }
@@ -1,3 +0,0 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
2
- import { StoryAppWrapperInterface } from './interfaces';
3
- export declare const StoryAppWrapper: SdkFC<StoryAppWrapperInterface>;
@@ -1 +0,0 @@
1
- export { StoryAppWrapper } from './StoryAppWrapper';
@@ -1,4 +0,0 @@
1
- import { AppTypes } from '@mychoice/mychoice-sdk-components';
2
- export interface StoryAppWrapperInterface {
3
- appType?: AppTypes;
4
- }
@@ -1,2 +0,0 @@
1
- import { InsuranceTypes } from '@groksmith/mychoice-sdk-components';
2
- export declare const getInsuranceType: () => InsuranceTypes.Car | InsuranceTypes.Home;
@@ -1,7 +0,0 @@
1
- import { DriverLicenceTypes, SelectOptionInterface } from '@groksmith/mychoice-sdk-components';
2
- import { FormCarConfigStateInterface } from '@groksmith/mychoice-sdk-store';
3
- export declare const getLicenceTypeOptions: (options: SelectOptionInterface[], optionValues: string[], disabled: boolean) => SelectOptionInterface[];
4
- export declare const checkDateIsSpecial: (defaultMinDate: string, specialDate: string) => boolean;
5
- export declare const getLicenceMinDate: (licenceType: DriverLicenceTypes, defaultMinDate: string, config: FormCarConfigStateInterface) => string;
6
- export declare const getLicenceMaxDate: (licenceType: DriverLicenceTypes, minDate: string, config: FormCarConfigStateInterface) => string;
7
- export declare const getDisabledLicenceTypes: (gBlock: boolean, g2Block: boolean, g1Block: boolean) => string[];
@@ -1,2 +0,0 @@
1
- import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
- export declare const PageAllQuotes: SdkFC;
@@ -1 +0,0 @@
1
- export declare const BlockConfirmImages: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +0,0 @@
1
- import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
- export declare const BlockQuoteStatistics: SdkFC;
@@ -1,2 +0,0 @@
1
- import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
- export declare const BlockAddressInfo: SdkFC;
@@ -1 +0,0 @@
1
- export { BlockAddressInfo } from './BlockAddressInfo';
@@ -1,4 +0,0 @@
1
- export declare const getInsuranceYearsOptions: (maxValue: string) => {
2
- value: string;
3
- name: string;
4
- }[];
@@ -1,3 +0,0 @@
1
- import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
- import { OfferSectionProps } from '../interfaces';
3
- export declare const BestOfferSection: SdkFC<OfferSectionProps>;
@@ -1,3 +0,0 @@
1
- import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
- import { OfferSectionProps } from '../interfaces';
3
- export declare const DummyOfferSection: SdkFC<OfferSectionProps>;
@@ -1,3 +0,0 @@
1
- import { SdkFC } from '@mychoice/mychoice-sdk-components';
2
- import { StoryAppWrapperInterface } from './interfaces';
3
- export declare const StoryAppWrapper: SdkFC<StoryAppWrapperInterface>;
@@ -1 +0,0 @@
1
- export { StoryAppWrapper } from './StoryAppWrapper';
@@ -1,4 +0,0 @@
1
- import { AppTypes } from '@mychoice/mychoice-sdk-components';
2
- export interface StoryAppWrapperInterface {
3
- appType?: AppTypes;
4
- }
@@ -1,2 +0,0 @@
1
- import { InsuranceTypes } from '@groksmith/mychoice-sdk-components';
2
- export declare const getInsuranceType: () => InsuranceTypes.Car | InsuranceTypes.Home;
@@ -1,7 +0,0 @@
1
- import { DriverLicenceTypes, SelectOptionInterface } from '@groksmith/mychoice-sdk-components';
2
- import { FormCarConfigStateInterface } from '@groksmith/mychoice-sdk-store';
3
- export declare const getLicenceTypeOptions: (options: SelectOptionInterface[], optionValues: string[], disabled: boolean) => SelectOptionInterface[];
4
- export declare const checkDateIsSpecial: (defaultMinDate: string, specialDate: string) => boolean;
5
- export declare const getLicenceMinDate: (licenceType: DriverLicenceTypes, defaultMinDate: string, config: FormCarConfigStateInterface) => string;
6
- export declare const getLicenceMaxDate: (licenceType: DriverLicenceTypes, minDate: string, config: FormCarConfigStateInterface) => string;
7
- export declare const getDisabledLicenceTypes: (gBlock: boolean, g2Block: boolean, g1Block: boolean) => string[];
@@ -1,2 +0,0 @@
1
- import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
- export declare const PageAllQuotes: SdkFC;
@@ -1 +0,0 @@
1
- export declare const BlockConfirmImages: () => import("react/jsx-runtime").JSX.Element;
@@ -1,2 +0,0 @@
1
- import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
- export declare const BlockQuoteStatistics: SdkFC;
@@ -1,2 +0,0 @@
1
- import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
- export declare const BlockAddressInfo: SdkFC;
@@ -1 +0,0 @@
1
- export { BlockAddressInfo } from './BlockAddressInfo';
@@ -1,4 +0,0 @@
1
- export declare const getInsuranceYearsOptions: (maxValue: string) => {
2
- value: string;
3
- name: string;
4
- }[];
@@ -1,3 +0,0 @@
1
- import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
- import { OfferSectionProps } from '../interfaces';
3
- export declare const BestOfferSection: SdkFC<OfferSectionProps>;
@@ -1,3 +0,0 @@
1
- import { SdkFC } from '@groksmith/mychoice-sdk-components';
2
- import { OfferSectionProps } from '../interfaces';
3
- export declare const DummyOfferSection: SdkFC<OfferSectionProps>;