@sunrise-upc/mobile-prod-card 4.1.6 → 4.1.7-beta.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -181,6 +181,8 @@ declare const PreToPostSubsPopup: ({ onClose, content, prepaid, }: any) => JSX.E
181
181
 
182
182
  declare const HeroLoginBanner: FC<any>;
183
183
 
184
+ declare const CheckCoverage: FC<any>;
185
+
184
186
  interface LineTableBasicPropConfigSchema {
185
187
  baseURL: string | '';
186
188
  cartURL?: string | '';
@@ -237,4 +239,4 @@ declare class LinecheckBasicPropConfig {
237
239
  static create: (p_config: LinecheckBasicPropConfigSchema) => void;
238
240
  }
239
241
 
240
- export { AssetPathPropConfig, AssetPathPropConfigSchema, BenefitWrapper, Breadcrumb, Button, Card, CardEntitlement, CarouselComp, HeroLoginBanner as HeroLogin, LineTableBasicPropConfig, LineTableBasicPropConfigSchema, LinecheckBasicPropConfig, LinecheckBasicPropConfigSchema, LincheckModal as LinecheckModal, LoginModal, PreToPostSubsPopup as PretoPostSubsPopup, ProductTableV3, ProductTeaser, ProductTeaserPropConfig, ProductTeaserPropConfigSchema, StaticLineTable, StickyProductAnchor };
242
+ export { AssetPathPropConfig, AssetPathPropConfigSchema, BenefitWrapper, Breadcrumb, Button, Card, CardEntitlement, CarouselComp, CheckCoverage, HeroLoginBanner as HeroLogin, LineTableBasicPropConfig, LineTableBasicPropConfigSchema, LinecheckBasicPropConfig, LinecheckBasicPropConfigSchema, LincheckModal as LinecheckModal, LoginModal, PreToPostSubsPopup as PretoPostSubsPopup, ProductTableV3, ProductTeaser, ProductTeaserPropConfig, ProductTeaserPropConfigSchema, StaticLineTable, StickyProductAnchor };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "4.1.6",
3
+ "version": "4.1.7-beta.1",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",