@primer/octicons-react
Advanced tools
Comparing version 19.13.0 to 19.14.0
@@ -9,3 +9,3 @@ // eslint-disable-next-line import/no-namespace | ||
export interface OcticonProps { | ||
export interface OcticonProps extends React.ComponentPropsWithoutRef<'svg'> { | ||
'aria-label'?: string | ||
@@ -21,2 +21,3 @@ 'aria-labelledby'?: string | ||
size?: number | Size | ||
/** @deprecated use v-align utilities instead */ | ||
verticalAlign?: 'middle' | 'text-bottom' | 'text-top' | 'top' | 'unset' | ||
@@ -23,0 +24,0 @@ } |
{ | ||
"name": "@primer/octicons-react", | ||
"version": "19.13.0", | ||
"version": "19.14.0", | ||
"description": "A scalable set of icons handcrafted with <3 by GitHub.", | ||
@@ -5,0 +5,0 @@ "homepage": "https://primer.style/octicons", |
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 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
974913
13640