@sunrise-upc/mobile-prod-card 3.0.3-beta.2 → 3.0.3-beta.4

Sign up to get free protection for your applications and to get access to all the features.
@@ -30,6 +30,11 @@ export interface ecomAddCartInfo {
30
30
  value: string | number;
31
31
  items: itemInfoEvent[];
32
32
  }
33
+ export declare const getItemCategory: (item: any) => {
34
+ prodCategory: string;
35
+ prodsubCategory: string;
36
+ prodsubscription: string;
37
+ };
33
38
  export declare const getItemData: (item: any, data?: any, isAvailable?: any) => itemInfoEvent;
34
39
  export declare const getEcomInfo: (items: any, category?: any, location?: any, eligibleBundle?: any) => any;
35
40
  export declare const getViewCartInfo: (items: any, category: any, location: any) => ecomViewCartInfo;
@@ -23,3 +23,4 @@ export declare const AVAILABLE_LANGUAGES: {
23
23
  DE: string;
24
24
  };
25
25
  export declare const ERROR_COLOR = "#C60047";
26
+ export declare const BREADCRUMB = "...";
package/dist/index.d.ts CHANGED
@@ -175,6 +175,8 @@ declare const LincheckModal: FC<any>;
175
175
 
176
176
  declare const BenefitWrapper: ({ content, metadata, setGenericErrorModalDetails, loginSuccess, basicConfigUrl, setLoginSuccess }: any) => JSX.Element;
177
177
 
178
+ declare const Breadcrumb: FC<any>;
179
+
178
180
  interface LineTableBasicPropConfigSchema {
179
181
  baseURL: string | '';
180
182
  cartURL?: string | '';
@@ -231,4 +233,4 @@ declare class LinecheckBasicPropConfig {
231
233
  static create: (p_config: LinecheckBasicPropConfigSchema) => void;
232
234
  }
233
235
 
234
- export { AssetPathPropConfig, AssetPathPropConfigSchema, BenefitWrapper, Button, Card, CardEntitlement, CarouselComp, LineTableBasicPropConfig, LineTableBasicPropConfigSchema, LinecheckBasicPropConfig, LinecheckBasicPropConfigSchema, LincheckModal as LinecheckModal, LoginModal, ProductTableV3, ProductTeaser, ProductTeaserPropConfig, ProductTeaserPropConfigSchema, StaticLineTable, StickyProductAnchor };
236
+ export { AssetPathPropConfig, AssetPathPropConfigSchema, BenefitWrapper, Breadcrumb, Button, Card, CardEntitlement, CarouselComp, LineTableBasicPropConfig, LineTableBasicPropConfigSchema, LinecheckBasicPropConfig, LinecheckBasicPropConfigSchema, LincheckModal as LinecheckModal, LoginModal, 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.0.3-beta.2",
3
+ "version": "3.0.3-beta.4",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",