@thoughtindustries/catalog
Advanced tools
Comparing version 1.1.5 to 1.1.6
{ | ||
"name": "@thoughtindustries/catalog", | ||
"version": "1.1.5", | ||
"version": "1.1.6", | ||
"description": "A base component for catalog", | ||
@@ -25,3 +25,3 @@ "author": "Lu Jiang <lu.jiang@thoughtindustries.com>", | ||
"@apollo/client": "^3.5.4", | ||
"@thoughtindustries/content": "^1.1.0-alpha.4", | ||
"@thoughtindustries/content": "^1.1.0-alpha.5", | ||
"@thoughtindustries/header": "^1.0.0-alpha.9", | ||
@@ -38,3 +38,3 @@ "@thoughtindustries/hooks": "^1.1.1", | ||
}, | ||
"gitHead": "0862bc5dd4d03f91c1a21d246b5f5f140bc817a2" | ||
"gitHead": "d70ca1e5434ecf94cd1fd0053f9e251219fb1fcd" | ||
} |
@@ -25,2 +25,4 @@ import { SyntheticEvent, ReactElement } from 'react'; | ||
currencyCode?: string; | ||
/** specify number of items to return from catalog */ | ||
numberOfContentItems?: number; | ||
} | ||
@@ -27,0 +29,0 @@ |
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
106944
3000