@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/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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sunrise-upc/mobile-prod-card",
3
- "version": "1.2.5-beta.1",
3
+ "version": "1.2.5-beta.3",
4
4
  "description": "Starter project to create reusable functional component",
5
5
  "main": "dist/cjs/index.js",
6
6
  "module": "dist/esm/index.js",