@leafygreen-ui/button
Advanced tools
Comparing version 6.0.0 to 6.0.1
# @leafygreen-ui/button | ||
## 6.0.1 | ||
### Patch Changes | ||
- f6e84ec: Fix type signature to not have `children` be a required prop | ||
## 6.0.0 | ||
@@ -4,0 +10,0 @@ |
@@ -24,3 +24,3 @@ import React from 'react'; | ||
className?: string; | ||
children: React.ReactNode; | ||
children?: React.ReactNode; | ||
href?: string; | ||
@@ -27,0 +27,0 @@ } |
{ | ||
"name": "@leafygreen-ui/button", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "leafyGreen UI Kit Button", | ||
@@ -5,0 +5,0 @@ "browser": "./dist/index.web.js", |
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
Sorry, the diff of this file is not supported yet
497169
855