@sunrise-upc/mobile-prod-card 3.4.1-beta.7 → 4.0.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -179,8 +179,6 @@ declare const Breadcrumb: FC<any>;
179
179
 
180
180
  declare const PreToPostSubsPopup: ({ onClose, content, prepaid, }: any) => JSX.Element;
181
181
 
182
- declare const HeroLoginBanner: FC<any>;
183
-
184
182
  interface LineTableBasicPropConfigSchema {
185
183
  baseURL: string | '';
186
184
  cartURL?: string | '';
@@ -237,4 +235,4 @@ declare class LinecheckBasicPropConfig {
237
235
  static create: (p_config: LinecheckBasicPropConfigSchema) => void;
238
236
  }
239
237
 
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 };
238
+ export { AssetPathPropConfig, AssetPathPropConfigSchema, BenefitWrapper, Breadcrumb, Button, Card, CardEntitlement, CarouselComp, 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": "3.4.1-beta.7",
3
+ "version": "4.0.0",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- declare const HeroLoginBanner: FC<any>;
3
- export default HeroLoginBanner;
@@ -1 +0,0 @@
1
- export { default } from './HeroLogin';
@@ -1,3 +0,0 @@
1
- import { FC } from 'react';
2
- declare const HeroLoginBanner: FC<any>;
3
- export default HeroLoginBanner;
@@ -1 +0,0 @@
1
- export { default } from './HeroLogin';