@bynder/compact-view
Advanced tools
Comparing version 1.5.0-beta.3 to 1.5.0-beta.4
/// <reference types="react" /> | ||
export declare type assetType = "IMAGE" | "AUDIO" | "VIDEO" | "DOCUMENT"; | ||
export declare type assetFilter = { | ||
readonly assetType_in?: assetType[]; | ||
readonly collectionId?: string; | ||
readonly metapropertyOptionId_in?: string[]; | ||
readonly searchTerm?: string; | ||
readonly tagNames_in?: string[]; | ||
}; | ||
export declare type CompactView_Props = { | ||
readonly assetFilter?: assetFilter; | ||
readonly assetTypes?: assetType[]; | ||
@@ -172,2 +180,3 @@ readonly defaultSearchTerm?: string; | ||
export declare type CompactViewWithLogin_Props = { | ||
readonly assetFilter?: assetFilter; | ||
readonly assetTypes?: assetType[]; | ||
@@ -335,6 +344,6 @@ readonly defaultSearchTerm?: string; | ||
}>) => unknown; | ||
readonly onClose?: (_1: void) => void; | ||
readonly showCollections?: boolean; | ||
readonly onClose?: (_1: void) => void; | ||
readonly children?: unknown; | ||
}; | ||
export declare const CompactViewWithLogin: React.ComponentClass<CompactViewWithLogin_Props>; |
{ | ||
"name": "@bynder/compact-view", | ||
"description": "Bynder Compact View", | ||
"version": "1.5.0-beta.3", | ||
"version": "1.5.0-beta.4", | ||
"author": "Bynder", | ||
"license": "UNLICENSED", | ||
"main": "index.js", | ||
"files": [ | ||
"index.js", | ||
"index.d.ts" | ||
], | ||
"files": ["index.js", "index.d.ts"], | ||
"dependencies": {}, | ||
@@ -13,0 +10,0 @@ "peerDependencies": { |
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
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
418809
9076