@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/cjs/Analytics/AnalyticsConstants.d.ts +1 -0
- package/dist/cjs/components/HeroLogin/HeroLogin.d.ts +3 -0
- package/dist/cjs/components/HeroLogin/index.d.ts +1 -0
- package/dist/cjs/components/index.d.ts +1 -0
- package/dist/cjs/index.js +2 -2
- package/dist/esm/Analytics/AnalyticsConstants.d.ts +1 -0
- package/dist/esm/components/HeroLogin/HeroLogin.d.ts +3 -0
- package/dist/esm/components/HeroLogin/index.d.ts +1 -0
- package/dist/esm/components/index.d.ts +1 -0
- package/dist/esm/index.js +2 -2
- package/dist/index.d.ts +3 -1
- package/package.json +1 -1
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 };
|