@bynder/compact-view
Advanced tools
Comparing version 3.4.1 to 4.0.0
@@ -16,3 +16,3 @@ /// <reference types="react" /> | ||
} | ||
declare function MetapropertyOptionComponent(props: MetapropertyOptionProps): JSX.Element; | ||
declare function MetapropertyOptionComponent(props: MetapropertyOptionProps): React.JSX.Element; | ||
interface MetapropertyType { | ||
@@ -33,3 +33,3 @@ __typename: "Metaproperty"; | ||
} | ||
declare function MetaPropertyFilterContent(props: MetapropertyProps): JSX.Element; | ||
declare function MetaPropertyFilterContent(props: MetapropertyProps): React.JSX.Element; | ||
interface File { | ||
@@ -77,3 +77,3 @@ url: string; | ||
} | ||
declare function AssetCard({ className, fadeIn, asset, isSelected, isOutlined, onClick, children }: Props): JSX.Element; | ||
declare function AssetCard({ className, fadeIn, asset, isSelected, isOutlined, onClick, children }: Props): React.JSX.Element; | ||
interface Theme { | ||
@@ -109,3 +109,3 @@ colorPrimary?: string; | ||
} | ||
declare function AssetList({ assets, count, hasNextPage, isLoading, loadMore, onSelect, onToggle, emptyStateElement, selectedAssetIds, selectionMode, theme, children }: Props$0): JSX.Element; | ||
declare function AssetList({ assets, count, hasNextPage, isLoading, loadMore, onSelect, onToggle, emptyStateElement, selectedAssetIds, selectionMode, theme, children }: Props$0): React.JSX.Element; | ||
interface Props$1 { | ||
@@ -117,3 +117,3 @@ className?: string; | ||
} | ||
declare function Chip(props: Props$1): JSX.Element; | ||
declare function Chip(props: Props$1): React.JSX.Element; | ||
interface Props$2 { | ||
@@ -130,3 +130,3 @@ className?: string; | ||
} | ||
declare function Dropdown({ buttonKind, direction, isSmall, fadeIn, ...props }: Props$2): JSX.Element; | ||
declare function Dropdown({ buttonKind, direction, isSmall, fadeIn, ...props }: Props$2): React.JSX.Element; | ||
interface ListItemProps { | ||
@@ -138,3 +138,3 @@ className?: string; | ||
} | ||
declare function DropdownListItem({ selected, ...props }: ListItemProps): JSX.Element; | ||
declare function DropdownListItem({ selected, ...props }: ListItemProps): React.JSX.Element; | ||
interface SmartfilterType { | ||
@@ -155,3 +155,3 @@ __typename: "Smartfilter"; | ||
} | ||
declare function SmartFilterContent(props: SmartfilterProps): JSX.Element; | ||
declare function SmartFilterContent(props: SmartfilterProps): React.JSX.Element; | ||
interface Props$3 { | ||
@@ -162,3 +162,3 @@ static?: React.ReactNode; | ||
} | ||
declare function HorizontalScroll(props: Props$3): JSX.Element; | ||
declare function HorizontalScroll(props: Props$3): React.JSX.Element; | ||
interface Props$4 { | ||
@@ -170,3 +170,3 @@ isLoading: boolean; | ||
} | ||
declare function InfiniteScroll(props: Props$4): JSX.Element; | ||
declare function InfiniteScroll(props: Props$4): React.JSX.Element; | ||
interface Props$5 { | ||
@@ -178,7 +178,7 @@ children: React.ReactNode; | ||
} | ||
declare function Modal({ children, isOpen, style, onClose }: Props$5): JSX.Element | null; | ||
declare function Modal({ children, isOpen, style, onClose }: Props$5): React.JSX.Element | null; | ||
interface Props$6 { | ||
onReset: () => void; | ||
} | ||
declare function NoResults(props: Props$6): JSX.Element; | ||
declare function NoResults(props: Props$6): React.JSX.Element; | ||
interface Props$7 { | ||
@@ -189,3 +189,3 @@ error: Error; | ||
} | ||
declare function Oops({ error, onRetry, sentryClient }: Props$7): JSX.Element; | ||
declare function Oops({ error, onRetry, sentryClient }: Props$7): React.JSX.Element; | ||
interface ShadowRootProps { | ||
@@ -201,3 +201,3 @@ children: React.ReactNode; | ||
*/ | ||
declare function ShadowRoot({ children, isContainerMode }: ShadowRootProps): JSX.Element; | ||
declare function ShadowRoot({ children, isContainerMode }: ShadowRootProps): React.JSX.Element; | ||
interface Props$8 { | ||
@@ -207,8 +207,8 @@ width?: number; | ||
} | ||
declare function Skeleton({ width, className }: Props$8): JSX.Element; | ||
declare function Skeleton({ width, className }: Props$8): React.JSX.Element; | ||
interface Props$9 { | ||
className?: string; | ||
} | ||
declare function Spinner(props: Props$9): JSX.Element; | ||
declare function Spinner(props: Props$9): React.JSX.Element; | ||
export { AssetCard as Asset, Asset as displayAsset, AssetList, Chip, Dropdown, DropdownListItem, MetaPropertyFilterContent as Metaproperty, MetapropertyType as metaproperty, MetapropertyOptionComponent as MetapropertyOption, MetapropertyOptionType as metapropertyOption, SmartFilterContent as Smartfilter, SmartfilterType as smartfilter, HorizontalScroll, InfiniteScroll, Modal, NoResults, Oops, ShadowRoot, Skeleton, Spinner }; | ||
export { Button, Card, Checkbox } from '@bynder/design-system'; |
@@ -87,3 +87,3 @@ /// <reference types="react" /> | ||
// eslint-disable-next-line no-console | ||
onSuccess, theme, hideExternalAccess, selectedAssets, hideLimitedUse, isContainerMode, __shouldAddOriginal__ }: Props): JSX.Element; | ||
onSuccess, theme, hideExternalAccess, selectedAssets, hideLimitedUse, isContainerMode, __shouldAddOriginal__ }: Props): React.JSX.Element; | ||
declare const CompactView: typeof App; | ||
@@ -99,3 +99,3 @@ type CompactViewProps = Props; | ||
// eslint-disable-next-line react/no-multi-comp | ||
declare const LoginWithShield: (props: Props$0) => JSX.Element; | ||
declare const LoginWithShield: (props: Props$0) => React.JSX.Element; | ||
interface Props$1 { | ||
@@ -107,3 +107,3 @@ children: React.ReactNode; | ||
} | ||
declare function Modal({ children, isOpen, style, onClose }: Props$1): JSX.Element | null; | ||
declare function Modal({ children, isOpen, style, onClose }: Props$1): React.JSX.Element | null; | ||
export { File, LoginWithShield as Login, Modal, PortalConfig, OnSuccessCallback, AdditionalInfo, CompactView, CompactViewProps, SelectionMode as selectionMode, Theme as theme, AssetFilterJson as assetFilter, AssetType as assetType }; |
{ | ||
"name": "@bynder/compact-view", | ||
"description": "Bynder Compact View", | ||
"version": "3.4.1", | ||
"version": "4.0.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
1510449
6363
59