@teko-builder/types
Advanced tools
Comparing version 1.0.1-beta.27 to 1.0.1-beta.28
@@ -1,11 +0,16 @@ | ||
import { CommonAttributesInterface } from '../../interfaces'; | ||
import { IEcommerceBannerWithTime, ResponsiveBlock } from './common'; | ||
import { CommonAttributesInterface, Style } from '../../interfaces'; | ||
import { ResponsiveBlock } from './common'; | ||
export interface CountdownSkuListBaseInterface extends CommonAttributesInterface { | ||
items?: CountdownSkuTabInterface[]; | ||
activeTabStyle?: Style; | ||
titleStyle?: Style; | ||
viewMoreStyle?: Style; | ||
} | ||
export interface CountdownSkuTabInterface extends IEcommerceBannerWithTime { | ||
export interface CountdownSkuTabInterface extends Pick<CommonAttributesInterface, 'id' | 'timeVisibility'> { | ||
title?: string; | ||
description?: string; | ||
collectionSlug?: string; | ||
description?: string; | ||
viewMore?: string; | ||
} | ||
export type CountdownSkuListInterface = CommonAttributesInterface & ResponsiveBlock<CountdownSkuListBaseInterface>; | ||
//# sourceMappingURL=countdown-sku-list.d.ts.map |
{ | ||
"name": "@teko-builder/types", | ||
"version": "1.0.1-beta.27", | ||
"version": "1.0.1-beta.28", | ||
"description": "Utility types", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -1,3 +0,3 @@ | ||
import { CommonAttributesInterface } from '../../interfaces'; | ||
import { IEcommerceBannerWithTime, ResponsiveBlock } from './common'; | ||
import { CommonAttributesInterface, Style } from '../../interfaces'; | ||
import { ResponsiveBlock } from './common'; | ||
@@ -7,7 +7,13 @@ export interface CountdownSkuListBaseInterface | ||
items?: CountdownSkuTabInterface[]; | ||
activeTabStyle?: Style; | ||
titleStyle?: Style; | ||
viewMoreStyle?: Style; | ||
} | ||
export interface CountdownSkuTabInterface extends IEcommerceBannerWithTime { | ||
export interface CountdownSkuTabInterface | ||
extends Pick<CommonAttributesInterface, 'id' | 'timeVisibility'> { | ||
title?: string; | ||
description?: string; | ||
collectionSlug?: string; | ||
description?: string; | ||
viewMore?: string; | ||
} | ||
@@ -14,0 +20,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2525047
53408