@mychoice/mychoice-sdk-modules 2.1.59 → 2.1.61
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 +21 -22
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/shared/sections/quotes/NoQuotesMessage/NoQuotesMessage.d.ts +2 -2
- package/dist/esm/index.js +21 -22
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/shared/sections/quotes/NoQuotesMessage/NoQuotesMessage.d.ts +2 -2
- package/dist/index.d.ts +2 -2
- package/package.json +2 -2
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const NoQuotesMessage: ({ type }: {
|
|
2
|
-
type: 'car' | 'home';
|
|
3
|
-
}) => import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
type: 'car' | 'home' | 'life';
|
|
3
|
+
}) => import("react/jsx-runtime").JSX.Element | null;
|
package/dist/index.d.ts
CHANGED
|
@@ -151,8 +151,8 @@ type OfferSectionProps = {
|
|
|
151
151
|
declare const OfferSection: SdkFC<OfferSectionProps>;
|
|
152
152
|
|
|
153
153
|
declare const NoQuotesMessage: ({ type }: {
|
|
154
|
-
type: 'car' | 'home';
|
|
155
|
-
}) => react_jsx_runtime.JSX.Element;
|
|
154
|
+
type: 'car' | 'home' | 'life';
|
|
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.
|
|
3
|
+
"version": "2.1.61",
|
|
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": "
|
|
43
|
+
"gitHead": "536c5fa0e25b824d17e0ab034ea5dbba3959e14a"
|
|
44
44
|
}
|