yet-another-react-lightbox
Advanced tools
Comparing version 3.20.2 to 3.21.0
@@ -164,3 +164,3 @@ import * as React from 'react'; | ||
type IconButtonProps = Omit<React.DetailedHTMLProps<React.ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>, "type" | "aria-label"> & { | ||
type IconButtonProps = React.ComponentProps<"button"> & { | ||
label: string; | ||
@@ -167,0 +167,0 @@ icon: React.ElementType; |
{ | ||
"name": "yet-another-react-lightbox", | ||
"version": "3.20.2", | ||
"version": "3.21.0", | ||
"description": "Modern React lightbox component", | ||
@@ -5,0 +5,0 @@ "author": "Igor Danchenko", |
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
4162
223069