Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@teko-builder/types

Package Overview
Dependencies
Maintainers
3
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teko-builder/types - npm Package Compare versions

Comparing version 1.0.1-beta.27 to 1.0.1-beta.28

13

dist/pb/components/ecommerce/countdown-sku-list.d.ts

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc