@mychoice/mychoice-sdk-modules 2.1.60 → 2.1.62

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,3 +1,3 @@
1
1
  export declare const NoQuotesMessage: ({ type }: {
2
2
  type: 'car' | 'home' | 'life';
3
- }) => import("react/jsx-runtime").JSX.Element;
3
+ }) => import("react/jsx-runtime").JSX.Element | null;
package/dist/index.d.ts CHANGED
@@ -152,7 +152,7 @@ declare const OfferSection: SdkFC<OfferSectionProps>;
152
152
 
153
153
  declare const NoQuotesMessage: ({ type }: {
154
154
  type: 'car' | 'home' | 'life';
155
- }) => react_jsx_runtime.JSX.Element;
155
+ }) => react_jsx_runtime.JSX.Element | null;
156
156
 
157
157
  type HeaderLogoProps = {
158
158
  className?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mychoice/mychoice-sdk-modules",
3
- "version": "2.1.60",
3
+ "version": "2.1.62",
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": "8b9998d5e26da351392b178affad1288f19e5d35"
43
+ "gitHead": "0be76ad91dea46c9f6a2dfac78360e97b8d0fa95"
44
44
  }