@sunrise-upc/mobile-prod-card 4.0.0 → 4.0.1

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.d.ts CHANGED
@@ -179,6 +179,8 @@ 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
+
182
184
  interface LineTableBasicPropConfigSchema {
183
185
  baseURL: string | '';
184
186
  cartURL?: string | '';
@@ -235,4 +237,4 @@ declare class LinecheckBasicPropConfig {
235
237
  static create: (p_config: LinecheckBasicPropConfigSchema) => void;
236
238
  }
237
239
 
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 };
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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "4.0.0",
3
+ "version": "4.0.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",