@sunrise-upc/mobile-prod-card 7.3.0 → 7.4.2

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.
@@ -30,6 +30,7 @@ export declare const HARDWARE = "HARDWARE";
30
30
  export declare const DEFAULT_AVAILABILITY_TEXT = "dd_delivery_details";
31
31
  export declare const DEVICE_INSURANCE = "DEVICE_INSURANCE";
32
32
  export declare const NOT_AVAILABLE = "NOT_AVAILABLE";
33
+ export declare const ONE_ECOMMERCE_INTERNET_SUMMARY = "one-ecommerce-internetSummary";
33
34
  export declare const MOBILE = "mobile";
34
35
  export declare const DESKTOP = "desktop";
35
36
  export declare const LARGE_DESKTOP = "large-desktop";
package/dist/index.d.ts CHANGED
@@ -204,6 +204,12 @@ declare const CoverageCheckModal: FC<any>;
204
204
 
205
205
  declare const StickyBottomSheet: FC<any>;
206
206
 
207
+ type ProgressionBarProps = {
208
+ step: number;
209
+ steps: any[];
210
+ };
211
+ declare const ProgressionBar: ({ step, steps }: ProgressionBarProps) => JSX.Element;
212
+
207
213
  interface LineTableBasicPropConfigSchema {
208
214
  baseURL: string | '';
209
215
  cartURL?: string | '';
@@ -293,4 +299,4 @@ declare class LoginBasicPropConfig {
293
299
  getAPIServiceObject: () => ApiServiceV2;
294
300
  }
295
301
 
296
- export { AssetPathPropConfig, AssetPathPropConfigSchema, BenefitWrapper, Breadcrumb, Button, Card, CardEntitlement, CarouselComp, CheckCoverage, CoverageCheckModal, DpLinetableContainer as DpLinetable, HeroLoginBanner as HeroLogin, LineTableBasicPropConfig, LineTableBasicPropConfigSchema, LinecheckBasicPropConfig, LinecheckBasicPropConfigSchema, LincheckModal as LinecheckModal, LoginBasicPropConfig, LoginBasicPropConfigSchema, LoginModal as LoginModalV2, PreToPostSubsPopup as PretoPostSubsPopup, ProductTableV3, ProductTeaser, ProductTeaserPropConfig, ProductTeaserPropConfigSchema, StaticLineTable, StickyBottomSheet, StickyBottomSheetPropConfig, StickyBottomSheetPropConfigSchema, StickyProductAnchor };
302
+ export { AssetPathPropConfig, AssetPathPropConfigSchema, BenefitWrapper, Breadcrumb, Button, Card, CardEntitlement, CarouselComp, CheckCoverage, CoverageCheckModal, DpLinetableContainer as DpLinetable, HeroLoginBanner as HeroLogin, LineTableBasicPropConfig, LineTableBasicPropConfigSchema, LinecheckBasicPropConfig, LinecheckBasicPropConfigSchema, LincheckModal as LinecheckModal, LoginBasicPropConfig, LoginBasicPropConfigSchema, LoginModal as LoginModalV2, PreToPostSubsPopup as PretoPostSubsPopup, ProductTableV3, ProductTeaser, ProductTeaserPropConfig, ProductTeaserPropConfigSchema, ProgressionBar, StaticLineTable, StickyBottomSheet, StickyBottomSheetPropConfig, StickyBottomSheetPropConfigSchema, StickyProductAnchor };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "7.3.0",
3
+ "version": "7.4.2",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",