@leafygreen-ui/icon-button
Advanced tools
Comparing version
# @leafygreen-ui/icon-button | ||
## 15.0.8 | ||
### Patch Changes | ||
- 89ede28ec: Exports `BaseIconButtonProps` type | ||
- Updated dependencies [c2c5601f4] | ||
- @leafygreen-ui/icon@11.12.7 | ||
- @leafygreen-ui/lib@10.3.1 | ||
- @leafygreen-ui/palette@4.0.1 | ||
## 15.0.7 | ||
@@ -4,0 +14,0 @@ |
export { IconButton as default } from './IconButton'; | ||
export { type AccessibleIconButtonProps, Size } from './types'; | ||
export { type AccessibleIconButtonProps, type BaseIconButtonProps, Size, } from './types'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@leafygreen-ui/icon-button", | ||
"version": "15.0.7", | ||
"version": "15.0.8", | ||
"description": "LeafyGreen UI Kit Icon Buttons", | ||
@@ -26,5 +26,5 @@ "main": "./dist/index.js", | ||
"@leafygreen-ui/emotion": "^4.0.3", | ||
"@leafygreen-ui/icon": "^11.12.5", | ||
"@leafygreen-ui/lib": "^10.2.2", | ||
"@leafygreen-ui/palette": "^4.0.0", | ||
"@leafygreen-ui/icon": "^11.12.7", | ||
"@leafygreen-ui/lib": "^10.3.1", | ||
"@leafygreen-ui/palette": "^4.0.1", | ||
"@leafygreen-ui/tokens": "^2.0.1" | ||
@@ -31,0 +31,0 @@ }, |
export { IconButton as default } from './IconButton'; | ||
export { type AccessibleIconButtonProps, Size } from './types'; | ||
export { | ||
type AccessibleIconButtonProps, | ||
type BaseIconButtonProps, | ||
Size, | ||
} from './types'; |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
169369
8.24%1383
0.29%Updated
Updated