@yamada-ui/icon
Advanced tools
Comparing version 1.1.4-dev-20240825044554 to 1.1.4-dev-20240825080248
import * as _yamada_ui_core from '@yamada-ui/core'; | ||
import { UIProps, ThemeProps, CSSUIProps } from '@yamada-ui/core'; | ||
import { SVGAttributes, FC } from 'react'; | ||
import { HTMLUIProps, ThemeProps, CSSUIProps } from '@yamada-ui/core'; | ||
import { FC } from 'react'; | ||
@@ -13,3 +13,3 @@ type IconOptions = { | ||
}; | ||
type IconProps = Omit<SVGAttributes<SVGElement>, keyof UIProps> & Omit<ThemeProps<"Icon">, "size"> & UIProps & IconOptions; | ||
type IconProps = HTMLUIProps<"svg"> & Omit<ThemeProps<"Icon">, "size"> & IconOptions; | ||
/** | ||
@@ -16,0 +16,0 @@ * `Icon` is a general icon component that can be used in your projects. |
{ | ||
"name": "@yamada-ui/icon", | ||
"version": "1.1.4-dev-20240825044554", | ||
"version": "1.1.4-dev-20240825080248", | ||
"description": "Yamada UI icon components", | ||
@@ -39,5 +39,5 @@ "keywords": [ | ||
"dependencies": { | ||
"@yamada-ui/core": "1.13.0-dev-20240825044554", | ||
"@yamada-ui/use-token": "1.1.23-dev-20240825044554", | ||
"@yamada-ui/utils": "1.4.0-dev-20240825044554" | ||
"@yamada-ui/core": "1.13.0-dev-20240825080248", | ||
"@yamada-ui/use-token": "1.1.23-dev-20240825080248", | ||
"@yamada-ui/utils": "1.4.0-dev-20240825080248" | ||
}, | ||
@@ -44,0 +44,0 @@ "devDependencies": { |
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
Sorry, the diff of this file is not supported yet
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
36465
+ Added@yamada-ui/core@1.13.0-dev-20240825080248(transitive)
+ Added@yamada-ui/portal@1.0.19-dev-20240825080248(transitive)
+ Added@yamada-ui/use-token@1.1.23-dev-20240825080248(transitive)
+ Added@yamada-ui/utils@1.4.0-dev-20240825080248(transitive)
- Removed@yamada-ui/core@1.13.0-dev-20240825044554(transitive)
- Removed@yamada-ui/portal@1.0.19-dev-20240825044554(transitive)
- Removed@yamada-ui/use-token@1.1.23-dev-20240825044554(transitive)
- Removed@yamada-ui/utils@1.4.0-dev-20240825044554(transitive)