Comparing version 0.0.5 to 0.0.6
@@ -8,10 +8,10 @@ import * as React from 'react'; | ||
/** Centers text and reserves space for icon and spinner */ | ||
center?: true; | ||
center?: boolean; | ||
children: NativeButtonProps['children']; | ||
/** Marks as unusable */ | ||
disabled?: true; | ||
disabled?: boolean; | ||
/** Adds ReactNode before children */ | ||
prefix?: ReactNodeNoStrings; | ||
/** Shows loading spinner inside button */ | ||
loading?: true; | ||
loading?: boolean; | ||
/** Constrains button to specific shape */ | ||
@@ -18,0 +18,0 @@ shape?: styles.Shape; |
@@ -29,5 +29,7 @@ import { RecipeVariants } from '@vanilla-extract/recipes'; | ||
true: string; | ||
false: {}; | ||
}; | ||
center: { | ||
true: string; | ||
false: {}; | ||
}; | ||
@@ -34,0 +36,0 @@ shape: { |
@@ -9,3 +9,3 @@ import * as React from 'react'; | ||
defaultValue?: string | number; | ||
disabled?: true; | ||
disabled?: boolean; | ||
icon?: ReactNodeNoStrings; | ||
@@ -12,0 +12,0 @@ id?: NativeInputProps['id']; |
export declare const root: import("@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<{ | ||
disabled: { | ||
true: string; | ||
false: {}; | ||
}; | ||
@@ -5,0 +6,0 @@ error: { |
@@ -6,2 +6,3 @@ import { RecipeVariants } from '@vanilla-extract/recipes'; | ||
true: {}; | ||
false: {}; | ||
}; | ||
@@ -8,0 +9,0 @@ size: { |
{ | ||
"name": "degen", | ||
"version": "0.0.5", | ||
"version": "0.0.6", | ||
"description": "Design system for Mirror.xyz", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.cjs.js", |
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
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
2251123
51138