@0xsequence/design-system
Advanced tools
Comparing version 0.1.47 to 0.1.48
@@ -0,3 +1,5 @@ | ||
import { ComponentType } from 'react'; | ||
import { BoxProps } from '../components/Box'; | ||
import { IconVariants } from './styles.css'; | ||
export declare type IconProps = IconVariants & BoxProps; | ||
export declare type Icon = ComponentType<IconProps>; |
@@ -6,1 +6,2 @@ export { tokens } from './tokens'; | ||
export * from './icons'; | ||
export type { Icon, IconProps } from './icons/types'; |
{ | ||
"name": "@0xsequence/design-system", | ||
"version": "0.1.47", | ||
"version": "0.1.48", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "type": "module", |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 3 instances in 1 package
38278
20
2357599
222