product-fruits
Advanced tools
Comparing version 1.0.24 to 1.0.25
{ | ||
"name": "product-fruits", | ||
"version": "1.0.24", | ||
"version": "1.0.25", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,2 +9,7 @@ | ||
disableBannersAutoMargin?: boolean; | ||
customNavigation?: { | ||
use?: boolean; | ||
onGet?: () => string; | ||
navigate?: (location: string) => void | ||
} | ||
} | ||
@@ -31,7 +36,7 @@ | ||
type UserCustomProps = { | ||
[key: string]: string | number | Array<string> | Array<number> | UserCustomProps; | ||
[key: string]: string | number | boolean | Array<string> | Array<number> | UserCustomProps; | ||
} | ||
type UserGroupCustomProps = { | ||
[key: string]: string | number | Array<string> | Array<number> | UserCustomProps; | ||
[key: string]: string | number | boolean | Array<string> | Array<number> | UserCustomProps; | ||
} | ||
@@ -38,0 +43,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
4260
77