@sunrise-upc/mobile-prod-card 7.2.9 → 7.3.0
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.
- package/dist/cjs/components/StaticLineTable/Product.utils.d.ts +0 -1
- package/dist/cjs/components/index.d.ts +1 -2
- package/dist/cjs/index.js +2 -2
- package/dist/cjs/utils/constants.d.ts +0 -1
- package/dist/esm/components/StaticLineTable/Product.utils.d.ts +0 -1
- package/dist/esm/components/index.d.ts +1 -2
- package/dist/esm/index.js +2 -2
- package/dist/esm/utils/constants.d.ts +0 -1
- package/dist/index.d.ts +1 -7
- package/package.json +1 -1
- package/dist/cjs/components/ProgressionBar/ProgressionBar.d.ts +0 -7
- package/dist/cjs/components/ProgressionBar/index.d.ts +0 -1
- package/dist/esm/components/ProgressionBar/ProgressionBar.d.ts +0 -7
- package/dist/esm/components/ProgressionBar/index.d.ts +0 -1
|
@@ -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,
|
|
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 +0,0 @@
|
|
|
1
|
-
export { default } from './ProgressionBar';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from './ProgressionBar';
|