@salutejs/scenario
Advanced tools
Comparing version 0.22.0 to 0.23.0-canary.261.88378c8d151c48959de136b250dd5abcc5e6ab7a.0
@@ -53,3 +53,3 @@ /** | ||
export declare type Action = TextAction | DeepLinkAction | SendContactPhone | ServerAction | StartSmartSearchAction | CopyTextAction; | ||
export declare type Card = ListCard | GalleryCard | GridCard | DiscoveryCard | QRCodeCard | WidgetTitleCard | WidgetGallery | WidgetGalleryWithCategories | WidgetSingleCard | WidgetTwoColumns; | ||
export declare type Card = ListCard | GalleryCard | GridCard | DiscoveryCard | QRCodeCard | SimpleList | WidgetTitleCard | WidgetGallery | WidgetGalleryWithCategories | WidgetSingleCard | WidgetTwoColumns; | ||
/** | ||
@@ -176,2 +176,14 @@ * Карточка с вертикальным списком ячеек. | ||
/** | ||
* Карточка с вертикальным списком ячеек | ||
*/ | ||
export declare type SimpleList = CardBase & { | ||
header: string; | ||
footer?: string; | ||
items?: SimpleItem[]; | ||
}; | ||
export declare type SimpleItem = { | ||
title: string; | ||
body: string; | ||
}; | ||
/** | ||
* Упорядоченный список категорий с подмассивами из карточек | ||
@@ -178,0 +190,0 @@ */ |
{ | ||
"name": "@salutejs/scenario", | ||
"version": "0.22.0", | ||
"version": "0.23.0-canary.261.88378c8d151c48959de136b250dd5abcc5e6ab7a.0", | ||
"description": "Tiny helpers to make scenario for Salute family", | ||
@@ -39,3 +39,3 @@ "author": "SberDevices Frontend Team <sberdevices.frontend@gmail.com>", | ||
}, | ||
"gitHead": "f8437a72cfc3c5c196fd0bd21a17b6a8f0bfad3b" | ||
"gitHead": "88378c8d151c48959de136b250dd5abcc5e6ab7a" | ||
} |
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
328613
4079