@glitz/type
Advanced tools
Comparing version 2.0.1 to 2.0.2
@@ -107,8 +107,2 @@ import * as CSS from 'csstype'; | ||
interface BorderBottomProperty { | ||
color?: WithThemeFunction<UntransformedProperties['borderBottomColor']>; | ||
style?: WithThemeFunction<UntransformedProperties['borderBottomStyle']>; | ||
width?: WithThemeFunction<UntransformedProperties['borderBottomWidth']>; | ||
} | ||
interface BorderImageProperty { | ||
@@ -134,3 +128,15 @@ outset?: WithThemeFunction<UntransformedProperties['borderImageOutset']>; | ||
interface BorderTopProperty { | ||
interface BorderYRadius { | ||
right?: { radius?: WithThemeFunction<UntransformedProperties['borderTopRightRadius']> }; | ||
left?: { radius?: WithThemeFunction<UntransformedProperties['borderTopLeftRadius']> }; | ||
x?: { radius?: WithThemeFunction<UntransformedProperties['borderTopLeftRadius']> }; | ||
} | ||
interface BorderBottomProperty extends BorderYRadius { | ||
color?: WithThemeFunction<UntransformedProperties['borderBottomColor']>; | ||
style?: WithThemeFunction<UntransformedProperties['borderBottomStyle']>; | ||
width?: WithThemeFunction<UntransformedProperties['borderBottomWidth']>; | ||
} | ||
interface BorderTopProperty extends BorderYRadius { | ||
color?: WithThemeFunction<UntransformedProperties['borderTopColor']>; | ||
@@ -137,0 +143,0 @@ style?: WithThemeFunction<UntransformedProperties['borderTopStyle']>; |
{ | ||
"name": "@glitz/type", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"main": "", | ||
@@ -17,3 +17,3 @@ "types": "./index.d.ts", | ||
], | ||
"gitHead": "fa9f650836e1fccc0bc2a90aa578412f7a0b6f8f" | ||
"gitHead": "897a1af132e5b8e57b1a9b325e299d821c506384" | ||
} |
13487
252