Comparing version 0.0.58 to 0.0.59
@@ -7,6 +7,8 @@ import * as React from 'react'; | ||
hover?: boolean; | ||
level?: '1' | '2'; | ||
borderRadius?: BoxProps['borderRadius']; | ||
padding?: BoxProps['padding']; | ||
width?: BoxProps['width']; | ||
}; | ||
export declare const Card: ({ as, children, padding, shadow, hover, width, }: React.PropsWithChildren<Props>) => JSX.Element; | ||
export declare const Card: ({ as, children, padding, shadow, level, hover, borderRadius, width, }: React.PropsWithChildren<Props>) => JSX.Element; | ||
export {}; |
import { RecipeVariants } from '@vanilla-extract/recipes'; | ||
export declare const variants: import("@vanilla-extract/recipes/dist/declarations/src/types").RuntimeFn<{ | ||
dark: { | ||
true: string; | ||
false: string; | ||
}; | ||
hover: { | ||
@@ -11,2 +7,10 @@ true: string; | ||
}; | ||
level: { | ||
'1': {}; | ||
'2': string; | ||
}; | ||
dark: { | ||
true: {}; | ||
false: {}; | ||
}; | ||
shadow: { | ||
@@ -13,0 +17,0 @@ true: {}; |
{ | ||
"name": "degen", | ||
"version": "0.0.58", | ||
"version": "0.0.59", | ||
"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
2568715
58801