@sberdevices/cra-template-plasma-shop-template
Advanced tools
Comparing version 2.1.0 to 2.1.1-canary.813.e6bf373d3c81a7e13c0c3c99b7b13f059e209b10.0
{ | ||
"name": "@sberdevices/cra-template-plasma-shop-template", | ||
"version": "2.1.0", | ||
"version": "2.1.1-canary.813.e6bf373d3c81a7e13c0c3c99b7b13f059e209b10.0", | ||
"description": "", | ||
@@ -30,3 +30,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "b92e0a77c0a288c9cb13e8de64387162361b5ed3" | ||
"gitHead": "e6bf373d3c81a7e13c0c3c99b7b13f059e209b10" | ||
} |
@@ -6,3 +6,3 @@ { | ||
"@sberdevices/plasma-icons": "1.39.0", | ||
"@sberdevices/plasma-temple": "0.50.0", | ||
"@sberdevices/plasma-temple": "1.0.1-canary.813.83ab0f334107a50309b6023b8ab316f1686517e9.0", | ||
"@sberdevices/plasma-tokens": "1.12.0", | ||
@@ -9,0 +9,0 @@ "@sberdevices/plasma-ui": "1.45.0", |
@@ -1,2 +0,2 @@ | ||
import { GalleryCardParams, GalleryData } from '@sberdevices/plasma-temple'; | ||
import { GalleryCardParams, MultipleGallery } from '@sberdevices/plasma-temple'; | ||
@@ -12,3 +12,3 @@ import { getCategories, getPopularProducts, getProducts } from '../../api/products'; | ||
mapper: (item: T, i: number) => GalleryCardParams<T>, | ||
): Required<GalleryData<T>> => { | ||
): Required<MultipleGallery<T>> => { | ||
return { | ||
@@ -24,3 +24,3 @@ activeCardIndex: 0, | ||
activeGalleryIndex: number; | ||
gallery: Required<GalleryData<Category>>[]; | ||
gallery: Required<MultipleGallery<Category>>[]; | ||
}> => { | ||
@@ -27,0 +27,0 @@ const categories = await getCategories(); |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
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
158879
2