@launchpad-ui/button
Advanced tools
Comparing version 0.8.12 to 0.8.13
@@ -1,4 +0,4 @@ | ||
import type { HTMLAttributes } from 'react'; | ||
import type { ComponentProps } from 'react'; | ||
import './styles/ButtonGroup.css'; | ||
type ButtonGroupProps = HTMLAttributes<HTMLDivElement> & { | ||
type ButtonGroupProps = ComponentProps<'div'> & { | ||
spacing?: 'compact' | 'normal' | 'large'; | ||
@@ -5,0 +5,0 @@ 'data-test-id'?: string; |
{ | ||
"name": "@launchpad-ui/button", | ||
"version": "0.8.12", | ||
"version": "0.8.13", | ||
"status": "beta", | ||
@@ -5,0 +5,0 @@ "publishConfig": { |
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
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
73163