@mtes-mct/monitor-ui
Advanced tools
Comparing version 18.8.0 to 18.9.0
@@ -7,3 +7,5 @@ import { type ButtonHTMLAttributes, type FunctionComponent } from 'react'; | ||
accent?: Accent | undefined; | ||
badge?: string | undefined; | ||
badgeBackgroundColor?: string | undefined; | ||
badgeColor?: string | undefined; | ||
badgeNumber?: number | undefined; | ||
color?: string | undefined; | ||
@@ -18,3 +20,3 @@ /** In pixels, override `size` prop default values. */ | ||
}; | ||
export declare function IconButton({ accent, className, color, Icon, iconSize, isCompact, onClick, size, type, withUnpropagatedClick, ...nativeProps }: IconButtonProps): import("react/jsx-runtime").JSX.Element; | ||
export declare function IconButton({ accent, badgeBackgroundColor, badgeColor, badgeNumber, className, color, Icon, iconSize, isCompact, onClick, size, type, withUnpropagatedClick, ...nativeProps }: IconButtonProps): import("react/jsx-runtime").JSX.Element; | ||
//# sourceMappingURL=IconButton.d.ts.map |
{ | ||
"name": "@mtes-mct/monitor-ui", | ||
"description": "Common React components, hooks, utilities and CSS stylesheets for MonitorFish, MonitorEnv and RapportNav.", | ||
"version": "18.8.0", | ||
"version": "18.9.0", | ||
"license": "AGPL-3.0", | ||
@@ -6,0 +6,0 @@ "type": "module", |
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
3883407
75555