@sunrise-upc/mobile-prod-card 1.2.5-beta.1 → 1.2.5-beta.3
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/cjs/components/LineCheckV3/LineCheckOverlay.d.ts +3 -1
- package/dist/cjs/components/LineCheckV3/LinecheckModal.d.ts +1 -1
- package/dist/cjs/components/LineCheckV3/Success.d.ts +1 -2
- package/dist/cjs/components/index.d.ts +1 -0
- package/dist/cjs/index.js +2 -2
- package/dist/esm/components/LineCheckV3/LineCheckOverlay.d.ts +3 -1
- package/dist/esm/components/LineCheckV3/LinecheckModal.d.ts +1 -1
- package/dist/esm/components/LineCheckV3/Success.d.ts +1 -2
- 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
@@ -164,6 +164,8 @@ interface StaticLinetableSchema {
|
|
164
164
|
|
165
165
|
declare const StaticLineTable: FC<StaticLinetableSchema>;
|
166
166
|
|
167
|
+
declare const LincheckModal: FC<any>;
|
168
|
+
|
167
169
|
interface LineTableBasicPropConfigSchema {
|
168
170
|
baseURL: string | '';
|
169
171
|
cartURL?: string | '';
|
@@ -220,4 +222,4 @@ declare class LinecheckBasicPropConfig {
|
|
220
222
|
static create: (p_config: LinecheckBasicPropConfigSchema) => void;
|
221
223
|
}
|
222
224
|
|
223
|
-
export { AssetPathPropConfig, AssetPathPropConfigSchema, Button, Card, CardEntitlement, CarouselComp, LineTableBasicPropConfig, LineTableBasicPropConfigSchema, LinecheckBasicPropConfig, LinecheckBasicPropConfigSchema, LoginModal, ProductTableV3, ProductTeaser, ProductTeaserPropConfig, ProductTeaserPropConfigSchema, StaticLineTable, StickyProductAnchor };
|
225
|
+
export { AssetPathPropConfig, AssetPathPropConfigSchema, Button, Card, CardEntitlement, CarouselComp, LineTableBasicPropConfig, LineTableBasicPropConfigSchema, LinecheckBasicPropConfig, LinecheckBasicPropConfigSchema, LincheckModal as LinecheckModal, LoginModal, ProductTableV3, ProductTeaser, ProductTeaserPropConfig, ProductTeaserPropConfigSchema, StaticLineTable, StickyProductAnchor };
|
package/package.json
CHANGED