@bynder/compact-view
Advanced tools
Comparing version 3.0.0 to 3.1.0
@@ -43,2 +43,3 @@ /// <reference types="react" /> | ||
isWatermarked: boolean; | ||
isLimitedUse: boolean; | ||
metaproperties?: { | ||
@@ -45,0 +46,0 @@ nodes: MetapropertyType[]; |
@@ -59,2 +59,3 @@ /// <reference types="react" /> | ||
}; | ||
hideLimitedUse?: boolean; | ||
} | ||
@@ -74,6 +75,7 @@ interface Props { | ||
selectedAssets?: string[]; | ||
hideLimitedUse?: boolean; | ||
} | ||
declare function App({ assetFieldSelection, assetFilter, assetTypes, defaultSearchTerm, language, mode, | ||
// eslint-disable-next-line no-console | ||
onSuccess, theme, hideExternalAccess, selectedAssets }: Props): JSX.Element; | ||
onSuccess, theme, hideExternalAccess, selectedAssets, hideLimitedUse }: Props): JSX.Element; | ||
declare const CompactView: typeof App; | ||
@@ -80,0 +82,0 @@ type CompactViewProps = Props; |
{ | ||
"name": "@bynder/compact-view", | ||
"description": "Bynder Compact View", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"author": "Bynder", | ||
@@ -6,0 +6,0 @@ "license": "UNLICENSED", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
685873
2963