Comparing version 7.10.0 to 7.11.0
import * as React from 'react'; | ||
import { type ImagePreviewType } from './Image'; | ||
import type { ImgInfo, ImagePreviewType } from './Image'; | ||
import type { PreviewProps, ToolbarRenderInfoType } from './Preview'; | ||
@@ -17,2 +17,3 @@ import type { TransformType } from './hooks/useImageTransform'; | ||
current: number; | ||
image: ImgInfo; | ||
}) => React.ReactNode; | ||
@@ -19,0 +20,0 @@ onVisibleChange?: (value: boolean, prevValue: boolean, current: number) => void; |
import * as React from 'react'; | ||
import { type ImagePreviewType } from './Image'; | ||
import type { ImgInfo, ImagePreviewType } from './Image'; | ||
import type { PreviewProps, ToolbarRenderInfoType } from './Preview'; | ||
@@ -17,2 +17,3 @@ import type { TransformType } from './hooks/useImageTransform'; | ||
current: number; | ||
image: ImgInfo; | ||
}) => React.ReactNode; | ||
@@ -19,0 +20,0 @@ onVisibleChange?: (value: boolean, prevValue: boolean, current: number) => void; |
{ | ||
"name": "rc-image", | ||
"version": "7.10.0", | ||
"version": "7.11.0", | ||
"description": "React easy to use image component", | ||
@@ -44,3 +44,3 @@ "keywords": [ | ||
"classnames": "^2.2.6", | ||
"rc-dialog": "~9.5.2", | ||
"rc-dialog": "~9.6.0", | ||
"rc-motion": "^2.6.2", | ||
@@ -47,0 +47,0 @@ "rc-util": "^5.34.1" |
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
158619
3771
+ Addedrc-dialog@9.6.0(transitive)
- Removedrc-dialog@9.5.2(transitive)
Updatedrc-dialog@~9.6.0