@amboss/design-system
Advanced tools
Comparing version 0.1.22-canary-bump-dep to 0.1.22-canary-dep
@@ -6,4 +6,7 @@ import React from "react"; | ||
name: IconName; | ||
/** set to true to make the icon hoverable */ | ||
hoverable?: boolean; | ||
hovered?: boolean; | ||
size?: "s" | "m" | "l"; | ||
}; | ||
export declare const Icon: ({ name, size }: IconProps) => React.ReactElement; | ||
export declare const Icon: ({ name, hoverable, hovered, size, }: IconProps) => React.ReactElement; |
{ | ||
"name": "@amboss/design-system", | ||
"version": "0.1.22-canary-bump-dep", | ||
"version": "0.1.22-canary-dep", | ||
"description": "the design system for AMBOSS products", | ||
@@ -117,3 +117,3 @@ "author": "Bagrat Gobedashvili", | ||
"feather-icons": "^4.28.0", | ||
"husky": "^4.3.6", | ||
"husky": "^5.1.3", | ||
"identity-obj-proxy": "^3.0.0", | ||
@@ -130,3 +130,3 @@ "jest": "^26.6.1", | ||
"ts-loader": "^8.0.18", | ||
"typed-scss-modules": "^3.2.2", | ||
"typed-scss-modules": "^4.1.0", | ||
"typescript": "^4.1.2", | ||
@@ -137,2 +137,2 @@ "webpack": "^4.43.0", | ||
"homepage": "https://github.com/amboss-mededu/amboss-design-system#readme" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
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
541038
1152