@sunrise-upc/mobile-prod-card 7.2.9 → 7.3.1

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,7 +30,6 @@ 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";
34
33
  export declare const MOBILE = "mobile";
35
34
  export declare const DESKTOP = "desktop";
36
35
  export declare const LARGE_DESKTOP = "large-desktop";
package/dist/index.d.ts CHANGED
@@ -204,12 +204,6 @@ 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
-
213
207
  interface LineTableBasicPropConfigSchema {
214
208
  baseURL: string | '';
215
209
  cartURL?: string | '';
@@ -299,4 +293,4 @@ declare class LoginBasicPropConfig {
299
293
  getAPIServiceObject: () => ApiServiceV2;
300
294
  }
301
295
 
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 };
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 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "7.2.9",
3
+ "version": "7.3.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",
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- type ProgressionBarProps = {
3
- step: number;
4
- steps: any[];
5
- };
6
- declare const ProgressionBar: ({ step, steps }: ProgressionBarProps) => JSX.Element;
7
- export default ProgressionBar;
@@ -1 +0,0 @@
1
- export { default } from './ProgressionBar';
@@ -1,7 +0,0 @@
1
- /// <reference types="react" />
2
- type ProgressionBarProps = {
3
- step: number;
4
- steps: any[];
5
- };
6
- declare const ProgressionBar: ({ step, steps }: ProgressionBarProps) => JSX.Element;
7
- export default ProgressionBar;
@@ -1 +0,0 @@
1
- export { default } from './ProgressionBar';