@0xsequence/design-system
Advanced tools
Comparing version 1.0.15 to 1.0.16
@@ -12,2 +12,3 @@ import { RecipeVariants } from '@vanilla-extract/recipes'; | ||
emphasis: string; | ||
raised: string; | ||
danger: string; | ||
@@ -14,0 +15,0 @@ text: (string | { |
@@ -5,3 +5,6 @@ import { ComponentType } from 'react'; | ||
import { IconProps } from '../../icons/types'; | ||
declare type IconButtonProps = Omit<ButtonVariants, 'width' | 'label' | 'leftIcon' | 'rightIcon' | 'size'> & { | ||
declare type IconButtonVariants = { | ||
variant?: (ButtonVariants & {})['variant']; | ||
}; | ||
declare type IconButtonProps = IconButtonVariants & { | ||
size?: 'xs' | 'sm' | 'md' | 'lg'; | ||
@@ -8,0 +11,0 @@ icon: ComponentType<IconProps>; |
{ | ||
"name": "@0xsequence/design-system", | ||
"version": "1.0.15", | ||
"version": "1.0.16", | ||
"license": "Apache-2.0", | ||
@@ -5,0 +5,0 @@ "type": "module", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1774266
44495