ricos-types
Advanced tools
Comparing version 10.22.3 to 10.23.0
@@ -11,3 +11,14 @@ import type { CSSProperties } from 'react'; | ||
handleFileSelection?: (index: number | undefined, multiple: boolean, updateEntity: UpdateEntityFunc<ImageComponentData[]>, removeEntity?: undefined, componentData?: ComponentData) => void; | ||
onVideoSelected?: (url: string, updateEntity: (metadata: Record<string, unknown>) => void) => void; | ||
/** | ||
* @description Used to update metadata for external videos (youtube/vimeo, etc.) | ||
*/ | ||
onVideoSelected?: (url: string, updateEntity: (data: { | ||
oembed: { | ||
thumbnail_url?: string; | ||
thumbnail_height?: number; | ||
thumbnail_width?: number; | ||
video_url?: string; | ||
title?: string; | ||
} | null; | ||
}) => void) => void; | ||
getImageUrl?: ({ file_name }: { | ||
@@ -14,0 +25,0 @@ file_name: string; |
{ | ||
"name": "ricos-types", | ||
"version": "10.22.3", | ||
"version": "10.23.0", | ||
"author": { | ||
@@ -34,4 +34,4 @@ "name": "Oded Soffrin", | ||
"@wix/unidriver-core": "^1.1.8", | ||
"ricos-content": "10.22.3", | ||
"ricos-schema": "10.22.3" | ||
"ricos-content": "10.23.0", | ||
"ricos-schema": "10.23.0" | ||
}, | ||
@@ -66,3 +66,3 @@ "unpkg": true, | ||
}, | ||
"falconPackageHash": "ec2c864835abb66c849060e163391066b7fc48b37e02fabde3c9a71c" | ||
"falconPackageHash": "9b6ef448117cb9e59c2b4e1e9beed72b940ddcc3ae30403bef6d5668" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
559760
4248
+ Addedricos-content@10.23.0(transitive)
+ Addedricos-schema@10.23.0(transitive)
- Removedricos-content@10.22.3(transitive)
- Removedricos-schema@10.22.3(transitive)
Updatedricos-content@10.23.0
Updatedricos-schema@10.23.0