@pikas-ui/button
Advanced tools
Comparing version 1.1.0 to 1.1.1
@@ -33,3 +33,3 @@ import { CSS, FontsSizesType, ColorsType, FontsWeightsType, BorderRadiusType, ShadowsType } from '@pikas-ui/styles'; | ||
borderWidth?: number; | ||
boxShadow?: ShadowsType; | ||
boxShadow?: ShadowsType | 'none'; | ||
} | ||
@@ -36,0 +36,0 @@ interface ButtonProps extends ButtonHTMLAttributes<HTMLButtonElement>, ButtonDefaultProps { |
@@ -25,3 +25,3 @@ import { CSS, SizesType, ColorsType, BorderRadiusType, ShadowsType } from '@pikas-ui/styles'; | ||
borderWidth?: number; | ||
boxShadow?: ShadowsType; | ||
boxShadow?: ShadowsType | 'none'; | ||
} | ||
@@ -28,0 +28,0 @@ interface ButtonIconProps extends ButtonHTMLAttributes<HTMLButtonElement>, ButtonIconDefaultProps { |
{ | ||
"name": "@pikas-ui/button", | ||
"version": "1.1.0", | ||
"version": "1.1.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "description": "", |
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
102657